Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.1 07 Oct 2019 08:19:49 |
ale |
Update commons-daemon to 1.2.2 release and rename from jakarta to apache. |
1.2.1 30 Sep 2019 14:55:22 |
ale |
Update to 1.2.1 release. |
1.1.0 29 Jun 2018 13:37:54 |
ale |
Fix build on aarch64, armv6, armv7.
PR: 229382
Submitted by: tobik |
1.1.0 18 Mar 2018 15:11:37 |
linimon |
Fails the same way on aarch64 as on armvX.
Approved by: portmgr (tier-2 blanket) |
1.1.0 30 Nov 2017 06:13:35 |
linimon |
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 |
1.1.0 23 Nov 2017 13:14:48 |
ale |
Update to 1.1.0 release. |
1.0.15 27 May 2017 22:30:08 |
linimon |
Mark some ports failing on armv6, for errors classified as "missing_header".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
1.0.15 11 May 2015 18:34:58 |
mat |
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 |
1.0.15 12 May 2014 13:50:12 |
ale |
Stagify. |
1.0.15 21 Feb 2014 13:36:13 |
ehaupt |
Remove trailing whitespaces from category devel |
1.0.15 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
1.0.15 30 Dec 2013 20:55:19 |
ohauer |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
1.0.15 20 Sep 2013 17:04:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
1.0.15 24 Apr 2013 15:41:23 |
ale |
Update to 1.0.15 release.
PR: ports/178109
Submitted by: girgen |
1.0.10_1 10 Dec 2012 11:25:28 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to USE_JAVA= 1.5+ (part1) |
1.0.10_1 13 Jun 2012 11:21:24 |
ale |
Fix and improve -wait parameter support. |
1.0.10 26 Mar 2012 13:21:03 |
ale |
Update to 1.0.10 release:
- complete port overhaul
- install documentation
- add LICENSE
- take maintainership
- avoid unexpected sleep()s
Approved by: maintainer
Feature safe: yes |
1.0.3 21 Jul 2011 05:03:02 |
linimon |
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 |
1.0.3 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.0.3 20 Sep 2010 09:20:29 |
decke |
- Remove leftover file from last commit
Reported by: Simon Olofsson <simon at olofsson dot de> |
1.0.3 20 Sep 2010 08:35:24 |
decke |
- Update to 1.0.3
- Unbreak on amd64
- Pet Portlint
- Update WWW
PR: ports/149722
Submitted by: Simon Olofsson <simon at olofsson dot de>
Approved by: Ronald Klop <ronald at echteman dot nl> (maintainer), beat
(co-mentor) |
1.0.1 27 Feb 2008 15:10:54 |
ehaupt |
Apache Commons project are no longer hosted under MASTER_SITES_APACHE
jakarta/commons subdirectory, they have been moved one directory up.
Introduce MASTER_SITE_APACHE_COMMONS_SOURCE and adjust 22 ports accordingly.
PR: 121041
Submitted by: Marcin Cieslak <saper@system.pl>
Approved by: portmgr (linimon) |
1.0.1 29 Jul 2007 01:15:26 |
pav |
- Mark BROKEN outside i386 |
1.0.1 09 Jul 2007 17:13:53 |
miwi |
- Remove Makefile.orgi |
1.0.1 09 Jul 2007 17:09:58 |
miwi |
Wrapper code to start/stop a Java application as a daemon.
Daemon is made of 2 parts. One written in C that makes the
interface to the operating system and the other in Java that
provides the Daemon API.
WWW: http://jakarta.apache.org/commons/daemon/
PR: ports/114431
Submitted by: Ronald Klop <ronald at echteman.nl> |