From owner-svn-ports-head@FreeBSD.ORG Sat Sep 22 14:36:25 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6F5D106566B; Sat, 22 Sep 2012 14:36:25 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C2C6D8FC12; Sat, 22 Sep 2012 14:36:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8MEaPlq083955; Sat, 22 Sep 2012 14:36:25 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8MEaPCb083953; Sat, 22 Sep 2012 14:36:25 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201209221436.q8MEaPCb083953@svn.freebsd.org> From: Eitan Adler Date: Sat, 22 Sep 2012 14:36:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304679 - head/java/jai-imageio X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2012 14:36:26 -0000 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