Commit graph

290 commits

Author SHA1 Message Date
Mark Felder
a554fbb056 ftp/curl: Update to 7.51.0
- Update to 7.51.0
- Fixes 11 security vulnerabilities
- Remove docs no longer installed from plist

PR:		214000
MFH:		2016Q4
Security:	765feb7d-a0d1-11e6-a881-b499baebfeaf
Security:	CVE-2016-8615
Security:	CVE-2016-8616
Security:	CVE-2016-8617
Security:	CVE-2016-8618
Security:	CVE-2016-8619
Security:	CVE-2016-8620
Security:	CVE-2016-8621
Security:	CVE-2016-8622
Security:	CVE-2016-8623
Security:	CVE-2016-8624
Security:	CVE-2016-8625
2016-11-02 13:30:47 +00:00
Mathieu Arnold
a0bcd2cf68 Use USES=pathfix where applicable.
PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
2016-10-21 15:21:13 +00:00
Jan Beich
f5f47a5a4e devel/nspr, security/nss: drop version from SONAME
No other downstream appends synthetic library version, and doing so
causes underlinking due to fragile build system (see below). Not to
mention being unable to swap out bundled libs from upstream builds.

  $ cc -lplds4 -L/usr/local/lib
  /usr/lib/crt1.o: In function `_start1':
  crt1_c.c:(.text+0xa6): undefined reference to `main'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_create'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam'

PR:		213144
Exp-run by:	antoine
2016-10-09 12:10:02 +00:00
Mark Felder
5635e9adc4 ftp/curl: Update to 7.50.3
- Update installed docs

PR:		212677
MFH:		2016Q3
Security:	CVE-2016-7167
2016-09-21 19:53:33 +00:00
John Marino
74f2e01aa4 ftp/curl: Remove second redundant ports SSL + base GSSAPI check
If one tries to use the base gssapi with SSL from ports, gssapi.mk
will add an IGNORE entry.

Suggested by:	mat
2016-09-13 16:05:45 +00:00
John Marino
5f2c34b863 ftp/curl: Remove redundant ports SSL + base GSSAPI check
If one tries to use the base gssapi with SSL from ports, gssapi.mk
will add an IGNORE entry.

Suggested by:	mat
2016-09-13 15:37:00 +00:00
John Marino
5e0773b87a LibreSSL checks: Check for libressl-devel option too
Approved by:	SSL blanket
2016-09-13 14:24:45 +00:00
Mark Felder
4ec371b27c ftp/curl: Update to 7.50.1
PR:		211575
MFH:		2016Q3
Security:	CVE-2016-5419
Security:	CVE-2016-5420
Security:	CVE-2016-5421
2016-08-04 14:37:12 +00:00
Sunpoet Po-Chuan Hsieh
5490165e73 - Update to 7.49.1
Changes:	http://curl.haxx.se/changes.html
2016-06-26 17:13:00 +00:00
Mathieu Arnold
fd95fdbe01 Make it possible to have bsd.default-versions.mk included before any
other bsd.*.mk file.

Restore the way ftp/curl was working before.

With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6921
2016-06-23 10:19:02 +00:00
Mathieu Arnold
208853dd74 Unbreak.
Sponsored by:	Absolight
2016-06-16 22:11:43 +00:00
Mathieu Arnold
d402fcb48d Fix when PORTSDIR doesn't exist at that point. (Which, I think, doesn't
happen outside of portsnap's infrastructure).

Sponsored by:	Absolight
2016-06-16 13:44:14 +00:00
Mathieu Arnold
5b55a8a53e Fix usage of WITH_OPENSSL_BASE, WITH_OPENSSL_PORT and OPENSSL_PORT.
WITH_OPENSSL_* can't be set after bsd.port.pre.mk.
Fold all other usage into using SSL_DEFAULT == foo

