svn commit: r372458 - in head/www: linux-c6-flashplugin11 linux-f10-flashplugin11

Jung-uk Kim jkim at FreeBSD.org
Tue Nov 11 17:55:14 UTC 2014


Author: jkim
Date: Tue Nov 11 17:55:13 2014
New Revision: 372458
URL: https://svnweb.freebsd.org/changeset/ports/372458
QAT: https://qat.redports.org/buildarchive/r372458/

Log:
  Add a missing dependency for the latest Flash plugin.
  
  Reported by:	Piotr Kubaj (pkubaj at riseup dot net)

Modified:
  head/www/linux-c6-flashplugin11/Makefile
  head/www/linux-f10-flashplugin11/Makefile

Modified: head/www/linux-c6-flashplugin11/Makefile
==============================================================================
--- head/www/linux-c6-flashplugin11/Makefile	Tue Nov 11 17:53:36 2014	(r372457)
+++ head/www/linux-c6-flashplugin11/Makefile	Tue Nov 11 17:55:13 2014	(r372458)
@@ -3,6 +3,7 @@
 
 PORTNAME=	flashplugin
 PORTVERSION=	11.2r202.418
+PORTREVISION=	1
 CATEGORIES=	www multimedia linux
 MASTER_SITES=	http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:C/r/\./}/:plugin \
 		LOCAL/nox:suplib
@@ -16,7 +17,7 @@ COMMENT=	Adobe Flash Player NPAPI Plugin
 
 ONLY_FOR_ARCHS=	amd64 i386
 USE_LINUX=	c6
-USE_LINUX_APPS=	curl cyrus-sasl2 gtk2 nspr nss openssl-compat #-alsalib libssh2 openldap
+USE_LINUX_APPS=	curl cyrus-sasl2 gdkpixbuf gtk2 nspr nss openssl-compat #-alsalib libssh2 openldap
 WANT_GNOME=	yes
 
 RESTRICTED=	Redistribution not allowed

Modified: head/www/linux-f10-flashplugin11/Makefile
==============================================================================
--- head/www/linux-f10-flashplugin11/Makefile	Tue Nov 11 17:53:36 2014	(r372457)
+++ head/www/linux-f10-flashplugin11/Makefile	Tue Nov 11 17:55:13 2014	(r372458)
@@ -3,6 +3,7 @@
 
 PORTNAME=	flashplugin
 PORTVERSION=	11.2r202.418
+PORTREVISION=	1
 CATEGORIES=	www multimedia linux
 MASTER_SITES=	http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:C/r/\./}/:plugin \
 		LOCAL/nox:suplib
@@ -16,7 +17,7 @@ COMMENT=	Adobe Flash Player NPAPI Plugin
 
 ONLY_FOR_ARCHS=	amd64 i386
 USE_LINUX=	f10
-USE_LINUX_APPS=	curl cyrus-sasl2 gtk2 libssh2 nspr nss openldap openssl
+USE_LINUX_APPS=	curl cyrus-sasl2 gdkpixbuf gtk2 libssh2 nspr nss openldap openssl
 WANT_GNOME=	yes
 
 RESTRICTED=	Redistribution not allowed


More information about the svn-ports-all mailing list