From owner-svn-ports-all@freebsd.org Sat Oct 3 20:55:33 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34E59A0EAC0; Sat, 3 Oct 2015 20:55:33 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 245C4123A; Sat, 3 Oct 2015 20:55:33 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t93KtX7x010542; Sat, 3 Oct 2015 20:55:33 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t93KtXf8010541; Sat, 3 Oct 2015 20:55:33 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201510032055.t93KtXf8010541@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 3 Oct 2015 20:55:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r398556 - branches/2015Q4/news/suck X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Oct 2015 20:55:33 -0000 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"