diff options
author | adam <adam@pkgsrc.org> | 2005-07-25 10:56:48 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-07-25 10:56:48 +0000 |
commit | 875570bece15d5a791d8a98cc721849c7b743b99 (patch) | |
tree | 78b22f8c64092e5b1f7a273f8cfd89ea7e7f3625 /x11/fox | |
parent | 08cca7e324f532a93e20f29d1d1e681550c5a3a7 (diff) | |
download | pkgsrc-875570bece15d5a791d8a98cc721849c7b743b99.tar.gz |
Removed old patches
Diffstat (limited to 'x11/fox')
-rw-r--r-- | x11/fox/patches/patch-ab | 13 | ||||
-rw-r--r-- | x11/fox/patches/patch-ac | 13 | ||||
-rw-r--r-- | x11/fox/patches/patch-ad | 13 | ||||
-rw-r--r-- | x11/fox/patches/patch-ae | 23 |
4 files changed, 0 insertions, 62 deletions
diff --git a/x11/fox/patches/patch-ab b/x11/fox/patches/patch-ab deleted file mode 100644 index f1fc7d5e50b..00000000000 --- a/x11/fox/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.4 2003/08/29 10:16:12 xtraeme Exp $ - ---- Makefile.in.orig 2003-08-29 10:15:35.000000000 +0200 -+++ Makefile.in 2003-08-29 10:16:35.000000000 +0200 -@@ -92,7 +92,7 @@ - AUTOMAKE_OPTIONS = foreign dist-zip - #AUTOMAKE_OPTIONS = foreign dist-zip no-dependencies - --SUBDIRS = utils include src doc tests adie pathfinder calculator -+SUBDIRS = utils include src doc adie pathfinder calculator - EXTRA_DIST = ADDITIONS AUTHORS INSTALL LICENSE TRACING README fox.lsm index.html aclocal.m4 - - CLEANFILES = fox.tar.gz diff --git a/x11/fox/patches/patch-ac b/x11/fox/patches/patch-ac deleted file mode 100644 index 01399e962a1..00000000000 --- a/x11/fox/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.2 2003/08/29 10:16:12 xtraeme Exp $ - ---- doc/Makefile.in.orig 2003-08-29 10:16:59.000000000 +0200 -+++ doc/Makefile.in 2003-08-29 10:17:21.000000000 +0200 -@@ -87,7 +87,7 @@ - VERSION = @VERSION@ - X_BASE_LIBS = @X_BASE_LIBS@ - --htmldir = $(prefix)/@PACKAGE@/html -+htmldir = $(prefix)/share/doc/html/@PACKAGE@ - - SUBDIRS = art screenshots - diff --git a/x11/fox/patches/patch-ad b/x11/fox/patches/patch-ad deleted file mode 100644 index 76bc3bd907a..00000000000 --- a/x11/fox/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2003/08/29 10:16:12 xtraeme Exp $ - ---- doc/screenshots/Makefile.in.orig 2003-08-29 10:19:21.000000000 +0200 -+++ doc/screenshots/Makefile.in 2003-08-29 10:19:44.000000000 +0200 -@@ -87,7 +87,7 @@ - VERSION = @VERSION@ - X_BASE_LIBS = @X_BASE_LIBS@ - --screenshotsdir = $(prefix)/@PACKAGE@/html/screenshots -+screenshotsdir = $(prefix)/share/doc/html/@PACKAGE@/screenshots - - # Icons - SCREENSHOTS_FILES = adie_colors.jpg adie_del.jpg adie_edit.jpg adie_font.jpg adie.jpg adie_pat.jpg colordialog.png dirdialog.png filedialog.png fontdialog.png foxcalc.jpg foxcalc_prefdialog_01_small.jpg foxcalc_prefdialog_02_small.jpg foxcalc_prefdialog_03_small.jpg glview.png pathfinder.png printdialog.png replacedialog.png searchdialog.png table.png diff --git a/x11/fox/patches/patch-ae b/x11/fox/patches/patch-ae deleted file mode 100644 index cf5d8f85472..00000000000 --- a/x11/fox/patches/patch-ae +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-ae,v 1.3 2004/02/16 11:08:21 sketch Exp $ - ---- configure.orig 2003-07-27 01:06:00.000000000 +0100 -+++ configure 2004-02-16 10:14:25.688755000 +0000 -@@ -7149,6 +7149,9 @@ - elif $CXX -V 2>&1 | egrep 'Sun WorkShop 6' > /dev/null; then - echo "$ac_t""Forte6" 1>&6 - CXXFLAGS="${CXXFLAGS} -instances=global -features=anachronisms,no%conststrings" -+elif $CXX -V 2>&1 | egrep 'Forte Developer 7' > /dev/null; then -+echo "$ac_t""Forte7" 1>&6 -+CXXFLAGS="${CXXFLAGS} -instances=global -features=anachronisms,no%conststrings" - else - echo "$ac_t""no" 1>&6 - fi -@@ -7782,7 +7785,7 @@ - GL_TESTS="gltest glviewer" - if test "x$MESA" = "xHAVE_MESA" ; then - CXXFLAGS="${CXXFLAGS} -DHAVE_MESA" -- GL_LIBS="-lMesaGL -lMesaGLU" -+ GL_LIBS="-lGL -lGLU" - else - GL_LIBS="-lGL -lGLU" - fi |