1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
Commit Graph

78 Commits

Author SHA1 Message Date
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Marcus Alves Grando
b52e2bd383 - Upgrade fix.
PR:		136125
Submitted by:	Martin Matuska <mm___FreeBSD.org>
2009-06-29 01:26:13 +00:00
Marcus Alves Grando
7d14c56f2e - Update to 1.4.23
PR:		136026
Submitted by:	Martin Matuska <mm___FreeBSD.org>
2009-06-28 05:07:13 +00:00
Marcus Alves Grando
1d224692aa - Workaround for a problem when access one symbolic link and end with /.
- Bump PORTREVISION.

Take from:	http://redmine.lighttpd.net/issues/1989
2009-06-06 23:09:27 +00:00
Marcus Alves Grando
2903620eb9 - Modify lighttpd to use www/spawn-fcgi port.
- Bump PORTREVISION

PR:		133707
Submitted by:	Aragon Gouveia <aragon___phat.za.net>
2009-04-25 04:17:04 +00:00
Marcus Alves Grando
a9018972be - Update to 1.4.22
PR:		132395
Submitted by:	Daniel Gerzo <danger___freebsd.org>
2009-03-21 22:22:43 +00:00
Marcus Alves Grando
cdb4dd0cea - Backport EPIPE case in sendfile backend. [1]
- portlint(1)
- Bump PORTREVISION

Reported by:	Jeroen Ruigrok van der Werven <asmodai__in-nomine.org> [1]
2009-02-24 19:06:37 +00:00
Marcus Alves Grando
b632d249a4 - Backport r2403 to fix sendfile backend.
- Bump PORTREVISION

Notified by:	Albert Vernon <aev__vernon.nu>
2009-02-24 14:32:40 +00:00
Daniel Gerzo
5601cdae58 - update to 1.4.21
Changelog can be found at:
http://www.lighttpd.net/2009/2/16/1-4-21-yes-we-can-do-another-release

PR:		ports/131755
Reviewed by:	miwi
Approved by:	portmgr (linimon)
2009-02-21 18:38:01 +00:00
Marcus Alves Grando
9d7e37f1ff - Update to 1.4.20
PR:		127861
Submitted by:	Daniel Gerzo <danger___FreeBSD.org>
2008-10-08 01:17:29 +00:00
Marcus Alves Grando
15866f1185 - Fix dependency of fam/gamin
Submitted by:	Vsevolod Kozlov <zaba___thorium.homeunix.org>
2008-09-28 00:54:08 +00:00
Marcus Alves Grando
55873c45a1 - Multiple security fixes.
- Bump PORTREVISION

Notified by:	miwi
Security:	http://www.vuxml.org/freebsd/fb911e31-8ceb-11dd-bb29-000c6e274733.html
2008-09-27 23:47:57 +00:00
Marcus Alves Grando
f61acf41a1 - Fix small memleak in fastcgi module.
Submitted by:	Chris Peiffer <chris__cabstand.com>
2008-09-07 15:05:44 +00:00
Marcus Alves Grando
5d3a4b6a70 - Allow change location of pidfile in rc script [1]
- Fix dependency of libmemcache [2]
- Add IPv6 support to mod_proxy [3]

PR:		123933 [1], 124576 [2], 126527 [3]
Submitted by:	Marshal Newrock <marshal___freedombi.com> [1],
		Tilman Linneweh <arved___FreeBSD.org> [3]
