svn commit: r349465 - head/net/slirp
Antoine Brodin
antoine at FreeBSD.org
Fri Mar 28 21:39:43 UTC 2014
Author: antoine
Date: Fri Mar 28 21:39:42 2014
New Revision: 349465
URL: http://svnweb.freebsd.org/changeset/ports/349465
QAT: https://qat.redports.org/buildarchive/r349465/
Log:
Mark broken again, does not build
cc -I. -I. -DUSE_PPP -DUSE_MS_DNS -O2 -pipe -fno-strict-aliasing -c ./ppp/auth.c
In file included from ./ppp/auth.c:56:
./ppp/pppd.h:107: error: conflicting types for 'output'
./ppp.p:13: error: previous declaration of 'output' was here
*** Error code 1
Reported by: pkg-fallout (still since at least august 2013)
Modified:
head/net/slirp/Makefile
Modified: head/net/slirp/Makefile
==============================================================================
--- head/net/slirp/Makefile Fri Mar 28 21:28:38 2014 (r349464)
+++ head/net/slirp/Makefile Fri Mar 28 21:39:42 2014 (r349465)
@@ -10,6 +10,8 @@ MASTER_SITES= SF
MAINTAINER= ports at FreeBSD.org
COMMENT= A (C)SLIP/PPP emulator for users with shell accounts
+BROKEN= Does not build
+
# serious LP64 issues
ONLY_FOR_ARCHS= i386
More information about the svn-ports-all
mailing list