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

Modified Files:
        detex.info detex.patch 
Log Message:
make sure we are using fink's flex


Index: detex.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/detex.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- detex.patch 26 Jan 2006 03:37:15 -0000      1.1
+++ detex.patch 18 Jul 2007 22:26:54 -0000      1.2
@@ -40,3 +40,15 @@
   clean:
        -rm -f a.out core *.s *.o ERRS errs .,* .emacs_[0-9]*
 Common subdirectories: detex-2.7/os2 and detex-2.7.patched/os2
+diff -ruN detex-2.7/Makefile detex-2.7-patched/Makefile
+--- detex-2.7/Makefile 1999-05-12 10:45:55.000000000 -0700
++++ detex-2.7-patched/Makefile 2007-07-18 13:22:26.000000000 -0700
+@@ -41,7 +41,7 @@
+ 
+ # Use your favorite lexical scanner
+ #
+-LEX   = lex
++LEX   = flex
+ #LEX  = flex
+ 
+ #LFLAGS       = -8 -C

Index: detex.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/detex.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- detex.info  5 Sep 2006 04:42:20 -0000       1.2
+++ detex.info  18 Jul 2007 22:26:54 -0000      1.3
@@ -1,11 +1,12 @@
 Package: detex
 Version: 2.7
-Revision: 2
+Revision: 3
 Source: ftp://ftp.cs.purdue.edu/pub/trinkle/%n-%v.tar.orig
 SourceRename: %n-%v.tar
 Source-MD5: df837b1adb40503f40b94b8169f0e154
 NoSourceDirectory: True
 PatchScript: patch <%a/%n.patch
+BuildDepends: flex
 CompileScript: make DESTDIR=%p/bin
 InstallScript: <<
  mkdir -p %i/bin


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to