Notified by:	Jean-Dominique Baylac <jdb___venigo.net> [2]
2008-09-07 14:48:53 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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)
2008-08-21 06:18:49 +00:00
Marcus Alves Grando
9d94b30ce6 - Describe better MEMCACHE option
Submitted by:	Peter van Dijk <peter___nextgear.nl>
2008-04-13 04:15:02 +00:00
Marcus Alves Grando
6ebb75461b - Fix DOS in SSL connection
PR:		122526
Submitted by:	Harald Schmalzbauer <harry___omnisec.de>
Security:	http://www.vuxml.org/freebsd/1ac77649-0908-11dd-974d-000fea2763ce.html
2008-04-13 03:50:28 +00:00
Marcus Alves Grando
806aec813c - Update to 1.4.19. Fix several vulnerabilities.
PR:		121245
2008-03-16 21:01:10 +00:00
Marcus Alves Grando
9afd7a7477 - Respect EAGAIN and retry sendfile() instead close connection.
- Remove empty lines and add two more cases to switch(errno)
- Bump PORTREVISION
2007-09-22 23:13:47 +00:00
Marcus Alves Grando
b0837c56a7 - Update to 1.4.18
PR:		116243
Submitted by:	Gea-Suan Lin <gslin___gslin.org>
Security:	http://www.vuxml.org/freebsd/4b673ae7-5f9a-11dc-84dd-000102cc8983.html
2007-09-10 13:36:49 +00:00
Marcus Alves Grando
fd954678c8 - Update to 1.4.17
PR:		115917
Submitted by:	Gea-Suan Lin <gslin___gslin.org>
2007-08-30 12:42:04 +00:00
Marcus Alves Grando
ff0da305ce - Update to 1.4.16
PR:		114920
Submitted by:	Gea-Suan Lin <gslin___gslin.org>
2007-07-26 12:02:25 +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
Marcus Alves Grando
428fb24b99 - Apply security fixes
- Bump PORTREVISION

Security:	http://secunia.com/advisories/26130/
2007-07-21 02:22:08 +00:00
Marcus Alves Grando
9a5024d59f - Remove spurious bzip2 dependency
PR:		112832
Submitted by:	delphij
2007-05-25 17:55:12 +00:00
Marcus Alves Grando
1e06305cee - Update to 1.4.15
PR:		111552
Submitted by:	Gea-Suan Lin <gslin___gslin.org>
2007-04-14 14:41:53 +00:00
Marcus Alves Grando
70fc501aae - Add HTTPS env on mod_cgi.
Reported by:	mark__hubcapconsulting.com
2007-03-26 12:36:46 +00:00
Marcus Alves Grando
452ac10de9 - Add WEBDAV support [1]
- Add workaround to enable IPV6 in lighttpd.conf [2]
- Add support to graceful restart [3]

PR:		107599 [1], 110371 [2], 110683 [3]
Submitted by:	Dazza<dazza___luckydonkey.com> [1],
		Joseph Terner<jtsn___gmx.de> [2],
		Peter Beckman <beckman___purplecow.com> [3]
2007-03-26 03:31:58 +00:00
Marcus Alves Grando
b8532bc387 - Apply a vendor patch that fixes CPU starvation
- Bump PORTREVISION

Submitted by:	delphij
2007-03-12 19:34:54 +00:00
Marcus Alves Grando
c86412d46a - Fix CML option using -llua.
PR:		105863
Submitted by:	Jun MUKAI <mukai___jmuk.org>
2006-12-13 13:20:51 +00:00
Marcus Alves Grando
0601a5037d - Take maintainership 2006-12-13 12:51:45 +00:00
Mark Linimon
80ac176c46 Reset hendrik@scholz.net due to a number of timeouts.
Hat:		portmgr
2006-12-13 12:43:14 +00:00
Cheng-Lung Sung
632c546fa0 - add mog_magnet support
- Ref: http://blog.lighttpd.net/articles/2006/09/16/a-new-power-magnet
- bump PORTREVISION

PR:		ports/105284
Submitted by:	clsung
Approved by:	maintainer (timeout)
2006-12-11 03:39:13 +00:00
Marcus Alves Grando
1009be28b6 - Update to 1.4.13 [1]
- Add options for bzip2, fam, gdbm, memcache, and valgrind [1]
- Fix build in 4.x

PR:		104239 [1]
Submitted by:	Gea-Suan Lin <gslin___gslin.org> [1]
Approved by:	maintainer timeout (21 days)
2006-10-31 03:22:20 +00:00
Cheng-Lung Sung
14ad2c1ed8 - Update to 1.4.12
- Add mirror sites listed on the official page
- Now FastCGI PHP is /usr/local/bin/php-cgi

