Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Apr 2007 09:02:55 -0300
From:      Marcelo Araujo <araujo@bsdmail.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        m.sund@arcor.de
Subject:   ports/111867: [PATCH] devel/upp: cleanup non-supported FreeBSD versions 
Message-ID:  <1176984175.578525.40112.nullmailer@bsdmail.org>
Resent-Message-ID: <200704191210.l3JCA3G2091943@freefall.freebsd.org>

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

>Number:         111867
>Category:       ports
>Synopsis:       [PATCH] devel/upp: cleanup non-supported FreeBSD versions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 19 12:10:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Marcelo Araujo
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD island.freebsd.org 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
>Description:

- removed support to FreeBSD 4.x (EOL)

Port maintainer (m.sund@arcor.de) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- upp-2007.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/upp/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	19 Apr 2007 08:21:47 -0000	1.7
+++ Makefile	19 Apr 2007 12:01:53 -0000
@@ -32,12 +32,6 @@
 
 INSTALL_DIRS=	Common examples reference tutorial uppsrc
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN=		Ultimate++ is not supported on FreeBSD 4.x
-.endif
-
 pre-everything::
 .if !defined(WITH_SDL)
 	@${ECHO_MSG} ""
@@ -87,4 +81,4 @@
 	@${ECHO_CMD} @dirrm share/upp >> ${TMPPLIST}
 	@${RM} ${WRKSRC}/*.txt
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- upp-2007.1.patch ends here ---

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



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