o Add emulators to CATEGORIES. [1]
o Chase libm.so version-bumpd. [2] o Fix comments about KDE/Konqueror. [3] o Install libmap.conf to EXAMPLEDIR. [4] Suggested by: takawata [1] Pointed out by: ume [2] Discussed by: KDE/FreeBSD [3] (Sorry, I lost mails which was disscused about this). Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> [4] PR: ports/72494 [2] Submitted by: Amir Shalem <amir@active.ath.cx> [2] Tested by: ume Approved by: portmgr (marcus)
This commit is contained in:
parent
d9e941a957
commit
1f43dee12b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118609
5 changed files with 25 additions and 6 deletions
8
UPDATING
8
UPDATING
|
@ -6,6 +6,14 @@ You should get into the habit of checking this file for changes each
|
|||
time you update your ports collection, before attempting any port
|
||||
upgrades.
|
||||
|
||||
20041011:
|
||||
AFFECTS: users of www/linuxpluginwrapper who are running FreeBSD
|
||||
5.3-BETA7 or later (including -current)
|
||||
AUTHOR: nork@freebsd.org
|
||||
|
||||
According to UPDATING(20041001), /etc/libmap.conf should be fixed
|
||||
libm.so.2 to libm.so.3.
|
||||
|
||||
20041001:
|
||||
AFFECTS: users of ports that require several base system libraries who
|
||||
are running FreeBSD 5.3-BETA7 or later (including -current)
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
#
|
||||
|
||||
PORTNAME= linuxpluginwrapper
|
||||
PORTVERSION= 20040831
|
||||
PORTVERSION= 20041010
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= www linux
|
||||
CATEGORIES= www linux emulators
|
||||
MASTER_SITES= http://people.FreeBSD.org/~nork/distfiles/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= nork
|
||||
|
@ -28,6 +28,7 @@ USE_MOTIF= yes
|
|||
.endif
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
MAKE_ENV= EXAMPLESDIR=${EXAMPLESDIR} INSTALL_DATA="${INSTALL_DATA}"
|
||||
|
||||
USE_XLIB= yes
|
||||
USE_REINPLACE= yes
|
||||
|
@ -37,8 +38,10 @@ PLIST= ${WRKDIR}/pkg-plist
|
|||
.endif
|
||||
CONFLICTS= flashpluginwrapper-*
|
||||
|
||||
.if ${OSVERSION} >= 500000
|
||||
LIBMAPCONF= ${WRKSRC}/misc/libmap.conf-FreeBSD5.x
|
||||
.if ${OSVERSION} >= 503001
|
||||
LIBMAPCONF= ${WRKSRC}/misc/libmap.conf-FreeBSD5-stable
|
||||
.elif ${OSVERSION} >= 500000
|
||||
LIBMAPCONF= ${WRKSRC}/misc/libmap.conf-FreeBSD5-current
|
||||
.else
|
||||
LIBMAPCONF= ${WRKSRC}/misc/libmap.conf-FreeBSD4.x
|
||||
.endif
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (linuxpluginwrapper-20040831.tar.gz) = 93154f1119ee7853cfc279b64008885a
|
||||
SIZE (linuxpluginwrapper-20040831.tar.gz) = 13139
|
||||
MD5 (linuxpluginwrapper-20041010.tar.gz) = 3ddc99418f83c7e1a3b47e4e9911bb35
|
||||
SIZE (linuxpluginwrapper-20041010.tar.gz) = 13176
|
||||
|
|
|
@ -9,6 +9,10 @@ libpthread.so.0 liblthread.so.3
|
|||
to
|
||||
libpthread.so.0 pluginwrapper/flash6.so
|
||||
|
||||
** PLEASE NOTICE TO USER USING FROM 5.0 TO 5.3-BETA6 **
|
||||
libm.so was version-bumped on 5.3-BETA7. Please change libm.so.2
|
||||
to libm.so.3.
|
||||
|
||||
================================================================
|
||||
|
||||
|
||||
|
|
|
@ -4,6 +4,9 @@ lib/pluginwrapper/jai.so
|
|||
lib/pluginwrapper/java3d.so
|
||||
lib/pluginwrapper/java3d_snd.so
|
||||
lib/pluginwrapper/pips.so
|
||||
%%EXAMPLESDIR%%/libmap.conf-FreeBSD5-stable
|
||||
%%EXAMPLESDIR%%/libmap.conf-FreeBSD5-current
|
||||
%%EXAMPLESDIR%%/libmap.conf-FreeBSD4.x
|
||||
@unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/nppdf.so
|
||||
@unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/flashplayer.xpt
|
||||
@unexec /bin/rm -f %%X11BASE%%/lib/browser_plugins/libflashplayer.so
|
||||
|
@ -13,3 +16,4 @@ lib/pluginwrapper/pips.so
|
|||
@exec /bin/ln -sf %%LOCALBASE%%/lib/linux-flashplugin6/flashplayer.xpt %%X11BASE%%/lib/browser_plugins/
|
||||
@exec /bin/ln -sf %%LOCALBASE%%/lib/linux-flashplugin6/libflashplayer.so %%X11BASE%%/lib/browser_plugins/
|
||||
@dirrm lib/pluginwrapper
|
||||
@dirrm %%EXAMPLESDIR%%
|
||||
|
|
Loading…
Reference in a new issue