Skip site navigation (1)Skip section navigation (2)

CVS log for ports/www/mod_perl2/Makefile

[BACK] Up to [FreeBSD] / ports / www / mod_perl2

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.75: download - view: text, markup, annotated - select for diffs
Sat Sep 17 06:49:19 2011 UTC (4 months, 3 weeks ago) by sunpoet
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +1 -1 lines
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+

With hat:	perl

Revision 1.74: download - view: text, markup, annotated - select for diffs
Sat Aug 20 17:27:45 2011 UTC (5 months, 3 weeks ago) by ohauer
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +2 -1 lines
 - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined

Revision 1.73: download - view: text, markup, annotated - select for diffs
Sun May 22 22:05:07 2011 UTC (8 months, 2 weeks ago) by ohauer
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +9 -18 lines
- update to mod_perl-2.0.5

committed with hat apache@

PR:		ports/155026 ports/155586 ports/157246

Revision 1.72: download - view: text, markup, annotated - select for diffs
Tue May 25 20:17:34 2010 UTC (20 months, 2 weeks ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +1 -0 lines
Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mk
in Mk/bsd.ports.mk due to ordering in Mk/bsd.port.mk.  This causes OPTIONSFILE
to be incorrectly set during some make phases as a result of the recent
PKGNAMEPREFIX for apache ports.

'Revert' some of the PKGNAMEPREFIX changes for apXX-.
   - Must be manually requested in tbe port Makefile either by
     a) AP_FAST_BUILD=yes
     b) PKGNAMEPREFIX=${APACHE_PKGNAMEPREFIX}
   - Going forward, we will only do this for ports where WITH_APACHE
       is NOT optional, but required.  mod_* ports are a good fit.

141 ports are mod_ ports
  80 of those use AP_FAST_BUILD and thus are auto hooked by this patch [a].
  61 remaining are then patched to mirror the other $lang frameworks [b].

PR:             ports/146956
Reported by:    Hans F. Nordhaug <Hans.F.Nordhaug@hiMolde.no>, several
Discussed with: pav, itectu on #bsdports
Tested by:      P6 TB run
Approved by:    portmgr (pav)

Revision 1.71: download - view: text, markup, annotated - select for diffs
Wed May 19 19:18:35 2010 UTC (20 months, 3 weeks ago) by pgollucci
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +0 -4 lines
- ThreadRWLock works with devel/apr0.

Reported by:    QAT

Revision 1.70: download - view: text, markup, annotated - select for diffs
Wed May 19 18:45:03 2010 UTC (20 months, 3 weeks ago) by pgollucci
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -2 lines
- 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
Forgotten by:   pgollucci (myself)

Revision 1.69: download - view: text, markup, annotated - select for diffs
Thu Apr 29 17:30:24 2010 UTC (21 months, 1 week ago) by pgollucci
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -1 lines
- Assign some ports to apache@

Note: net/luasocket is a direct requirement for mod_wombat which will be
      very core to httpd 2.4.x+ (www/apache24)

Revision 1.68: download - view: text, markup, annotated - select for diffs
Sat May 16 06:27:51 2009 UTC (2 years, 8 months ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -0 lines
- Mark most of my ports MAKE_JOBS_SAFE=yes

Tested by: several builds in P6 TB

Revision 1.67: download - view: text, markup, annotated - select for diffs
Sat May 16 02:07:21 2009 UTC (2 years, 8 months ago) by pgollucci
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +2 -1 lines
Pull r760926 from stream to fix CVE-2009-0796
This will be fixed in 2.0.5 and can be removed

SVN:        http://svn.apache.org/viewvc?rev=760926&view=rev
Security:   http://www.vuxml.org/freebsd/4a638895-41b7-11de-b1cc-00219b0fc4d8

Revision 1.66: download - view: text, markup, annotated - select for diffs
Wed Jan 14 20:13:00 2009 UTC (3 years ago) by pav
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +2 -1 lines
- Fix plist with perl 5.8.9

Revision 1.65: download - view: text, markup, annotated - select for diffs
Wed Jul 23 02:43:52 2008 UTC (3 years, 6 months ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +1 -1 lines
Update my ports to my freebsd address

Approved by:    araujo (mentor)

Revision 1.64: download - view: text, markup, annotated - select for diffs
Thu Jul 3 01:48:34 2008 UTC (3 years, 7 months ago) by araujo
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +9 -1 lines
- With apr 1.x and THREADS, ThreadRWLock is also now XS Wrapped and installed conditionally.

PR:		ports/125151
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com> (maintainer)

Revision 1.63: download - view: text, markup, annotated - select for diffs
Mon Jun 23 18:16:05 2008 UTC (3 years, 7 months ago) by araujo
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +1 -1 lines
- Only correct a character, minor fix.

Submitted by:	"Philip M. Gollucci" <pgollucci@ridecharge.com> (maintainer) via email

Revision 1.62: download - view: text, markup, annotated - select for diffs
Sat Jun 7 15:31:21 2008 UTC (3 years, 8 months ago) by araujo
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +15 -7 lines
- Update to 2.0.4.

Changes: http://perl.apache.org/dist/mod_perl-2.0-current/Changes

PR:		ports/123535
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com> (maintainer)
Reworked by:	araujo (myself)

Revision 1.61: download - view: text, markup, annotated - select for diffs
Wed Jan 23 18:28:53 2008 UTC (4 years ago) by pav
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -2 lines
- ThreadMutex manpage seems to be installed regardless the threading state

Reported by:	pointyhat
Pointy hat to:	pav

Revision 1.60: download - view: text, markup, annotated - select for diffs
Sat Jan 19 19:30:19 2008 UTC (4 years ago) by pav
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +16 -3 lines
- Make the threadedness depend on the actual build of apr-util/apr, instead on
  an Apache version

PR:		ports/118307 (adapted from)
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com> (maintainer)

Revision 1.59: download - view: text, markup, annotated - select for diffs
Fri Jan 18 14:07:01 2008 UTC (4 years ago) by wxs
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -0 lines
Fix an oversight in pkg-message.  Use APACHEMODDIR instead of a
hard-coded path.  No PORTREVISION bump necessary as the default package
will remain the same.

PR: 		119438
Submitted by:	Terry Sposato <terry@sucked-in.com>
Approved by:	Philip M. Gollucci (maintainer), garga (mentor)

Revision 1.58: download - view: text, markup, annotated - select for diffs
Mon Sep 10 00:45:02 2007 UTC (4 years, 5 months ago) by linimon
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -2 lines
Fix up after bsd.perl.mk import.

Hat:	portmgr

Revision 1.57: download - view: text, markup, annotated - select for diffs
Sat Sep 8 01:10:26 2007 UTC (4 years, 5 months ago) by linimon
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -6 lines
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr

Revision 1.56: download - view: text, markup, annotated - select for diffs
Wed Jun 27 20:42:57 2007 UTC (4 years, 7 months ago) by erwin
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +4 -1 lines
mod_perl 2.x does not properly escape PATH_INFO before use in a
regular expression

PR:		113988
Submitted by:	Henrik Brix Andersen <henrik@brixandersen.dk>
Approved by:	maintainer override (3 days, security)
Security:	CVE-2007-1349,
		VuXML ef2ffb03-f2b0-11db-ad25-0010b5a0a860

Revision 1.55: download - view: text, markup, annotated - select for diffs
Mon Dec 4 00:07:10 2006 UTC (5 years, 2 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -14 lines
- Fix Upgrade problems
- Pass maintainership to submitter
- Fixes the -march= nothing which is not 2.0.3 specific.
- Removes the pre-everthing warning for www/apache22
- Bump PORTREVISION

Submitted by:   Philip M. Gollucci" <Philip.Gollucci@ticketmaster.com>
Approved by:	maintainer

Revision 1.54: download - view: text, markup, annotated - select for diffs
Sat Dec 2 00:33:01 2006 UTC (5 years, 2 months ago) by miwi
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -3 lines
- Update to 2.0.3

PR:		ports/106051
Submitted by:	Philip M. Gollucci <pgollucci@apache.org>
Approved by:	maintainer

Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Sep 25 10:26:44 2006 UTC (5 years, 4 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +4 -0 lines
- Fix dependencies

PR:		ports/103612
Submitted by:	Lars Eggert <lars.eggert@gmx.net> (maintainer)

Revision 1.52: download - view: text, markup, annotated - select for diffs
Mon Feb 27 15:12:01 2006 UTC (5 years, 11 months ago) by vd
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +6 -0 lines
Fix plist in apache 2.1+ case

PR:		ports/92590 (based on)
Submitted by:	Lars Eggert <lars.eggert@gmx.net> (maintainer)
Reworked by:	vd
Approved by:	portmgr (erwin), Lars Eggert <lars.eggert@gmx.net> (maintainer)

Revision 1.51: download - view: text, markup, annotated - select for diffs
Tue Dec 20 11:45:27 2005 UTC (6 years, 1 month ago) by edwin
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +18 -16 lines
[MAINTAINER] www/mod_perl2: fix for apache21 and higher

	- variant of the fix in ports/90312 (can be closed, too)

	- warn if an apache newer than apache20 is used
	  (maintainer can't test)

	- remove warning about API change, it's been a year

PR:		ports/90655
Submitted by:	Lars Eggert <lars.eggert@gmx.net>

Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Oct 21 18:04:57 2005 UTC (6 years, 3 months ago) by ehaupt
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
Update to 2.0.2

PR:		87776
Submitted by:	Lars Eggert <lars.eggert@gmx.net> (maintainer)

Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Jun 22 14:35:57 2005 UTC (6 years, 7 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -1 lines
- Update to 2.0.1

PR:		ports/82522
Submitted by:	Lars Eggert <lars.eggert@gmx.net> (maintainer)

Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri May 20 15:13:38 2005 UTC (6 years, 8 months ago) by jylefort
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +11 -11 lines
Update to 2.0.0

PR:		ports/81302
Submitted by:	maintainer

Revision 1.47: download - view: text, markup, annotated - select for diffs
Thu May 19 15:50:05 2005 UTC (6 years, 8 months ago) by pav
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +17 -14 lines
- Update to 2.0.0r6

PR:		ports/81192
Submitted by:	Lars Eggert <lars.eggert@gmx.net> (maintainer)

Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue May 17 17:13:43 2005 UTC (6 years, 8 months ago) by sem
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +43 -11 lines
- Update to 2.0.0-R5
  This release has significant change in API.
  All old code *will* broken.
  Read how to fix it here: http://perl.apache.org/docs/2.0/rename.html

PR:		ports/79962
Submitted by:	maintainer

Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Apr 20 05:38:24 2005 UTC (6 years, 9 months ago) by sem
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -0 lines
- Bump PORTEPOCH as we had a rollback

Reported by:	kris (chkversion)

Revision 1.44: download - view: text, markup, annotated - select for diffs
Tue Apr 19 06:09:39 2005 UTC (6 years, 9 months ago) by sem
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +11 -43 lines
- Roll back the last commit as since API has changed
  and it can break all mod_per2 ports.

Reported by:	Daniel Gerzo <danger@rulez.sk>

Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Apr 15 17:10:28 2005 UTC (6 years, 9 months ago) by sem
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +43 -11 lines
- Update to 2.0.0r5

PR:		ports/79962
Submitted by:	maintainer

Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue Jan 11 17:32:29 2005 UTC (7 years, 1 month ago) by mat
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -3 lines
Update to 2.0.0r3

PR:		76044
Submitted by:	maintainer

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Jan 8 10:46:24 2005 UTC (7 years, 1 month ago) by mat
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -7 lines
Update to 2.0.0-rc2

Submitted by: maintainer

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sun Dec 19 02:06:53 2004 UTC (7 years, 1 month ago) by clement
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -0 lines
- Fix plist

Reported by:	pointyhat via kris
PR:		ports/75237
Submitted by:	Lars Eggert <lars.eggert@gmx.net> (maintainer)

Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Dec 14 02:32:59 2004 UTC (7 years, 1 month ago) by sem
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +8 -8 lines
- Update to 1.99r18 (aka 2.0RC1)

PR:		ports/75016
Submitted by:	maintainer

Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Dec 1 10:22:06 2004 UTC (7 years, 2 months ago) by clement
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
- update to 1.99r17

PR:		ports/74444
Submitted by:   Lars Eggert <lars.eggert@gmx.net> (maintainer)

Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Sep 2 07:13:13 2004 UTC (7 years, 5 months ago) by sem
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +9 -3 lines
Update to 1.99r16.

PR:		ports/71266
Submitted by:	maintainer

Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Jun 2 10:50:25 2004 UTC (7 years, 8 months ago) by mat
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +5 -4 lines
Update to 1.99r14

PR:		67443
Submitted by:	Lars Eggert <lars dot eggert at gmx dot net>

Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri May 14 16:14:12 2004 UTC (7 years, 8 months ago) by mat
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +9 -16 lines
Update to 1.99r13

PR:		66604
Submitted by:	maintainer

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Feb 14 16:35:46 2004 UTC (7 years, 11 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -4 lines
- Fix up pkg-plist

PR:		ports/62603 (based on)
Submitted by:	Christopher Nehren <apeiron@comcast.net>
Approved by:	maintainer

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Feb 6 23:27:10 2004 UTC (8 years ago) by kris
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +4 -0 lines
BROKEN on perl 5.8: Broken pkg-plist

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Jan 19 00:56:11 2004 UTC (8 years ago) by linimon
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
Update maintainer's email address (prompted by detailed autoreply to
a message I just forwarded).

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Jan 5 13:22:21 2004 UTC (8 years, 1 month ago) by kuriyama
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -3 lines
o Upgrade to 1.99r12.
o Fix plist.

Approved by:	maintainer

Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Nov 7 09:12:54 2003 UTC (8 years, 3 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +3 -5 lines
Use the new Apache bits from bsd.port.mk.

Submitted by:	dinoex

Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Nov 5 22:18:44 2003 UTC (8 years, 3 months ago) by krion
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -0 lines
- Add pkg-message

PR:		58975
Submitted by:	maintainer

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Nov 2 23:29:08 2003 UTC (8 years, 3 months ago) by naddy
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +5 -10 lines
* Fix install with perl < 5.8.

PR:		58490
Submitted by:	Lars Eggert <larse@isi.edu>
Reported by:	Peter McGarvey <xaphod@packet.org.uk>

* Use PERL_CONFIGURE.
* Fix packing list.

Approved by:	maintainer

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Oct 24 12:04:29 2003 UTC (8 years, 3 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +0 -1 lines
utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Oct 21 07:31:59 2003 UTC (8 years, 3 months ago) by foxfair
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +5 -4 lines
PR:		58288
Submitted by:	maintainer
Reviewed by:
Approved by:
Obtained from:
MFC after:
Upgrade www/mod_perl2 to 1.99r10, this is a security release for
Perl 5.8.1. For detail please refer:

http://aspn.activestate.com/ASPN/Mail/Message/modperl/1836735

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue May 20 08:48:34 2003 UTC (8 years, 8 months ago) by nork
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_9_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +6 -9 lines
Update to 1.99r09.

PR:		ports/52450
Submitted by:	Lars Eggert <larse@isi.edu> (maintainer)

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Feb 21 14:01:21 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -0 lines
De-pkg-comment.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Feb 19 02:52:09 2003 UTC (8 years, 11 months ago) by nork
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +6 -2 lines
Correct MAN3 and pkg-plist.

Pointed out by:	bento via kris
Submitted by:	Lars Eggert <larse@ISI.EDU> (maintainer)

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Feb 14 15:16:24 2003 UTC (8 years, 11 months ago) by nork
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +0 -0 lines
[Forced commit]

I forgot submitter information about last commit.

PR:		ports/48268
Submitted by:	Lars Eggert <larse@isi.edu>

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Feb 14 10:26:02 2003 UTC (8 years, 11 months ago) by nork
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +36 -39 lines
[recommit]

Update to mod_perl2 1.99r08 for Apache2.

Pointed out by:	vanilla
Repo copied by:	joe (cvs hat)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Sep 3 06:26:02 2002 UTC (9 years, 5 months ago) by dinoex
Branches: MAIN
CVS tags: old_RELEASE_5_0_0, old_RELEASE_4_7_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -2 lines
Support APACHE_PORT to build with desired apache13* port.
Reviewed by:	vanilla

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Jun 19 12:35:52 2002 UTC (9 years, 7 months ago) by sheldonh
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
Update to mod_perl-1.27.

The person who requested this change says that mail to the maintainer
bounces.  I have confirmed this.

I will understand if the maintainer backs this change out and handles
the update differently later.

Requested by:	Mars G Miro <mars@cannoncreek.com>

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Feb 20 12:09:48 2002 UTC (9 years, 11 months ago) by sheldonh
Branches: MAIN
CVS tags: old_RELEASE_5_0_DP1, old_RELEASE_4_6_2, old_RELEASE_4_6_1, old_RELEASE_4_6_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Hand over maintainership to vanilla.

Requested by:	vanilla
Message-ID:	<20020220071014.GA5708@fatpipi.cirx.org>

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Jul 18 10:07:41 2001 UTC (10 years, 6 months ago) by sheldonh
Branches: MAIN
CVS tags: old_RELEASE_4_5_0, old_RELEASE_4_4_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Update to mod_perl-1.26.

PR:		ports/29031
Submitted by:	Joseph Scott <joseph.scott@owp.csus.edu>

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon May 28 20:52:46 2001 UTC (10 years, 8 months ago) by sheldonh
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -1 lines
On deinstall, deactivate mod_perl in whichever of httpd.conf and
httpd.conf.default exist.

This is a best attempt at resolving the problem where the system
is left changed from before a mod_perl installation after mod_perl
is removed.

If only apxs had an option to revert module activation.

Requested by:	asami

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Mar 21 03:07:17 2001 UTC (10 years, 10 months ago) by vanilla
Branches: MAIN
CVS tags: old_RELEASE_4_3_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -5 lines
Remove BROKEN for 3.*, because we don't support 3.* anymore.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Mar 6 17:15:02 2001 UTC (10 years, 11 months ago) by sheldonh
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
The previous revision was bogus.  Call pkg-install with the correct
number of arguments.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Mar 6 11:39:27 2001 UTC (10 years, 11 months ago) by sheldonh
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Fix the execution of the pkg-install script for the port's post-install
case.  When I tested my porting work, I kept on using ``make package''
and testing the installation of the package, without testing the
"install from the port" case.

Reported by:	Mike Harding <mvh@corp.namesafe.com>

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Feb 15 10:50:17 2001 UTC (10 years, 11 months ago) by sheldonh
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1 lines
Fix PREFIX-clean breakage for libperl.so by breaking out its
installation from the mod_perl MakeMaker mess into the port's Makefile.

This port is now PREFIX-clean.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Feb 14 13:33:14 2001 UTC (10 years, 11 months ago) by sheldonh
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +8 -3 lines
Update to mod_perl-1.25.

Like any port that relies on Perl5's MakeMaker, this was horribly
PREFIX-unclean.  It's now PREFIX-clean for everything except libperl.so,
which will require a rethink of pkg-install.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Feb 5 15:33:31 2001 UTC (11 years ago) by olgeni
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Some spaces -> tabs for ports/www.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon May 22 10:02:51 2000 UTC (11 years, 8 months ago) by sheldonh
Branches: MAIN
CVS tags: old_RELEASE_4_2_0, old_RELEASE_4_1_1, old_RELEASE_4_1_0, old_RELEASE_3_5_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Update 1.22_02 -> 1.24:

	Mostly non-critical bugfixes.

While a few new features have been added, most folks who need to upgrade
will know about the bugs that have been biting them.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Apr 16 11:30:44 2000 UTC (11 years, 9 months ago) by paul
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Upgrade to version 1.22

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Apr 10 00:05:55 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
Update with the new PORTNAME/PORTVERSION variables

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Mar 10 10:42:30 2000 UTC (11 years, 11 months ago) by sheldonh
Branches: MAIN
CVS tags: old_RELEASE_4_0_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Null commit:

Neglected to mention in previous commit message that it was possible
to unbreak the port because of recent changes to the perl5 build
in the base system.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Mar 10 10:41:13 2000 UTC (11 years, 11 months ago) by sheldonh
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +9 -5 lines
Unbreak for CURRENT and upgrade to 1.21_02, which incorporates lots
of bugfixes and documentation improvements.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jan 18 14:27:11 2000 UTC (12 years ago) by sheldonh
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -6 lines
Mark BROKEN for STABLE as well.  Whatever difference between STABLE
and CURRENT used to allow this to work has gone away. :-(

PR:		14924

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jan 12 16:46:53 2000 UTC (12 years, 1 month ago) by sheldonh
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +16 -6 lines
Mark BROKEN for CURRENT with appropriate reference to a PR.

Install src/modules/perl/*.h (suggested by author).

Change some ${PREFIX} to ${LOCALBASE}.

Add RUN_DEPENDS for apache.  Although this breaks the ability to
select an Apache flavour for the package, it's necessary (asami).

PR:		15988
Submitted by:	Igor Vinokurov <igor@zynaps.ru>

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Nov 9 10:37:33 1999 UTC (12 years, 3 months ago) by sheldonh
Branches: MAIN
CVS tags: old_RELEASE_3_4_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -5 lines
Correct dependencies for installing a RADIUS-capable Apache server.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Nov 5 14:50:26 1999 UTC (12 years, 3 months ago) by sheldonh
Branches: old_DOUGM
CVS tags: old_v0_21
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of mod_perl 1.21.

This is mod_perl for Apache.  It is intended as a replacement for the
p5-Apache port.  Instead of creating a replacement httpd binary with
mod_perl linked into it, it uses Apache's APXS to create and install
mod_perl as a DSO.

This makes it suitable for use with apachexx-xxx ports other than
apache13.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Nov 5 14:50:26 1999 UTC (12 years, 3 months ago) by sheldonh
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options