Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Apr 2006 19:48:01 -0700 (PDT)
From:      Alexander Botero-Lowry <alex@foxybanana.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        alex@foxybanana.com
Subject:   ports/95331: [PATCH] audio/libofa: Mark broken on 4.x
Message-ID:  <200604050248.k352m1rN092885@Laptop.mine.box>
Resent-Message-ID: <200604050250.k352oBB0075664@freefall.freebsd.org>

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

>Number:         95331
>Category:       ports
>Synopsis:       [PATCH] audio/libofa: Mark broken on 4.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 05 02:50:11 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Botero-Lowry
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD Laptop.mine.box 6.0-STABLE FreeBSD 6.0-STABLE #1: Tue Feb  7 19:06:16 PST
>Description:
- Broken on 4.x, mark as such

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- libofa-0.9.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/audio/libofa/Makefile /usr/local/tinderbox/portstrees/FreeBSD/ports/audio/libofa/Makefile
--- /usr/ports/audio/libofa/Makefile	Tue Apr  4 18:28:42 2006
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/audio/libofa/Makefile	Tue Apr  4 19:46:35 2006
@@ -27,4 +27,10 @@
 	@${REINPLACE_CMD} -e "s|pcdir =.*|pcdir = ${PREFIX}/libdata/pkgconfig|g" \
 		${WRKSRC}/Makefile
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN=	Does not build on FreeBSD < 5.x
+.endif
+
+.include <bsd.port.post.mk>
--- libofa-0.9.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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