On 2016/12/01 18:31, Florian Stinglmayr wrote:
> down below is an update for the_silver_searcher to 1.0.1.
> There is now apparently moar speed, new features - such as zsh
> completion - and a move to gcc4 because of thread local storage.
..
> +MODGCC4_LANGS =      c++

It doesn't use C++.  How about this one? 

Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/the_silver_searcher/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- Makefile    30 Sep 2016 02:08:52 -0000      1.21
+++ Makefile    1 Dec 2016 20:47:33 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =      code searching tool, with a focus on speed (ag)
 
-DISTNAME =     the_silver_searcher-0.33.0
+DISTNAME =     the_silver_searcher-1.0.1
 CATEGORIES =   textproc
 
 HOMEPAGE =     https://github.com/ggreer/the_silver_searcher
@@ -13,6 +13,9 @@ PERMIT_PACKAGE_CDROM =        Yes
 
 # uses pledge()
 WANTLIB += c lzma pcre pthread z
+
+MODULES =      gcc4
+MODGCC4_ARCHS =        * # needed for TLS
 
 MASTER_SITES = http://geoff.greer.fm/ag/releases/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/the_silver_searcher/distinfo,v
retrieving revision 1.19
diff -u -p -r1.19 distinfo
--- distinfo    30 Sep 2016 02:08:52 -0000      1.19
+++ distinfo    1 Dec 2016 20:47:33 -0000
@@ -1,2 +1,2 @@
-SHA256 (the_silver_searcher-0.33.0.tar.gz) = 
jKaAOZ317ohGpQnIpnwQ7h1fwalEVoBqD/ndkTuWHbM=
-SIZE (the_silver_searcher-0.33.0.tar.gz) = 180522
+SHA256 (the_silver_searcher-1.0.1.tar.gz) = 
2WgqcPWEIZfRA5HpuFdXbJtvxOkwzW0kHCSee0mC8so=
+SIZE (the_silver_searcher-1.0.1.tar.gz) = 183173
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/textproc/the_silver_searcher/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   17 May 2016 10:57:07 -0000      1.3
+++ pkg/PLIST   1 Dec 2016 20:47:33 -0000
@@ -4,3 +4,6 @@
 share/bash-completion/
 share/bash-completion/completions/
 share/bash-completion/completions/ag.bashcomp.sh
+share/zsh/
+share/zsh/site-functions/
+share/zsh/site-functions/_the_silver_searcher

> retrieving revision 1.19
> diff -u -p -u -r1.19 distinfo
> --- distinfo  30 Sep 2016 02:08:52 -0000      1.19
> +++ distinfo  1 Dec 2016 16:37:49 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (the_silver_searcher-0.33.0.tar.gz) = 
> jKaAOZ317ohGpQnIpnwQ7h1fwalEVoBqD/ndkTuWHbM=
> -SIZE (the_silver_searcher-0.33.0.tar.gz) = 180522
> +SHA256 (the_silver_searcher-1.0.1.tar.gz) = 
> 2WgqcPWEIZfRA5HpuFdXbJtvxOkwzW0kHCSee0mC8so=
> +SIZE (the_silver_searcher-1.0.1.tar.gz) = 183173
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/textproc/the_silver_searcher/pkg/PLIST,v
> retrieving revision 1.3
> diff -u -p -u -r1.3 PLIST
> --- pkg/PLIST 17 May 2016 10:57:07 -0000      1.3
> +++ pkg/PLIST 1 Dec 2016 16:37:49 -0000
> @@ -4,3 +4,6 @@
>  share/bash-completion/
>  share/bash-completion/completions/
>  share/bash-completion/completions/ag.bashcomp.sh
> +share/zsh/
> +share/zsh/site-functions/
> +share/zsh/site-functions/_the_silver_searcher
> 

Reply via email to