aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2009-04-15 21:51:47 +0800
committerwxs <wxs@FreeBSD.org>2009-04-15 21:51:47 +0800
commit4ae419881d781fe64dff4f96c57ed132637c7526 (patch)
tree189715a9bd0496b41954594599fcb1c4fc064bb8
parentf70b08facc0917df4bf9382e5bb11355439a36a5 (diff)
downloadfreebsd-ports-gnome-4ae419881d781fe64dff4f96c57ed132637c7526.tar.gz
freebsd-ports-gnome-4ae419881d781fe64dff4f96c57ed132637c7526.tar.zst
freebsd-ports-gnome-4ae419881d781fe64dff4f96c57ed132637c7526.zip
- 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)
-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