Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jul 2017 05:46:47 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r445573 - branches/2017Q3/java/icedtea-web
Message-ID:  <201707120546.v6C5klYe000436@repo.freebsd.org>

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



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