svn commit: r505972 - in head/mail: openemm2013 openemm2015

Tobias Kortkamp tobik at FreeBSD.org
Sat Jul 6 09:47:33 UTC 2019


Author: tobik
Date: Sat Jul  6 09:47:31 2019
New Revision: 505972
URL: https://svnweb.freebsd.org/changeset/ports/505972

Log:
  mail/openemm*: Mark as BROKEN
  
  It depends on the expired www/tomcat8.
  
  PR:		238430
  Approved by:	horst.leitenmueller at liwest.at (maintainer timeout, 3 weeks)

Modified:
  head/mail/openemm2013/Makefile
  head/mail/openemm2015/Makefile

Modified: head/mail/openemm2013/Makefile
==============================================================================
--- head/mail/openemm2013/Makefile	Sat Jul  6 09:43:05 2019	(r505971)
+++ head/mail/openemm2013/Makefile	Sat Jul  6 09:47:31 2019	(r505972)
@@ -17,13 +17,14 @@ COMMENT=	OpenEMM a email marketing enterprise app
 LICENSE=	CPAL-1.0
 LICENSE_FILE=	${WRKSRC}/other/LICENSE.txt
 
+BROKEN=	depends on expired www/tomcat8
 BROKEN_powerpc64=	fails to build: gmake[1]: clang: Command not found
 
 LIB_DEPENDS=	libslang.so:devel/libslang2 \
 		libsa.so:net/ossp-sa
-BUILD_DEPENDS=	${TOMCATHOME}/bin/bootstrap.jar:www/tomcat8 \
+#BUILD_DEPENDS=	${TOMCATHOME}/bin/bootstrap.jar:www/tomcat8 \
 		${ANT_CMD}:devel/apache-ant
-RUN_DEPENDS=	${TOMCATHOME}/bin/bootstrap.jar:www/tomcat8 \
+#RUN_DEPENDS=	${TOMCATHOME}/bin/bootstrap.jar:www/tomcat8 \
 		py27-MySQLdb>=1.2.3:databases/py-MySQLdb
 
 USES=	dos2unix gmake python:2.7,run

Modified: head/mail/openemm2015/Makefile
==============================================================================
--- head/mail/openemm2015/Makefile	Sat Jul  6 09:43:05 2019	(r505971)
+++ head/mail/openemm2015/Makefile	Sat Jul  6 09:47:31 2019	(r505972)
@@ -16,13 +16,14 @@ COMMENT=	OpenEMM a email marketing enterprise app
 LICENSE=	CPAL-1.0
 LICENSE_FILE=	${WRKSRC}/other/LICENSE.txt
 
+BROKEN=	depends on expired www/tomcat8
 BROKEN_powerpc64=	fails to build: gmake[1]: clang: Command not found
 
 LIB_DEPENDS=	libslang.so:devel/libslang2 \
 		libsa.so:net/ossp-sa
-BUILD_DEPENDS=	${TOMCATHOME}/bin/bootstrap.jar:www/tomcat8 \
+#BUILD_DEPENDS=	${TOMCATHOME}/bin/bootstrap.jar:www/tomcat8 \
 		${ANT_CMD}:devel/apache-ant
-RUN_DEPENDS=	${TOMCATHOME}/bin/bootstrap.jar:www/tomcat8 \
+#RUN_DEPENDS=	${TOMCATHOME}/bin/bootstrap.jar:www/tomcat8 \
 		py27-MySQLdb>=1.2.3:databases/py-MySQLdb
 
 USES=	dos2unix gmake python:2.7,run


More information about the svn-ports-all mailing list