Commit graph

141 commits

Author SHA1 Message Date
Antoine Brodin
604485f846 Convert the tree to USES=fam
Approved by:	portmgr (bapt)
2014-01-04 23:40:44 +00:00
Eitan Adler
1e443545d0 The word 'very' has no place in COMMENT
COMMENT should not begin with 'A' or 'An'

Maintainers were notified and given time to object.
2013-10-31 04:17:29 +00:00
Alex Kozlov
ad2a141411 - Fix various distinfo artifacts
Approved by:	portmgr (bapt)
2013-10-07 10:16:07 +00:00
Martin Matuska
12e7884ead Fix compilation with disabled IPV6 2013-09-29 05:39:36 +00:00
Martin Matuska
bda237617b Update lighttpd to 1.4.33
Remove REMOTE_USER option (has been integrated)
2013-09-28 08:20:40 +00:00
Baptiste Daroussin
85fbf21ec5 Add NO_STAGE all over the place in preparation for the staging support (cat: www) 2013-09-20 23:36:50 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Baptiste Daroussin
992586fa08 Finish converting the whole ports tree to USES=pkgconfig 2013-04-23 14:20:25 +00:00
Alex Kozlov
05a9235c98 - Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt)
2013-02-01 15:04:00 +00:00
Martin Matuska
b2c4fbb77a Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00
Martin Matuska
824c07cd0a Update lighttpd to 1.4.32 (fixes CVE-2012-5533)
Feature safe:	yes
2012-11-21 14:36:24 +00:00
Martin Matuska
797854a8df Fix python path in configuration files
PR:		ports/172165
Submitted by:	crees
Feature safe:	yes
2012-10-23 19:51:19 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Baptiste Daroussin
9346b215f0 new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
2012-07-26 05:40:22 +00:00
Martin Matuska
cc4adc8b7a Fix IPv6 support broken in last update
PR:		ports/169931
Reported by:	Arnaud Houdelette
2012-07-18 18:32:10 +00:00
Martin Matuska
253481537f Reorganize options of www/lighttpd
Add two new default options
2012-07-16 12:57:18 +00:00
Martin Matuska
f3d6a68646 Update to new options framework 2012-07-16 06:42:50 +00:00
Martin Matuska
841d09fd18 Add 3rd party remoteuser patch (optional)
http://redmine.lighttpd.net/issues/2415

PR:		ports/167209
Submitted by:	Ryan Steinmetz <rpsfa@rit.edu>
2012-06-16 22:28:41 +00:00
Martin Matuska
e7cf918ea3 Do a configtest before performing a graceful restart 2012-06-16 10:21:47 +00:00
Martin Matuska
988359e810 Alter lighttpd startup script subcommands to behave like the apache script:
"reload" now sends a SIGHUP and cycles logfiles
"graceful" now performs a graceful restart
"gracefulstop" now performs a graceful stp
"configtest" now checks the configuration file for correct syntax

Removed subcommand:
"check" (replaced by "configtest")
2012-06-16 09:15:26 +00:00
Martin Matuska
b619ceb1b1 Update to 1.4.31 2012-05-31 17:38:58 +00:00
Ade Lovett
6d726b6c09 Update autoconf to 2.69 and automake to 1.12
PR:		166836
Tested by:	Multiple -exp runs (pav)
2012-05-11 20:38:09 +00:00
Martin Matuska
3478ae5e15 Add patch for upstream bug #2391
Reorganize patches

Feature safe:	yes
2012-03-19 09:18:13 +00:00
Martin Matuska
dbbf004162 Bump pcre library dependency due to 8.30 update 2012-02-14 12:45:35 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
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.
2012-01-14 08:57:23 +00:00
Martin Matuska
efbadcabe8 Switch to GNU make and mark port MAKE_JOBS_SAFE
PR:		ports/158715
Submitted by:	mandree@FreeBSD.org
2012-01-10 20:56:52 +00:00
Martin Matuska
434b5cd24b Add patch to fix vendor issue 2377 (SSL renegotiations) [1]
Add patch to correctly report supported network handlers (lighttpd -V) [2]

