r1063 - crux-2.2/ports/core/pkgutils
Author: jaeger Date: 2006-03-30 00:07:54 +0200 (Thu, 30 Mar 2006) New Revision: 1063 Added: crux-2.2/ports/core/pkgutils/pkgutils-largefiles.patch Modified: crux-2.2/ports/core/pkgutils/.md5sum crux-2.2/ports/core/pkgutils/Pkgfile Log: pkgutils: added support for large (>2GB) files Modified: crux-2.2/ports/core/pkgutils/.md5sum =================================================================== --- crux-2.2/ports/core/pkgutils/.md5sum 2006-03-29 20:49:46 UTC (rev 1062) +++ crux-2.2/ports/core/pkgutils/.md5sum 2006-03-29 22:07:54 UTC (rev 1063) @@ -1 +1,2 @@ b6cc9b6371d8c529ef7ec6f93fbc9903 pkgutils-5.20.tar.gz +60fbc1302e39c97435e2790d6a596046 pkgutils-largefiles.patch Modified: crux-2.2/ports/core/pkgutils/Pkgfile =================================================================== --- crux-2.2/ports/core/pkgutils/Pkgfile 2006-03-29 20:49:46 UTC (rev 1062) +++ crux-2.2/ports/core/pkgutils/Pkgfile 2006-03-29 22:07:54 UTC (rev 1063) @@ -4,10 +4,12 @@ name=pkgutils version=5.20 -release=1 -source=(http://www.fukt.bth.se/~per/pkgutils/$name-$version.tar.gz) +release=2 +source=(http://www.fukt.bth.se/~per/pkgutils/$name-$version.tar.gz \ + $name-largefiles.patch) build () { - cd $name-$version - make DESTDIR=$PKG install + cd $name-$version + patch -p0 -i $SRC/$name-largefiles.patch + make DESTDIR=$PKG install } Added: crux-2.2/ports/core/pkgutils/pkgutils-largefiles.patch =================================================================== --- crux-2.2/ports/core/pkgutils/pkgutils-largefiles.patch (rev 0) +++ crux-2.2/ports/core/pkgutils/pkgutils-largefiles.patch 2006-03-29 22:07:54 UTC (rev 1063) @@ -0,0 +1,12 @@ +--- 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 +
participants (1)
-
crux@crux.nu