Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Apr 2006 11:07:26 +0200 (CEST)
From:      Jean-Baptiste Quenot <jbq@caraldi.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gnome@FreeBSD.org
Subject:   Maintainer update: net/opal BROKEN on FreeBSD 4.x
Message-ID:  <20060410090726.BA1D061F7@vision.anyware>

next in thread | raw e-mail | index | archive | help

>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@vision.anyware:/usr/obj/usr/src/sys/VISION i386
>Description:
I received notification of a build failure:

From: Kris Kennaway <kris@obsecurity.org>
Date: Sun, 9 Apr 2006 13:49:35 -0400
To: jbq@caraldi.com, marcus@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060410090726.BA1D061F7>