Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Sep 2012 14:36:25 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304679 - head/java/jai-imageio
Message-ID:  <201209221436.q8MEaPCb083953@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209221436.q8MEaPCb083953>