[Bug 191471] [patch] www/mod_perl2 does not build against apache24

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Sep 7 14:16:05 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191471

--- Comment #19 from commit-hook at freebsd.org ---
A commit references this bug:

Author: ohauer
Date: Sun Sep  7 14:15:19 UTC 2014
New revision: 367548
URL: http://svnweb.freebsd.org/changeset/ports/367548

Log:
  - apply patches for apache24 shaped from upstream r1602105 (2.0.9-dev)

  The patches are automatically applied if build against apache24.

  Interested apache22 users can change the follwing line in the Makefile
   from: .if ${APACHE_VERSION} > 22
   to:   .if ${APACHE_VERSION} >= 22

  Changelog (*NIX related):
  =item 2.0.9-dev

  Make sure modperl_interp_select uses r->server rather than the passed s
  parameter to find the interpreter pool to pull an interpreter from. This
  fixes an issue with vhosts with a separate interpreter pool and runtime
  dir-config merges that used to pull the interpreter from the wrong pool.
  [Torsten Foertsch]

  PerlInterpScope is now more advisory. Using $(c|r)->pnotes will bind
  the current interpreter to that object for it's lifetime.
  $(c|r)->pnotes_kill() can be used to prematurely drop pnotes and
  remove this binding. [Torsten Foertsch]

  Now correctly invokes PerlCleanupHandlers, even if they are the only
  handler type configured for that request [Torsten Foertsch]

  For threaded MPMs, change interpreter managment to a new, reference-counted
  allocation model. [Torsten Foertsch]

  Expose modperl_interp_pool_t via ModPerl::InterpPool, modperl_tipool_t
  via ModPerl::TiPool and modperl_tipool_config_t via ModPerl::TiPoolConfig
  [Torsten Foertsch]

  Expose modperl_interp_t via ModPerl::Interpreter [Torsten Foertsch]

  Fix t/compat/apache_file.t on Windows. Apache::File->tmpfile() wants TMPDIR
  or TEMP from the environment, or else defaults to /tmp. The latter is no
  good on Windows, so make sure the environment variables are passed through.
  (TEMP should be set to something suitable on Windows.) [Steve Hay]

  Fix t/api/err_headers_out.t with HTTP::Headers > 6.00. [Rolando
  <rolosworld at gmail.com>]

  PR:        191471

Changes:
  head/www/mod_perl2/Makefile
  head/www/mod_perl2/distinfo
  head/www/mod_perl2/files/pkg-message.in
  head/www/mod_perl2/pkg-plist

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-apache mailing list