pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/bmake Add patch-ab and bump PKGREVISION.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3582b04f91b
branches:  trunk
changeset: 501961:f3582b04f91b
user:      reed <reed%pkgsrc.org@localhost>
date:      Tue Nov 01 00:07:20 2005 +0000

description:
Add patch-ab and bump PKGREVISION.
This is from bootstrap for OSF1 5.1 from Sergey Svishchev in PR 31864.

diffstat:

 devel/bmake/Makefile         |   3 ++-
 devel/bmake/distinfo         |   3 ++-
 devel/bmake/patches/patch-ab |  13 +++++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diffs (42 lines):

diff -r f74d10d7a2ef -r f3582b04f91b devel/bmake/Makefile
--- a/devel/bmake/Makefile      Mon Oct 31 23:05:24 2005 +0000
+++ b/devel/bmake/Makefile      Tue Nov 01 00:07:20 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2005/10/31 21:34:25 reed Exp $
+# $NetBSD: Makefile,v 1.25 2005/11/01 00:07:20 reed Exp $
 #
 
 DISTNAME=       bmake-20051002
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  # empty
 DISTFILES=     # empty
diff -r f74d10d7a2ef -r f3582b04f91b devel/bmake/distinfo
--- a/devel/bmake/distinfo      Mon Oct 31 23:05:24 2005 +0000
+++ b/devel/bmake/distinfo      Tue Nov 01 00:07:20 2005 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.20 2005/10/31 21:34:25 reed Exp $
+$NetBSD: distinfo,v 1.21 2005/11/01 00:07:20 reed Exp $
 
 SHA1 (bmake-20050901.tar.gz) = 167e9d637030d4125907b943a3e08d7976018e4f
 RMD160 (bmake-20050901.tar.gz) = e77305eead0fec601c0436158d4dc81a8fd7dd0e
 Size (bmake-20050901.tar.gz) = 343100 bytes
 SHA1 (patch-aa) = 32df79c50ee516f3ec7c006f5c38fad11b909a82
+SHA1 (patch-ab) = 47c40c6af0746d61ea567b55ebd4e0298051663c
diff -r f74d10d7a2ef -r f3582b04f91b devel/bmake/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/bmake/patches/patch-ab      Tue Nov 01 00:07:20 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2005/11/01 00:07:20 reed Exp $
+
+--- files/ranlib.h     2005-10-31 13:34:25.000000000 -0800
++++ ranlib.h   2005-10-31 15:59:32.000000000 -0800
+@@ -10,7 +10,7 @@
+  * The ran_strx fields index the string table whose first byte is numbered 0.
+  */
+ 
+-#if !defined(IRIX) && !defined(__digital__)
++#if !defined(IRIX) && !defined(__digital__) && !defined(__osf__)
+ #ifndef _ranlib_h
+ #define _ranlib_h
+ 



Home | Main Index | Thread Index | Old Index