summaryrefslogtreecommitdiff
path: root/irc
AgeCommit message (Collapse)Author
2015-10-15Drop 8 support.Mathieu Arnold
With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694
2015-10-14- Drop PLIST_DIRSTRYDmitry Marakasov
- Add NO_CDROM
2015-10-14Update to 20150903.Adam Weinberger
Also, pet portlint by sorting USES and regenerating a patch.
2015-10-13- fix API for miniupnpc-1.9.20151008Dirk Meyer
2015-10-12- Update maintainer's addressFrederic Culot
PR: 203717 Submitted by: serio.jeffrey@riseup.net (maintainer)
2015-10-10irc/weechat-devel: fix typo in DEPRECATED lineJohn Marino
2015-10-10irc/weechat-devel: Deprecate for removal (31 Oct 15)John Marino
The weechat-devel port has been behind the stable weechat for a long time and its presence has caused confusion. Rather than mark IGNORE temporarily, set removal in motion because stable is updated so frequently that there is no point to a -devel port PR: 203169 Approved by: maintainer timeout
2015-10-10Upgrade irc/weechat to 1.3Renato Botelho
2015-10-10Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.Tijl Coosemans
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. comms/hidapi: Use standard AM_ICONV configure macro to look for iconv. deskutils/fbreader: Let ports framework deal with LIBICONV_PLUG. deskutils/ljclive: Override configure test for iconv. deskutils/owncloudclient: Add USES=iconv and patch test for iconv. devel/aegis: Bump PORTREVISION because it no longer uses libiconv. devel/libexplain: Add USES=iconv and override test for iconv. devel/sdl20: Override configure test for iconv. emulators/vmw: Replace OSVERSION checks with ICONV_LIB checks and include <iconv.h> instead of <sys/iconv.h>. irc/scrollz: Override configure test for iconv. japanese/chasen-base: Override configure test for iconv and patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. japanses/eb: Patch configure test for iconv. japanses/eblook: Override configure test for iconv. java/jikes: Override configure test for iconv. multimedia/transcode: Bump PORTREVISION because only one plugin links with libiconv now. net/c3270: Override configure test for iconv. net/samba4*: Bump PORTREVISION because it no longer uses libiconv. The configure script will always add -liconv to the linker flags when it happens to be installed which would be wrong but later on binaries are linked with -Wl,--as-needed and the linker discards -liconv because it finds iconv*() functions in libc now and no longer in libiconv. net-mgmt/icinga-*: Remove dependency on iconv. net-mgmt/netxms: Patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. net/asterisk11: Patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. net-p2p/transmission-*: Override configure test for iconv. www/htmlcxx: Override configure test for iconv. www/httrack: Override configure test for iconv. www/xapian-omega: Override configure test for iconv. x11/mrxvt(-devel): Add USES=iconv and override configure test for iconv. x11/x3270: Override configure test for iconv. x11-wm/jwm: Override configure test for iconv. PR: 202838 Exp-run by: antoine Approved by: portmgr (antoine)
2015-10-08Remove trailing whitespace from Makefiles, A-L.Jimmy Olgeni
2015-10-08- cleanupDirk Meyer
2015-10-02- Add LICENSE_FILESunpoet Po-Chuan Hsieh
2015-10-02- Update to 2.2.7Sunpoet Po-Chuan Hsieh
Changes: https://github.com/cinchrb/cinch/blob/master/ChangeLog
2015-09-28irc/hexchat: pass maintainership to submitterRuslan Makhmatkhanov
PR: 203388 Submitted by: Jeffrey Serio <serio.jeffrey@riseup.net>
2015-09-26Convert to @sampleBaptiste Daroussin
2015-09-24Enable OTR by default on bitlbeeRenato Botelho
2015-09-23- Add empty directory to plistDmitry Marakasov
Approved by: portmgr blanket
2015-09-22- Drop 8.x supportDmitry Marakasov
- Config file installation is not optional here Approved by: portmgr blanket
2015-09-20Typos, whitespace and capitalization fixes (G-P).Jimmy Olgeni
2015-09-18- Install headers and pkg-config entry, it's useful for people that want toRenato Botelho
build plugins manually or possible plugin ports - Instead of use --strip=0 and call STRIP_CMD later, let bitlbee build scripts to strip binaries - Bump PORTREVISION
2015-09-14Make it so that the default Perl is always called perl5.Mathieu Arnold
- Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542
2015-09-11irc/bitchx is not not jobs safe (really)John Marino
This port was recently redeclared "jobs safe", but we just hit another jobs-safe issue on the chinese/bitchx slave port. In this case, it was trying to link wserv beform all the object files were built.
2015-09-10- Add NO_ARCHDmitry Marakasov
- Add empty directories to plist Approved by: portmgr blanket
2015-09-10- Update to 1.4Dmitry Marakasov
PR: 202772 Submitted by: mp39590@gmail.com (maintainer)
2015-09-09- Add empty directory to plistDmitry Marakasov
Approved by: portmgr blanket
2015-09-08- Bump PORTREVISION after previous commitDmitry Marakasov
- While here, fix WWW: Approved by: portmgr blanket
2015-09-08- Switch to USES=libarchive as suggested by stage-qaDmitry Marakasov
Approved by: portmgr blanket
2015-09-05irc/kvirc:Max Brazhnikov
- Fix typo PR: 202903 Submitted by: Georg G.
2015-09-03Uses/iconv.mk: Set iconv-related CMake variables.Raphael Kubo da Costa
The way we deal with iconv in base and ports across different FreeBSD releases is complicated: 9.x does not have iconv.h in base, 10.1 has it with a different prototype for iconv(3) and later versions have the right iconv(3) prototype. And, in some cases (USES=iconv:{translit,wchar_t}), we must always use the libiconv port. This is why there are so many checks in Uses/iconv.mk: we need to know the situation we currently have in order to decide whether to pull iconv from converters/libiconv, whether to just use its header (and pull the library from base) or whether to use everything from base. r384038 adjusted several CMake-based ports, but did so in a way that was not very scalable and required a few intrusive patches to some ports. Most ports that have both USES=cmake and USES=iconv use variations of FindIconv.cmake that behave similarly. This change passes the header and library values we really want to use to CMake using the most common variable names, bypassing the calls to find_path() and find_library() that would sometimes end up finding the wrong file. The few ports that use different variable names have had their Makefiles adjusted (we manually pass the values we want via CMAKE_ARGS). Other changes: - chinese/fcitx: Explicitly set LIBICONV_LIBC_HAS_ICONV_OPEN=OFF as we always want the version from ports because of USES=iconv:wchar_t. - editors/calligra: Explicitly use iconv:translit because Kexi needs it. - irc/weechat and irc/weechat-devel: The FindIconv.cmake patches could not be entirely removed because the check_library_exists() calls are wrong. Sent upstream: https://github.com/weechat/weechat/pull/513 - textproc/ctpp2: Use iconv:translit when the TRANSLITERATE option is used. PORTREVISION has been bumped in editors/calligra and textproc/ctpp2 because their dependency list has changed in 10.2 and later as the ports version is always used now. PR: 202798 Reviewed by: antoine, tijl Approved by: portmgr (antoine)
2015-09-01Update to 1.6.1 and unbreak the CHARSET optionAkinori MUSHA
PR: 202380 Approved by: maintainer timeout
2015-08-29- Add LICENSEDmitry Marakasov
- Switch to @sample
2015-08-26- Switch to options helpersDmitry Marakasov
- While here, add some NO_ARCHes Approved by: portmgr blanket
2015-08-26- Switch to options helpersDmitry Marakasov
- Fix config file installation Approved by: portmgr blanket
2015-08-26- Remove deprecated and unused MAN1 knobDmitry Marakasov
- Don't hardcode make command Approved by: portmgr blanket
2015-08-25Convert my ports to new options helpersMax Brazhnikov
2015-08-25irc/kvirc:Max Brazhnikov
- Convert to new options helpers - Remove needless INSTALLS_ICONS - Move all CONFLICT lines to master port irc/kvirc-qt4: - Tweak comment
2015-08-20- Add LICENSEDmitry Marakasov
- Add NO_ARCH - Cosmetic fix - Fix WWW:
2015-08-19Reset maintainerErwin Lansing
<tabmow@freenode.net>: host mail.freenode.net[198.50.184.125] said: 550 5.1.1 <tabmow@freenode.net>: Recipient address rejected: User unknown in virtual mailbox table (in reply to RCPT TO command) Sponsored by: DK Hostmaster A/S
2015-08-19Accidentally commented out a line during debugDiane Bruce
2015-08-18Reassign ownership to hamradio@Diane Bruce
Clean up portlint -C warnings do not mute install Clean up QA reported error in staging Correct upstream website in Makefile fetch and pkg-descr No binary changes
2015-08-18Update irc/unreal to 3.2.10.5Mark Felder
This release fixes a SASL Denial of Service issue Security: 0ecc1f55-45d0-11e5-adde-14dae9d210b8
2015-08-17Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336
2015-08-13- Update to 1.1.8Sunpoet Po-Chuan Hsieh
- Add NO_ARCH Changes: http://pear.php.net/package/Net_SmartIRC/download/
2015-08-09Adds -fPIC to CFLAGS_aarch64 to a number of ports that already have itAndrew Turner
in the amd64 CFLAGS and are failing to build. Approved by: bapt Differential Revision: https://reviews.freebsd.org/D3321
2015-08-08Update cgiirc to 0.5.11Rodrigo Osorio
2015-08-05The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.Koop Mast
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980
2015-08-02Part 1 of adding USE_GNOME=intltool to ports that require it.Koop Mast
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@
2015-08-02By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans
<file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine
2015-07-30- Add LICENSE, don't install it (and INSTALL) with docsDmitry Marakasov
- Add NO_ARCH - Simplify manpage installation, fix related stage-qa warning
2015-07-21Add python as build dependency and unbreak build without SKYPE optionRenato Botelho