ports/134466: sysutils/bacula-server: unbreak bacula-client on 8-Current

Larry Rosenman ler at lerctr.org
Mon May 11 15:00:08 UTC 2009


>Number:         134466
>Category:       ports
>Synopsis:       sysutils/bacula-server: unbreak bacula-client on 8-Current
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 11 15:00:07 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Larry Rosenman
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
LERCTR Consulting
>Environment:
System: FreeBSD borg.lerctr.org 8.0-CURRENT FreeBSD 8.0-CURRENT #15: Sat May 9 08:45:29 CDT 2009 root at borg.lerctr.org:/usr/obj/usr/src/sys/BORG amd64


>Description:
Unbreak sysutils/bacula-client by disabling xattr support for now
>How-To-Repeat:
Try to build sysutils/bacula-client.
>Fix:

--- /usr/ports/sysutils/bacula-server/Makefile	2009-04-28 13:06:44.000000000 -0500
+++ Makefile	2009-05-11 09:44:09.184250546 -0500
@@ -131,9 +131,6 @@
 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
@@ -142,7 +139,8 @@
 # Client only or full server version
 .if defined(WITH_CLIENT_ONLY)
 CONFFILES=	fd
-CONFIGURE_ARGS+=	--enable-client-only
+# --disable-xattr is temporary to allow build with 8-Current (LER 5/11/2009)
+CONFIGURE_ARGS+=	--enable-client-only --disable-xattr
 
 PKGDEINSTALL=	${PKGDIR}/pkg-deinstall.client
 PKGINSTALL=	${PKGDIR}/pkg-install.client
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list