svn commit: r550670 - head/databases/pgloader3

Antoine Brodin antoine at FreeBSD.org
Wed Sep 30 09:48:11 UTC 2020


Author: antoine
Date: Wed Sep 30 09:48:11 2020
New Revision: 550670
URL: https://svnweb.freebsd.org/changeset/ports/550670

Log:
  Mark BROKEN
  
  Fatal CIRCULAR-DEPENDENCY:
    Circular dependency: ((#<LOAD-OP> . #<SYSTEM "simple-date">) (#<LOAD-OP> . #<SYSTEM "simple-date-postgres-glue">) (#<LOAD-OP> . #<MODULE "simple-date-postgres-glue" "simple-date">) (#<LOAD-OP> . #<CL-SOURCE-FILE "simple-date-postgres-glue" "simple-date" "cl-postgres-glue">) (#<PREPARE-OP> . #<CL-SOURCE-FILE "simple-date-postgres-glue" "simple-date" "cl-postgres-glue">) (#<PREPARE-OP> . #<MODULE "simple-date-postgres-glue" "simple-date">) (#<PREPARE-OP> . #<SYSTEM "simple-date-postgres-glue">))
  Fatal error in "buildapp" : Error #<SILENT-EXIT-ERROR #x3020005BBF5D>
  
  Reported by:	pkg-fallout

Modified:
  head/databases/pgloader3/Makefile

Modified: head/databases/pgloader3/Makefile
==============================================================================
--- head/databases/pgloader3/Makefile	Wed Sep 30 09:46:38 2020	(r550669)
+++ head/databases/pgloader3/Makefile	Wed Sep 30 09:48:11 2020	(r550670)
@@ -12,6 +12,8 @@ COMMENT=	Data loading tool for PostgreSQL,using the CO
 
 LICENSE=	PostgreSQL
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	ccl:lang/ccl
 LIB_DEPENDS=	libsqlite3.so:databases/sqlite3 \
 		libtdsodbc.so:databases/freetds


More information about the svn-ports-head mailing list