- Add new necessary dependencies
- Replace portions of CPPFLAGS and LDFLAGS with sed patches for
${WRKSRC}/configure
- Add sed patch to rename some deprecated structure names after
v3.7.1 update of x11-toolkits/scintilla
PR: 217697
Submitted by: lightside@gmx.com
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9974
Ever since this port was updated to verson 0.4.5, it has suffered from
leftover files caused by installing two sets of PORTDOCS. The custom
version added in the post-install target is accounted for, but the
distfiles's makefile also has a target that installs the same files
plus two others in a non-standard location. The fix is to disable
the distfile's install target and keep the one in post-install.
- 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
- Convert to OptionsNG, respect NLS option
- Add support for sqlite3
- Add license info
- Respect CFLAGS during build
- Update COMMENT, pkg-descr to describe actual state
PR: ports/176402
Reported by: Aldis Berjoza <graudeejs@gmail.com>
1. the port now uses REINPLACE_CMD instead of perl
2. the MySQL and Postgres dependencies are now LOCALBASE-clean
3. PGSQLCFLAGS is updated to track changes in the Postgres tree
PR: ports/50502
Submitted by: Dominik Brettnacher <domi@saargate.de>