Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Mar 2014 10:06:58 +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: r347474 - head/security/tripwire-131
Message-ID:  <201403081006.s28A6woK069383@svn.freebsd.org>

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



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