svn commit: r373636 - in head: . Mk/Uses archivers/gtar audio/clementine-player audio/gbemol audio/gkrellmms2 audio/gkrellmss2 audio/gkrellmvolume2 audio/kstreamripper audio/pavucontrol audio/pms a...
Alexey Dokuchaev
danfe at FreeBSD.org
Sun Nov 30 15:48:10 UTC 2014
On Sat, Nov 29, 2014 at 06:22:33PM +0000, Tijl Coosemans wrote:
> New Revision: 373636
> URL: https://svnweb.freebsd.org/changeset/ports/373636
> QAT: https://qat.redports.org/buildarchive/r373636/
>
> Log:
> 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.
Wouldn't it be better if instead of two new Uses/gettext-* files, existing
Uses/gettext.mk accepted arguments (like, USES=gettext:build and :run)?
Similar to what other Uses/* files are already doing.
./danfe
More information about the svn-ports-all
mailing list