Date: Sat, 6 Jul 2019 09:47:32 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505972 - in head/mail: openemm2013 openemm2015 Message-ID: <201907060947.x669lWxf029817@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907060947.x669lWxf029817>