[153435] trunk/dports/irc/hexchat

ionic at macports.org ionic at macports.org
Fri Sep 30 07:30:05 CEST 2016


Revision: 153435
          https://trac.macports.org/changeset/153435
Author:   ionic at macports.org
Date:     2016-09-29 22:30:04 -0700 (Thu, 29 Sep 2016)
Log Message:
-----------
irc/hexchat: fixup 10.9- compat patch file again. Remove whitespace. Fixes comment in #52385.

Modified Paths:
--------------
    trunk/dports/irc/hexchat/Portfile
    trunk/dports/irc/hexchat/files/patch-sysinfo-plugin-on-10.9-and-lower.diff

Modified: trunk/dports/irc/hexchat/Portfile
===================================================================
--- trunk/dports/irc/hexchat/Portfile	2016-09-30 03:00:36 UTC (rev 153434)
+++ trunk/dports/irc/hexchat/Portfile	2016-09-30 05:30:04 UTC (rev 153435)
@@ -38,7 +38,7 @@
                     port:gettext
 
 patchfiles          patch-include-order.diff \
-                    patch-sysinfo-plugin-on-10.9-and-lower.diff 
+                    patch-sysinfo-plugin-on-10.9-and-lower.diff
 
 # reconfigure for intltool 0.51 compatibility
 use_autoreconf      yes

Modified: trunk/dports/irc/hexchat/files/patch-sysinfo-plugin-on-10.9-and-lower.diff
===================================================================
--- trunk/dports/irc/hexchat/files/patch-sysinfo-plugin-on-10.9-and-lower.diff	2016-09-30 03:00:36 UTC (rev 153434)
+++ trunk/dports/irc/hexchat/files/patch-sysinfo-plugin-on-10.9-and-lower.diff	2016-09-30 05:30:04 UTC (rev 153435)
@@ -4,7 +4,7 @@
  static char *
  get_os_fallback (void)
  {
-+#if MAC_OS_X_VERSION_MIN_REQUIRED <= MAC_OS_X_VERSION_10_9
++#if !defined(MAC_OS_X_VERSION_10_9) || MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_9
 +	SInt32 ver_major = 0,
 +	       ver_minor = 0,
 +	       ver_patch = 0;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20160929/1f016f83/attachment-0002.html>


More information about the macports-changes mailing list