out of date and causes make (build phase) to run autoconf, erasing any
configure patches. Then make reruns configure. Instead of adding
autoconf to USE_AUTOTOOLS avoid USE_AUTOTOOLS altogether by patching
Makefile.in instead of Makefile.am.
- Use INSTALL_TARGET=install-strip and USES=pathfix
Commit message taken from: tijl
While here, rearrage things so they are in a more predictable order.
The chaos led to there being two USES= that clobbered each other.
Also, remove an old fragment that was preventing bin/muttprint-langinfo
from being installed.
occasionally do. This time they've actually changed the code, so
patching is now required in order to compile.[1]
* Add option to link against re2 regular expression library.[2]
* PGSQL_USE -> PGSQL_USES
Submitted by: Daniel Ylitalo <daniel@blodan.se>[1]
Submitted by: Alex Storn <devzone.my@gmail.com>[2]
The Connector provides a generic connection to a data set, typically
configuration data in a hierarchical structure. Each connector
object accepts the get(KEY) method, which, when given a key, returns
the associated value from the connector's data source. Typically,
a connector acts as a proxy to a simple data source like YAML,
Config::Std, Config::Versioned, or to a more complex data source
like an LDAP server or Proc::SafeExec. The standard calling convention
via get(KEY) makes the connectors interchangeable.
WWW: http://search.cpan.org/dist/Connector/
PR: 192735
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
- Remove LIBSTDCXX options
- Set INSTALLS_ICONS only if gnome is used
- Remove unnecessary bsd.port.{pre,post}.mk inclusion
- Mute REINPLACE_CMD commands
- Don't try to remove etc/libmap.d, it's owned by the mtree
- Patch Makefile.in instead of Makefile.am to avoid USE_AUTOTOOLS
- Add USES=cpe, USES=libtool and INSTALL_TARGET=install-strip
- Use /var instead of PREFIX/var
- Use @sample
out of date and causes make (build phase) to run autoconf, erasing any
configure patches. Then make reruns configure. Instead of adding
autoconf to USE_AUTOTOOLS avoid USE_AUTOTOOLS altogether by patching
Makefile.in instead of Makefile.am.
- Use INSTALL_TARGET=install-strip and USES=pathfix
Reported by: antoine