ports/111940: [PATCH] databases/postgis: cleanup non-supported FreeBSD versions

Marcelo Araujo araujo at bsdmail.org
Fri Apr 20 13:20:06 UTC 2007


>Number:         111940
>Category:       ports
>Synopsis:       [PATCH] databases/postgis: 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:   Fri Apr 20 13:20:04 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)
- added to using LDCONFIG also.

Port maintainer (anderson at cnpm.embrapa.br) is cc'd.

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

--- postgis-1.2.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/postgis/Makefile,v
retrieving revision 1.37
diff -u -r1.37 Makefile
--- Makefile	12 Jan 2007 21:18:34 -0000	1.37
+++ Makefile	20 Apr 2007 13:16:23 -0000
@@ -21,6 +21,7 @@
 USE_PGSQL=	yes
 USE_GMAKE=	yes
 USE_PERL5_BUILD=	yes
+USE_LDCONFIG=	yes
 
 INSTALL_TARGET=	install
 
@@ -36,10 +37,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 500000
-BROKEN=		Does not compile on 4.x
-.endif
-
 .if !defined(NOPORTDOCS)
 BUILD_DEPENDS+=	xsltproc:${PORTSDIR}/textproc/libxslt \
 		${LOCALBASE}/share/xsl/docbook/html/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl
--- postgis-1.2.1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list