non port: devel/ice/Makefile |
SVNWeb
|
Number of commits found: 75 |
Wed, 26 Jul 2023
|
[ 00:48 Muhammad Moinur Rahman (bofh) ] 95274bf (Only the first 10 of 190 ports in this commit are shown above. )
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
|
Fri, 30 Jun 2023
|
[ 00:52 Muhammad Moinur Rahman (bofh) ] 1d7527c
devel/ice: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Fri, 1 Apr 2022
|
[ 05:32 Yasuhiro Kimura (yasu) ] f646a01
devel/ice: Fix build with Berkeley DB 18.x
PR: 262930
Tested by: grembo
Approved by: grembo (maintainer)
|
Sat, 15 Jan 2022
|
[ 19:23 Michael Gmelin (grembo) ] f4180be (Only the first 10 of 50 ports in this commit are shown above. )
devel/ice,devel/py-ice: Update to 3.6.5
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 8 Oct 2019
|
[ 10:40 grembo ]
Revert PORTSCOUT limit to the previous value, so that it will
start working correctly once https://github.com/freebsd/portscout/pull/7
has been resolved.
|
[ 08:23 grembo ]
Consolidate all my ports under my @FreeBSD.org address.
Also: Fix PORTSCOUT regex of devel/ice to include DISTVERSIONPREFIX.
|
[ 08:04 grembo ]
Limit portscout to version 3.6.x.
|
Thu, 3 Oct 2019
|
[ 09:39 pkubaj ]
devel/py-ice: unbreak on powerpc64
Builds fine with GCC from ports (needed also in devel/ice).
Approved by: mentors (implicit approval)
|
Sat, 13 Jul 2019
|
[ 21:33 linimon ]
Simplify architecture tests for 64-bit. Listing each ARCH is fragile; e.g.,
misses some 64-bit mips variants.
Tested on: amd64, powerpc64, armv7.
Approved by: portmgr (tier-2 blanket)
|
Mon, 27 Aug 2018
|
[ 16:37 grembo ] (Only the first 10 of 74 ports in this commit are shown above. )
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
|
[ 16:15 grembo ]
Back-out commits r478195 through r478198 to redo
using repo copy.
|
[ 12:24 grembo ]
Mark devel/{ice37|php-ice37,py-ice37} ports as conflicting.
Didn't bump revisions, as problems would also arise at
build time and the conflicting ports are already marked
as conflicting with the ice 3.6 family of ports.
PR: 221141
|
Tue, 22 May 2018
|
[ 13:15 mat ] (Only the first 10 of 74 ports in this commit are shown above. )
Add PY_FLAVOR to Python module dependencies.
Sponsored by: Absolight
|
Mon, 22 Jan 2018
|
[ 23:05 grembo ] (Only the first 10 of 12 ports in this commit are shown above. )
Update devel/ice, devel/py-ice, devel/php5-ice to version 3.6.4
PR: 222291
Submitted by: Andreas Sommer <andreas.sommer87@googlemail.com>
|
Thu, 7 Sep 2017
|
[ 18:28 grembo ]
Fixed IceGrid node bug where a replica might not get up-to-date object
adapter information about a server if an update is pending for this
server.
See also: https://github.com/zeroc-ice/ice/pull/18
|
Thu, 27 Apr 2017
|
[ 12:14 mat ]
Tries to use IceSSL.so before building it (sometime)
/usr/bin/ld: cannot find -lIceSSL
c++: error: linker command failed with exit code 1 (use -v to see invocation)
Sponsored by: Absolight
|
Mon, 30 Jan 2017
|
[ 22:29 grembo ]
Fix 64-bit platform detection for pre C++11 compilers.
In version 3.6.3, Ice started detecting 64 bit platforms by
checking __WORDSIZE. When using C++98/03, __STDC_LIMIT_MACROS isn't
set by default and __WORDSIZE is always set to 32, even if the
required headers weren't included beforehand. Until a proper
fix is available in base (e.g. not setting __WORDSIZE at all if
__STDC_LIMIT_MACROS isn't defined), we detect if C++11 or newer
is used and only rely on __WORDSIZE in this case, otherwise
we fall back to detecting the platform using other macros.
PR: 216609
Reported by: jbeich
|
Tue, 3 Jan 2017
|
[ 18:12 mat ] (Only the first 10 of 58 ports in this commit are shown above. )
Never set WRKSRC when using USE_GITHUB.
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
get out of them are not.
- If the repository was renamed, the old URL will still work, but the
distribution name will be ith the new name.
Sponsored by: Absolight
|
Tue, 15 Nov 2016
|
[ 14:52 grembo ]
Fix icegridnode, so it applies property changes to shared communicators
correctly.
Without this fix, updates to icebox applications that use a shared
communicator will fail silently (unless specific trace properties
are set), which also stops other configuration changes to propagate
properly. This will also be escalated to upstream.
Approved by: mentors (implicit)
|
Thu, 3 Nov 2016
|
[ 15:33 linimon ]
Builds on recent sparc64. While here, delete ia64 line, since ia64 is
no longer supported.
Approved by: portmgr (tier-2 blanket)
|
Wed, 12 Oct 2016
|
[ 17:23 grembo ] (Only the first 10 of 26 ports in this commit are shown above. )
Update ice ports to 3.6.3
A few critical patches got merged upstream, a few new were required
to maintain LibreSSL support and fix other new issues. Note that slice2py
moved from devel/py-ice to devel/ice.
Approved by: mentors (implicit)
|
Mon, 8 Aug 2016
|
[ 13:46 mat ] (Only the first 10 of 80 ports in this commit are shown above. )
USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx -> USES=bdb:xx.
Other modernisations when I see them.
PR: 209183
Sponsored by: Absolight
|
Sun, 10 Jul 2016
|
[ 12:47 grembo ]
Fix icegridadmin's handling of properties on shared communicators
See also:
https://forums.zeroc.com/discussion/46405/how-to-access-service-properties-using-icegridadmin-on-the-command-line-on-a-shared-communicator
Approved by: mentors (implicit)
|
Mon, 25 Apr 2016
|
[ 16:17 mat ] (Only the first 10 of 13 ports in this commit are shown above. )
Move USE_BDB support from bsd.databases.mk to its own file.
Also:
- Deorbit WANT_BDB_VER, one can use USES=bdb:<ver> instead.
- USE_BDB can't happen after bsd.port.pre.mk because it is a USES.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951
|
Wed, 6 Apr 2016
|
[ 13:08 grembo ]
Update ice ports to 3.6.2
Approved by: mentors(implicit)
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 8 Mar 2016
|
[ 00:29 grembo ]
Fix packaging with python 3.5.
This utilizes the new py3kplist feature.
While being there, fix unit tests so they work with python3 regardless
of the build environment's locale.
PR: 207771
Submitted by: rm
Approved by: maintainers (implicit)
|
Sun, 27 Dec 2015
|
[ 17:40 grembo ] (Only the first 10 of 11 ports in this commit are shown above. )
Update ice ports to 3.6.1 and switch to new unit test framework.
Approved by: mentors (implicit)
|
Wed, 16 Sep 2015
|
[ 23:38 grembo ]
Support building against LibreSSL and OpenSSL from ports.
Also fixes building against iconv from ports.
PR: 203163
Approved by: mentors (implicit)
|
Tue, 4 Aug 2015
|
[ 11:29 mat ] (Only the first 10 of 27 ports in this commit are shown above. )
Cleanup some abusive use of GH_TAGNAME.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 13 Jul 2015
|
[ 21:53 grembo ]
Bring back support for new iconv from r384038.
This fixes builds on FreeBSD versions without native iconv.
This had been lost due to changes in the Ice code structure
(iconv support moved from Ice to IceUtil).
Approved by: mentors (implicit)
|
[ 19:48 grembo ] (Only the first 10 of 58 ports in this commit are shown above. )
Update devel/ice, devel/py-ice and devel/php5-ice to 3.6.0
PR: 201143
Differential Revision: https://reviews.freebsd.org/D2930
Reviewed by: bapt
Approved by: bapt
Tested by: Roger Leigh <rleigh@codelibre.net>
|
Tue, 26 May 2015
|
[ 16:47 antoine ] (Only the first 10 of 37 ports in this commit are shown above. )
Switch PYTHON_REL from a 3 digits number to a 4 digits number to handle
python 2.7.10
Differential Revision: https://reviews.freebsd.org/D2639
Reviewed by: sunpoet, mva
|
Thu, 16 Apr 2015
|
[ 07:33 tijl ]
Bump PORTREVISION after r384038 because it added patches for headers that
are installed.
PR: 199473
Submitted by: smh
|
Mon, 23 Mar 2015
|
[ 15:28 grembo ]
Make sure that failed unit tests lead to failed builds.
Fix the unit test python script provided upstream [1] and
move running the unit test to the pre-install target.
[1] https://zeroc.com/forums/patches/6416-ice-3-5-1-small-patch-testutil-py.html
Approved by: mentors (implicit)
|
Sun, 18 Jan 2015
|
[ 14:52 grembo ]
Import fix to extremely poor stringify performance in IcePy, see [1].
[1]
https://www.zeroc.com/forums/patches/6379-ice-3-5-1-patch-fix-extremely-poor-icepy-stringify-performance.html
Approved by: mentors (implicit)
|
Thu, 15 Jan 2015
|
[ 09:05 tijl ] (Only the first 10 of 102 ports in this commit are shown above. )
Add missing USE_OPENSSL=yes
PR: 195796
|
Tue, 4 Nov 2014
|
[ 17:49 grembo ]
Remove shadowed variables from header.
See also
http://www.zeroc.com/forums/patches/6336-minor-patch-basicstream-h-remove-shadowed-variables.html
Approved by: mentors (implicit)
|
Sun, 14 Sep 2014
|
[ 14:39 grembo ]
Remove obsolete check for NO_STAGE.
Approved by: mentors (implicit)
|
Fri, 12 Sep 2014
|
[ 18:06 grembo ]
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)
|
Thu, 28 Aug 2014
|
[ 16:56 amdmi3 ]
- Switch devel/mcpp to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
|
Sun, 24 Aug 2014
|
[ 13:32 grembo ]
Indentation fix.
Reviewed by: flo (mentor)
Approved by: flo (mentor)
|
[ 13:08 grembo ]
Fix use of USE_BDB
Submitted by: ohauer
Reviewed by: flo (mentor)
Approved by: flo (mentor)
|
Thu, 21 Aug 2014
|
[ 22:50 mandree ] (Only the first 10 of 119 ports in this commit are shown above. )
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports)
|
Thu, 9 Jan 2014
|
[ 01:57 mandree ] (Only the first 10 of 43 ports in this commit are shown above. )
Overhaul devel/ice, devel/py-ice and devel/php5-ice:
Changes from [*]:
- Update Ice to 3.5.1.
- Stageify all three ports.
- Convert py-ice and php5-ice to slave ports.
- Use ICONV_LIB, so it builds ok with native iconv [1].
- Workaround for FreeBSD 10's static destructor order disaster [2].
- Install man pages.
- Allow package build for non-root users.
[1]
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-iconv.html
[2] http://lists.freebsd.org/pipermail/freebsd-ports/2013-June/084580.html
Changes from [3]:
- Convert LIB_DEPENDS to new syntax.
- USE_GMAKE -> USES
- list Berkeley DB 6 invalid, requires upstream changes, but upstream is
loathe to make those due to licensing change in BDB
- remove BDB 2 and 3 from invalid listing, we no longer have these ports
PR: ports/184453 [*]
PR: ports/185569 [3]
Submitted by: Michael Gmelin (maintainer) [*]
Submitted by: mandree [3]
Approved by: Michael Gmelin (maintainer) [3]
|
Fri, 20 Sep 2013
|
[ 17:04 bapt ] (Only the first 10 of 482 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
|
Mon, 17 Jun 2013
|
[ 11:42 rm ] (Only the first 10 of 109 ports in this commit are shown above. )
- update to 3.5.0
- add license (GPLv2)
- switch to bdb 5
- mark broken on 10.x for the time being (as it was discussed on ports@ ML)
- remove patches, applied upstream
This version of Ice brings many new features, e.g.
- New encoding version
- Metrics facility
- Optional data members and parameters
- Compact encoding for classes and exceptions
- Compact type IDs
- Preserved slices
- Custom enumerator values
- C++11 lambda functions
- Remote Update of Server Properties
- IPv6 now enabled by default
- Python 3 support
- Use Berkley DB 5
See http://doc.zeroc.com/display/Ice/Release+Notes for details.
PR: 179233
Submitted by: Michael Gmelin <freebsd@grem.de> (maintainer)
Tested by: Jaret Bartsch <jaretbartsch@yahoo.ca>
|
Sat, 27 Apr 2013
|
[ 08:50 mva ] (Only the first 10 of 196 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
|
Thu, 14 Feb 2013
|
[ 09:42 gahr ] (Only the first 10 of 133 ports in this commit are shown above. )
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr
|
Sun, 23 Sep 2012
|
[ 14:45 bsam ] (Only the first 10 of 28 ports in this commit are shown above. )
Changes from the PR:
. fix built using Clang in C++11 mode and libc++ (-std=c++11
-stdlib=libc++);
. incorporate a patch that fixes an assert bug in IceStrom;
. adopt new-style options;
While I'm here:
. adopt new-style headers;
. remove indefinite article form COMMENT;
. remove library versions from LIB_DEPENDS.
PR: ports/171643
Submitted by: Michael Gmelin <freebsd@grem.de> (maintainer)
|
Sat, 24 Mar 2012
|
[ 15:57 miwi ] (Only the first 10 of 78 ports in this commit are shown above. )
- Fix build with gcc 4.7
- Add support for clang
PR: 165702
Submitted by: Michael Gmelin <freebsd@grem.de> (maintainer)
Feature safe: yes
|
Sat, 18 Feb 2012
|
[ 13:38 culot ]
- Update MAINTAINER
PR: ports/165246
Submitted by: Stefan Ehmann <shoesoft@gmx.net> (maintainer)
|
Mon, 7 Nov 2011
|
[ 04:24 miwi ] (Only the first 10 of 39 ports in this commit are shown above. )
- Get rid FreeBSD 6 support
|
Sun, 31 Jul 2011
|
[ 15:43 arved ]
Fix a compatibility issue with FreeBSD's implementation of close(2) which
results in Ice reporting errno ECONNRESET (connection reset by peer).
PR: 159031
Submitted by: Michael Gmelin <freebsd@grem.de>
Approved by: maintainer
|
Tue, 28 Jun 2011
|
[ 13:44 miwi ]
- Update to 3.4.2
PR: 157947
Submitted by: Michael Gmelin <freebsd@grem.de>
Approved by: maintainer
|
Sun, 15 Aug 2010
|
[ 12:02 arved ]
Update to 3.4.1
PR: 146633
Submitted by: maintainer
|
Tue, 18 Aug 2009
|
[ 13:58 bsam ]
. add LIB_DEPENDS+=mcpp.3:${PORTSDIR}/devel/mcpp; [1]
. remove BUILD_DEPENDS=mcpp:${PORTSDIR}/devel/mcpp; [2]
. bump PORTREVISION. [1]
PR: ports/137767 [1]
Submitted by: Ayumi M <ayu at commun.jp> [1]
Approved by: Stefan Ehmann <shoesoft at gmx.net> (maintaiiner) [1]
Suggested by: Stefan Ehmann <shoesoft at gmx.net> (maintaiiner) [2]
|
Sun, 5 Apr 2009
|
[ 07:49 rafan ]
- Update to 3.3.1
PR: ports/133376
Submitted by: Stefan Ehmann <shoesoft at gmx.net> (maintainer)
|
Thu, 14 Aug 2008
|
[ 22:28 miwi ] (Only the first 10 of 27 ports in this commit are shown above. )
- Update to 3.3.0
PR: 126195 126197 126198
Submitted by: Stefan Ehmann <shoesoft@gmx.net> (maintainer)
|
Fri, 1 Feb 2008
|
[ 06:55 linimon ]
Mark as broken on sparc64: fails to link.
|
Mon, 29 Oct 2007
|
[ 08:12 itetcu ]
Update to 3.2.1
PR: ports/115597
Submitted by: Stefan Ehmann (maintainer)
|
Wed, 18 Apr 2007
|
[ 20:52 gabor ]
- Update to 3.2.0
PR: ports/111541
Submitted by: Stefan Ehmann <shoesoft@gmx.net> (maintainer)
|
Sat, 18 Nov 2006
|
[ 19:20 stefan ]
Fix port for cases in which NOPORTDOCS is defined.
PR: 105498
Submitted by: Mark Andrews <Mark_Andrews@isc.org>
Patch by: maintainer
|
Fri, 10 Nov 2006
|
[ 12:12 laszlof ]
Update port to version 3.1.1, add code to respect NOPORTDOCS
PR: ports/105288
Submitted by: Stefan Ehmann <shoesoft@gmx.net> (maintainer)
Approved by: flz (mentor)
|
Sun, 6 Aug 2006
|
[ 16:53 itetcu ]
convert to USE_BDB
PR: ports/101409
Submitted by: Stefan Ehmann (maintainer)
|
Thu, 20 Jul 2006
|
[ 21:07 rafan ]
- Update to 3.1.0
- pet portlint(1)
PR: ports/100583
Submitted by: maintainer
|
Thu, 4 May 2006
|
[ 21:41 edwin ] (Only the first 10 of 364 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with D
|
Mon, 30 Jan 2006
|
[ 23:20 kuriyama ] (Only the first 10 of 67 ports in this commit are shown above. )
Chase shlib bump of libexpat.
|
Fri, 18 Nov 2005
|
[ 12:25 arved ]
Update to 3.0.0
PR: 89193
Submitted by: Boris B. Samorodov <bsam@ipt.ru>
Approved by: maintainer
|
Thu, 21 Jul 2005
|
[ 00:15 kris ]
BROKEN on ia64: Does not compile
|
Wed, 6 Jul 2005
|
[ 13:49 pav ]
- Update to 2.1.2
PR: ports/83035
Submitted by: Stefan Ehmann <shoesoft@gmx.net> (maintainer)
|
Wed, 8 Jun 2005
|
[ 15:10 arved ]
Add an experimental port of ice, the Internet Communications Engine, a
modern alternative to object middleware such as CORBA.
PR: 64136
Submitted by: Stefan Ehmann <shoesoft@gmx.net>
Original submission by: Sergey Matveychuk <sem@ciam.ru>
Thanks to: flz for reviving the PR
|
Number of commits found: 75 |