forked from Lainports/freebsd-ports
- Fix plist problems for bacula-client and bacula-client-devel.
- Mark as BROKEN on -CURRENT. Reviewed by: Dan Langille <dan@langille.org> (maintainer) Approved by: portmgr (pav)
This commit is contained in:
parent
9440f6135c
commit
aab7e9acdc
6 changed files with 36 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
|
||||
PORTNAME= bacula
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX= -client-devel
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../bacula-server-devel
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bacula
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX= -client
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../bacula-server
|
||||
|
|
|
|||
|
|
@ -116,6 +116,10 @@ CONFIGURE_ARGS+= --enable-nls
|
|||
CONFIGURE_ARGS+= --disable-nls
|
||||
.endif
|
||||
|
||||
.if definedf defined(WITH_CLIENT_ONLY) && (${OSVERSION} >= 800000)
|
||||
BROKEN= Does not build due to missing llistxattr
|
||||
.endif
|
||||
|
||||
# Client only or full server version
|
||||
.if defined(WITH_CLIENT_ONLY)
|
||||
CONFFILES= fd
|
||||
|
|
|
|||
|
|
@ -1,3 +1,16 @@
|
|||
lib/bpipe-fd.so
|
||||
lib/libbac.la
|
||||
lib/libbac.so
|
||||
lib/libbac.so.1
|
||||
lib/libbaccfg.la
|
||||
lib/libbaccfg.so
|
||||
lib/libbaccfg.so.1
|
||||
lib/libbacfind.la
|
||||
lib/libbacfind.so
|
||||
lib/libbacfind.so.1
|
||||
lib/libbacpy.la
|
||||
lib/libbacpy.so
|
||||
lib/libbacpy.so.1
|
||||
sbin/bacula-fd
|
||||
sbin/bconsole
|
||||
%%GNOMECONS%%sbin/gnome-console
|
||||
|
|
|
|||
|
|
@ -126,6 +126,10 @@ CONFIGURE_ARGS+= --enable-nls
|
|||
CONFIGURE_ARGS+= --disable-nls
|
||||
.endif
|
||||
|
||||
.if defined(WITH_CLIENT_ONLY) && (${OSVERSION} >= 800000)
|
||||
BROKEN= Does not build due to missing llistxattr
|
||||
.endif
|
||||
|
||||
# overridden if client install
|
||||
PKGDEINSTALL= ${PKGDIR}/pkg-deinstall.server
|
||||
PKGINSTALL= ${PKGDIR}/pkg-install.server
|
||||
|
|
|
|||
|
|
@ -1,3 +1,16 @@
|
|||
lib/bpipe-fd.so
|
||||
lib/libbac.la
|
||||
lib/libbac.so
|
||||
lib/libbac.so.1
|
||||
lib/libbaccfg.la
|
||||
lib/libbaccfg.so
|
||||
lib/libbaccfg.so.1
|
||||
lib/libbacfind.la
|
||||
lib/libbacfind.so
|
||||
lib/libbacfind.so.1
|
||||
lib/libbacpy.la
|
||||
lib/libbacpy.so
|
||||
lib/libbacpy.so.1
|
||||
sbin/bacula-fd
|
||||
sbin/bconsole
|
||||
%%GNOMECONS%%sbin/gnome-console
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue