Commit Graph

4045 Commits

Author SHA1 Message Date
Kirill Ponomarev
ff91f5f9d3 Switch to ld.bfd by default as ld.ldd doesn't have built-in default
output target.

PR:		221803
Submitted by:	emaste
Approved by:	portmgr (LLD_UNSAFE blanket)
2018-03-30 11:52:46 +00:00
Baptiste Daroussin
3147bb6c6b Make libgnome and libgnomeui not implying esound dependency
It has been a while both does not depend anymore on esound, before this change
esound dependency was wrongly added to plenty of packages which actually does
not depend on it.

While here:

- audio/glame: remove esound support
- games/monkeybubble: add an explicit dependency on esound
- sysutils/gnome-schedule: add en explicit dependency on pkg-config
- comms/kb: add missing dependency on pkgconfig
- x11-toolkits/libgnomeui:
  * update to 2.4.5
  * use USES=localbase
2018-03-26 12:38:56 +00:00
Sunpoet Po-Chuan Hsieh
f6ec15f572 Fix build with LibreSSL 2.7
Obtained from:	https://github.com/openbsd/ports/blob/master/net/curl/patches/patch-lib_vtls_openssl_c
PR:		226845
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
MFH:		2018Q1
2018-03-24 21:12:23 +00:00
TAKATSU Tomonari
c4c49f9109 - Update to 1.95-4.10 2018-03-20 05:52:10 +00:00
Sunpoet Po-Chuan Hsieh
95ecddb46b Update to 7.59.0
Changes:	https://curl.haxx.se/changes.html
2018-03-14 18:11:28 +00:00
Dmitry Marakasov
86bdefad26 - Add missing @dir into plist
Approved by:	portmgr blanket
2018-03-12 16:57:17 +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
TAKATSU Tomonari
4f2e0dcd82 - Update to 3.1 2018-03-09 09:19:32 +00:00
Mathieu Arnold
a1993564e0 Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
  flavored.  They will automatically get flavors (php56, php70, php71, php72)
  depending of the versions they support (set with IGNORE_WITH_PHP).  As a
  consequence, ports using USES=pear and USES=horde are also flavored.

PR:		226242
Submitted by:	mat
Exp-run by:	antoine
Approved by:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D14208
2018-03-08 19:48:41 +00:00
Martin Wilke
acc3287026 A simple interface to SFTP.
The module offers high level abstractions and task based routines to
handle your SFTP needs.
Checkout the Cook Book, in the docs, to see what pysftp can do for you.

WWW: https://bitbucket.org/dundeemt/pysftp

PR:		226444
Submitted by:	rozhuk.im@gmail.com
2018-03-08 14:01:11 +00:00
Mark Johnston
6de2257f7d Update netdumpd to 20180305.
Approved by:	bdrewery
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D14589
2018-03-05 21:23:20 +00:00
Yuri Victorovich
7f6edf0d92 New port: ftp/py-requests-ftp: Ftp transport adapter for requests
PR:		226359
Submitted by:	Shane <FreeBSD@ShaneWare.Biz>
Approved by:	tcberner (mentor, implicit)
2018-03-05 06:01:46 +00:00
Danilo Egea Gondolfo
a8682d1eb2 - Update to 4.9 2018-03-04 16:44:31 +00:00
Brooks Davis
16a06ea402 Work around the lack of definition of union semun per POSIX.
When feasible do this by adding -D_WANT_SEMUN to CFLAGS or CXXFLAGS.
Where this fails due to ports not honoring C*FLAGS, patch using
__FreeBSD_version to enable the definition.

PR:		224300, 224443 (exp-run)
Approved by:	portmgr (antoine)
Exp-run:	antoine
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D14137
2018-03-02 22:34:53 +00:00
Sunpoet Po-Chuan Hsieh
f053c7259c Update to 0.40
Changes:	http://search.cpan.org/dist/Net-FTPSSL/Changes
2018-03-02 18:51:53 +00:00
Sunpoet Po-Chuan Hsieh
3b63c52143 Update dns/libpsl to 0.20.1
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/rockdaboot/libpsl/blob/master/NEWS
		https://github.com/rockdaboot/libpsl/blob/libpsl-0.20.1/NEWS
