ports/94805: Port science/minc broken on 4.x

Jason Bacon bacon at smithers.neuro.mcw.edu
Tue Mar 21 19:00:54 UTC 2006


>Number:         94805
>Category:       ports
>Synopsis:       Port science/minc broken on 4.x
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 21 19:00:40 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jason Bacon
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
Medical College of Wisconsin
>Environment:

FreeBSD remora411.neuro.mcw.edu 4.11-RELEASE FreeBSD 4.11-RELEASE #0: Fri Jan 21 17:21:22 GMT 2005     root at perseus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
	Port science/minc does not compile on FreeBSD 4.x.  No fix available
	yet.  Marking broken for now.
>How-To-Repeat:
>Fix:

--- /usr/ports/science/minc/Makefile	Mon Mar  6 10:48:11 2006
+++ Makefile	Tue Mar 21 12:58:35 2006
@@ -17,7 +17,7 @@
 
 PORTNAME=	minc
 PORTVERSION=	1.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	science biology
 MASTER_SITES=	http://www.bic.mni.mcgill.ca/software/distribution/packages/ \
 		http://www.neuro.mcw.edu/~bacon/Ports/distfiles/
@@ -74,7 +74,13 @@
 
 MAN3=	ParseArgv.3
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN=	Does not compile on FreeBSD < 5.0
+.endif
+
 post-install:
 	${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list