From owner-svn-ports-all@FreeBSD.ORG Sat Mar 8 10:06:58 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B66BA86; Sat, 8 Mar 2014 10:06:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 38361135; Sat, 8 Mar 2014 10:06:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s28A6wpB069384; Sat, 8 Mar 2014 10:06:58 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s28A6woK069383; Sat, 8 Mar 2014 10:06:58 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201403081006.s28A6woK069383@svn.freebsd.org> From: Antoine Brodin Date: Sat, 8 Mar 2014 10:06:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347474 - head/security/tripwire-131 X-SVN-Group: ports-head 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.17 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, 08 Mar 2014 10:06:58 -0000 Author: antoine Date: Sat Mar 8 10:06:57 2014 New Revision: 347474 URL: http://svnweb.freebsd.org/changeset/ports/347474 QAT: https://qat.redports.org/buildarchive/r347474/ Log: Mark BROKEN: Does not build on 8 or 9: gcc -O -static -o tripwire config.parse.o main.o list.o ignorevec.o dbase.build.o utils.o preen.o preen.interp.o preen.report.o nullsig.o config.prim.o dbase.update.o config.pre.o help.o ../sigs/md5/md5wrapper.o ../sigs/md5/md5.o ../sigs/snefru/snefru.o ../sigs/crc32/crc32.o ../sigs/crc/crc.o ../sigs/md4/md4.o ../sigs/md4/md4wrapper.o ../sigs/md2/md2.o ../sigs/md2/md2wrapper.o ../sigs/sha/sha.o ../sigs/sha/shawrapper.o ../sigs/haval/haval.o ../sigs/haval/havalwrapper.o utils.o: In function `pltob64': utils.c:(.text+0x8f0): undefined reference to `fatal' ../sigs/snefru/snefru.o: In function `ReadChunk': snefru.c:(.text+0x6bd): undefined reference to `fatal' *** [tripwire] Error code 1 on 10 or head: gcc -O -static byteorder.c -o byteorder make[2]: exec(gcc) failed (No such file or directory) Modified: head/security/tripwire-131/Makefile Modified: head/security/tripwire-131/Makefile ============================================================================== --- head/security/tripwire-131/Makefile Sat Mar 8 09:55:21 2014 (r347473) +++ head/security/tripwire-131/Makefile Sat Mar 8 10:06:57 2014 (r347474) @@ -12,6 +12,7 @@ PKGNAMESUFFIX= -131 MAINTAINER= cy@FreeBSD.org COMMENT= File system security and verification program +BROKEN= Does not build MAN5= tw.config.5 MAN8= siggen.8 tripwire.8 NO_CDROM= Cannot be redistributed for more than the cost of duplication