diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-12-19 09:05:22 +0800 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-12-19 09:05:22 +0800 |
commit | f83e65d5e6c1c29db75ded6d34c5da94b5847161 (patch) | |
tree | a1d1ac1a91f004a4438e89322b23af8a334cee7c /www | |
parent | 941a03d50cde7e419f483b70365f0062f4ca5415 (diff) | |
download | freebsd-ports-gnome-f83e65d5e6c1c29db75ded6d34c5da94b5847161.tar.gz freebsd-ports-gnome-f83e65d5e6c1c29db75ded6d34c5da94b5847161.tar.zst freebsd-ports-gnome-f83e65d5e6c1c29db75ded6d34c5da94b5847161.zip |
Update to 20041219.
o Fix libmap.conf error on 4-stable and Opera. [1]
o Fix recursive call problem on firefox. [2]
Submitted by: vs [1], deischen[2]
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 | 11 |
3 files changed, 14 insertions, 12 deletions
diff --git a/www/linuxpluginwrapper/Makefile b/www/linuxpluginwrapper/Makefile index 59653fef4cd7..47c490ff6b0d 100644 --- a/www/linuxpluginwrapper/Makefile +++ b/www/linuxpluginwrapper/Makefile @@ -6,7 +6,7 @@ # PORTNAME= linuxpluginwrapper -PORTVERSION= 20041017 +PORTVERSION= 20041219 PORTREVISION= 0 CATEGORIES= www linux emulators MASTER_SITES= http://people.FreeBSD.org/~nork/distfiles/ \ @@ -39,11 +39,11 @@ PLIST= ${WRKDIR}/pkg-plist CONFLICTS= flashpluginwrapper-* .if ${OSVERSION} >= 503001 -LIBMAPCONF= ${WRKSRC}/misc/libmap.conf-FreeBSD5-stable +LIBMAPCONF= ${EXAMPLESDIR}/libmap.conf-FreeBSD5-stable .elif ${OSVERSION} >= 500000 -LIBMAPCONF= ${WRKSRC}/misc/libmap.conf-FreeBSD5-current +LIBMAPCONF= ${EXAMPLESDIR}/libmap.conf-FreeBSD5-current .else -LIBMAPCONF= ${WRKSRC}/misc/libmap.conf-FreeBSD4.x +LIBMAPCONF= ${EXAMPLESDIR}/libmap.conf-FreeBSD4.x .endif .if ${OSVERSION} < 501105 @@ -79,8 +79,7 @@ post-build: -e 's,%%LOCALBASE%%,${LOCALBASE},' \ -e 's,%%X11BASE%%,${X11BASE},' \ -e 's,%%LTHREADSHMAJOR%%,${LTHREADSHMAJOR},' \ - -e '/^%%LIBMAPCONF%%$$/r ${LIBMAPCONF}' \ - -e '/^%%LIBMAPCONF%%$$/d' \ + -e 's,%%LIBMAPCONF%%,${LIBMAPCONF},' \ < ${.CURDIR}/pkg-message > ${PKGMESSAGE} .if defined(WITHOUT_PLUGINS) @${SED} -e "/exec/d" ${.CURDIR}/pkg-plist > ${PLIST} diff --git a/www/linuxpluginwrapper/distinfo b/www/linuxpluginwrapper/distinfo index 564b3434be41..4526f707d0a2 100644 --- a/www/linuxpluginwrapper/distinfo +++ b/www/linuxpluginwrapper/distinfo @@ -1,2 +1,2 @@ -MD5 (linuxpluginwrapper-20041017.tar.gz) = 52dbc8ac97e9c6dc45b6e017ddce5120 -SIZE (linuxpluginwrapper-20041017.tar.gz) = 16013 +MD5 (linuxpluginwrapper-20041219.tar.gz) = 1a3c0d10789061e226963b7250a72160 +SIZE (linuxpluginwrapper-20041219.tar.gz) = 16559 diff --git a/www/linuxpluginwrapper/pkg-message b/www/linuxpluginwrapper/pkg-message index 51e8ffc8950b..d50ce23e1728 100644 --- a/www/linuxpluginwrapper/pkg-message +++ b/www/linuxpluginwrapper/pkg-message @@ -28,13 +28,16 @@ error "can't find gtk_major_version" ad-hoc-ly. I don't set default to use flash7. Please set-up your enviroment(ln -s, apply patch to rtld,...). + + +** PLEASE CONFIRM YOUR /etc/libmap.conf *** +The configuration file was minor fixed. So please update your +/etc/libmap.conf. ================================================================ -Setup your /etc/libmap.conf. -- - - - - - - - - - - - - - - - - - - - - - - - - - - - -%%LIBMAPCONF%% -- - - - - - - - - - - - - - - - - - - - - - - - - - - - +Setup your /etc/libmap.conf. Please SEE ALSO following file. +==> %%LIBMAPCONF%% Now start browser and go to 'about:plugins' and the new plugins are enabled! |