diff options
author | mandree <mandree@FreeBSD.org> | 2010-02-12 21:12:47 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2010-02-12 21:12:47 +0800 |
commit | 9e8dbbdb2846a97a14f033b5f1433263b15b34fc (patch) | |
tree | c48c5462384ae96c8e8a503a01716d7a73007009 /sysutils/e2fsprogs | |
parent | 238d448af13bbe5a4f849315564c540552a4a8d5 (diff) | |
download | freebsd-ports-gnome-9e8dbbdb2846a97a14f033b5f1433263b15b34fc.tar.gz freebsd-ports-gnome-9e8dbbdb2846a97a14f033b5f1433263b15b34fc.tar.zst freebsd-ports-gnome-9e8dbbdb2846a97a14f033b5f1433263b15b34fc.zip |
Update to new upstream release 1.41.10.
Lots of bugfixes, ouf of these are noteworthy:
Fixes several bugs around flex_bg (hopefully also the one on sparc64)
Fixes alignment of bitmaps to 4-byte boundaries.
The build process now uses standard variables for tuning compiler and linker
settings and no longer relies on --with-ccopt and similar options.
Approved by: garga@ (mentor)
Diffstat (limited to 'sysutils/e2fsprogs')
-rw-r--r-- | sysutils/e2fsprogs/Makefile | 12 | ||||
-rw-r--r-- | sysutils/e2fsprogs/distinfo | 6 |
2 files changed, 7 insertions, 11 deletions
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile index b4bc53af1a26..2f7b483b2c45 100644 --- a/sysutils/e2fsprogs/Makefile +++ b/sysutils/e2fsprogs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= e2fsprogs -PORTVERSION= 1.41.9 +PORTVERSION= 1.41.10 PORTREVISION?= 0 CATEGORIES?= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} @@ -19,11 +19,11 @@ USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-fsck --disable-e2initrd-helper \ - --with-cc='${CC}' --with-linker='${LD}' \ - --with-ccopts='${CFLAGS}' \ --with-root-prefix='${PREFIX}' +#CONFIGURE_ENV+= CPPFLAGS='${CPPFLAGS} -I${WRKSRC}/lib \ +# -I${LOCALBASE}/include -D_EXT2_USE_C_VERSIONS_' CONFIGURE_ENV+= CPPFLAGS='${CPPFLAGS} -I${WRKSRC}/lib \ - -I${LOCALBASE}/include -D_EXT2_USE_C_VERSIONS_' + -I${LOCALBASE}/include' MAKE_ARGS+= LDFLAGS='${LDFLAGS} -L${LOCALBASE}/lib' OPTIONS?= NLS "Enable national language support" on @@ -49,10 +49,6 @@ MAKE_JOBS_SAFE= yes .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= Does not install on sparc64: fails self-test -.endif - .if defined(WITHOUT_NLS) CONFIGURE_ARGS+=--disable-nls PLIST_SUB= NLS="@comment " diff --git a/sysutils/e2fsprogs/distinfo b/sysutils/e2fsprogs/distinfo index 49391a883fe6..339b4dd200a2 100644 --- a/sysutils/e2fsprogs/distinfo +++ b/sysutils/e2fsprogs/distinfo @@ -1,3 +1,3 @@ -MD5 (e2fsprogs-1.41.9.tar.gz) = 52f60a9e19a02f142f5546f1b5681927 -SHA256 (e2fsprogs-1.41.9.tar.gz) = cbf1e34261a16b3d7911b60b91290b19f2010036d6ba628d45b5f0b2af2b66e8 -SIZE (e2fsprogs-1.41.9.tar.gz) = 4452610 +MD5 (e2fsprogs-1.41.10.tar.gz) = f9c7bb5c036a119453ce02fa871038da +SHA256 (e2fsprogs-1.41.10.tar.gz) = 4109d45dd220bc450e3198056a135164bdcee21855de97eda4e863a461eed8c9 +SIZE (e2fsprogs-1.41.10.tar.gz) = 4466866 |