mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- 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)
This commit is contained in:
parent
e580a3f878
commit
c32963f9f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118606
@ -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}"
|
||||
|
@ -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
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user