ports/163615: [PATCH] devel/ccache: improve English grammar of messages and pet portlint

Steve Wills swills at FreeBSD.org
Sun Dec 25 20:30:15 UTC 2011


>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 at 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%%
- at exec echo "Create compiler links..."
+ at exec echo "Creating compiler links..."
 @exec %D/bin/ccache-update-links -v
 @unexec find %D/%%CCLINKDIR%% -type l -exec rm -f {} \;
- at unexec rmdir %D/%%CCLINKDIR%%/world
- at unexec rmdir %D/%%CCLINKDIR%%
+ at dirrmtry %%CCLINKDIR%%/world
+ at 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:



More information about the freebsd-ports-bugs mailing list