summaryrefslogtreecommitdiff
path: root/wm/windowmaker/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-12-12 02:03:46 +0000
committerwiz <wiz@pkgsrc.org>2000-12-12 02:03:46 +0000
commitb48aa2febfd565b99592854d7cbeaa9c59ec76e9 (patch)
tree0386b8c653f44899ccf3b63ba89ad7c5638f4887 /wm/windowmaker/patches
parenta32b3a56553677e14a448f1a16a11a4a984b3574 (diff)
downloadpkgsrc-b48aa2febfd565b99592854d7cbeaa9c59ec76e9.tar.gz
Add new category wm for window managers, and move lots of package from
x11 here. Only changes are: `wm' in category added and some paths fixed.
Diffstat (limited to 'wm/windowmaker/patches')
-rw-r--r--wm/windowmaker/patches/patch-aa31
-rw-r--r--wm/windowmaker/patches/patch-ab39
-rw-r--r--wm/windowmaker/patches/patch-ac13
-rw-r--r--wm/windowmaker/patches/patch-ad40
4 files changed, 123 insertions, 0 deletions
diff --git a/wm/windowmaker/patches/patch-aa b/wm/windowmaker/patches/patch-aa
new file mode 100644
index 00000000000..7d07d26b1a9
--- /dev/null
+++ b/wm/windowmaker/patches/patch-aa
@@ -0,0 +1,31 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $
+
+--- doc/Makefile.am.orig Sun May 2 23:23:10 1999
++++ doc/Makefile.am Sun Jun 4 02:00:27 2000
+@@ -1,16 +1,16 @@
+ ## Process this file with automake to produce Makefile.in
+
+ man_MANS = \
+- geticonset.1x \
+- setstyle.1x \
+- wxpaste.1x \
+- getstyle.1x \
+- wdwrite.1x \
+- wmsetbg.1x \
+- wsetfont.1x \
+- seticons.1x \
+- wmaker.1x \
+- wxcopy.1x
++ geticonset.1 \
++ setstyle.1 \
++ wxpaste.1 \
++ getstyle.1 \
++ wdwrite.1 \
++ wmsetbg.1 \
++ wsetfont.1 \
++ seticons.1 \
++ wmaker.1 \
++ wxcopy.1
+
+ EXTRA_DIST = $(man_MANS)
+
diff --git a/wm/windowmaker/patches/patch-ab b/wm/windowmaker/patches/patch-ab
new file mode 100644
index 00000000000..92bc2c2afd5
--- /dev/null
+++ b/wm/windowmaker/patches/patch-ab
@@ -0,0 +1,39 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $
+
+--- configure.in.orig Fri Mar 31 06:36:55 2000
++++ configure.in Sun Apr 2 12:03:24 2000
+@@ -256,29 +256,11 @@
+ supported_locales="cs de es fr gl it ja ko nl no pt ru se tr fi hr el pl ro da zh_TW.Big5 zh_CN sk"
+ supported_wprefs_locales="pt hr fr ko ja cs zh_TW.Big5 es zh_CN fi it ru de"
+
+-for lang in $LINGUAS; do
+- ok=0
+- for l in $supported_locales; do
+- if test "$l" = "$lang"; then
+- ok=1
+- break
+- fi
+- done
+- if test "$ok" = 1; then
+- MOFILES="$MOFILES $lang.mo"
+- else
+- echo "Locale $lang is not supported."
+- fi
+- ok=0
+- for l in $supported_wprefs_locales; do
+- if test "$l" = "$lang"; then
+- ok=1
+- break
+- fi
+- done
+- if test "$ok" = 1; then
+- WPMOFILES="$WPMOFILES $lang.mo"
+- fi
++for lang in $supported_locales; do
++ MOFILES="$MOFILES $lang.mo"
++done
++for lang in $supported_wprefs_locales; do
++ WPMOFILES="$WPMOFILES $lang.mo"
+ done
+
+
diff --git a/wm/windowmaker/patches/patch-ac b/wm/windowmaker/patches/patch-ac
new file mode 100644
index 00000000000..17ec5c7eb23
--- /dev/null
+++ b/wm/windowmaker/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $
+
+--- wrlib/Makefile.am.orig Fri Mar 24 02:16:03 2000
++++ wrlib/Makefile.am Sun Jun 4 01:22:53 2000
+@@ -4,7 +4,7 @@
+
+ lib_LTLIBRARIES = libwraster.la
+
+-libwraster_la_LDFLAGS = -version-info 2:0:0
++libwraster_la_LDFLAGS = @LIBRARY_SEARCH_PATH@ @GFXLIBS@ @XLIBS@ -lm -version-info 2:0:0
+
+ bin_SCRIPTS = get-wraster-flags
+
diff --git a/wm/windowmaker/patches/patch-ad b/wm/windowmaker/patches/patch-ad
new file mode 100644
index 00000000000..69cbdcb07bb
--- /dev/null
+++ b/wm/windowmaker/patches/patch-ad
@@ -0,0 +1,40 @@
+$NetBSD: patch-ad,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $
+
+--- wrlib/x86_specific.c.orig Wed Feb 16 19:22:46 2000
++++ wrlib/x86_specific.c Sat Apr 8 08:28:23 2000
+@@ -175,7 +175,11 @@
+ "movl 16(%ebp), %eax \n" //
+ "movl %eax, -32(%ebp) \n" // [-32] = eerr
+
++#ifdef __ELF__
+ ".align 16 \n"
++#else
++ ".align 4 \n"
++#endif
+ ".LoopXa: \n"
+
+ // calculate errors and pixel components
+@@ -382,7 +386,11 @@
+ "movl 16(%ebp), %eax \n" //
+ "movl %eax, -32(%ebp) \n" // [-32] = eerr
+
++#ifdef __ELF__
+ ".align 16 \n"
++#else
++ ".align 4 \n"
++#endif
+
+ "movl %eax, -4(%ebp) \n" // x = w1
+ ".LoopX_1c: \n"
+@@ -502,7 +510,11 @@
+ "movl $0, (%ecx) \n" // init error of nerr[0] to 0
+
+
++#ifdef __ELF__
+ ".align 16 \n"
++#else
++ ".align 4 \n"
++#endif
+ ".LoopXb: \n"
+
+