PR:		210149
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	The FreeBSD Foundation, Absolight
Differential Revision:	https://reviews.freebsd.org/D6577
2016-06-16 13:23:13 +00:00
Dmitry Marakasov
c86e9d9724 Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by:	portmgr blanket
2016-05-23 20:35:01 +00:00
Sunpoet Po-Chuan Hsieh
058292829e - Update to 7.49.0
- Fix shebang

Changes:	http://curl.haxx.se/changes.html
2016-05-23 03:49:47 +00:00
Sunpoet Po-Chuan Hsieh
848eb75b28 - Update to 0.13.0
- Bump PORTREVISION for dns/libpsl shlib change

Changes:	https://github.com/rockdaboot/libpsl/blob/master/NEWS
2016-04-09 12:29:38 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Tijl Coosemans
6bc6f3a9e0 - Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
  supported by libgnutls-dane and gnutls-cli.  Also clarify the option
  description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4.  Some ports used this library
  in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed.  Ports that used these have been
  updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.

net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.

www/hydra: Mark BROKEN.  This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.

PR:		207768
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-03-27 14:57:59 +00:00
Sunpoet Po-Chuan Hsieh
a545499856 - Update to 7.48.0
Changes:	http://curl.haxx.se/changes.html
2016-03-23 19:24:16 +00:00
Sunpoet Po-Chuan Hsieh
465b634bd8 - Fix build with RTMP enabled
PR:		207513
Submitted by:	Alexandr Matveev <timon@timon.net.nz>
2016-03-13 14:56:12 +00:00
Sunpoet Po-Chuan Hsieh
5b1654593e - Update to 7.47.1
Changes:	http://curl.haxx.se/changes.html
2016-03-06 06:19:41 +00:00
Sunpoet Po-Chuan Hsieh
2f376f89ab - Add METALINK option
PR:		205875
Submitted by:	Matthieu Volat <mazhe@alkumuna.eu>
2016-02-03 20:54:46 +00:00
Sunpoet Po-Chuan Hsieh
fb3100e560 - Remove GSSAPI_*_DESC 2016-02-01 19:47:30 +00:00
Niclas Zeising
ad6321ab88 Update to 7.47.0
PR:		206756
Submitted by:	zeising
Approved by:	ports-secteam (miwi)
MFH:		2016Q1
Security:	CVE-2016-0755
2016-02-01 17:04:13 +00:00
Sunpoet Po-Chuan Hsieh
26b7f9b547 - Add PSL option
Sponsored by:	PortsCamp Taiwan
2016-01-17 13:08:15 +00:00
Sunpoet Po-Chuan Hsieh
65d56b3826 - Simplify Makefile:
- Use USES=localbase unconditionally
  - Use *_CONFIGURE_{ENABLE,WITH}
- Bump PORTREVISION for package change

Differential Revision:	https://reviews.FreeBSD.org/D4757
PR:		205804
Exp-run by:	antoine
Accepted by:	bapt (portmgr)
2016-01-12 21:36:59 +00:00
Sunpoet Po-Chuan Hsieh
ab7fd32beb - Use gmake for zsh completions
- Bump PORTREVISION for package change
2015-12-06 17:51:46 +00:00
Sunpoet Po-Chuan Hsieh
bc2a4109b1 - Update to 7.46.0
Changes:	http://curl.haxx.se/changes.html
2015-12-04 12:32:53 +00:00
Sunpoet Po-Chuan Hsieh
96bdaa30ee - Use USES=localbase 2015-10-17 18:07:58 +00:00
Sunpoet Po-Chuan Hsieh
6e2f3c091e - Update to 7.45.0
- Add LICENSE_FILE

Changes:	http://curl.haxx.se/changes.html
2015-10-09 18:31:41 +00:00
Dmitry Marakasov
9a33f6f65c Do not provide empty do-test target for perl5-using ports
perl5's do-test: target should only be enabled when USE_PERL5=configure
or USE_PERL5=modbuild* are used, otherwise it'll end up being empty
and will prevent other tests from running.

Remove NO_PERL5_TEST as it isn't really needed after this fix.

