Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Sep 2017 18:26:11 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450690 - head/databases
Message-ID:  <201709261826.v8QIQBNa084777@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709261826.v8QIQBNa084777>