mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
37f54e0f66
- Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports)
37 lines
1.0 KiB
Plaintext
37 lines
1.0 KiB
Plaintext
bin/pdns_control
|
|
bin/pdnssec
|
|
bin/zone2json
|
|
bin/zone2ldap
|
|
bin/zone2sql
|
|
sbin/pdns_server
|
|
%%TOOLS%%bin/dnsbulktest
|
|
%%TOOLS%%bin/dnsreplay
|
|
%%TOOLS%%bin/dnsscan
|
|
%%TOOLS%%bin/dnsscope
|
|
%%TOOLS%%bin/dnstcpbench
|
|
%%TOOLS%%bin/dnswasher
|
|
%%TOOLS%%bin/nproxy
|
|
%%TOOLS%%bin/nsec3dig
|
|
%%PGSQL%%lib/libgpgsqlbackend.so
|
|
%%MYSQL%%lib/libgmysqlbackend.so
|
|
%%SQLITE3%%lib/libgsqlite3backend.so
|
|
%%OPENLDAP%%lib/libldapbackend.so
|
|
%%OPENDBX%%lib/libopendbxbackend.so
|
|
%%GEO%%lib/libgeobackend.so
|
|
lib/libpipebackend.so
|
|
%%TOOLS%%man/man1/dnstcpbench.1.gz
|
|
%%TOOLS%%man/man8/dnsreplay.8.gz
|
|
%%TOOLS%%man/man8/dnsscope.8.gz
|
|
%%TOOLS%%man/man8/dnswasher.8.gz
|
|
man/man8/pdns_control.8.gz
|
|
man/man8/pdns_server.8.gz
|
|
man/man8/pdnssec.8.gz
|
|
man/man8/zone2ldap.8.gz
|
|
man/man8/zone2sql.8.gz
|
|
@unexec if cmp -s %D/etc/pdns/pdns.conf %D/etc/pdns/pdns.conf-dist; then rm -f %D/etc/pdns/pdns.conf; fi
|
|
etc/pdns/pdns.conf-dist
|
|
@exec [ -f %B/pdns.conf ] || cp %B/%f %B/pdns.conf
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pdns.conf
|
|
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
|
@dirrmtry etc/pdns
|