svn commit: r450690 - head/databases

Adam Weinberger adamw at FreeBSD.org
Tue Sep 26 18:26:13 UTC 2017


Author: adamw
Date: Tue Sep 26 18:26:11 2017
New Revision: 450690
URL: https://svnweb.freebsd.org/changeset/ports/450690

Log:
  Unhook pointcloud
  
  r450685 introduced pointcloud, but not its dependency archivers/lazperf.
  Once lazperf is added, pointcloud can be hooked back up.

Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Tue Sep 26 18:24:35 2017	(r450689)
+++ head/databases/Makefile	Tue Sep 26 18:26:11 2017	(r450690)
@@ -660,7 +660,7 @@
     SUBDIR += phppgadmin
     SUBDIR += pldebugger
     SUBDIR += plpgsql_check
-    SUBDIR += pointcloud
+#    SUBDIR += pointcloud
     SUBDIR += postgis-jdbc
     SUBDIR += postgis20
     SUBDIR += postgis21


More information about the svn-ports-all mailing list