Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Sep 2012 09:11:17 -0400
From:      Eitan Adler <lists@eitanadler.com>
To:        java@freebsd.org
Subject:   removing linuxpluginwrapper support from java/jai-imageio
Message-ID:  <CAF6rxgm-tPq9DiWzUQR7-LAGRi%2Bh_wd86NxSqeGEOzn%2Bjam0EA@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi,

I just removed linuxpluginwrapper from the ports tree. I'd like
permission to commit this diff:

Index: java/jai-imageio/Makefile
===================================================================
--- Makefile	(revision 304534)
+++ Makefile	(working copy)
@@ -35,11 +35,6 @@ PKGMESSAGE=	${WRKDIR}/pkg-message
 IGNORE=		you must manually fetch the "Linux Install" distribution
(${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in
${DISTDIR} and then run make again
 .endif

-.if ${JAVA_PORT_OS} == "native"
-WITH_PLUGINWRAPPER=	yes
-RUN_DEPENDS+=	${LOCALBASE}/lib/pluginwrapper/jai.so:${PORTSDIR}/www/linuxpluginwrapper
-.endif
-
 .if defined(NOINSTALL_IN_JRE)
 PLIST_SUB+=	INSTALL_IN_JRE="@comment "
 .else
@@ -51,14 +46,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 +70,7 @@ do-install:
 		@${ECHO_MSG} " [DONE]"

 post-install:
-.if defined(NOINSTALL_IN_JRE) || defined(WITH_PLUGINWRAPPER)
+.if defined(NOINSTALL_IN_JRE)
 		@${CAT} ${PKGMESSAGE}
 .endif



-- 
Eitan Adler



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAF6rxgm-tPq9DiWzUQR7-LAGRi%2Bh_wd86NxSqeGEOzn%2Bjam0EA>