summaryrefslogtreecommitdiff
path: root/math/xmgr/patches
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1999-02-10 12:54:26 +0000
committerfrueauf <frueauf@pkgsrc.org>1999-02-10 12:54:26 +0000
commit76f72150299041b9255dbc5952107ae18dcdefa3 (patch)
tree1aa337ce3a1981f1614b714d06293629f40f96dc /math/xmgr/patches
parent65ad3f060a4154f97e8a52dac4aa9c3ab009f2b5 (diff)
downloadpkgsrc-76f72150299041b9255dbc5952107ae18dcdefa3.tar.gz
Initial addition of xmgr-4.1.2, a powerful XY plotting tool for workstations
or X-terminals using X. Provided in pr 6752 by Rene Hexel, this version is from his rework after feedback, thanx!
Diffstat (limited to 'math/xmgr/patches')
-rw-r--r--math/xmgr/patches/patch-aa21
-rw-r--r--math/xmgr/patches/patch-ab12
-rw-r--r--math/xmgr/patches/patch-ac17
-rw-r--r--math/xmgr/patches/patch-ad17
-rw-r--r--math/xmgr/patches/patch-ae15
-rw-r--r--math/xmgr/patches/patch-af22
6 files changed, 104 insertions, 0 deletions
diff --git a/math/xmgr/patches/patch-aa b/math/xmgr/patches/patch-aa
new file mode 100644
index 00000000000..3d6ff668e64
--- /dev/null
+++ b/math/xmgr/patches/patch-aa
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/02/10 12:54:27 frueauf Exp $
+
+--- configure.orig Wed May 13 17:39:40 1998
++++ configure Wed Jan 6 18:21:26 1999
+@@ -1143,6 +1143,8 @@
+
+ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
+
++test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL} -m 555'
++
+ case "$INSTALL" in
+ /*) ;;
+ *) INSTALL=`pwd`/"$INSTALL" ;
+@@ -5395,6 +5397,7 @@
+ s%@CC@%$CC%g
+ s%@CPP@%$CPP%g
+ s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
++s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
+ s%@INSTALL_DATA@%$INSTALL_DATA%g
+ s%@RANLIB@%$RANLIB%g
+ s%@LN_S@%$LN_S%g
diff --git a/math/xmgr/patches/patch-ab b/math/xmgr/patches/patch-ab
new file mode 100644
index 00000000000..62a56feaeec
--- /dev/null
+++ b/math/xmgr/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1.1.1 1999/02/10 12:54:27 frueauf Exp $
+
+--- conf/Make.conf.in.orig Tue May 12 13:48:45 1998
++++ conf/Make.conf.in Wed Jan 6 17:54:31 1999
+@@ -58,6 +58,7 @@
+ # BSD install
+ INSTALL=@INSTALL@
+ INSTALL_PROGRAM=@INSTALL_PROGRAM@
++INSTALL_SCRIPT=@INSTALL_SCRIPT@
+ INSTALL_DATA=@INSTALL_DATA@
+ MKINSTALLDIRS=@MKINSTALLDIRS@
+
diff --git a/math/xmgr/patches/patch-ac b/math/xmgr/patches/patch-ac
new file mode 100644
index 00000000000..04bb992874e
--- /dev/null
+++ b/math/xmgr/patches/patch-ac
@@ -0,0 +1,17 @@
+$NetBSD: patch-ac,v 1.1.1.1 1999/02/10 12:54:27 frueauf Exp $
+
+--- examples/Makefile.orig Fri Nov 28 01:00:16 1997
++++ examples/Makefile Tue Feb 9 15:23:34 1999
+@@ -30,9 +30,9 @@
+ devclean : dummy
+
+ install : $(EXAMPLES) $(DOTEST)
+- $(MKINSTALLDIRS) $(GR_HOME)/examples
+- for i in $(EXAMPLES); do $(INSTALL_DATA) $$i $(GR_HOME)/examples; done
+- $(INSTALL_PROGRAM) $(DOTEST) $(GR_HOME)/examples/$(DOTEST)
++ ${MKINSTALLDIRS} ${PREFIX}/share/examples/${ACEGR}
++ for i in $(EXAMPLES); do $(INSTALL_DATA) $$i ${PREFIX}/share/examples/${ACEGR}; done
++ ${INSTALL_SCRIPT} ${DOTEST} ${PREFIX}/share/examples/${ACEGR}/${DOTEST}
+
+ links : dummy
+
diff --git a/math/xmgr/patches/patch-ad b/math/xmgr/patches/patch-ad
new file mode 100644
index 00000000000..e1a2aabc98b
--- /dev/null
+++ b/math/xmgr/patches/patch-ad
@@ -0,0 +1,17 @@
+$NetBSD: patch-ad,v 1.1.1.1 1999/02/10 12:54:27 frueauf Exp $
+
+--- auxiliary/Makefile.orig Fri Nov 28 01:00:55 1997
++++ auxiliary/Makefile Tue Feb 9 15:43:21 1999
+@@ -20,9 +20,9 @@
+ devclean : dummy
+
+ install : $(AUXILIARIES) fdf2fit
+- $(MKINSTALLDIRS) $(GR_HOME)/auxiliary
+- for i in $(AUXILIARIES); do $(INSTALL_DATA) $$i $(GR_HOME)/auxiliary; done
+- $(INSTALL_PROGRAM) fdf2fit $(GR_HOME)/auxiliary
++ ${MKINSTALLDIRS} ${PREFIX}/share/${ACEGR}
++ for i in ${AUXILIARIES}; do ${INSTALL_DATA} $$i ${PREFIX}/share/${ACEGR}; done
++ ${INSTALL_SCRIPT} fdf2fit ${PREFIX}/bin
+
+ tests : dummy
+
diff --git a/math/xmgr/patches/patch-ae b/math/xmgr/patches/patch-ae
new file mode 100644
index 00000000000..75c4783327b
--- /dev/null
+++ b/math/xmgr/patches/patch-ae
@@ -0,0 +1,15 @@
+$NetBSD: patch-ae,v 1.1.1.1 1999/02/10 12:54:27 frueauf Exp $
+
+--- doc/Makefile.orig Mon Dec 1 01:33:13 1997
++++ doc/Makefile Tue Feb 9 15:21:16 1999
+@@ -25,8 +25,8 @@
+ devclean : dummy
+
+ install : $(DOCS)
+- $(MKINSTALLDIRS) $(GR_HOME)/doc
+- for i in $(DOCS); do $(INSTALL_DATA) $$i $(GR_HOME)/doc; done
++ $(MKINSTALLDIRS) ${PREFIX}/share/doc/${ACEGR}
++ for i in $(DOCS); do $(INSTALL_DATA) $$i ${PREFIX}/share/doc/${ACEGR}; done
+
+ links : dummy
+
diff --git a/math/xmgr/patches/patch-af b/math/xmgr/patches/patch-af
new file mode 100644
index 00000000000..397d0d3d71a
--- /dev/null
+++ b/math/xmgr/patches/patch-af
@@ -0,0 +1,22 @@
+$NetBSD: patch-af,v 1.1.1.1 1999/02/10 12:54:27 frueauf Exp $
+
+--- src/helpwin.c.orig Tue Nov 18 15:32:04 1997
++++ src/helpwin.c Tue Feb 9 15:34:13 1999
+@@ -44,7 +44,7 @@
+ errmsg(buf);
+ } else {
+ /* xmhelp doesn't like "file://localhost/" prefix */
+- sprintf(URL, "file:%s/doc/%s", xmgrdir, ha);
++ sprintf(URL, "file:%s/share/doc/xmgr/%s", xmgrdir, ha);
+ get_help(w, (XtPointer) URL, ha);
+ }
+ #else /* usual HTML browser */
+@@ -52,7 +52,7 @@
+ if (strstr(ha, "http:")) {
+ strcpy(URL, ha);
+ } else {
+- sprintf(URL, "file://localhost%s/doc/%s", xmgrdir, ha);
++ sprintf(URL, "file://localhost%s/share/doc/xmgr/%s", xmgrdir, ha);
+ }
+
+ len = strlen(help_viewer);