References:
http://redmine.lighttpd.net/issues/2377 [1]

Reported by:	Christos Chatzaras <chris_at_cretaforce_dot_gr> [1] [2]
Obtained from:	lighttpd svn rev. 2822 [1]
2011-12-24 00:25:38 +00:00
Martin Matuska
449e0af321 Update to 1.4.30
Unbreak build if using libev
2011-12-19 07:56:10 +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
Pav Lucistnik
bf55ad1a47 - Chase libev shlib bump
Pointy hat to:	vsevolod
2011-09-19 21:06:11 +00:00
Martin Matuska
2ac8116134 Fix extra-patch-mysqlauth
PR:		ports/160671
Submitted by:	Zhihao Yuan <lichray@gmail.com>
2011-09-18 09:10:57 +00:00
Gabor Kovesdan
2fc6a06a9b - Track dependencies after databases/gdbm update 2011-09-12 13:46:58 +00:00
Martin Matuska
0ef07fd2eb Add patches from upstream (svn revisions):
- r2799: Always use our 'own' md5 implementation (fixes #2331)
 - r2800: fix some gcc warnings
 - r2801: Limit amount of bytes we send in one go; fixes stalling in one
	  connection and timeouts on slow systems.
 - r2802: [ssl] fix build errors when Elliptic-Curve Diffie-Hellman
	  is disabled
 - r2803: Add static-file.disable-pathinfo option to prevent handling
	  of urls like .../secret.php/image.jpg as static file
 - r2804: Don't overwrite 401 (auth required) with 501 (unknown method)
	  (fixes #2341)

Add test and regression-test targets.
2011-09-09 09:55:17 +00:00
Martin Matuska
5ae7790856 Update to 1.4.29
PR:		ports/158618
Submitted by:	Zhihao Yuan <lichray@gmail.com>
2011-07-06 12:52:24 +00:00
Martin Matuska
aa1c4f93d3 - Rename CONF_FILES to avoid conflict with incoming feature [1]
- Rename CONFD_FILES to match changed naming
- Fix IGNORE message

PR:		ports/157163 [1]
Submitted by:	Chris Rees <utisoft@gmail.com> [1]
2011-05-18 21:43:41 +00:00
Doug Barton
29813d5397 Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""

These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.

In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.

In a few places, add $FreeBSD$

No functional changes, so no PORTREVISION bumps
2011-05-15 02:49:17 +00:00
Martin Matuska
209aad1f15 - Add LICENSE knobs
- Bundle license for mod_h264_streaming
2011-03-23 15:49:12 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Martin Matuska
8e0c198f86 - Use autotools only if building lighttpd modules 2010-10-06 22:15:16 +00:00
Ade Lovett
7e80cde328 Round one migration of ports from automake{19,110} to automake111 2010-10-05 19:57:56 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Martin Matuska
cc1e730e87 - Add multiple instances ability to rc script 2010-08-31 10:11:59 +00:00
Martin Matuska
5b2767fa6f - Integrate www/lighttpd-mysqlauth into www/lighttpd (optional) 2010-08-28 10:53:22 +00:00
Martin Matuska
6da1ee7cb0 - Use autoconf and automake on build time (avoid re-run of configure)
- Remove AUTOTOOLS knobs from slave ports
2010-08-28 08:33:34 +00:00
Martin Matuska
7676666297 - Add missing pkg-plist update
Reported by:	QAT
2010-08-27 21:28:59 +00:00
Martin Matuska
28856de8ad - Fix typo in slave module descriptions 2010-08-27 18:51:23 +00:00
Martin Matuska
e5b1e9a033 - Fix slave module descriptions 2010-08-27 18:48:31 +00:00
Martin Matuska
db0964d5fc - Move lighttpd mod_geoip and mod_h264_streaming into slave ports 2010-08-27 18:39:55 +00:00