diff options
author | Michael Gmelin <grembo@FreeBSD.org> | 2014-09-12 18:06:17 +0000 |
---|---|---|
committer | Michael Gmelin <grembo@FreeBSD.org> | 2014-09-12 18:06:17 +0000 |
commit | a9fd01f49122b5d4b1840c4b726bf06b1c510dc9 (patch) | |
tree | b35a1987e6cdd0a6b55ffc4ed9b24499882cab9b /devel/ice/files/patch-cpp-test-Glacier2-staticFiltering-run.py | |
parent | 7bc80d6ec0100ab85b75ca5ca79d070446bea80b (diff) | |
download | ports-a9fd01f49122b5d4b1840c4b726bf06b1c510dc9.tar.gz ports-a9fd01f49122b5d4b1840c4b726bf06b1c510dc9.zip |
This adds patches No 3 [1] and No 5 [2] from upstream.
Also fixes LIB_DEPENDS handling (previous versions of the slave
ports won't depend on libIce.so), move LIB_DEPENDS and LIB_VRS
for slaves to master, upgrade to USES= python
[1] http://www.zeroc.com/forums/patches/6183-patch-3-ice-3-5-1-marshaling-bug-nested-optionals.html
[2] http://www.zeroc.com/forums/patches/6285-patch-5-ice-3-5-1-fix-icegrid-registry-issue-shared-replica-groups.html
Approved by: mentors (implicit)
Notes
Notes:
svn path=/head/; revision=368054
Diffstat (limited to 'devel/ice/files/patch-cpp-test-Glacier2-staticFiltering-run.py')
-rw-r--r-- | devel/ice/files/patch-cpp-test-Glacier2-staticFiltering-run.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/ice/files/patch-cpp-test-Glacier2-staticFiltering-run.py b/devel/ice/files/patch-cpp-test-Glacier2-staticFiltering-run.py index 71682c85e713..f3a00fbb3848 100644 --- a/devel/ice/files/patch-cpp-test-Glacier2-staticFiltering-run.py +++ b/devel/ice/files/patch-cpp-test-Glacier2-staticFiltering-run.py @@ -14,11 +14,11 @@ domainname = "" +print "Network and process debug output:" -+subprocess.call(["/usr/bin/netstat", "-an"]) -+subprocess.call(["/bin/ps", "-alxww"]) -+subprocess.call(["/usr/bin/sockstat"]) +subprocess.call(["/sbin/ifconfig", "-a"]) +subprocess.call(["/sbin/sysctl", "-a"]) ++subprocess.call(["/bin/ps", "-alxww"]) ++subprocess.call(["/usr/bin/sockstat"]) ++subprocess.call(["/usr/bin/netstat", "-an"]) testcases = [ ('testing category filter', ('', '', '', 'foo "a cat with spaces"', '', ''), |