1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
Commit Graph

212 Commits

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