ports/95578: Maintainer update: net/opal BROKEN on FreeBSD 4.x

Jean-Baptiste Quenot jbq at caraldi.com
Mon Apr 10 09:10:16 UTC 2006


>Number:         95578
>Category:       ports
>Synopsis:       Maintainer update: net/opal BROKEN on FreeBSD 4.x
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 10 09:10:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jean-Baptiste Quenot
>Release:        FreeBSD 5.5-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD vision.anyware 5.5-PRERELEASE FreeBSD 5.5-PRERELEASE #1: Thu Mar 9 19:20:53 CET 2006 jbq at vision.anyware:/usr/obj/usr/src/sys/VISION i386
>Description:
I received notification of a build failure:

From: Kris Kennaway <kris at obsecurity.org>
Date: Sun, 9 Apr 2006 13:49:35 -0400
To: jbq at caraldi.com, marcus at FreeBSD.org
User-Agent: Mutt/1.4.2.1i

As I don't have the necessary facility to reproduce the problem, the patch below
sets the port BROKEN for FreeBSD 4.x.

Thanks in advance,
>How-To-Repeat:
Build net/opal on FreeBSD 4.x
>Fix:
diff --ignore-matching-lines=\$FreeBSD.*\$ --exclude=.sw* --exclude=.svn --exclude=work --exclude=admin -ruN /usr/ports/net/opal/Makefile ./Makefile
--- /usr/ports/net/opal/Makefile	Sun Apr  9 00:06:08 2006
+++ ./Makefile	Mon Apr 10 11:02:55 2006
@@ -20,6 +20,7 @@
 
 WRKSRC=		${WRKDIR}/${PORTNAME}_v${PORTVERSION:S/./_/g}
 
+# In opal's Makefile the default make's target is optshared
 ALL_TARGET=	optshared
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	autoconf:259
@@ -45,4 +46,7 @@
 CONFIGURE_ARGS+=	--enable-localspeex=yes
 .endif
 
+.if ${OSVERSION} < 500000
+BROKEN=		Does not build on FreeBSD 4.x, if you manage to make it work, please send a patch to the maintainer: ${MAINTAINER}
+.endif
 .include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list