Next | Query returned 196 messages, browsing 91 to 100 | Previous

History of commit frequency

CVS Commit History:


   2005-07-16 03:19:27 by Johnny C. Lam | Files touched by this commit (273)
Log message:
Get rid of USE_PERL5.  The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
   2005-05-21 06:10:18 by Johnny C. Lam | Files touched by this commit (12)
Log message:
SUBST_FILES.* must be relative to ${WRKSRC}.
   2005-05-21 05:49:52 by Jeremy C. Reed | Files touched by this commit (3)
Log message:
Move the PKGREVISION from the Makefile.common. It should be used
for revisions for a single package. I don't think this "suexec"
PKGREVISION was meant for the apr package, but since it was used
it is now there.

I noticed this problem when building wip/apachebench2 which has
nothing to do with suexec. Although, I did not make this change
for pkgsrc-wip's wip/apachebench2 since this is a work in progress.
   2005-05-18 21:10:01 by Adrian Portelli | Files touched by this commit (2)
Log message:
- Add an option ${APACHE_SUEXEC_LOGFILE} so the user can specify
  where they would like the suexec logfile to go.  Ok'ed tron@
- Bump pkgrevision
   2005-05-10 02:11:18 by Johnny C. Lam | Files touched by this commit (1)
Log message:
apr/buildlink3.mk defines PKG_BUILD_OPTIONS.apr as the result of the
PKG_OPTIONS computation for devel/apr.  Check that for the presence of
db4 instead.
   2005-05-09 23:57:05 by Dieter Baron | Files touched by this commit (1)
Log message:
Check if a variable is defined before matching against it in .if
Noted by kristerw.
   2005-05-02 22:34:09 by Jeremy C. Reed | Files touched by this commit (172)
Log message:
RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
And always is defined as share/examples/rc.d
which was the default before.

This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.

This was discussed on tech-pkg in late January and late April.

Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
   2005-04-25 11:13:14 by Adam Ciarcinski | Files touched by this commit (10)
Log message:
Changes 2.0.54:
  *) mod_cache: Add CacheIgnoreHeaders directive.
  *) mod_ldap: Added the directive LDAPConnectionTimeout to configure
     the ldap socket connection timeout value.
  *) Correctly export all mod_dav public functions.
  *) Add a build script to create a solaris package.
  *) worker MPM: Fix a problem which could cause httpd processes to
     remain active after shutdown.
  *) Unix MPMs: Shut down the server more quickly when child processes are
     slow to exit.
  *) Remove formatting characters from ap_log_error() calls.  These
     were escaped as fallout from CAN-2003-0020.
  *) mod_ssl: If SSLUsername is used, set r->user earlier.
  *) htdigest: Fix permissions of created files.
  *) core_input_filter: Move buckets to a persistent brigade instead of
     creating a new brigade. This stop a memory leak when proxying a
     Streaming Media Server.
  *) mod_win32: Ignore both PATH_INFO as well as PATH_TRANSLATED to avoid
     hiccups from additional path information passed in non-utf-8 format.
   2005-04-18 16:35:57 by Matthias Scheler | Files touched by this commit (2)
Log message:
Remove custom "restart" code from startup script so that Apache really
gets restarted when "/etc/rc.d/apache restart" is used. This fixes
PR pkg/24179 for the "apache2" package.
   2005-04-18 15:20:41 by Thomas Klausner | Files touched by this commit (1)
Log message:
tron volunteered to maintain this package.

Next | Query returned 196 messages, browsing 91 to 100 | Previous