aboutsummaryrefslogtreecommitdiff
path: root/math/asir2000/files
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-01-28 01:39:12 +0000
committerRene Ladan <rene@FreeBSD.org>2018-01-28 01:39:12 +0000
commit0c387f0d995967a46438500c2697a6f673906f21 (patch)
tree271ffac063b0758f690c44a25282dc5c5c1a9e8f /math/asir2000/files
parente81ca34eba8548d42016d3a9fb27e545373e6222 (diff)
downloadports-0c387f0d995967a46438500c2697a6f673906f21.tar.gz
ports-0c387f0d995967a46438500c2697a6f673906f21.zip
Notes
Diffstat (limited to 'math/asir2000/files')
-rw-r--r--math/asir2000/files/patch-Makefile.am72
-rw-r--r--math/asir2000/files/patch-asm_Makefile.am10
-rw-r--r--math/asir2000/files/patch-builtin_Makefile.am10
-rw-r--r--math/asir2000/files/patch-engine_Makefile.am10
-rw-r--r--math/asir2000/files/patch-fft_Makefile.am10
-rw-r--r--math/asir2000/files/patch-include_version.h8
-rw-r--r--math/asir2000/files/patch-io_Makefile.am10
-rw-r--r--math/asir2000/files/patch-lib_Makefile.am10
-rw-r--r--math/asir2000/files/patch-plot_Makefile.am10
9 files changed, 0 insertions, 150 deletions
diff --git a/math/asir2000/files/patch-Makefile.am b/math/asir2000/files/patch-Makefile.am
deleted file mode 100644
index f2d0c3835126..000000000000
--- a/math/asir2000/files/patch-Makefile.am
+++ /dev/null
@@ -1,72 +0,0 @@
---- Makefile.am.orig 2009-03-04 18:15:36.000000000 +0900
-+++ Makefile.am 2011-08-08 15:35:03.000000000 +0900
-@@ -9,7 +9,8 @@
-
- SUBDIRS = asm builtin engine fft include io lib parse ${PLOTDIR}
-
--asirdir = ${libdir}/asir
-+bindir = ${prefix}/bin
-+asirdir = ${bindir}
- asir_PROGRAMS = asir
- asir_SOURCES = parse/main.c
- asir_LDADD = libasir.a @ASIR_GCLIB@
-@@ -90,33 +91,34 @@
- ${INSTALL_DATA} libasir-gc.a ${DESTDIR}${libdir}/libasir-gc.a
-
- install-openxm: asir${EXEEXT} install-libasir install-libasir-gc
-- -mkdir -p ${DESTDIR}${bindir}
-- ${INSTALL_PROGRAM} asir ${DESTDIR}${bindir}
-- -mkdir -p ${DESTDIR}${asirdir}
-- (cd ${top_srcdir}/lib; ${MAKE} install-doc install-lib)
-- -rm -f ${DESTDIR}${bindir}/ox_asir${EXEEXT}
-- (cd ${DESTDIR}${bindir} ; ${LN_S} asir${EXEEXT} ox_asir${EXEEXT})
-- -(cd ${DESTDIR}${asirdir}; \
-- rm -f asir${EXEEXT} ox_asir${EXEEXT} ox_launch${EXEEXT} ox_plot${EXEEXT})
-- (cd ${DESTDIR}${asirdir} ; \
-- ${LN_S} ../../bin/asir${EXEEXT} asir${EXEEXT} ; \
-- ${LN_S} asir${EXEEXT} ox_asir${EXEEXT} ; \
-- ${LN_S} asir${EXEEXT} ox_launch${EXEEXT} ; \
-- ${LN_S} asir${EXEEXT} ox_plot${EXEEXT})
-- (cd ${top_srcdir}/include; ${MAKE} install)
-- (cd ${top_srcdir}/parse; ${MAKE} install)
-+ ${INSTALL_PROGRAM} ${asir_PROGRAMS} /usr/local/bin
-+# -mkdir -p ${DESTDIR}${bindir}
-+# ${INSTALL_PROGRAM} asir /usr/local/bin
-+# -mkdir -p ${DESTDIR}${asirdir}
-+# (cd ${top_srcdir}/lib; ${MAKE} install-doc install-lib)
-+# -rm -f ${DESTDIR}${bindir}/ox_asir${EXEEXT}
-+# (cd ${DESTDIR}${bindir} ; ${LN_S} asir${EXEEXT} ox_asir${EXEEXT})
-+# -(cd ${DESTDIR}${asirdir}; \
-+# rm -f asir${EXEEXT} ox_asir${EXEEXT} ox_launch${EXEEXT} ox_plot${EXEEXT})
-+# (cd ${DESTDIR}${asirdir} ; \
-+# ${LN_S} ../../bin/asir${EXEEXT} asir${EXEEXT} ; \
-+# ${LN_S} asir${EXEEXT} ox_asir${EXEEXT} ; \
-+# ${LN_S} asir${EXEEXT} ox_launch${EXEEXT} ; \
-+# ${LN_S} asir${EXEEXT} ox_plot${EXEEXT})
-+# (cd ${top_srcdir}/include; ${MAKE} install)
-+# (cd ${top_srcdir}/parse; ${MAKE} install)
-
- install-lib:
-- (cd ${top_srcdir}/lib; ${MAKE} install-lib)
-- -(cd ${DESTDIR}${asirdir}; \
-- rm -f ox_asir${EXEEXT} ox_launch${EXEEXT} ox_plot${EXEEXT})
-- (cd ${DESTDIR}${asirdir} ; \
-- ${LN_S} asir${EXEEXT} ox_asir${EXEEXT} ; \
-- ${LN_S} asir${EXEEXT} ox_launch${EXEEXT} ; \
-- ${LN_S} asir${EXEEXT} ox_plot${EXEEXT})
-- -mkdir -p ${DESTDIR}${bindir}
-- -rm -f ${DESTDIR}${bindir}/asir${EXEEXT}
-- (cd ${DESTDIR}${bindir} ; ${LN_S} ../lib/asir/asir${EXEEXT} asir${EXEEXT})
-+# (cd ${top_srcdir}/lib; ${MAKE} install-lib)
-+# -(cd ${DESTDIR}${asirdir}; \
-+# rm -f ox_asir${EXEEXT} ox_launch${EXEEXT} ox_plot${EXEEXT})
-+# (cd ${DESTDIR}${asirdir} ; \
-+# ${LN_S} asir${EXEEXT} ox_asir${EXEEXT} ; \
-+# ${LN_S} asir${EXEEXT} ox_launch${EXEEXT} ; \
-+# ${LN_S} asir${EXEEXT} ox_plot${EXEEXT})
-+# -mkdir -p ${DESTDIR}${bindir}
-+# -rm -f ${DESTDIR}${bindir}/asir${EXEEXT}
-+# (cd ${DESTDIR}${bindir} ; ${LN_S} ../lib/asir/asir${EXEEXT} asir${EXEEXT})
-
- install-doc:
- (cd ${top_srcdir}/lib; ${MAKE} install-doc)
diff --git a/math/asir2000/files/patch-asm_Makefile.am b/math/asir2000/files/patch-asm_Makefile.am
deleted file mode 100644
index 0d9799642177..000000000000
--- a/math/asir2000/files/patch-asm_Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
---- asm/Makefile.am.orig 2009-02-13 22:21:19.000000000 +0900
-+++ asm/Makefile.am 2011-08-08 14:23:31.000000000 +0900
-@@ -1,6 +1,6 @@
- ## $OpenXM: OpenXM_contrib2/asir2000/asm/Makefile.am,v 1.4 2009/02/13 13:21:19 ohara Exp $
-
--asirdir = ${prefix}/lib/asir
-+asirdir = ${prefix}/share/asir
- DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
- INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
- -I${top_srcdir}/gc/include \
diff --git a/math/asir2000/files/patch-builtin_Makefile.am b/math/asir2000/files/patch-builtin_Makefile.am
deleted file mode 100644
index 5fa557d69f33..000000000000
--- a/math/asir2000/files/patch-builtin_Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
---- builtin/Makefile.am.orig 2011-08-08 14:24:27.000000000 +0900
-+++ builtin/Makefile.am 2011-08-08 14:24:41.000000000 +0900
-@@ -1,6 +1,6 @@
- ## $OpenXM: OpenXM_contrib2/asir2000/builtin/Makefile.am,v 1.9 2009/02/13 13:21:19 ohara Exp $
-
--asirdir = ${prefix}/lib/asir
-+asirdir = ${prefix}/share/asir
- DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
- INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
- -I${top_srcdir}/gc/include \
diff --git a/math/asir2000/files/patch-engine_Makefile.am b/math/asir2000/files/patch-engine_Makefile.am
deleted file mode 100644
index 87da9a56fcb6..000000000000
--- a/math/asir2000/files/patch-engine_Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
---- engine/Makefile.am.orig 2011-08-08 14:25:27.000000000 +0900
-+++ engine/Makefile.am 2011-08-08 14:25:38.000000000 +0900
-@@ -1,6 +1,6 @@
- ## $OpenXM: OpenXM_contrib2/asir2000/engine/Makefile.am,v 1.9 2009/02/13 13:21:19 ohara Exp $
-
--asirdir = ${prefix}/lib/asir
-+asirdir = ${prefix}/share/asir
- DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
- INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
- -I${top_srcdir}/gc/include \
diff --git a/math/asir2000/files/patch-fft_Makefile.am b/math/asir2000/files/patch-fft_Makefile.am
deleted file mode 100644
index 3713156e3edc..000000000000
--- a/math/asir2000/files/patch-fft_Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
---- fft/Makefile.am.orig 2011-08-08 14:26:18.000000000 +0900
-+++ fft/Makefile.am 2011-08-08 14:26:27.000000000 +0900
-@@ -1,6 +1,6 @@
- ## $OpenXM: OpenXM_contrib2/asir2000/fft/Makefile.am,v 1.4 2009/02/13 13:21:19 ohara Exp $
-
--asirdir = ${prefix}/lib/asir
-+asirdir = ${prefix}/share/asir
- DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
- INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
- -I${top_srcdir}/gc/include \
diff --git a/math/asir2000/files/patch-include_version.h b/math/asir2000/files/patch-include_version.h
deleted file mode 100644
index 6a8fd9f2e5eb..000000000000
--- a/math/asir2000/files/patch-include_version.h
+++ /dev/null
@@ -1,8 +0,0 @@
---- include/version.h.orig 2014-08-19 15:35:02.000000000 +0900
-+++ include/version.h 2014-08-25 02:37:52.000000000 +0900
-@@ -48,4 +48,4 @@
- * $OpenXM: OpenXM_contrib2/asir2000/include/version.h,v 1.366 2014/08/19 06:35:02 noro Exp $
- */
- #define ASIR_VERSION 20140819
--#define ASIR_DISTRIBUTION "Kobe"
-+#define ASIR_DISTRIBUTION "Plotting Group"
diff --git a/math/asir2000/files/patch-io_Makefile.am b/math/asir2000/files/patch-io_Makefile.am
deleted file mode 100644
index c37369227ab7..000000000000
--- a/math/asir2000/files/patch-io_Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
---- io/Makefile.am.orig 2011-08-08 14:26:59.000000000 +0900
-+++ io/Makefile.am 2011-08-08 14:27:11.000000000 +0900
-@@ -1,6 +1,6 @@
- ## $OpenXM: OpenXM_contrib2/asir2000/io/Makefile.am,v 1.4 2009/02/13 13:21:20 ohara Exp $
-
--asirdir = ${prefix}/lib/asir
-+asirdir = ${prefix}/share/asir
- DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
- INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
- -I${top_srcdir}/gc/include \
diff --git a/math/asir2000/files/patch-lib_Makefile.am b/math/asir2000/files/patch-lib_Makefile.am
deleted file mode 100644
index a60dc4752a8f..000000000000
--- a/math/asir2000/files/patch-lib_Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
---- lib/Makefile.am.orig 2011-08-08 14:38:10.000000000 +0900
-+++ lib/Makefile.am 2011-08-08 14:38:35.000000000 +0900
-@@ -1,6 +1,6 @@
- ## $OpenXM: OpenXM_contrib2/asir2000/lib/Makefile.am,v 1.12 2009/02/22 16:51:36 ohara Exp $
-
--asirdir = ${libdir}/asir
-+asirdir = ${datadir}/asir
- RR = alpi bfct bgk const cyclic defs.h dfff dmul dmul102 fctrdata fctrtest \
- fff glib gr ifplot katsura mat nf num primdec primdec_lex \
- ratint robot solve sp sturm sym xm primdec_mod weight
diff --git a/math/asir2000/files/patch-plot_Makefile.am b/math/asir2000/files/patch-plot_Makefile.am
deleted file mode 100644
index ececb50d8fc6..000000000000
--- a/math/asir2000/files/patch-plot_Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
---- plot/Makefile.am.orig 2009-02-13 22:21:20.000000000 +0900
-+++ plot/Makefile.am 2011-08-08 14:21:28.000000000 +0900
-@@ -1,6 +1,6 @@
- ## $OpenXM: OpenXM_contrib2/asir2000/plot/Makefile.am,v 1.4 2009/02/13 13:21:20 ohara Exp $
-
--asirdir = ${prefix}/lib/asir
-+asirdir = ${prefix}/share/asir
- DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
- INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
- -I${top_srcdir}/gc/include \