Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#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 (1)

flex-parallel-build.diff (595 bytes) - added by nox@… 16 years ago.

Download all attachments as: .zip

Change History (7)

Changed 16 years ago by nox@…

Attachment: flex-parallel-build.diff added

comment:1 Changed 16 years ago by nox@…

Forgot to say it also makes use of ln instead of system and it fixes livecheck.

comment:2 Changed 16 years ago by mww@…

Resolution: fixed
Status: newclosed

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 16 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 16 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

comment:5 Changed 16 years ago by nox@…

That's because I'm running on trunk/. But anyway "flex-2.5.35" isn't really a version, isn't it? We should try to not mess up with the livecheck.version and come up with a clever livecheck.

comment:6 Changed 15 years ago by (none)

Milestone: Port Enhancements

Milestone Port Enhancements deleted

Note: See TracTickets for help on using tickets.