[151499] trunk/dports/devel/vxl

larryv at macports.org larryv at macports.org
Tue Aug 16 22:25:49 PDT 2016


Revision: 151499
          https://trac.macports.org/changeset/151499
Author:   larryv at macports.org
Date:     2016-08-16 22:25:49 -0700 (Tue, 16 Aug 2016)
Log Message:
-----------
vxl: Give patch a patchy extension

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

Added Paths:
-----------
    trunk/dports/devel/vxl/files/patch-core_vul_vul_psfile.h.diff

Removed Paths:
-------------
    trunk/dports/devel/vxl/files/patch-core_vul_vul_psfile.h

Modified: trunk/dports/devel/vxl/Portfile
===================================================================
--- trunk/dports/devel/vxl/Portfile	2016-08-17 05:25:28 UTC (rev 151498)
+++ trunk/dports/devel/vxl/Portfile	2016-08-17 05:25:49 UTC (rev 151499)
@@ -61,7 +61,7 @@
 
 if {[string match *clang* ${configure.compiler}]} {
     configure.cxxflags-append -Werror=gnu -Wno-error=vla -std=c++0x
-    patchfiles-append   patch-core_vul_vul_psfile.h
+    patchfiles-append   patch-core_vul_vul_psfile.h.diff
 }
 
 configure.args-append \

Deleted: trunk/dports/devel/vxl/files/patch-core_vul_vul_psfile.h
===================================================================
--- trunk/dports/devel/vxl/files/patch-core_vul_vul_psfile.h	2016-08-17 05:25:28 UTC (rev 151498)
+++ trunk/dports/devel/vxl/files/patch-core_vul_vul_psfile.h	2016-08-17 05:25:49 UTC (rev 151499)
@@ -1,11 +0,0 @@
---- core/vul/vul_psfile.h.orig	2015-06-21 14:19:35.000000000 +0300
-+++ core/vul/vul_psfile.h	2015-06-21 19:29:35.000000000 +0300
-@@ -37,7 +37,7 @@
- 
-   vul_psfile(char const* filename, bool debug_output=false);
-   ~vul_psfile();
--  operator bool() { return (void*)output_filestream!=(void*)0; }
-+  operator bool() { return !!output_filestream; }
- 
-   void set_paper_type(vul_psfile::paper_type type){printer_paper_type = type;}
-   void set_paper_layout(vul_psfile::paper_layout layout) {printer_paper_layout = layout;}

Copied: trunk/dports/devel/vxl/files/patch-core_vul_vul_psfile.h.diff (from rev 151498, trunk/dports/devel/vxl/files/patch-core_vul_vul_psfile.h)
===================================================================
--- trunk/dports/devel/vxl/files/patch-core_vul_vul_psfile.h.diff	                        (rev 0)
+++ trunk/dports/devel/vxl/files/patch-core_vul_vul_psfile.h.diff	2016-08-17 05:25:49 UTC (rev 151499)
@@ -0,0 +1,11 @@
+--- core/vul/vul_psfile.h.orig	2015-06-21 14:19:35.000000000 +0300
++++ core/vul/vul_psfile.h	2015-06-21 19:29:35.000000000 +0300
+@@ -37,7 +37,7 @@
+ 
+   vul_psfile(char const* filename, bool debug_output=false);
+   ~vul_psfile();
+-  operator bool() { return (void*)output_filestream!=(void*)0; }
++  operator bool() { return !!output_filestream; }
+ 
+   void set_paper_type(vul_psfile::paper_type type){printer_paper_type = type;}
+   void set_paper_layout(vul_psfile::paper_layout layout) {printer_paper_layout = layout;}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160816/8576dc6b/attachment.html>


More information about the macports-changes mailing list