svn commit: r304679 - head/java/jai-imageio
Eitan Adler
eadler at FreeBSD.org
Sat Sep 22 14:36:26 UTC 2012
Author: eadler
Date: Sat Sep 22 14:36:25 2012
New Revision: 304679
URL: http://svn.freebsd.org/changeset/ports/304679
Log:
Unbreak index on i386 by marking this port as broken without linuxpluginwrapper.
Pointyhat: eadler
Modified:
head/java/jai-imageio/Makefile
Modified: head/java/jai-imageio/Makefile
==============================================================================
--- head/java/jai-imageio/Makefile Sat Sep 22 14:29:45 2012 (r304678)
+++ head/java/jai-imageio/Makefile Sat Sep 22 14:36:25 2012 (r304679)
@@ -36,8 +36,7 @@ IGNORE= you must manually fetch the "Li
.endif
.if ${JAVA_PORT_OS} == "native"
-WITH_PLUGINWRAPPER= yes
-RUN_DEPENDS+= ${LOCALBASE}/lib/pluginwrapper/jai.so:${PORTSDIR}/www/linuxpluginwrapper
+BROKEN= relies on linuxpluginwrapper
.endif
.if defined(NOINSTALL_IN_JRE)
@@ -51,14 +50,6 @@ pre-install:
SUB_FILES= pkg-message-jre
SUB_LIST= TARGET_DIR=${TARGET_DIR}
.endif
-.if defined(WITH_PLUGINWRAPPER)
-SUB_FILES= pkg-message-libmap
-.if defined(NOINSTALL_IN_JRE)
-SUB_LIST= LIBDIR=${TARGET_DIR}/lib
-.else
-SUB_LIST= LIBDIR=${JAVA_HOME}/jre/lib/i386
-.endif
-.endif
do-install:
@${ECHO_MSG} -n ">> Creating destination directory..."
@@ -83,7 +74,7 @@ do-install:
@${ECHO_MSG} " [DONE]"
post-install:
-.if defined(NOINSTALL_IN_JRE) || defined(WITH_PLUGINWRAPPER)
+.if defined(NOINSTALL_IN_JRE)
@${CAT} ${PKGMESSAGE}
.endif
More information about the svn-ports-all
mailing list