INDEX breakage

Mark Linimon linimon at lonesome.com
Mon Jan 31 00:55:25 PST 2005


(actually noticed during some portsmon regression testing, but the
brokenness is the same root cause)

The following are the ports in databases/ that fail to complete
'make describe' (the precursor to 'make index').  It's too late at
night for me to pursue any of these:

Index: Makefile
===================================================================
RCS file: /home/FreeBSD/pcvs/ports/databases/Makefile,v
retrieving revision 1.405
diff -u -r1.405 Makefile
--- Makefile	31 Jan 2005 00:35:39 -0000	1.405
+++ Makefile	31 Jan 2005 08:46:39 -0000
@@ -31,7 +31,7 @@
     SUBDIR += dbtool
     SUBDIR += dbview
     SUBDIR += edb
-    SUBDIR += erserver
+#   SUBDIR += erserver
     SUBDIR += evolution-data-server
     SUBDIR += fastdb
     SUBDIR += firebird
@@ -152,7 +152,7 @@
     SUBDIR += p5-DBD-Oracle
     SUBDIR += p5-DBD-Pg
     SUBDIR += p5-DBD-PgPP
-    SUBDIR += p5-DBD-PgSPI
+#   SUBDIR += p5-DBD-PgSPI
     SUBDIR += p5-DBD-RAM
     SUBDIR += p5-DBD-SQLite
     SUBDIR += p5-DBD-SQLite2
@@ -208,7 +208,7 @@
     SUBDIR += p5-Tie-DBI
     SUBDIR += p5-Time-Piece-MySQL
     SUBDIR += p5-hp200lx-db
-    SUBDIR += p5-postgresql-plperl
+#   SUBDIR += p5-postgresql-plperl
     SUBDIR += p5-sqlrelay
     SUBDIR += pear-DB
     SUBDIR += pear-DB_DataObject
@@ -251,16 +251,16 @@
     SUBDIR += phppgadmin
     SUBDIR += postgis
     SUBDIR += postgis-jdbc
-    SUBDIR += postgresql-contrib
+#   SUBDIR += postgresql-contrib
     SUBDIR += postgresql-devel
-    SUBDIR += postgresql-docs
+#   SUBDIR += postgresql-docs
     SUBDIR += postgresql-jdbc
     SUBDIR += postgresql-libpq++
     SUBDIR += postgresql-libpqxx
     SUBDIR += postgresql-odbc
-    SUBDIR += postgresql-plpython
-    SUBDIR += postgresql-plruby
-    SUBDIR += postgresql-pltcl
+#   SUBDIR += postgresql-plpython
+#   SUBDIR += postgresql-plruby
+#   SUBDIR += postgresql-pltcl
     SUBDIR += postgresql-relay
     SUBDIR += postgresql-tcltk
     SUBDIR += postgresql73-client
@@ -328,7 +328,7 @@
     SUBDIR += ruby-sqlite
     SUBDIR += ruby-sqlite3
     SUBDIR += ruby-sqlrelay
-    SUBDIR += slony1
+#   SUBDIR += slony1
     SUBDIR += sqlite2
     SUBDIR += sqlite3
     SUBDIR += sqlrelay

mcl




More information about the freebsd-ports mailing list