New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #15317 (closed enhancement: fixed)

Opened 5 years ago

Last modified 4 years ago

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

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

Change History

Changed 5 years ago by nox@…

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

comment:5 Changed 5 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 4 years ago by anonymous

  • Milestone Port Enhancements deleted

Milestone Port Enhancements deleted

Note: See TracTickets for help on using tickets.