[csw-devel] SF.net SVN: gar:[4095] csw/mgar/pkg/diffstat/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Mar 30 23:13:46 CEST 2009


Revision: 4095
          http://gar.svn.sourceforge.net/gar/?rev=4095&view=rev
Author:   dmichelsen
Date:     2009-03-30 21:13:46 +0000 (Mon, 30 Mar 2009)

Log Message:
-----------
diffstat: Add patch for proper functioning of configure

Modified Paths:
--------------
    csw/mgar/pkg/diffstat/trunk/Makefile
    csw/mgar/pkg/diffstat/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/diffstat/trunk/files/diffstat-47a.patch

Modified: csw/mgar/pkg/diffstat/trunk/Makefile
===================================================================
--- csw/mgar/pkg/diffstat/trunk/Makefile	2009-03-30 21:12:01 UTC (rev 4094)
+++ csw/mgar/pkg/diffstat/trunk/Makefile	2009-03-30 21:13:46 UTC (rev 4095)
@@ -9,6 +9,7 @@
 
 MASTER_SITES = ftp://invisible-island.net/diffstat/
 DISTFILES  = $(GARNAME).tar.gz
+PATCHFILES = diffstat-47a.patch
 
 # We define upstream file regex so we can be notifed of new upstream software release
 #UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz
@@ -18,4 +19,6 @@
 CONFIGURE_ARGS = $(DIRPATHS)
 CONFIGURE_ARGS += --with-install-prefix=$(DESTDIR)
 
+TEST_TARGET = check
+
 include gar/category.mk

Modified: csw/mgar/pkg/diffstat/trunk/checksums
===================================================================
--- csw/mgar/pkg/diffstat/trunk/checksums	2009-03-30 21:12:01 UTC (rev 4094)
+++ csw/mgar/pkg/diffstat/trunk/checksums	2009-03-30 21:13:46 UTC (rev 4095)
@@ -1 +1,2 @@
 c6d221ff4a032e1bbf227f5936a7841a  download/diffstat.tar.gz
+bf7a4c239bcda213108b1de32ba8191d  download/diffstat-47a.patch

