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-runtime/Makefile

Number of commits found: 17

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
13:47 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/gettext-runtime: Impelled to share/man

Approved by:    portmgr (blanket)
commit hash: d8a1c70d651c135cbd270ff3277aa6e92e97008d commit hash: d8a1c70d651c135cbd270ff3277aa6e92e97008d commit hash: d8a1c70d651c135cbd270ff3277aa6e92e97008d commit hash: d8a1c70d651c135cbd270ff3277aa6e92e97008d d8a1c70
Tuesday, 17 Oct 2023
12:35 Tijl Coosemans (tijl) search for other commits by this committer
devel/gettext: Update to 0.22.3

PR:		274309
Exp-run by:	antoine
commit hash: 1209a850bcea356b4bb5bb1ada3d4749cf177763 commit hash: 1209a850bcea356b4bb5bb1ada3d4749cf177763 commit hash: 1209a850bcea356b4bb5bb1ada3d4749cf177763 commit hash: 1209a850bcea356b4bb5bb1ada3d4749cf177763 1209a85
Monday, 17 Jul 2023
18:53 Tijl Coosemans (tijl) search for other commits by this committer
devel/gettext-runtime: Fix crash triggered by libgpg-error

Libgpg-error has an initialisation function with
__attribute__((constructor)) that calls a libintl function that
calls pthread_rwlock_wrlock that segfaults if libpthread wasn't
initialised yet.  This can happen because libintl doesn't link to
libpthread to avoid the overhead for non-threaded programs.  To
fix this, add an initialisation function to libintl that triggers
initialisation of libpthread.

RTLD_NOLOAD suggested by kib.

dlopen was fixed to work during initialisation in
https://cgit.FreeBSD.org/src/commit/?id=1005d3d05362

PR:		272472, 272517
commit hash: fb889ca82944e04d4b3dfa2a13c51456bbde0094 commit hash: fb889ca82944e04d4b3dfa2a13c51456bbde0094 commit hash: fb889ca82944e04d4b3dfa2a13c51456bbde0094 commit hash: fb889ca82944e04d4b3dfa2a13c51456bbde0094 fb889ca
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
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
Tuesday, 17 Sep 2019
19:21 tobik search for other commits by this committer
Fix some misspelled or duplicated LICENSE_*
Original commitRevision:512232 
Saturday, 8 Jun 2019
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 
Monday, 20 May 2019
17:06 bdrewery search for other commits by this committer
Fix recursive dependency issue with gmake.

Add a hard .error so I don't miss this again.

PR:		237979
Submitted by:	tcberner, adamw (based on)
Pointyhat to:	bdrewery
Original commitRevision:502126 
13:04 mat search for other commits by this committer
devel/ccache now needs those to build.
Original commitRevision:502103 
Saturday, 10 Nov 2018
18:12 bapt search for other commits by this committer
Install texinfo files (GNU info) into ${PREFIX}/share/info

After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
Original commitRevision:484628 
Thursday, 8 Dec 2016
19:52 tijl search for other commits by this committer
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
Original commitRevision:428152 
Thursday, 15 Oct 2015
14:55 mat search for other commits by this committer
Drop 8 support.

With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
Original commitRevision:399346 
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 
Sunday, 29 Mar 2015
10:38 robak search for other commits by this committer
devel/gettext-runtime: add CPE information

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

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