Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2018 02:05:21 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464853 - head/devel/p4
Message-ID:  <201803180205.w2I25LOA023911@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803180205.w2I25LOA023911>