Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2006 12:59:57 -0600 (CST)
From:      Jason Bacon <bacon@smithers.neuro.mcw.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/94805: Port science/minc broken on 4.x
Message-ID:  <200603211859.k2LIxv3i039017@smithers.neuro.mcw.edu>
Resent-Message-ID: <200603211900.k2LJ0eWQ025281@freefall.freebsd.org>

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

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603211859.k2LIxv3i039017>