Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.12.4 28 Sep 2024 13:29:44 |
Dimitry Andric (dim) |
devel/poco: fix build with libc++ 19
As noted in the libc++ 19 release notes [1], std::char_traits<> is now
only provided for char, char8_t, char16_t, char32_t and wchar_t, and any
instantiation for other types will fail.
This causes devel/poco to fail to compile with clang 19 and libc++ 19,
resulting in errors similar to:
/usr/include/c++/v1/string:820:42: error: implicit instantiation of undefined
template 'std::char_traits<unsigned char>'
820 | static_assert(is_same<_CharT, typename
traits_type::char_type>::value,
| ^
/usr/include/c++/v1/__type_traits/is_constructible.h:42:62: note: in
instantiation of template class 'std::basic_string<unsigned char>' requested
here
42 | : public integral_constant<bool, __is_constructible(_Tp,
__add_rvalue_reference_t<_Tp>)> {};
| ^ (Only the first 15 lines of the commit message are shown above ) |
1.12.4 16 Jul 2023 15:01:36 |
Felix Palmen (zirias) |
devel/poco: Modernize port Makefile
* Replace CMAKE_ARGS and <opt>_CMAKE_[ON|OFF] by CMAKE_[ON|OFF] and
<opt>_CMAKE_BOOL[_OFF] for handling cmake BOOL knobs
* Drop a CONFLICTS to a port that was removed in 2019
* As advised by portclippy, put all options descriptions in their own
block
Approved by: portmgr (blanket) |
1.12.4 16 Jul 2023 15:00:04 |
Felix Palmen (zirias) Author: Henry Hu |
devel/poco: Update to 1.12.4
Full Changelog:
https://github.com/pocoproject/poco/blob/poco-1.12.4/CHANGELOG
PR: 272371 |
1.10.1 26 Apr 2023 15:49:59 |
Muhammad Moinur Rahman (bofh) |
devel/poco: Mark BROKEN_SSL for OpenSSL 3.0 and later
Approved by: portmgr (blanket) |
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) |
1.10.1 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 ) |
1.10.1 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 ) |
1.10.1 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
1.10.1 08 Oct 2021 08:57:28 |
Bernhard Froehlich (decke) |
devel/poco: Add CPE information
Approved by: portmgr (blanket) |
1.10.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.10.1 29 Mar 2021 16:14:17 |
arrowd |
devel/poco: Update to 1.10.1
PR: 254554
Reviewed by: daniel.engberg.lists@pyret.net
Approved by: Henry Hu <henry.hu.sh@gmail.com> |
1.9.0_1 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 |
1.9.0 07 Apr 2019 20:14:01 |
yuri |
devel/poco: Update 1.8.0.1 -> 1.9.0
Bump databases/clickhouse and graphics/osgearth.
PR: 236134
Submitted by: henry.hu.sh@gmail.com (maintainer) |
1.8.0.1_2 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 |
1.8.0.1_1 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 |
1.8.0.1 02 Jun 2018 19:40:59 |
linimon |
Adjust USES to fix building on gcc-based archs (in particular, powerpc64).
On the clang architectures, these changes have no effect: the baser
compiler already includes the needed features.
While here, remove now-redundant CXXFLAGS statements and pet portlint
(no other content change).
Tested on both powerpc64 and amd64.
Approved by: portmgr (tier-2 blanket) |
1.8.0.1 04 Dec 2017 15:35:37 |
swills |
devel/poco: update to 1.8.0.1
PR: 224062
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer) |
1.7.8_1 23 Jul 2017 17:21:38 |
riggs |
Fix build / plist when SSL OPTION is not selected
PR: 219506
Submitted by: henry.hu.sh@gmail.com (maintainer)
MFH: 2017Q3 (ports-secteam build fix blanket) |
1.7.8 14 Mar 2017 10:34:48 |
jrm |
devel/poco: Fix build when the TEST option is on by removing patches that
were first added to fix build on 9.x.
PR: 217714
Reported by: henry.hu.sh@gmail.com (maintainer)
Approved by: swills (mentor, implicit) |
1.7.8 12 Mar 2017 15:27:13 |
jrm |
devel/poco: update to 1.7.8
Upstream release notes: https://pocoproject.org/blog/?p=1037
PR: 217714
Submitted by: henry.hu.sh@gmail.com (new maintainer)
Approved by: swills (mentor, implicit) |
1.7.2 15 Sep 2016 01:41:28 |
swills |
Unmark broken on powerpc64
These ports built successfully |
1.7.2 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
1.7.2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.7.2 23 Mar 2016 14:05:48 |
mat |
Update to 1.7.2.
PR: 208206
Submitted by: tkato432 yahoo com
Sponsored by: Absolight |
1.7.0 15 Mar 2016 15:06:34 |
mat |
Update to 1.7.0.
PR: 207987
Submitted by: tkato432 yahoo com
Sponsored by: Absolight |
1.6.0 25 Feb 2016 12:16:33 |
rakuco |
Fix the build on 9.3-i386 by working around base GCC's limitations.
Add the "LL" suffix to constants that base GCC thinks are too big.
PR: 207486
MFH: 2016Q1 |
1.6.0 25 Feb 2016 12:14:01 |
rakuco |
Set ALL_TARGET to poco.
The "all" target builds samples and tests regardless of whether they were
disabled in the configuration script (consequently not honoring the options set
in the port).
MFH: 2016Q1 |
1.6.0 25 Feb 2016 12:13:00 |
rakuco |
Reassign wes@'s ports to the pool.
This commit bit was taken in for safekeeping in 2011 with r269228. For some
reason I don't understand there are commits from him in 2011 and 2012 after
that happened, but in any case his last commit was in mid-2012 and he isn't
active in Bugzilla. |
1.6.0 27 Jun 2015 14:21:12 |
amdmi3 |
- Mark BROKEN on 9.x i386:
src/StringTest.cpp:929: error: integer constant is too large for 'long' type
Submitted by: pkg-fallout
Approved by: portmgr blanket |
1.6.0 15 May 2015 19:11:43 |
brd |
Update devel/poco to 1.6.0
PR: 198908
Submitted by: brd
Approved by: bdrewery (mentor), maintainer timeout |
1.4.3 27 Oct 2014 11:03:01 |
bapt |
Cleanup plist |
1.4.3 20 Jun 2014 11:17:30 |
amdmi3 |
- Remove bogus include file to fix stage
Approved by: portmgr blanket |
1.4.3 07 Jun 2014 12:07:36 |
danfe |
- Provide a more descriptive COMMENT (taken from the sf.net page)
- Do not abuse GNU_CONFIGURE knob for non-GNU, custom configure script
- Stagify; cleanup; define LICENSE (BSL); utilize OPTIONS helpers, etc.
(applicable to `devel/poco-ssl' port only) |
1.4.3 07 Jun 2014 09:25:59 |
danfe |
Stagify; cleanup Makefile; define LICENSE (BSL); utilize OPTIONS helpers.
NB: New version 1.4.6p4 is available |
1.4.3 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.4.3 02 Aug 2013 05:30:02 |
bapt |
Fix build without gcc |
1.4.3 23 May 2013 02:27:22 |
jgh |
- adoption of optionsNG
- trim historical headers
Approved by: portmgr (miwi) |
1.4.3 20 May 2012 09:01:06 |
pav |
- Fix package by removing OS X specific items from pkg-plist
Reported by: pointyhat |
1.4.3 10 May 2012 18:49:27 |
wes |
Register conflict with ssl/db version of Poco.
Provide config options to disable building test suites and samples. |
1.4.3 10 May 2012 16:44:30 |
wes |
Update to Poco 1.4.3p1, fix plist. |
1.4.1 09 Aug 2011 18:16:06 |
wes |
Re-take maintainership of Poco ports. |
1.4.1 23 Feb 2011 08:34:56 |
wen |
- Update to 1.4.1 |
1.3.6 16 Feb 2011 03:46:50 |
tabthorpe |
Reassign ports to the pool, thanks for your service, we hope to see you
back. |
1.3.6 04 Dec 2009 06:32:02 |
wes |
Update to 1.3.6, fix broken plist. |
1.3.3p1 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
1.3.3p1 25 Jan 2009 21:03:19 |
pav |
- Mark BROKEN: bad plist
Reported by: pointyhat |
1.3.3p1 11 Jan 2009 06:52:44 |
wes |
Upgrade POCO to 1.3.3p1.
MFC after: 1 week |
1.3.2 18 Feb 2008 17:21:43 |
wes |
- Updated to 1.3.2;
- Use SF macro;
- Sort pkg-plist;
- Add NOTE to UPDATING.
As submitted by Felippe, but I left the MASTER_SITE_SUBDIR setting because
I couldn't fetch from SourceForge without it. If you experience download
problems, please email me.
PR: ports/120595
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
MFC after: 1 week |
1.2.8 29 Jan 2007 23:31:48 |
wes |
These include files got missed in the transition to 1.2.8, where SSL support
was removed to a separate version of POCO. |
1.2.8 15 Jan 2007 04:11:21 |
wes |
Change the version number in the Makefile too, dummy!
Noticed by: Bug Magnet autobuilder |
1.2.7 12 Jan 2007 08:28:33 |
wes |
Update to 1.2.8. |
1.2.5 02 Dec 2006 15:29:03 |
wes |
Clean up after myself properly. |
1.2.5 29 Nov 2006 23:25:10 |
wes |
The C++ Portable Components consists of four libraries providing a
platform abstraction layer for system interfaces, an XML parser
with SAX2 and DOM interfaces and an XML writer, classes for working
with configuration files and command line arguments, and a number
of network protocols. |