Approved by:	mat, sunpoet
Differential Revision:	D3830
2015-10-07 16:19:43 +00:00
Sunpoet Po-Chuan Hsieh
4d27d8a0bb - Add NO_PERL5_TEST
- Convert to new test framework
- Convert to new options target helper
- Cosmetic change
2015-10-03 17:07:43 +00:00
Sunpoet Po-Chuan Hsieh
97890963e0 - Convert to new options dependency helper 2015-08-20 07:06:11 +00:00
Sunpoet Po-Chuan Hsieh
044820ca45 - Update to 7.44.0
Changes:	http://curl.haxx.se/changes.html
2015-08-15 07:37:23 +00:00
Sunpoet Po-Chuan Hsieh
a7d4640be4 - Adjust default GSSAPI option:
- GSSAPI_NONE if OpenSSL/LibreSSL from ports will be used instead of OpenSSL from base system
  - GSSAPI_BASE if otherwise
- Bump PORTREVISION for package change

Suggested by:	tijl
2015-08-14 23:46:49 +00:00
Sunpoet Po-Chuan Hsieh
7fd883616c - Fix multi handles
- Bump PORTREVISION for package change

PR:		201147
Submitted by:	grembo
Obtained from:	903b6e0556
2015-06-28 17:53:55 +00:00
Sunpoet Po-Chuan Hsieh
dfed6cbc69 - Rework OpenSSL/LibreSSL check 2015-06-28 16:49:08 +00:00
Bryan Drewery
8ddd0dea46 Be more explicit about which setting to use.
PR:		200555
2015-06-25 00:22:29 +00:00
Bryan Drewery
ccb85da3cb Try to improve the wording for the GSSAPI+OpenSSL IGNORE in r390499.
PR:		200555
2015-06-25 00:17:08 +00:00
Bryan Drewery
da907e5cb7 Prevent building a broken curl when using the openssl port when GSSAPI_BASE set.
Without this curl would link to both /usr/lib/libssl.so and /usr/local/lib/libssl.so
resulting in a crash at runtime.

Bump revision as current builds are broken at runtime and need to be rebuilt.

PR:		200555
Submitted by:	truckman
Approved by:	maintainer timeout
2015-06-24 17:21:30 +00:00
Sunpoet Po-Chuan Hsieh
6855a05570 - Update to 7.43.0
- Update HTTP2 option
- Update DOCS

Changes:	http://curl.haxx.se/changes.html
2015-06-17 17:24:57 +00:00
Tijl Coosemans
98cdddb183 - Update security/polarssl13 to 1.3.11
- Patch a Makefile so regular make install works
- Replace a patch with MAKE_ENV
- Bump dependent ports

