From owner-svn-ports-all@freebsd.org Wed Jul 12 05:46:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED02ADB374A; Wed, 12 Jul 2017 05:46:48 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA6557A0BE; Wed, 12 Jul 2017 05:46:48 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6C5klWx000437; Wed, 12 Jul 2017 05:46:47 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6C5klYe000436; Wed, 12 Jul 2017 05:46:47 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201707120546.v6C5klYe000436@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Wed, 12 Jul 2017 05:46:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r445573 - branches/2017Q3/java/icedtea-web X-SVN-Group: ports-branches X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: branches/2017Q3/java/icedtea-web X-SVN-Commit-Revision: 445573 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2017 05:46:49 -0000 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