Date: Thu, 19 Apr 2007 08:43:47 -0300 From: Marcelo Araujo <araujo@bsdmail.org> To: FreeBSD-gnats-submit@freebsd.org Cc: python@FreeBSD.org Subject: [PATCH] devel/py24-freebsd: cleanup non-supported FreeBSD versions Message-ID: <1176983027.650211.35762.nullmailer@bsdmail.org>
index | next in thread | raw e-mail
>Submitter-Id: current-users
>Originator: Marcelo Araujo
>Organization:
>Confidential: no
>Synopsis: [PATCH] devel/py24-freebsd: cleanup non-supported FreeBSD versions
>Severity: non-critical
>Priority: low
>Category: ports
>Class: change-request
>Release: FreeBSD 6.2-RELEASE i386
>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 (python@FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- py24-freebsd-0.9.3_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/py-freebsd/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile 29 Mar 2007 07:20:08 -0000 1.12
+++ Makefile 19 Apr 2007 11:42:24 -0000
@@ -26,10 +26,4 @@
%%PYTHON_SITELIBDIR%%/freebsd_compat02.pyc \
%%PYTHON_SITELIBDIR%%/freebsd_compat02.pyo
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-IGNORE= requires GEOM which is only present on FreeBSD 5.x and above
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- py24-freebsd-0.9.3_1.patch ends here ---
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1176983027.650211.35762.nullmailer>
