diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-05 23:46:30 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-05 23:46:30 +0800 |
commit | a8dc077514366a94cccab84f8df4dd71623dbc15 (patch) | |
tree | adfdfd4316ff56891e6f7943516f7ef6252a8974 | |
parent | 0f268aca83fa54a1df484910eaf0833d5865fb4d (diff) | |
download | freebsd-ports-gnome-a8dc077514366a94cccab84f8df4dd71623dbc15.tar.gz freebsd-ports-gnome-a8dc077514366a94cccab84f8df4dd71623dbc15.tar.zst freebsd-ports-gnome-a8dc077514366a94cccab84f8df4dd71623dbc15.zip |
Convert to USES=libtool
-rw-r--r-- | sysutils/progsreiserfs/Makefile | 9 | ||||
-rw-r--r-- | sysutils/progsreiserfs/pkg-plist | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/sysutils/progsreiserfs/Makefile b/sysutils/progsreiserfs/Makefile index 16be734303eb..3ecd6c2d53ff 100644 --- a/sysutils/progsreiserfs/Makefile +++ b/sysutils/progsreiserfs/Makefile @@ -3,7 +3,7 @@ PORTNAME= progsreiserfs PORTVERSION= 0.3.1.r8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= http://www.cgsecurity.org/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} @@ -11,8 +11,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} MAINTAINER= ports@FreeBSD.org COMMENT= Utilities and library to manipulate ReiserFS partitions -USE_AUTOTOOLS= libtool +USES= libtool USE_LDCONFIG= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug --disable-Werror CFLAGS+= -Dgetopt_long_only=getopt_long @@ -31,8 +32,8 @@ CONFIGURE_ARGS+=--disable-nls .endif post-patch: - @${REINPLACE_CMD} -e 's|^LIBTOOL=.*|LIBTOOL=${LIBTOOL}|g' \ - ${WRKSRC}/${CONFIGURE_SCRIPT} + @${REINPLACE_CMD} '/_LDADD =/s/=/= $$(INTLLIBS)/' \ + ${WRKSRC}/demos/Makefile.in @${REINPLACE_CMD} -e 's|sys/int_types.h|inttypes.h|' \ ${WRKSRC}/libreiserfs/tools.c ${WRKSRC}/include/reiserfs/* diff --git a/sysutils/progsreiserfs/pkg-plist b/sysutils/progsreiserfs/pkg-plist index 0054cb3902d8..9b7a7d210e8a 100644 --- a/sysutils/progsreiserfs/pkg-plist +++ b/sysutils/progsreiserfs/pkg-plist @@ -19,15 +19,13 @@ include/reiserfs/reiserfs.h include/reiserfs/segment.h include/reiserfs/tools.h include/reiserfs/tree.h -lib/libdal-0.3.so lib/libdal-0.3.so.0 +lib/libdal-0.3.so.0.0.1 lib/libdal.a -lib/libdal.la lib/libdal.so -lib/libreiserfs-0.3.so lib/libreiserfs-0.3.so.0 +lib/libreiserfs-0.3.so.0.0.1 lib/libreiserfs.a -lib/libreiserfs.la lib/libreiserfs.so man/man8/cpfs.reiserfs.8.gz man/man8/mkfs.reiserfs.8.gz |