1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

4262 Commits

Author SHA1 Message Date
Rene Ladan
df05638c08 Remove expired port:
2018-11-03 irc/netwalker-ircc: Upstream gone, very old code base, use modern irc client instead
2018-11-04 10:34:50 +00:00
Rene Ladan
8a502cb2d4 Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
2018-11-02 13:32:34 +00:00
Alexey Dokuchaev
5ba4d0e19f - Remove BROKEN_SSL line (should've been part of r483042)
- Cleanup options block a bit and use our standard LANG_HE
  option for Hebrew language support
2018-10-29 10:54:15 +00:00
Jan Beich
ec5d9a54d6 Downgrade C++03 to C++98, actual default for GCC < 6
GCC 4.2 in base system doesn't support C++03:
cc1plus: error: unrecognized command line option "-std=gnu++03"
2018-10-28 09:36:56 +00:00
Steve Wills
ddc202266d irc/hexchat: fix build with GCC-based architectures
PR:		232728
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
2018-10-27 00:17:36 +00:00
Alexey Dokuchaev
1b3f7c273b Unbreak the build against newer versions of OpenSSL where they had removed
SSLeay() from libcrypto so configure test for it now fails.  Check against
ERR_get_error() instead.

PR:	232550
2018-10-26 16:42:55 +00:00
Bernard Spil
9cdbe72255 irc/weechat: Update to 2.3
Submitted by:	voidanix
Differential Revision:	https://reviews.freebsd.org/17652
2018-10-23 17:51:35 +00:00
Jan Beich
91f9922c6f devel/icu: update to 63.1
Changes:	http://site.icu-project.org/download/63
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		232300
Exp-run by:	antoine
2018-10-23 11:35:03 +00:00
Antoine Brodin
92ed567f3d Fix configure with openssl 1.1.1
PR:		231970
2018-10-14 16:24:07 +00:00
Dag-Erling Smørgrav
9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00
Kubilay Kocak
d49908665e irc/py-limnoria: Update to 2018.09.09
* Switch to GitHub for sources. The PyPI sdist does not package the license
   and a couple of other useful files.
 * Update TEST_DEPENDS to include optional dependencies that produce skipped
   tests when not installed
 * Pet portlint for Makefile ordering
2018-10-06 04:49:35 +00:00
Mark Felder
393a1c00f3 Reset maintainer for misc ports I do not interact with anymore 2018-10-02 19:21:49 +00:00
Koop Mast
951c1f5d1c The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/

Thanks to Antoine Brodin for running the exp-runs.

PR:		229761
2018-09-30 11:58:29 +00:00
Ed Maste
176251159f Bump PORTREVISION for changed CFLAGS
I adjusted CFLAGS in several ports to allow linking with lld on i386 but
missed the corresponding PORTREVISION bump.

Related commits:
r480023 r480045 r480047 r480048 r480049 r480061 r480062 r480068

Reported by:	antoine
Approved by:	antoine
2018-09-18 19:20:17 +00:00
Ed Maste
7b36c32acc irc/irssi-xmpp: add -fPIC on i386, to allow linking with lld
By default lld does not allow non-PIC code where PIC is required.
Other architectures already apply -fPIC; do so for i386 as well.

Approved by:	portmgr (lld blanket)
Sponsored by:	The FreeBSD Foundation
2018-09-18 17:47:21 +00:00
Mathieu Arnold
4a3bebcae1 Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:15:47 +00:00
Mathieu Arnold
e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00
Steve Wills
0bf1d0c81f irc/hexchat: update to 2.14.2
PR:		231061
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
2018-09-03 13:12:27 +00:00
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