[30133] trunk/dports/devel/libgdiplus/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Oct 20 14:45:15 PDT 2007


Revision: 30133
          http://trac.macosforge.org/projects/macports/changeset/30133
Author:   stechert at macports.org
Date:     2007-10-20 14:45:15 -0700 (Sat, 20 Oct 2007)

Log Message:
-----------
trying to turn my bozo bit off - commit the patch as requested in ticket #12872

Modified Paths:
--------------
    trunk/dports/devel/libgdiplus/Portfile

Modified: trunk/dports/devel/libgdiplus/Portfile
===================================================================
--- trunk/dports/devel/libgdiplus/Portfile	2007-10-20 21:42:47 UTC (rev 30132)
+++ trunk/dports/devel/libgdiplus/Portfile	2007-10-20 21:45:15 UTC (rev 30133)
@@ -4,7 +4,7 @@
 
 name		libgdiplus
 version		1.2.5
-revision	1
+revision	2
 categories	devel
 platforms	darwin
 maintainers	stechert at macports.org
@@ -16,16 +16,41 @@
 homepage	http://www.go-mono.com/
 master_sites	${homepage}/sources/libgdiplus/
 use_bzip2	yes
-checksums	md5 82bbf6ca86b85e5148a15d8d88c6e548
+checksums	md5 82bbf6ca86b85e5148a15d8d88c6e548 \ 
+		sha1 871e71c59680e602716b41caaa13655d1d55d229 \ 
+		rmd160 84ecbb58edea5deb91b140e11461fb6fcf8b0f28 
 
+depends_build   port:pkgconfig 
+
 depends_lib	port:jpeg \
 		port:tiff \
 		port:libungif \
 		port:libpng \
 		port:pkgconfig \
+		port:render \ 
+	 	port:xrender \ 
 		port:zlib \
-		port:fontconfig
+		port:fontconfig \ 
+	 	port:freetype \ 
+		port:iconv \ 
+		port:libexif \ 
+		port:glib2 \ 
+		lib:libX11.6:XFree86 
 
+post-patch { 
+ 	reinplace "s/-pthread/-lpthread/g" ${worksrcpath}/configure 
+} 
+
+test.run        yes 
+test.target     check 
+
+post-destroot { 
+	set docdir ${prefix}/share/doc/${name}-${version} 
+	xinstall -d ${destroot}${docdir} 
+	xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog LICENSE NEWS \ 
+		README TODO ${destroot}${docdir} 
+} 
+
 platform darwin 8 {
 	configure.compiler	gcc-4.0
 }

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


More information about the macports-changes mailing list