diff options
author | grembo <grembo@FreeBSD.org> | 2018-08-28 00:37:53 +0800 |
---|---|---|
committer | grembo <grembo@FreeBSD.org> | 2018-08-28 00:37:53 +0800 |
commit | 8b6a6e13a07c8efa19415ec76aea41600ab6abc6 (patch) | |
tree | eb6d27ddf885032d9eeabfe8659c3654a0d6543d /devel/ice | |
parent | 6a26686f972906e55a8264a8b6da5dfe8e22fb4a (diff) | |
download | freebsd-ports-gnome-8b6a6e13a07c8efa19415ec76aea41600ab6abc6.tar.gz freebsd-ports-gnome-8b6a6e13a07c8efa19415ec76aea41600ab6abc6.tar.zst freebsd-ports-gnome-8b6a6e13a07c8efa19415ec76aea41600ab6abc6.zip |
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
Diffstat (limited to 'devel/ice')
-rw-r--r-- | devel/ice/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/ice/Makefile b/devel/ice/Makefile index 190241ff0e91..ba05cf349389 100644 --- a/devel/ice/Makefile +++ b/devel/ice/Makefile @@ -12,6 +12,7 @@ COMMENT= Modern alternative to object middleware such as CORBA/COM/DCOM/COM+ LICENSE= GPLv2 SLAVE_PORT?= no +CONFLICTS= Ice37 py*-Ice37 php*-Ice37 MAKE_JOBS_UNSAFE= yes |