notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: chinese/big5width/pkg-plist

Number of commits found: 6

Wednesday, 18 Jan 2017
13:20 tijl search for other commits by this committer
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)
Original commitRevision:431796 
Monday, 20 Oct 2014
08:38 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:371243 
Saturday, 31 May 2014
15:11 antoine search for other commits by this committer
Unbreak: @exec/@unexec already handle the symlink in the plist
While here, remove a directory belonging to mtree from the plist
Original commitRevision:355989 
Tuesday, 14 Nov 2006
19:01 rafan search for other commits by this committer
- 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.
Original commit
Saturday, 11 Nov 2006
21:27 rafan search for other commits by this committer
- 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.
Original commit
Friday, 10 Nov 2006
20:13 rafan search for other commits by this committer
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)
Original commit

Number of commits found: 6