Date: Tue, 9 Dec 2014 11:38:50 +0000 (UTC) From: Johannes Jost Meixner <xmj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374369 - head/www/linux-c6-flashplugin11 Message-ID: <201412091138.sB9BcoJE005050@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: xmj Date: Tue Dec 9 11:38:49 2014 New Revision: 374369 URL: https://svnweb.freebsd.org/changeset/ports/374369 QAT: https://qat.redports.org/buildarchive/r374369/ Log: www/linux-c6-flashplugin11: reintroduce gdkpixbuf2 dependency - reintroduce gdkpixbuf2 dependency fixes regression introduced in r373192. - bump PORTREVISION Spotted by: zaphod@berentweb.com Differential Revision: https://reviews.freebsd.org/D1268 Discussed on: emulation@ Approved by: koobs (mentor) Modified: head/www/linux-c6-flashplugin11/Makefile Modified: head/www/linux-c6-flashplugin11/Makefile ============================================================================== --- head/www/linux-c6-flashplugin11/Makefile Tue Dec 9 11:17:26 2014 (r374368) +++ head/www/linux-c6-flashplugin11/Makefile Tue Dec 9 11:38:49 2014 (r374369) @@ -3,7 +3,7 @@ PORTNAME= flashplugin PORTVERSION= 11.2r202.418 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www multimedia linux MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:S/r/./}/:plugin \ LOCAL/nox:suplib @@ -16,7 +16,7 @@ COMMENT= Adobe Flash Player NPAPI Plugin ONLY_FOR_ARCHS= amd64 i386 USE_LINUX= c6 -USE_LINUX_APPS= curl cyrus-sasl2 gtk2 nspr nss # libssh2 openldap +USE_LINUX_APPS= curl cyrus-sasl2 gdkpixbuf2 gtk2 nspr nss # libssh2 openldap WANT_GNOME= yes RESTRICTED= Redistribution not allowed
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412091138.sB9BcoJE005050>