pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/caml-light Change 'sh autoconf' to 'sh ./autoconf...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1545795f572f
branches:  trunk
changeset: 471185:1545795f572f
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Sat Mar 20 22:35:04 2004 +0000

description:
Change 'sh autoconf' to 'sh ./autoconf'. Solaris's sh will pick up autoconf
from PATH otherwise (well, the author should probably not have called this
script "autoconf" :)

diffstat:

 lang/caml-light/distinfo         |   4 ++--
 lang/caml-light/patches/patch-aa |  15 ++++++++++++---
 2 files changed, 14 insertions(+), 5 deletions(-)

diffs (38 lines):

diff -r de9d021e555a -r 1545795f572f lang/caml-light/distinfo
--- a/lang/caml-light/distinfo  Sat Mar 20 22:30:36 2004 +0000
+++ b/lang/caml-light/distinfo  Sat Mar 20 22:35:04 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/04/19 15:00:48 agc Exp $
+$NetBSD: distinfo,v 1.3 2004/03/20 22:35:04 bouyer Exp $
 
 SHA1 (cl74unix.tar.gz) = feae4a53af78b6c500a03c618dc11444e8b5dc47
 Size (cl74unix.tar.gz) = 999170 bytes
-SHA1 (patch-aa) = b32bd4cc0ee0c7e518d6186ba38a69cafef4d8ec
+SHA1 (patch-aa) = e9a564183d445a61c00e0f6e134dee9029856bea
diff -r de9d021e555a -r 1545795f572f lang/caml-light/patches/patch-aa
--- a/lang/caml-light/patches/patch-aa  Sat Mar 20 22:30:36 2004 +0000
+++ b/lang/caml-light/patches/patch-aa  Sat Mar 20 22:35:04 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/06/21 11:42:47 bouyer Exp $
+$NetBSD: patch-aa,v 1.2 2004/03/20 22:35:04 bouyer Exp $
 
---- Makefile.orig      Thu Apr 24 16:51:03 1997
-+++ Makefile   Mon Jun 19 11:26:56 2000
+--- Makefile.orig      1997-04-24 16:51:03.000000000 +0200
++++ Makefile   2004-03-08 01:07:53.010550000 +0100
 @@ -7,7 +7,7 @@
  # Additional options to $(CC).
  # If you are using gcc, add -fno-defer-pop.
@@ -35,3 +35,12 @@
  
  # Some "make"s need this to ensure that they call the Bourne shell,
  # not the C shell. Seems harmless on most other "make"s.
+@@ -49,7 +49,7 @@
+ 
+ # Configure the system
+ configure:
+-      cd ../config; sh autoconf "$(CC) $(OPTS) $(LIBS)"
++      cd ../config; sh ./autoconf "$(CC) $(OPTS) $(LIBS)"
+ 
+ # Build the system for the first time
+ world:



Home | Main Index | Thread Index | Old Index