Date: Wed, 24 Sep 2014 04:05:45 +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: r369156 - head/www/linux-c6-flashplugin11 Message-ID: <201409240405.s8O45jU1017876@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: xmj Date: Wed Sep 24 04:05:45 2014 New Revision: 369156 URL: http://svnweb.freebsd.org/changeset/ports/369156 QAT: https://qat.redports.org/buildarchive/r369156/ Log: www/linux-c6-flashplugin11: Set correct dependency on OpenSSL The centos 6.5-compatible version of Flashplugin currently misses a dependency on the right OpenSSL port (security/linux-c6-openssl-compat, 0.9.8e). Fix this by adding it to USE_LINUX_APPS. PR: 193872 Differential Revision: https://reviews.freebsd.org/D820 Submitted by: Jan Beich <jbeich@vfemail.net> Approved by: swills (mentor) Modified: head/www/linux-c6-flashplugin11/Makefile Modified: head/www/linux-c6-flashplugin11/Makefile ============================================================================== --- head/www/linux-c6-flashplugin11/Makefile Wed Sep 24 03:23:15 2014 (r369155) +++ head/www/linux-c6-flashplugin11/Makefile Wed Sep 24 04:05:45 2014 (r369156) @@ -16,7 +16,7 @@ COMMENT= Adobe Flash Player NPAPI Plugin ONLY_FOR_ARCHS= amd64 i386 USE_LINUX= c6 -USE_LINUX_APPS= openssl curl cyrus-sasl2 nspr nss gtk2 #-alsalib libssh2 openldap +USE_LINUX_APPS= openssl-compat curl cyrus-sasl2 nspr nss gtk2 #-alsalib 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?201409240405.s8O45jU1017876>