[73267] trunk/dports/print/libharu

and.damore at macports.org and.damore at macports.org
Mon Nov 8 02:33:40 PST 2010


Revision: 73267
          http://trac.macports.org/changeset/73267
Author:   and.damore at macports.org
Date:     2010-11-08 02:33:35 -0800 (Mon, 08 Nov 2010)
Log Message:
-----------
adding typedefs to hdpf.h, cf. http://lua-users.org/lists/lua-l/2010-08/msg00081.html discussion thread

Modified Paths:
--------------
    trunk/dports/print/libharu/Portfile

Added Paths:
-----------
    trunk/dports/print/libharu/files/
    trunk/dports/print/libharu/files/patch-hpdf_h.diff

Modified: trunk/dports/print/libharu/Portfile
===================================================================
--- trunk/dports/print/libharu/Portfile	2010-11-08 09:25:30 UTC (rev 73266)
+++ trunk/dports/print/libharu/Portfile	2010-11-08 10:33:35 UTC (rev 73267)
@@ -4,6 +4,7 @@
 
 name                    libharu
 version                 2.2.0
+revision                1
 categories              print
 platforms               darwin
 maintainers             and.damore openmaintainer
@@ -29,5 +30,7 @@
                         sha1    a76765426165974395fdc0e4de6a81eeaf7a237a \
                         rmd160  3e2cbef26fcd89f8664acbfcfdc8d88caf2015da
 
+patchfiles              patch-hpdf_h.diff
+
 configure.args-append --with-png=${prefix} \
                       --with-zlib=${prefix}

Added: trunk/dports/print/libharu/files/patch-hpdf_h.diff
===================================================================
--- trunk/dports/print/libharu/files/patch-hpdf_h.diff	                        (rev 0)
+++ trunk/dports/print/libharu/files/patch-hpdf_h.diff	2010-11-08 10:33:35 UTC (rev 73267)
@@ -0,0 +1,15 @@
+--- include/hpdf.h.orig	2010-11-08 11:12:12.000000000 +0100
++++ include/hpdf.h	2010-11-08 11:12:39.000000000 +0100
+@@ -66,6 +66,12 @@
+ typedef HPDF_HANDLE   HPDF_ExtGState;
+ typedef HPDF_HANDLE   HPDF_FontDef;
+ typedef HPDF_HANDLE   HPDF_U3D;
++typedef HPDF_HANDLE   HPDF_Error;
++typedef HPDF_HANDLE   HPDF_MMgr;
++typedef HPDF_HANDLE   HPDF_Dict;
++typedef HPDF_HANDLE   HPDF_EmbeddedFile;
++typedef HPDF_HANDLE   HPDF_OutputIntent;
++typedef HPDF_HANDLE   HPDF_Xref;
+ 
+ #else
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101108/3e1fe911/attachment.html>


More information about the macports-changes mailing list