Ticket #15317 (closed enhancement: fixed)
flex: Enable parallel build.
| Reported by: | nox@… | Owned by: | mww@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | Cc: | parallel | |
| Port: |
Description
Here is a patch to enable parallel build in flex.
Attachments
Change History
comment:1 Changed 5 years ago by nox@…
Forgot to say it also makes use of ln instead of system and it fixes livecheck.
comment:2 Changed 5 years ago by mww@…
- Status changed from new to closed
- Resolution set to fixed
thanks, I've added the parallel build option and exchanged system for ln; I missed to see how the changed livecheck was any better though;
comment:3 Changed 5 years ago by nox@…
Well... Yours is broken:
$ port livecheck flex flex seems to have been updated (port version: flex-2.5.35, new version: 2.5.34)
comment:4 Changed 5 years ago by mww@…
strange -- works flawless here:
sudo port -d livecheck flex DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/flex DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/flex DEBUG: Requested variant darwin is not provided by port flex. DEBUG: Requested variant i386 is not provided by port flex. DEBUG: Requested variant macosx is not provided by port flex. DEBUG: Skipping org.macports.main (flex) since this port is already installed DEBUG: Executing org.macports.livecheck (flex) DEBUG: Portfile modification date is Wed Feb 27 22:00:43 CET 2008 DEBUG: Port (livecheck) version is flex-2.5.35 DEBUG: Fetching http://sourceforge.net/export/rss2_projfiles.php?project=flex DEBUG: The regex is ><title>flex (.*) released.*</title>< DEBUG: The regex matched ><title>flex flex-2.5.35 released (Tue, 26 Feb 2008 21:41:35 GMT)</title>< flex seems to be up to date
Note: See
TracTickets for help on using
tickets.

