Port details |
- py-ice37 Modern alternative to object middleware such as CORBA/COM/DCOM/COM+
- 3.7.10 devel =2 3.7.10Version of this port present on the latest quarterly branch.
- Maintainer: grembo@FreeBSD.org
- Port Added: 2018-08-27 12:09:34
- Last Update: 2024-06-05 09:07:31
- Commit Hash: 447b64a
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- http://www.zeroc.com/
- Description:
- The Internet Communications Engine (Ice) is a modern alternative to object
middleware such as CORBA(TM) or COM/DCOM/COM+. Ice is easy to learn, yet
provides a powerful network infrastructure for demanding technical applications.
Ice shines where technologies such as SOAP or XML-RPC are too slow, or do not
provide sufficient scalability or security.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}Ice37>0:devel/py-ice37@${PY_FLAVOR}
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/devel/py-ice37/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-ice37
- pkg install py311-Ice37
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-Ice37 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-Ice37
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1714215718
SHA256 (zeroc-ice-ice-v3.7.10_GH0.tar.gz) = b90e9015ca9124a9eadfdfc49c5fba24d3550c547f166f3c9b2b5914c00fb1df
SIZE (zeroc-ice-ice-v3.7.10_GH0.tar.gz) = 10120858
Packages (timestamps in pop-ups are UTC):
- Master port: devel/ice37
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- mcpp : devel/mcpp
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- python3.11 : lang/python311
- gmake>=4.4.1 : devel/gmake
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- Library dependencies:
-
- libIce.so.37 : devel/ice37
- libmcpp.so : devel/mcpp
- libIce.so.37 : devel/ice37
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py311-Ice37-3.7.10:
DEBUG=off: Build with debugging support
TEST=off: Build and/or run tests
===> Use 'make config' to modify these settings
- Options name:
- devel_py-ice37
- USES:
- gettext-runtime python shebangfix compiler:c++14-lang iconv gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: devel/ice37 |
Commit | Credits | Log message |
3.7.10 05 Jun 2024 09:07:31 |
Michael Gmelin (grembo) |
devel/py-ice37: Unbreak build |
3.7.6 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
3.7.6 10 Sep 2022 17:41:16 |
Stefan Eßer (se) Author: Tobias Kortkamp |
Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
a) just using the pkg-descr from the parents
b) or had their own separate pkg-descr with custom WWW
Use WWW?= in parents when the child's WWW is different.
Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.
Approved by: portmgr (implicit) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.7.6 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.7.2_1 01 Nov 2021 13:59:05 |
Dmitry Marakasov (amdmi3) |
devel/py-ice37: limit supported python versions
modules/IcePy/Util.cpp:228:20: error: cannot initialize a variable of type
'PyFrameObject *' (aka '_frame *') with an lvalue of type 'struct
_interpreter_frame *'
PyFrameObject *f = PyThreadState_GET()->frame;
Approved by: portmgr blanket |
3.7.2_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.7.2_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.7.2_1 29 Mar 2021 16:49:29 |
kai |
devel/py-ice37: Fix build with Python 3.8
* Complete r559094 by backporting remaining bits from upstream repository
and adding the usual fixes for the pkg-plist.
PR: 254501
Approved by: grembo (maintainer) |
3.7.2_1 24 Dec 2020 13:46:02 |
kai |
Relax hardcoded paths to fix build with Python 3.8.7
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme. This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".
The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.
Remedy the issue by adding wildcards to these paths. This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.
[1] https://bugs.python.org/issue42604
PR: 252057
Reported by: John Kennedy
Reviewed by: fluffy, koobs
Approved by: koobs (python) |
3.7.2 15 Apr 2019 05:55:24 |
linimon |
These ports now build on powerpc64.
Approved by: portmgr (tier-2 blanket) |
3.7.1 27 Aug 2018 16:37:54 |
grembo |
Add ZeroC Ice 3.7.1 as new ports devel/{ice37|php-ice37|py-ice37}
Upgrading from Ice 3.6 isn't trivial, as it requires application
code changes. Therefore a new set of ports was created.
Marked devel/{ice|php5-ice|py-ice} as conflicting (and vice versa).
PR: 221141 |
3.7.1 27 Aug 2018 16:15:04 |
grembo |
Back-out commits r478195 through r478198 to redo
using repo copy. |
3.7.1 27 Aug 2018 12:09:19 |
grembo |
Add ZeroC Ice 3.7.1 python language mapping as devel/py-ice37
Upgrading from Ice 3.6 (devel/py-ice) is non-trivial (requires
application code changed), therefore a separate port was required.
PR: 221141 |