pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/xtide Add a patch to configure so that xtide can ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/74bdaca36da2
branches: trunk
changeset: 554082:74bdaca36da2
user: cube <cube%pkgsrc.org@localhost>
date: Sun Feb 08 00:01:35 2009 +0000
description:
Add a patch to configure so that xtide can compile correctly with a X11
distribution in /usr/X11R7. Bump PKGREVISION.
diffstat:
misc/xtide/Makefile | 4 ++--
misc/xtide/distinfo | 3 ++-
misc/xtide/patches/patch-ad | 15 +++++++++++++++
3 files changed, 19 insertions(+), 3 deletions(-)
diffs (46 lines):
diff -r f14843879944 -r 74bdaca36da2 misc/xtide/Makefile
--- a/misc/xtide/Makefile Sat Feb 07 23:54:39 2009 +0000
+++ b/misc/xtide/Makefile Sun Feb 08 00:01:35 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2008/11/10 17:21:37 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2009/02/08 00:01:35 cube Exp $
DISTNAME= xtide-2.8.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= misc x11
MASTER_SITES= ftp://ftp.flaterco.com/xtide/
DISTFILES= ${DISTNAME}.tar.bz2 ${HARMONICS_FILE}.bz2
diff -r f14843879944 -r 74bdaca36da2 misc/xtide/distinfo
--- a/misc/xtide/distinfo Sat Feb 07 23:54:39 2009 +0000
+++ b/misc/xtide/distinfo Sun Feb 08 00:01:35 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2006/11/05 21:51:21 rillig Exp $
+$NetBSD: distinfo,v 1.8 2009/02/08 00:01:35 cube Exp $
SHA1 (harmonics-dwf-20060708.tcd.bz2) = 1f54ed856b064e485f7e386eb4a71965e83abfa4
RMD160 (harmonics-dwf-20060708.tcd.bz2) = 754255ac5f2e36cf2dce587e7f9f7bd0561226d9
@@ -9,3 +9,4 @@
SHA1 (patch-aa) = 8b9059e2870f6b8149e72ca33c452e75650f8230
SHA1 (patch-ab) = 889c68bce0bd78cfc1b5f7410364e8c39182cfec
SHA1 (patch-ac) = 07a0099f0d58b8774ae456470142314dabe38c1b
+SHA1 (patch-ad) = e267a7d2ab4a753935386dbbd955ebbb984dcd56
diff -r f14843879944 -r 74bdaca36da2 misc/xtide/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/xtide/patches/patch-ad Sun Feb 08 00:01:35 2009 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.1 2009/02/08 00:01:35 cube Exp $
+
+Try /usr/X11R7 as a possible location for a X11 distribution too.
+
+--- configure.orig 2006-03-14 00:54:31.000000000 +0000
++++ configure
+@@ -2597,7 +2597,7 @@ fi
+ echo "$as_me:$LINENO: checking location of X11" >&5
+ echo $ECHO_N "checking location of X11... $ECHO_C" >&6
+ xroot="NOT FOUND"
+-for dir in "/usr/X11R6" "/usr/openwin" "/usr/contrib/X11R6" "/usr"; do
++for dir in "/usr/X11R7" "/usr/X11R6" "/usr/openwin" "/usr/contrib/X11R6" "/usr"; do
+ if test -r "$dir/lib/libXaw.so" -o -r "$dir/lib/libXaw.a" -o -r "$dir/lib/libXaw.dll.a"; then
+ xroot="$dir"
+ xlibdir="$dir/lib"
Home |
Main Index |
Thread Index |
Old Index