pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/bmake Don't use a patch for this OSF1 fix -- so ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f8146999981e
branches:  trunk
changeset: 502141:f8146999981e
user:      reed <reed%pkgsrc.org@localhost>
date:      Wed Nov 02 18:41:37 2005 +0000

description:
Don't use a patch for this OSF1 fix -- so bootstrap will use this.

diffstat:

 devel/bmake/files/ranlib.h   |   4 ++--
 devel/bmake/patches/patch-ab |  13 -------------
 2 files changed, 2 insertions(+), 15 deletions(-)

diffs (36 lines):

diff -r 715e118dfbec -r f8146999981e devel/bmake/files/ranlib.h
--- a/devel/bmake/files/ranlib.h        Wed Nov 02 18:32:19 2005 +0000
+++ b/devel/bmake/files/ranlib.h        Wed Nov 02 18:41:37 2005 +0000
@@ -1,5 +1,5 @@
 /*     @(#)ranlib.h 1.6 88/08/19 SMI; from UCB 4.1 83/05/03    */
-/*     $Id: ranlib.h,v 1.1 2005/10/31 21:34:25 reed Exp $      */
+/*     $Id: ranlib.h,v 1.2 2005/11/02 18:41:37 reed Exp $      */
 
 /*
  * Structure of the __.SYMDEF table of contents for an archive.
@@ -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
 
diff -r 715e118dfbec -r f8146999981e devel/bmake/patches/patch-ab
--- a/devel/bmake/patches/patch-ab      Wed Nov 02 18:32:19 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$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