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) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/gettext-tools/Makefile

Number of commits found: 23

Saturday, 23 Mar 2024
11:28 Tijl Coosemans (tijl) search for other commits by this committer
devel/gettext: Update to 0.22.5

PR:		277725
Exp-run by:	antoine
commit hash: 9a1d46378eae740fe5229df7ab051bcaef434289 commit hash: 9a1d46378eae740fe5229df7ab051bcaef434289 commit hash: 9a1d46378eae740fe5229df7ab051bcaef434289 commit hash: 9a1d46378eae740fe5229df7ab051bcaef434289 9a1d463
Tuesday, 23 Jan 2024
14:51 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/gettext-tools: Impelled to share/man

Approved by:    portmgr (blanket)
commit hash: 11431fb53787902f2bef471d5eff5e9baee64cdf commit hash: 11431fb53787902f2bef471d5eff5e9baee64cdf commit hash: 11431fb53787902f2bef471d5eff5e9baee64cdf commit hash: 11431fb53787902f2bef471d5eff5e9baee64cdf 11431fb5
Tuesday, 11 Jul 2023
20:15 Tijl Coosemans (tijl) search for other commits by this committer
devel/gettext: Update to 0.22

Convert post-patch commands to real patches.  This way there are errors
when the underlying code changes.

*/*: Fix gettext issues.  The new gettext tools are more strict.

PR:		272210
Exp-run by:	antoine
commit hash: 2c2ec62c72ca36f480a349a7f69ad755a4d226dd commit hash: 2c2ec62c72ca36f480a349a7f69ad755a4d226dd commit hash: 2c2ec62c72ca36f480a349a7f69ad755a4d226dd commit hash: 2c2ec62c72ca36f480a349a7f69ad755a4d226dd 2c2ec62
Wednesday, 1 Feb 2023
11:05 Tijl Coosemans (tijl) search for other commits by this committer
devel/gettext-tools: Compress archive.dir.tar with xz

The configure script falls back to other compression formats
(bzip2, git, gzip, ...) when it fails to detect xz.  This causes pkg
to complain about a pkg-plist error.  Force the configure script to
use xz so it prints a clearer error message when xz fails.

PR:		268663
commit hash: 1414c99d7c003c64cfaa169de6d4e8a9f13aaa9e commit hash: 1414c99d7c003c64cfaa169de6d4e8a9f13aaa9e commit hash: 1414c99d7c003c64cfaa169de6d4e8a9f13aaa9e commit hash: 1414c99d7c003c64cfaa169de6d4e8a9f13aaa9e 1414c99
Wednesday, 30 Nov 2022
14:57 Tijl Coosemans (tijl) search for other commits by this committer
devel/gettext: Update to 0.21.1

PR:		267905
Exp-run by:	antoine
commit hash: fb6a9af3e898ad5476fbd13b1e5dd8be9aab865b commit hash: fb6a9af3e898ad5476fbd13b1e5dd8be9aab865b commit hash: fb6a9af3e898ad5476fbd13b1e5dd8be9aab865b commit hash: fb6a9af3e898ad5476fbd13b1e5dd8be9aab865b fb6a9af
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Thursday, 19 May 2022
09:07 Piotr Kubaj (pkubaj) search for other commits by this committer
devel/gettext-tools: don't disable openmp

OpenMP is gettext was disabled 15 years ago in
bfe8a9ab273f573d122fd3ae04fdd85d73d0b6e2

Building with OpenMP left for autodetection works on both powerpc (which
doesn't have libomp) and on powerpc64 (which does have libomp), so it's ok to
remove disabling it.

PR:	263634
Approved by:	antoine
commit hash: ebce5896d4015c4700d62f1d028499d70c30f2f7 commit hash: ebce5896d4015c4700d62f1d028499d70c30f2f7 commit hash: ebce5896d4015c4700d62f1d028499d70c30f2f7 commit hash: ebce5896d4015c4700d62f1d028499d70c30f2f7 ebce589
Tuesday, 7 Sep 2021
15:54 Gerald Pfeifer (gerald) search for other commits by this committer
devel/gettext-tools: Fix build with non-default prefix

Building this port with a non-default prefix gives the following:

  msgmerge.c:35:10: fatal error: 'textstyle.h' file not found
  #include <textstyle.h>
           ^~~~~~~~~~~~~
  1 error generated.
  *** [msgmerge-msgmerge.o] Error code 1

That is, textstyle.h is present in the appropriate location under
our prefix, alas it's not found.

USES=localbase addresses this.

PR:		258286
Approved by:	tijl (maintainer)
commit hash: 8fbdcf31372717b09c55a4f6376f447e0b970dc1 commit hash: 8fbdcf31372717b09c55a4f6376f447e0b970dc1 commit hash: 8fbdcf31372717b09c55a4f6376f447e0b970dc1 commit hash: 8fbdcf31372717b09c55a4f6376f447e0b970dc1 8fbdcf3
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 26 Apr 2020
09:10 tijl search for other commits by this committer
Update to 0.20.2.

PR:		245724
Approved by:	portmgr (antoine)
Exp-run by:	antoine
Original commitRevision:532999 
Saturday, 20 Jul 2019
09:53 tijl search for other commits by this committer
Add patch with upstream git commit 2336451ed68d91ff4b5ae1acbc1eca30e47a86a9:
msgmerge: Fix behaviour of --for-msgfmt on PO files with no translations.

This fixes building libgtop and gcr from git.

PR:		239328
Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
Original commitRevision:506984 
Saturday, 8 Jun 2019
18:19 tijl search for other commits by this committer
Require a matching version of libtextstyle.  Gettext fails to build with
older versions.

Reported by:	Paul Beard <paulbeard@gmail.com>
Original commitRevision:503745 
09:55 tijl search for other commits by this committer
devel/gettext*:
- Update to 0.20.1.
- Add options to install documentation and examples.

devel/libtextstyle:
- Take maintainership because it is now released as part of gettext.

ftp/weex:
- Remove bundled gettext (intl/): no longer supported.
- Patch configure.in, Makefile.am and src/Makefile.am to remove references
  to bundled gettext.
- Patch configure.in to add AC_CONFIG_MACRO_DIR([m4]) so aclocal.m4 will
  include gettext .m4 files from m4/ (matching the version set with
  AM_GNU_GETTEXT_VERSION) instead of /usr/local/share/aclocal.
- Port to modern gettext: add po/Makevars and fix a problem in the French
  translation.
- Patch configure.in to fix detection of OpenSSL 1.1.
- In port Makefile: add EXAMPLES and NLS options, add ports OpenSSL support,
  set default path for root certificates.

games/lgeneral:
- Patch Makefile.in instead of Makefile.am so USES=autoreconf isn't needed.

www/sarg:
- Patch configure.ac to add AC_CONFIG_MACRO_DIR([m4]) so aclocal.m4 will
  include gettext .m4 files from m4/ (matching the version set with
  AM_GNU_GETTEXT_VERSION) instead of /usr/local/share/aclocal.
- Port Makefile: remove obsolete post-patch, patching configure also has no
  effect with USES=autoreconf.

PR:		238277
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:503716 
Sunday, 11 Nov 2018
13:33 bapt search for other commits by this committer
Bump ports that should have been bumped along with r484628

Reported by:	kib
Original commitRevision:484692 
Thursday, 16 Jun 2016
13:31 tijl search for other commits by this committer
Update to 0.19.8.1.

PR:		210232
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:416967 
Friday, 19 Feb 2016
18:46 tijl search for other commits by this committer
Update to 0.19.7

PR:		207245
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:409193 
Thursday, 8 Oct 2015
15:11 olgeni search for other commits by this committer
Remove trailing whitespace from Makefiles, A-L.
Original commitRevision:398832 
Wednesday, 7 Oct 2015
09:59 tijl search for other commits by this committer
- Update to 0.19.6
- Set TEST_TARGET

PR:		203549
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:398756 
Saturday, 8 Aug 2015
16:29 tijl search for other commits by this committer
- Update devel/gettext to 0.19.5.1
- Add THREADS option to devel/gettext-tools

PR:		202125
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:393738 
Wednesday, 6 May 2015
21:56 antoine search for other commits by this committer
Fix a typo in CPE
Original commitRevision:385574 
Sunday, 29 Mar 2015
10:55 robak search for other commits by this committer
devel/gettext-tools: add CPE information

- Maintainer's timeout (autotools@FreeBSD.org)

PR:		198633
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
Original commitRevision:382582 
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 

Number of commits found: 23