Commit graph

40 commits

Author SHA1 Message Date
Mathieu Arnold
e51bbb58a4 Remove all _USE=openssl occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:54 +00:00
John Marino
4875e3a46b benchmarks/postal: Support DEFAULT_VERSIONS+=ssl
The newest version of OpenSSL doesn't have SSLv3_method, similar to
LibreSSL, so update the patches to support both.
2016-11-05 14:16:28 +00:00
Mathieu Arnold
56bf85096c Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-27 15:09:11 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +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
Jung-uk Kim
6f2378b769 Use SSLv3 instead of SSLv2 when OpenSSL is used. This fixes build on head. 2015-03-23 21:17:43 +00:00
Adam Weinberger
a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +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
Martin Wilke
f060bf46c1 - Update to 0.73
- Use new options helper
- Update pkg-descr

PR:		187289
Submitted by:	ports fury
2014-03-11 02:36:27 +00:00
Gerald Pfeifer
1a082e26a1 This needs a modern version of GCC, not just any version of GCC, to
make sure things build on FreeBSD 9.x as well as 10.x.
2014-03-02 19:57:30 +00:00
Martin Wilke
0100b8ed6f - Fix build
- Stage support

PR:		184879
Submitted by:	Ports Fury
2014-01-25 16:49:55 +00:00
Baptiste Daroussin
0f0eb50c1e Add NO_STAGE all over the place in preparation for the staging support (cat: benchmarks) 2013-09-20 15:52:44 +00:00
Baptiste Daroussin
f811bf8ec5 Convert benchmarks from USE_GMAKE to USES=gmake
While here:
- Trim headers
- convert some port to the new perl5 world
2013-08-30 23:09:24 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Baptiste Daroussin
bf82f7adb7 Convert to new options framework 2012-06-01 13:18:21 +00:00
Martin Matuska
8c26bbc254 Return maintainership back to pool 2012-02-26 12:10:28 +00:00
Martin Matuska
024acff1ab Update to 0.72 2012-01-25 08:55:59 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Martin Matuska
528d613757 - Add license information (GPLv3)
- Make portlint happier
2011-03-21 21:01:55 +00:00
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Martin Matuska
0bcde9db87 - Mark port MAKE_JOBS_SAFE 2009-03-23 12:18:31 +00:00
Martin Matuska
b2ead3a669 - Update to 0.70 [1]
- Add OPTION to disable SSL support

PR:	ports/126720
Submitted by:	Chris St Denis <chris@smartt.com> [1]
Approved by:	mm (maintainer, myself)
2008-08-21 18:51:39 +00:00
Martin Matuska
ae9b0dc73a - Update to 0.69 2008-05-26 09:26:24 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Martin Matuska
8413b1b1d5 - updated maintainer e-mail address
Approved by:	garga (mentor)
2007-04-05 13:19:09 +00:00
Martin Wilke
d0089965b3 - Update to 0.66
PR:             109789
Submitted by:   Martin Matuska <martin@matuska.org> (maintainer)
2007-03-06 19:07:26 +00:00
Rong-En Fan
dfdc908706 - Update to 0.65
- Pass maintainership to submitter

PR:		ports/108840
Submitted by:	Martin Matuska <martin at matuska.org>
2007-02-06 17:06:07 +00:00
Edwin Groothuis
72ad491a93 Remove USE_REINPLACE from all categories starting with B 2006-05-03 23:26:35 +00:00
Pav Lucistnik
d1b8ea31e7 - Add SHA256 2005-11-23 23:53:09 +00:00
Trevor Johnson
33fdc4cde2 SIZEify. 2004-03-17 18:29:46 +00:00
Ying-Chieh Liao
8e70ae1644 unbreak ; it did build on my -current (Feb/09/2004)
utilize PLIST_FILES
use gmake to suppress warning about Makefile
2004-03-02 02:19:26 +00:00
Mark Linimon
9f6062ff30 Move inclusion of bsd.port.pre.mk past all variable definitions. 2003-10-29 03:35:54 +00:00
Mark Linimon
383f496373 Per bento logs, mark as broken on 5.x. 2003-10-22 08:02:14 +00:00
Patrick Li
4b42be35be Update to 0.62
PR:		ports/53254
Submitted by:	Christian Brueffer <chris@unixpages.org>
2003-06-12 19:37:59 +00:00
Adam Weinberger
0225134607 Assign MAINTAINER to ports@FreeBSD.org.
PR:		ports/52534
Submitted by:	Christian Brueffer <chris@unixpages.org>
2003-06-04 18:58:11 +00:00
Akinori MUSHA
57f9198bc7 De-pkg-comment. 2003-02-21 11:08:38 +00:00
Jimmy Olgeni
cf7d66b3e4 Update port to version 0.61, assign maintainership to chris@unixpages.org. 2002-07-25 12:21:04 +00:00
Ying-Chieh Liao
9e7578d8ea PERL -> REINPLACE_CMD
PR:		39295
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-07-08 10:25:20 +00:00
Ying-Chieh Liao
38b009331e upgrade to 0.60
drop maintainership
2001-09-09 11:03:16 +00:00
Ying-Chieh Liao
4e852e5be4 add postal, a SMTP/POP benchmark tester 2001-04-02 06:23:50 +00:00