diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-03 04:58:04 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-03 04:58:04 +0800 |
commit | 2bb418a63291bbe73fc05ca54c1d6249b299eb4f (patch) | |
tree | d54fd985b095d5691ee64b25731528c7e902d0df /textproc | |
parent | e670de8cc60dd807fb6556b1ac81ac1509ad9481 (diff) | |
download | freebsd-ports-gnome-2bb418a63291bbe73fc05ca54c1d6249b299eb4f.tar.gz freebsd-ports-gnome-2bb418a63291bbe73fc05ca54c1d6249b299eb4f.tar.zst freebsd-ports-gnome-2bb418a63291bbe73fc05ca54c1d6249b299eb4f.zip |
- Add USES=libtool to textproc/ots and bump dependent ports
- Run libtoolize and other autotools because configure and ltmain.sh
are out of sync
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ots/Makefile | 18 | ||||
-rw-r--r-- | textproc/ots/pkg-plist | 5 |
2 files changed, 11 insertions, 12 deletions
diff --git a/textproc/ots/Makefile b/textproc/ots/Makefile index 0cf961bf6f9e..fc79f44a10d1 100644 --- a/textproc/ots/Makefile +++ b/textproc/ots/Makefile @@ -3,30 +3,28 @@ PORTNAME= ots PORTVERSION= 0.5.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= SF/lib${PORTNAME}/lib${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Open Text Summarizer -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt +LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt +USES= gettext libtool pathfix pkgconfig +PATHFIX_MAKEFILEIN= Makefile.am +USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake +AUTOMAKE_ARGS= -a -c -f USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes -USES= gettext pkgconfig -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS= --disable-shared -MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" MAKE_JOBS_UNSAFE=yes post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS/s|doc||' ${WRKSRC}/Makefile.in - -post-build: - @${REINPLACE_CMD} -e '/old_library/d' ${WRKSRC}/src/libots-1.la + @${REINPLACE_CMD} -e '/^SUBDIRS/s|doc||' ${WRKSRC}/Makefile.am + @${REINPLACE_CMD} -e '\|doc/Makefile|d' ${WRKSRC}/configure.in .include <bsd.port.mk> diff --git a/textproc/ots/pkg-plist b/textproc/ots/pkg-plist index 54117cc4e2b3..c2549c9dee32 100644 --- a/textproc/ots/pkg-plist +++ b/textproc/ots/pkg-plist @@ -1,8 +1,9 @@ bin/ots include/libots-1/ots/libots.h -lib/libots-1.la +lib/libots-1.a lib/libots-1.so -lib/libots-1.so.5 +lib/libots-1.so.0 +lib/libots-1.so.0.5.0 libdata/pkgconfig/libots-1.pc %%DATADIR%%/bg.xml %%DATADIR%%/ca.xml |