Added: csw/mgar/pkg/diffstat/trunk/files/diffstat-47a.patch
===================================================================
--- csw/mgar/pkg/diffstat/trunk/files/diffstat-47a.patch	                        (rev 0)
+++ csw/mgar/pkg/diffstat/trunk/files/diffstat-47a.patch	2009-03-30 21:13:46 UTC (rev 4095)
@@ -0,0 +1,141 @@
+# patch by Thomas E. Dickey <dickey at invisible-island.net>
+# created  Mon Mar 30 19:22:01 UTC 2009
+# ------------------------------------------------------------------------------
+# CHANGES    |    6 ++++++
+# aclocal.m4 |    4 ++--
+# configure  |   28 ++++++++++++++--------------
+# 3 files changed, 22 insertions(+), 16 deletions(-)
+# ------------------------------------------------------------------------------
+Index: CHANGES
+--- diffstat-47+/CHANGES	2009-03-29 17:53:16.000000000 +0000
++++ diffstat-47a/CHANGES	2009-03-30 19:21:17.000000000 +0000
+@@ -1,3 +1,9 @@
++??-???-????
++	diffstat 1.48
++
++	fix typo in configure --with-install-prefix option (report by
++	Dagobert Michelsen).
++
+ 29-Mar-2009
+ 	diffstat 1.47
+ 
+Index: aclocal.m4
+Prereq:  1.11 
+--- diffstat-47+/aclocal.m4	2007-08-26 14:15:33.000000000 +0000
++++ diffstat-47a/aclocal.m4	2009-03-30 19:13:25.000000000 +0000
+@@ -1,4 +1,4 @@
+-dnl $Id: aclocal.m4,v 1.11 2007/08/26 14:15:33 tom Exp $
++dnl $Id: aclocal.m4,v 1.12 2009/03/30 19:13:25 tom Exp $
+ dnl autoconf macros for 'diffstat'
+ dnl
+ dnl Copyright 2003-2006,2007 Thomas E. Dickey
+@@ -882,7 +882,7 @@
+ 	[cf_opt_with_install_prefix=${DESTDIR-no}])
+ AC_MSG_RESULT($cf_opt_with_install_prefix)
+ if test "$cf_opt_with_install_prefix" != no ; then
+-	CF_PATH_SYNTAX($cf_opt_with_install_prefix)
++	CF_PATH_SYNTAX(cf_opt_with_install_prefix)
+ 	DESTDIR=$cf_opt_with_install_prefix
+ fi
+ AC_SUBST(DESTDIR)
+Index: configure
+--- diffstat-47+/configure	2007-08-26 18:36:32.000000000 +0000
++++ diffstat-47a/configure	2009-03-30 19:13:41.000000000 +0000
+@@ -1,7 +1,7 @@
+ #! /bin/sh
+ # From configure.in Revision: 1.12 .
+ # Guess values for system-dependent variables and create Makefiles.
+-# Generated by Autoconf 2.52.20061216.
++# Generated by Autoconf 2.52.20081225.
+ #
+ # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
+ # Free Software Foundation, Inc.
+@@ -749,7 +749,7 @@
+ running configure, to aid debugging if configure makes a mistake.
+ 
+ It was created by $as_me, which was
+-generated by GNU Autoconf 2.52.20061216.  Invocation command line was
++generated by GNU Autoconf 2.52.20081225.  Invocation command line was
+ 
+   $ $0 $@
+ 
+@@ -1324,7 +1324,7 @@
+                 ls a.out conftest 2>/dev/null;
+                 ls a.* conftest.* 2>/dev/null`; do
+   case $ac_file in
+-    *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
++    *.$ac_ext | *.xcoff | *.tds | *.d | *.dbg | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
+     a.out ) # We found the default executable, but exeext='' is most
+             # certainly right.
+             break;;
+@@ -1398,7 +1398,7 @@
+ # `rm'.
+ for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
+   case $ac_file in
+-    *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
++    *.$ac_ext | *.xcoff | *.tds | *.d | *.dbg | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
+     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
+           export ac_cv_exeext
+           break;;
+@@ -1443,7 +1443,7 @@
+   (exit $ac_status); }; then
+   for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
+   case $ac_file in
+-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;
++    *.$ac_ext | *.xcoff | *.tds | *.d | *.dbg | *.pdb | *.xSYM | *.map | *.inf ) ;;
+     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
+        break;;
+   esac
+@@ -2162,7 +2162,7 @@
+   cf_path_syntax="$ac_default_prefix"
+ fi
+ 
+-case ".$$cf_opt_with_install_prefix" in #(vi
++case ".$cf_opt_with_install_prefix" in #(vi
+ .\$\(*\)*|.\'*\'*) #(vi
+   ;;
+ ..|./*|.\\*) #(vi
+@@ -2170,19 +2170,19 @@
+ .[a-zA-Z]:[\\/]*) #(vi OS/2 EMX
+   ;;
+ .\${*prefix}*) #(vi
+-  eval $cf_opt_with_install_prefix="$$cf_opt_with_install_prefix"
+-  case ".$$cf_opt_with_install_prefix" in #(vi
++  eval cf_opt_with_install_prefix="$cf_opt_with_install_prefix"
++  case ".$cf_opt_with_install_prefix" in #(vi
+   .NONE/*)
+-    $cf_opt_with_install_prefix=`echo $$cf_opt_with_install_prefix | sed -e s%NONE%$cf_path_syntax%`
++    cf_opt_with_install_prefix=`echo $cf_opt_with_install_prefix | sed -e s%NONE%$cf_path_syntax%`
+     ;;
+   esac
+   ;; #(vi
+ .no|.NONE/*)
+-  $cf_opt_with_install_prefix=`echo $$cf_opt_with_install_prefix | sed -e s%NONE%$cf_path_syntax%`
++  cf_opt_with_install_prefix=`echo $cf_opt_with_install_prefix | sed -e s%NONE%$cf_path_syntax%`
+   ;;
+ *)
+-  { { echo "$as_me:2184: error: expected a pathname, not \"$$cf_opt_with_install_prefix\"" >&5
+-echo "$as_me: error: expected a pathname, not \"$$cf_opt_with_install_prefix\"" >&2;}
++  { { echo "$as_me:2184: error: expected a pathname, not \"$cf_opt_with_install_prefix\"" >&5
++echo "$as_me: error: expected a pathname, not \"$cf_opt_with_install_prefix\"" >&2;}
+    { (exit 1); exit 1; }; }
+   ;;
+ esac
+@@ -4778,7 +4778,7 @@
+ cat >>$CONFIG_STATUS <<EOF
+ ac_cs_version="\\
+ config.status
+-configured by $0, generated by GNU Autoconf 2.52.20061216,
++configured by $0, generated by GNU Autoconf 2.52.20081225,
+   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
+ 
+ Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
+@@ -4860,7 +4860,7 @@
+ ## Running config.status.  ##
+ ## ----------------------- ##
+ 
+-This file was extended by $as_me 2.52.20061216, executed with
++This file was extended by $as_me 2.52.20081225, executed with
+   CONFIG_FILES    = $CONFIG_FILES
+   CONFIG_HEADERS  = $CONFIG_HEADERS
+   CONFIG_LINKS    = $CONFIG_LINKS


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list