Task #11664: cleaning *FLAGS in Portfiles
Hi all, Since 1.4.1, MacPorts automatically fills *FLAGS with -I${prefix}/ include and -L${prefix}/lib. We can remove a lot of unnecessary lines from portfiles. I suggest that every maintainer clean their own ports and check that they still compile fine (preferably with the -t option). You can figure out which ports to clean with: port file maintainer:<your maintainer email address> | xargs grep FLAGS Besides, other clfags/ldflags/cppflags/cxxflags can now be passed with: configure.cflags-append "some value" Paul
On 2007-04-19 14:09:07 +0900, Paul Guyot wrote:
Since 1.4.1, MacPorts automatically fills *FLAGS with -I${prefix}/include and -L${prefix}/lib. We can remove a lot of unnecessary lines from portfiles. I suggest that every maintainer clean their own ports and check that they still compile fine (preferably with the -t option). You can figure out which ports to
Well, pari still needs the *PATH variables so that libreadline can be found. -- Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/> Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)
participants (2)
-
Paul Guyot
-
Vincent Lefevre