Commit graph

4394 commits

Author SHA1 Message Date
Tobias Kortkamp
ec5d8f101c irc/minbif: Fix build with Clang 6
src/im/auth_pam.cpp:193:11: error: no matching function for call to 'pam_chauthtok'
        retval = pam_chauthtok(pamh, NULL);
                 ^~~~~~~~~~~~~
/usr/include/security/pam_appl.h:64:1: note: candidate function not viable: no known conversion from 'nullptr_t' to 'int' for 2nd argument
pam_chauthtok(pam_handle_t *_pamh,
^

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p478276_s338342/logs/errors/minbif-1.0.5_10.log
2018-08-31 16:46:38 +00:00
Sunpoet Po-Chuan Hsieh
74ad61b853 Update WWW 2018-08-18 20:43:31 +00:00
Jan Beich
0b055d47f2 devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
2018-08-09 06:58:30 +00:00
Gerald Pfeifer
fabf6170e4 Add references to PR 226177 which tracks the breakage of this port by
clang 6.0.0.

PR:		226177
2018-08-04 10:56:56 +00:00
Emanuel Haupt
818479890c This port has a very old code base and would require a major rewrite to continue
compiling with modern C++ standards. Since the upstream project has long since
disappeared, mark this port DEPRECATED with an expiration period of 3 months. As
a last resort effort to make it compile on ${OSVERSION} >= 1200056, force gcc
version 6. At this point let go of maintainer-ship.
2018-08-03 07:24:42 +00:00
Dmitry Marakasov
2b751a3842 - Fix LICENSE
- Switch to USES=localbase
- Update WWW

Approved by:	portmgr blanket
2018-08-02 09:37:54 +00:00
Bradley T. Hughes
246c4bbc54 irc/hexchat: add SYSINFO option (off by default)
PR:		227281
Submitted by:	pkubaj@anongoth.pl (maintainer)
Reported by:	lcraft@gmail.com
Sponsored by:	Miles AS
2018-08-01 20:19:59 +00:00
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
2018-07-29 22:18:44 +00:00
Martin Wilke
414dc206ca The Steam protocol plugin for bitlbee. This plugin uses the Steam Mobile
API allowing it to run alongside the main Steam client.

WWW: https://github.com/bitlbee/bitlbee-steam

PR:		229375
Submitted by:	aou@eecs.berkeley.edu
Sponsored by:	iXsystems Inc.
2018-07-28 14:47:41 +00:00
Renato Botelho
ce032a7e6a New port: irc/weechat-otr
WeeChat script for Off-the-Record (OTR) Messaging. This script makes every
effort to securely provide OTR Messaging in WeeChat

Submitted by:	Vinícius Zavam <egypcio@googlemail.com>
Sponsored by:	Rubicon Communications, LLC (Netgate)
Differential Revision:	https://reviews.freebsd.org/D16327
2018-07-24 13:45:03 +00:00
Danilo G. Baio
393a033bdb irc/znc: Update to 1.7.1, Fix security vulnerabilities
Changes:	https://wiki.znc.in/ChangeLog/1.7.1

Reported by:	gordon
MFH:		2018Q3
Security:	c6d1a8a6-8a91-11e8-be4d-005056925db4
2018-07-18 14:58:04 +00:00
Bernard Spil
21d92d5d8c irc/weechat: Fix build errors
- doesn't know about TCL 8.7 yet
 - requires PHP installed during configure

Submitted by:	fluffy
2018-07-18 11:27:24 +00:00
Dmitry Marakasov
a5752aede6 - Add LICENSE
- Add NO_ARCH

Approved by:	portmgr blanket
2018-07-18 09:07:46 +00:00
Bernard Spil
d960cdf743 irc/weechat: Update to 2.2 2018-07-15 10:12:49 +00:00
Raphael Kubo da Costa
752ea99331 Update to 1.7.5.
This is a small bugfix release with a single change fixing the build with Qt
5.11.
2018-07-14 22:27:10 +00:00
Mathieu Arnold
f6d56007b9 Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.

When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS.  In order of preference, they are:

1) use RUN_DEPENDS to set BUILD_DEPENDS:

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	foo:bar/baz

2) create another variable and use it:

MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS=	${MY_DEPENDS}
RUN_DEPENDS=	${MY_DEPENDS}

3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:

BUILD_DEPENDS=	foo:bar/baz
RUN_DEPENDS:=	${BUILD_DEPENDS}