PR:		ports/103618
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
Approved by:	maintainer (Hendrik Scholz)
2006-09-26 09:07:18 +00:00
Mark Linimon
c5aeb93cd5 Modify these files to reflect bsd.lua.mk as tested on the cluster.
PR:		ports/101612
Submitted by:	alepulver
Hat:		portmgr
2006-09-15 08:17:11 +00:00
Emanuel Haupt
ce1c89634d - Fix LDAP support
- Bump PORTREVISION

PR:		97161 (based on)
Submitted by:	Jakob van Santen <jakob@somethingpretentious.net>
Approved by:	hendrik@scholz.net (maintainer)
2006-06-09 15:35:49 +00:00
Pav Lucistnik
c558673f0b - Switch lua dependency to lang/lua50 2006-05-03 13:25:07 +00:00
Renato Botelho
353b21199a - Update to 1.4.11
PR:		ports/94451
Submitted by:	maintainer
2006-03-15 14:58:35 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Marcus Alves Grando
af37839ccb - Fix typo in REQUIRE
- Bump PORTREVISION

PR:		93437
Submitted by:	Michael Proto <mike@jellydonut.org>
Approved by:	maintainer timeout (bypassed by linimon)
2006-02-20 14:52:58 +00:00
Renato Botelho
37d3425f25 - Update to 1.4.10
PR:		ports/93348
Submitted by:	maintainer
2006-02-15 11:06:47 +00:00
Marcus Alves Grando
7954fc7767 - Check config when restart rc.d script [1]
- Remove BEFORE line and FreeBSD in KEYWORD

PR:		92108 [1]
Submitted by:	Lapo Luchini <lapo@lapo.it> [1]
Approved by:	maintainer timeout, 16 days
2006-02-06 12:19:17 +00:00
Marcus Alves Grando
46e306b181 Update to 1.4.9 [1]
Remove obsolete MASTER_SITES [1]
Update lighttpd.conf.sample [1]
Fix REQUIRE in rc.d script [2]
Reorganize Makefile and rc.d script [2]

PR:		92078 [1], 92069 [2]
Submitted by:	Rui Lopes <rui@ruilopes.com> [1], mnag [2]
Approved by:	maintainer
2006-01-21 18:11:54 +00:00
Edwin Groothuis
83b454b156 better example in sample config for lighttpd
The lighttpd port installs a sample config file into
	      /usr/local/etc/lighttpd.conf.sample
	this file should probably include the line:
	      server.event-handler        = "freebsd-kqueue"
	lighttpd is a high performance web server, and it should
	use kqueue when running on FreeBSD.

PR:		ports/90354
Submitted by:	Mike <mspam@ideaway.net>
Approved by:	maintainer timeout
2006-01-04 23:40:58 +00:00
Simon Barner
aa559f3bf8 - Update to 1.4.8 [1]
- Fix detection of OpenSSL if world is build with NO_OPENSSL [2]

Submitted by:	delphij [1], Artis Caune <Artis.Caune@latnet.lv> [2]
PR:		ports/89709 [1], ports/89370 [2]
Approved by:	Hendrik Scholz <hscholz@raisdorf.net> (maintainer) [1, 2]
2005-11-29 10:40:14 +00:00
Marcus Alves Grando
b1cbb3cca2 Update to 1.4.7
Fix IPV6 OPTIONS
Add SHA256

PR:		89319
Submitted by:	delphij
Approved by:	maintainer
2005-11-23 01:43:54 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Emanuel Haupt
6f7330c746 - Update to 1.4.6
- Added pkg-plist magic to preserve changed config file

PR:		87178
Submitted by:	Toni Viemero <toni.viemero@iki.fi>
Reworked by:	hendrik@scholz.net (maintainer)
Approved by:	novel (mentor)
2005-10-10 18:01:50 +00:00
Marcus Alves Grando
365ded7965 Update to 1.4.5
PR:		86877
Submitted by:	Hendrik Scholz <hendrik@scholz.net> (maintainer)
Approved by:	pav (mentor)
2005-10-03 21:36:39 +00:00