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 /dns | |
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 'dns')
-rw-r--r-- | dns/posadis/Makefile | 3 | ||||
-rw-r--r-- | dns/posadis/pkg-plist | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/dns/posadis/Makefile b/dns/posadis/Makefile index 12473b43019e..bcd290a24dbf 100644 --- a/dns/posadis/Makefile +++ b/dns/posadis/Makefile @@ -7,6 +7,7 @@ PORTNAME= posadis PORTVERSION= 0.60.5 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +18,7 @@ COMMENT= Domain Name Server (DNS) implementation LIB_DEPENDS= poslib.0:${PORTSDIR}/devel/poslib USE_AUTOCONF_VER= 259 -USE_INC_LIBTOOL_VER= 15 +USE_LIBTOOL_VER= 15 USE_LIBLTDL= yes INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/dns/posadis/pkg-plist b/dns/posadis/pkg-plist index 6f4374c5e501..12a36c8486eb 100644 --- a/dns/posadis/pkg-plist +++ b/dns/posadis/pkg-plist @@ -23,13 +23,10 @@ include/posadis-%%VERSION%%/updates.h include/posadis-%%VERSION%%/vector.h include/posadis-%%VERSION%%/zones.h include/posadis-%%VERSION%%/zonetransfer.h -%%FAM%%lib/posadis/fam.la %%FAM%%lib/posadis/fam.so %%FAM%%lib/posadis/fam.so.0 -lib/posadis/localhost.la lib/posadis/localhost.so lib/posadis/localhost.so.0 -lib/posadis/revmap.la lib/posadis/revmap.so lib/posadis/revmap.so.0 lib/posadis-%%VERSION%%/include/posadis-config.h |