aboutsummaryrefslogtreecommitdiff
path: root/irc/hexchat
Commit message (Collapse)AuthorAgeFilesLines
* irc/hexchat: update to 2.14.3, change maintainer to my FreeBSD.org address, ↵Piotr Kubaj2019-12-224-18/+17
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=520626
* Add USES=xorg USES=gl, ports categories iNiclas Zeising2019-11-051-1/+1
| | | | | | | | 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. Notes: svn path=/head/; revision=516848
* Drop the ipv6 virtual category for i* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514138
* Convert to UCL & cleanup pkg-message (categories h-k)Mathieu Arnold2019-08-131-4/+6
| | | | Notes: svn path=/head/; revision=508880
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* irc/hexchat: fix build when PYTHON option is offKoichiro Iwao2019-02-112-12/+11
| | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=492699
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=487272
* irc/hexchat: fix build with GCC-based architecturesSteve Wills2018-10-271-2/+2
| | | | | | | | PR: 232728 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) Notes: svn path=/head/; revision=483063
* irc/hexchat: update to 2.14.2Steve Wills2018-09-035-13/+26
| | | | | | | | PR: 231061 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) Notes: svn path=/head/; revision=478869
* irc/hexchat: add SYSINFO option (off by default)Bradley T. Hughes2018-08-013-2/+23
| | | | | | | | | | PR: 227281 Submitted by: pkubaj@anongoth.pl (maintainer) Reported by: lcraft@gmail.com Sponsored by: Miles AS Notes: svn path=/head/; revision=476196
* Update net/libproxy to 0.4.15Tobias C. Berner2018-06-221-0/+1
| | | | | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=473062
* - Update to 2.14.1Ashish SHUKLA2018-04-139-135/+151
| | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=467239
* Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB.Mathieu Arnold2017-06-062-7/+5
| | | | | | | | | While there, fix small style issues. Sponsored by: Absolight Notes: svn path=/head/; revision=442783
* Fix build with libresslOlivier Cochard2017-01-032-4/+18
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=430473
* Update to 2.12.4Olivier Cochard2016-12-165-18/+19
| | | | | | | | | | PR: 215302 Submitted by: Piotr Kubaj (maintainer) Approved by: tabthorpe Differential Revision: https://reviews.freebsd.org/D8805 Notes: svn path=/head/; revision=428680
* irc/hexchat: Update from 2.12.1 to 2.12.3Torsten Zuehlsdorff2016-11-082-4/+4
| | | | | | | | | | | Changelog: https://hexchat.readthedocs.io/en/latest/changelog.html PR: 213344 uSbmitted by: Piotr Kubaj <pkubaj@anongoth.pl>, swills Approved by: junovitch (mentor) Notes: svn path=/head/; revision=425730
* Most commonly used build systems support silent builds, when theyDmitry Marakasov2016-09-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=421635
* irc/hexchat: fix build when lang/gcc is installedKurt Jaeger2016-08-261-1/+3
| | | | | | | | | | | PR: 211327 MFH: 2016Q3 Reported by: kib Submitted by: Tobias Kortkamp <t@tobik.me> Approved by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) Notes: svn path=/head/; revision=420892
* - Update to 2.12.1Dmitry Marakasov2016-07-202-31/+31
| | | | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=418848
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* - Update maintainer's addressFrederic Culot2015-10-121-1/+1
| | | | | | | | PR: 203717 Submitted by: serio.jeffrey@riseup.net (maintainer) Notes: svn path=/head/; revision=399130
* irc/hexchat: pass maintainership to submitterRuslan Makhmatkhanov2015-09-281-1/+1
| | | | | | | | PR: 203388 Submitted by: Jeffrey Serio <serio.jeffrey@riseup.net> Notes: svn path=/head/; revision=398131
* Part 1 of adding USE_GNOME=intltool to ports that require it.Koop Mast2015-08-021-1/+1
| | | | | | | | | | | 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@ Notes: svn path=/head/; revision=393444
* irc/hexchat: Remove extraneous <pre>/<post>John Marino2015-06-261-3/+1
| | | | Notes: svn path=/head/; revision=390635
* - Fix build on pre-10.x by requiring newer OpenSSL version from portsDmitry Marakasov2015-06-161-1/+9
| | | | | | | | | - Fix build with NLS disabled by adding gettext-tools dependency MFH: 2015Q2 Notes: svn path=/head/; revision=389839
* - Reset maintainer to ports@Rusmir Dusko2015-05-301-1/+1
| | | | Notes: svn path=/head/; revision=387981
* - Update to 2.10.2, announce message is here:Rusmir Dusko2015-05-214-16/+14
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=386949
* Cleanup plistBaptiste Daroussin2014-10-271-5/+0
| | | | Notes: svn path=/head/; revision=371570
* - Remove USE_AUTOTOOLSTijl Coosemans2014-10-031-16/+2
| | | | | | | | - Use INSTALL_TARGET=install-strip - Fix problem with locale directory by setting CPPFLAGS Notes: svn path=/head/; revision=369914
* - Update to 2.10.1, announce message is here:Rusmir Dusko2014-09-124-56/+32
| | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=368018
* - Fix build by adding missing LIBSDmitry Marakasov2014-08-291-0/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=366501
* net/dante: update to 1.4.0William Grzybowski2014-07-311-1/+1
| | | | | | | | | | | | - Add LICENSE - Support stage PR: 191232 Submitted by: mp39590 gmail com Approved by: maintainer (timeout) Notes: svn path=/head/; revision=363619
* - Bump PORTREVISION for dependencies changesRusmir Dusko2014-06-032-9/+7
| | | | | | | | | | | - 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 Notes: svn path=/head/; revision=356400
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=351411
* - Bump PORTREVISION for dependencies changesRusmir Dusko2014-04-123-4/+46
| | | | | | | | | | | - Define CA_BUNDLE and add to default Options - Add REINPLACE and patches to enable CA_BUNDLE PR: ports/188508 Submitted by: ashish@ Notes: svn path=/head/; revision=351104
* - Change Makefile header, use my name and @FreeBSD.org emailRusmir Dusko2014-04-013-12/+19
| | | | | | | | | | | - 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 Notes: svn path=/head/; revision=349869
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with [fgijk]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331272
* - Bump PORTREVISION for dependency changeRusmir Dusko2013-10-042-35/+31
| | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=329395
* - Bump portrevisionRusmir Dusko2013-09-242-4/+14
| | | | | | | | | | - Add pkg-message file to display usage for spelling - Remove dependency for textproc/en-aspell Approved by: wg/pawel (mentors) Notes: svn path=/head/; revision=328196
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | irc) Notes: svn path=/head/; revision=327736
* - Update to 2.9.6.1Rusmir Dusko2013-09-169-211/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=327440
* - convert to the new perl5 frameworkAndrej Zverev2013-09-161-4/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327410
* Add patch to fix the static spell option [1].Koop Mast2013-06-022-5/+14
| | | | | | | | | | | Reword options description. Submitted by: maintainer [1] Approved by: maintainer via IRC Obtained from: hexchat upstream [1] Notes: svn path=/head/; revision=319657
* Add hexchat, which is a continuation of the XChat IRC client.Koop Mast2013-06-0210-0/+363
PR: ports/174888 Submitted by: nemysis <nemysis@gmx.ch> Notes: svn path=/head/; revision=319653