summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)Author
2004-01-23Update to 1.3.12. This is a fairly big release considering it's only a microJoe Marcus Clarke
version rev. Checkout http://galeon.sourceforge.net/news/index.php#68 for a list of what's new.
2004-01-22Use the SORT macro defined in bsd.port.mk.Trevor Johnson
2004-01-22Use the CPIO macro defined in bsd.port.mk.Trevor Johnson
2004-01-22Use the SORT macro from bsd.port.mk.Trevor Johnson
2004-01-22- Fix installPav Lucistnik
Reported by: bento via kris
2004-01-22Remove checksum target, which is no longer needed and causes "makeTrevor Johnson
index" to generate a warning message (requested by kris).
2004-01-22Update to 1.2.Joe Marcus Clarke
2004-01-22Remove mozilla-headers and mozilla-headers-develKris Kennaway
Forgotten by: adamw
2004-01-21Add WITH_PTHREAD_LIBS and WITH_EXPERIMENTAL_THREADS.Clement Laforet
These options are for people who want to directly link apache against libkse and libthr. Usage: WITH_EXPERIMENTAL_THREADS=YES Overrides default pthread detection behaviour. WITH_PTHREAD_LIBS={kse;thr} Lets you choose your pthread lib. Don't even try to use "c_r"... *** These options are unsupported *** But all gdb backtraces are welcome :-) AFAIK, apache works well, but mod_php4 (worker MPM) behavior is quite funny. All modules which use apr mutexes may crash with KSE. Since I'm working on it, if you have coredumps, feel free to send me the backtrace (you must compile libkse, apache and modules with debugging symbols). Don't forget to set kern.sugid_coredump to 1. (using CoreDumpDirectory in httpd.conf can help too)
2004-01-21- Give maintainership to new maintainerPav Lucistnik
PR: ports/61618 Submitted by: Dominic Mitchell <dom@happygiraffe.net> (old maintainer)
2004-01-21Rename patch.Clement Laforet
post-patch-conf:httpd.conf-dist.orig => post-patch-conf:httpd.conf-dist Pointed out by: kris, Koop Mast <kwm@rainbow-runner.nl>
2004-01-20The http_workarounds.patch has been updated, update distinfo accordingly.Ying-Chieh Liao
PR: 61595 Submitted by: maintainer
2004-01-20add p5-FCGI-ProcManager 0.17Ying-Chieh Liao
Functions for managing FastCGI applications PR: 61574 Submitted by: Scott McWhirter <scott@surreytech.co.uk>
2004-01-19Upgrade to latest variant from project CVSAndrey A. Chernov
2004-01-19Update to latest development snapshot.Mark Linimon
Submitted by: fcash@bigfoot.com (maintainer)
2004-01-19- Fix conflicts by using POSTGRESQL_PORTDirk Meyer
2004-01-19- integrate another patch from squid-cache.org, seeYing-Chieh Liao
http://www.squid-cache.org/Versions/v2/2.5/bugs/ for details - cleanup dynamic plist generation: sort files, replace needlessly complex ex-scripting with a ${REINPLACE_CMD} one-liner - integrate a patch to make the SMB-NTLM helper compile on 5.x and hook this helper up to the build (thanks to Stefano Tagliaferri for reporting the bug and testing the patch) - bump PORTREVISION PR: 61543 Submitted by: maintainer
2004-01-19Update maintainer's email address (prompted by detailed autoreply toMark Linimon
a message I just forwarded).
2004-01-18Bump PORTREVISION to go along with www/mozilla getting a PORTREVISIONAdam Weinberger
bump.
2004-01-18Switch to my @FreeBSD.org email address.Alex Dupre
Approved by: nork (mentor)
2004-01-18Remove mozilla-headers.Adam Weinberger
This integrates the headers from mozilla-headers and mozilla-headers-devel into mozilla and mozilla-devel.
2004-01-17Add WITHOUT_NLS knob. [1]MANTANI Nobutaka
Make cosmetic changes. Submitted by: Phil Pennock <pdp@nl.demon.net> [1]
2004-01-17Change the Mozilla version to trunk for building with 1.6.Joe Marcus Clarke
PR: 61476 Submitted by: Esa Karkkainen <ejk@iki.fi>
2004-01-17Upgrade to 2.661.Jun Kuriyama
PR: ports/61477 Submitted by: Xin LI <delphij@frontfree.net>
2004-01-17Chase update of devel/tcllib.Edwin Groothuis
Noticed by: bento http://bento.freebsd.org/errorlogs/i386-4-exp-latest/tclhttpd-3.4.2.log
2004-01-17Update to 1.1.Joe Marcus Clarke
2004-01-17Mark this port as IGNORE since www/mozilla has been updated to 1.6.Joe Marcus Clarke
2004-01-17Catch up with Mozilla 1.6.Joe Marcus Clarke
2004-01-17Update to 1.6. For all the juicy details, please see:Joe Marcus Clarke
http://www.mozilla.org/releases/mozilla1.6/
2004-01-17I really meant to sweep ephy before I committed. I must have been distracted.Joe Marcus Clarke
Add intlhack to fix the build on -STABLE. Reported by: Randy Bush <randy@psg.com>
2004-01-16Update to 1.0.7.Joe Marcus Clarke
2004-01-16- Change maintainer's e-mail addressClement Laforet
(einekoai@chello.nl -> kwm@rainbow-runner.nl) PR: 61447 Submitted by: Koop Mast <kwm@rainbow-runner.nl> (maintainer) Approved by: erwin (mentor) (implicitly)
2004-01-16- configure squid to run under a dedicated "squid" user by default; make useSergei Kolobov
of SQUID_{UID,GID} which other squid-related ports already implemented. The user/group will be created on the fly if they do not already exist. - introduce WITH_SQUID_LDAP_AUTH to pull in the necessary bits to compile and use the ldap_auth helper - install some more authentication helper applications by default - install helper applications to ${PREFIX}/libexec/squid instead of ${PREFIX}/libexec, add notes about it in pkg-install and pkg-descr - cleanup the pre-installation tasks and move them from Makefile and pkg-plist into the pkg-install script; make 'make install' and 'pkg_add' actually do the same thing - introduce a pkg-deinstall script - make squid.sh rcNG compatible (when either /etc/rc_subr or ${PREFIX}/etc/rc_subr is present, the first one will be used, otherwise the script will work as a "rc classic" script so no additional dependency on the rc_subr port should be needed) - some Makefile cleanups: + the squid installation procedure now correctly strips binaries, so there is no need to do this manually anymore + generate those parts of pkg-plist dynamically that may be affected by user set tunables (currently the localized error pages and helper applications) + document the available configuration options in a slightly different style + remove some obsolete variable declarations and comments + honor NOPORTDOCS - add CONFLICTS - add another vendor patch, see http://www.squid-cache.org/bugs/show_bug.cgi?id=890 for a thorough explanation of what has been fixed. - since we can no longer take the presence of Lithuanian error pages for granted, wrap the workaround for the errorpages.patch with '.if exists()' - bump PORTREVISION PR: 61315 Submitted by: maintainer
2004-01-16- Add CONFLICTS [1]Sergei Kolobov
- Pacify porlint PR: 61315 [1] Submitted by: maintainer [1]
2004-01-16Updated to 1.07Sergey Skvortsov
2004-01-16Updated to 0.61Sergey Skvortsov
2004-01-16Update to 1.40.Pete Fritchman
2004-01-16- update to 0.9.3Clement Laforet
While I'm here: - bump PORTEPOCH, since 0.9.3b3 > 0.9.3. PR: 61334 Submitted by: Tim Middleton <x@vex.net> Approved by: erwin (mentor) (implicitly)
2004-01-16- Update to 0.8.1Clement Laforet
Approved by: erwin (mentor) (implicitly)
2004-01-16- Fix compilation for threaded MPM.Clement Laforet
This is due to partial revert of apr improvment. setting LIBS=${PTHREAD_LIBS} conflicts with libtool. All should be OK now... If someone can explain me why libtool impose using -pthread (ltshmain), I'm all ears... Note: You CAN NOT override -lc_r (i.e. setting -lkse) at compile time. I must fix it... - Move patchset to MASTER_SITE_LOCAL Noticed by: Martin Nilsson <martin@gneto.com> Approved by: erwin (mentor) (implicitly)
2004-01-14- Fix suPHP.Clement Laforet
- Bump PORTREVISION Noticed by: Starhost.nl - N.Elsten <elsten@starhost.nl> Approved by: erwin (mentor) (implicitly)
2004-01-14Update to 1.3 release.Alex Dupre
Approved by: nork (mentor/implicitly)
2004-01-14- ost.eltele.no seems to have moved to teledanmark.no, reflect this inSergei Kolobov
MASTER_SITES. The distfile is fetchable from these sites although www.squidguard.org is currently not reachable (for me) due to DNS or domain registration problems. - move runtime dependency from www/squid24 to www/squid PR: 61255 Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> Approved by: maintainer
2004-01-13- Remove thread support in apr. The code prevents apache from runningClement Laforet
on > 4.8-STABLE (from september 2003) system because apache2 used libc_r instead of libc. Compiling with -lkse (on -CURRENT) was broken too. - bump PORTREVISION to force users to upgrade. NOTE: on -STABLE DO NOT DEFINE WITH_THREADS. (unless you use a threaded MPM) Thanks to Fritz Heinrichmeyer <fritz.heinrichmeyer@fernuni-hagen.de> who helped me to track the problem. Noticed by: Fritz Heinrichmeyer <fritz.heinrichmeyer@fernuni-hagen.de> HAYASHI, "Lef" Tatsuya <lef@st.rim.or.jp> [1] PR: 61317 [1] Approved by: erwin (mentor) (implicitly)
2004-01-13- Update to 0.10.3Pav Lucistnik
PR: ports/61328 Submitted by: Tim Middleton <x@vex.net> (maintainer)
2004-01-13- Update to 1.6.1Pav Lucistnik
PR: ports/61327 Submitted by: Tim Middleton <x@vex.net> (maintainer)
2004-01-13Clear how to apply a patch for 4-stable rtld-elf.Norikatsu Shigemura
Submitted by: Andrew J Caines <A.J.Caines@halplant.com>
2004-01-13- Update my email addressClement Laforet
Approved and reviewed by: erwin (mentor)
2004-01-13- Update to 1.4.1 release and add language packs [1]Alex Dupre
- Set submitter as new maintainer [1] - Make portlint happy PR: ports/61285 [1] Submitted by: Alex Varju <varju@webct.com> [1] Approved by: nork (mentor)
2004-01-12Fix typo: apche-1.3 -> apache-1.3Edwin Groothuis