1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
Commit Graph

4097 Commits

Author SHA1 Message Date
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
Brooks Davis
3a34ffa58f Update Objective-C LLVM version to 6.0.
Fixes aarch64 build.  Reduces depends on obsolete LLVM 4.0.

PR:		230116
Submitted by:	mikael.urankar@gmail.com
Approved by:	theraven (prior version)
Sponsored by:	DARPA, AFRL
2018-09-26 15:23:37 +00:00
Sunpoet Po-Chuan Hsieh
7240565e8b Update to 0.8.0
Changes:	https://github.com/msoulier/tftpy/blob/master/README
		https://github.com/msoulier/tftpy/blob/master/ChangeLog
2018-09-14 20:36:03 +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
Mark Linimon
7be0be3c94 Mark various ports broken on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2018-09-10 02:06:12 +00:00
Sunpoet Po-Chuan Hsieh
714ace7a4b Update to 7.61.1
Changes:	https://curl.haxx.se/changes.html
Security:	f4d638b9-e6e5-4dbe-8c70-571dbc116174
MFH:		2018Q3
2018-09-05 23:52:27 +00:00
Kurt Jaeger
14edc8c406 ftp/filezilla: update 3.24.0 -> 3.36.0
PR:		229139
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Approved by:	rezny (maintainer timeout)
Relnotes:	https://filezilla-project.org/versions.php
2018-09-01 07:27:11 +00:00
Kurt Jaeger
7ea28d0672 ftp/libfilezilla: update 0.9.0 -> 0.13.0
- upstream is very quiet on changelogs

PR:		229137
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Approved by:	rezny (maintainer timeout)
Relnotes:	https://lib.filezilla-project.org/index.php
2018-09-01 07:21:14 +00:00
Alexey Dokuchaev
53792bf1df Remove redundant DOCS, NLS, EXAMPLES, and IPV6 from OPTIONS_DEFAULT as they
are put there by the framework (see line 200 of Mk/bsd.options.mk), except
for `finance/quantlib' which makes very unorthodoxal usage of port options.
2018-08-30 04:05:07 +00:00
Ganael LAPLANCHE
de9496a230 Fix build when selected SSL library is linked to libthr
When a non-default SSL library is used (GnuTLS, OpenSSL or LibreSSL from
ports) and if it is linked to libthr, compilation fails with the following
error :

/usr/bin/ld: undefined reference to symbol `pthread_mutexattr_gettype@@FBSD_1.0' (try adding -lthr)
//lib/libthr.so.3: could not read symbols: Bad value

As OpenSSL-like ports (OpenSSL from base, OpenSSL and OpenSSL-devel from ports,
LibreSSL and LibreSSL-devel from ports) may or may not be linked to libthr, fix
build by detecting if the selected library is linked to libthr or not.

PR:		230813
Submitted by:	Pascal Christen <pascal.christen@hostpoint.ch>
2018-08-27 10:16:03 +00:00
Sunpoet Po-Chuan Hsieh
992d1a213b Update WWW 2018-08-26 18:41:21 +00:00
Ganael LAPLANCHE
8950e0e969 Update to 4.8.4 and remove obsolete patches 2018-08-21 10:25:31 +00:00
Steve Wills
d19bfbb151 ftp/ocaml-ocurl: Update to 0.8.2
While here, assign maintainer to submitter

PR:		230446
Submitted by:	Nathan <ndowens@yahoo.com>
2018-08-16 12:25:28 +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
Sunpoet Po-Chuan Hsieh
6fb6d175ad Remove leftover of testing
- Bump PORTREVISION for package change
2018-07-28 13:17:14 +00:00
Sunpoet Po-Chuan Hsieh
01ac1d32c6 Fix r475433
- Restore RELEASE-PROCEDURE.md
- Fix CARES option
- Bump PORTREVISION for package change
2018-07-28 11:43:46 +00:00
Steve Wills
f9db49b713 ftp/curl: Update to 7.61.0
PR:		229753
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	maintainer timeout (sunpoet, >2 weeks)
MFH:		2018Q3
Security:	3849e28f-8693-11e8-9610-9c5c8e75236a
2018-07-27 12:38:06 +00:00
Torsten Zuehlsdorff
b817a5b90e PHP 7.1 and PHP 7.2: add TEST_TARGET to all extensions
This enables "make test" in every extension and eases
the test of changes to PHP.

