Commit graph

15 commits

Author SHA1 Message Date
Mathieu Arnold
a6c40a689b Convert to UCL & cleanup pkg-message (categories a-c) 2019-08-13 16:00:39 +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
Rong-En Fan
8ed73fa040 Drop maintainership as I no longer use these software nor have time and
energy to keep up.
2015-01-16 17:28:13 +00:00
Baptiste Daroussin
5ddf8517a5 Cleanup plist 2014-10-20 08:38:21 +00:00
Antoine Brodin
e4e5c70803 Unbreak: @exec/@unexec already handle the symlink in the plist
While here, remove a directory belonging to mtree from the plist
2014-05-31 15:11:07 +00:00
Rong-En Fan
f143413937 Staging support 2014-05-30 14:09:51 +00:00
Baptiste Daroussin
f5750c6a0e Add NO_STAGE all over the place in preparation for the staging support (cat: chinese) 2013-09-20 16:01:22 +00:00
Mark Linimon
e2b45782f3 Catch up with usage of SRC_BASE introduced in bsd.port.mk r1.662. This
should fix the builds on pointyhat-west.

Hat:		portmgr
2011-02-22 06:18:50 +00:00
Pav Lucistnik
c4d4cacd63 - Remove conditional checks relevant only on FreeBSD 5.x and older 2009-01-05 17:27:29 +00:00
Gabor Kovesdan
42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00
Rong-En Fan
6fad553939 - Spelling 2007-03-07 02:33:19 +00:00
Rong-En Fan
82adc44458 - Now I understand what really happened. share/locale/zh_TW.UTF-8/LC_CTYPE
is a symlink to ../UTF-8/LC_CTYPE. So, changing the linking target is
  enough.

This should really fix pointyhat build.
2006-11-14 19:01:12 +00:00
Rong-En Fan
987d3cd3dd - Link is evil. Instead, we directly overwrite the locale file and
put it back when deinstall.

This should fix the build according to my tinderbox.
2006-11-11 21:27:12 +00:00
Rong-En Fan
0240b24fee - Try to fix build by not modifying base locale file. 2006-11-11 18:44:18 +00:00
Rong-En Fan
5521351915 Add big5width 1.0: Unicode width dirty fix for Big5 font (zh_TW.UTF-8 locale).
Obtained from:	Kuang-che Wu (kcwu at csie.org)
2006-11-10 20:13:09 +00:00