pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/openmotif fix up the darwin config files to deal w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc25bad18cba
branches:  trunk
changeset: 480131:cc25bad18cba
user:      danw <danw%pkgsrc.org@localhost>
date:      Tue Aug 31 03:10:16 2004 +0000

description:
fix up the darwin config files to deal with something that changed in
buildlink at some point

diffstat:

 x11/openmotif/distinfo         |  4 ++--
 x11/openmotif/patches/patch-aw |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (49 lines):

diff -r b10f5558b6a2 -r cc25bad18cba x11/openmotif/distinfo
--- a/x11/openmotif/distinfo    Tue Aug 31 02:37:57 2004 +0000
+++ b/x11/openmotif/distinfo    Tue Aug 31 03:10:16 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2004/03/16 23:59:42 danw Exp $
+$NetBSD: distinfo,v 1.13 2004/08/31 03:10:16 danw Exp $
 
 SHA1 (openmotif/openmotif2.1.30.tar.gz) = 34fc82fdf0e200525864665e179246ef64082dcc
 Size (openmotif/openmotif2.1.30.tar.gz) = 17711487 bytes
@@ -34,7 +34,7 @@
 SHA1 (patch-at) = d75e7b060797997f47f0da3099e53d5d8e5c6c68
 SHA1 (patch-au) = 3559258736a8534b930750294bc0865a17a51e7e
 SHA1 (patch-av) = 2729c9edbcbbb62016305a1f0293684b805ce50d
-SHA1 (patch-aw) = 3478eed5789a9e49f68bf472ac9b4f8a75d61bd8
+SHA1 (patch-aw) = 604a2b3d99dd62a34ca624a315d85d2e56450e4e
 SHA1 (patch-ax) = de1ee2594e39bec4cab599aa45d4b9d5af80fc7e
 SHA1 (patch-ay) = 38187926dcc27c510880e17ff2d6c35cd5e8393e
 SHA1 (patch-az) = 15f8d029940fc04be246ad7a479f14af6e38af03
diff -r b10f5558b6a2 -r cc25bad18cba x11/openmotif/patches/patch-aw
--- a/x11/openmotif/patches/patch-aw    Tue Aug 31 02:37:57 2004 +0000
+++ b/x11/openmotif/patches/patch-aw    Tue Aug 31 03:10:16 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aw,v 1.1 2004/03/16 23:59:42 danw Exp $
+$NetBSD: patch-aw,v 1.2 2004/08/31 03:10:16 danw Exp $
 
 --- config/cf/darwin.cf.orig   Sun Mar 14 11:07:29 2004
 +++ config/cf/darwin.cf
@@ -78,7 +78,7 @@
 +#define MkdirHierCmd            mkdir -p
 +
 +/* our cpp isn't in /lib/cpp and early versions don't like -undef */
-+#define CppCmd                  /usr/bin/cpp
++#define CppCmd                  cpp
 +#if HasGcc3
 +# define RawCppCmd              CppCmd -undef
 +#else
@@ -87,10 +87,10 @@
 +
 +/* we have a gcc compatible compiler, but its not called gcc */
 +#ifndef CcCmd
-+#define CcCmd                   /usr/bin/cc
++#define CcCmd                   cc
 +#endif
 +#ifndef CplusplusCmd
-+#define CplusplusCmd            /usr/bin/c++
++#define CplusplusCmd            c++
 +#endif
 +
 +/* default flags to pass to cc */



Home | Main Index | Thread Index | Old Index