From owner-freebsd-ports@FreeBSD.ORG Sun Nov 20 12:44:05 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 169C216A41F for ; Sun, 20 Nov 2005 12:44:05 +0000 (GMT) (envelope-from saurbier@math.uni-bielefeld.de) Received: from mail2.math.uni-bielefeld.de (mail2.math.uni-bielefeld.de [129.70.14.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A12DC43D45 for ; Sun, 20 Nov 2005 12:44:04 +0000 (GMT) (envelope-from saurbier@math.uni-bielefeld.de) Received: from fuji11.math.uni-bielefeld.de (fuji11.math.uni-bielefeld.de [129.70.15.131]) by mail2.math.uni-bielefeld.de (Postfix) with ESMTP id DD36F7301C; Sun, 20 Nov 2005 13:44:01 +0100 (CET) Received: by fuji11.math.uni-bielefeld.de (Postfix, from userid 4079) id CF1E1B81A; Sun, 20 Nov 2005 13:44:01 +0100 (CET) Date: Sun, 20 Nov 2005 13:44:01 +0100 From: Konstantin Saurbier To: Stephen Woodbridge Message-ID: <20051120124401.GA14072@fuji11.math.uni-bielefeld.de> References: <437FD087.6020401@swoodbridge.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="HlL+5n6rz5pIUxbD" Content-Disposition: inline In-Reply-To: <437FD087.6020401@swoodbridge.com> X-GPG-Fingerprint: DB6A 4B8A 8AB3 6865 E60A 13AC 5A4B D04F 1E64FB2E User-Agent: mutt-ng/devel-r581 (FreeBSD) Cc: freebsd-ports@freebsd.org Subject: Re: /usr/ports/graphics/geos is very out of date X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2005 12:44:05 -0000 --HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline > > Would it be possible to get someone to update the geos port to a more current > one. (...) > This code has has a lot of bug fixes made to it and really needs to be updated > to the current version. > > Any help would be greatly appreciated. I've created a patch for geos-2.1.4. The patch is attached. To apply the patch change to your ports directory (e.g. /usr/ports/) and use the patch tool. patch < /path/to/saved/patchfile You may send-pr this Patch an take Maintainership of this port if you want. Konstantin --HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=us-ascii Content-Description: Patch for geos-2.1.4 Content-Disposition: attachment; filename="geos.patch" --- graphics/geos/Makefile Tue Nov 15 07:49:28 2005 +++ graphics/geos/Makefile Sun Nov 20 13:04:35 2005 @@ -2,11 +2,11 @@ # Date created: 19 December 2003 # Whom: Leonardo Martins # -# $FreeBSD: ports/graphics/geos/Makefile,v 1.7 2005/11/15 06:49:28 ade Exp $ +# $FreeBSD: ports/graphics/geos/Makefile,v 1.6 2005/10/10 04:40:23 linimon Exp $ # PORTNAME= geos -PORTVERSION= 2.0.1 +PORTVERSION= 2.1.4 CATEGORIES= graphics MASTER_SITES= http://geos.refractions.net/ DISTNAME= ${PORTNAME}-${PORTVERSION} --- graphics/geos/distinfo Sun Nov 21 16:46:13 2004 +++ graphics/geos/distinfo Sun Nov 20 13:28:40 2005 @@ -1,2 +1,3 @@ -MD5 (geos-2.0.1.tar.bz2) = 847ce051190d1901b0c2a9f670c6b320 -SIZE (geos-2.0.1.tar.bz2) = 512701 +SHA1 (geos-2.1.4.tar.bz2) = 9fe811851a57d3eeb3cc900b11f4f813e4680928 +MD5 (geos-2.1.4.tar.bz2) = e00524abc2cb26c8fb9173b8696be3b7 +SIZE (geos-2.1.4.tar.bz2) = 506683 --- graphics/geos/pkg-plist Sun Nov 21 16:46:13 2004 +++ graphics/geos/pkg-plist Sun Nov 20 13:04:55 2005 @@ -1,3 +1,4 @@ +bin/XMLTester bin/geos-config include/geos.h include/geos/geom.h @@ -24,11 +25,13 @@ include/geos/planargraph.h include/geos/platform.h include/geos/precision.h +include/geos/profiler.h include/geos/spatialIndex.h +include/geos/timeval.h include/geos/unload.h include/geos/util.h include/geos/version.h lib/libgeos.a lib/libgeos.so -lib/libgeos.so.2 +lib/libgeos.so.3 @dirrm include/geos --HlL+5n6rz5pIUxbD--