| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=431796
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415499
|
|
|
|
| |
Notes:
svn path=/head/; revision=372596
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- add stage support
- add licence
- rework MASTER / SLAVE ports
- slave depends now on MASTER port
- install only a dedicated start script
PR: 190154
Submitted by: ohauer
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=366749
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=366051
|
|
|
|
| |
Notes:
svn path=/head/; revision=347776
|
|
|
|
|
|
|
| |
math)
Notes:
svn path=/head/; revision=327746
|
|
|
|
|
|
|
| |
suppress any reference to JAVA_VERSION= 1.5+ (part3)
Notes:
svn path=/head/; revision=308605
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
|
|
|
|
| |
PR: ports/115338
Submitted by: Andreas Fehlner <fehlner at gmx.de> (maintainer)
Notes:
svn path=/head/; revision=197508
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix MASTER_SITES
PR: 90348
Submitted by: Andreas Fehlner <fehlner@gmx.de> (maintainer)
Approved by: clement (mentor)
Notes:
svn path=/head/; revision=151193
|
|
|
|
| |
Notes:
svn path=/head/; revision=142154
|
|
|
|
|
|
|
|
| |
PR: ports/85663
Submitted by: Andreas Fehlner <fehlner@gmx.de> (maintainer)
Notes:
svn path=/head/; revision=141879
|
|
|
|
|
|
|
| |
- Add 'java' category
Notes:
svn path=/head/; revision=128475
|
|
{german,french}/geonext will be slave-ports to this new, generalised one.
PR: ports/75784
Submitted by: Andreas Fehlner (fehlner@gmx.de)
Notes:
svn path=/head/; revision=128341
|