[152977] trunk/dports/aqua/fltk

michaelld at macports.org michaelld at macports.org
Wed Sep 21 11:20:25 PDT 2016


Revision: 152977
          https://trac.macports.org/changeset/152977
Author:   michaelld at macports.org
Date:     2016-09-21 11:20:25 -0700 (Wed, 21 Sep 2016)
Log Message:
-----------
fltk-devel: udpate to 1.3.x-r11943.

Revision Links:
--------------
    https://trac.macports.org/changeset/11943

Modified Paths:
--------------
    trunk/dports/aqua/fltk/Portfile
    trunk/dports/aqua/fltk/files/patch-fix_LP64.devel.diff

Modified: trunk/dports/aqua/fltk/Portfile
===================================================================
--- trunk/dports/aqua/fltk/Portfile	2016-09-21 18:12:13 UTC (rev 152976)
+++ trunk/dports/aqua/fltk/Portfile	2016-09-21 18:20:25 UTC (rev 152977)
@@ -53,9 +53,9 @@
 
     conflicts       fltk
 
-    version         1.3.x-r11915
-    checksums       rmd160 d1e31331796fd8c4c9f3f7344dd62b848acec21e \
-                    sha256 407f25272d3d53fb9ab78584ada2624e37e6f18974d02f4c4bdbd41f7d7cf20e
+    version         1.3.x-r11943
+    checksums       rmd160 bed06ee40eee4e9ee7e5e98bc1322aa4184604fb \
+                    sha256 2592c5aa4dd9a4fa218ea0bba1992090a34f025e8390fe47ba78736613ce2b97
 
     master_sites    http://fltk.org/pub/fltk/snapshots/
     distname        fltk-${version}

Modified: trunk/dports/aqua/fltk/files/patch-fix_LP64.devel.diff
===================================================================
--- trunk/dports/aqua/fltk/files/patch-fix_LP64.devel.diff	2016-09-21 18:12:13 UTC (rev 152976)
+++ trunk/dports/aqua/fltk/files/patch-fix_LP64.devel.diff	2016-09-21 18:20:25 UTC (rev 152977)
@@ -39,12 +39,12 @@
  extern CGRect fl_cgrectmake_cocoa(int x, int y, int w, int h);
 --- src/Fl_Quartz_Printer.mm.orig
 +++ src/Fl_Quartz_Printer.mm
-@@ -89,7 +89,7 @@ int Fl_System_Printer::start_job (int pagecount, int *frompage, int *topage)
+@@ -89,7 +89,7 @@
    else
  #endif
    {
--#if !__LP64__
-+#if !__LP64__ && (MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_5)
+-#if !defined(__LP64__) || !__LP64__
++#if (!defined(__LP64__) || !__LP64__) && (MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_5)
      Boolean accepted;
      status = PMCreateSession(&printSession);
      if (status != noErr) return 1;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160921/8f029b71/attachment.html>


More information about the macports-changes mailing list