ports/74128: audio/xmp incorrectly marked as broken for FreeBSD > 5

Michael C.Shultz ringworm at inbox.lv
Fri Nov 19 20:50:42 UTC 2004


>Number:         74128
>Category:       ports
>Synopsis:       audio/xmp incorrectly marked as broken for FreeBSD > 5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 19 20:50:19 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Michael C. Shultz
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD ringworm.mechee.com 5.3-STABLE FreeBSD 5.3-STABLE #0: Fri Nov 19 10:16:28 PST 2004 mike at ringworm.mechee.com:/usr/obj/usr/src/sys/RINGWORM i386


>Description:

	audio/xmp marked as broken .if ${OSVERSION} >= 503000
	It compiles just fine and installs fine on my 5.3 i386 system

>How-To-Repeat:
	try to build on OSVERSION > 5
>Fix:

--- Makefile.diff begins here ---
--- Makefile	Fri Nov 19 12:33:55 2004
+++ Makefile.new	Fri Nov 19 12:33:37 2004
@@ -29,9 +29,9 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 503000
-BROKEN=		"Does not compile on FreeBSD >= 5.x"
-.endif
+#.if ${OSVERSION} >= 503000
+#BROKEN=		"Does not compile on FreeBSD >= 5.x"
+#.endif
 
 .if ${OSVERSION} > 500013 || ${MACHINE_ARCH} == "alpha"
 USE_GNOME+=	esound
--- Makefile.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list