diff options
author | sergei <sergei@FreeBSD.org> | 2004-10-11 15:59:46 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-10-11 15:59:46 +0800 |
commit | ba5a0cf0e9cd00ccc2cef8bccc3a75f69fb12510 (patch) | |
tree | 7be6c1179257f0d78a96155db11104c769e5a397 /devel/poslib | |
parent | 7119f248f0ea71e503c699dfa3979d92632a9375 (diff) | |
download | freebsd-ports-gnome-ba5a0cf0e9cd00ccc2cef8bccc3a75f69fb12510.tar.gz freebsd-ports-gnome-ba5a0cf0e9cd00ccc2cef8bccc3a75f69fb12510.tar.zst freebsd-ports-gnome-ba5a0cf0e9cd00ccc2cef8bccc3a75f69fb12510.zip |
- Unbreak dns/posadis and its dependency devel/poslib
with the new PTHREAD_LIBS in 5.x and -CURRENT by
changing USE_INC_LIBTOOL_VER to USE_LIBTOOL_VER
(this also removes .la files)
- Bump PORTREVISION due to changed packages
Suggested by: marcus
Approved by: portmgr (marcus)
Diffstat (limited to 'devel/poslib')
-rw-r--r-- | devel/poslib/Makefile | 3 | ||||
-rw-r--r-- | devel/poslib/pkg-plist | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/devel/poslib/Makefile b/devel/poslib/Makefile index 6a8eb049f7d2..0604553372aa 100644 --- a/devel/poslib/Makefile +++ b/devel/poslib/Makefile @@ -7,6 +7,7 @@ PORTNAME= poslib PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= devel dns MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= posadis @@ -17,7 +18,7 @@ COMMENT= Posadis C++ DNS library GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_INC_LIBTOOL_VER= 15 +USE_LIBTOOL_VER= 15 INSTALLS_SHLIB= yes PLIST_SUB= VERSION="${PORTVERSION}" diff --git a/devel/poslib/pkg-plist b/devel/poslib/pkg-plist index c79929a650bc..26811495147c 100644 --- a/devel/poslib/pkg-plist +++ b/devel/poslib/pkg-plist @@ -29,11 +29,9 @@ include/poslib-%%VERSION%%/poslib/types.h include/poslib-%%VERSION%%/poslib/vsnprintf.h include/poslib-%%VERSION%%/poslib/w32poll.h lib/libposlib.a -lib/libposlib.la lib/libposlib.so lib/libposlib.so.0 lib/libposserver.a -lib/libposserver.la lib/libposserver.so lib/libposserver.so.0 lib/poslib-%%VERSION%%/include/poslib-config.h |