[21525] trunk/dports/archivers/bzip2/files/patch-Makefile-dylib.diff

source_changes at macosforge.org source_changes at macosforge.org
Fri Jan 26 16:07:14 PST 2007


Revision: 21525
          http://trac.macosforge.org/projects/macports/changeset/21525
Author:   mas at macports.org
Date:     2007-01-26 16:07:14 -0800 (Fri, 26 Jan 2007)

Log Message:
-----------
BUGFIX: bzip2 1.0.4, updated patch-Makefile-dylib.diff to match current version

Modified Paths:
--------------
    trunk/dports/archivers/bzip2/files/patch-Makefile-dylib.diff

Modified: trunk/dports/archivers/bzip2/files/patch-Makefile-dylib.diff
===================================================================
--- trunk/dports/archivers/bzip2/files/patch-Makefile-dylib.diff	2007-01-26 23:47:43 UTC (rev 21524)
+++ trunk/dports/archivers/bzip2/files/patch-Makefile-dylib.diff	2007-01-27 00:07:14 UTC (rev 21525)
@@ -1,6 +1,6 @@
---- Makefile.orig2	Tue Dec  9 07:18:25 2003
-+++ Makefile	Tue Dec  9 07:19:32 2003
-@@ -23,7 +23,7 @@
+--- Makefile.orig	2007-01-03 04:49:21.000000000 +0100
++++ Makefile	2007-01-27 01:12:05.000000000 +0100
+@@ -35,7 +35,7 @@
        decompress.o \
        bzlib.o
  
@@ -9,7 +9,7 @@
  
  bzip2: libbz2.a bzip2.o
  	$(CC) $(CFLAGS) $(LDFLAGS) -o bzip2 bzip2.o -L. -lbz2
-@@ -40,15 +40,24 @@
+@@ -52,6 +52,15 @@
  		$(RANLIB) libbz2.a ; \
  	fi
  
@@ -25,22 +25,7 @@
  check: test
  test: bzip2
  	@cat words1
--	./bzip2 -1  < sample1.ref > sample1.rb2
--	./bzip2 -2  < sample2.ref > sample2.rb2
--	./bzip2 -3  < sample3.ref > sample3.rb2
--	./bzip2 -d  < sample1.bz2 > sample1.tst
--	./bzip2 -d  < sample2.bz2 > sample2.tst
--	./bzip2 -ds < sample3.bz2 > sample3.tst
-+	DYLD_LIBRARY_PATH=. ./bzip2 -1  < sample1.ref > sample1.rb2
-+	DYLD_LIBRARY_PATH=. ./bzip2 -2  < sample2.ref > sample2.rb2
-+	DYLD_LIBRARY_PATH=. ./bzip2 -3  < sample3.ref > sample3.rb2
-+	DYLD_LIBRARY_PATH=. ./bzip2 -d  < sample1.bz2 > sample1.tst
-+	DYLD_LIBRARY_PATH=. ./bzip2 -d  < sample2.bz2 > sample2.tst
-+	DYLD_LIBRARY_PATH=. ./bzip2 -ds < sample3.bz2 > sample3.tst
- 	cmp sample1.bz2 sample1.rb2 
- 	cmp sample2.bz2 sample2.rb2
- 	cmp sample3.bz2 sample3.rb2
-@@ -77,6 +86,11 @@
+@@ -89,6 +98,11 @@
  	chmod a+r $(PREFIX)/include/bzlib.h
  	cp -f libbz2.a $(PREFIX)/lib
  	chmod a+r $(PREFIX)/lib/libbz2.a
@@ -50,11 +35,11 @@
 +	cp -f libbz2.1.dylib $(PREFIX)/lib                                      
 +	cp -f libbz2.dylib $(PREFIX)/lib                                        
  	cp -f bzgrep $(PREFIX)/bin/bzgrep
- 	ln $(PREFIX)/bin/bzgrep $(PREFIX)/bin/bzegrep
- 	ln $(PREFIX)/bin/bzgrep $(PREFIX)/bin/bzfgrep
-@@ -98,7 +112,7 @@
+ 	ln -s -f $(PREFIX)/bin/bzgrep $(PREFIX)/bin/bzegrep
+ 	ln -s -f $(PREFIX)/bin/bzgrep $(PREFIX)/bin/bzfgrep
+@@ -109,7 +123,7 @@
+ 	echo ".so man1/bzdiff.1" > $(PREFIX)/man/man1/bzcmp.1
  
- distclean: clean
  clean: 
 -	rm -f *.o libbz2.a bzip2 bzip2recover \
 +	rm -f *.o libbz2.a libbz2.*.dylib bzip2 bzip2recover \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070126/9d003cd3/attachment.html


More information about the macports-changes mailing list