Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs17:/tmp/cvs-serv20994

Modified Files:
        make.info make.patch 
Log Message:
New revision of the GNU make package; hopefully will fix some compatibility 
problems with certain packages (dpkg etc.)

Index: make.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/make.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- make.info   16 Jun 2007 23:11:25 -0000      1.3
+++ make.info   24 Jul 2007 20:45:41 -0000      1.4
@@ -16,14 +16,19 @@
 
 Package: make
 Version: 3.81
-Revision: 1
+Revision: 2
 Maintainer: Max Horn <[EMAIL PROTECTED]>
 Source: gnu
 Patch: %n.patch
 Source-MD5: a4e9494ac6dc3f6b0c5ff75c5d52abba
 BuildDepends: gettext-bin, gettext-tools
-ConfigureParams: --disable-nls --mandir=%p/share/man --infodir=%p/share/info 
--disable-dependency-tracking
-SetCPPFLAGS: -mdynamic-no-pic 
+ConfigureParams: <<
+ --disable-nls \
+ --mandir=%p/share/man \
+ --infodir=%p/share/info \
+ --disable-dependency-tracking
+<<
+SetCPPFLAGS: -mdynamic-no-pic
 InstallScript: make install DESTDIR=%d
 Description: Software build tool
 DocFiles: README ABOUT-NLS AUTHORS COPYING ChangeLog NEWS README.customs 

Index: make.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/make.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- make.patch  16 Jun 2007 23:11:25 -0000      1.2
+++ make.patch  24 Jul 2007 20:45:41 -0000      1.3
@@ -1,6 +1,6 @@
-diff -ru make-3.81/Makefile.in make-3.81-patched/Makefile.in
---- make-3.81/Makefile.in      2006-11-27 12:23:56.000000000 -0500
-+++ make-3.81-patched/Makefile.in      2006-11-27 12:56:54.000000000 -0500
+diff -ruN make-3.81/Makefile.in make-3.81-patched/Makefile.in
+--- make-3.81/Makefile.in      2006-04-01 08:40:04.000000000 +0200
++++ make-3.81-patched/Makefile.in      2007-07-24 22:28:38.000000000 +0200
 @@ -93,7 +93,7 @@
        expand.c file.c function.c getopt.c getopt1.c implicit.c job.c \
        main.c misc.c read.c remake.c remote-stub.c remote-cstms.c \
@@ -45,9 +45,9 @@
  uninstall-info-am:
[...3347 lines suppressed...]
  /* Implement variables.  */
@@ -849,9 +4009,9 @@
    if (set == NULL)
      set = &global_variable_set;
  
-diff -ru make-3.81/variable.h make-3.81-patched/variable.h
---- make-3.81/variable.h       2006-11-27 12:23:57.000000000 -0500
-+++ make-3.81-patched/variable.h       2006-11-27 12:24:53.000000000 -0500
+diff -ruN make-3.81/variable.h make-3.81-patched/variable.h
+--- make-3.81/variable.h       2006-02-14 16:42:18.000000000 +0100
++++ make-3.81-patched/variable.h       2007-07-24 22:28:38.000000000 +0200
 @@ -110,6 +110,13 @@
  
  /* expand.c */
@@ -866,5 +4026,3 @@
  extern char *variable_expand PARAMS ((char *line));
  extern char *variable_expand_for_file PARAMS ((char *line, struct file 
*file));
  extern char *allocated_variable_expand_for_file PARAMS ((char *line, struct 
file *file));
-
-                


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to