Commit graph

4199 commits

Author SHA1 Message Date
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