diff options
author | tobik <tobik@FreeBSD.org> | 2019-07-06 17:47:31 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-07-06 17:47:31 +0800 |
commit | ba39c1b0cc3c65f63e3b3f3d2ec3f5feb9a1a6ae (patch) | |
tree | 6b61d3ec42effa209721daafea993387a4ed0bcf /mail | |
parent | 440c3866655d61f868c290e4378af1558a4e4b9b (diff) | |
download | freebsd-ports-gnome-ba39c1b0cc3c65f63e3b3f3d2ec3f5feb9a1a6ae.tar.gz freebsd-ports-gnome-ba39c1b0cc3c65f63e3b3f3d2ec3f5feb9a1a6ae.tar.zst freebsd-ports-gnome-ba39c1b0cc3c65f63e3b3f3d2ec3f5feb9a1a6ae.zip |
mail/openemm*: Mark as BROKEN
It depends on the expired www/tomcat8.
PR: 238430
Approved by: horst.leitenmueller@liwest.at (maintainer timeout, 3 weeks)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/openemm2013/Makefile | 5 | ||||
-rw-r--r-- | mail/openemm2015/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/mail/openemm2013/Makefile b/mail/openemm2013/Makefile index 4ac8bb8956fc..7fcf579d2efe 100644 --- a/mail/openemm2013/Makefile +++ b/mail/openemm2013/Makefile @@ -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 diff --git a/mail/openemm2015/Makefile b/mail/openemm2015/Makefile index aa04b8766248..2c134472d16a 100644 --- a/mail/openemm2015/Makefile +++ b/mail/openemm2015/Makefile @@ -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 |