diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-03 21:18:14 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-03 21:18:14 +0800 |
commit | eaa274884498e60131fedf5ffd0934881cf1a05f (patch) | |
tree | 389b3cd4a469a11b6ace436602b031b225b59d11 /textproc | |
parent | 824dcb803159cead6bb4852402563edf864f1a0f (diff) | |
download | freebsd-ports-gnome-eaa274884498e60131fedf5ffd0934881cf1a05f.tar.gz freebsd-ports-gnome-eaa274884498e60131fedf5ffd0934881cf1a05f.tar.zst freebsd-ports-gnome-eaa274884498e60131fedf5ffd0934881cf1a05f.zip |
Convert textproc/iksemel to "USES=libtool pathfix" and bump dependent ports
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/iksemel/Makefile | 14 | ||||
-rw-r--r-- | textproc/iksemel/files/patch-ltmain.sh | 15 | ||||
-rw-r--r-- | textproc/iksemel/pkg-plist | 4 |
3 files changed, 8 insertions, 25 deletions
diff --git a/textproc/iksemel/Makefile b/textproc/iksemel/Makefile index e79f2e3383bf..35f8fe0d8c22 100644 --- a/textproc/iksemel/Makefile +++ b/textproc/iksemel/Makefile @@ -3,30 +3,28 @@ PORTNAME= iksemel PORTVERSION= 1.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= rhaamo@gruik.at COMMENT= XML parser library mainly designed for Jabber applications -LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls +LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls -USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool -ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal -AUTOMAKE_ARGS= --add-missing +USES= libtool makeinfo pathfix pkgconfig +PATHFIX_MAKEFILEIN= Makefile.am +USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake +AUTOMAKE_ARGS= --add-missing --copy --force GNU_CONFIGURE= yes CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes -USES= makeinfo pkgconfig INFO= iksemel post-patch: @${REINPLACE_CMD} -e 's|@setfilename iksemel|@setfilename iksemel.info|' \ ${WRKSRC}/doc/iksemel.texi - @${REINPLACE_CMD} -e 's|pkgconfigdir=$$(libdir)/pkgconfig|pkgconfigdir=$${prefix}/libdata/pkgconfig|' \ - ${WRKSRC}/Makefile.am .include <bsd.port.mk> diff --git a/textproc/iksemel/files/patch-ltmain.sh b/textproc/iksemel/files/patch-ltmain.sh deleted file mode 100644 index f5e16f33bc97..000000000000 --- a/textproc/iksemel/files/patch-ltmain.sh +++ /dev/null @@ -1,15 +0,0 @@ ---- ltmain.sh.orig Fri Apr 28 11:54:06 2006 -+++ ltmain.sh Fri Apr 28 11:54:14 2006 -@@ -5550,10 +5550,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false ; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/textproc/iksemel/pkg-plist b/textproc/iksemel/pkg-plist index 25e7fb91ab88..45449fcb6f74 100644 --- a/textproc/iksemel/pkg-plist +++ b/textproc/iksemel/pkg-plist @@ -3,7 +3,7 @@ bin/iksperf bin/iksroster include/iksemel.h lib/libiksemel.a -lib/libiksemel.la lib/libiksemel.so -lib/libiksemel.so.4 +lib/libiksemel.so.3 +lib/libiksemel.so.3.1.1 libdata/pkgconfig/iksemel.pc |