diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-23 13:05:18 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-23 13:05:18 +0000 |
commit | 2a6e37b634b8119e21e317d5c8e642be61b14335 (patch) | |
tree | a2777aecfe48b56a5ef0ac1f334ff8bcc5b65f4b | |
parent | f87ec3e9254e2be9f64fc06a1a9ba71d17302287 (diff) | |
download | ports-2a6e37b634b8119e21e317d5c8e642be61b14335.tar.gz ports-2a6e37b634b8119e21e317d5c8e642be61b14335.zip |
- Switch textproc/wv to USES=libtool, drop .la files
- Fix LIB_DEPENDS entries on dependent ports and bump PORTREVISIONS as library naming schema has changed
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=358932
-rw-r--r-- | editors/abiword/Makefile | 4 | ||||
-rw-r--r-- | sysutils/tracker-client/Makefile | 4 | ||||
-rw-r--r-- | textproc/wv/Makefile | 6 | ||||
-rw-r--r-- | textproc/wv/pkg-plist | 3 |
4 files changed, 8 insertions, 9 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 8e26a7569cde..a827e48b1b94 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -4,7 +4,7 @@ PORTNAME= abiword PORTVERSION= 2.8.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ MASTER_SITE_SUBDIR= abiword @@ -16,7 +16,7 @@ COMMENT= Open-source, cross-platform WYSIWYG word processor LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ libpng15.so:${PORTSDIR}/graphics/png \ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ - libwv-1.2.so:${PORTSDIR}/textproc/wv \ + libwv.so:${PORTSDIR}/textproc/wv \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ libfribidi.so:${PORTSDIR}/converters/fribidi \ libpsiconv.so:${PORTSDIR}/converters/psiconv \ diff --git a/sysutils/tracker-client/Makefile b/sysutils/tracker-client/Makefile index a97663e590f0..f7368de4a300 100644 --- a/sysutils/tracker-client/Makefile +++ b/sysutils/tracker-client/Makefile @@ -4,7 +4,7 @@ PORTNAME= tracker PORTVERSION= 0.6.95 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= sysutils gnome MASTER_SITES= GNOME PKGNAMESUFFIX?= -client @@ -16,7 +16,7 @@ LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib \ libexif.so:${PORTSDIR}/graphics/libexif \ - libwv-1.2.so:${PORTSDIR}/textproc/wv \ + libwv.so:${PORTSDIR}/textproc/wv \ libgmime-2.0.so:${PORTSDIR}/mail/gmime2 \ libqdbm.so:${PORTSDIR}/databases/qdbm \ libexempi.so:${PORTSDIR}/textproc/exempi \ diff --git a/textproc/wv/Makefile b/textproc/wv/Makefile index 4f31fc08b125..1d574ef90807 100644 --- a/textproc/wv/Makefile +++ b/textproc/wv/Makefile @@ -3,7 +3,7 @@ PORTNAME= wv PORTVERSION= 1.2.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://www.abisource.com/downloads/wv/${PORTVERSION}/ @@ -13,8 +13,8 @@ COMMENT= A library and executables to access Microsoft Word files LIB_DEPENDS= libwmf.so:${PORTSDIR}/graphics/libwmf USE_GNOME= libgsf -USES= gmake pkgconfig -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +USES= gmake pkgconfig libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= MKDIR_P="${MKDIR}" diff --git a/textproc/wv/pkg-plist b/textproc/wv/pkg-plist index 4bf49ee03b9e..ea1b029675c8 100644 --- a/textproc/wv/pkg-plist +++ b/textproc/wv/pkg-plist @@ -15,10 +15,9 @@ bin/wvVersion bin/wvWare bin/wvWml include/wv/wv.h -lib/libwv-1.2.so lib/libwv-1.2.so.4 +lib/libwv-1.2.so.4.0.5 lib/libwv.a -lib/libwv.la lib/libwv.so libdata/pkgconfig/wv-1.0.pc man/man1/wvAbw.1.gz |