From owner-svn-ports-all@FreeBSD.ORG Wed Sep 24 04:05:46 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1EAF3258; Wed, 24 Sep 2014 04:05:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 09C0784B; Wed, 24 Sep 2014 04:05:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8O45jsp017877; Wed, 24 Sep 2014 04:05:45 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8O45jU1017876; Wed, 24 Sep 2014 04:05:45 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201409240405.s8O45jU1017876@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Wed, 24 Sep 2014 04:05:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369156 - head/www/linux-c6-flashplugin11 X-SVN-Group: ports-head 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.18-1 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, 24 Sep 2014 04:05:46 -0000 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 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