svn commit: r369156 - head/www/linux-c6-flashplugin11

Johannes Jost Meixner xmj at FreeBSD.org
Wed Sep 24 04:05:46 UTC 2014


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 at 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


More information about the svn-ports-head mailing list