diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-23 00:45:59 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-23 00:45:59 +0800 |
commit | 50827d7f6844c3bfbb549b43c315fb25eb602bb5 (patch) | |
tree | 59a0e23d3e8e55e675adc965317da67c4b99087e | |
parent | 67d8f260f8450a74253f0666dca6bed9a15e31f2 (diff) | |
download | freebsd-ports-graphics-50827d7f6844c3bfbb549b43c315fb25eb602bb5.tar.gz freebsd-ports-graphics-50827d7f6844c3bfbb549b43c315fb25eb602bb5.tar.zst freebsd-ports-graphics-50827d7f6844c3bfbb549b43c315fb25eb602bb5.zip |
Mark broken: does not build with last version of spmfilter
cd /wrkdirs/usr/ports/mail/spmfilter-spamassassin/work/spmfilter-spamassassin-0.1/src && /usr/bin/cc -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/spmfilter -I/usr/local/include/glib-2.0 -o CMakeFiles/smf-spamctl.dir/spamctl.c.o -c /wrkdirs/usr/ports/mail/spmfilter-spamassassin/work/spmfilter-spamassassin-0.1/src/spamctl.c
/wrkdirs/usr/ports/mail/spmfilter-spamassassin/work/spmfilter-spamassassin-0.1/src/spamctl.c: In function 'release_message':
/wrkdirs/usr/ports/mail/spmfilter-spamassassin/work/spmfilter-spamassassin-0.1/src/spamctl.c:52: error: 'SMFMessageEnvelope_T' undeclared (first use in this function)
Reported by: pkg-fallout
-rw-r--r-- | mail/spmfilter-spamassassin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/spmfilter-spamassassin/Makefile b/mail/spmfilter-spamassassin/Makefile index 4f273a2cc8d..dce2f179918 100644 --- a/mail/spmfilter-spamassassin/Makefile +++ b/mail/spmfilter-spamassassin/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://www.spmfilter.org/attachments/download/58/ MAINTAINER= ast@treibsand.com COMMENT= Spamassassin plugin for spmfilter +BROKEN= Does not build with last version of spmfilter + BUILD_DEPENDS= spmfilter>=0.4:${PORTSDIR}/mail/spmfilter RUN_DEPENDS= spmfilter>=0.4:${PORTSDIR}/mail/spmfilter |