Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.0.0_6 01 Jul 2024 20:27:23 |
Rene Ladan (rene) |
all: drop support for FreeBSD 13.2 which reached EOL today
Thanks again to jbeich for noticing various things I overlooked.
Reviewed by: acm, ashish, eduardo, ehaupt, eugen, jbeich, martymac, mat,
nobukata, sunpoet, tagattie, yuri, arrowd, kde
Differential Revision: https://reviews.freebsd.org/D45141 |
7.0.0_6 17 Aug 2023 04:33:21 |
Muhammad Moinur Rahman (bofh) |
devel/ucommon: Fix build with openssl3
Sponsored by: The FreeBSD Foundation |
7.0.0_6 02 Aug 2023 14:16:43 |
Muhammad Moinur Rahman (bofh) |
*/*: Fix typos on OPENSSL3 build fixes
On my previous OpenSSL 3 fixes there was an accidental typo. This commit
fixes all those typos.
Approved by: portmgr (blanket) |
7.0.0_6 23 Jul 2023 22:16:15 |
Muhammad Moinur Rahman (bofh) |
devel/ucommon: Fix build with openssl3
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
7.0.0_6 30 Jun 2023 00:52:07 |
Muhammad Moinur Rahman (bofh) |
devel/ucommon: Fix build with llvm16
Sponsored by: The FreeBSD Foundation |
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) |
7.0.0_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 ) |
7.0.0_6 02 Sep 2022 10:35:44 |
Tobias C. Berner (tcberner) |
devel/ucommon: remove patch breaking pc files
/usr/ports/devel/ccrtp:
ld: error: unable to find library -llpthread
PR: 265652 |
7.0.0_5 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
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 ) |
7.0.0_5 16 May 2022 06:49:43 |
Loïc Bartoletti (lbartoletti) |
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine |
7.0.0_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
7.0.0_5 30 Jun 2020 09:49:25 |
danfe |
Allow to build against contemporary versions of OpenSSL.
PR: 229027 |
7.0.0_5 01 Jan 2020 17:27:55 |
brnrd |
Chase rename of security/openssl111
- Categories a-m
MFH: 2020Q1 |
7.0.0_5 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
7.0.0_4 03 Apr 2019 07:48:58 |
antoine |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2 |
7.0.0_4 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
7.0.0_4 13 Dec 2018 06:34:19 |
tobik |
devel/ucommon does not build with OpenSSL 1.1.1
http://beefy11.nyi.freebsd.org/data/head-i386-default/p485718_s340864/logs/errors/ucommon-7.0.0_3.log
PR: 229027 |
7.0.0_4 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
7.0.0_3 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
7.0.0_2 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
7.0.0_1 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
7.0.0 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
7.0.0 25 Dec 2016 13:00:05 |
amdmi3 |
- Remove CMAKE_INSTALL_MANDIR, no more needed with latest cmake
- Switch to new test framework |
7.0.0 03 Oct 2016 06:53:46 |
jbeich |
devel/ucommon: unbreak on 9.x
test/string.cpp:135: error: integer constant is too large for 'long' type
Reported by: pkg-fallout |
7.0.0 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
7.0.0 01 Apr 2016 13:18:17 |
mat |
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight |
7.0.0 14 Jan 2016 03:23:07 |
jhale |
- Update devel/ucommon to 7.0.0
- Bump PORTREVISION on dependent ports due to shlib bump
- Update audio/ccaudio2 to 2.2.0
- Add LICENSE
- Fix detection of gsm and speex |
6.1.11_1 07 Jan 2016 14:54:04 |
jhale |
Add USES=pathfix support for CMake. Some ports that use CMake to build
already had USES=pathfix, although it did nothing. For those ports, I
either removed it as they were handling the pkgconfig files differently
or I removed patches and substitutions that accomplished the same thing
as pathfix.
Differential Revision: https://reviews.freebsd.org/D850
Reviewed by: antoine, bapt, tijl
Approved by: portmgr (bapt) |
6.1.11_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
6.1.11_1 15 Jan 2015 09:05:38 |
tijl |
Add missing USE_OPENSSL=yes
PR: 195796 |
6.1.11 10 Dec 2014 22:29:15 |
gahr |
- Reset maintainership of my ports |
6.1.11 27 Oct 2014 11:09:47 |
bapt |
Cleanup plist |
6.1.11 15 Sep 2014 07:41:40 |
gahr |
- Update to 6.1.11
Changes:
* any addr and overloads in commoncpp
* cmake abi fix and other apple specific issues
* stream fixes, sflphone recommended changes, and other updates
* key protocol added
* cleaner build for binding without resolver
* cleanup and fixes for commoncpp peering...
* UDPSocket: use ucommon::Socket::address
* Socket::address: add setAny(sockaddr*), setLoopback(sockaddr*) |
6.1.10 04 Aug 2014 09:14:49 |
gahr |
- Update to 6.1.10
Changelog:
* iso cleaness
* Fix memory leak in DateTime ctor
* Fix utf8::count()
* secure::erase() should be more secure |
6.1.9 15 Jul 2014 08:10:28 |
gahr |
- Update to 6.1.9
Changes:
* ost::Socket: use ucommon::Socket for join(), drop() implementations
* back to native threading model for mingw
* Socket::store: use existing len method
* Socket::address: allow printing to std::ostream
* Socket::address: use in_port_t for port numbers
* Socket::join, ::drop: allow to set interface index for IPv6 |
6.1.8 07 Jul 2014 07:21:49 |
gahr |
- Update to 6.1.8
Changes:
- lots of android related updates
- mingw libstdc++ c++11 support now requires winpthread
- more android related updates |
6.1.6 10 Jun 2014 08:22:00 |
gahr |
- Update to 6.1.6
Changes:
* Socket::address::print(): minor fixes
* Socket::address: fix constructor documentation
* Socket::address: add unit tests for print()
* Socket::address: add print() method
* Socket::address: add withPort()
* Socket::address: add constructors from standard addr types
* Socket::address: use existing len() method. |
6.1.5 26 May 2014 08:56:05 |
gahr |
- Update to 6.1.5
Changes:
* key merge on load |
6.1.4 20 May 2014 08:36:10 |
gahr |
- Update to 6.1.4
Changes:
* lots of namespace usage cleanup
* Socket::address: add unit tests for new features
* Socket::address: add isAny, setAny, isLoopback, setLoopback, any,
loopback
* Socket::address: convert port to network byte order
* ost::Socket: add compatibility with ucommon::Socket::address
* we don't want commoncpp configs if no lib made
* Socket::address: add equality operator, getPort, setPort, getSize
* improved cmake and added srpm, todo make targets |
6.1.3 05 May 2014 08:21:42 |
gahr |
- Update to 6.1.3
Changes from 6.1.2 to 6.1.3
- revised unixaddr buffer overflow issue
Changes from 6.1.1 to 6.1.2
- updated contacts, fsf address, and copyright
- revised cmake build
- added setgroups |
6.1.1 15 Apr 2014 07:34:40 |
gahr |
- Update to 6.1.1
Changes:
* module flag support for older commoncpp packages
* fix for commoncpp pc file
* some additional original classes mapped to commoncpp
* default Semaphore constructor now valid special case |
6.1.0 05 Feb 2014 13:45:39 |
miwi |
- Stage support |
6.1.0 09 Jan 2014 15:20:10 |
gahr |
- Update to 6.1.0
Changes:
* small fixes based on notes from Tristan
* exception behavior is changed (fixed) for commoncpp
* keywait utility added |
6.0.7_1 02 Oct 2013 07:19:10 |
gahr |
- Fix pthread linker flags in pkgconf file [1]
- STAGE-clean
Reported by: acm@ [1] |
6.0.7 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
6.0.7 17 Sep 2013 07:46:14 |
gahr |
- Fix build on < 10.0
PR: 182169
Submitted by: Ryan Frederick <ryanrfrederick@gmail.com> |
6.0.7 16 Sep 2013 16:36:59 |
gahr |
- Update to 6.0.7
- Fix build with libc++ [1]
- Switch build type to CMake
Change log:
from ucommon 6.0.6 to 6.0.7
- error state in fsys open fixed
- fsys error reset inline added
from ucommon 6.0.5 to 6.0.6
- small cleanup of useless validator assignments
- fix gnutls casting and warnings
- modernized automake support
from ucommon 6.0.4 to 6.0.5
- additional constructors to pass pre-allocated memory
from ucommon 6.0.3 to 6.0.4
- fix for address list comparison issue
Reported by: pkg-fallout [1] |
6.0.3 23 Apr 2013 10:13:20 |
bapt |
Convert devel to USES=pkgconfig |
6.0.3 19 Mar 2013 13:04:31 |
eadler |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
6.0.3 12 Feb 2013 08:16:28 |
gahr |
- Unbreak on GCC |
6.0.3 11 Feb 2013 15:55:52 |
gahr |
- Add a couple of missing 0s from OSVERSION
Reported by: bapt |
6.0.3 11 Feb 2013 15:51:17 |
gahr |
- Fix build on !CURRENT
Reported by: qat (via decke) |
6.0.3 11 Feb 2013 14:20:03 |
gahr |
- Update to 6.0.3
Changes:
from ucommon 6.0.2 to 6.0.3
- fixes for older gnutls releases
from ucommon 6.0.1 to 6.0.2
- digest stream operators
- auto memory erasing keystring and keyrandom template
- common code shared for secure library
- some fixes for gnutls support
from ucommon 6.0.0 to 6.0.1
- fixes for gnutls support (Only the first 15 lines of the commit message are shown above ) |
5.5.0 13 Aug 2012 08:38:11 |
gahr |
- Update to 5.5.0
PR: 170583
Submitted by: Waitman Gobble <uzimac@da3m0n8t3r.com> |
5.2.2 25 Jul 2012 06:32:08 |
cs |
Fix typos in COMMENT |
5.2.2 12 Apr 2012 10:28:08 |
gahr |
- Update to 5.2.2
- use strcoll for sorting when possible
- common c++ object linking, maps, and ref counted pointers added back
- stringpager supports ordered add and sorting
- directory pager and list type added
- no -L or -I paths in default installs (multi-arch issue) |
5.2.1 13 Feb 2012 08:50:13 |
gahr |
- Update to 5.2.1
Changes:
* fixed issue with static linking initialization order
* shell release method
- Added a test target to invoke the provided test suite |
5.2.0 01 Feb 2012 17:25:18 |
gahr |
- Update to 5.2.0
Changes:
* better handling of strerror_r support.
* corrected copyright. Since cc libs were moved to bayonne and commoncpp
had been added, ALL of ucommon (including commoncpp2) are L-GPL, not just
the "core" library.
* more standardized manpages
* improved shell::detach support and new pdetach utility
* fsys generic basic file operations
* commoncpp file and dso compatibility support added
- Add LICENSE (LGPL3)
- Move binaries to ${PREFIX}/bin/ucommon to avoid clashes (ucommon binaries
have pretty standard names) |
5.1.0 03 Jan 2012 09:36:00 |
gahr |
- Update to 5.1.0 |
5.0.7 24 Nov 2011 13:00:45 |
gahr |
- Update to 5.0.7
Feature safe: yes |
5.0.5 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
5.0.5 02 Aug 2011 08:11:59 |
gahr |
- update to 5.0.5 |
5.0.3 21 Jun 2011 14:37:48 |
gahr |
- Update to 5.0.3 |
5.0.1 06 Jun 2011 09:44:52 |
gahr |
- Fix PLIST
Reported by: PH (via pav) |
5.0.1 01 Jun 2011 08:43:18 |
gahr |
- Update to 5.0.1 |
4.3.3 11 May 2011 12:33:27 |
gahr |
- Update to 4.3.3 |
4.3.2 26 Apr 2011 12:15:23 |
gahr |
- Update to 4.3.2 |
4.3.1 12 Apr 2011 15:41:19 |
gahr |
- Update to 4.3.1 |
4.2.2 29 Mar 2011 07:08:00 |
gahr |
- Update to 4.2.2 |
4.2.0 22 Mar 2011 15:40:39 |
gahr |
- Update to 4.2.0 |
4.1.7 16 Mar 2011 19:10:59 |
gahr |
- Update to 4.1.7 |
4.1.6 28 Feb 2011 10:14:57 |
gahr |
- Update to 4.1.6
Changes:
* fixed permission of shared memory, now world readable if not umasked
- Shorten lines in pkg-descr to stay within the 80 col limit
- Add USE_LDCONFIG |
4.1.5 21 Feb 2011 13:03:51 |
gahr |
- New ports: devel/ucommon
GNU uCommon C++ is meant as a very light-weight C++ library.
WWW: http://www.gnutelephony.org/index.php/GNU_uCommon_C%2B%2B |