[20770] trunk/dports/textproc/lhs2tex

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 27 07:31:48 PST 2006


Revision: 20770
          http://trac.macosforge.org/projects/macports/changeset/20770
Author:   gwright at macports.org
Date:     2006-11-27 07:31:48 -0800 (Mon, 27 Nov 2006)

Log Message:
-----------
Fix build with ghc-6.6 and bump revision.

Modified Paths:
--------------
    trunk/dports/textproc/lhs2tex/Portfile

Added Paths:
-----------
    trunk/dports/textproc/lhs2tex/files/
    trunk/dports/textproc/lhs2tex/files/patch-config.mk.in

Modified: trunk/dports/textproc/lhs2tex/Portfile
===================================================================
--- trunk/dports/textproc/lhs2tex/Portfile	2006-11-27 13:15:44 UTC (rev 20769)
+++ trunk/dports/textproc/lhs2tex/Portfile	2006-11-27 15:31:48 UTC (rev 20770)
@@ -1,20 +1,20 @@
 # $Id$
 
 PortSystem 1.0
-name		lhs2TeX
+name		lhs2tex
 version		1.11
+revision	1
 categories	print textproc
 platforms	darwin
-maintainers	gwright at opendarwin.org
+maintainers	gwright at macports.org
 description	Literate Haskell to LaTeX convertor
 long_description	\
 		lhs2TeX is a preprocessor to generate LaTeX code	\
 		from literate Haskell sources.
 
-homepage	http://www.cs.uu.nl/~andres/lhs2tex/
+homepage	http://www.informatik.uni-bonn.de/~loeh/lhs2tex/
 master_sites	${homepage}
 
-distfiles	lhs2tex-${version}.tar.bz2
 use_bzip2	yes
 
 checksums	md5 16fb6a150bc1ab5e22c66f52f11cec54
@@ -22,6 +22,8 @@
 depends_build	port:ghc	\
 		port:teTeX
 
+patchfiles	patch-config.mk.in
+
 post-destroot	{ xinstall -d -m 755 ${destroot}${prefix}/share/${name}/doc
 		  xinstall -c -m 644 ${worksrcpath}/doc/Guide2.pdf \
 				     ${destroot}${prefix}/share/${name}/doc

Added: trunk/dports/textproc/lhs2tex/files/patch-config.mk.in
===================================================================
--- trunk/dports/textproc/lhs2tex/files/patch-config.mk.in	                        (rev 0)
+++ trunk/dports/textproc/lhs2tex/files/patch-config.mk.in	2006-11-27 15:31:48 UTC (rev 20770)
@@ -0,0 +1,13 @@
+--- config.mk.in.sav	2006-11-27 10:24:37.000000000 -0500
++++ config.mk.in	2006-11-27 10:25:11.000000000 -0500
+@@ -14,8 +14,8 @@
+ # binpath	:= $(HOME)/bin
+ 
+ GHC		= @GHC@
+-# GHCFLAGS	:= -Wall -O -recomp -package lang
+-GHCFLAGS        = -O -package lang
++# GHCFLAGS	:= -Wall -O -recomp
++GHCFLAGS        = -O
+ 
+ INSTALL         = @INSTALL@
+ MV              = @MV@

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061127/51fa6ac4/attachment.html


More information about the macports-changes mailing list