summaryrefslogtreecommitdiff
path: root/math/thx_1138/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-09-18 00:43:30 +0000
committerSteve Price <steve@FreeBSD.org>2000-09-18 00:43:30 +0000
commit516bfa948a505dbbdfca3a0178108750d665b4fd (patch)
tree99eca17afd91e7b13e09795b1976a59b37361f41 /math/thx_1138/files
parentAdding arrow version 1.0.8. (diff)
Adding thx_1138 version 1.0.5.
A calculator that includes plotting capabilities. PR: 19291 Submitted by: Mario S F Ferreira <lioux@linf.unb.br>
Notes
Notes: svn path=/head/; revision=32792
Diffstat (limited to 'math/thx_1138/files')
-rw-r--r--math/thx_1138/files/patch-aa28
-rw-r--r--math/thx_1138/files/patch-ab29
2 files changed, 57 insertions, 0 deletions
diff --git a/math/thx_1138/files/patch-aa b/math/thx_1138/files/patch-aa
new file mode 100644
index 000000000000..18be5d2d2db3
--- /dev/null
+++ b/math/thx_1138/files/patch-aa
@@ -0,0 +1,28 @@
+--- Makefile.orig Sat Sep 11 17:44:38 1999
++++ Makefile Wed Jun 14 01:07:15 2000
+@@ -262,25 +262,11 @@
+ freebsd2.x: prep
+ @ln -s sys/FreeBSD-2.x_g++ \
+ include/make/jx_config
+- @ln -s ../../include/missing_proto/jMissingProto_empty.h \
+- include/jcore/jMissingProto.h
+- @ln -s config-freebsd.h \
+- ACE/ACE_wrappers/ace/config.h
+- @ln -s platform_freebsd.GNU \
+- ACE/ACE_wrappers/include/makeinclude/platform_macros.GNU
+- @${INSTALL_CMD}
+
+ .PHONY : freebsd3.x
+ freebsd3.x: prep
+ @ln -s sys/FreeBSD-3.x_g++ \
+ include/make/jx_config
+- @ln -s ../../include/missing_proto/jMissingProto_empty.h \
+- include/jcore/jMissingProto.h
+- @ln -s config-freebsd-pthread.h \
+- ACE/ACE_wrappers/ace/config.h
+- @ln -s platform_freebsd_pthread.GNU \
+- ACE/ACE_wrappers/include/makeinclude/platform_macros.GNU
+- @${INSTALL_CMD}
+
+ #
+ # SunOS 4.x
diff --git a/math/thx_1138/files/patch-ab b/math/thx_1138/files/patch-ab
new file mode 100644
index 000000000000..ece2573e263d
--- /dev/null
+++ b/math/thx_1138/files/patch-ab
@@ -0,0 +1,29 @@
+--- programs/thx-1138/Make.header.orig Thu Jun 15 00:07:41 2000
++++ programs/thx-1138/Make.header Thu Jun 15 00:08:06 2000
+@@ -47,17 +47,6 @@
+
+ # library dependencies
+
+-ifdef J_BUILD_SHARED_LIB
+- LIB_DEPS := ${JLIBDIR}/libjcore-${JX_LIB_VERSION}.so \
+- ${JLIBDIR}/libjx-${JX_LIB_VERSION}.so \
+- ${JLIBDIR}/libjparser-${JPARSER_LIB_VERSION}.so \
+- ${JLIBDIR}/libj2dplot-${J2DPLOT_LIB_VERSION}.so
+-else
+- LIB_DEPS := ${JLIBDIR}/libjcore-${JX_LIB_VERSION}.a \
+- ${JLIBDIR}/libjx-${JX_LIB_VERSION}.a \
+- ${JLIBDIR}/libjparser-${JPARSER_LIB_VERSION}.a \
+- ${JLIBDIR}/libj2dplot-${J2DPLOT_LIB_VERSION}.a
+-endif
+
+ # make variables
+
+@@ -68,7 +57,7 @@
+ #####
+
+ .PHONY : default
+-default: libs thx-1138
++default: thx-1138
+
+ .PHONY : Makefiles
+ Makefiles: