From 46db38b5037bc1b701e32c763671818f166974ca Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Sat, 30 Dec 2006 16:50:06 +0100 Subject: [PATCH 1/5] dhcpcd: new source url --- dhcpcd/Pkgfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dhcpcd/Pkgfile b/dhcpcd/Pkgfile index baebfb3d..e52312ca 100644 --- a/dhcpcd/Pkgfile +++ b/dhcpcd/Pkgfile @@ -5,7 +5,7 @@ name=dhcpcd version=1.3.22-pl4 release=2 -source=(ftp://ftp.phystech.com/pub/$name-$version.tar.gz \ +source=(http://www.phystech.com/ftp/$name-$version.tar.gz \ $name-$version.patch) build () { From c8306b3c90977137b08e1037366b9efc3e54e617 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Sat, 6 Jan 2007 13:01:48 +0100 Subject: [PATCH 2/5] bzip: updated to 1.0.4 --- bzip2/.footprint | 4 +- bzip2/.md5sum | 4 +- bzip2/Pkgfile | 8 ++-- bzip2/{bzip2-1.0.3.patch => bzip2.patch} | 50 ++++++++++++------------ 4 files changed, 33 insertions(+), 33 deletions(-) rename bzip2/{bzip2-1.0.3.patch => bzip2.patch} (71%) diff --git a/bzip2/.footprint b/bzip2/.footprint index db2247da..608a3f80 100644 --- a/bzip2/.footprint +++ b/bzip2/.footprint @@ -16,8 +16,8 @@ drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libbz2.a lrwxrwxrwx root/root usr/lib/libbz2.so -> libbz2.so.1.0 -lrwxrwxrwx root/root usr/lib/libbz2.so.1.0 -> libbz2.so.1.0.3 --rwxr-xr-x root/root usr/lib/libbz2.so.1.0.3 +lrwxrwxrwx root/root usr/lib/libbz2.so.1.0 -> libbz2.so.1.0.4 +-rwxr-xr-x root/root usr/lib/libbz2.so.1.0.4 drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ lrwxrwxrwx root/root usr/man/man1/bunzip2.1.gz -> bzip2.1.gz diff --git a/bzip2/.md5sum b/bzip2/.md5sum index a23c95bd..c17df993 100644 --- a/bzip2/.md5sum +++ b/bzip2/.md5sum @@ -1,2 +1,2 @@ -d64c8510a3f3e0ba5e821fc7df83997d bzip2-1.0.3.patch -8a716bebecb6e647d2e8a29ea5d8447f bzip2-1.0.3.tar.gz +fc310b254f6ba5fbb5da018f04533688 bzip2-1.0.4.tar.gz +589eeb94dad93f69b366e711ef328cb5 bzip2.patch diff --git a/bzip2/Pkgfile b/bzip2/Pkgfile index 7e3d36af..08d98d0f 100644 --- a/bzip2/Pkgfile +++ b/bzip2/Pkgfile @@ -3,15 +3,15 @@ # Maintainer: Tilman Sauerbeck, tilman at crux dot nu name=bzip2 -version=1.0.3 -release=2 +version=1.0.4 +release=1 source=(http://www.bzip.org/$version/$name-$version.tar.gz \ - $name-$version.patch) + $name.patch) build() { cd $name-$version - patch -Np1 -i $SRC/$name-$version.patch + patch -Np1 -i $SRC/$name.patch make make PREFIX=$PKG/usr install diff --git a/bzip2/bzip2-1.0.3.patch b/bzip2/bzip2.patch similarity index 71% rename from bzip2/bzip2-1.0.3.patch rename to bzip2/bzip2.patch index 1f5991c0..6aec8bdd 100644 --- a/bzip2/bzip2-1.0.3.patch +++ b/bzip2/bzip2.patch @@ -1,16 +1,16 @@ -diff -aur bzip2-1.0.3.orig/Makefile bzip2-1.0.3/Makefile ---- bzip2-1.0.3.orig/Makefile 2005-02-17 12:28:24.000000000 +0100 -+++ bzip2-1.0.3/Makefile 2006-12-06 20:56:42.971829461 +0100 -@@ -8,7 +8,7 @@ +diff -aur bzip2-1.0.4.orig/Makefile bzip2-1.0.4/Makefile +--- bzip2-1.0.4.orig/Makefile 2007-01-03 04:49:21.000000000 +0100 ++++ bzip2-1.0.4/Makefile 2007-01-06 12:48:28.735127995 +0100 +@@ -21,7 +21,7 @@ LDFLAGS= BIGFILES=-D_FILE_OFFSET_BITS=64 --CFLAGS=-Wall -Winline -O -g $(BIGFILES) +-CFLAGS=-Wall -Winline -O2 -g $(BIGFILES) +CFLAGS+=-Wall -Winline $(BIGFILES) # Where you want it installed when you do 'make install' - PREFIX=/usr -@@ -57,43 +57,36 @@ + PREFIX=/usr/local +@@ -70,43 +70,36 @@ @cat words3 install: bzip2 bzip2recover @@ -34,14 +34,14 @@ diff -aur bzip2-1.0.3.orig/Makefile bzip2-1.0.3/Makefile - cp -f libbz2.a $(PREFIX)/lib - chmod a+r $(PREFIX)/lib/libbz2.a - cp -f bzgrep $(PREFIX)/bin/bzgrep -- ln $(PREFIX)/bin/bzgrep $(PREFIX)/bin/bzegrep -- ln $(PREFIX)/bin/bzgrep $(PREFIX)/bin/bzfgrep +- ln -s -f $(PREFIX)/bin/bzgrep $(PREFIX)/bin/bzegrep +- ln -s -f $(PREFIX)/bin/bzgrep $(PREFIX)/bin/bzfgrep - chmod a+x $(PREFIX)/bin/bzgrep - cp -f bzmore $(PREFIX)/bin/bzmore -- ln $(PREFIX)/bin/bzmore $(PREFIX)/bin/bzless +- ln -s -f $(PREFIX)/bin/bzmore $(PREFIX)/bin/bzless - chmod a+x $(PREFIX)/bin/bzmore - cp -f bzdiff $(PREFIX)/bin/bzdiff -- ln $(PREFIX)/bin/bzdiff $(PREFIX)/bin/bzcmp +- ln -s -f $(PREFIX)/bin/bzdiff $(PREFIX)/bin/bzcmp - chmod a+x $(PREFIX)/bin/bzdiff - cp -f bzgrep.1 bzmore.1 bzdiff.1 $(PREFIX)/man/man1 - chmod a+r $(PREFIX)/man/man1/bzgrep.1 @@ -84,34 +84,34 @@ diff -aur bzip2-1.0.3.orig/Makefile bzip2-1.0.3/Makefile clean: rm -f *.o libbz2.a bzip2 bzip2recover \ -diff -aur bzip2-1.0.3.orig/Makefile-libbz2_so bzip2-1.0.3/Makefile-libbz2_so ---- bzip2-1.0.3.orig/Makefile-libbz2_so 2004-10-17 19:32:13.000000000 +0200 -+++ bzip2-1.0.3/Makefile-libbz2_so 2006-12-06 20:57:09.201468711 +0100 -@@ -9,7 +9,7 @@ +diff -aur bzip2-1.0.4.orig/Makefile-libbz2_so bzip2-1.0.4/Makefile-libbz2_so +--- bzip2-1.0.4.orig/Makefile-libbz2_so 2007-01-03 03:00:55.000000000 +0100 ++++ bzip2-1.0.4/Makefile-libbz2_so 2007-01-06 12:46:33.363917744 +0100 +@@ -24,7 +24,7 @@ SHELL=/bin/sh CC=gcc BIGFILES=-D_FILE_OFFSET_BITS=64 --CFLAGS=-fpic -fPIC -Wall -Winline -O -g -+CFLAGS+=-fpic -fPIC -Wall -Winline +-CFLAGS=-fpic -fPIC -Wall -Winline -O2 -g $(BIGFILES) ++CFLAGS+=-fpic -fPIC -Wall -Winline $(BIGFILES) OBJS= blocksort.o \ huffman.o \ -@@ -22,11 +22,15 @@ +@@ -37,11 +37,15 @@ all: $(OBJS) - $(CC) -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.3 $(OBJS) - $(CC) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.3 + $(CC) -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.4 $(OBJS) + $(CC) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.4 - rm -f libbz2.so.1.0 -- ln -s libbz2.so.1.0.3 libbz2.so.1.0 +- ln -s libbz2.so.1.0.4 libbz2.so.1.0 + +install: + install -d $(PREFIX)/lib -+ install -m 755 libbz2.so.1.0.3 $(PREFIX)/lib -+ ln -sf libbz2.so.1.0.3 $(PREFIX)/lib/libbz2.so.1.0 ++ install -m 755 libbz2.so.1.0.4 $(PREFIX)/lib ++ ln -sf libbz2.so.1.0.4 $(PREFIX)/lib/libbz2.so.1.0 + ln -sf libbz2.so.1.0 $(PREFIX)/lib/libbz2.so clean: -- rm -f $(OBJS) bzip2.o libbz2.so.1.0.3 libbz2.so.1.0 bzip2-shared -+ rm -f $(OBJS) bzip2.o libbz2.so.1.0.3 bzip2-shared +- rm -f $(OBJS) bzip2.o libbz2.so.1.0.4 libbz2.so.1.0 bzip2-shared ++ rm -f $(OBJS) bzip2.o libbz2.so.1.0.4 bzip2-shared blocksort.o: blocksort.c $(CC) $(CFLAGS) -c blocksort.c From 7ae5928def8f864b50651e994b4d7d53473c7a69 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Sat, 13 Jan 2007 14:37:01 +0100 Subject: [PATCH 3/5] file: switched URL (back) to ftp.fu-berlin.de --- file/Pkgfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/Pkgfile b/file/Pkgfile index 7538cb10..fd079b15 100644 --- a/file/Pkgfile +++ b/file/Pkgfile @@ -7,7 +7,7 @@ name=file version=4.19 release=1 -source=(ftp://ftp.astron.com/pub/file/$name-$version.tar.gz) +source=(ftp://ftp.fu-berlin.de/unix/tools/file/$name-$version.tar.gz) build() { cd $name-$version From 5bd4aa8031f91ec57d789088445cdab13e40e548 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Thu, 18 Jan 2007 15:24:59 +0100 Subject: [PATCH 4/5] strace: update to 4.5.15 --- strace/.md5sum | 2 +- strace/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/strace/.md5sum b/strace/.md5sum index 5783c071..f4d6db41 100644 --- a/strace/.md5sum +++ b/strace/.md5sum @@ -1 +1 @@ -09bcd5d00ece28f8154dec11cadfce3c strace-4.5.14.tar.bz2 +ef40944118841803391d212cb64d3c5b strace-4.5.15.tar.bz2 diff --git a/strace/Pkgfile b/strace/Pkgfile index 95331122..ab4471dc 100644 --- a/strace/Pkgfile +++ b/strace/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: Per Lidén, core-ports at crux dot nu name=strace -version=4.5.14 +version=4.5.15 release=1 source=(http://dl.sourceforge.net/$name/$name-$version.tar.bz2) From deb91d54974ef82efdc1e28b2dbb199b2f1607ee Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Thu, 18 Jan 2007 15:40:27 +0100 Subject: [PATCH 5/5] ed: update to 0.4 --- ed/.md5sum | 2 +- ed/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ed/.md5sum b/ed/.md5sum index 9c20a3cb..e98585bc 100644 --- a/ed/.md5sum +++ b/ed/.md5sum @@ -1 +1 @@ -56950c74e0239556296310a01c83ae7d ed-0.3.tar.bz2 +b5c8606bb306671bbbb2bd708d937bcb ed-0.4.tar.bz2 diff --git a/ed/Pkgfile b/ed/Pkgfile index d9c566e6..7dad0746 100644 --- a/ed/Pkgfile +++ b/ed/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: Per Lidén, core-ports at crux dot nu name=ed -version=0.3 +version=0.4 release=1 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)