Date: Sun, 11 Sep 2016 14:14:50 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421821 - head/www/linux-c6-flashplugin11 Message-ID: <201609111414.u8BEEo4r013286@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609111414.u8BEEo4r013286>