Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Dec 2011 15:28:51 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ehaupt@FreeBSD.org
Subject:   ports/163615: [PATCH] devel/ccache: improve English grammar of messages and pet portlint
Message-ID:  <201112252028.pBPKSp2J062162@meatwad.mouf.net>
Resent-Message-ID: <201112252030.pBPKUFIt074344@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         163615
>Category:       ports
>Synopsis:       [PATCH] devel/ccache: improve English grammar of messages and pet portlint
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 25 20:30:14 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #8: Mon Dec 19 15:53:28 EST 2011
>Description:
Noticed the grammar of these could be improved a little, so here is a patch for that.

Also, pet portlint while here.

Port maintainer (ehaupt@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- ccache-3.1.6.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/ccache/Makefile,v
retrieving revision 1.65
diff -u -u -r1.65 Makefile
--- Makefile	24 Nov 2011 13:34:49 -0000	1.65
+++ Makefile	25 Dec 2011 20:28:03 -0000
@@ -80,7 +80,7 @@
 .endif
 
 post-install:
-	@${ECHO_CMD} "Create compiler links..."
+	@${ECHO_CMD} "Creating compiler links..."
 	@${PREFIX}/bin/ccache-update-links -v
 	@${CAT} ${PKGMESSAGE}
 .if defined(WITH_CLANGLINK)
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/ccache/pkg-plist,v
retrieving revision 1.4
diff -u -u -r1.4 pkg-plist
--- pkg-plist	30 Mar 2011 15:43:16 -0000	1.4
+++ pkg-plist	25 Dec 2011 20:28:03 -0000
@@ -3,8 +3,8 @@
 %%DATADIR%%/ccache.tar
 %%CCLINKDIR%%/world/ccache
 @dirrm %%DATADIR%%
-@exec echo "Create compiler links..."
+@exec echo "Creating compiler links..."
 @exec %D/bin/ccache-update-links -v
 @unexec find %D/%%CCLINKDIR%% -type l -exec rm -f {} \;
-@unexec rmdir %D/%%CCLINKDIR%%/world
-@unexec rmdir %D/%%CCLINKDIR%%
+@dirrmtry %%CCLINKDIR%%/world
+@dirrmtry %%CCLINKDIR%%
Index: files/pkg-message-clang
===================================================================
RCS file: /home/pcvs/ports/devel/ccache/files/pkg-message-clang,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-message-clang
--- files/pkg-message-clang	1 Oct 2011 21:49:28 -0000	1.1
+++ files/pkg-message-clang	25 Dec 2011 20:28:03 -0000
@@ -1,5 +1,5 @@
-You've chosen to create symlinks to clang compiler binaries if they exist.
-While it's known to be save to build world with clang/ccache, is not fully
+You've chosen to create symlinks to the clang compiler binaries if they exist.
+While it's known to be safe to build world with clang/ccache, is not fully
 supported yet. You have been warned.
 
 See:
--- ccache-3.1.6.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112252028.pBPKSp2J062162>