aboutsummaryrefslogtreecommitdiffstats
path: root/math/asir2000/files/patch-aa.orig
diff options
context:
space:
mode:
Diffstat (limited to 'math/asir2000/files/patch-aa.orig')
-rw-r--r--math/asir2000/files/patch-aa.orig45
1 files changed, 0 insertions, 45 deletions
diff --git a/math/asir2000/files/patch-aa.orig b/math/asir2000/files/patch-aa.orig
deleted file mode 100644
index 982bf286213..00000000000
--- 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 =
713059908e7723b85f'>- Add UPDATING entry for gnutls updatenovel2013-02-061-2/+2 * In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-3/+3 * - Chase the libgcrypt shared lib versionswills2011-07-031-2/+2 * Chase security/gnutls update and add an UPDATING entry.novel2011-06-061-2/+2 * - Get Rid MD5 supportmiwi2011-03-201-1/+0 * Chase security/libgcrypt shlib bump.wxs2010-07-271-2/+2 * - Fix/update rc.d script.stefan2010-06-276-35/+157 * - Provide rc scriptpav2010-05-142-1/+41 * - Unbreak and fix build with gnuTLSmiwi2009-09-162-2/+12 * - BROKEN does not compile with new gnuTLSmiwi2009-08-221-0/+2 * Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.novel2009-08-171-2/+2 * Chase libtasn1 shared library version bump.novel2009-01-191-2/+2 * - Bump PORTREVISION due to share library version bump in security/libgcryptrafan2009-01-061-2/+2 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1 * Reset aaron's port maintainerships due to many maintainer-timeouts.linimon2008-04-291-1/+1 * - Chase security/gnutls shlib version bumpnovel2008-03-031-2/+2 * Chase libgcrypt library versionarved2008-02-291-1/+2 * Update to 1.34.delphij2008-02-246-30/+50 * Chase gnutls shared library version chase: adjust DEPENDS lines andnovel2007-07-011-1/+2 * BROKEN: Installs config file in /etckris2007-06-101-0/+2 * Added missing dependencies, libgcrypt and libgpg-error, as reported to meaaron2007-06-021-1/+3