svn commit: r529841 - head/ports-mgmt/psearch

Piotr Kubaj pkubaj at FreeBSD.org
Sun Mar 29 21:35:39 UTC 2020


Author: pkubaj
Date: Sun Mar 29 21:26:32 2020
New Revision: 529841
URL: https://svnweb.freebsd.org/changeset/ports/529841

Log:
  ports-mgmt/psearch: fix build on GCC architectures
  
  Use newer GCC:
  psearch.cpp:125: error: a function-definition is not allowed here before ':' token

Modified:
  head/ports-mgmt/psearch/Makefile

Modified: head/ports-mgmt/psearch/Makefile
==============================================================================
--- head/ports-mgmt/psearch/Makefile	Sun Mar 29 21:11:13 2020	(r529840)
+++ head/ports-mgmt/psearch/Makefile	Sun Mar 29 21:26:32 2020	(r529841)
@@ -10,6 +10,7 @@ COMMENT=	Utility for searching the FreeBSD Ports Colle
 
 LICENSE=	BSD2CLAUSE
 
+USES=		compiler:c++11-lang
 USE_GITHUB=	yes
 GH_ACCOUNT=	maxlor
 


More information about the svn-ports-all mailing list