diff options
author | nork <nork@FreeBSD.org> | 2004-10-12 01:15:45 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-10-12 01:15:45 +0800 |
commit | 17fd0907433dfdfd50890e2f283f7c4740bae127 (patch) | |
tree | c6cf273f871ee02eec9d09b2a1119620d16ea5ba /www | |
parent | 144360b75104f2d0e01f0c01f7ec862380b9adfb (diff) | |
download | freebsd-ports-gnome-17fd0907433dfdfd50890e2f283f7c4740bae127.tar.gz freebsd-ports-gnome-17fd0907433dfdfd50890e2f283f7c4740bae127.tar.zst freebsd-ports-gnome-17fd0907433dfdfd50890e2f283f7c4740bae127.zip |
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)
Diffstat (limited to 'www')
-rw-r--r-- | www/linuxpluginwrapper/Makefile | 11 | ||||
-rw-r--r-- | www/linuxpluginwrapper/distinfo | 4 | ||||
-rw-r--r-- | www/linuxpluginwrapper/pkg-message | 4 | ||||
-rw-r--r-- | www/linuxpluginwrapper/pkg-plist | 4 |
4 files changed, 17 insertions, 6 deletions
diff --git a/www/linuxpluginwrapper/Makefile b/www/linuxpluginwrapper/Makefile index d895f3f3c68f..a9d317592bb8 100644 --- a/www/linuxpluginwrapper/Makefile +++ b/www/linuxpluginwrapper/Makefile @@ -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 diff --git a/www/linuxpluginwrapper/distinfo b/www/linuxpluginwrapper/distinfo index 9775703bad0b..6de2f201720e 100644 --- a/www/linuxpluginwrapper/distinfo +++ b/www/linuxpluginwrapper/distinfo @@ -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 diff --git a/www/linuxpluginwrapper/pkg-message b/www/linuxpluginwrapper/pkg-message index 9d517451f677..7d016405922e 100644 --- a/www/linuxpluginwrapper/pkg-message +++ b/www/linuxpluginwrapper/pkg-message @@ -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. + ================================================================ diff --git a/www/linuxpluginwrapper/pkg-plist b/www/linuxpluginwrapper/pkg-plist index 5678800d3e3b..d0070930dff8 100644 --- a/www/linuxpluginwrapper/pkg-plist +++ b/www/linuxpluginwrapper/pkg-plist @@ -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%% |