[52895] trunk/dports/archivers/packddir
ryandesign at macports.org
ryandesign at macports.org
Thu Jun 25 03:25:03 PDT 2009
Revision: 52895
http://trac.macports.org/changeset/52895
Author: ryandesign at macports.org
Date: 2009-06-25 03:25:02 -0700 (Thu, 25 Jun 2009)
Log Message:
-----------
packddir: use ${configure.cc}; see UsingTheRightCompiler
Modified Paths:
--------------
trunk/dports/archivers/packddir/Portfile
Added Paths:
-----------
trunk/dports/archivers/packddir/files/
trunk/dports/archivers/packddir/files/patch-Makefile.diff
Modified: trunk/dports/archivers/packddir/Portfile
===================================================================
--- trunk/dports/archivers/packddir/Portfile 2009-06-25 10:22:17 UTC (rev 52894)
+++ trunk/dports/archivers/packddir/Portfile 2009-06-25 10:25:02 UTC (rev 52895)
@@ -23,6 +23,10 @@
reinplace "s%/usr/bin%${prefix}/bin%g" ${worksrcpath}/Makefile
}
+patchfiles patch-Makefile.diff
+
+build.env CC=${configure.cc}
+
livecheck.check regex
livecheck.url [lindex ${master_sites} 0]?C=M&O=D
livecheck.regex ${my_name}_(\[0-9.-\]+)${extract.suffix}
Added: trunk/dports/archivers/packddir/files/patch-Makefile.diff
===================================================================
--- trunk/dports/archivers/packddir/files/patch-Makefile.diff (rev 0)
+++ trunk/dports/archivers/packddir/files/patch-Makefile.diff 2009-06-25 10:25:02 UTC (rev 52895)
@@ -0,0 +1,7 @@
+--- Makefile 2009-06-25 05:23:11.000000000 -0500
++++ Makefile 2009-06-25 05:23:26.000000000 -0500
+@@ -1,4 +1,3 @@
+-CC=gcc
+ CCFLAGS=-g -Wall
+ OBJS=lists.o utils.o upackddir.o
+ DESTDIR=/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090625/5896d010/attachment.html>
More information about the macports-changes
mailing list