summaryrefslogtreecommitdiff
path: root/www/nspluginwrapper-devel/files
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2013-03-19 19:22:16 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2013-03-19 19:22:16 +0000
commit320de0535ed0d2aa88f54375c1463308499162dd (patch)
tree90ab4101d40c66214ca73b57f5beaa6aba13bf43 /www/nspluginwrapper-devel/files
parentUpdate syslog_support patch with module-specific changes. (diff)
Remove obsolete www/nspluginwrapper-devel.
Notes
Notes: svn path=/head/; revision=314680
Diffstat (limited to 'www/nspluginwrapper-devel/files')
-rw-r--r--www/nspluginwrapper-devel/files/npviewer.in5
-rw-r--r--www/nspluginwrapper-devel/files/patch-configure18
-rw-r--r--www/nspluginwrapper-devel/files/patch-src-npw-config.c33
3 files changed, 0 insertions, 56 deletions
diff --git a/www/nspluginwrapper-devel/files/npviewer.in b/www/nspluginwrapper-devel/files/npviewer.in
deleted file mode 100644
index faff54f180ca..000000000000
--- a/www/nspluginwrapper-devel/files/npviewer.in
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-TARGET_OS=linux
-TARGET_ARCH=i386
-ulimit -s 32768 2>/dev/null
-. %%NSPLUGINWRAPPER%%/noarch/npviewer.sh
diff --git a/www/nspluginwrapper-devel/files/patch-configure b/www/nspluginwrapper-devel/files/patch-configure
deleted file mode 100644
index 4be5021e557c..000000000000
--- a/www/nspluginwrapper-devel/files/patch-configure
+++ /dev/null
@@ -1,18 +0,0 @@
---- configure.orig 2009-01-02 11:54:10.000000000 +0300
-+++ configure 2009-01-09 05:42:24.000000000 +0300
-@@ -6,13 +6,8 @@
- PACKAGE=nspluginwrapper
-
- # set temporary file name
--if test ! -z "$TMPDIR" ; then
-- TMPDIR1="${TMPDIR}"
--elif test ! -z "$TEMPDIR" ; then
-- TMPDIR1="${TEMPDIR}"
--else
-- TMPDIR1="/tmp"
--fi
-+mkdir -p tmp
-+TMPDIR1="./tmp"
-
- TMPC="${TMPDIR1}/npw-conf-${RANDOM}-$$-${RANDOM}.c"
- TMPO="${TMPDIR1}/npw-conf-${RANDOM}-$$-${RANDOM}.o"
diff --git a/www/nspluginwrapper-devel/files/patch-src-npw-config.c b/www/nspluginwrapper-devel/files/patch-src-npw-config.c
deleted file mode 100644
index b14462ac2fef..000000000000
--- a/www/nspluginwrapper-devel/files/patch-src-npw-config.c
+++ /dev/null
@@ -1,33 +0,0 @@
---- src/npw-config.c.orig 2011-04-23 14:47:21.000000000 -0400
-+++ src/npw-config.c 2011-04-25 17:46:44.000000000 -0400
-@@ -186,8 +186,9 @@
- #if defined(__FreeBSD__)
- {
- static const char *freebsd_dirs[] = {
-- "/usr/X11R6/" LIB "/browser_plugins",
-- "/usr/X11R6/" LIB "/firefox/plugins",
-+ "%%LOCALBASE%%/" LIB "/browser_plugins",
-+ "%%LOCALBASE%%/" LIB "/firefox/plugins",
-+ "%%LOCALBASE%%/" LIB "/seamonkey/plugins",
- };
- dirs = freebsd_dirs;
- }
-@@ -283,11 +284,13 @@
- "/usr/lib32/nsbrowser/plugins", // XXX how unfortunate
- "/usr/lib64/nsbrowser/plugins",
- #if defined(__FreeBSD__)
-- "/usr/X11R6/lib/browser_plugins",
-- "/usr/X11R6/lib/firefox/plugins",
-- "/usr/X11R6/lib/linux-mozilla/plugins",
-- "/usr/local/lib/npapi/linux-flashplugin",
-- "/usr/X11R6/Adobe/Acrobat7.0/ENU/Browser/intellinux",
-+ "%%LOCALBASE%%/lib/browser_plugins",
-+ "%%LOCALBASE%%/lib/firefox/plugins",
-+ "%%LOCALBASE%%/lib/seamonkey/plugins",
-+ "%%LOCALBASE%%/lib/npapi/linux-flashplugin",
-+ "%%LOCALBASE%%/lib/npapi/linux-f10-flashplugin",
-+ "%%LOCALBASE%%/Adobe/Acrobat7.0/ENU/Browser/intellinux",
-+ "%%LOCALBASE%%/Adobe/Reader8/ENU/Adobe/Reader8/Browser/intellinux",
- #endif
- #if defined(__DragonFly__)
- "/usr/pkg/lib/netscape/plugins",