diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2019-06-08 17:55:01 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2019-06-08 17:55:01 +0800 |
commit | 2c9ab8d7ad261db6af28eb0f6424443c9808ad4f (patch) | |
tree | 8ae9c71081b6562e634ae82f6255715b0017ae69 /ftp/weex/pkg-plist | |
parent | c50bfa8d99c96acfdbf19f505fe4b81c7e71cc19 (diff) | |
download | freebsd-ports-gnome-2c9ab8d7ad261db6af28eb0f6424443c9808ad4f.tar.gz freebsd-ports-gnome-2c9ab8d7ad261db6af28eb0f6424443c9808ad4f.tar.zst freebsd-ports-gnome-2c9ab8d7ad261db6af28eb0f6424443c9808ad4f.zip |
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)
Diffstat (limited to 'ftp/weex/pkg-plist')
-rw-r--r-- | ftp/weex/pkg-plist | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ftp/weex/pkg-plist b/ftp/weex/pkg-plist index 224d57c7e386..d0d96f1cb15c 100644 --- a/ftp/weex/pkg-plist +++ b/ftp/weex/pkg-plist @@ -1,3 +1,8 @@ bin/weex man/man1/weex.1.gz -%%EXAMPLESDIR%%/sample.weexrc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.weexrc +%%NLS%%share/locale/de/LC_MESSAGES/weex.mo +%%NLS%%share/locale/es/LC_MESSAGES/weex.mo +%%NLS%%share/locale/fr/LC_MESSAGES/weex.mo +%%NLS%%share/locale/ja/LC_MESSAGES/weex.mo +%%NLS%%share/locale/nl/LC_MESSAGES/weex.mo |