[93159] trunk/dports/textproc/xmlroff

ryandesign at macports.org ryandesign at macports.org
Wed May 16 11:10:01 PDT 2012


Revision: 93159
          https://trac.macports.org/changeset/93159
Author:   ryandesign at macports.org
Date:     2012-05-16 11:10:00 -0700 (Wed, 16 May 2012)
Log Message:
-----------
xmlroff: update to 0.6.2; BSD license now; add patch to fix build with glib 2.32 (#34469); use port:-style dependencies

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

Added Paths:
-----------
    trunk/dports/textproc/xmlroff/files/
    trunk/dports/textproc/xmlroff/files/patch-glib-2.32.diff

Modified: trunk/dports/textproc/xmlroff/Portfile
===================================================================
--- trunk/dports/textproc/xmlroff/Portfile	2012-05-16 17:44:02 UTC (rev 93158)
+++ trunk/dports/textproc/xmlroff/Portfile	2012-05-16 18:10:00 UTC (rev 93159)
@@ -4,10 +4,11 @@
 PortSystem          1.0
 
 name                xmlroff
-version             0.5.1
+version             0.6.2
 categories          textproc
 platforms           darwin
 maintainers         nomaintainer
+license             BSD
 
 description         An XSL formatter producing PDF and PostScript.
 
@@ -18,24 +19,27 @@
 homepage            http://xmlroff.org/
 master_sites        ${homepage}download/
 
-checksums           md5     83cc19e284efb140008d11863fe74ff2
+checksums           rmd160  a20e052ba7adae1e704f5f2620d14456872245c7 \
+                    sha256  305be62e51406baaa74870cb95f813f436a756170d2cd14eb48ffd13c7b20f74
 
 depends_build       port:pkgconfig
 
-depends_lib         lib:libxml2.2:libxml2 \
-                    lib:libatk-1.0:atk \
+depends_lib         port:libxml2 \
+                    port:atk \
                     path:lib/pkgconfig/glib-2.0.pc:glib2 \
-                    lib:libgtk.2:gtk2 \
-                    lib:libart_lgpl_2:libart_lgpl \
-                    lib:libbonobo-2:libbonobo \
-                    lib:libgnomeprint-2.2:libgnomeprint \
-                    lib:libIDL-2:libidl \
-                    lib:libxslt:libxslt \
-                    lib:libORBit-2.0:orbit2 \
+                    port:gtk2 \
+                    port:libart_lgpl \
+                    port:libbonobo \
+                    port:libgnomeprint \
+                    port:libidl \
+                    port:libxslt \
+                    port:orbit2 \
                     path:lib/pkgconfig/pango.pc:pango \
-                    lib:libpangoxsl-1:pangoxsl \
+                    port:pangoxsl \
                     port:xmlcatmgr
 
+patchfiles          patch-glib-2.32.diff
+
 configure.ldflags-append    "-framework CoreFoundation"
 
 # Specify catalog to add (catalog for xmlroff's libfo library)

Added: trunk/dports/textproc/xmlroff/files/patch-glib-2.32.diff
===================================================================
--- trunk/dports/textproc/xmlroff/files/patch-glib-2.32.diff	                        (rev 0)
+++ trunk/dports/textproc/xmlroff/files/patch-glib-2.32.diff	2012-05-16 18:10:00 UTC (rev 93159)
@@ -0,0 +1,12 @@
+--- libfo/fo-libfo-basic.h.orig	2007-07-18 08:27:53.000000000 -0500
++++ libfo/fo-libfo-basic.h	2012-05-16 12:57:33.000000000 -0500
+@@ -11,8 +11,7 @@
+ #define __FO_LIBFO_BASIC_H__
+ 
+ #include <stdio.h>
+-#include <glib/gtypes.h>
+-#include <glib/gerror.h>
++#include <glib.h>
+ 
+ G_BEGIN_DECLS
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120516/8afa48bf/attachment.html>


More information about the macports-changes mailing list