svn commit: r398556 - branches/2015Q4/news/suck

Antoine Brodin antoine at FreeBSD.org
Sat Oct 3 20:55:33 UTC 2015


Author: antoine
Date: Sat Oct  3 20:55:32 2015
New Revision: 398556
URL: https://svnweb.freebsd.org/changeset/ports/398556

Log:
  MFH: r398554 r398555
  
  Mark BROKEN: fails to link
  
  cc -fstack-protector   -L/usr/local/news/lib  -L/usr/lib -o suck both.o both_phrases.o suck.o suckutils.o killfile.o timer.o killprg.o dedupe.o suck_phrases.o active.o batch.o xover.o ssort.o chkhistory_db.o db.o  -linn -lstorage  -lssl -lcrypto
  /usr/local/news/lib/libstorage.so: undefined reference to `HISlookup'
  
  Reported by:	pkg-fallout

Modified:
  branches/2015Q4/news/suck/Makefile
Directory Properties:
  branches/2015Q4/   (props changed)

Modified: branches/2015Q4/news/suck/Makefile
==============================================================================
--- branches/2015Q4/news/suck/Makefile	Sat Oct  3 20:52:35 2015	(r398555)
+++ branches/2015Q4/news/suck/Makefile	Sat Oct  3 20:55:32 2015	(r398556)
@@ -48,6 +48,7 @@ CONFLICTS+=	suck-4.*
 .endif
 
 .if ${PORT_OPTIONS:MINN}
+BROKEN=		fails to link
 CFLAGS+=	-DNO_CONFIGDATA -I${LOCALBASE}/include/inn
 MAKE_ENV+=	DB_TYPE="-DUSE_INN23 -DDO_TAGGED_HASH"
 MAKE_ENV+=	DB_LIB="-linn -lstorage"


More information about the svn-ports-all mailing list