Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/web
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28054/10.3/unstable/main/finkinfo/web

Modified Files:
        tidy.info tidy.patch 
Log Message:
New revision from trackers (Submissions #1446063)...avoid XCode-supplied libtidy


Index: tidy.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/web/tidy.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tidy.patch  9 Mar 2006 03:53:50 -0000       1.1
+++ tidy.patch  9 Mar 2006 15:35:43 -0000       1.2
@@ -1,6 +1,6 @@
-diff -urN tidy.orig/build/gmake/Makefile tidy/build/gmake/Makefile
---- tidy.orig/build/gmake/Makefile     2005-07-15 03:58:10.000000000 -0300
-+++ tidy/build/gmake/Makefile  2006-03-01 19:45:59.000000000 -0300
+diff -urN tidy/build/gmake/Makefile tidy.patched/build/gmake/Makefile
+--- tidy/build/gmake/Makefile  2005-07-15 03:58:10.000000000 -0300
++++ tidy.patched/build/gmake/Makefile  2006-03-09 11:33:58.000000000 -0300
 @@ -58,13 +58,13 @@
  PROJECT=tidy
  
@@ -35,9 +35,18 @@
  
  XSLTPROC = xsltproc
  
-diff -urN tidy.orig/include/platform.h tidy/include/platform.h
---- tidy.orig/include/platform.h       2005-06-16 03:58:05.000000000 -0300
-+++ tidy/include/platform.h    2006-03-01 10:39:56.000000000 -0300
+@@ -175,7 +176,7 @@
+ 
+ $(BINDIR)/$(PROJECT): $(APPDIR)/tidy.c $(HFILES) $(LIBRARY)
+       if [ ! -d $(BINDIR) ]; then mkdir $(BINDIR); fi
+-      $(CC) $(CFLAGS) $(OTHERCFLAGS) -o $@ $(APPDIR)/tidy.c -I$(INCDIR) 
-L$(LIBDIR) -l$(PROJECT)
++      $(CC) $(CFLAGS) $(OTHERCFLAGS) -o $@ $(APPDIR)/tidy.c -I$(INCDIR) 
$(LIBRARY)
+ 
+ $(BINDIR)/tab2space: $(APPDIR)/tab2space.c
+       if [ ! -d $(BINDIR) ]; then mkdir $(BINDIR); fi
+diff -urN tidy/include/platform.h tidy.patched/include/platform.h
+--- tidy/include/platform.h    2005-06-16 03:58:05.000000000 -0300
++++ tidy.patched/include/platform.h    2006-03-01 10:39:56.000000000 -0300
 @@ -33,7 +33,7 @@
    It enables tidy to find config files named ~/.tidyrc if 
    the HTML_TIDY environment variable is not set.

Index: tidy.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/web/tidy.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- tidy.info   9 Mar 2006 03:53:49 -0000       1.2
+++ tidy.info   9 Mar 2006 15:35:43 -0000       1.3
@@ -1,6 +1,6 @@
 Package: tidy
 Version: 051026
-Revision: 1
+Revision: 2
 Epoch: 1
 Description: Utility to clean up HTML/XHTML/XML
 License: BSD



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to