PR:		200816
2015-06-12 16:14:54 +00:00
Sunpoet Po-Chuan Hsieh
2e0f54f95a - Remove trailing space
- Regenerate patch files with makepatch:
2015-06-07 20:40:03 +00:00
Sunpoet Po-Chuan Hsieh
6d5b6b77ba - Fix typo
Reported by:	Scott Bennett <bennett@sdf.org>
2015-05-15 18:04:30 +00:00
Sunpoet Po-Chuan Hsieh
04d964c0a9 - Reword GSSAPI_BASE_DESC for explicit Kerberos requirement 2015-05-10 12:45:11 +00:00
Sunpoet Po-Chuan Hsieh
9d31fa37a7 - Update to 7.42.1
Changes:	http://curl.haxx.se/changes.html
2015-05-01 09:59:31 +00:00
Sunpoet Po-Chuan Hsieh
007a889dfd - Fix OPTIONS_DEFAULT
Notified by:	antoine
2015-04-25 10:00:54 +00:00
Sunpoet Po-Chuan Hsieh
edb5f7f1b8 - Fix OPTIONS_DEFAULT: remove SSL
- Add WOLFSSL option
- Cosmetic change
2015-04-25 09:46:50 +00:00
Sunpoet Po-Chuan Hsieh
f73231bc24 - Fix build without NTLM
Reference:	fd9d3a1ef1
2015-04-25 07:45:17 +00:00
Sunpoet Po-Chuan Hsieh
6ca4a18b8c - Update to 7.42.0
Changes:	http://curl.haxx.se/changes.html
2015-04-22 18:51:24 +00:00
Tijl Coosemans
95b155ef70 Specify library version when depending on libpolarssl and switch ports to
PolarSSL 1.3 when they fail to build with 1.2.
2015-04-17 13:37:36 +00:00
Sunpoet Po-Chuan Hsieh
48cfe58ce3 - Disable SSLv2_client_method 2015-04-06 17:50:35 +00:00
Sunpoet Po-Chuan Hsieh
3ce84e9871 - Add IGNORE for LibreSSL
PR:		198397 (based on)
Submitted by:	Bernard Spil <spil.oss@gmail.com>
2015-03-28 11:37:41 +00:00
Sunpoet Po-Chuan Hsieh
72ff3b0338 - Use USES=gssapi
- Adjust options:
  - Change GSSAPI from radio to single
  - Rename HEIMDAL_PORT to GSSAPI_HEIMDAL
  - Rename KRB5_PORT to GSSAPI_MIT
  - Add GSSAPI_NONE
2015-03-28 11:13:15 +00:00
Sunpoet Po-Chuan Hsieh
69d1b49a0d - Remove CYASSL option until upstream supports WolfSSL (new name of CyaSSL) 2015-03-28 10:05:23 +00:00
Sunpoet Po-Chuan Hsieh
d28501f75f - Update to 7.41.0
Changes:	http://curl.haxx.se/changes.html
2015-02-26 17:45:45 +00:00
Sunpoet Po-Chuan Hsieh
7bfd7fb64b - Use INSTALL_TARGET=install-strip instead of MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP} 2015-01-18 10:36:02 +00:00
Sunpoet Po-Chuan Hsieh
ca0f66ae24 - Update to 7.40.0
Changes:	http://curl.haxx.se/changes.html
Security:	CVE-2014-8150
Security:	CVE-2014-8151
MFH:		2015Q1
2015-01-09 18:07:31 +00:00
Antoine Brodin
c98a94d188 Don't create an orphan symlink for the curl-hiphop slave 2014-12-09 17:53:15 +00:00
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-12-08 16:48:38 +00:00
Sunpoet Po-Chuan Hsieh
322f024af4 - Update to 7.39.0
Changes:	http://curl.haxx.se/changes.html
2014-11-24 18:54:17 +00:00
Sunpoet Po-Chuan Hsieh
6fc6cda72d - Update to 7.39.0
Changes:	http://curl.haxx.se/changes.html
2014-11-24 18:24:24 +00:00
Baptiste Daroussin
1e242b782f Clean up plist 2014-10-20 15:20:21 +00:00
Sunpoet Po-Chuan Hsieh
265a43e434 - Fix threaded-resolver
- Bump PORTREVISION for package change

PR:		ports/193972
Submitted by:	bsduser <local@o2.pl>, mickael.maillot@gmail.com
Obtained by:	d9762a7cdb
2014-10-09 15:24:43 +00:00
Sunpoet Po-Chuan Hsieh
e09781e206 - Fix nghttp2 version requirement
- Bump PORTREVISION for www/nghttp2 shlib change
2014-09-12 16:00:47 +00:00
Sunpoet Po-Chuan Hsieh
c28c0de9cb - Update to 7.38.0
- Remove SPNEGO option

Changes:	http://curl.haxx.se/changes.html
2014-09-11 15:53:49 +00:00
Tijl Coosemans
f1655c7b7a dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
2014-08-30 18:18:14 +00:00
Tijl Coosemans
c8711e099a dns/c-ares:
- Add USES=libtool and bump dependent ports
- Move variable definitions in front of include bsd.port.options.mk
- Replace patch with USES=pathfix

