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

Tijl Coosemans tijl at FreeBSD.org
Sun Sep 11 14:14:51 UTC 2016


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


More information about the svn-ports-head mailing list