svn commit: r445573 - branches/2017Q3/java/icedtea-web

Jung-uk Kim jkim at FreeBSD.org
Wed Jul 12 05:46:49 UTC 2017


Author: jkim
Date: Wed Jul 12 05:46:47 2017
New Revision: 445573
URL: https://svnweb.freebsd.org/changeset/ports/445573

Log:
  MFH:	r445546
  
  Remove an unnecessary runtime dependency for NPAPI plugin support.
  
  PR:		220648
  Approved by:	ports-secteam (junovitch)

Modified:
  branches/2017Q3/java/icedtea-web/Makefile
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/java/icedtea-web/Makefile
==============================================================================
--- branches/2017Q3/java/icedtea-web/Makefile	Wed Jul 12 04:45:08 2017	(r445572)
+++ branches/2017Q3/java/icedtea-web/Makefile	Wed Jul 12 05:46:47 2017	(r445573)
@@ -2,7 +2,7 @@
 
 PORTNAME=	icedtea-web
 PORTVERSION=	1.6.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	java www
 MASTER_SITES=	http://icedtea.wildebeest.org/download/source/ \
 		http://icedtea.classpath.org/download/source/
@@ -65,11 +65,12 @@ TAGSOUP_RUN_DEPENDS=	${TAGSOUP_BUILD_DEPENDS}
 TAGSOUP_VARS=		TAGSOUP_JAR="${JAVALIBDIR}/tagsoup.jar"
 TAGSOUP_VARS_OFF=	TAGSOUP_JAR=no
 
+PLUGIN_BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/libxul.pc:www/libxul
 PLUGIN_CONFIGURE_ENABLE=plugin
 PLUGIN_PORTDOCS=	plugin
 PLUGIN_TEST_TARGET=	plugin-tests
 PLUGIN_USE=		GNOME=glib20
-PLUGIN_USES=		gecko webplugin:native
+PLUGIN_USES=		webplugin:native
 PLUGIN_VARS=		WEBPLUGIN_DIR=${PREFIX}/lib
 PLUGIN_VARS+=		WEBPLUGIN_FILES=IcedTeaPlugin.so
 


More information about the svn-ports-all mailing list