Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Apr 2007 08:16:57 -0300
From:      Marcelo Araujo <araujo@bsdmail.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        wxs@atarininja.org
Subject:   ports/111856: [PATCH] devel/obby: cleanup non-supported FreeBSD versions 
Message-ID:  <1176981417.830268.31853.nullmailer@bsdmail.org>
Resent-Message-ID: <200704191120.l3JBK2uD086573@freefall.freebsd.org>

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

>Number:         111856
>Category:       ports
>Synopsis:       [PATCH] devel/obby: 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 11:20:02 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 (wxs@atarininja.org) is cc'd.

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

--- obby-0.4.3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/obby/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile	27 Mar 2007 14:33:58 -0000	1.9
+++ Makefile	19 Apr 2007 11:15:14 -0000
@@ -31,13 +31,7 @@
 .endif
 
 post-patch:
-	@${REINPLACE_CMD} 's,^pkgconfigdir = .*,pkgconfigdir=$$(prefix)/libdata/pkgconfig,' \
+	@${REINPLACE_CMD} 's,^pkgconfigdir = .*,pkgconfigdir=$${prefix}/libdata/pkgconfig,' \
 		${WRKSRC}/Makefile.in
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-IGNORE=	some dependencies does not run on FreeBSD < 5.x
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- obby-0.4.3.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?1176981417.830268.31853.nullmailer>