pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/postgresql-postgis2



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.

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



Home | Main Index | Thread Index | Old Index