diff options
author | wxs <wxs@FreeBSD.org> | 2009-04-15 21:51:47 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-04-15 21:51:47 +0800 |
commit | 4ae419881d781fe64dff4f96c57ed132637c7526 (patch) | |
tree | 189715a9bd0496b41954594599fcb1c4fc064bb8 /sysutils/bacula-server | |
parent | f70b08facc0917df4bf9382e5bb11355439a36a5 (diff) | |
download | freebsd-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)
Diffstat (limited to 'sysutils/bacula-server')
-rw-r--r-- | sysutils/bacula-server/Makefile | 4 | ||||
-rw-r--r-- | sysutils/bacula-server/pkg-plist.client | 13 |
2 files changed, 17 insertions, 0 deletions
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 |