diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-08-05 19:13:24 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-08-05 19:13:24 +0000 |
commit | d129587b5d568b0ff5300386f1e1b706c349f38e (patch) | |
tree | e398c7b6ea5203fd3953999e6dd9d6c83c9ec931 /textproc/intltool/files | |
parent | Bugfix upgrade to new upstream release 2.3.8. (diff) |
The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/
Upgrade instructions for port users:
Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.
Thanks to Antoine Brodin for running the exp-runs.
This release was made possible by the following people:
Gustau Perez
Ting-Wei_Lan
PR: 201980
Diffstat (limited to 'textproc/intltool/files')
-rw-r--r-- | textproc/intltool/files/patch-intltool.m4 | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/textproc/intltool/files/patch-intltool.m4 b/textproc/intltool/files/patch-intltool.m4 deleted file mode 100644 index 8df20c4a7201..000000000000 --- a/textproc/intltool/files/patch-intltool.m4 +++ /dev/null @@ -1,12 +0,0 @@ ---- intltool.m4.orig 2012-02-26 18:31:06 UTC -+++ intltool.m4 -@@ -164,6 +164,9 @@ if test -z "$DATADIRNAME"; then - return _nl_msg_cat_cntr]])], - [DATADIRNAME=share], - [case $host in -+ *-*-dragonfly*|*-*-freebsd*) -+ [DATADIRNAME=share] -+ ;; - *-*-solaris*) - dnl On Solaris, if bind_textdomain_codeset is in libc, - dnl GNU format message catalog is always supported, |