diff options
author | arved <arved@FreeBSD.org> | 2003-05-19 22:49:33 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-05-19 22:49:33 +0800 |
commit | 220bfbb8f7364b2fea5adc8cc73df5a78bb1dc43 (patch) | |
tree | 5fa59c1e8e542b2a1505b65789f9f551725cbb52 | |
parent | 1a10d6dff5cca30bc46e53817a4d420d7145db24 (diff) | |
download | freebsd-ports-gnome-220bfbb8f7364b2fea5adc8cc73df5a78bb1dc43.tar.gz freebsd-ports-gnome-220bfbb8f7364b2fea5adc8cc73df5a78bb1dc43.tar.zst freebsd-ports-gnome-220bfbb8f7364b2fea5adc8cc73df5a78bb1dc43.zip |
Remove *.orig patches
Spotted by: demon
-rw-r--r-- | math/asir2000/files/patch-aa.orig | 45 | ||||
-rw-r--r-- | math/asir2000/files/patch-ab.orig | 11 | ||||
-rw-r--r-- | math/asir2000/files/patch-ac.orig | 14 | ||||
-rw-r--r-- | math/asir2000/files/patch-ad.orig | 48 | ||||
-rw-r--r-- | math/asir2000/files/patch-ae.orig | 13 | ||||
-rw-r--r-- | math/asir2000/files/patch-ag.orig | 24 |
6 files changed, 0 insertions, 155 deletions
diff --git a/math/asir2000/files/patch-aa.orig b/math/asir2000/files/patch-aa.orig deleted file mode 100644 index 982bf286213a..000000000000 --- a/math/asir2000/files/patch-aa.orig +++ /dev/null @@ -1,45 +0,0 @@ ---- include/Risa.tmpl.orig Sat Oct 6 01:24:22 2001 -+++ include/Risa.tmpl Tue Oct 23 02:44:17 2001 -@@ -11,7 +11,7 @@ - /* #define USE_FFT_FLOAT */ - /* #define USE_LAPACK */ - /* #define USE_FEP */ --/* #undef OpenXM_HOME */ -+#undef OpenXM_HOME - /* #define USE_INTERVAL */ - - #if defined(LinuxArchitecture) -@@ -38,7 +38,7 @@ - #endif - - ASIR_BINDIR=$(ROOTDIR)/bin --ASIR_LIBDIR=$(ROOTDIR)/lib/asir -+ASIR_LIBDIR=$(ROOTDIR)/share/asir - ASIR_INCDIR=$(ROOTDIR)/include/asir - GC_INCDIR=$(ROOTDIR)/include/gc - -@@ -48,8 +48,6 @@ - CC= cc - #endif - --CDEBUGFLAGS= -g -O -- - #if defined(SunArchitecture) - #if SystemV4 - #if defined(SparcArchitecture) -@@ -114,7 +112,15 @@ - - #ifdef USE_LAPACK - LAPACK=1 -+#if defined(OpenXM_HOME) - LAPACKLIB = -llapack -lblas -lI77 -lF77 -+#else -+#ifdef FreeBSDArchitecture && OSMajorVersion >= 4 -+LAPACKLIB = -L/usr/local/lib -lg2c -llapack -lblas -+#else -+LAPACKLIB = -L/usr/local/lib -lf2c -llapack -lblas -+#endif -+#endif - #else - LAPACK=0 - LAPACKLIB = diff --git a/math/asir2000/files/patch-ab.orig b/math/asir2000/files/patch-ab.orig deleted file mode 100644 index 470ed606fa5f..000000000000 --- a/math/asir2000/files/patch-ab.orig +++ /dev/null @@ -1,11 +0,0 @@ ---- Imakefile.org Sun Feb 4 20:11:38 2001 -+++ Imakefile Sun Feb 4 20:12:03 2001 -@@ -98,7 +98,7 @@ - - install:: $(PROGRAMS) - MakeDir($(ASIR_LIBDIR)) -- $(INSTALL) $(INSTALLFLAGS) $(PROGRAMS) $(ASIR_LIBDIR) -+ $(INSTALL) $(INSTALLFLAGS) $(PROGRAMS) $(ASIR_BINDIR) - - install-bin-lib:: $(PROGRAMS) - MakeDir($(ASIR_LIBDIR)) diff --git a/math/asir2000/files/patch-ac.orig b/math/asir2000/files/patch-ac.orig deleted file mode 100644 index 5261f14b439d..000000000000 --- a/math/asir2000/files/patch-ac.orig +++ /dev/null @@ -1,14 +0,0 @@ ---- include/version.h.orig Tue Jan 28 17:38:58 2003 -+++ include/version.h Thu Feb 6 16:31:53 2003 -@@ -47,5 +47,9 @@ - * - * $OpenXM: OpenXM_contrib2/asir2000/include/version.h,v 1.90 2003/01/28 08:38:58 noro Exp $ - */ --#define ASIR_VERSION 20030128 --#define ASIR_DISTRIBUTION "Kobe" -+#define ASIR_VERSION 20030215 -+#define ASIR_DISTRIBUTION "Plotting Group" -+#define PARI_DEVEL_VERSION "PARI 2.2.4.alpha, copyright (C) 2000, -+ C. Batut, K. Belabas, D. Bernardi, H. Cohen and M. Olivier" -+#define PARI_DEVEL_VERSION "PARI 2.2.4.alpha, copyright (C) 2000, -+ C. Batut, K. Belabas, D. Bernardi, H. Cohen and M. Olivier" diff --git a/math/asir2000/files/patch-ad.orig b/math/asir2000/files/patch-ad.orig deleted file mode 100644 index bc546c3fe4f4..000000000000 --- a/math/asir2000/files/patch-ad.orig +++ /dev/null @@ -1,48 +0,0 @@ ---- configure.orig Wed Jan 15 22:51:27 2003 -+++ configure Thu Jan 16 01:43:33 2003 -@@ -4,6 +4,7 @@ - use_plot=0 - use_pari=0 - use_interval=0 -+use_lapack=0 - use_fep=0 - oxhome=/usr/local - -@@ -24,6 +25,8 @@ - use_pari=2 ;; - -interval) - use_interval=1 ;; -+ -lapack) -+ use_lapack=1 ;; - -fep) - use_fep=1 ;; - esac -@@ -43,12 +46,16 @@ - libname=$libname"_pari" - libpari=pari - echo "#define USE_PARI" >> include/config.h -+echo "#define PARI_VERSION \"PARI ${OLD_PARI_VERSION}, copyright (C) 2000, -+ C. Batut, K. Belabas, D. Bernardi, H. Cohen and M. Olivier\"" >> include/version.h - fi - - if [ $use_pari = 2 ]; then - libname=$libname"_pari" - libpari=pari-2.2 - echo "#define USE_PARI" >> include/config.h -+echo "#define PARI_DEVEL_VERSION \"PARI ${PARI_VERSION}, copyright (C) 2000, -+ C. Batut, K. Belabas, D. Bernardi, H. Cohen and M. Olivier\"" >> include/version.h - fi - - if [ $use_plot != 0 ]; then -@@ -61,6 +68,11 @@ - echo "#define USE_INTERVAL" >> include/config.h - fi - -+if [ $use_lapack != 0 ]; then -+echo "#define USE_LAPACK" >> include/config.h -+echo "#define LAPACK_VERSION \"LAPACK Project Version ${LAPACK_VERSION}\"" >> include/version.h -+fi -+ - if [ $use_fep != 0 ]; then - echo "#define USE_FEP" >> include/config.h - fi diff --git a/math/asir2000/files/patch-ae.orig b/math/asir2000/files/patch-ae.orig deleted file mode 100644 index 3c4e7f5a1b2d..000000000000 --- a/math/asir2000/files/patch-ae.orig +++ /dev/null @@ -1,13 +0,0 @@ ---- builtin/numerical.c.org Thu Aug 16 18:47:06 2001 -+++ builtin/numerical.c Thu Aug 16 18:47:52 2001 -@@ -51,7 +51,11 @@ - #include "parse.h" - - #if LAPACK -+#if (__FreeBSD__ >= 4) -+#include <g2c.h> -+#else - #include <f2c.h> -+#endif - - void Pflinsolve(); diff --git a/math/asir2000/files/patch-ag.orig b/math/asir2000/files/patch-ag.orig deleted file mode 100644 index 53825d645738..000000000000 --- a/math/asir2000/files/patch-ag.orig +++ /dev/null @@ -1,24 +0,0 @@ ---- parse/glob.c.orig Wed Sep 11 17:57:21 2002 -+++ parse/glob.c Thu Oct 17 11:19:30 2002 -@@ -51,6 +51,7 @@ - #include "al.h" - #include "parse.h" - #include "ox.h" -+#include "version.h" - #if PARI - #include "genpari.h" - #endif -@@ -669,7 +670,12 @@ - printf("Copyright (C) 1994-2000, all rights reserved, FUJITSU LABORATORIES LIMITED.\n"); - printf("Copyright 2000,2001, Risa/Asir committers, http://www.openxm.org/.\n"); - printf("GC 6.1(alpha5) copyright 2001, H-J. Boehm, A. J. Demers, Xerox, SGI, HP.\n"); -- printf("PARI 2.2.4, copyright (C) 2002 The PARI Group.\n"); -+#if PARI -+ printf("%s.\n",PARI_DEVEL_VERSION); -+#endif -+#if LAPACK -+ printf("%s.\n",LAPACK_VERSION); -+#endif - } - - |