1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00

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)
This commit is contained in:
Matthias Andree 2010-02-12 13:12:47 +00:00
parent 3adeb6ff54
commit 81e7bc51bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249661
2 changed files with 7 additions and 11 deletions

View File

@ -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 "

View File

@ -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