Date: Wed, 20 Nov 2013 12:30:29 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334409 - in head/Mk: . Uses Message-ID: <201311201230.rAKCUTIV089462@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Wed Nov 20 12:30:29 2013 New Revision: 334409 URL: http://svnweb.freebsd.org/changeset/ports/334409 Log: Fix some typos and use modern Perl variables in comments. Approved by: portmgr (bapt) Modified: head/Mk/Uses/gettext.mk head/Mk/Uses/pkgconfig.mk head/Mk/bsd.port.mk Modified: head/Mk/Uses/gettext.mk ============================================================================== --- head/Mk/Uses/gettext.mk Wed Nov 20 10:44:20 2013 (r334408) +++ head/Mk/Uses/gettext.mk Wed Nov 20 12:30:29 2013 (r334409) @@ -25,7 +25,7 @@ RUN_DEPENDS+= ${_GETTEXT_DEPENDS} .elif ${gettext_ARGS} == "lib" LIB_DEPENDS+= libintl.so:${PORTSDIR}/devel/gettext .else -IGNORE= USES=gettext - invalid args: [${gettext_ARGS}] specifed +IGNORE= USES=gettext - invalid args: [${gettext_ARGS}] specified .endif .endif Modified: head/Mk/Uses/pkgconfig.mk ============================================================================== --- head/Mk/Uses/pkgconfig.mk Wed Nov 20 10:44:20 2013 (r334408) +++ head/Mk/Uses/pkgconfig.mk Wed Nov 20 12:30:29 2013 (r334409) @@ -28,7 +28,7 @@ CONFIGURE_ENV+= PKG_CONFIG=pkgconf BUILD_DEPENDS+= ${_PKGCONFIG_DEPENDS} RUN_DEPENDS+= ${_PKGCONFIG_DEPENDS} .else -IGNORE= USES=pkgconfig - invalid args: [${pkgconfig_ARGS}] specifed +IGNORE= USES=pkgconfig - invalid args: [${pkgconfig_ARGS}] specified .endif .endif Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Wed Nov 20 10:44:20 2013 (r334408) +++ head/Mk/bsd.port.mk Wed Nov 20 12:30:29 2013 (r334409) @@ -860,8 +860,8 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # Default: ${WRKSRC} # CONFIGURE_SCRIPT # - Name of configure script, relative to ${CONFIGURE_WRKSRC}. -# Default: "Makefile.PL" if PERL_CONFIGURE is set, -# "configure" otherwise. +# Default: "Makefile.PL" if USES=perl5 and USE_PERL5=configure +# are set, "configure" otherwise. # CONFIGURE_TARGET # - The name of target to call when GNU_CONFIGURE is # defined. @@ -876,8 +876,8 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # --mandir=${MANPREFIX}/man --build=${CONFIGURE_TARGET}" if # GNU_CONFIGURE is set, "CC=${CC} CFLAGS=${CFLAGS} # PREFIX=${PREFIX} INSTALLPRIVLIB=${PREFIX}/lib -# INSTALLARCHLIB=${PREFIX}/lib" if PERL_CONFIGURE is set, -# empty otherwise. +# INSTALLARCHLIB=${PREFIX}/lib" if USES=perl5 and +# USE_PERL5=configure are set, empty otherwise. # CONFIGURE_ENV - Pass these env (shell-like) to configure if # ${HAS_CONFIGURE} is set. # CONFIGURE_LOG - The name of configure log file. It will be printed to
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311201230.rAKCUTIV089462>