svn commit: r557148 - head/security/pgpin

Mark Linimon linimon at FreeBSD.org
Sun Dec 6 16:52:50 UTC 2020


Author: linimon
Date: Sun Dec  6 16:52:49 2020
New Revision: 557148
URL: https://svnweb.freebsd.org/changeset/ports/557148

Log:
  Mark as BROKEN on riscv64, same as mips64.
  
  While here, pet portlint (Makevar order).
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/security/pgpin/Makefile

Modified: head/security/pgpin/Makefile
==============================================================================
--- head/security/pgpin/Makefile	Sun Dec  6 16:48:32 2020	(r557147)
+++ head/security/pgpin/Makefile	Sun Dec  6 16:52:49 2020	(r557148)
@@ -13,9 +13,10 @@ COMMENT=	PGP International version - improved for use 
 
 LICENSE=	MIT
 
-PORTSCOUT=	ignore:1
-
 BROKEN_mips64=		Does not build
+BROKEN_riscv64=		Does not build: make: don't know how to make freebsd-riscv64
+
+PORTSCOUT=	ignore:1
 
 USES=		tar:tgz
 WRKSRC=		${WRKDIR}/pgp263in/src


More information about the svn-ports-all mailing list