svn commit: r398554 - head/news/suck

Antoine Brodin antoine at FreeBSD.org
Sat Oct 3 20:47:16 UTC 2015


Author: antoine
Date: Sat Oct  3 20:47:15 2015
New Revision: 398554
URL: https://svnweb.freebsd.org/changeset/ports/398554

Log:
  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
  MFH:		2015Q4

Modified:
  head/news/suck/Makefile

Modified: head/news/suck/Makefile
==============================================================================
--- head/news/suck/Makefile	Sat Oct  3 20:04:03 2015	(r398553)
+++ head/news/suck/Makefile	Sat Oct  3 20:47:15 2015	(r398554)
@@ -13,6 +13,8 @@ PKGNAMESUFFIX?=	${CNEWS_SUFFIX}${PKGNAME
 MAINTAINER=	dinoex at FreeBSD.org
 COMMENT=	Receives/sends news to/from localhost via NNTP
 
+BROKEN=		fails to link
+
 CONFLICTS?=	suckblow-1.*
 
 USES=		gmake shebangfix


More information about the svn-ports-head mailing list