remove libbind as it will be provided separately
This commit is contained in:
parent
b79641f51c
commit
fcf8dc0c14
@ -1,16 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.36 2002/12/27 15:19:15 jakob Exp $
|
||||
# $OpenBSD: Makefile,v 1.37 2003/01/21 16:43:29 jakob Exp $
|
||||
|
||||
COMMENT= Berkeley Internet Name Daemon
|
||||
COMMENT-libbind= BIND 8 compatible stub resolver library
|
||||
COMMENT= Berkeley Internet Name Daemon
|
||||
|
||||
VERSION= 9.2.1
|
||||
DISTNAME= bind-${VERSION}
|
||||
PKGNAME= bind-${VERSION}p1
|
||||
CATEGORIES= net
|
||||
|
||||
MULTI_PACKAGES= -libbind
|
||||
PKGNAME-libbind= libbind-${VERSION}
|
||||
|
||||
MASTER_SITES+= ftp://ftp.isc.org/isc/bind9/${VERSION}/ \
|
||||
ftp://ftp.epix.net/pub/isc/bind9/${VERSION}/ \
|
||||
ftp://ftp.nominum.com/pub/isc/bind9/${VERSION}/ \
|
||||
@ -36,7 +32,7 @@ SEPARATE_BUILD= concurrent
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --with-libtool ${CONFIGURE_SHARED} \
|
||||
--localstatedir=/var \
|
||||
--enable-libbind \
|
||||
--disable-libbind \
|
||||
--with-openssl="/usr" \
|
||||
--with-randomdev=/dev/arandom
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
A BIND 8 compatible stub resolver library.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
@ -1,3 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared-libbind,v 1.1 2002/07/07 11:21:59 jakob Exp $
|
||||
lib/libbind.so.0.1
|
||||
DYNLIBDIR(%D/lib)
|
@ -1,32 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-libbind,v 1.1 2002/07/07 11:21:59 jakob Exp $
|
||||
bind/include/arpa/inet.h
|
||||
bind/include/arpa/nameser.h
|
||||
bind/include/arpa/nameser_compat.h
|
||||
bind/include/fd_setsize.h
|
||||
bind/include/hesiod.h
|
||||
bind/include/irp.h
|
||||
bind/include/irs.h
|
||||
bind/include/isc/assertions.h
|
||||
bind/include/isc/ctl.h
|
||||
bind/include/isc/dst.h
|
||||
bind/include/isc/eventlib.h
|
||||
bind/include/isc/heap.h
|
||||
bind/include/isc/irpmarshall.h
|
||||
bind/include/isc/list.h
|
||||
bind/include/isc/logging.h
|
||||
bind/include/isc/memcluster.h
|
||||
bind/include/isc/misc.h
|
||||
bind/include/isc/tree.h
|
||||
bind/include/netdb.h
|
||||
bind/include/netgroup.h
|
||||
bind/include/res_update.h
|
||||
bind/include/resolv.h
|
||||
bind/include/sys/bitypes.h
|
||||
lib/libbind.a
|
||||
lib/libbind.la
|
||||
@dirrm bind/include/sys
|
||||
@dirrm bind/include/isc
|
||||
@dirrm bind/include/arpa
|
||||
@dirrm bind/include
|
||||
@dirrm bind
|
||||
@dirrm lib
|
Loading…
Reference in New Issue
Block a user