pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/papaya Let the user override gmake_command.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/066199f83b28
branches:  trunk
changeset: 533993:066199f83b28
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Oct 10 14:10:15 2007 +0000

description:
Let the user override gmake_command.

diffstat:

 devel/papaya/distinfo         |   3 ++-
 devel/papaya/patches/patch-ae |  20 ++++++++++++++++++++
 2 files changed, 22 insertions(+), 1 deletions(-)

diffs (38 lines):

diff -r 2378dc529898 -r 066199f83b28 devel/papaya/distinfo
--- a/devel/papaya/distinfo     Wed Oct 10 13:15:59 2007 +0000
+++ b/devel/papaya/distinfo     Wed Oct 10 14:10:15 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2005/07/10 10:32:33 kristerw Exp $
+$NetBSD: distinfo,v 1.5 2007/10/10 14:10:15 rillig Exp $
 
 SHA1 (papaya-0.1.7.tar.gz) = 4dad7d302a774666207216d8fadae92faf42918d
 RMD160 (papaya-0.1.7.tar.gz) = cef643b2370c020aeebca8b424620e46bdfe1642
@@ -7,3 +7,4 @@
 SHA1 (patch-ab) = 5dc68a8598665d11f4484c2ce490681b07dea721
 SHA1 (patch-ac) = 5c169a116fbf115e2db57bca354a9e6dd2c34a7b
 SHA1 (patch-ad) = de361aec9f85817226c51503a260cac7d70990ce
+SHA1 (patch-ae) = 59ae8bc2f64e838516c28ce66b621bea94f91847
diff -r 2378dc529898 -r 066199f83b28 devel/papaya/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/papaya/patches/patch-ae     Wed Oct 10 14:10:15 2007 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-ae,v 1.1 2007/10/10 14:10:15 rillig Exp $
+
+--- configure.orig     2007-10-10 14:02:54.000000000 +0000
++++ configure  2007-10-10 14:07:39.000000000 +0000
+@@ -2130,6 +2130,7 @@ test -n "$groff_command" || groff_comman
+ 
+       echo "$as_me:$LINENO: checking the gnu make is" >&5
+ echo $ECHO_N "checking the gnu make is... $ECHO_C" >&6
++if [ "${gmake_command+set}" != "set" ]; then
+       ac_search_gnu_make_result="" ;
+       ac_search_gnu_make_path=`echo $PATH | sed 's/:/ /g'` ;
+       for ac_search_gnu_make_path in $ac_search_gnu_make_path ; do
+@@ -2145,6 +2146,7 @@ echo $ECHO_N "checking the gnu make is..
+                       fi
+               done
+       done
++fi
+       if test -n "$ac_search_gnu_make_result" ; then
+               gmake_command=$ac_search_gnu_make_result ;
+ 



Home | Main Index | Thread Index | Old Index