summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2009-04-15 13:51:47 +0000
committerWesley Shields <wxs@FreeBSD.org>2009-04-15 13:51:47 +0000
commitaab7e9acdc0bbae6caecc4a1e8c9c3e8e2c282d4 (patch)
tree65d9f8a61ee9b2e94b8a6ab1f6ce2f316e0031ce
parent- Document ziproxy -- Multiple HTTP Proxy HTTP Host Header Incorrect Relay Be... (diff)
- 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)
Notes
Notes: svn path=/head/; revision=232337
-rw-r--r--sysutils/bacula-client-devel/Makefile1
-rw-r--r--sysutils/bacula-client/Makefile1
-rw-r--r--sysutils/bacula-server-devel/Makefile4
-rw-r--r--sysutils/bacula-server-devel/pkg-plist.client13
-rw-r--r--sysutils/bacula-server/Makefile4
-rw-r--r--sysutils/bacula-server/pkg-plist.client13
6 files changed, 36 insertions, 0 deletions
diff --git a/sysutils/bacula-client-devel/Makefile b/sysutils/bacula-client-devel/Makefile
index fc8cb4ff9e12..e81e59166a4d 100644
--- a/sysutils/bacula-client-devel/Makefile
+++ b/sysutils/bacula-client-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= bacula
+PORTREVISION= 1
PKGNAMESUFFIX= -client-devel
MASTERDIR= ${.CURDIR}/../bacula-server-devel
diff --git a/sysutils/bacula-client/Makefile b/sysutils/bacula-client/Makefile
index baf49115c1dc..eb2a44beb0c3 100644
--- a/sysutils/bacula-client/Makefile
+++ b/sysutils/bacula-client/Makefile
@@ -2,6 +2,7 @@
# $FreeBSD$
PORTNAME= bacula
+PORTREVISION= 1
PKGNAMESUFFIX= -client
MASTERDIR= ${.CURDIR}/../bacula-server
diff --git a/sysutils/bacula-server-devel/Makefile b/sysutils/bacula-server-devel/Makefile
index a99ed93fd632..55cfba0acbb7 100644
--- a/sysutils/bacula-server-devel/Makefile
+++ b/sysutils/bacula-server-devel/Makefile
@@ -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
diff --git a/sysutils/bacula-server-devel/pkg-plist.client b/sysutils/bacula-server-devel/pkg-plist.client
index 9111867f4477..6dc5732948e6 100644
--- a/sysutils/bacula-server-devel/pkg-plist.client
+++ b/sysutils/bacula-server-devel/pkg-plist.client
@@ -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
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile
index 043850384b55..cc36a663d2c7 100644
--- a/sysutils/bacula-server/Makefile
+++ b/sysutils/bacula-server/Makefile
@@ -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
diff --git a/sysutils/bacula-server/pkg-plist.client b/sysutils/bacula-server/pkg-plist.client
index e5987eafa302..0dd5c7a0c92a 100644
--- a/sysutils/bacula-server/pkg-plist.client
+++ b/sysutils/bacula-server/pkg-plist.client
@@ -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