Received: by mail.netbsd.org (Postfix, from userid 605) id 8407484E8A; Thu, 15 Mar 2018 18:32:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0EF8984E82 for ; Thu, 15 Mar 2018 18:32:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 9DpLAGD-Z9fH for ; Thu, 15 Mar 2018 18:31:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 32F6F84D1F for ; Thu, 15 Mar 2018 18:31:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 04631FB40; Thu, 15 Mar 2018 18:31:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1521138718288700" MIME-Version: 1.0 Date: Thu, 15 Mar 2018 18:31:58 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/databases/postgresql-postgis2 To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20180315183159.04631FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1521138718288700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Thu Mar 15 18:31:58 UTC 2018 Modified Files: pkgsrc/databases/postgresql-postgis2: Makefile Log Message: postgresql-postgis2: Update todo list (This does not change any code.) To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pkgsrc/databases/postgresql-postgis2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1521138718288700 Content-Disposition: inline Content-Length: 1302 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/postgresql-postgis2/Makefile diff -u pkgsrc/databases/postgresql-postgis2/Makefile:1.38 pkgsrc/databases/postgresql-postgis2/Makefile:1.39 --- pkgsrc/databases/postgresql-postgis2/Makefile:1.38 Mon Mar 12 11:16:14 2018 +++ pkgsrc/databases/postgresql-postgis2/Makefile Thu Mar 15 18:31:58 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2018/03/12 11:16:14 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2018/03/15 18:31:58 gdt Exp $ DISTNAME= postgis-2.4.3 PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} @@ -18,12 +18,12 @@ BUILD_DEPENDS+= docbook-xsl-[0-9]*:../. CONFLICTS= postgis-[0-9]* # TODO section -# 1. File ticket upstream about make->$(MAKE) in doc/html/image_src/Makefile. -# 2. Update to upstream with fixes for: +# 1. Update to upstream with fixes for: # http://trac.osgeo.org/postgis/ticket/2909 -# 3. Fix installation use of "install -o root" from pgxs.mk, when postgresql +# 2. Fix installation use of "install -o root" from pgxs.mk, when postgresql # was built as root and postgis is built/installed as a non-root user. # https://lists.osgeo.org/pipermail/postgis-devel/2015-July/025045.html +# 3. Recheck and fix or file upstream about MAKE_JOBS_SAFE. # gmake complains about adding + to parent rule MAKE_JOBS_SAFE= no --_----------=_1521138718288700--