Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.87 18 Jul 2024 16:45:30
    |
Po-Chuan Hsieh (sunpoet)  |
www/htmlcxx: Update WWW and clean up pkg-descr |
0.87 31 Jul 2023 16:39:52
    |
Po-Chuan Hsieh (sunpoet)  |
www/htmlcxx: Add USES=compiler:c++14-lang |
0.87 23 Jul 2023 17:54:17
    |
Muhammad Moinur Rahman (bofh)  |
www/htmlcxx: Fix build with llvm16
- Pet portclippy
Approved by: portmgr (blanket)
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) |
0.87 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 ) |
0.87 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.87 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.87 24 Feb 2020 16:13:36
  |
sunpoet  |
Update to 0.87
- Update MASTER_SITES
- Take maintainership
Changes: https://sourceforge.net/p/htmlcxx/code/ci/master/tree/README
https://github.com/bonitao/htmlcxx/blob/master/README |
0.86 02 Oct 2019 19:25:07
  |
bapt  |
Use the new bison:alias to avoid a dependency on GNU bison
While here modernize a bit the port |
0.86 12 Jan 2018 11:21:07
  |
rene  |
Return kevlo's ports to the pool, he handed in his commit bit.
With hat: portmgr-secretary |
0.86 16 Feb 2017 02:31:16
  |
kevlo  |
Update to 0.86 |
0.85_2 10 Oct 2015 14:03:01
  |
tijl  |
Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.
These were FreeBSD specific aliases for libiconv(), libiconv_open() and
libiconv_close() that are now also provided by libc which complicates
writing configure tests that work correctly when both libc iconv and
libiconv are available.
Also, because the libiconv iconv.h header redefines iconv* to libiconv*
correct use of the header implies that the aliases aren't used.
The following ports needed fixes because there was something wrong with
the way they tried to detect or use iconv:
audio/deadbeef: Remove LIBICONV_PLUG from a source file. It's a
compile-time option and should not be set in source code. (Only the first 15 lines of the commit message are shown above ) |
0.85_2 15 Apr 2015 08:20:28
  |
tijl  |
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been (Only the first 15 lines of the commit message are shown above ) |
0.85_1 30 Nov 2014 11:20:35
  |
antoine  |
Allow building with bison 3
PR: ports/194680 |
0.85_1 21 Jun 2014 07:05:26
  |
amdmi3  |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
0.85 29 Jan 2014 11:51:51
  |
miwi  |
- Stage support |
0.85 20 Sep 2013 23:36:54
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.85 13 Sep 2013 02:52:44
  |
kevlo  |
- Fix build with clang
- Mark jobs unsafe |
0.85 27 Apr 2013 18:25:25
  |
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
0.85 19 Sep 2012 08:08:32
  |
kevlo  |
Initial import of htmlcxx-0.85.
htmlcxx is a simple non-validating CSS and HTML parser for C++. |