svn commit: r464853 - head/devel/p4

Mark Linimon linimon at FreeBSD.org
Sun Mar 18 02:05:22 UTC 2018


Author: linimon
Date: Sun Mar 18 02:05:21 2018
New Revision: 464853
URL: https://svnweb.freebsd.org/changeset/ports/464853

Log:
  Mark as broken on mips64.
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/p4/Makefile

Modified: head/devel/p4/Makefile
==============================================================================
--- head/devel/p4/Makefile	Sun Mar 18 00:34:39 2018	(r464852)
+++ head/devel/p4/Makefile	Sun Mar 18 02:05:21 2018	(r464853)
@@ -12,14 +12,16 @@ CATEGORIES=	devel
 MASTER_SITES=	LOCAL/asomers/perforce/p4 \
 		https://swarm.workshop.perforce.com/projects/perforce_software-p4/archives/
 DISTNAME=	${YEAR}-${MAJOR}
-DIST_SUBDIR=	perforce/p4
 DISTFILES=	${ZIP_FILES}
+DIST_SUBDIR=	perforce/p4
 
 MAINTAINER=	asomers at FreeBSD.org
 COMMENT=	Perforce client
 
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BROKEN_mips64=	fails to install: /wrkdirs/usr/ports/devel/p4/work/2016-1/p4-bin/p4: No such file or directory
 
 BUILD_DEPENDS=	${JAM}:devel/jam
 


More information about the svn-ports-all mailing list