summaryrefslogtreecommitdiff
path: root/math/octave-current/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-02-26 16:47:35 +0000
committeradam <adam@pkgsrc.org>2004-02-26 16:47:35 +0000
commit16f78b177bf6a7d75abed0842620023aa42ac1c7 (patch)
tree286941cb6cadb4b95890c09a8fddd1794e207a5a /math/octave-current/patches
parent35c706928ed97413329be96d5f422ae1d58bff9b (diff)
downloadpkgsrc-16f78b177bf6a7d75abed0842620023aa42ac1c7.tar.gz
Changes 2.1.55:
* Generally bug-fixes and enhancement (it's hard to find out by reading NEWS and ChangeLog) * Uses BUILDLINK3
Diffstat (limited to 'math/octave-current/patches')
-rw-r--r--math/octave-current/patches/patch-aa8
-rw-r--r--math/octave-current/patches/patch-ac12
-rw-r--r--math/octave-current/patches/patch-ad8
-rw-r--r--math/octave-current/patches/patch-af8
4 files changed, 18 insertions, 18 deletions
diff --git a/math/octave-current/patches/patch-aa b/math/octave-current/patches/patch-aa
index 94b83473049..87b891affc0 100644
--- a/math/octave-current/patches/patch-aa
+++ b/math/octave-current/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.5 2004/01/23 13:26:20 adam Exp $
+$NetBSD: patch-aa,v 1.6 2004/02/26 16:47:35 adam Exp $
---- configure.orig 2004-01-23 04:15:38.000000000 +0000
+--- configure.orig 2004-02-20 21:17:41.000000000 +0000
+++ configure
-@@ -8048,7 +8048,7 @@ if $have_fortran_compiler; then
+@@ -7977,7 +7977,7 @@ if $have_fortran_compiler; then
%.c : %.f
%.o : %.f
@@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.5 2004/01/23 13:26:20 adam Exp $
pic/%.o : %.f
$(FC) -c $(FPICFLAG) $(ALL_FFLAGS) $< -o $@
-@@ -18826,19 +18826,19 @@ case "$canonical_host_type" in
+@@ -18764,19 +18764,19 @@ case "$canonical_host_type" in
cat << \EOF > $bsd_gcc_kluge_targets_frag
lex.o: lex.cc
diff --git a/math/octave-current/patches/patch-ac b/math/octave-current/patches/patch-ac
index 5e1f2e6a2bf..c091eee65ec 100644
--- a/math/octave-current/patches/patch-ac
+++ b/math/octave-current/patches/patch-ac
@@ -1,17 +1,17 @@
-$NetBSD: patch-ac,v 1.3 2003/12/04 11:15:37 adam Exp $
+$NetBSD: patch-ac,v 1.4 2004/02/26 16:47:35 adam Exp $
---- Makeconf.in.orig 2003-11-16 01:33:50.000000000 +0100
+--- Makeconf.in.orig 2004-02-16 19:57:21.000000000 +0000
+++ Makeconf.in
-@@ -73,7 +73,7 @@ SHLLINKEXT=
-
- INCLUDE_LINK_DEPS = @INCLUDE_LINK_DEPS@
+@@ -71,7 +71,7 @@ SHLBIN = @SHLBIN@
+ SHLBIN_VER = @SHLBIN_VER@
+ SHLLINKEXT=
-LIBEXT = a
+LIBEXT = la
# Fortran to C translator and associated flags.
-@@ -334,10 +334,10 @@ NO_OCT_FILE_STRIP = @NO_OCT_FILE_STRIP@
+@@ -335,10 +335,10 @@ NO_OCT_FILE_STRIP = @NO_OCT_FILE_STRIP@
# How to make .o files:
%.o : %.c
diff --git a/math/octave-current/patches/patch-ad b/math/octave-current/patches/patch-ad
index aedef1f279f..a194aa0ef56 100644
--- a/math/octave-current/patches/patch-ad
+++ b/math/octave-current/patches/patch-ad
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.3 2003/12/04 11:15:37 adam Exp $
+$NetBSD: patch-ad,v 1.4 2004/02/26 16:47:35 adam Exp $
---- libcruft/Makefile.in.orig 2003-10-30 17:48:09.000000000 +0100
+--- libcruft/Makefile.in.orig 2004-02-16 19:57:21.000000000 +0000
+++ libcruft/Makefile.in
-@@ -100,8 +100,8 @@ libraries: $(SUBDIRS)
+@@ -98,8 +98,8 @@ libraries: $(SUBDIRS)
libcruft.$(LIBEXT): $(CRUFT_OBJ)
rm -f $@
@@ -13,7 +13,7 @@ $NetBSD: patch-ad,v 1.3 2003/12/04 11:15:37 adam Exp $
libcruft.$(SHLEXT_VER): libcruft.$(SHLEXT)
rm -f $@
-@@ -126,9 +126,8 @@ install::
+@@ -124,9 +124,8 @@ install::
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(octlibdir)
if $(STATIC_LIBS); then \
rm -f $(DESTDIR)$(octlibdir)/libcruft.$(LIBEXT) ; \
diff --git a/math/octave-current/patches/patch-af b/math/octave-current/patches/patch-af
index 96c9ab47fea..0b978706fba 100644
--- a/math/octave-current/patches/patch-af
+++ b/math/octave-current/patches/patch-af
@@ -1,8 +1,8 @@
-$NetBSD: patch-af,v 1.4 2003/12/04 11:15:37 adam Exp $
+$NetBSD: patch-af,v 1.5 2004/02/26 16:47:35 adam Exp $
---- liboctave/Makefile.in.orig 2003-11-15 03:01:46.000000000 +0100
+--- liboctave/Makefile.in.orig 2004-02-16 19:57:21.000000000 +0000
+++ liboctave/Makefile.in
-@@ -204,8 +204,9 @@ endif
+@@ -201,8 +201,9 @@ endif
liboctave.$(LIBEXT): $(LIBOCTAVE_OBJECTS)
rm -f $@
@@ -14,7 +14,7 @@ $NetBSD: patch-af,v 1.4 2003/12/04 11:15:37 adam Exp $
liboctave.$(SHLEXT_VER): liboctave.$(SHLEXT)
rm -f $@
-@@ -232,9 +233,8 @@ install-lib:
+@@ -229,9 +230,8 @@ install-lib:
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(octlibdir)
if $(STATIC_LIBS); then \
rm -f $(DESTDIR)$(octlibdir)/liboctave.$(LIBEXT); \