[67155] trunk/dports/archivers/pigz/files/patch-Makefile

ryandesign at macports.org ryandesign at macports.org
Fri Apr 30 04:21:56 PDT 2010


Revision: 67155
          http://trac.macports.org/changeset/67155
Author:   ryandesign at macports.org
Date:     2010-04-30 04:21:53 -0700 (Fri, 30 Apr 2010)
Log Message:
-----------
pigz: remove the parts of the patch that relate to development and debugging files that don't get built anyway

Modified Paths:
--------------
    trunk/dports/archivers/pigz/files/patch-Makefile

Modified: trunk/dports/archivers/pigz/files/patch-Makefile
===================================================================
--- trunk/dports/archivers/pigz/files/patch-Makefile	2010-04-30 09:47:54 UTC (rev 67154)
+++ trunk/dports/archivers/pigz/files/patch-Makefile	2010-04-30 11:21:53 UTC (rev 67155)
@@ -9,28 +9,3 @@
  	ln -f pigz unpigz
  
  pigz.o: pigz.c yarn.h
-@@ -11,19 +11,19 @@
- dev: pigz pigzt pigzn
- 
- pigzt: pigzt.o yarnt.o
--	cc -o pigzt pigzt.o yarnt.o -lpthread -lz
-+	$(CC) -o pigzt pigzt.o yarnt.o -lpthread -lz
- 
- pigzt.o: pigz.c yarn.h
--	cc -Wall -O3 -DDEBUG -g -c -o pigzt.o pigz.c
-+	$(CC) -Wall -O3 -DDEBUG -g -c -o pigzt.o pigz.c
- 
- yarnt.o: yarn.c yarn.h
--	cc -Wall -O3 -DDEBUG -g -c -o yarnt.o yarn.c
-+	$(CC) -Wall -O3 -DDEBUG -g -c -o yarnt.o yarn.c
- 
- pigzn: pigzn.o
--	cc -o pigzn pigzn.o -lz
-+	$(CC) -o pigzn pigzn.o -lz
- 
- pigzn.o: pigz.c
--	cc -Wall -O3 -DDEBUG -DNOTHREAD -g -c -o pigzn.o pigz.c
-+	$(CC) -Wall -O3 -DDEBUG -DNOTHREAD -g -c -o pigzn.o pigz.c
- 
- test: pigz
- 	./pigz -kf pigz.c ; ./pigz -t pigz.c.gz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100430/7124d077/attachment-0001.html>


More information about the macports-changes mailing list