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:   ports/95578: Maintainer update: net/opal BROKEN on FreeBSD 4.x
Message-ID:  <20060410090726.BA1D061F7@vision.anyware>
Resent-Message-ID: <200604100910.k3A9AFGd081887@freefall.freebsd.org>

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

>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@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>
>Release-Note:
>Audit-Trail:
>Unformatted:



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