aboutsummaryrefslogtreecommitdiff
path: root/www/hydra
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-2/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* Rename www/hydra package name to hydra-web to avoid confusion with ↵Baptiste Daroussin2013-09-161-7/+5
| | | | | | | | | | | security/hydra While here adjust CONFLICTS_INSTALL modernize lib_depends remove leading article in COMMENT Notes: svn path=/head/; revision=327390
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: www)Pietro Cerutti2013-02-071-1/+0
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=311829
* - Add UPDATING entry for gnutls updateRoman Bogorodskiy2013-02-051-2/+2
| | | | | | | - Chase shlib version bump for dependant ports Notes: svn path=/head/; revision=311722
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+2
| | | | | | | | | | | | - 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
* Chase security/gnutls update and add an UPDATING entry.Roman Bogorodskiy2011-06-051-2/+2
| | | | Notes: svn path=/head/; revision=275104
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.Roman Bogorodskiy2009-08-161-2/+2
| | | | Notes: svn path=/head/; revision=239670
* Free most of my ports, since they aren't being maintained to aShaun Amott2009-03-131-1/+1
| | | | | | | reasonable standard. Notes: svn path=/head/; revision=230014
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Chase security/gnutls shlib version bumpRoman Bogorodskiy2008-03-031-2/+2
| | | | | | | - Add an entry to UPDATING Notes: svn path=/head/; revision=208375
* Chase gnutls shared library version chase: adjust DEPENDS lines andRoman Bogorodskiy2007-07-011-2/+2
| | | | | | | bump PORTREVISIONs. Notes: svn path=/head/; revision=194564
* - WWWOWN and WWWGRP are defined in bsd.port.mkPav Lucistnik2007-03-241-2/+0
| | | | Notes: svn path=/head/; revision=188197
* - Chase security/gnutls updateRoman Bogorodskiy2007-01-021-2/+2
| | | | | | | | - Add an entry to UPDATING - Pet portlint(1) for some ports while I'm here Notes: svn path=/head/; revision=181262
* Chase gnutls shlib version change.Roman Bogorodskiy2006-07-061-1/+2
| | | | Notes: svn path=/head/; revision=167068
* - Add mirror to make fetchable.Shaun Amott2006-06-211-1/+2
| | | | | | | Approved by: ahze (mentor) Notes: svn path=/head/; revision=165975
* Switch to my @FreeBSD.org address.Shaun Amott2006-06-191-1/+1
| | | | | | | Approved by: ahze (mentor) Notes: svn path=/head/; revision=165799
* - Update to 0.1.8Pav Lucistnik2006-04-255-17/+157
| | | | | | | | | | | | | - Move WWW root in default config - Create log dir to avoid initial errors - Add rc.d script - Take maintainership PR: ports/96298 Submitted by: Shaun Amott <shaun@inerd.com> Notes: svn path=/head/; revision=160464
* Chase gnutls update.Roman Bogorodskiy2006-01-091-1/+2
| | | | Notes: svn path=/head/; revision=153142
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149462
* Remove obsolete mastersites.Mark Linimon2005-10-031-3/+1
| | | | | | | Source: distfile survey Notes: svn path=/head/; revision=144033
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Update to version 0.1.7Kirill Ponomarev2005-03-132-5/+7
| | | | | | | | PR: ports/78747 Submitted by: Ports Fury Notes: svn path=/head/; revision=131072
* - Chase security/gnutls shared library version change (13 -> 12)Sergei Kolobov2004-06-041-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=110854
* - Chase libraries for new security/gnutls versionKirill Ponomarev2004-03-131-1/+2
| | | | | | | | | | PR: ports/64194 Submitted by: Hendrik Scholz <hendrik@scholz.net> Reported by: bento via kris No cookies for: sergei Notes: svn path=/head/; revision=103850
* Add NO_LATEST_LINK to avoid link stomping.Cy Schubert2004-02-151-0/+1
| | | | | | | | Reported by: kris Approved by: kris (wearing his portsmgr hat) Notes: svn path=/head/; revision=100956
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* - Update to version 0.1.4Kirill Ponomarev2003-11-204-6/+25
| | | | | | | | | | - Do not overwrite config files PR: 59490 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notes: svn path=/head/; revision=94555
* - Chase libraries to new gnutls versionKirill Ponomarev2003-09-261-1/+1
| | | | Notes: svn path=/head/; revision=89455
* add hydra 0.1.3Ying-Chieh Liao2003-04-026-0/+83
A high performance multi-threaded web server Notes: svn path=/head/; revision=77992