Index: head/devel/jakarta-commons-daemon/Makefile =================================================================== --- head/devel/jakarta-commons-daemon/Makefile (revision 473548) +++ head/devel/jakarta-commons-daemon/Makefile (revision 473549) @@ -1,44 +1,40 @@ # Created by: Ronald Klop # $FreeBSD$ PORTNAME= commons-daemon PORTVERSION= 1.1.0 CATEGORIES= devel java MASTER_SITES= APACHE_COMMONS_SOURCE:src \ APACHE_COMMONS_BINARIES:bin PKGNAMEPREFIX= jakarta- DISTFILES= ${PORTNAME}-${PORTVERSION}-native-src${EXTRACT_SUFX}:src \ ${PORTNAME}-${PORTVERSION}-bin${EXTRACT_SUFX}:bin MAINTAINER= ale@FreeBSD.org COMMENT= Wrapper code to start/stop a Java application as a daemon LICENSE= APACHE20 -BROKEN_aarch64= fails to compile: 'jni_md.h' file not found -BROKEN_armv6= fails to compile: 'jni_md.h' file not found -BROKEN_armv7= fails to compile: 'jni_md.h' file not found - OPTIONS_DEFINE= DOCS USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-java=${JAVA_HOME} WRKSRC= ${WRKDIR}/${DISTNAME}-native-src/unix WRKBIN= ${WRKDIR}/${DISTNAME} PLIST_FILES= bin/jsvc %%JAVAJARDIR%%/${PORTNAME}.jar PORTDOCS= * do-install: ${INSTALL_PROGRAM} ${WRKSRC}/jsvc ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKBIN}/${DISTNAME}.jar \ ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKBIN} && ${COPYTREE_SHARE} apidocs ${STAGEDIR}${DOCSDIR} .include Index: head/devel/jakarta-commons-daemon/files/patch-configure =================================================================== --- head/devel/jakarta-commons-daemon/files/patch-configure (nonexistent) +++ head/devel/jakarta-commons-daemon/files/patch-configure (revision 473549) @@ -0,0 +1,11 @@ +--- configure.orig 2018-06-29 12:40:33 UTC ++++ configure +@@ -3504,7 +3504,7 @@ then + $as_echo "jni_md.h found in $JAVA_HOME/$JAVA_INC" >&6; } + INCLUDES="$INCLUDES -I$JAVA_HOME/include -I$JAVA_HOME/$JAVA_INC" + else +- INCLUDES="$INCLUDES -I$JAVA_HOME/include -I$JAVA_HOME/include/$supported_os" ++ INCLUDES="$INCLUDES -I$JAVA_HOME/include -I$JAVA_HOME/include/$JAVA_OS" + fi + + if test "$GCC" = "yes" Property changes on: head/devel/jakarta-commons-daemon/files/patch-configure ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property