aboutsummaryrefslogtreecommitdiffstats
path: root/irc
Commit message (Collapse)AuthorAgeFilesLines
* Use PY_FLAVOR for dependencies.mat2018-06-213-18/+18
| | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
* Mark ports broken on powerpc64, categories g-n.linimon2018-06-181-0/+2
| | | | | | While here, pet portlint and do some other cleanup. Approved by: portmgr (tier-2 blanket)
* - Remove always-true OSVERSION conditionamdmi32018-06-161-6/+4
| | | | - Cosmetic fixes
* Add LICENSE_FILEsunpoet2018-06-052-1/+2
| | | | - Fix and update WWW
* USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgradejrm2018-05-311-1/+1
| | | | | Or, mark ports that fail to build as BROKEN. https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html
* irc/gseen.mod: set LLD_UNSAFE to link using ld.bfdemaste2018-05-311-0/+1
| | | | | | | | | | | lld has no built-in search paths (/lib, /usr/lib). Normally the linker is invoked from the compiler driver, and the search paths are added by the compiler. If lld is invoked directly library search paths must be specified explicitly, with -L/lib -L/usr/lib. PR: 214864 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation
* Update WWWsunpoet2018-05-2814-14/+14
| | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
* Add PY_FLAVOR to Python module dependencies.mat2018-05-221-1/+1
| | | | Sponsored by: Absolight
* Update to 1.1.13joneum2018-05-122-4/+4
| | | | | Changelog: * Corrected return value of isConnected() to match docs
* Update to 1.1.12joneum2018-05-102-4/+4
| | | | | | | | | Changelog: * Fix composer autoload path * Fix PHP notices * Implement Feature #23746: added method to get connection status * Updated HTML documentation
* - update to miniupnpc 2.1dinoex2018-05-091-1/+1
| | | | | | | | | | | PR: 228050 Submitted by: Hung-Yi Chen - fix python build - add LICENSE for slave port - make portlint happier - bump PORTREVISION on ports using the shared lib
* irc/znc: Update to 1.7.0dbaio2018-05-094-44/+65
| | | | | | | | | | | | Remove --with-openssl=/path option from ./configure. SSL is still supported and is still configurable. modpython: Require ZNC to be built with encodings support Changes: https://wiki.znc.in/ChangeLog/1.7.0 PR: 228078 Reported by: bdrewery
* For ports under `emulators', `games', `irc`, and `sysutils' categories:danfe2018-05-052-2/+0
| | | | | remove redundant PKGMESSAGE assignment, which is set appropriately by the b.p.m when `pkg-message' appears on the SUB_FILES list.
* Fix gemspec for rubygem-twitter 6.2.0 and rubygem-yajl-ruby 1.4.0 updatesunpoet2018-04-292-3/+12
| | | | - Bump PORTREVISION for package change
* irc/inspircd: Update to 2.0.26dbaio2018-04-292-4/+4
| | | | | PR: 227705 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
* irc/quassel: Update to 0.12.5woodsb022018-04-265-43/+4
| | | | | | | | Changes this release: https://quassel-irc.org/node/130 MFH: 2018Q2 Security: https://vuxml.freebsd.org/freebsd/499f6b41-58db-4f98-b8e7-da8c18985eda.html
* devel/boost-*: update to 1.67.0jbeich2018-04-181-1/+1
| | | | | | | Changes: http://www.boost.org/users/history/version_1_67_0.html PR: 227427 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15030
* Remove expired port irc/xchat and plugins:rene2018-04-1822-528/+0
| | | | | | | 2018-04-15 irc/xchat: Unmaintained upstream, use irc/hexchat instead irc/xchat-fish irc/xchat-mircryption irc/xchat-ruby
* irc/py-fishcrypt: remove optional dependency on expired irc/xchatrene2018-04-182-11/+3
|
* irc/cwirc: save from irc/xchat removal, that port expiredrene2018-04-183-7/+13
| | | | | | | | | | - port to irc/hexchat (runtime tested, works except for opening soundcard, no real keyer here) - remove bundled copy of xchat.h from irc/xchat during build - add a bunch of missing dependencies, found by stage-qa - bump PORTREVISION Approved by: fixit blanket
* devel/qca, devel/qca-qt5 -- create flavorstcberner2018-04-142-4/+5
| | | | | Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14651
* - Update to 2.14.1ashish2018-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)
* devel/icu: update to 61.1jbeich2018-04-061-1/+1
| | | | | | | | Changes: http://site.icu-project.org/download/61 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 227042 Exp-run by: antoine MFH: 2018Q2 (required by Firefox 61)
* rc/evangeline: remove duplicate LLD_UNSAFEemaste2018-03-291-1/+0
| | | | Accidentally added during WIP rebase, committed in r465900.
* Use BINARY_ALIAS to make LLD_UNSAFE more widely applicableemaste2018-03-293-4/+1
| | | | | | | | | | Some ports do not honour $LD or -fuse-ld=bfd in $CFLAGS, but do invoke ld via $PATH. Automatically set BINARY_ALIAS+=ld=${LD} when LLD_UNSAFE is active to use ld.bfd for these ports. Approved by: portmgr (antoine) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D14876
* Switch to ld.bfd by default as ld.ldd doesn't have built-in defaultkrion2018-03-292-0/+4
| | | | | | | | output target. PR: 226977 Submitted by: emaste Approved by: portmgr (LLD_UNSAFE blanket)
* Also set LLD_UNSAFE when using BINARY_ALIAS to choose ld.bfdemaste2018-03-281-1/+2
| | | | | | | | | arm64 provides no /usr/bin/ld.bfd by default. LLD_UNSAFE automatically adds a dependency on binutils for this case, so is needed in addition to BINARY_ALIAS=ld=ld.bfd. Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation
* irc/evangeline: use BINARY_ALIAS to invoke ld.bfdemaste2018-03-281-0/+2
| | | | | | | | | This port does not honour LD or -fuse-ld in CFLAGS via LLD_UNSAFE, but BINARY_ALIAS can be used to ensure we use the BFD linker. PR: 226989 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation
* irc/irssi: Fix build with LibreSSL 2.7brnrd2018-03-271-2/+12
| | | | | | | | - LibreSSL 2.7 added OpenSSL 1.1 API PR: 226925 Submitted by: Sergey Akhmatov <sergey akhmatov ru> Approved by: David O'Rourke <dor.bsd xm0 uk> (maintainer)
* I no longer use those, give them back.mat2018-03-261-1/+1
| | | | Sponsored by: Absolight
* Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDNsunpoet2018-03-251-1/+1
| | | | | PR: 225609 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* - Add LICENSEamdmi32018-03-193-9/+12
| | | | | | | - Switch to options helpers - Remove dead WWW Approved by: portmgr blanket
* irc/weechat: Update to 2.1brnrd2018-03-193-9/+21
| | | | | PR: 226707 Reported by: Greg Fitzgerald <gregf hugops pw>
* irc/xchat: Deprecatetobik2018-03-171-0/+3
| | | | | | | | | | | It's unmaintained with likely many unpatched security issues. irc/hexchat is an actively maintained fork of XChat which can be used instead. https://tingping.github.io/2018/03/02/when-distros-get-it-wrong.html PR: 226322 Approved by: gnome (maintainer timeout, 2 weeks)
* irc/irssi-scripts: Update to 20160301tobik2018-03-143-7/+8
| | | | | | PR: 217768 Submitted by: gudfitz@gmail.com Approved by: jadawin (maintainer timeout, 1 year)
* Create flavors for devel/libdbusmenu-qt[45]tcberner2018-03-131-2/+2
| | | | | Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14643
* Bump PORTREVISIONs of all users of math/mpc that we just updated togerald2018-03-114-4/+4
| | | | version 1.1.0 (via revision 464079).
* irc/znc: Set option CHARSET as defaultdbaio2018-03-102-6/+9
| | | | | | | | | ZNC has supported character encodings in core since 1.6.0 and building/enabling charset is the recommended way. While here, sort Makefile and change URLs to use HTTPs. Submitted by: eadler (via email)
* Update to 1.6.6.bdrewery2018-03-082-5/+4
| | | | | | | | Changes: https://wiki.znc.in/ChangeLog/1.6.6 Approved by: dbaio (maintainer) MFH: yes Differential Revision: https://reviews.freebsd.org/D14615
* Update atheme-services to 7.2.9.tdb2018-03-073-5/+5
|
* Fix build on 12.0-CURRENT after upgrading clang, llvm, lld, lldb, compiler-rtehaupt2018-02-211-1/+8
| | | | | | and libc++ to 6.0.0 by falling back to gcc. Notified by: pkg-fallout
* irc/irssi: Update to 1.1.1, Fixes multiple vulnerabilitiesdbaio2018-02-192-4/+4
| | | | | | | | | | Changes: https://irssi.org/NEWS/#v1-1-1 PR: 226001 Submitted by: David O'Rourke <dor.bsd@xm0.uk> (maintainer) Reported by: tj@mrsk.me (email) MFH: 2018Q1 Security: 7afc5e56-156d-11e8-95f2-005056925db4
* Clean up some USES=pythonantoine2018-02-181-1/+1
| | | | | PR: 225752 Submitted by: Yasuhiro KIMURA
* Use BROKEN_SSLsunpoet2018-02-171-7/+3
| | | | Approved by: portmgr (blanket)
* irc/kvirc and irc/kvirc-qt4, fix build with clang6tcberner2018-02-162-1/+36
|
* Rename KDE4 meta portstcberner2018-02-101-1/+1
| | | | | | | | | | | This is done for * consistency, * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications Bumps the dependencies. Reviewed by: adridg Differential Revision: https://reviews.freebsd.org/D12979
* Update to 0.93sunpoet2018-02-042-5/+5
| | | | Changes: http://search.cpan.org/dist/Bot-BasicBot/Changes
* Update to 0.92sunpoet2018-02-032-4/+4
| | | | Changes: http://search.cpan.org/dist/Bot-BasicBot/Changes
* Bump PORTREVISION for ports that depend on irc/irssi after update in r460549.brd2018-02-035-3/+5
| | | | | Reported by: tj <tj@mrsk.me> Pointyhat to: brd
* Flavorize and modernize Emacs portsjrm2018-02-021-6/+5
| | | | | | | | | | | | | | | | | | | | | - Convert USE_EMACS to USES=emacs - Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and editors/emacs-devel) - Permit default Emacs flavor to be specified in make.conf - Rename japanese/migemo-emacs23 to japanese/migemo-emacs - Update and simplify audio/emms and fix build on FreeBSD 10 [1] - Update databases/bbdd and fix build on FreeBSD 10 [1] - Update editors/emacs-devel - Ensure Makefile shell commands that change directory are executed in a subshell - Silence some portlint warnings [1] By not depending on base texinfo PR: 225404 Reviewed by: antoine Approved by: portmgr (mat) ashish (maintainer) Differential Revision: https://reviews.freebsd.org/D13506
* Update irc/irssi to 1.1.0brd2018-02-014-19/+32
| | | | | PR: 225196 Submitted by: David O'Rourke <dor.bsd@xm0.uk>
* lang/mono: update to version 5.2.0.215 (and enhance USES=mono)dbn2018-01-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Highlights: - New Roslyn compiler for C# available - Improved support for nuget packages in USES=mono General: - fix pkg-plist: mono now produces '.pdb' debug files instead of '.mdb' - bump all dependant ports USES=mono: - properly handle caching of nuget packages - add support for multiple feeds for nuget packages - add support for nuget dependencies in a separate file - add support for paket packages lang/mono: - update to version 5.2.0.215 - automate certificate initialisation [2] - increase test coverage - mark as conflicting with net/czmq (conflicting on makecert) [1] - patch mono to use $PREFIX/share/mono instead of /usr/share/.mono devel/google-gdata: - use nunit.framework nuget package as the Mono shipped version is no longer suppport. - switch to using csc(1) for compiling (mcs(1) is depreciated). - use delayed signing (and then sign with sn(1)) as csc(1) does not support signing. - fix reference to system assemblies (the '.dll' suffix is required). - fix reference to HttpUtility: csc(1) is more strict about scoping devel/monodevelop: - reroll distinfo (no changes to content) lang/fsharp: - reroll distinfo (no changes to content) security/gnome-keyring-sharp: - delay sign (then sign with sn(1)) as csc(1) does not support direct signing. PR: 223188 [1] PR: 209670 [2] Differential Revision: https://reviews.freebsd.org/D13752
* devel/boost-*: update to 1.66.0jbeich2018-01-181-1/+1
| | | | | | | Changes: http://www.boost.org/users/history/version_1_66_0.html PR: 223922 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D13279
* Remove superfluous linefeeds and fix some other minor whitespace bugs.danfe2018-01-121-1/+0
|
* Update to 8.2.13 and fix as per robertames@hotmail.com PRdb2018-01-113-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | ####################################################################### Reminder for package maintainers of ircd-hybrid: ircd-hybrid now has GnuTLS support as of version 8.2.13 ####################################################################### Bug report from robertames@hotmail.com When shutting down ircd-hybrid, a confusing error is displayed stating the pid file does not exist: # /usr/local/etc/rc.d/ircd-hybrid stop Stopping ircd_hybrid. Waiting for PIDS: 14504. rm: /var/run/ircd/ircd.pid: No such file or directory This is because after ircd correctly cleans up it's pid file, the rc script tries to delete the non existing file. In the rc script, stop_postcmd is not needed. PR: ports/224977 Submitted by: robertames@hotmail.com
* irc/irssi-dcc_send_limiter: Add licensedbaio2018-01-071-0/+2
|
* irc/irssi: Update to 1.0.6, Fixes multiple security vulnerabilitiesdbaio2018-01-073-6/+7
| | | | | | | | | | | | While here, update license and www. Changes: https://raw.githubusercontent.com/irssi/irssi/1.0.6/NEWS PR: 224954 Submitted by: David O'Rourke <dor.bsd@xm0.uk> (maintainer) Reported by: tj@mrsk.me (email) MFH: 2018Q1 Security: a3764767-f31e-11e7-95f2-005056925db4
* irc/weechat: Remove Ruby LIB_DEPENDSbrnrd2018-01-011-4/+0
| | | | | | - unwind is a dependency of Ruby Submitted by: sunpoet
* Update to 1.7.4.rakuco2017-12-242-4/+4
| | | | | | | | | Changes from Konversation 1.7.3 to 1.7.4: Fixed a bug causing the size of a custom chat text view font set via the configuration dialog to be ignored. A font size modification done via the Enlarge/Decrease Font Size actions is nowapplied on top of the configured size (or the system default font size, respectively).
* Convert to USES=autoreconf.tijl2017-12-231-2/+1
|
* irc/weechat: Bugfix update to 2.0.1brnrd2017-12-222-5/+4
| | | | Changelog: https://weechat.org/files/changelog/ChangeLog-2.0.1.html
* irc/inspircd: Modernize port (adding files/pkg-deinstall.in)yuri2017-12-191-0/+22
| | | | | | | | | | Addition to r456675: the new file files/pkg-deinstall.in has been approved, but hasn't been added in r456675. PR: 224041 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D13345
* irc/inspircd: Modernize portyuri2017-12-193-353/+302
| | | | | | | PR: 224041 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D13345
* Remove mention of AIM from the OSCAR description.rene2017-12-161-1/+1
| | | | | | AIM shut down on 2017-12-15 Reported by: Dmitri Goutnik <dg@syrec.org>
* Update to 20160325 and fix with newer ruby versions.bdrewery2017-12-154-8/+33
| | | | Reported by: swills
* - Fix LICENSEamdmi32017-12-123-23/+12
| | | | | | | | - Switch to options helpers - Switch to CMAKE_BOOL - Update WWW Approved by: portmgr blanket
* - Those ports fail to build with python3antoine2017-12-111-2/+2
| | | | - Add some explicit FLAVOR to dependencies where needed
* irc/weechat: Unbreak builds, add PHP optionbrnrd2017-12-042-28/+9
| | | | | | | | - Remove leftovers from 2.0-RC testing - Add PHP option and .so - Simplify cmake enable Reported by: antoine, adamw
* irc/weechat: Update to 2.0brnrd2017-12-044-10/+13
|
* irc/inspircd: Update MAINTAINERfeld2017-12-021-1/+1
| | | | PR: 220268
* Convert Python ports to FLAVORS.mat2017-11-306-21/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464
* For ports that are marked BROKEN on armv6, and also fail to build onlinimon2017-11-301-0/+1
| | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run
* irc/inspircd: Update to 2.0.25feld2017-11-283-6/+15
| | | | | | | Changelog: http://www.inspircd.org/2017/11/12/v2025-released.html PR: 220268 Differential Revision: https://reviews.freebsd.org/D12990
* - Fix license (sources mention LGPLv3+)amdmi32017-11-151-10/+7
| | | | | | | - Add LICENSE_FILE - Simplify and unsilence installation Approved by: portmgr blanket
* - Update to 24zi2017-11-152-5/+5
| | | | - Assign a MAINTAINER
* Update irc/konversation to latest upstream release.adridg2017-11-132-5/+4
| | | | | | | | | Reported by: tcberner Approved by: tcberner (mentor) MFH: 2017Q4 Security: https://www.kde.org/info/security/advisory-20171112-1.txt Security: CVE-2017-15923 Differential Revision: https://reviews.freebsd.org/D13065
* devel/icu: update to 60.1jbeich2017-11-091-1/+1
| | | | | | | Changes: http://site.icu-project.org/download/60 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 223373 Exp-run by: antoine
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.olgeni2017-11-031-1/+1
| | | | This round is @FreeBSD.org residents except teams.
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.olgeni2017-10-311-1/+1
|
* irc/irssi: Update to 1.0.5, Fixes multiple security vulnerabilitiesdbaio2017-10-232-4/+4
| | | | | | | | | https://irssi.org/security/irssi_sa_2017_10.txt PR: 223169 Submitted by: David O'Rourke <dor.bsd@xm0.uk> (maintainer) MFH: 2017Q4 Security: 85e2c7eb-b74b-11e7-8546-5cf3fcfdd1f1
* irc/undernet-ircu: Update to 2.10.12.18dbaio2017-10-222-4/+4
| | | | | PR: 223143 Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
* irc/weechat: Security update to 1.9.1brnrd2017-09-272-4/+4
| | | | | | | - Fixes crash in logger MFH: 2017Q3 Security: b63421b6-a1e0-11e7-ac58-b499baebfeaf
* devel/boost-*: update to 1.65.1jbeich2017-09-251-1/+1
| | | | | | | | | Changes: http://www.boost.org/users/history/version_1_65_1.html PR: 218835 Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month) Tested by: jhibbits (on powerpc64, earlier version) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582
* devel/boost-*: enable C++11 featuresjbeich2017-09-251-1/+1
| | | | | | | | PR: 218835 Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690 Approved by: maintainer timeout (2 months) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582
* devel/icu: update to 59.1jbeich2017-09-251-1/+1
| | | | | | | | | - Temporarily keep C++98 working in consumers for Clang's default -std= Changes: http://site.icu-project.org/download/59 PR: 218788 Submitted by: takefu@airport.fm, dcarmich@dcarmichael.net (early version) Exp-run by: antoine
* Remove USES=execinfo.mat2017-09-222-2/+1
| | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488
* Fix gemspec for rubygem-cinch 2.3.4 updatesunpoet2017-09-212-4/+6
| | | | - Bump PORTREVISION for package change
* Update to 2.3.4sunpoet2017-09-213-5/+5
| | | | | | - Update WWW Changes: https://github.com/cinchrb/cinch/commits/v2.3.4
* Fix license information for portgs that use "the same license as Perl".mat2017-09-1514-14/+14
| | | | Sponsored by: Absolight
* Chase Emacs updateashish2017-09-121-1/+1
|
* - Add LICENSE_FILEamdmi32017-09-121-4/+9
| | | | | | | - Switch to options helpers - Style fixes Approved by: portmgr blanket
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-116-6/+6
| | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
* Some typo fixes and whitespace cleanup for pkg-descr files.olgeni2017-09-111-1/+1
|
* - Update WWWamdmi32017-09-081-1/+1
| | | | Approved by: portmgr blanket
* Remove MASTER_SITE_SUBDIRsunpoet2017-09-081-1/+0
|
* Update to 6.90sunpoet2017-09-072-13/+16
| | | | | | | | | | - Add LICENSE_FILE - Sort *_DEPENDS - Add missing OPTIONS_DEFINE=EXAMPLES - Add NO_ARCH - Convert to options target helper Changes: http://search.cpan.org/dist/POE-Component-IRC/Changes
* irc/bitlbee-facebook: update to 1.1.2, respect PREFIXgahr2017-08-312-4/+5
| | | | Release notes: https://github.com/bitlbee/bitlbee-facebook/releases/tag/v1.1.2
* irc/undernet-ircu: Update to 2.10.12.17swills2017-08-182-6/+6
| | | | | PR: 221574 Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
* Fix gemspec for rubygem-thor 0.20.0 updatesunpoet2017-08-172-0/+12
| | | | - Bump PORTREVISION for package change
* irc/weechat: Depend on libunwind for RUBYbrnrd2017-08-141-0/+4
| | | | | | - Ruby on amd64/i386 uses libunwind causing weechat to link it as well Reported by: koobs
* Update port to 0.5.12rodrigo2017-08-032-3/+4
| | | | | | | Fix CVE-2017-8920: XSS in 'R' parameter MFH: 2017Q3 Security: CVE-2017-8920
* - MASTER_SITES cleanupzi2017-08-021-1/+2
|
* Explicitly build with -std=gnu++03.rakuco2017-08-011-0/+4
| | | | | | | | This fixes the build with GCC 6, which defaults to -std=gnu++14. The project, which seems to be unmaintained upstream, is incompatible with C++11 and later. PR: 219298 Approved by: portmgr (blanket approval)
* Add LICENSEsunpoet2017-07-272-4/+8
| | | | | - Add NO_ARCH - Sort PLIST
* Update to 0.1.13.araujo2017-07-273-27/+13
| | | | | | PR: ports/220675 Submitted by: lifanov Approved by: Mose <mose@mose.com>
* - irc/pear-Net_SmartIRC: Update from 1.1.10 to 1.1.11joneum2017-07-142-4/+4
| | | | | | | - Changelog: https://pear.php.net/package/Net_SmartIRC/download/ Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D11568
* irc/irssi: Update to 1.0.4feld2017-07-082-4/+4
| | | | | | | | | - Fixes two CVEs PR: 220544 MFH: 2017Q3 Security: CVE-2017-10965 Security: CVE-2017-10966
* irc/weechat: Update to 1.9brnrd2017-07-062-4/+4
| | | | - Bugfix update to 1.9
* Add kf5-kinit as a runtime dependency to irc/konversationtcberner2017-07-011-1/+3
| | | | | | | | * The URL handler needs klauncher5 which is part of kf5-kinit. Reported by: Gleb Popov <6yearold@gmail.com> Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D11425
* Add patches missed on last commit and fix build without pythongarga2017-06-293-1/+29
|
* * bitlbee always links to libintl.so and the configure script has no NLS option,garga2017-06-271-5/+16
| | | | | | | | | | | | | | | | | | | | | so add USES=gettext-runtime * libgcrpyt requires libgpg-error, so add it to GNUTLS_LIB_DEPENDS * nss requires nspr, so add it to NSS_LIB_DEPENDS * Add USES=ssl for OpenSSL, its library dependency was completely undeclared * otr requires libgcrypt, and thus also libgpg-error, so add those to OTR_LIB_DEPENDS * Request the installed binary be stripped * Mark LIBEVENT option BROKEN because bitlbee will not start in daemon (-D) or fork (-F) mode when compiled with libevent; it exits almost immediately after start unless run in foreground (-n). This problem has been present for at least a year, recent past version of bitlbee also do not work, and the recent update of libevent has not helped, so just mark it broken until someone takes the initiative to debug and fix the issue. * While here, remove python build dependency, it's not necessary anymore in version 3.5.1 PR: 217311 Submitted by: rezny
* irc/riece: Back to the pooldbaio2017-06-271-2/+4
| | | | | | | | | | | While I'm here: Improve license Set architecture neutral PR: 220252 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (old maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11363
* Make ninja opt-out in cmake.mktcberner2017-06-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Using ninja instead of make (1) can lead to significant speed ups while building. Therefore switch from having the ninja generator opt-in to having it opt-out. Previously cmake-ports that wanted to use ninja could set CMAKE_NINJA=yes now, ports that do not work with ninja can set cmake:<existing args>,noninja Note, that needing this should be an exception and most often points to a broken cmake of the port. The ports using cmake were modified * removed USES=gmake, if ninja is used * removed MAKE_ARGS, if ninja is used * added the cmake-argument noninja if necessary PR: 219629 PR: 213331 Exp-run by: antoine Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D10748
* Begin deorbit burn of ia64. We have not attempted to build packages forlinimon2017-06-251-5/+2
| | | | | | | | it for many years. While here, alphabetize ARCHs, pet portlint, and modernize usages. Approved by: portmgr (tier-2 blanket)
* irc/anope: Update to 2.0.5feld2017-06-094-98/+48
| | | | | | | | | | Modernize port options Fix building with MySQL Add new REDIS option Changelog: https://github.com/anope/anope/blob/a9bf2518864a6919f7e1217016c9dec3a3b08323/docs/Changes MFH: 2017Q2
* - Update to 1.0.3zi2017-06-082-4/+4
| | | | | Security: 165e8951-4be0-11e7-a539-0050569f7e80 Approved by: ports-secteam (with hat)
* Update to 2.2.0sunpoet2017-06-082-4/+4
| | | | Changes: https://github.com/litaio/lita-irc/releases
* Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB.mat2017-06-072-7/+5
| | | | | | While there, fix small style issues. Sponsored by: Absolight
* Update to 1.7.2 and rename to irc/konversation.rakuco2017-05-318-255/+305
| | | | | | | | Update to the latest release (which is KF5-based) and drop the "-kde4" suffix from the port. Reviewed by: tcberner Differential Revision: https://reviews.freebsd.org/D10928
* Mark some ports failing on armv6, for errors classified as "configure_error".linimon2017-05-281-0/+2
| | | | | | | | | | Note: this skips all the ports that _sometimes_ fail with CMake errors. We need to investigate that problem, and find out if it is specific to the qemu environment. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Mark some ports failing on power64. In cases where the error messagelinimon2017-05-232-0/+5
| | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills
* - Update maintainer addressjoneum2017-05-161-1/+1
| | | | | Reviewed by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10755
* irc/weechat: Update to 1.8brnrd2017-05-144-9/+11
| | | | - Bugfix and new features release
* Update mono and related portsdbn2017-05-134-18/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | USES=mono: minor fixes - save a copy of the nuget package in the packages directory - force linking of directories, allowing nuget-extract to be rerun without `make clean` - fix makenuget: nuget requires an equals to identify the version, not a dash devel/monodevelop: update to 6.2.1.3 - update nuget packages: - link older System.Collection.Immutable 1.1.37 to newer 1.3.1 (used by C# and F# respectively) - update external github repositories - allow post-extract target to be run multiple times - change MonoDevelop.Packaging to use a newer version of NuGet.Build.Packaging (the older version is no longer fetchable) - remove patch integrated upstream - moved `nuget restore` patching from post-patch into a patch file (the former broke silently) - ChangeLog: - https://developer.xamarin.com/releases/studio/xamarin.studio_6.2/xamarin.studio_6.2/ irc/smartirc4net: update to 1.1 - add LICENSE lang/fsharp: update to 4.1.18 - add test dependency on libgdiplus - update nuget packages - update test paths for fsharp assemblies - update patches to prevent `nuget restore` from running - ChangeLog: - Set executable bit correctly on output - Integrate visualfsharp - Fix regression on binding redirects for System.Collections.Immutable - Fix regression in Microsoft.Build.FSharp.targets - Fix binding redirects for System.Collections.Immutable - Fix version of library going in %PREFIX/lib/mono/fsharp - Align fsc task and target file - Use install layout that includes mono/fsharp - Fix F# Intereactive on Mono 4.9+ - Update compiler tools - Updates to FSharp.Core nuget package for F# 4.1 - Fix #656: error FS0193: internal error: No access to the given key lang/mono: various fixes - fix linking with lld [1] - double maximum handle size [2] - add option to run acceptance tests - allow for optional bootstrapping of mono via either installed mcs (if available) or via downloaded "monolite" (default) - add python and py-pillow as dependencies for bin/mono-heapviz - add armv6 as a supported architecture (untested) - switch to github for source code: - official tarball does not include tests - patches: - recognise FreeBSD for AOT suffix - change mono-heapviz to use pillow instead of PIL multimedia/banshee: tell portscout to ignore this port - Portscout was not skipping the 2.9.1 version, and upstream appears to be quiet for the last few years. x11-toolkits/gtk-sharp20: update to 2.12.43 - ChangeLog: - fix compilation on mono-4.8.0 (incorrect use of sizeof()) - correctly set owned=true on custom constructors PR: 218885 [1] PR: 200937 [2]
* Update my email addressdbaio2017-05-091-1/+1
| | | | | Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10648
* - Update to 2.10.12.16miwi2017-05-063-8/+8
| | | | | PR: 218950 Submitted by: maintainer
* irc/bitlbee-facebook: update to 1.1.1, drop patch released upstreamgahr2017-05-043-52/+4
| | | | Release notes: https://github.com/bitlbee/bitlbee-facebook/releases/tag/v1.1.1
* devel/boost-*: update to 1.64.0jbeich2017-05-021-1/+1
| | | | | | | | Changes: http://www.boost.org/users/history/version_1_64_0.html PR: 218835 Approved by: office (bapt) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D10472
* 2017-04-30 devel/stormlib-ghost++: Unfetchable for more than six months ↵ler2017-04-3011-698/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (google code has gone away) 2017-04-30 devel/py-coil: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/py-cmdln: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/privman: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/c-unit: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/py-px: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/nglogc: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/bncsutil-ghost++: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/liblouisxml: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/nxt-python: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/spdict: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/guiloader-c++: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/streamhtmlparser: Unfetchable for more than six months (google code has gone away) 2017-04-30 devel/winpdb: Unfetchable for more than six months (google code has gone away) 2017-04-30 net/opendpi: Unfetchable for more than six months (google code has gone away) 2017-04-30 net/py-pybeanstalk: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/qwit: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/linux-instantbird: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/jabber-pyicq: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/qwit-devel: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/naim: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-im/pwytter: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/sievelog: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/ldapenter: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/py-danzfs: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/plasma-applet-apcups: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/scanmem: Unfetchable for more than six months (google code has gone away) 2017-04-30 sysutils/pdsh: Unfetchable for more than six months (google code has gone away) 2017-04-30 deskutils/superswitcher: Unfetchable for more than six months (google code has gone away) 2017-04-30 deskutils/plasma-applet-playwolf: Unfetchable for more than six months (google code has gone away) 2017-04-30 deskutils/nagaina: Unfetchable for more than six months (google code has gone away) 2017-04-30 deskutils/vboxgtk: Unfetchable for more than six months (google code has gone away) 2017-04-30 deskutils/libgcal: Unfetchable for more than six months (google code has gone away) 2017-04-30 math/carve: Unfetchable for more than six months (google code has gone away) 2017-04-30 math/foma: Unfetchable for more than six months (google code has gone away) 2017-04-30 math/libjbigi: Unfetchable for more than six months (google code has gone away) 2017-04-30 multimedia/gcap: Unfetchable for more than six months (google code has gone away) 2017-04-30 multimedia/freetuxtv: Unfetchable for more than six months (google code has gone away) 2017-04-30 multimedia/bangarang: Unfetchable for more than six months (google code has gone away) 2017-04-30 multimedia/opencinematools: Unfetchable for more than six months (google code has gone away) 2017-04-30 multimedia/vstream-client: Unfetchable for more than six months (google code has gone away) 2017-04-30 biology/treeviewx: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/pylot: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/xpi-pencil: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_myvhost: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/feedonfeeds: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_jail: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/jspacker: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/cocoon: Overly complex port with no maintainer since 2008, requires openjdk 1.6 2017-04-30 www/mod_authz_unixgroup24: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/trac-down: Upstream is gone www/tengine 2017-04-30 www/arora: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/py-postmarkup: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/py-dotcloud.cli: deprecated in upstream 2017-04-30 www/closure-linter: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/httpsqs: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/sventon: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_authnz_external22: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_authn_otp: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/php-plurk-api: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/py-django-app-plugins: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_authz_unixgroup22: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/squidstats: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/mod_log_firstbyte: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/gaeo: Unfetchable for more than six months (google code has gone away) 2017-04-30 www/xpi-pentadactyl: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-mgmt/py-flowtools: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/ydict: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/py-cconv: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/fqterm: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/libgooglepinyin: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/p5-cconv: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/fcitx-googlepinyin: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/php-cconv: Unfetchable for more than six months (google code has gone away) 2017-04-30 chinese/ibus-table-chinese: Unfetchable for more than six months (google code has gone away) 2017-04-30 databases/jdbm2: Unfetchable for more than six months (google code has gone away) 2017-04-30 databases/akonadi-googledata: Unfetchable for more than six months (google code has gone away) 2017-04-30 lang/ofc: Unfetchable for more than six months (google code has gone away) 2017-04-30 comms/esmska: Unfetchable for more than six months (google code has gone away) 2017-04-30 x11/keynav: Unfetchable for more than six months (google code has gone away) 2017-04-30 x11/hotwire-shell: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/fuzzdb: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/truecrack: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/skipfish: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/py-yara-editor: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/nmapsi4: Unfetchable for more than six months (google code has gone away) 2017-04-30 security/cmd5checkpw: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-p2p/unworkable: Unfetchable for more than six months (google code has gone away) 2017-04-30 net-p2p/rtgui: Unfetchable for more than six months (google code has gone away) 2017-04-30 audio/xpi-musicpm: Unfetchable for more than six months (google code has gone away) 2017-04-30 audio/pidgin-musictracker: Unfetchable for more than six months (google code has gone away) 2017-04-30 audio/logitechmediaserver-superdatetime: Unfetchable for more than six months (google code has gone away) 2017-04-30 audio/last-cmus: Unfetchable for more than six months (google code has gone away) 2017-04-30 audio/mehdiaplayer: Unfetchable for more than six months (google code has gone away) 2017-04-30 japanese/nhocr: Unfetchable for more than six months (google code has gone away) 2017-04-30 misc/xsw: Unfetchable for more than six months (google code has gone away) 2017-04-30 dns/py-adns: Unfetchable for more than six months (google code has gone away) 2017-04-30 dns/py-bonjour: Unfetchable for more than six months (google code has gone away) 2017-04-30 games/robocalypto: Unfetchable for more than six months (google code has gone away) 2017-04-30 games/libfov: Unfetchable for more than six months (google code has gone away) 2017-04-30 games/dcross: Unfetchable for more than six months (google code has gone away) 2017-04-30 games/lostfeathers: Unfetchable for more than six months (google code has gone away) 2017-04-30 games/hexglass: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/ibus-table: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/chm2pdf: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/dtdinst: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/py-xmltv: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/ibus-m17n: Unfetchable for more than six months (google code has gone away) 2017-04-30 textproc/libroxml: Unfetchable for more than six months (google code has gone away) 2017-04-30 mail/gnome-gmail-notifier: Unfetchable for more than six months (google code has gone away) 2017-04-30 irc/py-gozerbot: Unfetchable for more than six months (google code has gone away) 2017-04-30 irc/tircd: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/qiviewer: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/py-gchartwrapper: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/svgfig: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/iulib: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/seam-carving-gui: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/py-pyggel: Unfetchable for more than six months (google code has gone away) 2017-04-30 graphics/rubygem-gemojione2: Use graphics/rubygem-gemojione instead
* Provide more descriptive error messages for ports failing on powerpc64.linimon2017-04-302-2/+2
| | | | Approved by: portmgr (tier-2 blanket)
* Chase editors/emacs update to version 25.2jrm2017-04-291-1/+1
| | | | | | Reported by: des Approved by: ashish (emacs maintainer), swills (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D10534
* irc/irssi-xmpp: Improve regex conformanceler2017-04-271-1/+1
| | | | | | | PR: 218603 Submitted by: Kyle Evans <bsdports@kyle-evans.net> Approved by: jadwin (maintainer timeout), rene (mentor) Differential Revision: https://reviews.freebsd.org/D10524
* Fix shebangs.tcberner2017-04-271-3/+8
| | | | | Reported by: Jochen Neumeister Approved by: rakuco (mentor)
* - Remove checks for .PARSEDIR and vestiges of pmake supportak2017-04-271-3/+0
| | | | | PR: 218832 Approved by: portmgr (antoine)
* irc/weechat: Security update to 1.7.1brnrd2017-04-262-4/+4
| | | | | | | | | - Security update to 1.7.1 PR: 218855 Submitted by: Jochen Neumeister <joneum@bsdproject.de> Security: 81433129-2916-11e7-ad3e-00e04c1ea73d Security: CVE-2017-8073
* Chase ffmpeg 3.3 update (ABI changes)riggs2017-04-253-3/+3
| | | | | PR: 218658 Submitted by: riggs
* - Update WWWamdmi32017-04-242-2/+2
| | | | Approved by: portmgr blanket
* - Add NO_ARCHamdmi32017-04-221-4/+8
| | | | - Fix shebangs
* - Fix shebangsmiwi2017-04-221-1/+3
|
* irc/irssi-xmpp: Fix build with irssi 1.0brnrd2017-04-211-0/+57
| | | | | | | | | - Add patch from upstream PR: 217916, 218328 Submitted by: Thibault Jouan <tj+freebsd_ports@a13.fr> Approved by: maintainer timeout Obtained from: https://github.com/cdidier/irssi-xmpp/issues/18
* Update cmake and friends to 3.8.0tcberner2017-04-192-1/+17
| | | | | | | | | | | * add patch for finance/kmymoney-kde4 * change patch in irc/irssi-fish as pkgconfig handling has changed. PR: 218559 Exp-run by: antoine Reviewed by: mat, rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9557
* - Fix shebangsmiwi2017-04-191-0/+7
|
* - Fix Shebangsmiwi2017-04-191-1/+3
|
* Fix typo in BUILD_DEPENDSphilip2017-04-181-1/+1
| | | | Submitted by: Santhosh Raju <santhosh.raju@gmail.com> (maintainer)
* Convert to options target helpersunpoet2017-04-161-20/+13
| | | | | | - Use BROKEN_SSL Approved by: portmgr (blanket)
* Irssi plugin for connecting to ICB networkphilip2017-04-165-0/+65
| | | | | | WWW: https://github.com/mglocker/irssi-icb Submitted by: Santhosh Raju <santhosh.raju@gmail.com>
* Update to 0.91sunpoet2017-04-082-4/+4
| | | | Changes: http://search.cpan.org/dist/Bot-BasicBot/Changes
* Update to 0.90sunpoet2017-04-072-6/+10
| | | | | | | - Add LICENSE - Add NO_ARCH Changes: http://search.cpan.org/dist/Bot-BasicBot/Changes
* Fix build with recent libsigc++20bapt2017-04-054-1/+40
|
* - Update to 3.5.1miwi2017-04-022-5/+4
| | | | | | PR: 217227 Submitted by: seschwar@gmail.com Approved by: maintainer timeout
* Pass maintainership to submitter.adamw2017-04-021-1/+1
| | | | | PR: 218295 Submitted by: andrew tao11 riddles org uk
* Unbreak logging by removing a stale patch (which, once upon a time,adamw2017-04-022-14/+2
| | | | | | | fixed logging) which wound up re-breaking logging after logging was fixed upstream. I don't use this anymore, so I'm donating it back to ports@.
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-015-3/+5
| | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
* irc/bitlbee-facebook: update to 1.1.0 + patch for issue #139gahr2017-03-303-7/+53
| | | | | Release notes: https://github.com/bitlbee/bitlbee-facebook/releases/tag/v1.1.0 Issue #139: https://github.com/bitlbee/bitlbee-facebook/issues/139
* irc/bitlbee-facebook: update to latest commit, bump PORTREVISIONgahr2017-03-293-32/+6
| | | | | | This fixes especially https://github.com/bitlbee/bitlbee-facebook/issues/138. Reported by: cognet
* Release maintainershipsunpoet2017-03-281-1/+1
| | | | | PR: 218170 Submitted by: Sten Spans <sten@blinkenlights.nl> (maintainer)
* irc/weechat: Fix python3 detectionbrnrd2017-03-261-1/+1
| | | | | | | - Fix package error when python3 is used PR: 216555 Reported by: Charles P <charlespigott@googlemail.com>
* irc/dircproxy: change master site to github and unbreakmm2017-03-253-19/+10
|
* Update to upstream version 1.0.2riggs2017-03-185-13/+13
| | | | | | | | | | | | | Details: - Fixes a use-after-free during netjoin. This usually leads to a segfault. Upstream considers targeted code execution difficult. PR: 217878 Submitted by: dor.bsd@xm0.uk (maintainer) MFH: 2017Q1 Security: CVE-2017-xxxx (not yet assigned)
* Remove chinese/irssi.vanilla2017-03-171-4/+2
|
* set MAINTAINER to David O'Rourke (dor.bsd at xm0.uk)vanilla2017-03-171-1/+1
|
* 1: Update to 1.0.1.vanilla2017-03-174-28/+8
| | | | | | | 2: remove uneeded config arguments (ncurses/ipv6) PR: 217348 Submitted by: brnrd@
* Remove all _USE=openssl occurrences.mat2017-03-157-7/+7
| | | | Sponsored by: Absolight
* Remove all USE_OPENSSL occurrences.mat2017-03-154-8/+4
| | | | Sponsored by: Absolight
* - Update to 1.6.5wen2017-03-142-4/+4
| | | | | PR: 217772 Submitted by: dbaio@bsd.com.br(maintainer)
* Mark the remaining ports depending on Google Code as DEPRECATED, with anmat2017-03-043-0/+6
| | | | | | | | | | | EXPIRATION_DATE at the end of April 2017. In the past six months, about a third of the ports marked BROKEN because they were hosted on Google Code have been fixed. The remaining must not be of use to anyone. With hat: portmgr Sponsored by: Absolight
* Update to 1.12sunpoet2017-02-272-4/+4
| | | | Changes: http://search.cpan.org/dist/POE-Component-IRC-Plugin-POE-Knee/Changes
* Update to 1.06sunpoet2017-02-272-4/+4
| | | | Changes: http://search.cpan.org/dist/POE-Component-IRC-Plugin-CoreList/Changes
* Update to 1.10sunpoet2017-02-233-11/+17
| | | | | | | | | | - Add LICENSE - Sort *_DEPENDS - Add NO_ARCH - Use PORTEXAMAPLES - Convert to options target helper Changes: http://search.cpan.org/dist/POE-Component-IRC-Plugin-RSS-Headlines/Changes
* - Update to 2.10.12.15amdmi32017-02-222-5/+8
| | | | | PR: 216802 Submitted by: freebsd-ports@dan.me.uk (maintainer)
* Update to 1.10sunpoet2017-02-202-8/+13
| | | | | | | | | - Add LICENSE - Sort *_DEPENDS - Add NO_ARCH - Convert to options target helper Changes: http://search.cpan.org/dist/POE-Component-IRC-Plugin-POE-Knee/Changes
* Update to 1.04sunpoet2017-02-203-9/+16
| | | | | | | | | | - Add LICENSE - Add missing OPTIONS_DEFINE=EXAMPLES - Add NO_ARCH - Use PORTEXAMPLES - Convert to options target helper Changes: http://search.cpan.org/dist/POE-Component-IRC-Plugin-CoreList/Changes
* Update to 1.02sunpoet2017-02-203-9/+17
| | | | | | | | | | | - Add LICENSE - Sort *_DEPENDS - Add missing OPTIONS_DEFINE=EXAMPLES - Add NO_ARCH - Use PORTEXAMPLES - Convert to options target helper Changes: http://search.cpan.org/dist/POE-Component-IRC-Plugin-Bollocks/Changes
* devel/libevent2: drop historical suffix after r362796jbeich2017-02-201-2/+2
| | | | | PR: 216777 Approved by: mm (maintainer)
* irc/irssi-xmpp: Fix build with irssi < 1.0brnrd2017-02-132-43/+0
| | | | | | | | - Remove patch for irssi >= 1.0 - irc/irssi is currently at 0.8 PR: 215829 Approved by: just-fix-it blanket
* Update to 2.1.0sunpoet2017-02-103-4/+5
| | | | | | - Update WWW Changes: https://github.com/litaio/lita-irc/releases
* - Mark BROKEN: does not build (error: no member named 'use_tls' in 'struct ↵amdmi32017-02-071-0/+2
| | | | | | _XMPP_SERVER_CONNECT_REC') Approved by: portmgr blanket
* - Remove inclusion of bsd.default-versions.mk from ftp/curl/Makefile sotijl2017-02-061-5/+5
| | | | | | | | | | | | | | | | | bsd.default-versions.mk can rely on ARCH being defined. - In bsd.port.mk move inclusion of bsd.default-versions.mk from the pre-makefile section to the options section so the variables can be used earlier. Also put the bit of code sitting between the options section and the pre-makefile section into the options section. - Remove last few cases where ports set WITH_OPENSSL_PORT. This variable is handled in bsd.default-versions.mk and some ports were setting it after including bsd.port.options.mk. After FreeBSD 9 EoL all but a few ports, and then only when setting non-default options, work without setting that variable. PR: 215996 Exp-run by: antoine Approved by: portmgr (antoine)
* - Update to 1.0.2ashish2017-02-066-48/+17
| | | | | - Correct LICENSE to be GPLv2+ - Fix LIB_DEPENDS
* devel/libevent2: update to 2.1.8 and cleanupjbeich2017-02-041-0/+1
| | | | | | | | | | | - DEFAULT_VERSIONS += ssl=openssl-devel is now supported - devel/py-event and devel/p5-Event-Lib are marked BROKEN Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog PR: 216527 Exp-run by: antoine Approved by: mm (maintainer)
* irc/quirc: unbreak with libc++ 3.9jbeich2017-02-011-0/+18
| | | | | | | | | | | servertcl.cc:890:12: error: assigning to 'char *' from incompatible type 'const char *' while((pos=strstr(afterslash,"/"))) afterslash=pos+1;; ^~~~~~~~~~~~~~~~~~~~~~~ servertcl.cc:1010:12: error: assigning to 'char *' from incompatible type 'const char *' while((pos=strstr(afterslash,"/"))) afterslash=pos+1;; ^~~~~~~~~~~~~~~~~~~~~~~ Reported by: pkg-fallout
* irc/kvirc: unbreak with clang 4.0jbeich2017-02-012-1/+21
| | | | | | | | | | | src/modules/rijndael/libkvirijndael.cpp:331:11: error: ordered comparison between pointer and zero ('int *' and 'int') if(len > 0) ~~~ ^ ~ src/modules/rijndael/libkvirijndael.cpp:357:11: error: ordered comparison between pointer and zero ('int *' and 'int') if(len > 0) ~~~ ^ ~ Reported by: antoine (via exp-run)
* Bump PORTREVISION for ports affected by the fix the last commit.mat2017-02-011-1/+1
| | | | | Done with: Tools/scripts/bump-revision.sh Sponsored by: Absolight
* - Resolve build failure after update of irc/irssi to 1.0.0 [1]zi2017-01-292-1/+47
| | | | | | | | | | | | - Bump PORTREVISION [1] - strip(1) installed modules - Add USES+=gettext-runtime as we link against it - Add USE_GNOME+=glib20 as we link against it PR: 215829 [1] Submitted by: p5B2E9A8F@t-online.de Obtained from: upstream commit d56d614b89ecc34845e0f5971c545b893c2c359a Approved by: jadawin@ (maintainer timeout, 3+ weeks)
* Remove expired ports:rene2017-01-2813-221/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2017-01-28 databases/ruby-rdbc1: Upstream no longer active 2017-01-28 databases/ruby-sybct: Upstream no longer active 2017-01-28 databases/ruby-o_dbm: Upstream no longer active 2017-01-28 databases/ruby-cdb: Upstream no longer active 2017-01-28 devel/ruby-rbison: Does not work on modern ruby 2017-01-28 devel/ruby-property: Upstream no longer exists 2017-01-28 devel/ruby-dialogs: Upstream no longer active 2017-01-28 devel/ruby-byaccr: Upstream no longer active 2017-01-28 devel/ruby-aspectr: Use rubygem-aspectr instead 2017-01-28 devel/ruby-locale: No longer useful 2017-01-28 devel/ruby-wirble: Upstream no longer active 2017-01-28 devel/ruby-tzfile: Upstream no longer exists 2017-01-28 devel/ruby-rreadline: Upstream no longer exists 2017-01-28 devel/ruby-intl: Use devel/rubygem-gettext instead 2017-01-28 graphics/ruby-imlib2: Upstream no longer active 2017-01-28 graphics/ruby-image_size: Upstream no longer active 2017-01-28 graphics/ruby-svg: Use graphics/rubygem-rsvg2 instead 2017-01-28 irc/ruby-rice: Upstream no longer active 2017-01-28 irc/ruby-rica: Upstream no longer active 2017-01-28 irc/ruby-irc: Upstream no longer active 2017-01-28 japanese/ruby-usersguide: Does not exist upstream 2017-01-28 japanese/ruby-mecab: Upstream no longer active 2017-01-28 mail/ruby-rmail: Upstream no longer active 2017-01-28 mail/ruby-rfilter: Upstream no longer active 2017-01-28 math/ruby-algebra: Use rubygem-algebra instead 2017-01-28 net/ruby-tserver: Upstream no longer active 2017-01-28 net/ruby-tcpsocketpipe: Upstream no longer active 2017-01-28 net/ruby-icmp: Upstream no longer active 2017-01-28 net/ruby-dict: Upstream no longer active 2017-01-28 palm/palmos-sdk: Upstream no longer exists 2017-01-28 security/ruby-hmac: Use www/rubygem-ruby-hmac instead 2017-01-28 security/ruby-tcpwrap: Upstream no longer active 2017-01-28 security/ruby-password: Upstream no longer active 2017-01-28 sysutils/ruby-quota: Upstream no longer active 2017-01-28 textproc/ruby-rss.alt: Upstream no longer active 2017-01-28 textproc/ruby-rss: Upstream no longer exists 2017-01-28 textproc/ruby-htmlrepair: Upstream no longer exists 2017-01-28 textproc/ruby-xmlscan: Upstream no longer active 2017-01-28 textproc/ruby-xml-configfile: Upstream no longer exists 2017-01-28 textproc/ruby-htmlsplit: Upstream no longer exists 2017-01-28 www/ruby-google: Upstream no longer active 2017-01-28 archivers/ruby-lha: Upstream no longer active 2017-01-28 x11/ruby-X11: Upstream no longer active 2017-01-28 audio/ruby-audiofile: Broken on modern versions of Ruby 2017-01-28 audio/ruby-mp3tag: Upstream no longer active 2017-01-28 converters/ruby-dump.rb: Upstream no longer active
* 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
|