aboutsummaryrefslogtreecommitdiffstats
path: root/irc
Commit message (Collapse)AuthorAgeFilesLines
* irc/weechat: Update to 1.7brnrd2017-01-242-7/+5
| | | | | | | | | | | - Update to 1.7[1] - Remove CONFLICTS: weechat-devel was removed - Switch to xz distfile [1] Changelog: https://weechat.org/files/changelog/ChangeLog-1.7.html PR: 216384 Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/sunpoet2017-01-213-3/+3
|
* - Fix LICENSEamdmi32017-01-172-8/+4
| | | | | | - Add LICENSE_FILE - Remove unneeded flags - Don't install useless docfile
* - Bump PORTREVISION after irc/irssi updatezi2017-01-141-0/+1
|
* irc/bitlbee-facebook: bring in upstreams support for init_plugin_infogahr2017-01-113-5/+35
| | | | | | While at it, chase "port test" warnings. Obtained from: https://github.com/bitlbee/bitlbee-facebook/commit/d60efe0
* Update irc/bitlbee to 3.5garga2017-01-103-4/+5
|
* Add CPE information.vanilla2017-01-091-1/+1
| | | | | PR: 215888 Submitted by: shun.fbsd.pr at dropcut.net
* - Update to 3.0.10zi2017-01-094-44/+4
| | | | | | PR: 215841 Submitted by: zi@ (me) Approved by: moggie@elasticmind.net (maintainer)
* irc/quassel: Fix erroneously empty value for PLIST variablewoodsb022017-01-081-1/+1
| | | | | | | | | This was causing the build of slave port irc/quassel-core to hang during the ports build step which generates temporary packing list, as the sed command to perform PLIST_SUB did not have a filename argument provided. Reported by: Steve Hay <hay.steve@gmail.com> MFH: 2017Q1
* Downgrade to 0.8.21.vanilla2017-01-087-12/+32
| | | | | PR: 215800 Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
* LIB_DEPENDS=libglib-2.0.so should be USE_GNOME=glib20.adamw2017-01-071-2/+1
| | | | | Also, while here, sort the LIB_DEPENDS in desktutils/gnome-contacts, because wow.
* devel/boost-*: update to 1.63.0jbeich2017-01-061-1/+1
| | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1
* Update to 1.0.0, also remove deprecated configure options.vanilla2017-01-065-289/+8
| | | | | | PR: 215800 Submitted by: vlad-fbsd@acheronmedia.com <vlad-fbsd at acheronmedia.com> MFH: 2017Q1
* Fix build with libresslolivier2017-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
* irc/rubygem-cogbot: switch to json 1.x depswills2017-01-031-2/+2
|
* Remove BROKEN_FreeBSD_9sunpoet2017-01-011-1/+0
| | | | Approved by: portmgr (blanket)
* Remove warnings about installing documentation and examples. The only usersadamw2017-01-012-2/+0
| | | | | who will see those messages are users who have already accepted those options in make config.
* irc/rubygem-cinch: update to 2.3.3swills2016-12-282-3/+4
|
* irc/ruby-irc: deprecateswills2016-12-281-0/+3
|
* irc/ruby-rice: deprecateswills2016-12-281-0/+3
|
* irc/ruby-rica: deprecateswills2016-12-281-0/+3
|
* - Use USES=tar:tgzsunpoet2016-12-281-3/+2
|
* - Update to 1.1.10wen2016-12-262-3/+4
| | | | | PR: 215567 Submitted by: joneum@bsdproject.de(maintainer)
* - update miniupnpc to 2.0.20161216dinoex2016-12-262-9/+19
| | | | - bump API change
* irc/quassel and irc/quassel-core: Add PostgreSQL optionwoodsb022016-12-242-37/+36
| | | | | | | | | | | | - Qt decides at run-time which SQL drivers are installed and only then allows running Quassel with those database backends. - Also reformat to minimise diff of irc/quassel-core (slave) from irc/quassel (master) as much as possible (per recommendation in the Porter's handbook). PR: 215026 Submitted by: Christian Schwarz <me@cschwarz.com> Approved by: adamw (mentor, implicit)
* "Updated the Port to the most recent version. the sources weren'tdb2016-12-235-29/+14
| | | | | | | | | | available anymore :-) " portlint also caught a few things Added LICENSE PR: ports/215282 Submitted by: gehm@doom-labs.net
* Use plist and @samplebapt2016-12-232-9/+15
| | | | top overwriting users config at each upgrade
* Use @samplebapt2016-12-231-48/+16
|
* Remove leftover reference to the TERMCAP knob that was removed.adamw2016-12-181-4/+0
| | | | Approved by: maintainer (jpaetzel)
* Sub ${PREFIX} into the manpage.adamw2016-12-181-0/+1
|
* r428809 was, of course, not the right way to fix libssl linkage. marinoadamw2016-12-181-8/+4
| | | | | had the right solution, which is to use the appropriate OPTIONS helper, which puts -L${OPENSSLLIB} in early enough that linkage works correctly.
* Make installation of help files and scripts configurable by options.adamw2016-12-182-598/+600
| | | | Enable the EMACS_KEYS option by default. PORTREVISION bump for that change.
* Fix typo that prevented the IPV6 option from working. Switchadamw2016-12-181-2/+2
| | | | to USES=ssl while here.
* Fix build against SSL from ports. The -L${ICONV_PREFIX}/lib preventsadamw2016-12-181-1/+4
| | | | | | | cc from finding the correct libcrypto/libssl, so quick-fix this by only adding -L${ICONV_PREFIX}/lib if it's something other than /usr/lib. Also, use USES=ssl. PORTREVISION bump for the potential ldd change.
* Update to 2.12.4olivier2016-12-165-18/+19
| | | | | | | PR: 215302 Submitted by: Piotr Kubaj (maintainer) Approved by: tabthorpe Differential Revision: https://reviews.freebsd.org/D8805
* - add BUILD_DEPENDSdinoex2016-12-151-0/+1
|
* - update from 7.2.6 to 7.2.7misha2016-12-153-644/+613
| | | | | | | | | | - add LICENSE - add 'ssl', 'localbase' and 'cpe' to USES - simplify options handling Approved by: tdb (maintainer), jpaetzel (mentor) Security: CVE-2014-9773 Security: CVE-2016-4478
* - update from 3.4.2 to 3.5.3misha2016-12-1510-139/+133
| | | | | | | | | | - use of official master site - remove 'expect' from CONFLICTS - remove DOCS option - binaries are stripped by default - help files are linked relatively Approved by: crees (maintainer), jpaetzel (mentor)
* FiSHLiM is a HexChat plugin for FiSH IRC encryption.dinoex2016-12-154-0/+51
| | | | | | | | | | | * Sending/receiving messages * Topic decryption * Using unecrypted keys / keys without a password from blow.ini * Pure protocol-level filtering (works with highlighting, nick coloring etc) * Partially encrypted messages (i.e. prefixed with nickname by a bouncer) * CBC mode WWW: http://fishlim.kodafritt.se/
* - Update WWW: pear.php.net uses https://sunpoet2016-12-131-1/+1
| | | | Approved by: portmgr (blanket)
* Update to 1.6.4. This fixes various segfaults.ehaupt2016-12-122-5/+4
| | | | | | | | Changelog: http://wiki.znc.in/ChangeLog/1.6.4 PR: 215238 Submitted by: dbaio@bsd.com.br (maintainer) MFH: 2016Q4
* - Fix gemspec for rubygem-twitter 5.17.0 updatesunpoet2016-12-092-4/+7
| | | | - Bump PORTREVISION for package change
* Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-092-2/+2
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libiconv.so.3 compatibility link that was added in r374303 totijl2016-12-091-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* When LIBPURPLE is select, do not allow user to select any other nativegarga2016-12-091-1/+4
| | | | protocol option
* Remove libpcre.so.3 compatibility link that was added in r374303 totijl2016-12-091-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* - Add LICENSEsunpoet2016-12-042-4/+10
| | | | | | | - Fix GH_TAGNAME - Convert to options target helper Approved by: portmgr (blanket)
* - Fix gemspec for rubygem-yajl-ruby 1.3.0 updatesunpoet2016-12-042-0/+12
| | | | - Bump PORTREVISION for package change
* Do not use post-stage. Use post-install instead.mat2016-12-021-1/+1
| | | | | | | | | | | | The only reason to use post-stage is because the port needs to do "things" at a later time, like some plist manipulation. While there, fold post-install in do-install targets when they are defined. PR: 214780 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* Don't quote {} in find -exec calls.mat2016-12-012-2/+2
| | | | | | | | Braces are not shell metacharacters, and they do not need to be quoted. By the time find parses its arguments and dicovers them, the quoting will have been removed by the shell anyway. Sponsored by: Absolight
* Mark some ports as not openssl-devel ready.mat2016-11-302-2/+14
| | | | Sponsored by: Absolight
* Update to 1.30.0jhale2016-11-248-88/+261
| | | | | | | | | | Switch to CMake build Convert to options helpers Add support for Qt and set Qt 5.x as the default toolkit Update pkg-descr PR: 210234 Submitted by: David Vachulka <arch_dvx@users.sourceforge.net> (maintainer)
* devel/boost-*: update to 1.62.0jbeich2016-11-231-1/+1
| | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office)
* - Create znc user/groupamdmi32016-11-234-2/+19
| | | | | | | | | - Set permissions properly on ETCDIR - Add an information on znc user/group to pkg-message - Pass maintainership to dbaio PR: 200005 Submitted by: josh+freebsd@zevlag.com, dbaio@bsd.com.br
* Unbreak fetch, project now hosted on SourceForge. Newer version available.jhale2016-11-221-3/+1
| | | | | Approved by: portmgr (blanket) MFH: 2016Q4 (blanket)
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-11-203-2/+3
| | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler.
* devel/icu: update to 58.1jbeich2016-11-201-1/+1
| | | | | | | Changes: http://site.icu-project.org/download/58 PR: 214384 Exp-run by: antoine Approved by: office (bapt)
* Mark as broken on various tier-2 archs.linimon2016-11-161-0/+2
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* - Remove redundant definitions of IPV6_DESC and [OPEN]SSL_DESC when closelydanfe2016-11-141-2/+0
| | | | | | matching standard ones from `Mk/bsd.options.desc.mk' - Rename couple of options to standard name or the one that better reflects their usage
* Mark as broken on aarch64: fails to link with sbrk.linimon2016-11-105-0/+9
| | | | | | While here, pet portlint and remove stale ia64 lines. Approved by: portmgr (tier-2 blanket)
* irc/hexchat: Update from 2.12.1 to 2.12.3tz2016-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)
* Update to 2.1.hrs2016-11-075-57/+21
| | | | | PR: 214262 Submitted by: Dmitrij D. Czarkoff
* Pass maintainership of PEAR ports to the submitterjbeich2016-11-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PR: 214011 214012 214013 214014 214015 214016 214017 PR: 214018 214019 214021 214022 214023 214024 214025 PR: 214026 214027 214028 214029 214030 214031 214032 PR: 214033 214034 214035 214036 214037 214038 214039 PR: 214040 214041 214042 214043 214044 214045 214046 PR: 214047 214048 214049 214050 214051 214052 214053 PR: 214054 214055 214056 214057 214058 214059 214060 PR: 214061 214062 214063 214064 214066 214067 214068 PR: 214071 214072 214073 214074 214075 214076 214077 PR: 214078 214079 214080 214081 214082 214083 214084 PR: 214085 214086 214087 214088 214089 214090 214091 PR: 214092 214093 214094 214095 214096 214097 214098 PR: 214099 214100 214101 214102 214103 214104 214108 PR: 214109 214110 214111 214112 214113 214114 214115 PR: 214116 214117 214118 214119 214120 214121 214122 PR: 214123 214124 214125 214126 214127 214128 214129 PR: 214130 214131 214132 214133 214134 214135 214136 PR: 214137 214138 214139 214140 214141 214142 214143 PR: 214144 214145 214146 214147 214148 214149 214150 PR: 214151 214152 Submitted by: Jochen Neumeister <joneum@bsdproject.de>
* irc/iroffer-dinoex: fix RUBY LIB_DEPENDSswills2016-11-031-2/+1
| | | | | | | Should only be on when the option is enabled Pointyhat to: swills Reported by: mat
* irc/iroffer-dinoex: convert from LIBRUBY to LIB_DEPENDSswills2016-11-021-1/+3
|
* irc/quassel: split into two ports (client and server)woodsb022016-10-305-410/+430
| | | | | | | | | | irc/quassel-core provides the server back-end. irc/quassel provides the client front-end. irc/quassel can also be built with the MONO option enabled to also install the client and server combined into a single monolithic binary. Submitted by: Chris Rees <crees@physics.org> (in part) Approved by: adamw (mentor, implicit)
* irc/quasssel: Patch CMakeLists.txt to fix build against SSL with Qt 5.6woodsb022016-10-272-0/+20
| | | | | | | | | | | PR: 213581 Submitted by: Christian Schwarz (me@cschwarz.com) Submitted by: tcberner Reviewed by: mat Approved by: adamw (mentor, implicit) Obtained from: https://github.com/quassel/quassel/commit/4768c9e99f99b581d4e32e797db91d0182391696 MFH: 2016Q4 Differential Revision: https://reviews.freebsd.org/D8294
* Pass port to kde@.rakuco2016-10-231-1/+1
|
* irc/quassel: Take maintainershipwoodsb022016-10-221-1/+1
| | | | Approved by: adamw (mentor, implicit)
* Use USES=pathfix where applicable.mat2016-10-213-21/+8
| | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093
* - Mark broken on 9.x:amdmi32016-10-211-0/+2
| | | | | | | | Unknown modifier 'U' Syntax error: Unterminated quoted string Approved by: portmgr blanket
* ${RM} already has -f.mat2016-10-219-10/+10
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* Reassign makc's ports back to the pool.rakuco2016-10-203-3/+3
| | | | | | | | | See "Maintainer Reset" in https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit was in March 31st (r412218), and his ports have been timing out since at least July (r418155). I also emailed him 2 weeks ago and have received no response so far.
* - Update to 1.22jadawin2016-10-202-4/+4
|
* - Cosmetic fixesamdmi32016-10-111-3/+2
|
* - USE_OPENSSL -> USES=sslzi2016-10-091-2/+1
|
* - Correct typozi2016-10-091-2/+2
|
* - Restore irc/ratbox-respondzi2016-10-095-0/+51
| | | | - Update MASTER_SITES
* devel/nspr, security/nss: drop version from SONAMEjbeich2016-10-091-0/+1
| | | | | | | | | | | | | | | | | | No other downstream appends synthetic library version, and doing so causes underlinking due to fragile build system (see below). Not to mention being unable to swap out bundled libs from upstream builds. $ cc -lplds4 -L/usr/local/lib /usr/lib/crt1.o: In function `_start1': crt1_c.c:(.text+0xa6): undefined reference to `main' /usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np' /usr/local/lib/libplds4.so: undefined reference to `pthread_create' /usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init' /usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam' /usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam' PR: 213144 Exp-run by: antoine
* - drop maintainershipdinoex2016-10-071-1/+1
|
* - drop maintainershipdinoex2016-10-072-2/+2
|
* irc/weechat: Fix build when PYTHON not setbrnrd2016-10-051-1/+1
| | | | - Check PYTHON option before checking version
* irc/xchat-ruby: remove USE_LIBRUBYswills2016-10-051-2/+2
|
* irc/weechat: Update to 1.6brnrd2016-10-0510-315/+143
| | | | | | | | | | | | | | - Update to 1.6 - Take maintainership - OPT_CMAKE_ON= -DENABLE_OPT=yes to OPT_CMAKE_BOOL= OPT - Add LICENSE_FILE - Drop BSD_LUA_* extra CMAKE_ARGS - Add asciidoctor depend for DOCS and MANPAGES - Fix build with Python 3.5 / Add warning - Transform to post-patch-ICON-off target PR: 205981 Reported by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
* add patches for Emacs 25ume2016-10-024-1/+55
| | | | | PR: 213156 Submitted by: Yasuhiro KIMURA <yasu [...] utahime.org>
* - Update devel/icu to 57.1.tijl2016-09-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Clean up the Makefile. - Follow some upstream recommendations (--with-data-packaging=archive, --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE). - Patch makefiles to install static libraries with INSTALL_DATA so they aren't stripped. - Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc. - Fix endianness detection in ICU. The code wanted to use BYTE_ORDER defined in machine/endian.h, but this isn't visible because ICU is compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead. - Compile ICU with C++11 compiler to enable move constructors. - Patch ICU to fix a problem with atomics in the case of a C++11 compiler without C++11 header <atomic> (like Clang on FreeBSD 9). - Bump all ports that depend on it due to library version change. - Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU pkgconfig files. - Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs a C++11 runtime library now. Add this to all ports that depend on it so their executables load the right libstdc++.so on FreeBSD 9. PR: 205120 Exp-run by: antoine Approved by: portmgr (antoine)
* irc/irssi: Update to 0.8.20feld2016-09-223-5/+8
| | | | | | | | | | | - Add gettext-runtime to USES per poudriere's warning https://irssi.org/security/irssi_sa_2016.txt PR: 212888 MFH: 2016Q3 Security: CVE-2016-7044 Security: CVE-2016-7045
* irc/inspircd: move USES=pkgconfig to SSL optionmarino2016-09-211-2/+2
| | | | This is how it was in previous versions.
* irc/inspircd: USES+=pkgconfig required for ports SSL configurationmarino2016-09-211-1/+1
| | | | | | The configure script can use pkgconfig so make sure it's available. Approved by: just-fix-it
* Re-assign jase@'s p5-* ports to perl@rene2016-09-182-2/+2
| | | | Submitted by: antoine
* Reset jase@'s ports after taking in his commit bit for safekeeping.rene2016-09-184-4/+4
| | | | With hat: portmgr-secretary
* GOOGLE_CODE has gone away.mat2016-09-144-0/+8
| | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
* - Fix LICENSEamdmi32016-09-141-12/+11
| | | | | | | - Add LICENSE_FILE - Switch to options helpers Approved by: portmgr blanket
* irc/kvirc: Honor SSL flagsmarino2016-09-131-2/+5
| | | | Approved by: SSL blanket
* - Verbosify buildamdmi32016-09-121-2/+3
| | | | | | - Switch to USES=ssl Approved by: portmgr blanket
* irc/libircclient: Set SSL flags, update to modern options frameworkmarino2016-09-111-11/+6
| | | | Approved by: SSL and options blankets
* irc/ircd-ratbox-devel: Set SSL flags, update to modern options frameworkmarino2016-09-111-36/+10
| | | | Approved by: SSL and options blankets
* irc/bip: Configure SSL flags to support non-base librariesmarino2016-09-111-2/+2
| | | | Approved by: SSL blanket
* Most commonly used build systems support silent builds, when theyamdmi32016-09-102-3/+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
* - Fix build WITHOUT=EXAMPLESamdmi32016-09-092-16/+12
| | | | | | | | - While here, fix LICENSE, add LICENSE_FILE, switch to USES=ssl, switch to options helpers, unsilence installation PR: 207283 Submitted by: samorders@gmail.com Approved by: maintainer timeout (swills, 6 months)
* irc/inspircd: Update to 2.0.23feld2016-09-064-11/+19
| | | | | | | This update also resolves an authentication bypass vulnerability. Reported by: <dijit sh drk sc> MFH: 2016Q3
* - Fix configure handling, this is not really a GNU configureamdmi32016-09-061-2/+4
| | | | | PR: 212075 Approved by: portmgr blanket
* Update to 3.2.10.7mat2016-09-0512-68/+66
| | | | | Changes: https://forums.unrealircd.org/viewtopic.php?f=1&t=8588 Sponsored by: Absolight
* irc/hexchat: fix build when lang/gcc is installedpi2016-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)
* switch to USES=ssl.vanilla2016-08-263-8/+5
| | | | | PR: 212164 Submitted by: pipfstarrd@opmbx.org
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andtcberner2016-08-242-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma5 ports At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When working on the ports for KDE Frameworks and Plasma5 it seemed to be more reasonable to create a new kde.mk instead of adding an bsd.kde5.mk. The kde.mk in this review is a stripped down version of the one we are using in the KDE Test repositories plasma5 branch [1] to only contain the parts relevant to the current KDE4 ports in the portstree [2]. Changes to the KDE Ports needed by this: Replace USE_KDE4 by USE_KDE [3] Add USES=kde:4 [4] [1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk [2] The version in the plasma5 branch also handles frameworks/plasma5 and handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt Ports -- I chose to leave this out for now, as the diff is already large enough. [3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we want is already specified as argument to kde:<arg> [4] For KDE Frameworks and Plasma5 ports this would be kde:5 PR: 210667 Approved by: portmgr, mat (mentor), rakuco (mentor) Reviewed by: mat, rakuco Differential Revision: https://reviews.freebsd.org/D6961
* - Update to 2.0.1amdmi32016-08-192-5/+5
| | | | | | | - Switch to USES=ssl PR: 211628 Submitted by: mp39590@gmail.com (maintainer)
* Fix build with mono 4.4.romain2016-08-091-0/+13
| | | | | | | | | Some assemblies have been relocated, so adjust files path to point to the correct location. Looks like I forgot to push the update for this port yesterday. Reported by: pkg-fallout
* Update to 1.0.romain2016-08-092-4/+5
|
* irc/py-limnoria: Update to 2016.06.29koobs2016-08-072-6/+5
| | | | | - Update PORTVERSION and distinfo checksum (2016.06.29) - Set better OPTIONS_DEFAULT's
* irc/py-limnoria: Bump PORTREVISIONkoobs2016-08-071-0/+1
| | | | | | | Bump PORTREVISION due to the additional of USE_PYTHON=concurrent symlinks in the package. MFH: 2016Q3
* irc/py-limnoria: Convert to OPTION'al RUN_DEPENDSkoobs2016-08-072-11/+39
| | | | | | | | | | | | - Add Global and Plugin OPTIONS for optional dependencies - Set OPTIONS_DEFAULT to maintain functional compatibility with 2016Q3 - Enable concurrent Python installation - Update test target to use PYTHON_CMD (version specific execution) - Add TEST_DEPENDS on feedparser as it fails (not skips) if not available when running tests. - Remove nested leading indefinite article in COMMENT MFH: 2016Q3
* Remove unneeded iconv hack.bdrewery2016-08-041-7/+0
| | | | | | This would still be needed with 10+ after the removal of const on iconv(3) in src r281550, but now with the use of ICU in 1.6 it is no longer using iconv(3).
* Fix collision with getline(3)bapt2016-08-011-0/+20
|
* Reset miwi@'s ports, he stepped down from the Ports Team.rene2016-07-261-1/+1
| | | | With hat: portmgr-secretary
* Fix connecting to servers with SSLv3 disabled to address POODLE.brd2016-07-262-1/+22
| | | | | PR: 142198 Submitted by: lordsith49@hotmail.com, brnrd
* - Update to 2.12.1amdmi32016-07-212-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]
* When there is a do-install target, do not use a post-install target, domat2016-07-193-6/+1
| | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight
* - Add PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}nemysis2016-07-071-0/+1
| | | | | | | | , forgotten in previous commit [1] PR: 209925 Submitted by: mat [1] Reported by: koobs
* irc/quassel: update 0.12.3 -> 0.12.4junovitch2016-07-073-3/+5
| | | | | | | | PR: 209218 Approved by: makc (maintainer timeout, 2 months) Security: CVE-2016-4414 Security: https://vuxml.FreeBSD.org/freebsd/7d64d00c-43e3-11e6-ab34-002590263bf5.html MFH: 2016Q3
* Bump PORTREVISION for the icu revert.mat2016-07-071-1/+1
| | | | | | | | | This time not bumping lang/php70, but devel/php70-intl which is the one really depending on icu. PR: 205120 With hat: portmgr Sponsored by: Absolight
* irc/epic4: do not depend on a specific version of Tclgahr2016-07-061-2/+2
|
* devel/icu: bump PORTREVISION on dependent portsgahr2016-07-061-0/+1
|
* Remove expired ports without open PRs:rene2016-07-0529-1037/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2016-07-04 security/openpgpsdk: Broken for more than 6 months 2016-07-04 security/radiusniff: Broken for more than 6 months 2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months 2016-07-04 security/sshit: Broken for more than 6 months 2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months 2016-07-04 security/rainbowcrack: Broken for more than 6 months 2016-07-04 security/vlog: Broken for more than 6 months 2016-07-04 security/cryptstring: Broken for more than 6 months 2016-07-04 x11/libdnd: Broken for more than 6 months 2016-07-04 x11/xlupe: Broken for more than 6 months 2016-07-04 x11/xco: Broken for more than 6 months 2016-07-04 x11/xclick: Broken for more than 6 months 2016-07-04 devel/ocfpcsc: Broken for more than 6 months 2016-07-04 devel/dits: Broken for more than 6 months 2016-07-04 devel/ruby-cache: Broken for more than 6 months 2016-07-04 devel/rapidsvn: Broken for more than 6 months 2016-07-04 devel/svnkit: Broken for more than 6 months 2016-07-04 devel/py-EnthoughtBase: Broken for more than 6 months 2016-07-04 devel/cl-uffi: Broken for more than 6 months 2016-07-04 devel/ruby-event-loop: Broken for more than 6 months 2016-07-04 devel/libqxt: Broken for more than 6 months 2016-07-04 devel/dasm: Broken for more than 6 months 2016-07-04 devel/libopendaap: Broken for more than 6 months 2016-07-04 devel/cl-uffi-sbcl: Depends on expiring devel/cl-uffi 2016-07-04 devel/cvs2p4: Broken for more than 6 months 2016-07-04 devel/bufferpool: Broken for more than 6 months 2016-07-04 devel/ifd-test: Broken for more than 6 months 2016-07-04 devel/eric4: Broken for more than 6 months 2016-07-04 devel/uclmmbase: Broken for more than 6 months 2016-07-04 devel/obfuscatejs: Broken for more than 6 months 2016-07-04 devel/oniguruma: Broken for more than 6 months 2016-07-04 devel/libbnr: Broken for more than 6 months 2016-07-04 devel/c4: Broken for more than 6 months 2016-07-04 devel/memcheck: Broken for more than 6 months 2016-07-04 devel/liblcfg: Broken for more than 6 months 2016-07-04 devel/omake: Broken for more than 6 months 2016-07-04 devel/svndelta: Broken for more than 6 months 2016-07-04 devel/papp: Broken for more than 6 months 2016-07-04 devel/mk: Broken for more than 6 months 2016-07-04 devel/avltree: Broken for more than 6 months 2016-07-04 devel/cbind: Broken for more than 6 months 2016-07-04 devel/tclgetopts: Broken for more than 6 months 2016-07-04 devel/antlrworks: Broken for more than 6 months 2016-07-04 devel/acme: Broken for more than 6 months 2016-07-04 devel/libopensync022: Broken for more than 6 months 2016-07-04 archivers/epkg: Broken for more than 6 months 2016-07-04 print/enscriptfonts: Broken for more than 6 months 2016-07-04 print/mup: Broken for more than 6 months 2016-07-04 lang/lua-mode.el: Broken for more than 6 months 2016-07-04 lang/s9fes: Broken for more than 6 months 2016-07-04 lang/alisp: Broken for more than 6 months 2016-07-04 lang/intel2gas: Broken for more than 6 months 2016-07-04 lang/stalin: Broken for more than 6 months 2016-07-04 french/eric4: Depends on expiring devel/eric4 2016-07-04 textproc/exslt: Broken for more than 6 months 2016-07-04 textproc/xt: Broken for more than 6 months 2016-07-04 textproc/ssddiff: Broken for more than 6 months 2016-07-04 textproc/xslint: Broken for more than 6 months 2016-07-04 textproc/cbedic: Broken for more than 6 months 2016-07-04 textproc/tralics: Broken for more than 6 months 2016-07-04 textproc/docbookide.el: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-AdditionalReports: Broken for more than 6 months 2016-07-04 textproc/tdhkit: Broken for more than 6 months 2016-07-04 textproc/p5-Groonga-API: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-DataInjection: Broken for more than 6 months 2016-07-04 dns/ldnsm: Broken for more than 6 months 2016-07-04 japanese/guesswork-classic: Broken for more than 6 months 2016-07-04 japanese/texinfo: Broken for more than 6 months 2016-07-04 japanese/jyuroku: Broken for more than 6 months 2016-07-04 japanese/mtools: Broken for more than 6 months 2016-07-04 palm/pdbar: Broken for more than 6 months 2016-07-04 graphics/gplot: Broken for more than 6 months 2016-07-04 graphics/white_dune: Broken for more than 6 months 2016-07-04 graphics/whirlgif: Broken for more than 6 months 2016-07-04 graphics/libaux: Broken for more than 6 months 2016-07-04 graphics/import-pictures: Broken for more than 6 months 2016-07-04 math/xgobi: Broken for more than 6 months 2016-07-04 math/fricas: Broken for more than 6 months 2016-07-04 math/dcdflib: Broken for more than 6 months 2016-07-04 math/libneural: Broken for more than 6 months 2016-07-04 math/open-axiom: Broken for more than 6 months 2016-07-04 irc/nefarious: Broken for more than 6 months 2016-07-04 irc/slirc: Broken for more than 6 months 2016-07-04 irc/ratbox-respond: Broken for more than 6 months 2016-07-04 irc/qwebirc: Broken for more than 6 months 2016-07-04 biology/platon: Broken for more than 6 months 2016-07-04 news/slnr: Broken for more than 6 months 2016-07-04 science/jmol: Broken for more than 6 months 2016-07-04 net/nstxd: Broken for more than 6 months 2016-07-04 net/sprinkle: Broken for more than 6 months 2016-07-04 editors/ssam: Broken for more than 6 months 2016-07-04 editors/fb: Broken for more than 6 months 2016-07-04 misc/quotes: Broken for more than 6 months 2016-07-04 misc/boxquote.el: Broken for more than 6 months 2016-07-04 misc/pypanda: Broken for more than 6 months 2016-07-04 misc/cuecat: Broken for more than 6 months 2016-07-04 deskutils/displaycalibrator: Broken for more than 6 months 2016-07-04 german/eric4: Depends on expiring devel/eric4 2016-07-04 multimedia/vic: Depends on expiring devel/uclmmbase 2016-07-04 multimedia/ggrab: Broken for more than 6 months 2016-07-04 emulators/dynamips: Broken for more than 6 months 2016-07-04 emulators/dynamips-devel: Broken for more than 6 months 2016-07-04 emulators/sim6811: Broken for more than 6 months 2016-07-04 emulators/minivmac: Broken for more than 6 months 2016-07-04 cad/qcad-partslib: Broken for more than 6 months 2016-07-04 comms/dump1090_mr: Broken for more than 6 months 2016-07-04 x11-fm/asfiles: Depends on expiring x11/libdnd 2016-07-04 x11-fonts/fonts-te: Broken for more than 6 months 2016-07-04 sysutils/rsyncmanager: Broken for more than 6 months 2016-07-04 sysutils/jfbterm: Broken for more than 6 months 2016-07-04 sysutils/daedalus: Broken for more than 6 months 2016-07-04 sysutils/pcfclock: Broken for more than 6 months 2016-07-04 sysutils/vlogger: Broken for more than 6 months 2016-07-04 sysutils/bontmia: Broken for more than 6 months 2016-07-04 mail/pop3gwd: Broken for more than 6 months 2016-07-04 mail/mailtray: Broken for more than 6 months 2016-07-04 mail/pflogstats: Broken for more than 6 months 2016-07-04 mail/exact: Broken for more than 6 months 2016-07-04 mail/wmpop3: Broken for more than 6 months 2016-07-04 mail/qmail-conf: Broken for more than 6 months 2016-07-04 mail/gld: Broken for more than 6 months 2016-07-04 mail/dsbl-testers: Broken for more than 6 months 2016-07-04 mail/vqregister: Broken for more than 6 months 2016-07-04 mail/atmail: Broken for more than 6 months 2016-07-04 mail/ml: Broken for more than 6 months 2016-07-04 net-im/icb: Broken for more than 6 months 2016-07-04 net-im/cicquin: Broken for more than 6 months 2016-07-04 net-im/pidgin-manualsize: Broken for more than 6 months 2016-07-04 net-im/pidgin-rhythmbox: Broken for more than 6 months 2016-07-04 russian/eric4: Depends on expiring devel/eric4 2016-07-04 russian/fortune-bashorgru: Broken for more than 6 months 2016-07-04 www/xpi-clearfields: Broken for more than 6 months 2016-07-04 www/pecl-varnish: Broken for more than 6 months 2016-07-04 www/py-requests-oauth-hook: Broken for more than 6 months 2016-07-04 www/hudson: Broken for more than 6 months 2016-07-04 www/xpi-mldonkey: Broken for more than 6 months 2016-07-04 www/xpi-cookiesafe: Broken for more than 6 months 2016-07-04 www/trac-mastertickets: Broken for more than 6 months 2016-07-04 www/dotclear: Broken for more than 6 months 2016-07-04 www/ruby-wgettsv: Broken for more than 6 months 2016-07-04 www/wwwstat: Broken for more than 6 months 2016-07-04 www/xpi-prism: Broken for more than 6 months 2016-07-04 www/xpi-fasterfox: Broken for more than 6 months 2016-07-04 www/siteframe: Broken for more than 6 months 2016-07-04 www/py-urljr: Broken for more than 6 months 2016-07-04 www/reviewboard: Broken for more than 6 months 2016-07-04 www/xpi-tabletools: Broken for more than 6 months 2016-07-04 www/wikindx: Broken for more than 6 months 2016-07-04 www/typolight: Broken for more than 6 months 2016-07-04 www/varnish-libvmod-header: Broken for more than 6 months 2016-07-04 www/xpi-gbrain: Broken for more than 6 months 2016-07-04 www/trac-robotstxt: Broken for more than 6 months 2016-07-04 www/simplog: Broken for more than 6 months 2016-07-04 www/chtml: Broken for more than 6 months 2016-07-04 databases/postgresql_autodoc: Broken for more than 6 months 2016-07-04 databases/oracle_odbc_driver: Broken for more than 6 months 2016-07-04 databases/mysql-xql: Broken for more than 6 months 2016-07-04 databases/mysql-udf-sys: Broken for more than 6 months 2016-07-04 games/lucidlife: Broken for more than 6 months 2016-07-04 games/gma: Broken for more than 6 months 2016-07-04 games/smiley: Broken for more than 6 months 2016-07-04 games/noegnud-littlehack: Broken for more than 6 months 2016-07-04 games/sdlquake2: Broken for more than 6 months 2016-07-04 games/daimonin: Depends on expiring games/daimonin-music 2016-07-04 games/noegnud-nethack: Broken for more than 6 months 2016-07-04 games/xbomber: Broken for more than 6 months 2016-07-04 games/xwelltris: Broken for more than 6 months 2016-07-04 games/ftjava: Broken for more than 6 months 2016-07-04 games/daimonin-music: Broken for more than 6 months 2016-07-04 games/gno3dtet: Broken for more than 6 months 2016-07-04 games/qtv: Broken for more than 6 months 2016-07-04 games/xwordpy: Broken for more than 6 months 2016-07-04 games/netris: Broken for more than 6 months 2016-07-04 games/rt2-demo: Broken for more than 6 months 2016-07-04 games/noegnud-addons: Broken for more than 6 months 2016-07-04 games/noegnud-nethack-deet: Broken for more than 6 months 2016-07-04 games/live-f1: Broken for more than 6 months 2016-07-04 games/xonix: Broken for more than 6 months 2016-07-04 games/fgkicker: Broken for more than 6 months 2016-07-04 games/tank: Depends on expiring graphics/libaux 2016-07-04 games/linux-nwserver: Broken for more than 6 months 2016-07-04 games/quake2-zaero: Broken for more than 6 months 2016-07-04 games/pyching: Broken for more than 6 months 2016-07-04 games/thevalley: Broken for more than 6 months 2016-07-04 games/xroads: Broken for more than 6 months 2016-07-04 games/fxsudoku: Broken for more than 6 months 2016-07-04 games/sudoku: Broken for more than 6 months 2016-07-04 games/kmancala: Broken for more than 6 months 2016-07-04 games/plonx: Broken for more than 6 months 2016-07-04 games/wmminichess: Broken for more than 6 months 2016-07-04 games/noegnud-slashem: Broken for more than 6 months 2016-07-04 games/latrine: Broken for more than 6 months 2016-07-04 games/pysycache-themes: Broken for more than 6 months 2016-07-04 games/nibbles: Broken for more than 6 months 2016-07-04 games/hlstatsx: Broken for more than 6 months 2016-07-04 audio/streamtuner: Broken for more than 6 months 2016-07-04 audio/mangler: Broken for more than 6 months 2016-07-04 audio/hawkvoice: Broken for more than 6 months 2016-07-04 audio/alac: Broken for more than 6 months 2016-07-04 x11-wm/e-module-mpdule: Broken for more than 6 months 2016-07-04 x11-wm/e-module-tclock: Broken for more than 6 months 2016-07-04 x11-wm/musca: Broken for more than 6 months 2016-07-04 x11-wm/e-module-places: Broken for more than 6 months 2016-07-04 x11-wm/e-module-forecasts: Broken for more than 6 months 2016-07-04 x11-wm/e-module-net: Broken for more than 6 months 2016-07-04 x11-wm/e-module-penguins: Broken for more than 6 months 2016-07-04 ftp/fget: Broken for more than 6 months 2016-07-04 net-mgmt/netmond: Broken for more than 6 months 2016-07-04 net-mgmt/ipfm: Broken for more than 6 months
* Convert a couple ports that use both _CMAKE_ON and _CMAKE_OFF to _CMAKE_BOOL.adamw2016-07-011-8/+4
| | | | Use options helpers all the way in math/carve, because I couldn't help myself.
* With the power of USES=dos2unix, get rid of most patches and filesmat2016-06-2113-63/+48
| | | | | | | | | | with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
* irc/znc: avoid depending on a particular ICU versiongahr2016-06-201-2/+1
| | | | | | PR: 209855 Submitted by: gahr Approved by: maintainer (timeout)
* - Unbreak games/cowsay with a new MASTER_SITESantoine2016-06-041-3/+0
| | | | | | | | | - Pass maintainership to submitter - Undeprecate irc/insub now that cowsay isn't broken PR: 207063 Submitted by: Nikolai Lifanov Approved by: maintainer timeout (4 months)
* Deprecate ports broken for more than 6 monthsantoine2016-06-045-0/+11
|
* - Use fishcrypt instead of py-fishcrypt [1]nemysis2016-06-011-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | - Add GH_PROJECT= py-${PORTNAME} [1] PR: 209925 Submitted by: mat [1] >-This line, and those below, will be ignored-- > Description of fields to fill in above: 76 columns --| > PR: If and which Problem Report is related. > Submitted by: If someone else sent in the change. > Reported by: If someone else reported the issue. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > MFH: Ports tree branch name. Request approval for merge. > Relnotes: Set to 'yes' for mention in release notes. > Security: Vulnerability reference (one per line) or description. > Sponsored by: If the change was sponsored by an organization. > Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed). > Empty fields above will be automatically removed. M Makefile
* - Update WWW entry to point to current upstreamashish2016-05-291-1/+1
| | | | Reported by: Pedro Caetano <pedrocaetano@binaryflows.com> (via email)
* Remove expired misc/kdehier4 and update all of its consumers to not ↵rene2016-05-262-2/+2
| | | | | | | | | | | | | reference it any longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy. PR: 209014 (partial) Submitted by: myself Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D6542
* Remove useless WRKSRC definitions.mat2016-05-251-1/+0
| | | | | | While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight
* Simplify plist by using @samplebapt2016-05-241-26/+13
| | | | Approved by: feld (maintainer)
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵amdmi32016-05-244-4/+3
| | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket
* Convert tab after WWW: in pkg-descrs to single space as per PHBamdmi32016-05-2412-12/+12
| | | | Approved by: portmgr blanket
* Reorganise and modernise the py-sqlalchemy ports.matthew2016-05-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Introduce new ports for the sqlalchemy 0.9 and 1.0 release branches. - Deprecate the ports for the 0.6 and 0.7 release branches, as these have been declared EoL and are no longer supported by upstream. - Update to the latest available version in each branch. In detail: Port Version Maintainer ---------------------------------------------- py-sqlalchemy06 0.6.9 nivit@FreeBSD.org (Deprecate 2016-08-20) [1] py-sqlalchemy07 0.7.10 nivit@FreeBSD.org (renamed py-sqlalchemy, Deprecate 2016-08-20) [1] py-sqlalchemy08 0.8.7 nivit@FreeBSD.org (renamed py-sqlalchemy-devel) [1] py-sqlalchemy09 0.9.10 m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2] py-sqlalchemy10 1.0.13 m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2] - Use options-helpers and option dependent make targets. - Use autoplist for documents as well as python code - Add all the docments to the packages: previously an arbitrary subset was added in a way that excluded CSS, images and other HTML assets. - Use TEST_DEPENDS and add a TEST_TARGET instead of having a 'TEST' option. - Use py-pytest for 0.9.x and later, rather than py-nose. - Add CONFLICTS_INSTALL between all of the py-sqlalchemyXY ports. PR: 191442 Submitted by: robak Reviewed by: robak Reviewed by: pi Approved by: nivit (maintainer timeout, ~300days) [1] Approved by: m.tsatsenko@gmail.com (maintainer) [2] Sponsored by: https://reviews.freebsd.org/D908
* Fix build with PERL-off.vanilla2016-05-201-0/+2
| | | | | PR: 209657 Submitted by: vas at mpeks dot tomsk do su
* - Fix trailing whitespace in pkg-messagesamdmi32016-05-197-9/+9
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-1924-45/+45
| | | | Approved by: portmgr blanket
* 1: add patch from upstream to fix @INC order for perl scripts.vanilla2016-05-183-4/+270
| | | | | 2: strip perl's .so 3: bump version.
* irc/epic4: depend on Tcl via USES=tcl instead of LIB_DEPEND'ing on itgahr2016-05-111-1/+1
|
* - Update to 5.31, please seenemysis2016-05-034-13/+20
| | | | | | | | | | | | | /usr/local/share/doc/py-fishcrypt/README.md - Take maintainership - Change comment - Add dependency for net/py-pysocks - Change master site from https://github.com/kwaaak/py-fishcrypt to https://github.com/fladd/py-fishcrypt - Change PLIST_FILES - Change files/pkg-message.in - Change pkg-descr
* - Switch to new upstreamashish2016-04-292-40/+14
| | | | - Update to 1.4 snapshot
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultswills2016-04-284-4/+4
|
* create USES=gem and update rubygem- ports to use itswills2016-04-284-8/+4
| | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070
* many ports: mark broken on powerpc64swills2016-04-222-0/+4
|
* irc/irc: convert to CONFIGURE_OUTSOURCEjbeich2016-04-131-7/+5
| | | | | Approved by: portmgr blanket Differential Revision: https://reviews.freebsd.org/D5818
* Consistently prefer ${CONFIGURE_CMD} over ./${CONFIGURE_SCRIPT}jbeich2016-04-131-1/+1
| | | | | | | | | This also fixes SET_LATE_CONFIGURE_ARGS with custom CONFIGURE_CMD. PR: 208294 Exp-run by: antoine Approved by: portmgr (antoine), perl (mat) Differential Revision: https://reviews.freebsd.org/D4158
* Update irc/bitlbee to 3.4.2garga2016-04-113-15/+3
|
* Convert to @samplebapt2016-04-101-3/+1
|
* Update atheme-services to version 7.2.6.tdb2016-04-093-16/+42
|
* o Update to 1.0.1philip2016-04-085-16/+82
| | | | | | o Include patches to work with irssi versions >= 0.8.17 Approved by: ashish (maintainer)
* Update to 0.8.19, and regen patches.vanilla2016-04-058-33/+35
|
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-0171-248/+248
| | | | | With hat: portmgr Sponsored by: Absolight
* Fixup some whitespace at the beginning of lines problems.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* irc/quassel:makc2016-03-314-59/+3
| | | | | | | | - Update to 0.12.3 - Remove upstream patches PR: 207562 Submitted by: Adriaan de Groot (groot@kde.org)
* - Update to 0.53jadawin2016-03-293-4/+4
|
* Update to 0.1.7.araujo2016-03-283-17/+5
| | | | | PR: ports/208170 Submitted by: Mose <mose@gandi.net> (maintainer)
* - Update security/gnutls to 3.4.10.tijl2016-03-278-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine)
* - Add LICENSE_FILEamdmi32016-03-273-11/+10
| | | | | - Switch to options helpers - Regenerate patches with `make makepatch`
* Mark jobs unsafe.mat2016-03-241-0/+2
| | | | | | On 9, it tries to use header files before generating them. Sponsored by: Absolight
* - Update to 2.3vg2016-03-215-14/+24
| | | | | | | - Port got new maintainer PR: ports/207674 Submitted by: Chris Petrik <chris@bsdjunk.com>
* irc/ircd-ratbox: Use GCC for i386feld2016-03-181-1/+5
| | | | | | When built with Clang on i386 ratbox segfaults at startup. PR: 207268
* - Clarify LICENSEamdmi32016-03-121-14/+11
| | | | | | | | | - Add LICENSE_FILE - Switch to options helpers - Switch to USES=tar:tbz2 - Pet portlint Approved by: portmgr blanket
* irc/ircd-ratbox: Fix build failure with SHORTCUTS enabledbrnrd2016-03-071-1/+1
| | | | | | | | | - bsd.port.options.mk must be included before targets are defined Reviewed by: feld (mentor) Approved by: feld (mentor) Differential Revision: D5479 MFH: 2016Q1
* Update to 1.6.3.bdrewery2016-03-013-13/+3
|
* Readd removed ${PORTSDIR} in dependency chain too early there are still fixesbapt2016-02-271-10/+10
| | | | needed in bsd.ports.mk to allow removing them entirely
* - Explicitly specify version for libotr.so to differentiate security/libotr ↵amdmi32016-02-252-2/+2
| | | | | | and security/libotr3 Approved by: portmgr blanket
* irc/py-limnoria: Update to 2016.02.24koobs2016-02-252-3/+3
| | | | - Update PORTVERSION and distinfo checksum (2016.02.24)
* Update to 2.0.rakuco2016-02-192-3/+3
| | | | | PR: 207330 Submitted by: mp39590@gmail.com (maintainer)
* irc/ircd-ratbox: Fix OpenSSL linking and simplifybrnrd2016-02-165-163/+39
| | | | | | | | | | | | | - Fix linking with ports' ssl libs - Fix `contrib` build (used base openssl headers) - Re-work EGD detection - Use options helpers - Simplify REINPLACE with :U defaults PR: 195796 Reviewed by: feld (mentor) Approved by: feld (mentor) Differential Revision: D5286
* irc/quassel:makc2016-02-152-3/+5
| | | | | | | - Add rc var to specify IP address quasselcore will listen on PR: 206673 Submitted by: Christian Schwarz
* The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.kwm2016-02-153-4/+9
| | | | | | | | | | | | | | | | | | | | | The offical GNOME 3.18 release notes can be found at https://help.gnome.org/misc/release-notes/3.18/ This update doesn't contain the glib/gtk c++ bindings which will be done in a another update due to the requirement on c++11 and the amount of fallout this probably will give. GDM is still at version 3.16 due to some issues. Bump mate-themes to use the gtk 3.18 version of the themes. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 207006
* irc/epic4: Remove obsolete TERMCAP option, link with libncurses alwaymarino2016-02-151-4/+4
| | | | | | | | | | | | The TERMCAP option avoided linking with libcurses (which is symlinked to libncurses) in order to link with libtermcap (which is also symlinked to libncurses). Remove the TERMCAP option completely and link directly to libncurses in any case. PR: 206947 approved by: jpaetzel@ (maintainer)
* - Add LICENSEamdmi32016-02-071-4/+9
| | | | - Switch to options helpers
* - Add LICENSEamdmi32016-02-071-15/+13
| | | | | | - Add NO_ARCH - Switch to options helpers - Cosmetic fixes
* Update to 1.8zeising2016-02-072-4/+3
| | | | | PR: 206997 Submitted by: mp39590@gmail.com (maintainer)
* - Clarify LICENSEamdmi32016-02-072-9/+16
| | | | | | | | - Add LICENSE_FILE - Switch to options helpers - Silence patching - Fix build with CC containing slashes - Regenerate patches with `make makepatch`
* Replace defunct scrollz.org by working mirror.mandree2016-02-062-3/+1
| | | | | | | Drop domain-parking WWW: link from pkg-descr. Submitted by: Chris Hutchinson PR: 206862
* irc/epic5: Remove obsolete TERMCAP option, link with libncurses alwaymarino2016-02-051-4/+6
| | | | | | | | | | | | The TERMCAP option avoided linking with libcurses (which is symlinked to libncurses) in order to link with libtermcap (which is also symlinked to libncurses). Remove the TERMCAP option completely and link directly to libncurses in any case. PR: 206947 approved by: mp29590(gmail) (maintainer)
* irc/xaric: USES+= ncurses, link with libncurses not libcursesmarino2016-02-051-1/+2
|
* irc/sirc: USES+= ncurses, respect LDFLAGS, link with libncurses ...marino2016-02-051-2/+3
| | | | ... rather than libtermcap (the latter is symlinked with former)
* irc/sic: USES+= ncursesmarino2016-02-051-0/+1
|
* irc/ninja: USES+= ncursesmarino2016-02-051-0/+1
|
* irc/netwalker-ircc: document ncurses requirement (USES+=ncurses)marino2016-02-051-1/+1
| | | | approved by: infrastructure blanket
* irc/ircII: document ncurses requirement (USES+=ncurses)marino2016-02-051-1/+1
| | | | approved by: infrastructure blanket
* irc/rbot: mark broken with Ruby 2.2swills2016-02-041-0/+1
|
* irc/bitchx: document ncurses requirement (USES+=ncurses)marino2016-02-021-1/+1
| | | | approved by: infrastructure blanket
* - Unbreak the build against new Imlib2: previous versions (e.g. 1.4.6) haddanfe2016-01-254-61/+56
| | | | | | | | | | | | | | | | | two typedefs (apparently, the latter was deprecated and finally removed in 1.4.7): typedef enum _imlib_load_error Imlib_Load_Error; typedef enum _imlib_load_error ImlibLoadError; - Instead of handling of VIDEO and CACA options interdependency manually, define VIDEO_IMPLIES=CACA (available since r394573) and thus consummate conversion to option helpers - Install sample configuration files as @sample in pkg-plist (and convert PLIST_FILES to separate file due to better readability thereof) - Restore sane installation routine broken in r336927 and install couple of extra documentation files while here - Augment port description text and update WWW line to avoid redirect
* Add upstream patch to fix the build with the upcoming Qt 5.5.1.rakuco2016-01-241-0/+43
|
* Mark BROKEN: fails to buildantoine2016-01-231-0/+2
| | | | | | | | | | | | cd /wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src && /usr/bin/c++ -I/usr/local/include/libpurple -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src -O2 -pipe -DX_DISPLAY_MISSING -fstack-protector -fno-strict-aliasing -DHAVE_IMLIB -DHAVE_CACA -DHAVE_PAM -D_REENTRANT -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-unused-parameter -O2 -pipe -DX_DISPLAY_MISSING -fstack-protector -fno-strict-aliasing -o CMakeFiles/minbif.dir/im/account.cpp.o -c /wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp /wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp: In member function 'void im::Account::setBuddyIcon(std::string)': /wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp:276: error: 'ImlibLoadError' was not declared in this scope /wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp:276: error: expected `;' before 'err' /wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp:281: error: 'err' was not declared in this scope /wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp:287: error: 'err' was not declared in this scope Reported by: pkg-fallout MFH: 2016Q1
* irc/bitlbee-facebook: use DISTVERSIONPREFIX instead of GH_TAGNAMEgahr2016-01-212-3/+3
| | | | Reported by: mat
* - Reassign milki@'s ports after his commit bit was taken in for safekeepingculot2016-01-202-2/+2
|
* irc/bitlbee-facebook: update to 1.0.0, fetch from official repositorygahr2016-01-202-5/+6
|
* - Fix gemspec for rubygem-eventmachine 1.0.9 updatesunpoet2016-01-192-0/+12
| | | | - Bump PORTREVISION for package change
* Use @samplebapt2016-01-192-10/+4
|
* Update to upstream release 1.6.2, cleanup portriggs2016-01-195-52/+38
| | | | | | | | | | | | | | Cleanups: - USE_OPENSSL - Convert to OPTION helpers - Remove no longer necessary patch for modperl - Sort OPTIONs - Correct compiler flags detection in configure script PR: 205473 Submitted by: matthew@reztek.cz Reviewed by: riggs Approved by: maintainer timeout
* Update to 0.13.7.adamw2016-01-182-4/+3
|
* mark ports that don't work with Ruby 2.3swills2016-01-171-0/+2
| | | | PR: 205774
* - Switch to USES=execinfo localbasepawel2016-01-161-3/+2
| | | | | | | | | - USES=localbase conversion fixes detection of libexecinfo on FreeBSD 10+ PR: 205760 Submitted by: myself Approved by: maintainer timeout
* - Fix fetchamdmi32016-01-132-8/+17
| | | | | | | | | | | | - Pass maintainership to submitter - Update pkg-descr - While here, also - Fix LICENSE and add LICENSE_FILE - Silence stripping - Fix WWW PR: 206164 Submitted by: portmaster@bsdforge.com
* Update irc/weechat to 1.4garga2016-01-139-45/+37
|
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-134-4/+4
| | | | Approved by: portmgr blanket
* Unbreak INDEXantoine2016-01-111-1/+1
|
* Convert g* and i* to USES=sqlite and USES=firebirdbapt2016-01-115-8/+5
|
* - Convert to options helpermiwi2016-01-071-0/+2
|
* Remove expired port: irc/irssi-devel.rakuco2016-01-017-421/+0
| | | | 2016-01-01 irc/irssi-devel: Older than irc/irssi
* irc/inspircd: Update to 2.0.20feld2015-12-294-7/+8
| | | | | | | | | Fix default config file path to sample configs and add rc script chdir so these relative paths work. This makes it easier to get a new install up and running. MFH: 2015Q4 Security: b808c3a8-ae30-11e5-b864-14dae9d210b8
* [NEW] irc/py-limnoria: Modified version of Supybot (an IRC bot and framework)koobs2015-12-274-0/+45
| | | | | | | | | | | | A robust, full-featured Python IRC bot with a clean and flexible plugin API. Equipped with a complete ACL system for specifying user permissions with as much as per-command granularity. Batteries are included in the form of numerous plugins already written. WWW: https://github.com/ProgVal/Limnoria Requested by: Brenden Molloy (via IRC)
* irc/bitlbee-facebook: update snapshot, fix build dependsgahr2015-12-272-4/+4
|
* irc/charybdis: Remove RAND_egdbrnrd2015-12-251-0/+74
| | | | | | | | | - Add patch to remove RAND_egd from v3.5 RC PR: 198504 Reviewed by: crees (maintainer), koobs (mentor) Approved by: crees (maintainer), koobs (mentor) Differential Revision: https://reviews.freebsd.org/D4694
* irce/bitlbee-facebook - add portgahr2015-12-244-0/+35
| | | | | | | | bitlbee-facebook is a plugin that allows bitlbee to access Facebook. It uses the MQTT protocol used by the Facebook messenger mobile client and also supports group chats. WWW: https://wiki.bitlbee.org/HowtoFacebookMQTT
* - Update MASTER_SITESmiwi2015-12-223-19/+20
| | | | | | | | | | | - Add LICENSE - Switch to options helper - Pass maintainership to submitter PR: D4601 Submitted by: 205371 Approved by: mat (mentor) Differential Revision: D4601
* - Fix build if lang/v8 is installedsunpoet2015-12-223-1/+17
| | | | | | | | - Add JAVASCRIPT option and set it off by default PR: 204881 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 23 days)
* irc/quassel: Import patch to resolve DoS CVEfeld2015-12-212-0/+13
| | | | | | Approved by: ports-secteam (with hat) MFH: 2015Q4 Security: CVE-2015-8547
* irc/bitchx: drop AIM plugin support and grammar fixesjunovitch2015-12-183-5/+5
| | | | | | | | | - Remove AIM plugin support as it is no longer supported - Bump PORTREVISION for package change - While here, minor grammar changes in pkg-descr and Makefile PR: 205260 Submitted by: cpet@bitchx.org (maintainer)
* Fix usage of ${PERL5}.mat2015-12-182-7/+5
| | | | | | | | | | | | | | ${PERL5} points to a specific version of perl, say, perl5.22.1, it is fine to use it in a ports Makefile to do Perly things, but ports using it must use ${PERL}, that points to /usr/local/bin/perl so that if the minor version is updated, the shebang keep working. While there, make some ports use shebangfix, regen a few patches, and bump PORTREVISION where a shebang went from PERL5 to PERL. PR: 205367 With hat: portmgr Sponsored by: Absolight
* - Update maintainer addressmiwi2015-12-111-1/+1
| | | | | | | PR: 205138 Submitted by: cpet@bitchx.org Approved by: mat (mentor), maintainer Differential Revision: D4492
* - Clarify LICENSEamdmi32015-12-042-12/+9
| | | | | | - Clean up the makefile - Silence patching - Convert makefile echo's to pkg-message
* irc/ngircd: update 22.1 -> 23robak2015-12-012-3/+3
| | | | | PR: 204680 Submitted by: Kjetil Rustad <kjetil@bsdshell.org>
* Deprecate ports broken for more than 6 monthsantoine2015-11-291-0/+2
|
* - Update to 1.1.9miwi2015-11-272-3/+3
| | | | Approved by: bapt (mentor)
* - Take Maintainershipmiwi2015-11-261-1/+1
| | | | Approved by: mat (mentor)
* Cogbot is an irc bot written in ruby based on Cinch bot framework.araujo2015-11-244-0/+40
| | | | | | | | | | It has its unique plugin system and various features oriented towards ruby development tasks. WWW: https://github.com/mose/cogbot PR: ports/204759 Submitted by: mose <mose@gandi.net>
* Update to 20151120.adamw2015-11-242-3/+3
| | | | | | | Changes in ircII 20151120: o fix a program hang upon invalid utf-8 sequences o /set log and /window log no longer double the output o /lastlog no longer adds trailing ^Os to log files
* - Switch to options helpersamdmi32015-11-181-16/+11
|
* irc/py-irc: update to 13.1wg2015-11-132-7/+10
| | | | | PR: 202924 Submitted by: yuri rawbw dot com
* Mark BROKEN: size and checksum mismatchantoine2015-11-121-0/+4
| | | | Deprecate: irc/irssi-devel is older than irc/irssi
* irc/irssi-devel - tarball was rerolled, content hasn't changedgahr2015-11-102-4/+2
|
* irc/quassel:makc2015-11-096-112/+437
| | | | | - Update to 0.12.2 - Switch to Qt 5, remove KDE option
* Mark a few ports BROKEN: unfetchableantoine2015-11-096-0/+12
|
* - Update to 2.3.1sunpoet2015-11-062-3/+3
| | | | Changes: https://github.com/cinchrb/cinch/blob/master/ChangeLog
* Fix ports that confused the meaning of WRKDIR and WRKSRC.mat2015-11-051-4/+4
| | | | | | | | PR: 204056 Submitted by: mat Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2735
* - Add missing file to plistamdmi32015-11-052-0/+3
| | | | | | - Add LICENSE_FILE Approved by: portmgr blanket
* Remove expired ports:rene2015-11-0210-594/+0
| | | | | | | | | | | | | | | | | | | | | | | 2015-10-31 audio/cmus-post.fm: Broken for more than 6 months 2015-10-31 devel/libphish: Broken for more than 6 months 2015-10-31 devel/rubygem-debugger: This port is for Ruby 1.9 only. Upstream stopped maintenance. 2015-10-31 games/linux-ningpo-demo: Broken for more than 6 months 2015-10-30 graphics/gdal-grass: Superseded by gdal-2.0.0 2015-10-31 graphics/picviz: Broken for more than 6 months 2015-10-31 irc/weechat-devel: far behind stable irc/weechat (use it instead) 2015-10-31 mail/cucipop: Broken for more than 6 months 2015-10-31 math/rkward-kde4: Depends on deprecated math/R-cran-car 2015-10-31 multimedia/streamanalyze: Broken for more than 6 months 2015-10-31 net-mgmt/collectd: Please move to collectd5 - collect4 is not developed/patched 2015-10-31 sysutils/sdd: Broken for more than 6 months 2015-10-31 sysutils/xfce4-minicmd-plugin: Broken for more than 6 months 2015-10-31 www/linux-libgtkembedmoz: Broken for more than 6 months 2015-10-31 www/py-feedfinder: Broken for more than 6 months 2015-10-31 www/py-openssl-proxy: Broken for more than 6 months 2015-10-31 www/py-webware: Broken for more than 6 months 2015-10-31 www/py-webware-component: Depends on deprecated www/py-webware 2015-10-31 x11-fonts/code2001: Broken for more than 6 months 2015-10-31 x11-wm/e-module-diskio: Broken for more than 7 months
* - Update to 2.3.0sunpoet2015-10-302-3/+3
| | | | Changes: https://github.com/cinchrb/cinch/blob/master/ChangeLog
* - Update to 2.2.8sunpoet2015-10-272-3/+3
| | | | Changes: https://github.com/cinchrb/cinch/blob/master/ChangeLog
* - Fix shebangsamdmi32015-10-271-0/+5
| | | | | Approved by: portmgr blanket MFH: 2015Q4 (blanket)
* Fix startup.mat2015-10-272-2/+14
| | | | | | | | Don't install as root:wheel/0700. PR: 204021 Submitted by: loox e-shell net Sponsored by: Absolight
* - Move owner/group/perm handling into plist, fixing packaging from non-rootamdmi32015-10-242-17/+2
| | | | | | PR: 203567 Submitted by: amdmi3 Approved by: maintainer timeout (moggie@elasticmind.net, 2 weeks)
* - Move owner/permission to plist, fixing installation from non-root and ↵amdmi32015-10-243-50/+9
| | | | | | | | simplifying the port PR: 203564 Submitted by: amdmi3 Approved by: maintainer timeout (moggie@elasticmind.net, 2 weeks)
* - Move owner/permission to plist, fixing installation from non-root and ↵amdmi32015-10-243-50/+13
| | | | | | | | simplifying the port PR: 203564 Submitted by: amdmi3 Approved by: maintainer timeout (moggie@elasticmind.net, 2 weeks)
* Drop 8 support.mat2015-10-151-4/+0
| | | | | | With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694
* - Drop PLIST_DIRSTRYamdmi32015-10-151-1/+1
| | | | - Add NO_CDROM
* Update to 20150903.adamw2015-10-145-29/+9
| | | | Also, pet portlint by sorting USES and regenerating a patch.
* - fix API for miniupnpc-1.9.20151008dinoex2015-10-143-0/+57
|
* - Update maintainer's addressculot2015-10-121-1/+1
| | | | | PR: 203717 Submitted by: serio.jeffrey@riseup.net (maintainer)
* irc/weechat-devel: fix typo in DEPRECATED linemarino2015-10-111-1/+1
|
* irc/weechat-devel: Deprecate for removal (31 Oct 15)marino2015-10-111-0/+3
| | | | | | | | | | 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