I did ignore PHP 7.0 intentionally since it only receives
security updates and will EOL at the end of the year. Therefore
no great amount of work is expected for 7.0.
2018-07-24 08:44:32 +00:00
TAKATSU Tomonari
21eb947611 - Update to 1.95-4.11 2018-07-20 10:23: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
Mark Linimon
c7df1277c6 Mark these ports broken on mips64 and/or mips.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-07-01 09:17:45 +00:00
Gleb Popov
98ae1eaf36 lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports.
As usual, it is recommended to rebuild or reinstall all the
dependent ports and the lang/ghc port itself in one of the following
ways:

# portmaster -w -r ghc
  or
# portupgrade -fr lang/ghc

In case of pkg(8), it is probably safer to remove all the GHC-dependent
packages along with GHC and reinstall everything from scratch.  For
example:

# pkg query "%ro" ghc > ghc-pkgs.txt
# pkg delete -y lang/ghc

In ghc-pkgs.txt, check and remove all the packages that have been moved
on the update, then use this command:

# pkg install -y `cat ghc-pkgs.txt`

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16038
2018-06-30 09:57:59 +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
Dmitry Marakasov
0b9e99405d - Whitespace fix
- Update WWW

Approved by:	portmgr blanket
2018-06-23 09:37:13 +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
Ganael LAPLANCHE
1df02fba90 Fix readline detection on 10.x
(previous commit broke readline detection on 10.x where base readline resides
in /usr)
2018-06-13 11:32:16 +00:00
Ganael LAPLANCHE
c99f2b0685 Fix readline detection with a non-standard LOCALBASE
Due to a bug in m4/lftp_lib_readline.m4, a wrong prefix is found for readline
when using a non-standard LOCALBASE [1]. Add a temporary workaround waiting for
the patch to be merged upstream [2].

https://reviews.freebsd.org/D15731 [1]
https://github.com/lavv17/lftp/pull/458 [2]

Differential Revision:	https://reviews.freebsd.org/D15731
2018-06-12 11:28:42 +00:00
Sunpoet Po-Chuan Hsieh
93240edaa9 Update to 7.43.0.2
Changes:	http://pycurl.io/docs/latest/release-notes.html
2018-06-03 18:16:56 +00:00
Sunpoet Po-Chuan Hsieh
48eb0b6c2c Sort USES 2018-06-03 18:16:51 +00:00
Sunpoet Po-Chuan Hsieh
78fec12d79 Update GNUTLS and NSS options
nettle for gnutls support in curl is always enabled because it is an unconditional dependency of security/gnutls.

Do not bump PORTREVISION because package-depends-list is unchanged.
2018-06-03 18:16:46 +00:00
Mark Linimon
9fa05cbab2 Adjust USES to fix building on gcc-based archs (in particular, powerpc64).
On the clang architectures, these changes have no effect: the baser
compiler already includes the needed features.

While here, remove now-redundant CXXFLAGS statements and pet portlint
(no other content change).

Tested on both powerpc64 and amd64.

