non port: irc/hexchat/Makefile |
Number of commits found: 58 |
Sunday, 8 Oct 2023
|
04:45 Dag-Erling Smørgrav (des)
irc/hexchat: Remove unneeded CA_BUNDLE option.
MFH: 2023Q4
Reviewed by: pkubaj
Differential Revision: https://reviews.freebsd.org/D42073
38f3370 |
Tuesday, 27 Jun 2023
|
19: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>
3d9a815 |
Sunday, 21 May 2023
|
01:03 Jan Beich (jbeich)
irc/hexchat: drop unused variable after 2c672a4de941
Reported by: portscan, portlint
0d2a946 |
Thursday, 2 Mar 2023
|
05:23 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.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
notifications (!63).
* Various code clean-ups and test improvements.
What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
to be registered only for a given application (!52).
- accessibility/atk and accessibility/at-spi2-atk have been merged into
accessibility/at-spi2-core
- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk
PR: 269704
Exp-run by: antoine
---
fa81a4f |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:22 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>
* David Bushong <david+ports@bushong.net>
* David Taylor <davidt@yadt.co.uk>
* Dennis Herrmann <adox@mcx2.org>
* Dominic Marks <dom@cus.org.uk>
* Edini <ports@edini.net>
* Eugeny Kuzakov <CoreDumped@CoreDumped.null.ru>
* Evgueni V. Gavrilov <aquatique@rusunix.org>
* George Reid <greid@ukug.uk.freebsd.org>
* Gerrit Beine <tux@pinguru.net>
* Gustau Perez <gustau.perez@gmail.com>
* Hye-Shik Chang
* Jase Thew <freebsd@beardz.net>
* Jens Holmqvist <zparta@hispan.se>
* Jimbo Bahooli <griffin@blackhole.iceworld.org>
* Jonas Kvinge <jonas@night-light.net>
* Josh Paetzel <josh@tcbug.org>
* Julien Laffaye <kimelto@gmail.com>
* KIMURA Yasuhiro <yasu@utahime.org>
* Kirill Ponomarew <ponomarew@oberon.net>
* Kubilay Kocak <koobs@FreeBSD.org>
* Makoto Matsushita <matusita@FreeBSD.org>
* Martin Wilke <miwi@FreeBSD.org
* Martin Wilke <miwi@FreeBSD.org>
* Masahiro Teramoto <markun@onohara.to>
* Matthew West <mwest@uct.ac.za>
* Maxim Ignatenko
* Michael Ranner
* Oliver Eikemeier
* Philippe Audeoud <jadawin@tuxaco.net>
* Romain Tartiere <romain@blogreen.org>
* Rusmir Dusko <nemysis@FreeBSD.org>
* Sergey Skvortsov <skv@protey.ru>
* Shaun Amott <shaun@inerd.com>
* Steve Wills <swills@FreeBSD.org>
* TAKATSU Tomonari <tota@FreeBSD.org>
* TERAMOTO Masahiro <markun@onohara.to>
* Tim Bishop <tim@bishnet.net>
* Timothy Redaelli <drizzt@gufi.org>
* Travis Poppe <tlp@liquidx.org>
* Ulrich Spoerlein <q@uni.de>
* Vsevolod Stakhov <vsevolod@highsecure.ru>
* Walter Venable <weaseal@hotmail.com>
* Walter Venable <weaseal@users.sourceforge.net>
* Wen Heping <wenheping@gmail.com>
* Will Andrews <andrews@technologist.com>
* clement
* db
* elvstone@gmail.com
* gahr
* hrs
* ijliao
* koji@jet.es
* milki <milki@rescomp.berkeley.edu>
* perlguy@perlguy.com
* pgl@instinct.org
* sec@42.org
* tdb
* torstenb
With hat: portmgr
6ec0477 |
Sunday, 10 Apr 2022
|
19:11 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)
d63665f |
Saturday, 26 Mar 2022
|
08: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
247c7db |
Sunday, 13 Feb 2022
|
19:43 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)
6a7cf96 |
Saturday, 12 Feb 2022
|
22:18 Piotr Kubaj (pkubaj)
irc/hexchat: update to 2.16.1
38d8a26 |
Wednesday, 20 Oct 2021
|
16:13 Stefan Eßer (se)
irc/hexchat: Add CPE information
Approved by: portmgr (blanket)
f42c954 |
Saturday, 16 Oct 2021
|
06:51 Antoine Brodin (antoine)
irc/hexchat: unbreak after USE_GCC=any removal
6af2a88 |
Tuesday, 12 Oct 2021
|
15:01 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
ae22a78 |
Sunday, 10 Oct 2021
|
19:44 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)
2c672a4 |
Thursday, 7 Oct 2021
|
17:53 Piotr Kubaj (pkubaj)
irc/hexchat: update to 2.16.0
71c19b19 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Saturday, 6 Feb 2021
|
19:32 bapt
Remove false dependency on gconf
 |
