[47581] trunk/dports/graphics/magicpoint

macsforever2000 at macports.org macsforever2000 at macports.org
Sat Feb 28 19:31:34 PST 2009


Revision: 47581
          http://trac.macports.org/changeset/47581
Author:   macsforever2000 at macports.org
Date:     2009-02-28 19:31:34 -0800 (Sat, 28 Feb 2009)
Log Message:
-----------
Replace libungif dependency with giflib. Add missing patch file patch-freetype.patch. (#18342) and (#18341)

Modified Paths:
--------------
    trunk/dports/graphics/magicpoint/Portfile

Added Paths:
-----------
    trunk/dports/graphics/magicpoint/files/patch-freetype.patch

Modified: trunk/dports/graphics/magicpoint/Portfile
===================================================================
--- trunk/dports/graphics/magicpoint/Portfile	2009-03-01 02:52:20 UTC (rev 47580)
+++ trunk/dports/graphics/magicpoint/Portfile	2009-03-01 03:31:34 UTC (rev 47581)
@@ -25,7 +25,7 @@
 
 depends_lib	port:Xft2 \
 		lib:libpng12.0:libpng \
-		lib:libungif.4:libungif
+		path:include/gif_lib.h:giflib
 
 universal_variant no
 

Added: trunk/dports/graphics/magicpoint/files/patch-freetype.patch
===================================================================
--- trunk/dports/graphics/magicpoint/files/patch-freetype.patch	                        (rev 0)
+++ trunk/dports/graphics/magicpoint/files/patch-freetype.patch	2009-03-01 03:31:34 UTC (rev 47581)
@@ -0,0 +1,11 @@
+--- mgp.h.orig	2009-02-03 10:06:51.000000000 -0500
++++ mgp.h	2009-02-03 10:07:18.000000000 -0500
+@@ -62,6 +62,8 @@
+ #include <X11/cursorfont.h>
+ #include <X11/Xatom.h>
+ #ifdef USE_XFT2
++#include <ft2build.h>
++#include FT_FREETYPE_H
+ #include <freetype/freetype.h>
+ #include <fontconfig/fontconfig.h>
+ #include <X11/Xft/Xft.h>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090228/4edf7f9e/attachment-0001.html>


More information about the macports-changes mailing list