From infofarmer@gmail.com  Sat Jan 28 23:59:46 2006
Return-Path: <infofarmer@gmail.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 200B616A420
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Jan 2006 23:59:46 +0000 (GMT)
	(envelope-from infofarmer@gmail.com)
Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.204])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6DFA443D46
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Jan 2006 23:59:45 +0000 (GMT)
	(envelope-from infofarmer@gmail.com)
Received: by uproxy.gmail.com with SMTP id m2so1165ugc
        for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Jan 2006 15:59:44 -0800 (PST)
Received: by 10.67.30.10 with SMTP id h10mr2056127ugj;
        Sat, 28 Jan 2006 15:53:24 -0800 (PST)
Received: from localhost ( [85.141.135.1])
        by mx.gmail.com with ESMTP id q1sm3079977uge.2006.01.28.15.53.23;
        Sat, 28 Jan 2006 15:53:23 -0800 (PST)
Message-Id: <43dc03f3.10392ea9.4bff.2e99@mx.gmail.com>
Date: Sat, 28 Jan 2006 15:53:23 -0800 (PST)
From: infofarmer@gmail.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: maintainer-update deskutils/bitcollider and others
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         92479
>Category:       ports
>Synopsis:       maintainer-update deskutils/bitcollider and others
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 29 00:10:01 GMT 2006
>Closed-Date:    Sun Jan 29 23:35:34 GMT 2006
>Last-Modified:  Sun Jan 29 23:35:34 GMT 2006
>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:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sun Jan 29 23:35:27 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92479 
>Unformatted:
