pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2005Q2]: pkgsrc/lang/mawk Pullup ticket 578 - requested by Min...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e9fc58f44cc3
branches:  pkgsrc-2005Q2
changeset: 495853:e9fc58f44cc3
user:      snj <snj%pkgsrc.org@localhost>
date:      Sat Jul 02 06:53:36 2005 +0000

description:
Pullup ticket 578 - requested by Min Sik Kim
portability fix for mawk

Revisons pulled up:
- pkgsrc/lang/mawk/distinfo             1.8
- pkgsrc/lang/mawk/patches/patch-ad     1.2

    Module Name:     pkgsrc
    Committed By:    minskim
    Date:            Thu Jun 30 05:57:38 UTC 2005

    Modified Files:
      pkgsrc/lang/mawk: distinfo
      pkgsrc/lang/mawk/patches: patch-ad

    Log Message:
    Fix the configure script to detect floor(3) correctly.  This makes the
    package build on platforms where the "-lm" link option is not
    necessary.

diffstat:

 lang/mawk/distinfo         |  4 ++--
 lang/mawk/patches/patch-ad |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r e676b2bc4f6c -r e9fc58f44cc3 lang/mawk/distinfo
--- a/lang/mawk/distinfo        Sat Jul 02 06:48:03 2005 +0000
+++ b/lang/mawk/distinfo        Sat Jul 02 06:53:36 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2005/02/24 09:03:09 agc Exp $
+$NetBSD: distinfo,v 1.7.4.1 2005/07/02 06:53:36 snj Exp $
 
 SHA1 (mawk-1.3.3.tar.gz) = 314bcdb6543733f47ef4d9d9356b23f53d6a7f89
 RMD160 (mawk-1.3.3.tar.gz) = f1c939aa032ec7f5e8157a9440d3520f2ecc8501
@@ -6,5 +6,5 @@
 SHA1 (patch-aa) = 49ef8e8f9d5392c47933eadba87aceae1079d89b
 SHA1 (patch-ab) = b8faa90c98fac027b295336936a8e43c7087d972
 SHA1 (patch-ac) = e6671c71b7fdc2c8ccc0866e530c38057a80d48f
-SHA1 (patch-ad) = f74b16d155d3486e55b37485fe5d5c40ce5a4b56
+SHA1 (patch-ad) = 52318904326713bd4fa2bfc8323ff93d4fe52ef2
 SHA1 (patch-ae) = 74d374a1f5b216543a748fbde4d259c6e9d6e401
diff -r e676b2bc4f6c -r e9fc58f44cc3 lang/mawk/patches/patch-ad
--- a/lang/mawk/patches/patch-ad        Sat Jul 02 06:48:03 2005 +0000
+++ b/lang/mawk/patches/patch-ad        Sat Jul 02 06:53:36 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.1 2003/09/30 21:47:14 seb Exp $
+$NetBSD: patch-ad,v 1.1.14.1 2005/07/02 06:53:36 snj Exp $
 
 --- configure.orig     1996-09-04 23:43:01.000000000 +0000
 +++ configure
@@ -70,7 +70,7 @@
  fi
  
 -if test "$log$" = yes
-+if test "$floor$" = yes
++if test "$floor" = yes
  then
     MATHLIB='' # evidently don't need one
  else



Home | Main Index | Thread Index | Old Index