On Nov 15, 2011, at 05:29, [email protected] wrote: > Revision: 87264 > http://trac.macports.org/changeset/87264 > Author: [email protected] > Date: 2011-11-15 03:29:26 -0800 (Tue, 15 Nov 2011) > Log Message: > ----------- > archivers/par2 doesn't build with clang (closes #31789, #31860) > > Modified Paths: > -------------- > trunk/dports/archivers/par2/Portfile > > Modified: trunk/dports/archivers/par2/Portfile > =================================================================== > --- trunk/dports/archivers/par2/Portfile 2011-11-15 09:53:14 UTC (rev > 87263) > +++ trunk/dports/archivers/par2/Portfile 2011-11-15 11:29:26 UTC (rev > 87264) > @@ -4,7 +4,7 @@ > > name par2 > version 0.4 > -revision 2 > +revision 3 > description Parchive: Parity Archive Volume Set for data recovery > > long_description Parchive takes .par files and can regenerate missing data \ > @@ -33,6 +33,10 @@ > test.run yes > test.target check > > +if {${configure.compiler} == "clang"} { > + configure.compiler llvm-gcc-4.2 > +} > +
Don't change it now, but for future reference, if it didn't complete the build, then there was no reason to increase the revision. If it did build, but then crashed or otherwise didn't work after being installed, that would have been a reason to increase the revision. _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
