Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Apr 2006 19:04:47 GMT
From:      Matthias Sund <m.sund@arcor.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/95318: update port: devel/upp602, broken on i386 4, rename to upp
Message-ID:  <200604041904.k34J4lL2060045@www.freebsd.org>
Resent-Message-ID: <200604041910.k34JAJ1W043316@freefall.freebsd.org>

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

>Number:         95318
>Category:       ports
>Synopsis:       update port: devel/upp602, broken on i386 4, rename to upp
>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:   Tue Apr 04 19:10:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Sund
>Release:        FreeBSD 6.1
>Organization:
>Environment:
FreeBSD travelmate 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #11: Fri Mar 17 20:26:10 CET 2006     masu@travelmate:/usr/obj/usr/src/sys/TRAVELMATE  i386
>Description:
Marked port as broken on i386 4 for now, since stdint.h does not seem to be present on FreeBSD 4.x systems. I am waiting for feedback of FreeBSD 4.x users to fix it.
Is it possible to rename the port to 'upp', because I made an error for my first submission in not renaming my local directory from 'upp602' to 'upp'. (I was experimenting with newer development versions).

>How-To-Repeat:

>Fix:
diff -ruN upp602_orig/Makefile upp602/Makefile
--- upp602_orig/Makefile        Tue Apr  4 20:52:10 2006
+++ upp602/Makefile     Tue Apr  4 20:43:27 2006
@@ -27,6 +27,12 @@
 
 INSTALL_DIRS=  Common examples reference uppsrc
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN=                Ultimate++ is not supported on FreeBSD 4.x
+.endif
+
 post-extract:
        @${MKDIR} ${WRKDIR}/${DISTNAME}
        @for d in ${INSTALL_DIRS}; do ${MV} ${WRKDIR}/$$d ${WRKSRC}; done;
@@ -83,4 +89,4 @@
        @${RM} ${WRKSRC}/*.txt
        @${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?200604041904.k34J4lL2060045>