Sponsored by:	Absolight
2018-07-09 08:40:17 +00:00
Philippe Audeoud
97f1fa9b9c - Update to 20170711
PR:		229031
Submitted by:	Victor <gudfitz@gmail.com>
2018-07-06 19:11:28 +00:00
Mark Linimon
aff42c7199 Mark ports broken on mips64 that are already broken on powerpc64. In
most cases, the failure mode is the same.  Also, mark them broken on
mips when necessary.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-07-02 04:00:29 +00:00
Jan Beich
3beb732dad devel/icu: update to 62.1
Changes:	http://site.icu-project.org/download/62
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		229359
Exp-run by:	antoine (only 10.4)
2018-06-29 14:22:11 +00:00
Tobias C. Berner
b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	→https://reviews.freebsd.org/D15540
2018-06-28 17:39:53 +00:00
Emanuel Haupt
5fb7b6ec4e Reset maintainer (3+ months of inactivity).
Discussed with:	portmgr (adamw, mat)
2018-06-26 17:06:33 +00:00
Tobias C. Berner
ca21823b65 Update net/libproxy to 0.4.15
* this release switched the build system to cmake
* move libproxy-gnome to libproxy-gnome2 for consistency
* add new slave libproxy-webkit3
* try to simplify the whole thing

* bump revisions in the dependencies

