diff options
author | pav <pav@FreeBSD.org> | 2005-04-20 20:13:54 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-20 20:13:54 +0800 |
commit | 6a1bd54c42f408ead08d9b400ec7f1c1a67c10a9 (patch) | |
tree | ddf444ec373e96bf1620d6026c491d3b640112e0 /www | |
parent | d33a82612f117f9b7cdd286a445290f42ded0ebe (diff) | |
download | freebsd-ports-gnome-6a1bd54c42f408ead08d9b400ec7f1c1a67c10a9.tar.gz freebsd-ports-gnome-6a1bd54c42f408ead08d9b400ec7f1c1a67c10a9.tar.zst freebsd-ports-gnome-6a1bd54c42f408ead08d9b400ec7f1c1a67c10a9.zip |
- Remove, www/flashplugin-mozilla does same job.
Submitted by: flashplugin-mozilla-devel maintainer
Approved by: flashplugin-firefox maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 2 | ||||
-rw-r--r-- | www/flashplugin-firefox/Makefile | 40 | ||||
-rw-r--r-- | www/flashplugin-firefox/distinfo | 2 | ||||
-rw-r--r-- | www/flashplugin-firefox/files/patch-plugin.c | 23 | ||||
-rw-r--r-- | www/flashplugin-firefox/pkg-descr | 5 | ||||
-rw-r--r-- | www/flashplugin-firefox/pkg-plist | 2 | ||||
-rw-r--r-- | www/flashplugin-mozilla-devel/Makefile | 15 |
7 files changed, 0 insertions, 89 deletions
diff --git a/www/Makefile b/www/Makefile index d4cdebe0c251..3d67e32c5d18 100644 --- a/www/Makefile +++ b/www/Makefile @@ -111,9 +111,7 @@ SUBDIR += firefox SUBDIR += firefox-remote SUBDIR += flashplugin - SUBDIR += flashplugin-firefox SUBDIR += flashplugin-mozilla - SUBDIR += flashplugin-mozilla-devel SUBDIR += flashpluginwrapper SUBDIR += flood SUBDIR += formication diff --git a/www/flashplugin-firefox/Makefile b/www/flashplugin-firefox/Makefile deleted file mode 100644 index 6f93534d19b8..000000000000 --- a/www/flashplugin-firefox/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: flashplugin-firefox -# Date created: 16.07.2004 -# Whom: Roman Y. Bogdanov <sam@brj.pp.ru> -# -# $FreeBSD$ -# - -PORTNAME?= flashplugin-firefox -PORTVERSION= 0.4.12 -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gplflash -DISTNAME= gplflash-${PORTVERSION} - -MAINTAINER= sam@brj.pp.ru -COMMENT= A GPL standalone Flash (TM) plugin for FireFox web browser - -LIB_DEPENDS= flash.0:${PORTSDIR}/graphics/libflash -RUN_DEPENDS?= firefox:${PORTSDIR}/www/firefox - -WRKSRC= ${WRKDIR}/${DISTNAME}/plugin - -USE_BZIP2= yes -USE_REINPLACE= yes -USE_X_PREFIX= yes -PLUGIN_DIR?= lib/firefox/plugins -PLIST_SUB+= PLUGIN_DIR=${PLUGIN_DIR} -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-plugin-dir="${PREFIX}/${PLUGIN_DIR}" -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_WRKSRC= ${WRKDIR}/${DISTNAME} - -post-patch: - @${REINPLACE_CMD} -e "s,-L../lib/.libs,-L${LOCALBASE}/lib," \ - -e "s/libnpflash.so.0.0.0/libnpflash.so.0/" \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/www/flashplugin-firefox/distinfo b/www/flashplugin-firefox/distinfo deleted file mode 100644 index 9343a34ff8a0..000000000000 --- a/www/flashplugin-firefox/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gplflash-0.4.12.tar.bz2) = 7d53803486b255665a80cd834ee3c463 -SIZE (gplflash-0.4.12.tar.bz2) = 378727 diff --git a/www/flashplugin-firefox/files/patch-plugin.c b/www/flashplugin-firefox/files/patch-plugin.c deleted file mode 100644 index 74c3d9f84b41..000000000000 --- a/www/flashplugin-firefox/files/patch-plugin.c +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD$ - -*** plugin.c.old Mon Jun 12 10:24:09 2000 ---- plugin.c Mon Sep 30 00:48:40 2002 -*************** -*** 193,198 **** ---- 193,207 ---- - XSync(This->dpy,False); - XFreePixmap(This->dpy, This->canvas); - shmdt(This->segInfo.shmaddr); -+ #ifndef linux -+ { -+ struct shmid_ds buf; -+ -+ if (shmctl(This->segInfo.shmid, IPC_RMID, &buf) < 0) { -+ perror("shmctl"); -+ } -+ } -+ #endif - - FlashClose(This->fh); - This->fh = 0; diff --git a/www/flashplugin-firefox/pkg-descr b/www/flashplugin-firefox/pkg-descr deleted file mode 100644 index 1982f8c4b438..000000000000 --- a/www/flashplugin-firefox/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is GPL standalone Flash (TM) Plugin, that comes with FlashLib -(libflash) distribution. - -Author: Olivier Debon <olivier@debon.net> -WWW: http://gplflash.sourceforge.net/ diff --git a/www/flashplugin-firefox/pkg-plist b/www/flashplugin-firefox/pkg-plist deleted file mode 100644 index c8ebfc6508dd..000000000000 --- a/www/flashplugin-firefox/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -%%PLUGIN_DIR%%/libnpflash.so -@unexec rmdir %D/%%PLUGIN_DIR%% 2>/dev/null || true diff --git a/www/flashplugin-mozilla-devel/Makefile b/www/flashplugin-mozilla-devel/Makefile deleted file mode 100644 index 2d29002fff17..000000000000 --- a/www/flashplugin-mozilla-devel/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# New ports collection makefile for: flashplugin-mozilla-devel -# Date created: 29 September 2002 -# Whom: Leland Wang <llwang@infor.org> -# -# $FreeBSD$ -# - -PORTNAME= flashplugin-mozilla-devel - -RUN_DEPENDS= mozilla:${PORTSDIR}/www/mozilla-devel - -PLUGIN_DIR= lib/mozilla-devel/plugins -MASTERDIR= ${.CURDIR}/../flashplugin-mozilla - -.include "${MASTERDIR}/Makefile" |