2018-02-27 13:24:14 +00:00
Sunpoet Po-Chuan Hsieh
e0846397bf Update options dependency 2018-02-26 22:30:00 +00:00
Sunpoet Po-Chuan Hsieh
5a86ebc1e7 Update dns/libpsl to 0.20.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/rockdaboot/libpsl/blob/master/NEWS
2018-02-23 19:23:57 +00:00
Sunpoet Po-Chuan Hsieh
35ac318764 Fix build with CURL_DEBUG enabled
lib/checksrc.pl is run when CURL_DEBUG is enabled.
The build failed due to the long line in patched lib/url.c.

./url.c:593:82: warning: Longer than 79 columns (LONGLINE)
       data->set.no_signal = TRUE; /* different handling of signals and threads */
checksrc: 0 errors and 1 warnings
checksrc: 0 errors and 5 warnings suppressed
gmake[3]: *** [Makefile:3935: checksrc] Error 5

MFH:		2018Q1
2018-02-17 17:44:07 +00:00
Bernard Spil
3b1875b273 security/openssl-devel: Remove BROKEN from some ports
* databases/freetds: Fixed 2017-02-14
 * databases/postgresql10-server: Fixed 2016-09-15 [1]
 * ftp/lftp: Fixed in 4.8.0
 * ftp/proftpd: Fixed in 1.3.5c
 * ftp/wget: Fixed in 1.19.3 [2]
 * lang/erlang-runtime20: Fixed in 20.0
 * net/socat: Fixed in 1.7.3.2
 * security/libssh2: Fixed in 1.8.0 [3]
 * security/p5-Crypt-OpenSSL-X509: Fixed in 1.8.8
 * sysutils/bacula9-server: Fixed in 9.0.6
 * www/nginx: Fixed in 1.9.14

 * Bulk build OK 10.3/11.1 both i386 and amd64:
    - multimedia/librtmp
    - net/libvncserver
    - www/lynx

PR:		225875 [1], 225872 [2], 225873 [3]
2018-02-15 14:41:29 +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
Tobias C. Berner
932e6dc413 Switch C compiler used to compile GHC to base Clang.
This removes build dependency on gcc and runtime dependency on gcc's runtime libraries.

Big thanks to Gleb for working on this.

PR:		225185
Submitted by:	Gleb Popov <6yearold@gmail.com>
Exp-run by:	antoine
Reviewed by:	pgj
Differential Revision:	https://reviews.freebsd.org/D12043
2018-02-10 08:03:22 +00:00
Mark Johnston
a793288fce Update to netdumpd-20180205.
Approved by:	bdrewery
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D14207
2018-02-05 18:47:58 +00:00
Sunpoet Po-Chuan Hsieh
b13262f3ef Update pkg-descr
- Add PyPI as primary WWW
2018-02-04 10:13:05 +00:00
Sunpoet Po-Chuan Hsieh
49e2275ba7 Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for package change
2018-02-03 06:21:36 +00:00
Sunpoet Po-Chuan Hsieh
405da093cc Fix r460400
- Add DICT, FTP, GOPHER, TELNET and TFTP options to OPTIONS_DEFAULT
- Add HTTP options to OPTIONS_DEFAULT
- Bump PORTREVISION for package change

DICT, FTP, GOPHER, TELNET and TFTP options are enabled by default through configure but not being added to OPTIONS_DEFAULT in r460440.
HTTP option is enabled by default through HTTP2 option.
2018-02-02 19:54:23 +00:00
Sunpoet Po-Chuan Hsieh
204809ac75 Add more options
- Add protocol group
- Convert already-enabled protocols to IMAP, POP3, RTSP and SMTP options
- Add DICT, FTP, GOPHER, HTTP, TELNET and TFP options
- Update CA_BUNDLE_DESC
- Use CA_BUNDLE_CONFIGURE_WITH and OPENSSL_CONFIGURE_WITH
- Merge TLS_SRP check

