Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.16.2 23 Sep 2024 23:29:40 |
Daniel Engberg (diizzy) |
irc/hexchat: Remove libtool as dependency
Not used in project
Approved by: portmgr (blanket) |
2.16.2 12 Feb 2024 18:27:08 |
Daniel Engberg (diizzy) |
irc/hexchat: Deprecate port
Project is no longer being developed and repo archived upstream
as of 2024-02-10
References:
https://hexchat.github.io/news/2.16.2.html
PR: 276968
Reviewed by: pkubaj (maintainer) |
2.16.2 12 Feb 2024 16:58:01 |
Piotr Kubaj (pkubaj) Author: Jan Beich |
irc/hexchat: convert to option helpers
PR: 270363
Approved by: pkubaj (maintainer) |
2.16.2 11 Feb 2024 11:49:07 |
Piotr Kubaj (pkubaj) |
irc/hexchat: update to 2.16.2
Changelog: https://hexchat.readthedocs.io/en/latest/changelog.html#id1 |
2.16.1_5 12 Jan 2024 22:40:48 |
Muhammad Moinur Rahman (bofh) |
*/*: Sanitize MANPREFIX for meson ports
Approved by: portmgr |
2.16.1_4 08 Oct 2023 04:45:07 |
Dag-Erling Smørgrav (des) |
irc/hexchat: Remove unneeded CA_BUNDLE option.
MFH: 2023Q4
Reviewed by: pkubaj
Differential Revision: https://reviews.freebsd.org/D42073 |
2.16.1_3 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2.16.1_3 21 May 2023 01:03:57 |
Jan Beich (jbeich) |
irc/hexchat: drop unused variable after 2c672a4de941
Reported by: portscan, portlint |
2.16.1_3 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
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) |
2.16.1_2 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 ) |
2.16.1_2 20 Jul 2022 14:22:09 |
Tobias C. Berner (tcberner) |
irc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* A. Gabriel <backslash@BSDCode.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Alfred Perlstein <alfred@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Ben Hutchinson <benhutch@xfiles.org.uk>
* Bill Fumerola <billf@chc-chimes.com>
* Chess Griffin <chess@chessgriffin.com>
* Chris Piazza <cpiazza@FreeBSD.org>
* Craig Edwards <brain@mail1.chatspike.net> (Only the first 15 lines of the commit message are shown above ) |
2.16.1_2 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
2.16.1_1 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
2.16.1 13 Feb 2022 19:43:32 |
Daniel Engberg (diizzy) |
irc/hexchat: Some fixes to port
- Use upstream release archive as recommended by Porters Handbook
(USE_GITHUB section)
- Define gdkpixbuf2 dependency (reported by Poudriere)
- Adjust SHEBANG_FILES to remove the need to define BINARY_ALIAS
- Remove INSTALL_TARGET
- Define INSTALLS_ICONS (reported by Portlint)
- Remove unnecessary LIBS variable
PR: 261922
Reviewed by: pkubaj (maintainer) |
2.16.1 12 Feb 2022 22:18:52 |
Piotr Kubaj (pkubaj) |
irc/hexchat: update to 2.16.1 |
2.16.0 20 Oct 2021 16:13:15 |
Stefan Eßer (se) |
irc/hexchat: Add CPE information
Approved by: portmgr (blanket) |
2.16.0 16 Oct 2021 06:51:22 |
Antoine Brodin (antoine) |
irc/hexchat: unbreak after USE_GCC=any removal |
2.16.0 12 Oct 2021 15:01:38 |
Tobias Kortkamp (tobik) |
*: Clean up some things
- Fix typos
- Fix overwritten variables with focus on master/slave ports
- Remove unreferenced variables
- Sort categories
- Remove redundant option descriptions
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan |
2.16.0 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
2.16.0 07 Oct 2021 17:53:56 |
Piotr Kubaj (pkubaj) |
irc/hexchat: update to 2.16.0 |
2.14.3_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.14.3_1 09 Mar 2021 14:13:41 |
mat |
Remove occurrences of %%LUA_LIBDIR%%.
Differential Revision: https://reviews.freebsd.org/D29138 |
2.14.3_1 06 Feb 2021 19:32:25 |
bapt |
Remove false dependency on gconf |
2.14.3 22 Dec 2019 13:56:59 |
pkubaj |
irc/hexchat: update to 2.14.3, change maintainer to my FreeBSD.org address,
regenerate patches, add USES=localbase
Changelog:
fix various incorrect parsing of IRC messages relating to trailing
parameters
fix SASL negotiation combined with multi-line cap
fix input box theming with Yaru theme
python: Work around Python 3.7 regression causing crash on unload
sysinfo: Add support for /etc/os-release
sysinfo: Ignore irrelevant mounts when calculating storage size |
2.14.2_3 05 Nov 2019 22:26:59 |
zeising |
Add USES=xorg USES=gl, ports categories i
Add USES=xorg and USES=gl to ports in categories starting with 'i'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
2.14.2_3 09 Oct 2019 11:50:49 |
bapt |
Drop the ipv6 virtual category for i* category as it is not relevant anymore |
2.14.2_3 13 Aug 2019 22:22:35 |
mat |
Convert to UCL & cleanup pkg-message (categories h-k) |
2.14.2_3 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 |
2.14.2_2 11 Feb 2019 16:40:07 |
meta |
irc/hexchat: fix build when PYTHON option is off
- hexchat requires Python 3
- Specify PYTHON_VER in MESON_ARGS since each ports might be built with
different Python versions
PR: 235644
Submitted by: w.schwarzenfeld@utanet.at
Reported by: Philipp Engel <kidon@posteo.de>
Approved by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) |
2.14.2_1 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 |
2.14.2 27 Oct 2018 00:17:37 |
swills |
irc/hexchat: fix build with GCC-based architectures
PR: 232728
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) |
2.14.2 03 Sep 2018 13:12:28 |
swills |
irc/hexchat: update to 2.14.2
PR: 231061
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) |
2.14.1_1 01 Aug 2018 20:20:00 |
bhughes |
irc/hexchat: add SYSINFO option (off by default)
PR: 227281
Submitted by: pkubaj@anongoth.pl (maintainer)
Reported by: lcraft@gmail.com
Sponsored by: Miles AS |
2.14.1_1 22 Jun 2018 19:59:41 |
tcberner |
Update net/libproxy to 0.4.15
* this release switched the build system to cmake
* move libproxy-gnome to libproxy-gnome2 for consistency
* add new slave libproxy-webkit3
* try to simplify the whole thing
* bump revisions in the dependencies
Reviewed by: gnome (kwm), mat
Differential Revision: https://reviews.freebsd.org/D15655 |
2.14.1 13 Apr 2018 13:11:07 |
ashish |
- Update to 2.14.1
- Add dependency on iso-codes, and meson (new build system)
- Remove OPTIONS: NLS SOCKS
- Remove hardcoded CA bundle path in patch with a variable
replaced at post-patch
- Add workaround for detecting system's OpenSSL version
- Update WWW
PR: 227324
Approved by: Piotr Kubaj <pkubaj at anongoth dot pl> (maintainer) |
2.12.4 06 Jun 2017 16:18:17 |
mat |
Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB.
While there, fix small style issues.
Sponsored by: Absolight |
2.12.4 03 Jan 2017 14:12:28 |
olivier |
Fix build with libressl
PR: 215363
Submitted by: w.schwarzenfeld@utanet.at
Reviewed by: pkubaj@anongoth.pl (maintainer)
Approved by: jadawin (mentor)
Differential Revision: https://reviews.freebsd.org/D8824 |
2.12.4 16 Dec 2016 13:48:37 |
olivier |
Update to 2.12.4
PR: 215302
Submitted by: Piotr Kubaj (maintainer)
Approved by: tabthorpe
Differential Revision: https://reviews.freebsd.org/D8805 |
2.12.3 08 Nov 2016 11:13:40 |
tz |
irc/hexchat: Update from 2.12.1 to 2.12.3
Changelog: https://hexchat.readthedocs.io/en/latest/changelog.html
PR: 213344
uSbmitted by: Piotr Kubaj <pkubaj@anongoth.pl>, swills
Approved by: junovitch (mentor) |
2.12.1 09 Sep 2016 19:42:46 |
amdmi3 |
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true) (Only the first 15 lines of the commit message are shown above ) |
2.12.1 26 Aug 2016 06:17:08 |
pi |
irc/hexchat: fix build when lang/gcc is installed
PR: 211327
MFH: 2016Q3
Reported by: kib
Submitted by: Tobias Kortkamp <t@tobik.me>
Approved by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) |
2.12.1 20 Jul 2016 19:18:30 |
amdmi3 |
- Update to 2.12.1
- Pass maintainership to pkubaj@anongoth.pl
- Switch to options helpers
- Cosmetic fixes
- Switch to USES=ssl
- While here, fix LICENSE and add LICENSE_FILE
PR: 211083 [1], 211085 [2]
Submitted by: pkubaj@anongoth.pl [1], serio.jeffrey@gmail.com (maintainer) [2]
Approved by: serio.jeffrey@gmail.com (maintainer) [1] |
2.10.2 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
2.10.2 12 Oct 2015 14:18:57 |
culot |
- Update maintainer's address
PR: 203717
Submitted by: serio.jeffrey@riseup.net (maintainer) |
2.10.2 28 Sep 2015 18:31:58 |
rm |
irc/hexchat: pass maintainership to submitter
PR: 203388
Submitted by: Jeffrey Serio <serio.jeffrey@riseup.net> |
2.10.2 02 Aug 2015 20:23:56 |
kwm |
Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.
PR: 201980
Exp-run by: antoine@ |
2.10.2 26 Jun 2015 13:23:57 |
marino |
irc/hexchat: Remove extraneous <pre>/<post> |
2.10.2 16 Jun 2015 12:56:27 |
amdmi3 |
- Fix build on pre-10.x by requiring newer OpenSSL version from ports
- Fix build with NLS disabled by adding gettext-tools dependency
MFH: 2015Q2 |
2.10.2 30 May 2015 20:18:19 |
nemysis |
- Reset maintainer to ports@ |
2.10.2 21 May 2015 18:18:37 |
nemysis |
- Update to 2.10.2, announce message is here:
http://hexchat.readthedocs.org/en/latest/changelog.html
- Change master site from http://dl.hexchat.org/ to http://dl.hexchat.net
- Remove obsolete REINPLACE, hexchat.appdata.xml install properly
- Recreate patches, changed by upstream |
2.10.1 27 Oct 2014 13:00:22 |
bapt |
Cleanup plist |
2.10.1 03 Oct 2014 16:10:00 |
tijl |
- Remove USE_AUTOTOOLS
- Use INSTALL_TARGET=install-strip
- Fix problem with locale directory by setting CPPFLAGS |
2.10.1 12 Sep 2014 10:41:59 |
nemysis |
- Update to 2.10.1, announce message is here:
http://hexchat.readthedocs.org/en/latest/changelog.html
- Take maintainership
- Add dependency for devel/gnome-common
- Remove XFT Option, changed by upstream
- Remove LIBSEXY, SOCKS and XFT from default Options
- Add SOCKS_DESC
- Remove Spell Options and dependencies, changed by upstream
- Remove PORTSCOUT
- USES python instead of USE_PYTHON=yes
- Remove obsolete REINPLACE, changes accepted by upstream to use SH
- Change REINPLACE, changed by upstream
- Add CP and RM, not fixable with other ways
- Recreate patch files/patch-src__common__ssl.c with make makepatch
Approved by: maintainer (private email) |
2.9.6.1_6 29 Aug 2014 10:56:19 |
amdmi3 |
- Fix build by adding missing LIBS
Approved by: portmgr blanket |
2.9.6.1_6 31 Jul 2014 15:18:55 |
wg |
net/dante: update to 1.4.0
- Add LICENSE
- Support stage
PR: 191232
Submitted by: mp39590 gmail com
Approved by: maintainer (timeout) |
2.9.6.1_5 03 Jun 2014 19:54:22 |
nemysis |
- Bump PORTREVISION for dependencies changes
- Pass maintainership to koalative at gmail.com
- Use libtool instead of USE_AUTOTOOLS libtool
- Add USE_AUTOTOOLS libtoolize
- Set PORTSCOUT, wrong NLS
- Change pkg-plist, remove *.la files |
2.9.6.1_4 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
2.9.6.1_3 12 Apr 2014 15:21:22 |
nemysis |
- Bump PORTREVISION for dependencies changes
- Define CA_BUNDLE and add to default Options
- Add REINPLACE and patches to enable CA_BUNDLE
PR: ports/188508
Submitted by: ashish@ |
2.9.6.1_2 01 Apr 2014 17:54:02 |
nemysis |
- Change Makefile header, use my name and @FreeBSD.org email
- Use tar:xz instead of USE_XZ=yes
- Strip libraries
- Break lines around 80 characters
- Change pkg-message, add information about FiSH Protection
- Change pkg-descr, update WWW |
2.9.6.1_2 22 Oct 2013 13:58:56 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [fgijk])
Approved by: portmgr (bdrewery) |
2.9.6.1_2 04 Oct 2013 21:59:14 |
nemysis |
- Bump PORTREVISION for dependency change
- Remove audio/libcanberra from default install
- Reordering Options
- Add CANBERRA Option
- Add CANBERRA and PYTHON to default Options
- Support STAGEDIR
Approved by: wg/pawel (mentors) |
2.9.6.1_1 24 Sep 2013 21:21:48 |
nemysis |
- Bump portrevision
- Add pkg-message file to display usage for spelling
- Remove dependency for textproc/en-aspell
Approved by: wg/pawel (mentors) |
2.9.6.1 20 Sep 2013 18:44:50 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc) |
2.9.6.1 16 Sep 2013 20:55:03 |
nemysis |
- Update to 2.9.6.1
- Change maintainer email gmx.ch --> FreeBSD.org
- USES gmake desktop-file-utils pkgconfig
- Use the new format for LIB_DEPENDS
- Change CONFIGURE_ARGS
- Add DOCS and FISHLIM Options
- Remove OPENSSL Option, use --enable-openssl
- Remove OPENSSL from default Options
- Reword Options description
- Add dependencies for audio/libcanberra and textproc/en-aspell
- Simplify Option handling
- Change REINPLACE_CMD that not install for Gnome3 hexchat.appdata.xml
- Mute dir install
- Remove unneeded patches
Removed file(s):
- files/patch-configure.ac
- files/patch-src-fe-gtk-Makefile.am
- files/patch-src-fe-gtk-banlist.c
- files/patch-src-fe-gtk-custom-list.h
- files/patch-src-fe-gtk-fe-gtk.c
- files/patch-src__common__dbus__dbus-client.c
Approved by: wg/pawel (mentors) |
2.9.5 16 Sep 2013 15:42:41 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
2.9.5 02 Jun 2013 13:44:14 |
kwm |
Add patch to fix the static spell option [1].
Reword options description.
Submitted by: maintainer [1]
Approved by: maintainer via IRC
Obtained from: hexchat upstream [1] |
2.9.5 02 Jun 2013 13:23:41 |
kwm |
Add hexchat, which is a continuation of the XChat IRC client.
PR: ports/174888
Submitted by: nemysis <nemysis@gmx.ch> |