[67390] trunk/dports/net/libproxy

elelay at macports.org elelay at macports.org
Fri May 7 00:16:53 PDT 2010


Revision: 67390
          http://trac.macports.org/changeset/67390
Author:   elelay at macports.org
Date:     2010-05-07 00:16:47 -0700 (Fri, 07 May 2010)
Log Message:
-----------
disable PAC support on Tiger (see #24127)

Modified Paths:
--------------
    trunk/dports/net/libproxy/Portfile

Added Paths:
-----------
    trunk/dports/net/libproxy/files/patch-libproxy-CMakeLists.txt.2.diff

Modified: trunk/dports/net/libproxy/Portfile
===================================================================
--- trunk/dports/net/libproxy/Portfile	2010-05-07 07:05:37 UTC (rev 67389)
+++ trunk/dports/net/libproxy/Portfile	2010-05-07 07:16:47 UTC (rev 67390)
@@ -78,4 +78,10 @@
         configure.args-delete -D__pkg_config_checked_KDE4=YES
 }
 
+platform darwin 8 {
+	patchfiles-append patch-libproxy-CMakeLists.txt.2.diff
+    notes "PAC files support is not available in Tiger.
+see https://trac.macports.org/ticket/24127"
+}
+
 livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"

Added: trunk/dports/net/libproxy/files/patch-libproxy-CMakeLists.txt.2.diff
===================================================================
--- trunk/dports/net/libproxy/files/patch-libproxy-CMakeLists.txt.2.diff	                        (rev 0)
+++ trunk/dports/net/libproxy/files/patch-libproxy-CMakeLists.txt.2.diff	2010-05-07 07:16:47 UTC (rev 67390)
@@ -0,0 +1,37 @@
+--- libproxy/CMakeLists.txt.orig	2010-04-29 19:25:32.000000000 +0200
++++ libproxy/CMakeLists.txt	2010-04-29 19:16:58.000000000 +0200
+@@ -96,20 +96,20 @@
+   endif()
+ endif()
+ 
+-if(APPLE)
+-  find_library(WEBKIT_LIBRARIES JavaScriptCore)
+-  find_library(SC_LIBRARIES SystemConfiguration)
+-  find_library(CF_LIBRARIES CoreFoundation)
+-  if(WEBKIT_LIBRARIES)
+-    set(WEBKIT_FOUND 1)
+-  endif()
+-  if(SC_LIBRARIES)
+-    set(SC_FOUND 1)
+-  endif()
+-  if(CF_LIBRARIES)
+-    set(CF_FOUND 1)
+-  endif()
+-endif()
++# if(APPLE)
++#   find_library(WEBKIT_LIBRARIES JavaScriptCore)
++#   find_library(SC_LIBRARIES SystemConfiguration)
++#   find_library(CF_LIBRARIES CoreFoundation)
++#   if(WEBKIT_LIBRARIES)
++#     set(WEBKIT_FOUND 1)
++#   endif()
++#   if(SC_LIBRARIES)
++#     set(SC_FOUND 1)
++#   endif()
++#   if(CF_LIBRARIES)
++#     set(CF_FOUND 1)
++#   endif()
++# endif()
+ 
+ # Build the pacrunner into libproxy unless we are building for multiple engines
+ set(BIPR 1)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100507/a1f70552/attachment.html>


More information about the macports-changes mailing list