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

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


>Submitter-Id:	current-users
>Originator:	Jean-Baptiste Quenot
>Confidential:	no
>Synopsis:	Maintainer update: net/opal BROKEN on FreeBSD 4.x
>Severity:	serious
>Priority:	high
>Category:	ports
>Class:		maintainer-update
>Release:	FreeBSD 5.5-PRERELEASE i386
>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>


More information about the freebsd-gnome mailing list