Commit graph

14 commits

Author SHA1 Message Date
Tijl Coosemans
edb7229dd4 Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
2014-11-29 18:22:32 +00:00
Mathieu Arnold
36270f2f80 And one day, poudriere testport -c will work.
Sponsored by:	Absolight
2014-10-29 07:59:31 +00:00
Mathieu Arnold
2277b0a71f Add an option to build with ssh from security/openssh-portable instead of base ssh.
PR:		193754
Submitted by:	chrysalis chrysalisnet org
Sponsored by:	Absolight
2014-10-29 07:56:53 +00:00
Tijl Coosemans
ea92a4a24f Remove some unneeded patches, patch configure and Makefile.in instead of
configure.ac and Makefile.am so USES=autoreconf can be removed (avoids a
problem with upcoming devel/libtool update)

PR:		194068
2014-10-03 12:42:42 +00:00
Rene Ladan
041f11a191 net-mgmt/monitoring-plugins:
- remove optional dependency on expired dns/bind98
- bump PORTREVISION

PR:		ports/194051
Approved by:	maintainer (mat)
2014-09-30 21:49:33 +00:00
Mathieu Arnold
4ec84b70d7 Update WWW.
Sponsored by:	Absolight
2014-09-30 12:17:24 +00:00
Mathieu Arnold
bcaf0be955 Fix building WITH=NLS
Many thanks to:	tijl
Sponsored by:	Absolight
2014-09-24 21:27:49 +00:00
Mathieu Arnold
78f08b74c9 USES=autoreconf, USES=pgsql.
Sponsored by:	Absolight
2014-09-22 18:58:27 +00:00
Dmitry Marakasov
f09d798832 - Switch databases/libdbi to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-08-26 02:09:46 +00:00
Mathieu Arnold
fc70d30ac4 Update to 2.0.
Changes:	https://www.monitoring-plugins.org/news/release-2-0.html
Sponsored by:	Absolight
2014-07-29 14:43:17 +00:00
Tijl Coosemans
37f54e0f66 net/openldap24-*:
- 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)
2014-07-24 18:34:16 +00:00
Mathieu Arnold
d721db9335 Update to 20140721 snapshot.
Sponsored by:	Absolight
2014-07-22 13:31:21 +00:00
Mathieu Arnold
05abc1cdc0 Update to today's latest commit.
Sponsored by:	Absolight
2014-06-25 12:09:17 +00:00
Mathieu Arnold
88c5e8e9d2 Add monitoring-plugins, a fork of nagios-plugins.
For now, use a snapshot from github until they release 1.6.

Sponsored by:	Absolight
2014-05-09 17:53:39 +00:00