aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/postal
Commit message (Collapse)AuthorAgeFilesLines
* benchmarks/postal: Fix build with Clang 6tobik2018-08-251-1/+10
| | | | | | | | | | | | bhm.cpp:420:25: error: value of type '__bind<int &, sockaddr *, unsigned long>' is not contextually convertible to 'bool' if(listen_fd == -1 || bind(listen_fd, (sockaddr *)&in, sizeof(in)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bhm.cpp:420:22: error: invalid operands to binary expression ('bool' and '__bind<int &, sockaddr *, unsigned long>') if(listen_fd == -1 || bind(listen_fd, (sockaddr *)&in, sizeof(in)) http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/postal-0.73_3.log
* Remove all _USE=openssl occurrences.mat2017-03-151-1/+1
| | | | Sponsored by: Absolight
* benchmarks/postal: Support DEFAULT_VERSIONS+=sslmarino2016-11-053-2/+20
| | | | | The newest version of OpenSSL doesn't have SSLv3_method, similar to LibreSSL, so update the patches to support both.
* Cleanup patches, category benchmarksmat2016-07-2711-28/+27
| | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update security/gnutls to 3.4.10.tijl2016-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* Use SSLv3 instead of SSLv2 when OpenSSL is used. This fixes build on head.jkim2015-03-243-1/+31
|
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...adamw2014-07-301-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15tijl2014-07-231-0/+1
| | | | | | | | | | | | - 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)
* - Update to 0.73miwi2014-03-1110-25/+225
| | | | | | | | - Use new options helper - Update pkg-descr PR: 187289 Submitted by: ports fury
* This needs a modern version of GCC, not just any version of GCC, togerald2014-03-031-1/+1
| | | | make sure things build on FreeBSD 9.x as well as 10.x.
* - Fix buildmiwi2014-01-265-49/+43
| | | | | | | - Stage support PR: 184879 Submitted by: Ports Fury
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | benchmarks)
* Convert benchmarks from USE_GMAKE to USES=gmakebapt2013-08-311-7/+2
| | | | | | While here: - Trim headers - convert some port to the new perl5 world
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* Convert to new options frameworkbapt2012-06-011-4/+5
|
* Return maintainership back to poolmm2012-02-261-1/+1
|
* Update to 0.72mm2012-01-253-21/+19
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+0
| | | | | | | | | - 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
* - Add license information (GPLv3)mm2011-03-221-1/+3
| | | | - Make portlint happier
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
| | | | With hat: portmgr (myself)
* - Mark port MAKE_JOBS_SAFEmm2009-03-231-0/+1
|
* - Update to 0.70 [1]mm2008-08-222-5/+12
| | | | | | | | - Add OPTION to disable SSL support PR: ports/126720 Submitted by: Chris St Denis <chris@smartt.com> [1] Approved by: mm (maintainer, myself)
* - Update to 0.69mm2008-05-264-20/+9
|
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | 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
* - updated maintainer e-mail addressmm2007-04-051-1/+1
| | | | Approved by: garga (mentor)
* - Update to 0.66miwi2007-03-074-8/+47
| | | | | PR: 109789 Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
* - Update to 0.65rafan2007-02-074-7/+35
| | | | | | | - Pass maintainership to submitter PR: ports/108840 Submitted by: Martin Matuska <martin at matuska.org>
* Remove USE_REINPLACE from all categories starting with Bedwin2006-05-041-1/+0
|
* - Add SHA256pav2005-11-241-0/+1
|
* SIZEify.trevor2004-03-181-0/+1
|
* unbreak ; it did build on my -current (Feb/09/2004)ijliao2004-03-022-9/+3
| | | | | utilize PLIST_FILES use gmake to suppress warning about Makefile
* Move inclusion of bsd.port.pre.mk past all variable definitions.linimon2003-10-291-4/+4
|
* Per bento logs, mark as broken on 5.x.linimon2003-10-221-1/+7
|
* Update to 0.62pat2003-06-132-2/+2
| | | | | PR: ports/53254 Submitted by: Christian Brueffer <chris@unixpages.org>
* Assign MAINTAINER to ports@FreeBSD.org.adamw2003-06-051-1/+1
| | | | | PR: ports/52534 Submitted by: Christian Brueffer <chris@unixpages.org>
* De-pkg-comment.knu2003-02-212-1/+1
|
* Update port to version 0.61, assign maintainership to chris@unixpages.org.olgeni2002-07-252-3/+3
|
* PERL -> REINPLACE_CMDijliao2002-07-081-1/+2
| | | | | PR: 39295 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* upgrade to 0.60ijliao2001-09-092-3/+3
| | | | drop maintainership
* add postal, a SMTP/POP benchmark testerijliao2001-04-025-0/+38