Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv5728/10.3/unstable/main/finkinfo/text

Modified Files:
        groff.info jgroff.info 
Log Message:
Deterministic perl interp detection


Index: groff.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/groff.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- groff.info  4 Jan 2006 07:03:31 -0000       1.6
+++ groff.info  15 Jun 2006 04:38:47 -0000      1.7
@@ -1,6 +1,6 @@
 Package: groff
 Version: 1.19.1
-Revision: 1
+Revision: 2
 GCC: 3.3
 Maintainer: Dave Vasilevsky <[EMAIL PROTECTED]>
 Source: gnu
@@ -10,19 +10,21 @@
 ConfigureParams: --mandir=%i/share/man/ --infodir=%i/share/info
 Description: GNU document formatting system
 DescDetail: <<
-Groff (GNU Troff) is a document processor which reads plain text mixed 
-with formatting commands and produces formatted output. This version includes 
gxditview and supports HTML.
+Groff (GNU Troff) is a document processor which reads plain text mixed
+with formatting commands and produces formatted output. This version
+includes gxditview and supports HTML.
 
 Licensing details:
 - groff is licensed under the GPL.
-- gxditview is derived from xditview (MIT license -> BSD style), with 
modifications in the public domain.
+- gxditview is derived from xditview (MIT license -> BSD style), with
+       modifications in the public domain.
 <<
 InfoDocs: groff
 
 Depends: netpbm-bin, psutils
 CompileScript: <<
-#!/bin/sh -e
-./configure %c
+#!/bin/sh -ev
+PERLPATH=/usr/bin/perl ./configure %c
 make
 cd src/xditview
 xmkmf
@@ -39,5 +41,8 @@
 install -m 644 src/xditview/gxditview._man %i/share/man/man1/gxditview.1
 ln -s %v %i/share/%n/current
 <<
+DescPackaging: <<
+  Avoid dependency mess if /sw/bin/perl exists at compile-time
+<<
 License: OSI-Approved
 Homepage: http://www.gnu.org/software/groff/groff.html 

Index: jgroff.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/jgroff.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- jgroff.info 16 Mar 2006 05:50:39 -0000      1.3
+++ jgroff.info 15 Jun 2006 04:38:47 -0000      1.4
@@ -1,6 +1,6 @@
 Package: jgroff
 Version: 1.18.1.1
-Revision: 2
+Revision: 3
 GCC: 3.3
 Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
 Source: mirror:gnu:groff/groff-%v.tar.gz
@@ -28,7 +28,7 @@
 /usr/bin/sed 's|@PREFIX@|%p|g' %a/%n.patch | patch -p1
 <<
 CompileScript: <<
-./configure %c
+PERLPATH=/usr/bin/perl ./configure %c
 make g=j NAMEPREFIX=j LIBS=-liconv
 <<
 InstallScript: <<
@@ -46,5 +46,8 @@
 DescPort: <<
 xditview is not compiled nor installed now.
 <<
+DescPackaging: <<
+  Avoid dependency mess if /sw/bin/perl exists at compile-time
+<<
 License: GPL
 Homepage: http://www.gnu.org/software/groff/groff.html 



_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to