From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Mar 26 17:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7C649283 for ; Tue, 26 Mar 2013 17:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6DC0BF74 for ; Tue, 26 Mar 2013 17:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2QHo1QQ062151 for ; Tue, 26 Mar 2013 17:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2QHo1IP062150; Tue, 26 Mar 2013 17:50:01 GMT (envelope-from gnats) Date: Tue, 26 Mar 2013 17:50:01 GMT Message-Id: <201303261750.r2QHo1IP062150@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Pawel Pekala Subject: Re: ports/173079: [NEW PORT] databases/pyspatialite Python interface to SQLite 3 + Spatialite X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Pawel Pekala List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Mar 2013 17:50:01 -0000 The following reply was made to PR ports/173079; it has been noted by GNATS. From: Pawel Pekala To: lbartoletti Cc: bug-followup@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/173079: [NEW PORT] databases/pyspatialite Python interface to SQLite 3 + Spatialite Date: Tue, 26 Mar 2013 18:42:06 +0100 Hello, Dnia 2013-03-26, o godz. 07:23:58 lbartoletti napisa=B3(a): >What do you think of this: >I bypassed the downloading of "amalgamation" by including it directly >in the "FILESDIR." I took the opportunity to make corrections to the >Makefile. > >Tinderlog via Redports: >https://redports.org/buildarchive/20130325220239-80680/ Thanks for the update. I don't think this is a good idea, files are too big to be hosted in ports tree. Is there any problems with downloading amalgamation file, extracting it and copying files to ${WRKSRC} before build ? It contains all needed files (at first glimpse at least): http://www.gaia-gis.it/gaia-sins/libspatialite-sources/libspatialite-amalga= mation-3.0.1.tar.gz I think it should be doable using DISTFILES and copying files after extract target. --=20 pozdrawiam / with regards Pawe=B3 P=EAkala