diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2006-11-14 22:46:43 +0100 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2006-11-14 22:46:43 +0100 |
commit | d4591ed66df4889411b2bee03a9fa441850d5c8f (patch) | |
tree | d53dc65b9c148f1484196df35892d0df42d9f41c /pkgutils | |
parent | 68ef4bad5901170c3b2006dab1d042eaf368368f (diff) | |
download | core-d4591ed66df4889411b2bee03a9fa441850d5c8f.tar.gz core-d4591ed66df4889411b2bee03a9fa441850d5c8f.tar.xz |
pkgutils: updated to 5.21
Diffstat (limited to 'pkgutils')
-rw-r--r-- | pkgutils/.md5sum | 3 | ||||
-rw-r--r-- | pkgutils/Pkgfile | 8 | ||||
-rw-r--r-- | pkgutils/pkgutils-largefiles.patch | 12 |
3 files changed, 4 insertions, 19 deletions
diff --git a/pkgutils/.md5sum b/pkgutils/.md5sum index 95a2cbdc..c6456f7f 100644 --- a/pkgutils/.md5sum +++ b/pkgutils/.md5sum @@ -1,2 +1 @@ -b6cc9b6371d8c529ef7ec6f93fbc9903 pkgutils-5.20.tar.gz -60fbc1302e39c97435e2790d6a596046 pkgutils-largefiles.patch +753f2b3c883264ed0091cb949030a59d pkgutils-5.21.tar.gz diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index 486a0bdd..488214bb 100644 --- a/pkgutils/Pkgfile +++ b/pkgutils/Pkgfile @@ -3,13 +3,11 @@ # Maintainer: Per Lidén, core-ports at crux dot nu name=pkgutils -version=5.20 -release=2 -source=(http://www.fukt.bsnet.se/~per/pkgutils/$name-$version.tar.gz \ - $name-largefiles.patch) +version=5.21 +release=1 +source=(http://crux.nu/files/$name-$version.tar.gz) build () { cd $name-$version - patch -p0 -i $SRC/$name-largefiles.patch make DESTDIR=$PKG install } diff --git a/pkgutils/pkgutils-largefiles.patch b/pkgutils/pkgutils-largefiles.patch deleted file mode 100644 index c27db680..00000000 --- a/pkgutils/pkgutils-largefiles.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.orig 2006-03-08 13:40:45.919863744 -0600 -+++ Makefile 2006-03-08 13:41:08.730396016 -0600 -@@ -29,7 +29,8 @@ - - CXXFLAGS += -DNDEBUG - CXXFLAGS += -O2 -Wall -pedantic -D_GNU_SOURCE -DVERSION=\"$(VERSION)\" \ -- -Ilibtar-$(LIBTAR_VERSION)/lib -Ilibtar-$(LIBTAR_VERSION)/listhash -+ -Ilibtar-$(LIBTAR_VERSION)/lib -Ilibtar-$(LIBTAR_VERSION)/listhash \ -+ -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 - - LDFLAGS += -static -Llibtar-$(LIBTAR_VERSION)/lib -ltar -lz - |