Commit graph

16 commits

Author SHA1 Message Date
Mark Linimon
bf43557044 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
2017-11-30 06:13:34 +00:00
Mark Linimon
c52a715800 Mark some ports failing on armv6, for errors classified as "???",
part 2.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-27 00:20:19 +00:00
Tijl Coosemans
02f27a83b4 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)
2017-01-18 13:20:31 +00:00
Dmitry Marakasov
4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +00:00
Mathieu Arnold
88bfe4bd43 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
2015-05-11 18:34:57 +00:00
Muhammad Moinur Rahman
6d2e8f9aeb Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by:	bapt
2014-12-24 00:14:11 +00:00
Steve Wills
8c74096f29 - 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)
2014-06-14 02:23:00 +00:00
Steve Wills
340f2a29cd - Doesn't actually build with OpenJDK 1.7, so mark it as 1.6 only
With hat:	portmgr@
2014-06-06 17:52:34 +00:00
Sunpoet Po-Chuan Hsieh
e8161ca5f9 - 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)
2014-04-26 18:15:36 +00:00
Emanuel Haupt
9c3c366d48 Remove trailing whitespaces from category math 2014-02-21 13:38:05 +00:00
Emanuel Haupt
5005b67362 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)
2014-02-10 13:54:26 +00:00
Baptiste Daroussin
ce5e457020 Add NO_STAGE all over the place in preparation for the staging support (cat: math) 2013-09-20 20:55:04 +00:00
Baptiste Daroussin
da1dfb3dbb Please bmake(1) 2013-05-02 22:15:08 +00:00
Pawel Pekala
6b9f13b4e8 - Update to version 3.1
- Convert to OptionsNG

PR:		ports/175095
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2013-02-21 23:28:21 +00:00
Baptiste Daroussin
9c526f7217 Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part3)
2012-12-10 13:43:43 +00:00
Martin Wilke
fba7922ca4 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>
2012-05-25 13:51:37 +00:00