PR:		223967 (based on)
Submitted by:	brnrd
2018-01-30 15:39:00 +00:00
Sunpoet Po-Chuan Hsieh
ed62412da2 Fix BROTLI option 2018-01-29 17:03:11 +00:00
Sunpoet Po-Chuan Hsieh
b5b1d4039c Remove LIBSSH option to avoid circular dependency
libssh uses cmake which depends on curl.
2018-01-27 18:42:35 +00:00
Sunpoet Po-Chuan Hsieh
34d77595c1 Update to 7.58.0
- Add BROTLI and LIBSSH options

Changes:	https://curl.haxx.se/changes.html
2018-01-24 18:44:55 +00:00
Vasil Dimov
03ea8b1a65 ftp/wget: Upgrade from 1.19.2 to 1.19.4
Changelog: http://git.savannah.gnu.org/cgit/wget.git/plain/NEWS
2018-01-22 17:20:18 +00:00
Rene Ladan
30433f0c7f Return kevlo's ports to the pool, he handed in his commit bit.
With hat:	portmgr-secretary
2018-01-12 11:21:07 +00:00
Danilo Egea Gondolfo
f1699f717f - Update to 4.8 2017-12-26 23:26:33 +00:00
Tijl Coosemans
6c1e4375fc Remove unneeded USE_AUTOTOOLS. 2017-12-24 17:36:04 +00:00
Tijl Coosemans
c2c3d2429c Convert to USES=autoreconf. 2017-12-24 17:21:51 +00:00
Jochen Neumeister
4fd39c2e5c New slaveport: ftp/php72-fastdfs
PR:		223714
Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13479
2017-12-18 19:12:34 +00:00
Jochen Neumeister
ce975ccd40 ftp/php*-fastdfs: Remake to Master/Slave Ports
PR:		223714
Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D13454
2017-12-13 17:22:46 +00:00
Tijl Coosemans
7cfd5d2f52 Update to 7.29.0-42.el7_4.1.
MFH:		2017Q4
Security:	301a01b7-d50e-11e7-ac58-b499baebfeaf
2017-12-11 14:40:06 +00:00
Sunpoet Po-Chuan Hsieh
5766489538 Update to 7.43.0.1
Changes:	http://pycurl.io/docs/latest/release-notes.html
2017-12-11 10:38:45 +00:00
Sunpoet Po-Chuan Hsieh
c5b066f003 Disable brotli support to fix build with old brotli installed
Brotli support will be added as an option after archivers/brotli being updated
to a newer version.

PR:             224072
Reported by:    mi
2017-12-07 16:53:06 +00:00
Sunpoet Po-Chuan Hsieh
5f74204fe1 Add DOCS option
- Fix documentation installation:
  - Avoid conflicts between FLAVORS
  - Do not install license files
- Bump PORTREVISION for package change

PR:		224108
Reported by:	Ting-Wei Lan <lantw44@gmail.com>
2017-12-07 16:00:23 +00:00
Sunpoet Po-Chuan Hsieh
3c6306189b Update to 0.56
Changes:	http://search.cpan.org/dist/File-Fetch/CHANGES
2017-12-03 20:37:27 +00:00
David Chisnall
f9197640d9 Fix configure options for gnustep-make
We were not setting the flag to select the GNUstep ABI, so were defaulting to
using the GCC-compatible version, which was likely to trigger a lot of subtle
bugs.  This was noticed when C++ exceptions thrown through Objective-C stack
frames caused segfaults.
2017-12-03 12:23:53 +00:00
Dmitry Marakasov
7e058578fe - Update WWW
Approved by:	portmgr blanket
2017-12-03 09:00:22 +00:00
Sunpoet Po-Chuan Hsieh
fe18ac14f3 Update to 7.57.0
Changes:	https://curl.haxx.se/changes.html
		https://curl.haxx.se/docs/security.html
Security:	301a01b7-d50e-11e7-ac58-b499baebfeaf
MFH:		2017Q4
2017-12-01 23:33:50 +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
Li-Wen Hsu
d4446580f1 - Update to 1.5.3 2017-11-30 09:17:47 +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
Jochen Neumeister
9531bac2e7 php*-fastdfs: remove hard-code patching
PR:		223714
Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13137
2017-11-25 07:51:20 +00:00
Torsten Zuehlsdorff
96025cafd3 PHP 7.2: Remove bad repocopies.
Reported by: adamw
2017-11-16 17:12:24 +00:00