From owner-svn-ports-head@freebsd.org Sun Sep 11 14:14:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59FC2BD6872; Sun, 11 Sep 2016 14:14:51 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 273C2B36; Sun, 11 Sep 2016 14:14:51 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8BEEok3013288; Sun, 11 Sep 2016 14:14:50 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8BEEo4r013286; Sun, 11 Sep 2016 14:14:50 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201609111414.u8BEEo4r013286@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 11 Sep 2016 14:14:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421821 - 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2016 14:14:51 -0000 Author: tijl Date: Sun Sep 11 14:14:49 2016 New Revision: 421821 URL: https://svnweb.freebsd.org/changeset/ports/421821 Log: Set STRIP= so INSTALL_LIB doesn't call strip(1) which in the case of GNU strip brands the library as a FreeBSD library. PR: 212564 Modified: head/www/linux-c6-flashplugin11/Makefile head/www/linux-c6-flashplugin11/pkg-plist Modified: head/www/linux-c6-flashplugin11/Makefile ============================================================================== --- head/www/linux-c6-flashplugin11/Makefile Sun Sep 11 14:07:34 2016 (r421820) +++ head/www/linux-c6-flashplugin11/Makefile Sun Sep 11 14:14:49 2016 (r421821) @@ -3,7 +3,7 @@ PORTNAME= flashplugin PORTVERSION= 11.2r202.632 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www multimedia linux MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:S/r/./}/:plugin \ LOCAL/nox:suplib @@ -23,7 +23,7 @@ RESTRICTED_FILES= ${DISTFILES:Nlinux-f10 NO_BUILD= yes NO_WRKSUBDIR= yes - +STRIP= USES+= webplugin:linux desktop-file-utils cpe WEBPLUGIN_FILES= libflashplayer.so Modified: head/www/linux-c6-flashplugin11/pkg-plist ============================================================================== --- head/www/linux-c6-flashplugin11/pkg-plist Sun Sep 11 14:07:34 2016 (r421820) +++ head/www/linux-c6-flashplugin11/pkg-plist Sun Sep 11 14:14:49 2016 (r421821) @@ -9,3 +9,5 @@ share/icons/hicolor/48x48/apps/flash-pla %%NO_ALSA%%%%LINUXBASE%%/usr/lib/libflashsupport.so %%NO_ALSA%%@dir %%LINUXBASE%%/usr/lib %%NO_ALSA%%@dir %%LINUXBASE%%/usr +%%NO_ALSA%%@dir %%LINUXBASE%% +%%NO_ALSA%%@dir /compat