Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jan 2006 18:26:56 +0100 (CET)
From:      Konstantin Saurbier <saurbier@math.uni-bielefeld.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        saurbier@math.uni-bielefeld.de
Subject:   ports/91677: [PATCH] graphics/geos: update to 2.2.1
Message-ID:  <20060111172656.436A7B825@fuji11.math.uni-bielefeld.de>
Resent-Message-ID: <200601111730.k0BHU5Et028177@freefall.freebsd.org>

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

>Number:         91677
>Category:       ports
>Synopsis:       [PATCH] graphics/geos: update to 2.2.1
>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:   Wed Jan 11 17:30:04 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Konstantin Saurbier
>Release:        FreeBSD 5.4-RELEASE-p7 i386
>Organization:
>Environment:
System: FreeBSD fuji11.math.uni-bielefeld.de 5.4-RELEASE-p7 FreeBSD 5.4-RELEASE-p7 #2: Wed Nov  2 04:54:14 CET
>Description:
- Update to 2.2.1
- Fixed errors with 4.x

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

--- geos-2.2.1.patch begins here ---
--- graphics/geos/Makefile	Fri Dec  9 00:30:03 2005
+++ graphics/geos/Makefile	Wed Jan 11 17:25:50 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	geos
-PORTVERSION=	2.2.0
+PORTVERSION=	2.2.1
 CATEGORIES=	graphics
 MASTER_SITES=	http://geos.refractions.net/
 DISTNAME=	${PORTNAME}-${PORTVERSION}
@@ -16,17 +16,12 @@
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 USE_GMAKE=	YES
-USE_AUTOTOOLS=	libtool:15
+GNU_CONFIGURE=	YES
 USE_BZIP2=	YES
-
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+USE_GCC=	3.4+
 
 INSTALLS_SHLIB=	YES
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN=		"C++ code does not compile on 4.x"
-.endif
+CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- graphics/geos/distinfo	Wed Dec  7 01:20:29 2005
+++ graphics/geos/distinfo	Wed Jan 11 16:34:44 2006
@@ -1,3 +1,3 @@
-MD5 (geos-2.2.0.tar.bz2) = 444984e8f55ee9084d7c962255f14801
-SHA256 (geos-2.2.0.tar.bz2) = acb14c546471162a2cd5a1d66324cfa83c450ab21fb4a23e28444f85e356e2ba
-SIZE (geos-2.2.0.tar.bz2) = 531263
+MD5 (geos-2.2.1.tar.bz2) = 272132bfb64422915d0f748f5e26932b
+SHA256 (geos-2.2.1.tar.bz2) = c6f3e555897457d9f7e8dc26535fabbf393777689e897b7e365d71f22ee8d378
+SIZE (geos-2.2.1.tar.bz2) = 533286
--- graphics/geos/pkg-plist	Wed Dec  7 01:20:29 2005
+++ graphics/geos/pkg-plist	Wed Jan 11 17:01:25 2006
@@ -33,9 +33,11 @@
 include/geos/version.h
 include/geos_c.h
 lib/libgeos.a
+lib/libgeos.la
 lib/libgeos.so
 lib/libgeos.so.4
 lib/libgeos_c.a
+lib/libgeos_c.la
 lib/libgeos_c.so
 lib/libgeos_c.so.1
 @dirrm include/geos
--- geos-2.2.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?20060111172656.436A7B825>