svn commit: r347474 - head/security/tripwire-131

Antoine Brodin antoine at FreeBSD.org
Sat Mar 8 10:06:58 UTC 2014


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 at 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


More information about the svn-ports-all mailing list