Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jan 2006 15:53:23 -0800 (PST)
From:      infofarmer@gmail.com
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92479: maintainer-update deskutils/bitcollider and others
Message-ID:  <43dc03f3.10392ea9.4bff.2e99@mx.gmail.com>
Resent-Message-ID: <200601290010.k0T0A11O054357@freefall.freebsd.org>

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

>Number:         92479
>Category:       ports
>Synopsis:       maintainer-update deskutils/bitcollider and others
>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:   Sun Jan 29 00:10:01 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Pantyukhin
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD sat64.net17 6.0-STABLE FreeBSD 6.0-STABLE #4: Fri Jan 20 02:24:10 MSK 2006 sat@sat64.net17:/usr/obj/usr/src/sys/SATCUR32 i386


	
>Description:
Mark BROKEN on 4.x
Reported by: pointyhat via Kris
	
>How-To-Repeat:
	
>Fix:

	

--- bitcollider.diff begins here ---
diff -urN /usr/ports/deskutils/bitcollider/Makefile bitcollider/Makefile
--- /usr/ports/deskutils/bitcollider/Makefile	Sat Jan  7 07:13:58 2006
+++ bitcollider/Makefile	Sun Jan 29 02:43:20 2006
@@ -14,7 +14,14 @@
 MAINTAINER=	infofarmer@gmail.com
 COMMENT=	A Bitzi metadata generator
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN=		Does not compile on FreeBSD 4.x
+.endif
+
 HAS_CONFIGURE=	yes
 CFLAGS+=	-lm
+INSTALLS_SHLIB=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
--- bitcollider.diff ends here ---

--- xmms-modplug.diff begins here ---
diff -urN /usr/ports/audio/xmms-modplug/Makefile xmms-modplug/Makefile
--- /usr/ports/audio/xmms-modplug/Makefile	Sun Jan  8 16:08:55 2006
+++ xmms-modplug/Makefile	Sun Jan 29 02:46:28 2006
@@ -24,7 +24,13 @@
 PLUGDIR?=	lib/xmms/Input
 PLIST_FILES=	${PLUGDIR}/libmodplugxmms.so
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN=		Does not compile on FreeBSD 4.x
+.endif
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/modplugxmms/.libs/libmodplugxmms.so ${PREFIX}/${PLUGDIR}/
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
--- xmms-modplug.diff ends here ---

--- bmp-modplug.diff begins here ---
diff -urN /usr/ports/audio/bmp-modplug/Makefile bmp-modplug/Makefile
--- /usr/ports/audio/bmp-modplug/Makefile	Sat Jan  7 06:07:00 2006
+++ bmp-modplug/Makefile	Sun Jan 29 02:48:29 2006
@@ -34,7 +34,13 @@
 PLUGDIR?=	lib/bmp/Input
 PLIST_FILES=	${PLUGDIR}/libmodplugbmp.so
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN=		Does not compile on FreeBSD 4.x
+.endif
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/modplugbmp/.libs/libmodplugbmp.so ${PREFIX}/${PLUGDIR}/
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
--- bmp-modplug.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43dc03f3.10392ea9.4bff.2e99>