Approved by:	portmgr (implicit, bump unstaged port)
2014-08-28 10:21:31 +00:00
Sunpoet Po-Chuan Hsieh
99dd46a1e4 - Add CPE information 2014-08-12 17:07:48 +00:00
Tijl Coosemans
37f54e0f66 net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD

databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip

databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample

databases/libgdamm:
- Drop :keepla
- USES=tar:bzip2
- Use INSTALL_TARGET=install-strip

databases/libgdamm5:
- Add INSTALL_TARGET=install-strip
- Drop --enable-static (inherited from old repocopy)

devel/anjuta x11-toolkits/py-gnome-extras:
- Drop :keepla

dns/powerdns dns/powerdns-devel:
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
- Disable static modules
- Stop creating library symlinks with .0 suffix, not needed for dynamically
  opened modules

mail/dovecot2:
- Add USES=libtool

mail/dovecot2-pigeonhole:
- Drop CONFIGURE_TARGET (incorrect for Dragonfly)
- Add USES=libtool and INSTALL_TARGET=install-strip

math/gnumeric:
- USES=libtool tar:xz

Approved by:	portmgr (implicit, bump unstaged ports)
2014-07-24 18:34:16 +00:00
Tijl Coosemans
3ab1b8443e - Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
  adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
  developers)

PR:		191274
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-07-23 09:54:02 +00:00
Sunpoet Po-Chuan Hsieh
bbfcce26d7 - Fix build of ftp/curl-hiphop 2014-07-18 15:40:53 +00:00
Sunpoet Po-Chuan Hsieh
488d1dc484 - Update to 7.37.1
Changes:	http://curl.haxx.se/changes.html
2014-07-18 08:45:37 +00:00
Sunpoet Po-Chuan Hsieh
83dce38127 - Update to 7.37.0
- Use USES=libtool:oldver

Changes:	http://curl.haxx.se/changes.html
2014-06-03 12:45:04 +00:00
Sunpoet Po-Chuan Hsieh
c15071922e - Specify ABI version
Submitted by:	tijl
2014-05-24 06:18:44 +00:00
Sunpoet Po-Chuan Hsieh
dad56de5a6 - Fix NSS option
- Bump PORTREVISION

PR:		ports/189987
Submitted by:	ashish
2014-05-22 17:52:50 +00:00
Sunpoet Po-Chuan Hsieh
48441443a5 - Cleanup regression-test: 2014-04-05 16:57:06 +00:00
Sunpoet Po-Chuan Hsieh
de18099943 - Fix build failure when SPNEGO option is on 2014-04-02 19:11:00 +00:00
Sunpoet Po-Chuan Hsieh
593d995963 - Fix HTTP2 option
Reported by:	many
2014-03-28 15:17:10 +00:00
Sunpoet Po-Chuan Hsieh
a75096fe23 - Update to 7.36.0
Changes:	http://curl.haxx.se/changes.html
2014-03-27 20:59:10 +00:00
Sunpoet Po-Chuan Hsieh
d917f0d6fa - Add HTTP2 option 2014-03-27 16:22:01 +00:00
Sunpoet Po-Chuan Hsieh
c1275d5660 - Add security/heimdal and security/krb5 support and corresponding options:
- GSSAPI_BASE for base system (default)
  - HEIMDAL_PORT for security/heimdal
  - KRB5_PORT for security/krb5

