Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Oct 2015 20:47:16 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398554 - head/news/suck
Message-ID:  <201510032047.t93KlGWM006225@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
 COMMENT=	Receives/sends news to/from localhost via NNTP
 
+BROKEN=		fails to link
+
 CONFLICTS?=	suckblow-1.*
 
 USES=		gmake shebangfix



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