ohauer 2012-07-05 19:12:50 UTC
FreeBSD ports repository
Modified files:
www/mod_perl2Makefile pkg-plist
Log:
- allow build a correct library with clang/gcc47+ by disabling
APR_INLINE because FreeBSD default port settings not uses
bundled apr from apache tarball.
On 2012-06-18 07:26, Dima Panov wrote:
> 18.06.2012 6:22, Olli Hauer пишет:
>> ohauer 2012-06-17 19:22:58 UTC
>>
>>FreeBSD ports repository
>>
>>Modified files:
>> www/mod_perl2Makefile distinfo
>>Log:
>>- update to version 2.0.7
>>- Use APACHE macro for MASTER
ohauer 2012-06-18 05:30:54 UTC
FreeBSD ports repository
Modified files:
www/mod_perl2Makefile
Log:
- re add PORTEPOCH
noted by fluffy
Revision ChangesPath
1.78 +1 -0 ports/www/mod_perl2/Makefile
___
c
18.06.2012 6:22, Olli Hauer пишет:
ohauer 2012-06-17 19:22:58 UTC
FreeBSD ports repository
Modified files:
www/mod_perl2Makefile distinfo
Log:
- update to version 2.0.7
- Use APACHE macro for MASTER_SITES
- Remove SITE_PERL from *_DEPENDS
Changes:
ohauer 2012-06-17 19:22:58 UTC
FreeBSD ports repository
Modified files:
www/mod_perl2Makefile distinfo
Log:
- update to version 2.0.7
- Use APACHE macro for MASTER_SITES
- Remove SITE_PERL from *_DEPENDS
Changes:
Fix breakage caused by removal of PL_uid et al
scheidell2012-05-27 20:16:43 UTC
FreeBSD ports repository
Modified files:
www/mod_perl2Makefile distinfo
Log:
- Update to 2.0.6
PR: ports/167866
Submitted by: Dima Panov
Approved by:apache (pgollucci)
Revision ChangesPath
1.76
ohauer 2011-05-22 22:05:07 UTC
FreeBSD ports repository
Modified files:
www/mod_perl2Makefile distinfo pkg-plist
Removed files:
www/mod_perl2/files patch-lib__ModPerl__BuildMM.pm
patch-r760926
patch-src__modules__per
www/mod_perl2, which was previously failing is OK after this commit.
Thanks for fixing it!
A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/
Thanks for your work on making FreeBSD better,
--
QAT - your friendly neighborhood Daemon,
preparing a h
pgollucci2010-05-19 19:18:35 UTC
FreeBSD ports repository
Modified files:
www/mod_perl2Makefile
Log:
- ThreadRWLock works with devel/apr0.
Reported by:QAT
Revision ChangesPath
1.71 +0 -4 ports/www/mod_perl2/Makefile
_
The Restless Daemon identified a mtree error while trying to build:
mod_perl2-2.0.4_2,3 maintained by apa...@freebsd.org
Makefile ident: $FreeBSD: ports/www/mod_perl2/Makefile,v 1.70 2010/05/19
18:45:03 pgollucci Exp $
Excerpt from http://QAT.TecNik93.com/logs/8-STABLE-NPD/mod_perl2-2.0.4_2,3.l
pgollucci2010-05-19 18:45:03 UTC
FreeBSD ports repository
Modified files:
www/mod_perl2Makefile
Log:
- Update for devel/apr0 conversion
- as the default is www/apache20+devel/apr0 this package hasn't built
yet so no PORTREVISION Bump.
Reported by:QAT
Forg
pgollucci2009-05-16 02:07:21 UTC
FreeBSD ports repository
Modified files:
www/mod_perl2Makefile
Added files:
www/mod_perl2/files patch-r760926
Log:
Pull r760926 from stream to fix CVE-2009-0796
This will be fixed in 2.0.5 and can be removed
SVN:http
pav 2009-01-14 20:13:00 UTC
FreeBSD ports repository
Modified files:
www/mod_perl2Makefile
Log:
- Fix plist with perl 5.8.9
Revision ChangesPath
1.66 +2 -1 ports/www/mod_perl2/Makefile
___
cvs-all@freeb
araujo 2008-07-03 01:48:34 UTC
FreeBSD ports repository
Modified files:
www/mod_perl2Makefile pkg-plist
Log:
- With apr 1.x and THREADS, ThreadRWLock is also now XS Wrapped and installed
conditionally.
PR: ports/125151
Submitted by: Philip M. Golluc
araujo 2008-06-23 18:16:06 UTC
FreeBSD ports repository
Modified files:
www/mod_perl2Makefile
Log:
- Only correct a character, minor fix.
Submitted by: "Philip M. Gollucci" <[EMAIL PROTECTED]> (maintainer) via
email
Revision ChangesPath
1.63 +1 -
Marcelo Araujo wrote:
| .if exists(${LOCALBASE}/include/apr-1/apr.h)
| -APR_H= ${LOCALBASE}/include/apr-1/apr.h
| +
| +APR_l= ${LOCALBASE}/include/apr-1/apr.h
| .elif exists(${LOCALBASE}/include/apr/apr.h)
| APR_H= ${LOCALBASE}/include/apr/apr.h
| .en
araujo 2008-06-07 15:31:21 UTC
FreeBSD ports repository
Modified files:
www/mod_perl2Makefile distinfo pkg-plist
Added files:
www/mod_perl2/files patch-lib__ModPerl__BuildMM.pm
patch-src__modules__perl__modperl_apache_compat.h
Removed file
pav 2008-01-23 18:28:53 UTC
FreeBSD ports repository
Modified files:
www/mod_perl2Makefile
Log:
- ThreadMutex manpage seems to be installed regardless the threading state
Reported by:pointyhat
Pointy hat to: pav
Revision ChangesPath
1.61 +
pav 2008-01-19 19:30:20 UTC
FreeBSD ports repository
Modified files:
www/mod_perl2Makefile pkg-plist
Log:
- Make the threadedness depend on the actual build of apr-util/apr, instead on
an Apache version
PR: ports/118307 (adapted from)
Submitted
wxs 2008-01-18 14:07:01 UTC
FreeBSD ports repository
Modified files:
www/mod_perl2Makefile
Added files:
www/mod_perl2/files pkg-message.in
Removed files:
www/mod_perl2pkg-message
Log:
Fix an oversight in pkg-message. Use APACHEMODDIR instead of
linimon 2007-09-10 00:45:02 UTC
FreeBSD ports repository
Modified files:
www/mod_perl2Makefile
Log:
Fix up after bsd.perl.mk import.
Hat:portmgr
Revision ChangesPath
1.58 +2 -2 ports/www/mod_perl2/Makefile
___
erwin 2007-06-27 20:42:58 UTC
FreeBSD ports repository
Modified files:
www/mod_perl2Makefile
Added files:
www/mod_perl2/files patch-RegistryCooker.pm
Log:
mod_perl 2.x does not properly escape PATH_INFO before use in a
regular expression
PR: 1
miwi2006-12-04 00:07:10 UTC
FreeBSD ports repository
Modified files:
www/mod_perl2Makefile
Added files:
www/mod_perl2/files patch-xs-APR-APR-Makefile.PL
Log:
- Fix Upgrade problems
- Pass maintainership to submitter
- Fixes the -march= nothing which is not
miwi2006-12-02 00:33:01 UTC
FreeBSD ports repository
Modified files:
www/mod_perl2Makefile distinfo pkg-plist
Log:
- Update to 2.0.3
PR: ports/106051
Submitted by: Philip M. Gollucci <[EMAIL PROTECTED]>
Approved by:maintainer
Revision
On Mon, 25 Sep 2006 10:26:44 + (UTC)
Martin Wilke <[EMAIL PROTECTED]> wrote:
ups I forgot the Notes:
- Bump PORTREVISION
> miwi2006-09-25 10:26:44 UTC
>
> FreeBSD ports repository
>
> Modified files:
> www/mod_perl2Makefile
> Log:
> - Fix dependencies
>
>
miwi2006-09-25 10:26:44 UTC
FreeBSD ports repository
Modified files:
www/mod_perl2Makefile
Log:
- Fix dependencies
PR: ports/103612
Submitted by: Lars Eggert <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPath
1.53 +4 -0 po
vd 2006-02-27 15:12:02 UTC
FreeBSD ports repository
Modified files:
www/mod_perl2Makefile pkg-plist
Log:
Fix plist in apache 2.1+ case
PR: ports/92590 (based on)
Submitted by: Lars Eggert <[EMAIL PROTECTED]> (maintainer)
Reworked by:vd
Ap
edwin 2005-12-20 11:45:27 UTC
FreeBSD ports repository
Modified files:
www/mod_perl2Makefile distinfo pkg-plist
Log:
[MAINTAINER] www/mod_perl2: fix for apache21 and higher
- variant of the fix in ports/90312 (can be closed, too)
- warn if an a
28 matches
Mail list logo