non port: www/apache-forrest/Makefile |
SVNWeb
|
Number of commits found: 24 |
Sat, 4 Apr 2020
|
[ 20:51 antoine ] (Only the first 10 of 520 ports in this commit are shown above. )
Deprecate ports broken for more than 6 months
|
Tue, 26 Nov 2019
|
[ 21:46 jkim ] (Only the first 10 of 443 ports in this commit are shown above. )
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342
|
Wed, 6 Nov 2019
|
[ 16:26 antoine ] (Only the first 10 of 283 ports in this commit are shown above. )
Mark a few ports BROKEN (unfetchable)
|
Thu, 30 Nov 2017
|
[ 06:13 linimon ] (Only the first 10 of 189 ports in this commit are shown above. )
For ports that are marked BROKEN on armv6, and also fail to build on
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
|
Sat, 27 May 2017
|
[ 00:20 linimon ] (Only the first 10 of 29 ports in this commit are shown above. )
Mark some ports failing on armv6, for errors classified as "???",
part 2.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Tue, 19 Jul 2016
|
[ 11:04 mat ] (Only the first 10 of 174 ports in this commit are shown above. )
When there is a do-install target, do not use a post-install target, do
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
|
Mon, 11 May 2015
|
[ 18:34 mat ] (Only the first 10 of 285 ports in this commit are shown above. )
Cleanup DIST* variables.
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
|
Fri, 11 Jul 2014
|
[ 23:16 nivit ]
- Fix build on 8.X and 9.X, where make(1) does not support
the @ modifier
PR: 191765
Submitted by: Dan Lukes <dan@obluda.cz>
|
Fri, 4 Jul 2014
|
[ 02:08 nivit ]
- Update to 0.9
- 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
|
Fri, 20 Sep 2013
|
[ 23:36 bapt ] (Only the first 10 of 2206 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
|
Mon, 10 Dec 2012
|
[ 17:34 bapt ]
Fix after Java 1.5 removal (this ports build nicely with openjdk6)
|
[ 13:43 bapt ] (Only the first 10 of 118 ports in this commit are shown above. )
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part3)
|
Thu, 21 Jul 2011
|
[ 05:03 linimon ] (Only the first 10 of 269 ports in this commit are shown above. )
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
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
|
Wed, 29 Dec 2010
|
[ 20:04 pgollucci ] (Only the first 10 of 208 ports in this commit are shown above. )
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav)
|
Thu, 12 Mar 2009
|
[ 23:09 nivit ]
- Set JAVA_VERSION to 1.4 1.5 instead of 1.4+, because the program doesn't run
with Java 6
- Bump PORTREVISION
|
Fri, 6 Jun 2008
|
[ 14:07 edwin ] (Only the first 10 of 230 ports in this commit are shown above. )
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)
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Wed, 18 Apr 2007
|
[ 21:14 nivit ]
- Update to 0.8
|
Sun, 10 Dec 2006
|
[ 01:21 nivit ] (Only the first 10 of 66 ports in this commit are shown above. )
- Updated email address in my ports
Approved by: alexbl (mentor)
|
Sat, 15 Apr 2006
|
[ 16:47 pav ]
- Drop dead mirror
PR: ports/95718
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by: nivit@users.sourceforge.net (Nicola Vitale) (maintainer)
|
Wed, 6 Jul 2005
|
[ 16:00 hq ]
Update to bsd.java.mk 2.0
|
[ 15:44 hq ]
- Update to 0.7
- Add 'java' category
PR: 83012
Submitted by: maintainer
|
Tue, 17 Aug 2004
|
[ 22:47 thierry ]
Make fetchable again and add mirrors.
PR: ports/70475
Submitted by: maintainer
|
Sun, 23 May 2004
|
[ 19:24 thierry ]
Add apache-forrest 0.5.1, a tool for rapid development of small
sites.
PR: 58015
Submitted by: Nicola Vitale
|
Number of commits found: 24 |