[112082] trunk/dports/python/py-zeroc-ice35
blair at macports.org
blair at macports.org
Fri Oct 11 00:37:30 PDT 2013
Revision: 112082
https://trac.macports.org/changeset/112082
Author: blair at macports.org
Date: 2013-10-11 00:37:30 -0700 (Fri, 11 Oct 2013)
Log Message:
-----------
py-zeroc-ice35: new upstream 3.5.1 release.
Modified Paths:
--------------
trunk/dports/python/py-zeroc-ice35/Portfile
trunk/dports/python/py-zeroc-ice35/files/patch-ice.cpp.config.Make.rules.Darwin.diff
Modified: trunk/dports/python/py-zeroc-ice35/Portfile
===================================================================
--- trunk/dports/python/py-zeroc-ice35/Portfile 2013-10-11 07:30:48 UTC (rev 112081)
+++ trunk/dports/python/py-zeroc-ice35/Portfile 2013-10-11 07:37:30 UTC (rev 112082)
@@ -4,8 +4,7 @@
PortGroup python 1.0
name py-zeroc-ice35
-version 3.5.0
-revision 3
+version 3.5.1
set branch [join [lrange [split ${version} .] 0 1] .]
categories-append devel
maintainers blair
@@ -35,8 +34,8 @@
master_sites ${homepage}download/Ice/${branch}/
dist_subdir zeroc-ice35
distname Ice-${version}
-checksums sha1 8501afaf86c0d62192cfc1b83c338178f73e98e9 \
- sha256 583d4a819d50ad8b79b1e9ad45abfa3078f981486271ca8cd9ede8fa420ff575
+checksums sha1 63599ea22a1e9638a49356682c9e516b7c2c454f \
+ sha256 989e51194c6adadbd156da3288e37bad847b93b3b876502e83033b70493af392
patchfiles patch-ice.cpp.config.Make.rules.Darwin.diff \
patch-ice.py.config.Make.rules.Darwin.diff \
patch-ice.py.modules.IcePy.Communicator.cpp.diff
Modified: trunk/dports/python/py-zeroc-ice35/files/patch-ice.cpp.config.Make.rules.Darwin.diff
===================================================================
--- trunk/dports/python/py-zeroc-ice35/files/patch-ice.cpp.config.Make.rules.Darwin.diff 2013-10-11 07:30:48 UTC (rev 112081)
+++ trunk/dports/python/py-zeroc-ice35/files/patch-ice.cpp.config.Make.rules.Darwin.diff 2013-10-11 07:37:30 UTC (rev 112082)
@@ -9,17 +9,18 @@
so that any Mac OS X version can be used. Since we link against
MacPorts' OpenSSL, this flag is unnecessary.
-diff -ru Ice-3.5.0.orig/cpp/config/Make.rules.Darwin Ice-3.5.0/cpp/config/Make.rules.Darwin
---- Ice-3.5.0.orig/cpp/config/Make.rules.Darwin 2013-03-11 08:19:46.000000000 -0700
-+++ Ice-3.5.0/cpp/config/Make.rules.Darwin 2013-08-29 12:42:04.000000000 -0700
-@@ -11,17 +11,11 @@
+diff -ru Ice-3.5.1.orig/cpp/config/Make.rules.Darwin Ice-3.5.1/cpp/config/Make.rules.Darwin
+--- Ice-3.5.1.orig/cpp/config/Make.rules.Darwin 2013-10-04 08:48:14.000000000 -0700
++++ Ice-3.5.1/cpp/config/Make.rules.Darwin 2013-10-09 13:53:53.882488377 -0700
+@@ -11,18 +11,12 @@
# This file is included by Make.rules when uname is Darwin.
#
-CXX = xcrun clang++
+CXX ?= xcrun clang++
- CXXFLAGS = -Wall -Werror -D_REENTRANT
+ CPPFLAGS += -pthread
+ CXXFLAGS += -Wall -Werror
ifeq ($(OPTIMIZE),yes)
- #
@@ -31,7 +32,7 @@
CXXFLAGS := $(CXXARCHFLAGS) -O2 -DNDEBUG $(CXXFLAGS)
else
CXXFLAGS := $(CXXARCHFLAGS) -g $(CXXFLAGS)
-@@ -59,11 +53,6 @@
+@@ -66,11 +60,6 @@
mkshlib = $(CXX) -dynamiclib $(shlibldflags) -o $(1) -install_name @rpath/$(2) $(3) $(4)
@@ -40,15 +41,6 @@
-#
-OPENSSL_FLAGS = -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_6
-
- BASELIBS = -lIceUtil -lpthread
+ BASELIBS = -lIceUtil
LIBS = -lIce $(BASELIBS)
-@@ -72,7 +61,7 @@
- ICEUTIL_OS_LIBS = -lpthread
- ICE_OS_LIBS = -ldl
-
--PLATFORM_HAS_READLINE := no
-+PLATFORM_HAS_READLINE := yes
-
- #
- # QT is used only for the deprecated IceGrid and IceStorm SQL plugins
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131011/bce05a27/attachment.html>
More information about the macports-changes
mailing list