Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Oct 2015 20:55:32 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r398556 - branches/2015Q4/news/suck
Message-ID:  <201510032055.t93KtXf8010541@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



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