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: devel/gettext/pkg-plist

Number of commits found: 34

Saturday, 29 Nov 2014
18:22 tijl search for other commits by this committer
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools.  The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:373636 
Friday, 31 Oct 2014
14:58 bapt search for other commits by this committer
Strip binaries
Remove useless @exec mkdir
Original commitRevision:371843 
Monday, 27 Oct 2014
10:10 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:371544 
Wednesday, 20 Aug 2014
18:22 bdrewery search for other commits by this committer
Remove excess whitespace
Original commitRevision:365501 
Wednesday, 29 Jan 2014
20:24 tijl search for other commits by this committer
- Add two new arguments to USES=iconv so ports can indicate they use GNU
  iconv extensions that the base system iconv doesn't support yet:
  * wchar_t: port uses the special WCHAR_T character conversion.
  * translit: port uses //TRANSLIT or //IGNORE conversion options.
  Adding one or both of these arguments makes the port depend on
  converters/libiconv for now.
- Allow installation of converters/libiconv on FreeBSD 10+.
- Use ICONV_CONFIGURE_ARG in devel/gettext instead of defining CPPFLAGS
  and LDFLAGS to fix compilation with libiconv installed.
- Stage converters/libiconv and devel/gettext.

Approved by:	bapt (on trust)
Original commitRevision:341775 
Tuesday, 21 Jan 2014
23:40 bapt search for other commits by this committer
Fix properties on pkg-plist
Original commitRevision:340674 
Tuesday, 16 Jul 2013
05:42 ade search for other commits by this committer
- Update devel/automake to 1.14
- Update devel/gettext to 0.18.3
- Fix known-broken (from exp-runs) ports
- Clean up a lot of cruft in the devel/gettext port itself,
  based on work from tijl@

PR:		178883
Submitted by:	ade
Sponsored by:	Wadsworth 6X
Original commitRevision:323088 
Monday, 18 Mar 2013
11:40 bapt search for other commits by this committer
Fix a long standing bug of lib/charset.alias being overwritten, modified, and
badly tracked by ports.

Make lib/charset.alias a file only provided by converters/libiconv
Create a new USES: charsetfix, that will modify in post patch the Makefile.in to
prevent a port from modifying/overwritting the charset.alias file during make
install.
Prevent devel/gettext from installing that files.
Fix a couple of ports that actually touch charset.alias during the build phase.

Based on a patch by ale
(http://lists.freebsd.org/pipermail/freebsd-gnome/2012-October/027747.html)

Approved by:	kwm (gnome)
Exp-run by:	miwi
Original commitRevision:314556 
Wednesday, 15 Sep 2010
18:35 ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Original commit
Monday, 31 May 2010
01:51 ade search for other commits by this committer
Update to 0.18

Tested by:      -exp run (pav)
Hat:            Extra kevlar
Original commit
Friday, 6 Jun 2008
02:36 ade search for other commits by this committer
Major autotools-related update:

        automake        1.10   -> 1.10.1
        gettext         0.16.1 -> 0.17
        libtool         1.5.24 -> 1.5.26
        m4              1.4.9  -> 1.4.11

Please see ports/UPDATING entry 20080605 for further information.

PR:             123450
Tested by:      Full -exp package building run
Thanks to:      linimon, pav
Approved by:    portmgr
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Saturday, 17 Mar 2007
22:37 ade search for other commits by this committer
Update to 0.16.1

Many thanks to all those that tested this update, particularly the
FreeBSD GNOME team.
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Sunday, 22 Jan 2006
05:52 edwin search for other commits by this committer
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
Original commit
Friday, 17 Jun 2005
17:11 ade search for other commits by this committer
Update to 0.14.5

Tested with:    full build of x11/gnome2 and x11/kde3
Original commit
Thursday, 26 May 2005
17:57 pav search for other commits by this committer
- Remove incorrect dirrm

Bugged me for:  too long
Original commit
Friday, 13 May 2005
03:51 ahze search for other commits by this committer
- Update to 0.14.4
Original commit
Tuesday, 28 Dec 2004
02:16 marcus search for other commits by this committer
Be sure to create the empty lib/gettext directory during package creation.

Spotted by:     pav
Original commit
Friday, 24 Dec 2004
08:38 marcus search for other commits by this committer
Remove the empty lib/gettext directory.

Reported by:    pointyhat via kris
Original commit
Tuesday, 21 Dec 2004
01:00 marcus search for other commits by this committer
* Update to 0.14.1 without a shared library version bump
* Use new libtool scheme [1]

The primary addition in this release is support for C# files when generating
translations.

Submitted by:   mezz [1]
Tested by:      many, including mezz, adamw, and myself
Original commit
Thursday, 16 Dec 2004
05:49 kris search for other commits by this committer
Clean up handling of locale directories at deinstall-time:

* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created
Original commit
Wednesday, 24 Nov 2004
21:39 kris search for other commits by this committer
Don't remove all empty locale directories, only the ones we created
ourselves.
Original commit
Saturday, 3 Apr 2004
03:48 trevor search for other commits by this committer
By default, do not install HTML-formatted man pages.
When NOPORTDOCS is set, do not install a few other HTML files.
Original commit
Friday, 2 Apr 2004
12:25 trevor search for other commits by this committer
Make examples (mostly) optional, requested by obrien.
Original commit
Sunday, 25 Jan 2004
02:19 trevor search for other commits by this committer
version 0.13.1, noticed by marcus
Original commit
Friday, 23 Jan 2004
18:12 trevor search for other commits by this committer
Update to 0.13.
Original commit
Monday, 25 Aug 2003
05:37 marcus search for other commits by this committer
Update to 0.12.1.  This brings a shared lib bump of libintl.so.  It is
recommended people use:

portupgrade -rf gettext -m BATCH=yes

To update this port.

Tested by:      Thierry Thomas <thierry@pompo.net>
                myself
Original commit
Saturday, 10 Aug 2002
19:25 ade search for other commits by this committer
Upgrade to 0.11.5

Submitted by:   Jim Bloom <bloom@acm.org> and others
Original commit
Thursday, 1 Aug 2002
02:30 ade search for other commits by this committer
(1) Update to 0.11.4
(2) install po-compat.el in addition to po-mode.el

PR:             (1) 41170 (2) 41170, 40670
Submitted by:   40670: Olivier Tharan <olive@oban.frmug.org>
                41170: Ports Fury
Original commit
Wednesday, 19 Jun 2002
06:31 ade search for other commits by this committer
Update to 0.11.2

PR:             39481
Submitted by:   Ports Fury
Original commit
Tuesday, 30 Apr 2002
08:32 sobomax search for other commits by this committer
Don't modify charset.alias file installed by libintl.
Original commit
Monday, 25 Mar 2002
22:18 ade search for other commits by this committer
Stage 2 gettext update

Upgrade to 0.11.1, remove NO_LATEST_LINK.

Reviewed by:    portmgr
Original commit
Friday, 15 Mar 2002
19:44 ade search for other commits by this committer
Stage 1 of gettext update.

Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:    portmgr
Original commit

Number of commits found: 34