aboutsummaryrefslogtreecommitdiff
path: root/www/mod_webapp
Commit message (Collapse)AuthorAgeFilesLines
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-2/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* BROKEN on amd64 and ia64: Does not compileKris Kennaway2005-07-201-0/+4
| | | | Notes: svn path=/head/; revision=139760
* - fix build and unbreakClement Laforet2005-06-063-8/+27
| | | | | | | | | | - utilize DOCSDIR PR: ports/81459 Submitted by: leeym Notes: svn path=/head/; revision=136910
* - Since maintainer's address is bouncing, assign maintainership to apache@Clement Laforet2004-08-201-1/+1
| | | | | | | for safe-keeping. Notes: svn path=/head/; revision=116773
* Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15Ade Lovett2004-08-031-1/+1
| | | | | | | | | | All autotools ports are now truly versioned and do not conflict with each other. This marks the end of "Phase 1" of the autotools updates. Notes: svn path=/head/; revision=115365
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-4/+4
| | | | Notes: svn path=/head/; revision=110841
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Use the new Apache bits from bsd.port.mk.Joe Marcus Clarke2003-11-071-4/+2
| | | | | | | Submitted by: dinoex Notes: svn path=/head/; revision=93294
* libtool uber-patchAde Lovett2003-06-261-3/+3
| | | | | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly) Notes: svn path=/head/; revision=83696
* Make WKRDIRPREFIX clean.Sheldon Hearn2003-06-181-1/+1
| | | | | | | | Reported by: kris Submitted by: maintainer Notes: svn path=/head/; revision=83242
* Import mod_webapp, an Apache module that allows Tomcat applications to beSheldon Hearn2003-06-127-0/+237
mounted into an Apache server. Tomcat is a Java servlet and JSP engine. Apache is the popular webserver. This port is for Apache 1.3.x. PR: ports/53146 Submitted by: Andre Sachs <asachs@uunet.co.za> Notes: svn path=/head/; revision=82864