Sunday, 22 Dec 2019
|
13:56 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
 |
Tuesday, 5 Nov 2019
|
22:26 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.
 |
Wednesday, 9 Oct 2019
|
11:50 bapt
Drop the ipv6 virtual category for i* category as it is not relevant anymore
 |
Friday, 26 Jul 2019
|
20:46 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
 |
Monday, 11 Feb 2019
|
16:40 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)
 |
Wednesday, 12 Dec 2018
|
01:35 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
 |
Saturday, 27 Oct 2018
|
00:17 swills
irc/hexchat: fix build with GCC-based architectures
PR: 232728
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
 |
Monday, 3 Sep 2018
|
13:12 swills
irc/hexchat: update to 2.14.2
PR: 231061
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
 |
Wednesday, 1 Aug 2018
|
20:20 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
 |
Friday, 22 Jun 2018
|
19:59 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
 |
Friday, 13 Apr 2018
|
13:11 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)
 |
Tuesday, 6 Jun 2017
|
16:18 mat
Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB.
While there, fix small style issues.
Sponsored by: Absolight
 |
Tuesday, 3 Jan 2017
|
14:12 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
 |
Friday, 16 Dec 2016
|
13:48 olivier
Update to 2.12.4
PR: 215302
Submitted by: Piotr Kubaj (maintainer)
Approved by: tabthorpe
Differential Revision: https://reviews.freebsd.org/D8805
 |
Tuesday, 8 Nov 2016
|
11:13 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)
 |
Friday, 9 Sep 2016
|
19:42 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)
- Remove CMAKE_VERBOSE, NINJA_VERBOSE and
CONFIGURE_ARGS=--disable-silent-rules from all ports which set them
for this is no longer needed
- Revert hacks for --disable-silent-rules support priorly committed
to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well
Submitted by: amdmi3
Reviewed by: mat
Exp-run by: antoine
Approved by: portmgr (mat, antoine)
Differential Revision: D7534
 |
Friday, 26 Aug 2016
|
06:17 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)
 |
Wednesday, 20 Jul 2016
|
19:18 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]
 |
Friday, 1 Apr 2016
|
14:08 mat
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
 |
Monday, 12 Oct 2015
|
14:18 culot
- Update maintainer's address
PR: 203717
Submitted by: serio.jeffrey@riseup.net (maintainer)
 |
Monday, 28 Sep 2015
|
18:31 rm
irc/hexchat: pass maintainership to submitter
PR: 203388
Submitted by: Jeffrey Serio <serio.jeffrey@riseup.net>
 |
Sunday, 2 Aug 2015
|
20:23 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@
 |
Friday, 26 Jun 2015
|
13:23 marino
irc/hexchat: Remove extraneous <pre>/<post>
 |
Tuesday, 16 Jun 2015
|
12:56 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
 |
Saturday, 30 May 2015
|
20:18 nemysis
- Reset maintainer to ports@
 |
Thursday, 21 May 2015
|
18:18 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
 |
Friday, 3 Oct 2014
|
16:10 tijl
- Remove USE_AUTOTOOLS
- Use INSTALL_TARGET=install-strip
- Fix problem with locale directory by setting CPPFLAGS
 |
Friday, 12 Sep 2014
|
10:41 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)
 |
Friday, 29 Aug 2014
|
10:56 amdmi3
- Fix build by adding missing LIBS
Approved by: portmgr blanket
 |
Thursday, 31 Jul 2014
|
15:18 wg
net/dante: update to 1.4.0
- Add LICENSE
- Support stage
PR: 191232
Submitted by: mp39590 gmail com
Approved by: maintainer (timeout)
 |
Tuesday, 3 Jun 2014
|
19:54 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
 |
Wednesday, 16 Apr 2014
|
18:28 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
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
 |
Saturday, 12 Apr 2014
|
15:21 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@
 |
Tuesday, 1 Apr 2014
|
17:54 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
 |
Friday, 4 Oct 2013
|
21:59 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)
 |
Tuesday, 24 Sep 2013
|
21:21 nemysis
- Bump portrevision
- Add pkg-message file to display usage for spelling
- Remove dependency for textproc/en-aspell
Approved by: wg/pawel (mentors)
 |
Friday, 20 Sep 2013
|
18:44 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc)
 |
Monday, 16 Sep 2013
|
20:55 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)
 |
15:42 az
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
 |
Sunday, 2 Jun 2013
|
13:44 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]
 |
13:23 kwm
Add hexchat, which is a continuation of the XChat IRC client.
PR: ports/174888
Submitted by: nemysis <nemysis@gmx.ch>
 |
Number of commits found: 58 |