From owner-freebsd-bugs@FreeBSD.ORG Thu Oct 31 18:40:00 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A0D46BF for ; Thu, 31 Oct 2013 18:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 80972275B for ; Thu, 31 Oct 2013 18:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9VIe0Ol043655 for ; Thu, 31 Oct 2013 18:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9VIe0eE043654; Thu, 31 Oct 2013 18:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 31 Oct 2013 18:40:00 GMT Resent-Message-Id: <201310311840.r9VIe0eE043654@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, lbartoletti Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 197FBEA2 for ; Thu, 31 Oct 2013 18:35:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EBD31272B for ; Thu, 31 Oct 2013 18:35:06 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9VIZ6mF098765 for ; Thu, 31 Oct 2013 18:35:06 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9VIZ6d3098762; Thu, 31 Oct 2013 18:35:06 GMT (envelope-from nobody) Message-Id: <201310311835.r9VIZ6d3098762@oldred.freebsd.org> Date: Thu, 31 Oct 2013 18:35:06 GMT From: lbartoletti To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/183533: [MAINTAINER-UPDATE] databases/spatialite 3.0.1 -> 4.1.1 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Oct 2013 18:40:00 -0000 >Number: 183533 >Category: misc >Synopsis: [MAINTAINER-UPDATE] databases/spatialite 3.0.1 -> 4.1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Oct 31 18:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: lbartoletti >Release: >Organization: >Environment: >Description: Update spatialite 3.0.1 -> 4.1.1 Tinderbox's log : https://redports.org/buildarchive/20131031174720-21055/ Change maintainer >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN /usr/ports/databases/spatialite/Makefile databases/spatialite/Makefile --- /usr/ports/databases/spatialite/Makefile 2013-09-20 18:13:47.000000000 +0200 +++ databases/spatialite/Makefile 2013-10-31 19:33:55.000000000 +0100 @@ -1,29 +1,29 @@ # Created by: Wen Heping -# $FreeBSD: databases/spatialite/Makefile 327717 2013-09-20 16:13:47Z bapt $ +# $FreeBSD$ PORTNAME= spatialite -PORTVERSION= 3.0.1 -PORTREVISION= 2 +PORTVERSION= 4.1.1 CATEGORIES= databases geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ DISTNAME= lib${PORTNAME}-${PORTVERSION} -MAINTAINER= wenheping@gmail.com +MAINTAINER= coder@tuxfamily.org COMMENT= Spatial Extensions for SQLite -LIB_DEPENDS= geos_c.9:${PORTSDIR}/graphics/geos \ - proj.7:${PORTSDIR}/graphics/proj \ - freexl.1:${PORTSDIR}/textproc/freexl +LIB_DEPENDS= libgeos_c.so:${PORTSDIR}/graphics/geos \ + libproj.so:${PORTSDIR}/graphics/proj \ + libfreexl.so:${PORTSDIR}/textproc/freexl -EXTRACT_SUFX = .tar.gz +#EXTRACT_SUFX = .tar.gz WRKSRC= ${WRKDIR}/lib${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes USE_SQLITE= yes USES= gmake iconv +USE_GCC= yes -CPPFLAGS+= -I${LOCALBASE}/include +CFLAGS+= -I${WRKSRC}/src/headers -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} -CONFIGURE_ARGS+=CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ARGS+=CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" USE_LDCONFIG= yes NO_STAGE= yes diff -ruN /usr/ports/databases/spatialite/distinfo databases/spatialite/distinfo --- /usr/ports/databases/spatialite/distinfo 2012-07-14 15:54:48.000000000 +0200 +++ databases/spatialite/distinfo 2013-10-30 22:06:43.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (libspatialite-3.0.1.tar.gz) = 4983d6584069fd5ff0cfcccccee1015088dab2db177c0dc7050ce8306b68f8e6 -SIZE (libspatialite-3.0.1.tar.gz) = 1849723 +SHA256 (libspatialite-4.1.1.tar.gz) = 0481a20af952f4a38c9dbb10f37fd38c45f16c50397f8da0079e02435b9b910f +SIZE (libspatialite-4.1.1.tar.gz) = 3846758 diff -ruN /usr/ports/databases/spatialite/pkg-plist databases/spatialite/pkg-plist --- /usr/ports/databases/spatialite/pkg-plist 2012-09-11 19:49:21.000000000 +0200 +++ databases/spatialite/pkg-plist 2013-10-31 17:56:35.000000000 +0100 @@ -1,4 +1,10 @@ include/spatialite.h +include/spatialite/geopackage.h +include/spatialite/debug.h +include/spatialite/gg_dxf.h +include/spatialite/gg_wfs.h +include/spatialite/sqlite.h +include/spatialite/gg_xml.h include/spatialite/gaiaaux.h include/spatialite/gaiaexif.h include/spatialite/gaiageo.h @@ -13,7 +19,7 @@ lib/libspatialite.a lib/libspatialite.la lib/libspatialite.so -lib/libspatialite.so.4 +lib/libspatialite.so.6 libdata/pkgconfig/spatialite.pc @dirrmtry libdata/pkgconfig @dirrm include/spatialite >Release-Note: >Audit-Trail: >Unformatted: