CVS log for ports/www/apache-jserv/Attic/Makefile
Up to [FreeBSD] / ports / www / apache-jserv
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.29
Mon Jun 8 06:01:52 2009 UTC (2 years, 8 months ago) by pgollucci
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.28: +1 -1 lines
2009-06-09 www/apache-jserv: superceeded by tomcat
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun May 10 07:25:57 2009 UTC (2 years, 9 months ago) by pgollucci
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -0 lines
o hasn't been released in 6+ years o in the apache archive, project no longer active o requires java 1.4 and below to compile o superceeded by Tomcat Set expiration 1 month
Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Jan 9 14:13:04 2009 UTC (3 years, 1 month ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
- Re-assign www/apache* ports to apache@ - Previous MATAINERs please welcome yourself to the apache@ team. Approved by: portmgr (pav, flz), secteam (simon), clement
Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Jun 6 14:06:46 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
Bump portrevision due to upgrade of devel/gettext. The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat May 19 20:24:27 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Mar 5 00:40:11 2007 UTC (4 years, 11 months ago) by linimon
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
Reset greg@greg.rim.or.jp due to maintainer-timeouts and no response to email. Hat: portmgr
Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Sep 7 13:04:19 2006 UTC (5 years, 5 months ago) by hq
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +7 -12 lines
- Update to bsd.java.mk 2.0
- Use bsd.java.mk macros: ${JAVAJARDIR}, ${JAVALIBDIR} and ${JAVASHAREDIR}
PR: 102404
Submitted by: hq
Approved by: maintainer timeout
Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:39:34 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
Conversion to a single libtool environment. Approved by: portmgr (kris)
Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:51:27 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Sep 19 11:52:12 2005 UTC (6 years, 4 months ago) by clement
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -0 lines
- Define APACHE_COMPAT It fixed INDEX build with next exp-build patchset and prepare a smooth migration to bsd.apache.mk It's a no-op for now. Approved by: portmgr (self)
Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Dec 7 12:35:18 2004 UTC (7 years, 2 months ago) by vs
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
Chase URLs PR: ports/74802 Submitted by: Manfred N. Riem Approved by: maintainer
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:17:30 2004 UTC (7 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_10_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:09:23 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Nov 7 09:12:48 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.15: preferred, colored
Changes since revision 1.15: +3 -3 lines
Use the new Apache bits from bsd.port.mk. Submitted by: dinoex
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Feb 21 14:01:12 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -0 lines
De-pkg-comment.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Aug 29 18:50:11 2002 UTC (9 years, 5 months ago) by znerd
Branches: MAIN
CVS tags: RELEASE_5_0_0, RELEASE_4_7_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +7 -5 lines
Convert this port to use the new bsd.java.mk structure, so it doesn't try to install jdk-1.1.8 when the user has a newer version of java installed. Submitted by: Dave Glowacki <dglo@hyde.ssec.wisc.edu> PR: 39902
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Jun 16 01:54:07 2002 UTC (9 years, 7 months ago) by glewis
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Fix dependencies to be in sync with the recent JDK ports renaming. Forgotten by: znerd
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Dec 8 10:35:13 2001 UTC (10 years, 2 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1 lines
install docs to the proper dir bump port revisioin PR: 27610 Submitted by: KUNISHIMA Takeo <kunishi@acm.org>
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Feb 5 15:33:11 2001 UTC (11 years ago) by olgeni
Branches: MAIN
CVS tags: RELEASE_4_4_0, RELEASE_4_3_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Some spaces -> tabs for ports/www.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Nov 13 04:48:16 2000 UTC (11 years, 3 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -3 lines
- Provide the full path for gmake(1) so configure doesn't fall over. - Re-order a couple of USE_* directives. - Add USE_PERL5 since it does. - Pass the configure script the full patch to perl. PR: 22693 Reviewed by: Allan Bowhill <kosmos@bowhill.yi.org>
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Oct 8 10:23:08 2000 UTC (11 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Jul 7 19:23:32 2000 UTC (11 years, 7 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_4_1_1, RELEASE_4_1_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -4 lines
Update to version 1.1.2. PR: 19599 Submitted by: Palle Girgensohn <girgen@partitur.se>
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon May 29 03:24:52 2000 UTC (11 years, 8 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_3_5_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -4 lines
Update to version 1.1.1. PR: 18668 Submitted by: Palle Girgensohn <girgen@partitur.se>
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Apr 30 19:41:21 2000 UTC (11 years, 9 months ago) by steve
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +8 -1 lines
Portlint, deinstall cleanly, and put the .jar files where they belong. PR: 17835 Submitted by: Palle Girgensohn <girgen@partitur.se>
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Apr 10 00:04:15 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -4 lines
Update with the new PORTNAME/PORTVERSION variables
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Feb 10 14:19:14 2000 UTC (12 years ago) by kuriyama
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +22 -27 lines
Update to v1.1. Submitted by: greg@greg.rim.or.jp (Kensaku Masuda) PR: ports/16600 # I don't like to use directory ${PREFIX}/docs. But it seems it is # difficult to move it to somewhere.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Aug 31 02:42:38 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
CVS tags: RELEASE_3_4_0, RELEASE_3_3_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
$Id$ -> $FreeBSD$
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Aug 29 15:14:12 1999 UTC (12 years, 5 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Apache installation is needed to build this port.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Jun 30 22:03:11 1999 UTC (12 years, 7 months ago) by kuriyama
Branches: GREG
CVS tags: v1_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Loadable servlet module for apache. PR: ports/10389 (part of) Submitted by: greg@greg.rim.or.jp
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jun 30 22:03:11 1999 UTC (12 years, 7 months ago) by kuriyama
Branches: MAIN
Initial revision
