From owner-svn-ports-all@FreeBSD.ORG Wed Nov 20 12:30:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B19777E3; Wed, 20 Nov 2013 12:30:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 87CA326E2; Wed, 20 Nov 2013 12:30:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAKCUUxp089466; Wed, 20 Nov 2013 12:30:30 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAKCUTIV089462; Wed, 20 Nov 2013 12:30:29 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201311201230.rAKCUTIV089462@svn.freebsd.org> From: Rene Ladan Date: Wed, 20 Nov 2013 12:30:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334409 - in head/Mk: . Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Nov 2013 12:30:30 -0000 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