Reviewed by:	gnome (kwm), mat
Differential Revision:	https://reviews.freebsd.org/D15655
2018-06-22 19:59:41 +00:00
Tobias C. Berner
60539b7275 multimedia/*phonon*: update and flavorize with @qt4/@qt5
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14632
2018-06-21 16:52:09 +00:00
Mathieu Arnold
4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00
Mark Linimon
a78aef718d Mark ports broken on powerpc64, categories g-n.
While here, pet portlint and do some other cleanup.

Approved by:	portmgr (tier-2 blanket)
2018-06-18 14:00:43 +00:00
Dmitry Marakasov
69d732a1d3 - Remove always-true OSVERSION condition
- Cosmetic fixes
2018-06-15 17:38:51 +00:00
Sunpoet Po-Chuan Hsieh
8366979c41 Add LICENSE_FILE
- Fix and update WWW
2018-06-04 18:09:02 +00:00
Joseph Mingrone
107b408c31 USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgrade
Or, mark ports that fail to build as BROKEN.
https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html
2018-05-31 01:18:05 +00:00
Ed Maste
6b2f2baaf9 irc/gseen.mod: set LLD_UNSAFE to link using ld.bfd
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
2018-05-30 16:58:38 +00:00
Sunpoet Po-Chuan Hsieh
ad4f267b7a Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
2018-05-27 20:15:16 +00:00
Mathieu Arnold
8dcaabcd6e Add PY_FLAVOR to Python module dependencies.
Sponsored by:	Absolight
2018-05-22 13:15:13 +00:00
Jochen Neumeister
4cff84a080 Update to 1.1.13
Changelog:
* Corrected return value of isConnected() to match docs
2018-05-12 10:20:58 +00:00
Jochen Neumeister
21005de3a7 Update to 1.1.12
Changelog:

* Fix composer autoload path
* Fix PHP notices
* Implement Feature #23746: added method to get connection status
* Updated HTML documentation
2018-05-09 20:58:13 +00:00
Dirk Meyer
b1026e3cb4 - update to miniupnpc 2.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
2018-05-09 05:37:54 +00:00
Danilo G. Baio
8f95b311dc irc/znc: Update to 1.7.0
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
2018-05-08 22:59:27 +00:00
Alexey Dokuchaev
9e612373a5 For ports under emulators', games', irc, and `sysutils' categories:
remove redundant PKGMESSAGE assignment, which is set appropriately by
the b.p.m when `pkg-message' appears on the SUB_FILES list.
2018-05-05 15:17:46 +00:00
Sunpoet Po-Chuan Hsieh
0382a47fb3 Fix gemspec for rubygem-twitter 6.2.0 and rubygem-yajl-ruby 1.4.0 update
- Bump PORTREVISION for package change
2018-04-28 20:10:57 +00:00
Danilo G. Baio
95e235414e irc/inspircd: Update to 2.0.26
PR:		227705
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2018-04-28 19:04:07 +00:00
Ben Woods
a34529e2ac irc/quassel: Update to 0.12.5
Changes this release:
  https://quassel-irc.org/node/130

MFH:		2018Q2
Security:	https://vuxml.freebsd.org/freebsd/499f6b41-58db-4f98-b8e7-da8c18985eda.html
2018-04-26 09:22:08 +00:00
Jan Beich
cc95712fbe devel/boost-*: update to 1.67.0
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
2018-04-18 13:57:42 +00:00
Rene Ladan
16b33f0ee7 Remove expired port irc/xchat and plugins:
2018-04-15 irc/xchat: Unmaintained upstream, use irc/hexchat instead
irc/xchat-fish
irc/xchat-mircryption
irc/xchat-ruby
2018-04-17 20:39:37 +00:00
Rene Ladan
74db0df4ef irc/py-fishcrypt: remove optional dependency on expired irc/xchat 2018-04-17 20:35:43 +00:00
Rene Ladan
98a6e5f970 irc/cwirc: save from irc/xchat removal, that port expired
- 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
2018-04-17 20:21:07 +00:00
Tobias C. Berner
cbfa894960 devel/qca, devel/qca-qt5 -- create flavors
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14651
2018-04-14 11:09:16 +00:00
Ashish SHUKLA
5b9d7ef28a - Update to 2.14.1
- Add dependency on iso-codes, and meson (new build system)
- Remove OPTIONS: NLS SOCKS
- Remove hardcoded CA bundle path in patch with a variable
  replaced at post-patch
- Add workaround for detecting system's OpenSSL version
- Update WWW

PR:		227324
Approved by:	Piotr Kubaj <pkubaj at anongoth dot pl> (maintainer)
2018-04-13 13:11:07 +00:00
Jan Beich
ae60358af5 devel/icu: update to 61.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)
2018-04-06 15:53:16 +00:00
Ed Maste
c37c260672 rc/evangeline: remove duplicate LLD_UNSAFE
Accidentally added during WIP rebase, committed in r465900.
2018-03-29 15:33:28 +00:00
Ed Maste
73ca9e7230 Use BINARY_ALIAS to make LLD_UNSAFE more widely applicable
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
2018-03-29 15:02:05 +00:00
Kirill Ponomarev
08f0b8936e Switch to ld.bfd by default as ld.ldd doesn't have built-in default
output target.

PR:		226977
Submitted by:	emaste
Approved by:	portmgr (LLD_UNSAFE blanket)
2018-03-29 11:01:53 +00:00
Ed Maste
eb798862fe Also set LLD_UNSAFE when using BINARY_ALIAS to choose ld.bfd
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
2018-03-28 12:58:19 +00:00
Ed Maste
5f74ac2645 irc/evangeline: use BINARY_ALIAS to invoke ld.bfd
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
2018-03-27 21:05:10 +00:00
Bernard Spil
8bdbb64888 irc/irssi: Fix build with LibreSSL 2.7
- 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)
2018-03-26 17:13:09 +00:00
Mathieu Arnold
ecd1d8dea9 I no longer use those, give them back.
Sponsored by:	Absolight
2018-03-26 13:49:19 +00:00
Sunpoet Po-Chuan Hsieh
06bfeeb0b0 Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN
PR:		225609
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2018-03-24 21:12:13 +00:00
Dmitry Marakasov
38b37cf4c4 - Add LICENSE
- Switch to options helpers
- Remove dead WWW

Approved by:	portmgr blanket
2018-03-19 09:33:17 +00:00
Bernard Spil
f6ed5afa0c irc/weechat: Update to 2.1
PR:		226707
Reported by:	Greg Fitzgerald <gregf hugops pw>
2018-03-18 20:50:04 +00:00
Tobias Kortkamp
2bbda1b3e1 irc/xchat: Deprecate
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)
2018-03-17 08:38:09 +00:00
Tobias Kortkamp
246286e0d8 irc/irssi-scripts: Update to 20160301
PR:		217768
Submitted by:	gudfitz@gmail.com
Approved by:	jadawin (maintainer timeout, 1 year)
2018-03-14 08:17:57 +00:00
Tobias C. Berner
56bc0620a2 Create flavors for devel/libdbusmenu-qt[45]
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14643
2018-03-12 18:52:53 +00:00
Gerald Pfeifer
c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00
Danilo G. Baio
15132cc39e irc/znc: Set option CHARSET as default
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)
2018-03-10 00:16:49 +00:00
Bryan Drewery
f6bae85b6e Update to 1.6.6.
Changes: https://wiki.znc.in/ChangeLog/1.6.6

Approved by:	dbaio (maintainer)
MFH:		yes
Differential Revision:	https://reviews.freebsd.org/D14615
2018-03-08 01:31:50 +00:00
Tim Bishop
067ffe259a Update atheme-services to 7.2.9. 2018-03-07 15:23:23 +00:00
Emanuel Haupt
a0b0b4f7fa Fix build on 12.0-CURRENT after upgrading clang, llvm, lld, lldb, compiler-rt
and libc++ to 6.0.0 by falling back to gcc.

Notified by:	pkg-fallout
2018-02-21 10:05:11 +00:00
Danilo G. Baio
79c9065a60 irc/irssi: Update to 1.1.1, Fixes multiple vulnerabilities
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
2018-02-19 12:28:55 +00:00
Antoine Brodin
ea3f6fdeb3 Clean up some USES=python
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-18 13:20:29 +00:00
Sunpoet Po-Chuan Hsieh
dffc978375 Use BROKEN_SSL
Approved by:	portmgr (blanket)
2018-02-17 12:00:03 +00:00
Tobias C. Berner
a05b9f3830 irc/kvirc and irc/kvirc-qt4, fix build with clang6 2018-02-15 20:17:58 +00:00
Tobias C. Berner
737c1cc56d Rename KDE4 meta ports
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
2018-02-10 10:29:51 +00:00
Sunpoet Po-Chuan Hsieh
454322b8b9 Update to 0.93
Changes:	http://search.cpan.org/dist/Bot-BasicBot/Changes
2018-02-04 10:13:31 +00:00
Sunpoet Po-Chuan Hsieh
8498a9e955 Update to 0.92
Changes:	http://search.cpan.org/dist/Bot-BasicBot/Changes
2018-02-02 19:55:13 +00:00
Brad Davis
67d89e60d0 Bump PORTREVISION for ports that depend on irc/irssi after update in r460549.
Reported by:	tj <tj@mrsk.me>
Pointyhat to:	brd
2018-02-02 17:37:28 +00:00
Joseph Mingrone
a3cc513bfc Flavorize and modernize Emacs ports
- 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
2018-02-01 18:03:09 +00:00
Brad Davis
070d8864e8 Update irc/irssi to 1.1.0
PR:		225196
Submitted by:	David O'Rourke <dor.bsd@xm0.uk>
2018-01-31 23:53:53 +00:00
David Naylor
1da3310ac1 lang/mono: update to version 5.2.0.215 (and enhance USES=mono)
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
2018-01-30 19:00:27 +00:00
Jan Beich
25beeff079 devel/boost-*: update to 1.66.0
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
2018-01-18 04:11:02 +00:00
Alexey Dokuchaev
7b85b686ee Remove superfluous linefeeds and fix some other minor whitespace bugs. 2018-01-11 16:53:44 +00:00
Diane Bruce
61d8d7f968 Update to 8.2.13 and fix as per robertames@hotmail.com PR
#######################################################################
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
2018-01-10 19:28:04 +00:00
Danilo G. Baio
b85e2f326a irc/irssi-dcc_send_limiter: Add license 2018-01-06 21:20:51 +00:00
Danilo G. Baio
a2bfa9579b irc/irssi: Update to 1.0.6, Fixes multiple security vulnerabilities
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
2018-01-06 21:18:40 +00:00
Bernard Spil
34bdaf27f1 irc/weechat: Remove Ruby LIB_DEPENDS
- unwind is a dependency of Ruby

Submitted by:	sunpoet
2018-01-01 15:50:17 +00:00
Raphael Kubo da Costa
21bf3d3eab Update to 1.7.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).
2017-12-23 23:26:16 +00:00
Tijl Coosemans
3812bba5a2 Convert to USES=autoreconf. 2017-12-23 14:57:19 +00:00
Bernard Spil
8f818dd4fa irc/weechat: Bugfix update to 2.0.1
Changelog: https://weechat.org/files/changelog/ChangeLog-2.0.1.html
2017-12-21 18:39:55 +00:00
Yuri Victorovich
5e7519312a irc/inspircd: Modernize port (adding files/pkg-deinstall.in)
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
2017-12-19 02:29:04 +00:00
Yuri Victorovich
cea384f1ae irc/inspircd: Modernize port
PR:		224041
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13345
2017-12-18 21:46:45 +00:00
Rene Ladan
23f3c47c3b Remove mention of AIM from the OSCAR description.
AIM shut down on 2017-12-15

Reported by:	Dmitri Goutnik <dg@syrec.org>
2017-12-16 14:25:05 +00:00
Bryan Drewery
a6364ac160 Update to 20160325 and fix with newer ruby versions.
Reported by:	swills
2017-12-14 20:58:10 +00:00
Dmitry Marakasov
b6a6c52205 - Fix LICENSE
- Switch to options helpers
- Switch to CMAKE_BOOL
- Update WWW

Approved by:	portmgr blanket
2017-12-12 09:00:28 +00:00
Antoine Brodin
a021c1b8c0 - Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
2017-12-10 20:48:45 +00:00
Bernard Spil
23b42851ff irc/weechat: Unbreak builds, add PHP option
- Remove leftovers from 2.0-RC testing
 - Add PHP option and .so
 - Simplify cmake enable

Reported by:	antoine, adamw
2017-12-03 19:39:23 +00:00
Bernard Spil
ab10ab3044 irc/weechat: Update to 2.0 2017-12-03 16:12:42 +00:00
Mark Felder
383360a0b5 irc/inspircd: Update MAINTAINER
PR:		220268
2017-12-02 13:29:36 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
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
2017-11-30 15:50:30 +00:00
Mark Linimon
bf43557044 For ports that are marked BROKEN on armv6, and also fail to build on
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
2017-11-30 06:13:34 +00:00
Mark Felder
70f6ed0040 irc/inspircd: Update to 2.0.25
Changelog:	http://www.inspircd.org/2017/11/12/v2025-released.html

PR:		220268
Differential Revision:	https://reviews.freebsd.org/D12990
2017-11-27 16:10:06 +00:00
Dmitry Marakasov
9e75c3791b - Fix license (sources mention LGPLv3+)
- Add LICENSE_FILE
- Simplify and unsilence installation

Approved by:	portmgr blanket
2017-11-15 09:00:09 +00:00
Ryan Steinmetz
ce4a8d8274 - Update to 24
- Assign a MAINTAINER
2017-11-14 18:38:52 +00:00
Adriaan de Groot
e628555df7 Update irc/konversation to latest upstream release.
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
2017-11-12 21:57:35 +00:00
Jan Beich
99b0558e42 devel/icu: update to 60.1
Changes:	http://site.icu-project.org/download/60
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		223373
Exp-run by:	antoine
2017-11-09 02:31:47 +00:00
Jimmy Olgeni
e929aea23c Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
2017-11-02 21:41:47 +00:00
Jimmy Olgeni
258b5d44ad Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. 2017-10-31 14:51:53 +00:00
Danilo G. Baio
4bfb20ad82 irc/irssi: Update to 1.0.5, Fixes multiple security vulnerabilities
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
2017-10-22 17:53:19 +00:00
Danilo G. Baio
1279026d07 irc/undernet-ircu: Update to 2.10.12.18
PR:		223143
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
2017-10-22 11:06:26 +00:00
Bernard Spil
98d67d0cda irc/weechat: Security update to 1.9.1
- Fixes crash in logger

MFH:		2017Q3
Security:	b63421b6-a1e0-11e7-ac58-b499baebfeaf
2017-09-27 09:49:12 +00:00
Jan Beich
98eb11b2f0 devel/boost-*: update to 1.65.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
2017-09-25 00:08:16 +00:00
Jan Beich
7e21a6476a devel/boost-*: enable C++11 features
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
2017-09-25 00:05:05 +00:00
Jan Beich
a382198617 devel/icu: update to 59.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
2017-09-25 00:02:36 +00:00
Mathieu Arnold
3fcd0e41de Remove USES=execinfo.
PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
2017-09-22 10:48:28 +00:00
Sunpoet Po-Chuan Hsieh
c32f9f3612 Fix gemspec for rubygem-cinch 2.3.4 update
- Bump PORTREVISION for package change
2017-09-20 16:32:32 +00:00
Sunpoet Po-Chuan Hsieh
27d000fe8b Update to 2.3.4
- Update WWW

Changes:	https://github.com/cinchrb/cinch/commits/v2.3.4
2017-09-20 16:32:27 +00:00
Mathieu Arnold
cb41fc6623 Fix license information for portgs that use "the same license as Perl".
Sponsored by:	Absolight
2017-09-15 08:58:46 +00:00
Ashish SHUKLA
53aec0cd56 Chase Emacs update 2017-09-12 15:38:56 +00:00
Dmitry Marakasov
1dd82f4b95 - Add LICENSE_FILE
- Switch to options helpers
- Style fixes

Approved by:	portmgr blanket
2017-09-12 09:01:49 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(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
2017-09-10 20:55:38 +00:00
Jimmy Olgeni
52e782d241 Some typo fixes and whitespace cleanup for pkg-descr files. 2017-09-10 18:51:46 +00:00
Dmitry Marakasov
72914c033c - Update WWW
Approved by:	portmgr blanket
2017-09-08 09:01:44 +00:00
Sunpoet Po-Chuan Hsieh
bc6b4f425a Remove MASTER_SITE_SUBDIR 2017-09-07 20:12:41 +00:00
Sunpoet Po-Chuan Hsieh
4c0fcf3190 Update to 6.90
- 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
2017-09-06 20:06:24 +00:00
Pietro Cerutti
47a3d57b8a irc/bitlbee-facebook: update to 1.1.2, respect PREFIX
Release notes: https://github.com/bitlbee/bitlbee-facebook/releases/tag/v1.1.2
2017-08-31 09:49:36 +00:00
Steve Wills
a5e34638de irc/undernet-ircu: Update to 2.10.12.17
PR:		221574
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
2017-08-17 16:47:09 +00:00
Sunpoet Po-Chuan Hsieh
a6f981b857 Fix gemspec for rubygem-thor 0.20.0 update
- Bump PORTREVISION for package change
2017-08-17 15:05:19 +00:00
Bernard Spil
78750990e7 irc/weechat: Depend on libunwind for RUBY
- Ruby on amd64/i386 uses libunwind causing weechat to link it as well

Reported by:	koobs
2017-08-14 15:24:59 +00:00
Rodrigo Osorio
fa15cad7da Update port to 0.5.12
Fix CVE-2017-8920: XSS in 'R' parameter

MFH:	2017Q3
Security:	CVE-2017-8920
2017-08-02 22:44:41 +00:00
Ryan Steinmetz
c550e11dac - MASTER_SITES cleanup 2017-08-01 17:07:58 +00:00
Raphael Kubo da Costa
9cd7f215d2 Explicitly build with -std=gnu++03.
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)
2017-08-01 09:01:14 +00:00
Sunpoet Po-Chuan Hsieh
e7c4f5d862 Add LICENSE
- Add NO_ARCH
- Sort PLIST
2017-07-27 15:48:03 +00:00
Marcelo Araujo
4f09737d33 Update to 0.1.13.
PR:		ports/220675
Submitted by:	lifanov
Approved by:	Mose <mose@mose.com>
2017-07-27 07:56:24 +00:00
Jochen Neumeister
799c4ddaff - irc/pear-Net_SmartIRC: Update from 1.1.10 to 1.1.11
- Changelog: https://pear.php.net/package/Net_SmartIRC/download/

Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D11568
2017-07-13 16:14:25 +00:00
Mark Felder
71c9ab1602 irc/irssi: Update to 1.0.4
- Fixes two CVEs

PR:		220544
MFH:		2017Q3
Security:	CVE-2017-10965
Security:	CVE-2017-10966
2017-07-08 14:09:13 +00:00
Bernard Spil
2df3e0b984 irc/weechat: Update to 1.9
- Bugfix update to 1.9
2017-07-06 12:39:59 +00:00
Tobias C. Berner
50784b6ac1 Add kf5-kinit as a runtime dependency to irc/konversation
* 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
2017-06-30 17:36:30 +00:00
Renato Botelho
20bbff0aea Add patches missed on last commit and fix build without python 2017-06-29 10:55:30 +00:00
Renato Botelho
072286748e * bitlbee always links to libintl.so and the configure script has no NLS option,
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
2017-06-27 14:42:30 +00:00
Danilo G. Baio
0901b9993d irc/riece: Back to the pool
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
2017-06-27 00:01:38 +00:00
Tobias C. Berner
5e373eaa92 Make ninja opt-out in cmake.mk
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
2017-06-25 21:07:58 +00:00
Mark Linimon
45cb752a04 Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.

While here, alphabetize ARCHs, pet portlint, and modernize usages.

Approved by:	portmgr (tier-2 blanket)
2017-06-25 00:29:09 +00:00
Mark Felder
40338eb384 irc/anope: Update to 2.0.5
Modernize port options
Fix building with MySQL
Add new REDIS option

Changelog:	a9bf251886/docs/Changes

MFH:		2017Q2
2017-06-09 13:55:01 +00:00
Ryan Steinmetz
e35f6a224b - Update to 1.0.3
Security:	165e8951-4be0-11e7-a539-0050569f7e80
Approved by:	ports-secteam (with hat)
2017-06-08 00:28:23 +00:00
Sunpoet Po-Chuan Hsieh
1620db6dea Update to 2.2.0
Changes:	https://github.com/litaio/lita-irc/releases
2017-06-07 19:11:17 +00:00
Mathieu Arnold
99761d7f4c Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB.
While there, fix small style issues.

Sponsored by:	Absolight
2017-06-06 16:18:16 +00:00
Raphael Kubo da Costa
56f30722c2 Update to 1.7.2 and rename to irc/konversation.
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
2017-05-30 21:10:24 +00:00
Mark Linimon
4734e25a31 Mark some ports failing on armv6, for errors classified as "configure_error".
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)
2017-05-27 20:33:22 +00:00
Mark Linimon
82c3cac0d2 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-22 16:04:19 +00:00
Jochen Neumeister
fc373ceed2 - Update maintainer address
Reviewed by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D10755
2017-05-16 13:37:51 +00:00
Bernard Spil
c64be2313b irc/weechat: Update to 1.8
- Bugfix and new features release
2017-05-14 14:27:49 +00:00
David Naylor
d442f875f5 Update mono and related ports
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]
2017-05-13 07:48:27 +00:00
Danilo G. Baio
f8cc2c102f Update my email address
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D10648
2017-05-08 17:21:49 +00:00
Martin Wilke
ea94585769 - Update to 2.10.12.16
PR:		218950
Submitted by:	maintainer
2017-05-06 05:55:37 +00:00
Pietro Cerutti
c9bd228a74 irc/bitlbee-facebook: update to 1.1.1, drop patch released upstream
Release notes: https://github.com/bitlbee/bitlbee-facebook/releases/tag/v1.1.1
2017-05-04 12:33:03 +00:00
Jan Beich
b324ade02d devel/boost-*: update to 1.64.0
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-05-02 06:48:10 +00:00
Larry Rosenman
6840168813 2017-04-30 devel/stormlib-ghost++: Unfetchable for more than six months (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
2017-04-30 15:47:51 +00:00
Mark Linimon
4ebba57eca Provide more descriptive error messages for ports failing on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2017-04-30 00:44:32 +00:00
Joseph Mingrone
3f98bcd00c Chase editors/emacs update to version 25.2
Reported by:	des
Approved by:	ashish (emacs maintainer), swills (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D10534
2017-04-29 14:50:53 +00:00
Larry Rosenman
bb7e01b3fb irc/irssi-xmpp: Improve regex conformance
PR:		218603
Submitted by:	Kyle Evans <bsdports@kyle-evans.net>
Approved by:	 jadwin (maintainer timeout), rene (mentor)
Differential Revision:	https://reviews.freebsd.org/D10524
2017-04-27 13:48:17 +00:00
Tobias C. Berner
ef6ce29dbe Fix shebangs.
Reported by:	Jochen Neumeister
Approved by:	rakuco (mentor)
2017-04-27 05:14:01 +00:00
Alex Kozlov
f37a53c2ba - Remove checks for .PARSEDIR and vestiges of pmake support
PR:	218832
Approved by:	portmgr (antoine)
2017-04-26 19:04:30 +00:00
Bernard Spil
9c013f6d2d irc/weechat: Security update to 1.7.1
- 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
2017-04-25 18:34:41 +00:00
Thomas Zander
b50a4186ce Chase ffmpeg 3.3 update (ABI changes)
PR:		218658
Submitted by:	riggs
2017-04-25 08:20:30 +00:00
Dmitry Marakasov
8bf3efb0cd - Update WWW
Approved by:	portmgr blanket
2017-04-24 09:05:09 +00:00
Dmitry Marakasov
391c82678c - Add NO_ARCH
- Fix shebangs
2017-04-21 16:31:57 +00:00
Martin Wilke
b8368cf7ed - Fix shebangs 2017-04-21 16:23:17 +00:00
Bernard Spil
122954fcd7 irc/irssi-xmpp: Fix build with irssi 1.0
- 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
2017-04-20 18:57:34 +00:00
Tobias C. Berner
e06c13c87b Update cmake and friends to 3.8.0
* 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
2017-04-19 15:04:59 +00:00
Martin Wilke
71bacc3ebe - Fix shebangs 2017-04-19 10:34:43 +00:00
Martin Wilke
efe3f7d37b - Fix Shebangs 2017-04-18 18:26:19 +00:00
Philip Paeps
4c9c4552d7 Fix typo in BUILD_DEPENDS
Submitted by:	Santhosh Raju <santhosh.raju@gmail.com> (maintainer)
2017-04-17 18:37:55 +00:00
Sunpoet Po-Chuan Hsieh
e2085d40d3 Convert to options target helper
- Use BROKEN_SSL

Approved by:	portmgr (blanket)
2017-04-16 11:09:03 +00:00
Philip Paeps
08af87c9be Irssi plugin for connecting to ICB network
WWW: https://github.com/mglocker/irssi-icb

Submitted by:	Santhosh Raju <santhosh.raju@gmail.com>
2017-04-15 21:57:04 +00:00
Sunpoet Po-Chuan Hsieh
e2e6a3663a Update to 0.91
Changes:	http://search.cpan.org/dist/Bot-BasicBot/Changes
2017-04-07 23:16:40 +00:00
Sunpoet Po-Chuan Hsieh
81312a00fa Update to 0.90
- Add LICENSE
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Bot-BasicBot/Changes
2017-04-06 21:56:42 +00:00
Baptiste Daroussin
53063dd589 Fix build with recent libsigc++20 2017-04-05 11:28:15 +00:00
Martin Wilke
5f4e8617b6 - Update to 3.5.1
PR:		217227
Submitted by:	seschwar@gmail.com
Approved by:	maintainer timeout
2017-04-02 15:40:43 +00:00
Adam Weinberger
3466d7f9cb Pass maintainership to submitter.
PR:		218295
Submitted by:	andrew tao11 riddles org uk
2017-04-01 20:56:55 +00:00
Adam Weinberger
71f22bca0f Unbreak logging by removing a stale patch (which, once upon a time,
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@.
2017-04-01 20:24:12 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
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
2017-04-01 15:23:30 +00:00
Pietro Cerutti
4d0265e987 irc/bitlbee-facebook: update to 1.1.0 + patch for issue #139
Release notes: https://github.com/bitlbee/bitlbee-facebook/releases/tag/v1.1.0
Issue #139: https://github.com/bitlbee/bitlbee-facebook/issues/139
2017-03-30 07:41:50 +00:00
Pietro Cerutti
6d78b5bcdb irc/bitlbee-facebook: update to latest commit, bump PORTREVISION
This fixes especially https://github.com/bitlbee/bitlbee-facebook/issues/138.

Reported by:	cognet
2017-03-29 14:15:04 +00:00
Sunpoet Po-Chuan Hsieh
c2507c3ac1 Release maintainership
PR:		218170
Submitted by:	Sten Spans <sten@blinkenlights.nl> (maintainer)
2017-03-27 19:28:54 +00:00
Bernard Spil
22c93431ab irc/weechat: Fix python3 detection
- Fix package error when python3 is used

PR:		216555
Reported by:	 Charles P <charlespigott@googlemail.com>
2017-03-26 11:14:39 +00:00
Martin Matuska
46d0db78a5 irc/dircproxy: change master site to github and unbreak 2017-03-25 01:50:59 +00:00
Thomas Zander
5856a26a31 Update to upstream version 1.0.2
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)
2017-03-18 13:29:56 +00:00
Vanilla I. Shu
a1dbe4a0f1 Remove chinese/irssi. 2017-03-17 09:32:50 +00:00
Vanilla I. Shu
6009474f0d set MAINTAINER to David O'Rourke (dor.bsd at xm0.uk) 2017-03-17 09:03:20 +00:00
Vanilla I. Shu
1ed4792c4b 1: Update to 1.0.1.
2: remove uneeded config arguments (ncurses/ipv6)

PR:		217348
Submitted by:	brnrd@
2017-03-17 09:00:32 +00:00
Mathieu Arnold
e51bbb58a4 Remove all _USE=openssl occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:54 +00:00
Mathieu Arnold
a28f0f7f7f Remove all USE_OPENSSL occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:30 +00:00
Wen Heping
92f2ad0c99 - Update to 1.6.5
PR:		217772
Submitted by:	dbaio@bsd.com.br(maintainer)
2017-03-14 00:50:44 +00:00
Mathieu Arnold
bebf3178ae Mark the remaining ports depending on Google Code as DEPRECATED, with an
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
2017-03-03 16:00:19 +00:00
Sunpoet Po-Chuan Hsieh
0299781d9d Update to 1.12
Changes:	http://search.cpan.org/dist/POE-Component-IRC-Plugin-POE-Knee/Changes
2017-02-27 14:14:57 +00:00
Sunpoet Po-Chuan Hsieh
e0da5d7c89 Update to 1.06
Changes:	http://search.cpan.org/dist/POE-Component-IRC-Plugin-CoreList/Changes
2017-02-27 14:14:52 +00:00
Sunpoet Po-Chuan Hsieh
140d38f0a7 Update to 1.10
- 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
2017-02-22 17:14:26 +00:00
Dmitry Marakasov
c4fc609c5d - Update to 2.10.12.15
PR:		216802
Submitted by:	freebsd-ports@dan.me.uk (maintainer)
2017-02-22 10:26:44 +00:00
Sunpoet Po-Chuan Hsieh
a3ab93eefd Update to 1.10
- 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
2017-02-20 15:10:08 +00:00
Sunpoet Po-Chuan Hsieh
044b9d8e68 Update to 1.04
- 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
2017-02-20 15:10:04 +00:00
Sunpoet Po-Chuan Hsieh
5917bfd3ce Update to 1.02
- 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
2017-02-20 15:09:58 +00:00
Jan Beich
a9425224f1 devel/libevent2: drop historical suffix after r362796
PR:		216777
Approved by:	mm (maintainer)
2017-02-20 02:57:04 +00:00
Bernard Spil
dac2b54326 irc/irssi-xmpp: Fix build with irssi < 1.0
- Remove patch for irssi >= 1.0
 - irc/irssi is currently at 0.8

PR:             215829
Approved by:    just-fix-it blanket
2017-02-12 17:59:34 +00:00
Sunpoet Po-Chuan Hsieh
cc594c3660 Update to 2.1.0
- Update WWW

Changes:	https://github.com/litaio/lita-irc/releases
2017-02-10 15:18:09 +00:00
Dmitry Marakasov
c393dac975 - Mark BROKEN: does not build (error: no member named 'use_tls' in 'struct _XMPP_SERVER_CONNECT_REC')
Approved by:	portmgr blanket
2017-02-07 15:19:27 +00:00