Tested by:	redports
2014-03-25 19:53:27 +00:00
Sunpoet Po-Chuan Hsieh
b7df9d88b2 - Sort PLIST 2014-03-17 14:46:53 +00:00
Sunpoet Po-Chuan Hsieh
8f341259b5 - Use USES=tar:lzma 2014-03-12 18:17:30 +00:00
Sunpoet Po-Chuan Hsieh
9ba32c52bc - Remove no-op NTLM option
PR:		ports/186902
Submitted by:	Jeremy Chadwick <jdc@koitsu.org>
2014-02-23 15:20:40 +00:00
Sunpoet Po-Chuan Hsieh
d7eb79165d - Update to 7.35.0
Changes:	http://curl.haxx.se/changes.html
PR:		ports/186557
Exp-run by:	bdrewery
2014-02-13 13:50:37 +00:00
Sunpoet Po-Chuan Hsieh
49b8a762e3 - Update to 7.34.0
Changes:	http://curl.haxx.se/changes.html
PR:		ports/185456
Exp-run by:	bdrewery
2014-02-06 11:40:40 +00:00
Xin LI
7f12df195a Apply vendor fix for CVE-2013-6422, cURL libcurl cert name check ignore
with GnuTLS.  Document the vulnerability fix in vuxml while I'm here.
2013-12-18 23:04:24 +00:00
Sunpoet Po-Chuan Hsieh
82c0a28bb1 - Use PORTDOCS and PORTEXAMPLES
- Simplify Makefile
2013-11-30 10:07:07 +00:00
Sunpoet Po-Chuan Hsieh
2c7f31627b - Strip shared library
- Use += for CONFIGURE_ENV
2013-11-02 17:23:44 +00:00
Sunpoet Po-Chuan Hsieh
3277ab6371 - Fix build when both GSSAPI and SPNEGO options are on
When SPNEGO option is on, LOCALBASE/include/fbopenssl was added to the search
path of include files. It causes build failure when "#include <gssapi.h>" wants
/usr/include/gssapi/gssapi.h.
2013-11-02 10:11:31 +00:00
Sunpoet Po-Chuan Hsieh
05ad87dfe4 - Fix PLIST
- Bump PORTREVISION for package change

PR:		ports/183388 [1]
Submitted by:	avilla [1]
Reported by:	antoine
2013-10-31 14:54:48 +00:00
Hiroki Sato
42bc4e4802 - Split the library part of multimedia/rtmpdump into multimedia/librtmp.
- Update ports depending on librtmp.
- Add instruction to avoid a build error in multimedia/rtmpdump under a
  specific condition.
2013-10-31 02:03:01 +00:00
Sunpoet Po-Chuan Hsieh
0e5c05a56a - Update to 7.33.0
Changes:	http://curl.haxx.se/changes.html
PR:		ports/183151
Exp-run by:	bdrewery
2013-10-23 15:31:27 +00:00
Sunpoet Po-Chuan Hsieh
51bc21f9d7 - Convert to new LIB_DEPENDS format
- Convert to new options helper
- Remove --disable-threaded-resolver from CONFIGURE_ARGS, it is handled by THREADED_RESOLVER option
2013-10-20 18:07:48 +00:00
Sunpoet Po-Chuan Hsieh
10bc648258 - Add SSP support 2013-10-15 17:36:34 +00:00
Sunpoet Po-Chuan Hsieh
f4b2d5508e - Fix STAGEDIR support
Reported by:	makc
2013-10-07 18:24:42 +00:00
Sunpoet Po-Chuan Hsieh
b8e2378484 - Update to 7.32.0
- Turn COOKIES on by default
- Support STAGEDIR

Note:
- mk-ca-bundle.1 will not be installed. Use http://curl.haxx.se/docs/caextract.html instead

Changes:	http://curl.haxx.se/changes.html
PR:		ports/181510
Exp run by:	drewery
2013-10-06 18:36:49 +00:00
Baptiste Daroussin
1640537ad6 Add NO_STAGE all over the place in preparation for the staging support (cat: ftp) 2013-09-20 17:23:18 +00:00
Bryan Drewery
c93dfc2e9f SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.

SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.

On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].

On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
symbols.

Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.

[1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup

PR:		ports/138228 [2]
Submitted by:	jlh (bsd.ssp.mk based on)
Reviewed by:	bapt
With hat:	portmgr
exp-runs done:	37 over a month on 91i386,91amd64,10i386,10amd64
2013-09-20 12:54:54 +00:00