aboutsummaryrefslogtreecommitdiff
path: root/www/apache-forrest
Commit message (Collapse)AuthorAgeFilesLines
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-301-0/+1
| | | | | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run Notes: svn path=/head/; revision=455167
* Mark some ports failing on armv6, for errors classified as "???",Mark Linimon2017-05-271-0/+2
| | | | | | | | | | | part 2. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441819
* When there is a do-install target, do not use a post-install target, doMathieu Arnold2016-07-191-5/+1
| | | | | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=418767
* - Drop @dirrm* from plistDmitry Marakasov2015-10-231-321/+21
| | | | | | | | | - Add empty directories to plist Approved by: portmgr blanket Notes: svn path=/head/; revision=400054
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-222-2/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-4/+3
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* - Fix build on 8.X and 9.X, where make(1) does not supportNicola Vitale2014-07-111-4/+7
| | | | | | | | | | the @ modifier PR: 191765 Submitted by: Dan Lukes <dan@obluda.cz> Notes: svn path=/head/; revision=361592
* - Update to 0.9Nicola Vitale2014-07-044-502/+650
| | | | | | | | | | | | | | | | - Remove leading, undefined article from COMMENT - Sort variables - Use ${COPYTREE_SHARE} instead of ${FIND} and ${INSTALL_*} to install files - Add support for stage dir [1] - Remove pkg-message - Add files/pkg-message.in PR: 189978 [1] Submitted by: joe@thrallingpenguin.com Notes: svn path=/head/; revision=360508
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* Fix after Java 1.5 removal (this ports build nicely with openjdk6)Baptiste Daroussin2012-12-101-1/+1
| | | | Notes: svn path=/head/; revision=308621
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-4/+1
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part3) Notes: svn path=/head/; revision=308605
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-4/+0
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-211-1/+1
| | | | | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp Notes: svn path=/head/; revision=278068
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci2010-12-291-1/+0
| | | | | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=267133
* - Set JAVA_VERSION to 1.4 1.5 instead of 1.4+, because the program doesn't ↵Nicola Vitale2009-03-121-2/+2
| | | | | | | | | run with Java 6 - Bump PORTREVISION Notes: svn path=/head/; revision=229970
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Stop packaging mtree symlinksPav Lucistnik2008-03-141-2/+0
| | | | | | | | PR: ports/121691 Submitted by: Scot Hetzel <swhetzel@gmail.com> Notes: svn path=/head/; revision=209045
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 0.8Nicola Vitale2007-04-186-441/+740
| | | | Notes: svn path=/head/; revision=190313
* - Updated email address in my portsNicola Vitale2006-12-102-2/+2
| | | | | | | Approved by: alexbl (mentor) Notes: svn path=/head/; revision=179349
* - Drop dead mirrorPav Lucistnik2006-04-151-2/+0
| | | | | | | | | PR: ports/95718 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Approved by: nivit@users.sourceforge.net (Nicola Vitale) (maintainer) Notes: svn path=/head/; revision=159626
* - Add SHA256Pav Lucistnik2005-12-281-0/+1
| | | | | | | | PR: ports/91006 Submitted by: Nicola Vitale <nivit@users.sourceforge.net> (maintainer) Notes: svn path=/head/; revision=152267
* Update to bsd.java.mk 2.0Herve Quiroz2005-07-061-1/+2
| | | | Notes: svn path=/head/; revision=138600
* - Update to 0.7Herve Quiroz2005-07-069-892/+1421
| | | | | | | | | | - Add 'java' category PR: 83012 Submitted by: maintainer Notes: svn path=/head/; revision=138597
* Make fetchable again and add mirrors.Thierry Thomas2004-08-171-1/+7
| | | | | | | | PR: ports/70475 Submitted by: maintainer Notes: svn path=/head/; revision=116552
* Add apache-forrest 0.5.1, a tool for rapid development of smallThierry Thomas2004-05-237-0/+962
sites. PR: 58015 Submitted by: Nicola Vitale Notes: svn path=/head/; revision=109816