aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/postal/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* - Update security/gnutls to 3.4.10.Tijl Coosemans2016-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) Notes: svn path=/head/; revision=411990
* Use SSLv3 instead of SSLv2 when OpenSSL is used. This fixes build on head.Jung-uk Kim2015-03-231-1/+1
| | | | Notes: svn path=/head/; revision=382045
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15Tijl Coosemans2014-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) Notes: svn path=/head/; revision=362645
* - Update to 0.73Martin Wilke2014-03-111-20/+26
| | | | | | | | | | | - Use new options helper - Update pkg-descr PR: 187289 Submitted by: ports fury Notes: svn path=/head/; revision=347831
* This needs a modern version of GCC, not just any version of GCC, toGerald Pfeifer2014-03-021-1/+1
| | | | | | | make sure things build on FreeBSD 9.x as well as 10.x. Notes: svn path=/head/; revision=346794
* - Fix buildMartin Wilke2014-01-251-12/+15
| | | | | | | | | | - Stage support PR: 184879 Submitted by: Ports Fury Notes: svn path=/head/; revision=341054
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | benchmarks) Notes: svn path=/head/; revision=327708
* Convert benchmarks from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-7/+2
| | | | | | | | | While here: - Trim headers - convert some port to the new perl5 world Notes: svn path=/head/; revision=325728
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Convert to new options frameworkBaptiste Daroussin2012-06-011-4/+5
| | | | Notes: svn path=/head/; revision=297949
* Return maintainership back to poolMartin Matuska2012-02-261-1/+1
| | | | Notes: svn path=/head/; revision=292259
* Update to 0.72Martin Matuska2012-01-251-2/+2
| | | | Notes: svn path=/head/; revision=289771
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-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 Notes: svn path=/head/; revision=282282
* - Add license information (GPLv3)Martin Matuska2011-03-211-1/+3
| | | | | | | - Make portlint happier Notes: svn path=/head/; revision=271432
* - Mark port MAKE_JOBS_SAFEMartin Matuska2009-03-231-0/+1
| | | | Notes: svn path=/head/; revision=230732
* - Update to 0.70 [1]Martin Matuska2008-08-211-2/+9
| | | | | | | | | | | - Add OPTION to disable SSL support PR: ports/126720 Submitted by: Chris St Denis <chris@smartt.com> [1] Approved by: mm (maintainer, myself) Notes: svn path=/head/; revision=218964
* - Update to 0.69Martin Matuska2008-05-261-1/+1
| | | | Notes: svn path=/head/; revision=213685
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-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 Notes: svn path=/head/; revision=196111
* - updated maintainer e-mail addressMartin Matuska2007-04-051-1/+1
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=189288
* - Update to 0.66Martin Wilke2007-03-061-5/+7
| | | | | | | | PR: 109789 Submitted by: Martin Matuska <martin@matuska.org> (maintainer) Notes: svn path=/head/; revision=186702
* - Update to 0.65Rong-En Fan2007-02-061-4/+7
| | | | | | | | | | - Pass maintainership to submitter PR: ports/108840 Submitted by: Martin Matuska <martin at matuska.org> Notes: svn path=/head/; revision=184384
* Remove USE_REINPLACE from all categories starting with BEdwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161307
* unbreak ; it did build on my -current (Feb/09/2004)Ying-Chieh Liao2004-03-021-6/+3
| | | | | | | | utilize PLIST_FILES use gmake to suppress warning about Makefile Notes: svn path=/head/; revision=102691
* Move inclusion of bsd.port.pre.mk past all variable definitions.Mark Linimon2003-10-291-4/+4
| | | | Notes: svn path=/head/; revision=92518
* Per bento logs, mark as broken on 5.x.Mark Linimon2003-10-221-1/+7
| | | | Notes: svn path=/head/; revision=91872
* Update to 0.62Patrick Li2003-06-121-1/+1
| | | | | | | | PR: ports/53254 Submitted by: Christian Brueffer <chris@unixpages.org> Notes: svn path=/head/; revision=82884
* Assign MAINTAINER to ports@FreeBSD.org.Adam Weinberger2003-06-041-1/+1
| | | | | | | | PR: ports/52534 Submitted by: Christian Brueffer <chris@unixpages.org> Notes: svn path=/head/; revision=82290
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+1
| | | | Notes: svn path=/head/; revision=76030
* Update port to version 0.61, assign maintainership to chris@unixpages.org.Jimmy Olgeni2002-07-251-2/+2
| | | | Notes: svn path=/head/; revision=63527
* PERL -> REINPLACE_CMDYing-Chieh Liao2002-07-081-1/+2
| | | | | | | | PR: 39295 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=62645
* upgrade to 0.60Ying-Chieh Liao2001-09-091-2/+2
| | | | | | | drop maintainership Notes: svn path=/head/; revision=47567
* add postal, a SMTP/POP benchmark testerYing-Chieh Liao2001-04-021-0/+25
Notes: svn path=/head/; revision=40719