ports/95330: [PATCH] audio/libofa: Mark broken on 4.x
Charlie &
root at Laptop.mine.box
Wed Apr 5 02:50:13 UTC 2006
>Number: 95330
>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:10 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Charlie &
>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 it 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:
More information about the freebsd-ports-bugs
mailing list