non port: math/jakarta-commons-math3/Makefile |
Number of commits found: 17 |
Tuesday, 26 Nov 2019
|
21:46 jkim
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
|
Wednesday, 6 Nov 2019
|
14:00 antoine
Mark a few ports BROKEN (unfetchable)
|
Thursday, 30 Nov 2017
|
06:13 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
|
Saturday, 27 May 2017
|
00:20 linimon
Mark some ports failing on armv6, for errors classified as "???",
part 2.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Wednesday, 18 Jan 2017
|
13:20 tijl
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Monday, 11 May 2015
|
18:34 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
|
Wednesday, 24 Dec 2014
|
00:14 bofh
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt
|
Saturday, 14 Jun 2014
|
02:23 swills
- Update to 3.3
- Enabled build on JDK 1.7 since newer version builds with 1.7 with the MAKE_ENV
set
- Disable tests since they are fail intermittently due to system load
- Remove echo during install and unmute install commands
PR: 190721
Submitted by: swills (myself)
Approved by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) (all
except test disable)
|
Friday, 6 Jun 2014
|
17:52 swills
- Doesn't actually build with OpenJDK 1.7, so mark it as 1.6 only
With hat: portmgr@
|
Saturday, 26 Apr 2014
|
18:15 sunpoet
- Update to 3.2
- Add LICENSE
- Convert to new options framework
- Support STAGEDIR
Changes: http://svn.apache.org/viewvc/commons/proper/math/trunk/RELEASE-NOTES.txt
PR: ports/188801
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
|
Friday, 21 Feb 2014
|
13:38 ehaupt
Remove trailing whitespaces from category math
|
Monday, 10 Feb 2014
|
13:54 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)
|
Friday, 20 Sep 2013
|
20:55 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
|
Thursday, 2 May 2013
|
22:15 bapt
Please bmake(1)
|
Thursday, 21 Feb 2013
|
23:28 pawel
- Update to version 3.1
- Convert to OptionsNG
PR: ports/175095
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
|
Monday, 10 Dec 2012
|
13:43 bapt
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part3)
|
Friday, 25 May 2012
|
13:51 miwi
Commons Math is a library of lightweight, self-contained mathematics and
statistics components addressing the most common problems not available in the
Java programming language or Commons Lang.
WWW: http://jakarta.apache.org/commons/math/
PR: ports/166398
Submitted by: Muhammad Moinur Rahmanh <5u623l20@gmail.com>
|
Number of commits found: 17 |