diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-02-29 13:52:25 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-02-29 13:52:25 +0000 |
commit | 189176da457b1acb98c4e900344e93d17d7f5132 (patch) | |
tree | de4b497765bd9d857bb5b3fc835dcdf35f92755b | |
parent | b9bb9d05b9c8b2ec66a5eab0b112bc1b5db5cd7f (diff) | |
download | ports-189176da457b1acb98c4e900344e93d17d7f5132.tar.gz ports-189176da457b1acb98c4e900344e93d17d7f5132.zip |
Notes
-rw-r--r-- | www/linuxpluginwrapper/Makefile | 17 | ||||
-rw-r--r-- | www/linuxpluginwrapper/distinfo | 4 | ||||
-rw-r--r-- | www/linuxpluginwrapper/pkg-message | 19 |
3 files changed, 11 insertions, 29 deletions
diff --git a/www/linuxpluginwrapper/Makefile b/www/linuxpluginwrapper/Makefile index e7fb90e5b01c..a6bdba56e5ec 100644 --- a/www/linuxpluginwrapper/Makefile +++ b/www/linuxpluginwrapper/Makefile @@ -6,11 +6,11 @@ # PORTNAME= linuxpluginwrapper -PORTVERSION= 20040208 +PORTVERSION= 20040229 PORTREVISION= 1 CATEGORIES= www linux -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://people.FreeBSD.org/~nork/distfiles/ +MASTER_SITES= http://people.FreeBSD.org/~nork/distfiles/ \ + ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= nork MAINTAINER= nork@FreeBSD.org @@ -18,7 +18,6 @@ COMMENT= A wrapper allowing use of linux-plugins with native applications .include <bsd.port.pre.mk> -LIB_DEPENDS= lthread.${LTHREAD_MAJOR}:${PORTSDIR}/devel/linuxthreads RUN_DEPENDS= ${LOCALBASE}/Acrobat5/Browsers/intellinux/nppdf.so:${PORTSDIR}/print/acroread5 \ ${LOCALBASE}/lib/linux-flashplugin6/libflashplayer.so:${PORTSDIR}/www/linux-flashplugin6 @@ -30,16 +29,6 @@ USE_REINPLACE= yes PKGMESSAGE= ${WRKDIR}/pkg-message CONFLICTS= flashpluginwrapper-* -.if ${OSVERSION} >= 500035 && defined(LINUXTHREADS_WRAP_API) -LTHREAD_MAJOR= 5 -.elif ${OSVERSION} >= 500035 -LTHREAD_MAJOR= 3 -.elif ${OSVERSION} < 500035 && defined(LINUXTHREADS_WRAP_API) -LTHREAD_MAJOR= 4 -.elif ${OSVERSION} < 500035 -LTHREAD_MAJOR= 2 -.endif - .if ${OSVERSION} >= 500000 LIBMAPCONF= ${WRKSRC}/misc/libmap.conf-FreeBSD5.x .else diff --git a/www/linuxpluginwrapper/distinfo b/www/linuxpluginwrapper/distinfo index b230e8499c19..6865bda78c50 100644 --- a/www/linuxpluginwrapper/distinfo +++ b/www/linuxpluginwrapper/distinfo @@ -1,2 +1,2 @@ -MD5 (linuxpluginwrapper-20040208.tar.gz) = 317d064ce700c528c11c2d7aad5ce33e -SIZE (linuxpluginwrapper-20040208.tar.gz) = 11992 +MD5 (linuxpluginwrapper-20040229.tar.gz) = 89ae2b69d27ef3fe55e9eec944e853da +SIZE (linuxpluginwrapper-20040229.tar.gz) = 12828 diff --git a/www/linuxpluginwrapper/pkg-message b/www/linuxpluginwrapper/pkg-message index b0e99a687d78..9d517451f677 100644 --- a/www/linuxpluginwrapper/pkg-message +++ b/www/linuxpluginwrapper/pkg-message @@ -1,22 +1,15 @@ - - DDDD OOOO NN NN TTTTTT NN NN EEEE EEEE DDDD !! - DD DD OO OO NNN NN TT NNN NN EE EE DD DD !! - DD DD OO OO NN NNN TT NN NNN EEEE EEEE DD DD !! - DD DD OO OO NN NN TT NN NN EE EE D DD - DDDD OOOO NN NN TT NN NN EEEE EEEE DDDD !! - ================================================================ ** PLEASE REMOVE FOLLOWING LINES FROM %%X11BASE%%/bin/mozilla ** LD_PRELOAD=%%PREFIX%%/lib/pluginwrapper.so export LD_PRELOAD -================================================================ - DDDD OOOO NN NN TTTTTT NN NN EEEE EEEE DDDD !! - DD DD OO OO NNN NN TT NNN NN EE EE DD DD !! - DD DD OO OO NN NNN TT NN NNN EEEE EEEE DD DD !! - DD DD OO OO NN NN TT NN NN EE EE D DD - DDDD OOOO NN NN TT NN NN EEEE EEEE DDDD !! +** PLEASE CHANGE FOLLOWING LINES FROM /etc/libmap.conf ** +libpthread.so.0 liblthread.so.3 + to +libpthread.so.0 pluginwrapper/flash6.so + +================================================================ Setup your /etc/libmap.conf. |