Approved by:	portmgr (tier-2 blanket)
2018-06-02 19:40:59 +00:00
Sunpoet Po-Chuan Hsieh
95501d120b Update to 0.9.6
Changes:	https://github.com/taf2/curb/commits/master
2018-05-30 19:48:49 +00:00
Sunpoet Po-Chuan Hsieh
d96ac6c58c Update to 0.9.5
Changes:	https://github.com/taf2/curb/commits/master
2018-05-29 18:17:31 +00:00
Dmitry Sivachenko
03ed8fda74 Update to version 4.9.7. 2018-05-28 10:35:26 +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
Tobias C. Berner
fff1aa535b Update lang/ghc 8.4.2 and the hs-* ports the newer versions
* Update lang/ghc to 8.4.2
* Update the boostrap compiler to 8.4.1
* Update the many hs-* ports
* Bump the rest

Thanks a lot to arrowd for doing all the heavy lifting :)

PR:		227968
Exp-run by:	antoine
Submitted by:	arrowd
Differential Revision:	https://reviews.freebsd.org/D15005
2018-05-25 21:44:12 +00:00
Martin Wilke
440e17cfd7 - Update to 3.0.3.1
PR:	227491
Submitted by:	Leonid Nevecherya
Approved by:	maintainer timeout
Sponsored by:	iXsystems Inc.
2018-05-19 18:32:34 +00:00
Sunpoet Po-Chuan Hsieh
7b436120fe Update to 0.7.0
- Change MASTER_SITES to CHEESESHOP
- Update COMMENT
- Update pkg-descr
- Update WWW
- Add GitHub repository to WWW

Changes:	https://github.com/msoulier/tftpy/blob/master/README
		https://github.com/msoulier/tftpy/blob/master/ChangeLog
2018-05-19 11:06:57 +00:00
Sunpoet Po-Chuan Hsieh
2b5ca33374 Update to 7.60.0
Changes:	https://curl.haxx.se/changes.html
Security:	04fe6c8d-2a34-4009-a81e-e7a7e759b5d2
MFH:		2018Q2
2018-05-16 23:54:16 +00:00
Mark Johnston
77d81fb5d9 Update to netdumpd-20180511.
Approved by:	bdrewery (implicit)
Sponsored by:	Dell EMC Isilon
2018-05-11 15:17:35 +00:00
Vasil Dimov
4f10815944 ftp/wget: Upgrade from 1.19.4 to 1.19.5
Changelog: http://git.savannah.gnu.org/cgit/wget.git/plain/NEWS

PR:		ports/228071
Reported by:	Yasuhiro KIMURA <yasu@utahime.org>
MFH:		2018Q2
Security:	CVE-2018-0494
2018-05-09 16:18:52 +00:00
Yuri Victorovich
7741b2068a ftp/py-sftp: Fix license information
PR:		228043
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	portmgr blanket
2018-05-08 05:07:47 +00:00
Li-Wen Hsu
687e484095 - Update to 1.5.4 2018-05-06 13:00:24 +00:00
Sean Bruno
49e5a31dd2 ftp/netdumpd:
Fix poudriere build error:

===>  Staging for netdumpd-20180424_1
===>   Generating temporary packing list
install  -s -o root -g wheel -m 555   netdumpd
/wrkdirs/usr/ports/ftp/netdumpd/work/stage/usr/local/sbin/netdumpd
install:
/wrkdirs/usr/ports/ftp/netdumpd/work/stage/usr/local/sbin/netdumpd:
chown/chgrp: Operation not permitted
*** Error code 71

Submitted by:	bdrewery
Reviewed by:	markj
2018-05-02 15:13:22 +00:00
Rene Ladan
2a5c72ab87 Drop support for expired security/polarssl13 2018-05-01 19:03:18 +00:00
Dmitry Marakasov
c637402081 Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
2018-04-25 16:42:37 +00:00
Mark Johnston
3347004433 Update to netdumpd-20180424.
Approved by:	bdrewery
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D15185
2018-04-24 18:05:23 +00:00
Dmitry Sivachenko
7f61464cdb Update to version 4.9.6. 2018-04-18 09:09:01 +00:00
Mark Johnston
6cf323c3e7 Update to netdumpd-20180411.
Approved by:	bdrewery
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D15045
2018-04-11 20:30:26 +00:00