Date: Sat, 30 Nov 2019 03:33:06 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518700 - head/mail/openemm2013 Message-ID: <201911300333.xAU3X65U067522@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sat Nov 30 03:33:06 2019 New Revision: 518700 URL: https://svnweb.freebsd.org/changeset/ports/518700 Log: Give this a quick expiration date (1 month). It has been broken for 4 months. Use openemm2015 instead. Modified: head/mail/openemm2013/Makefile Modified: head/mail/openemm2013/Makefile ============================================================================== --- head/mail/openemm2013/Makefile Sat Nov 30 02:56:08 2019 (r518699) +++ head/mail/openemm2013/Makefile Sat Nov 30 03:33:06 2019 (r518700) @@ -18,6 +18,8 @@ LICENSE= CPAL-1.0 LICENSE_FILE= ${WRKSRC}/other/LICENSE.txt BROKEN= depends on expired www/tomcat8 +DEPRECATED= marked BROKEN for 4 months; use mail/openemm2015 instead +EXPIRATION_DATE= 2019-12-26 BROKEN_powerpc64= fails to build: gmake[1]: clang: Command not found LIB_DEPENDS= libslang.so:devel/libslang2 \ @@ -32,8 +34,11 @@ USE_RC_SUBR= openemm2013 USE_JAVA= yes DOS2UNIX_GLOB= *.c *.cpp *.h *.java *.xml *.properties -CC= clang -CXX= clang++ +# XXX MCL 20190921 +#CC= clang +#CXX= clang++ +CC= biteme_cc +CXX= biteme_cxx TOMCATVER= apache-tomcat-8.0 TOMCATDIR= ${PREFIX}/${TOMCATVER}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911300333.xAU3X65U067522>