ports/122544: [PATCH] devel/p4v: add support for amd64

Sean C. Farley scf at FreeBSD.org
Mon Apr 7 20:40:04 UTC 2008


>Number:         122544
>Category:       ports
>Synopsis:       [PATCH] devel/p4v: add support for amd64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 07 20:40:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Sean C. Farley
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD thor.farley.org 7.0-STABLE FreeBSD 7.0-STABLE #0: Fri Apr  4 13:24:20 CDT
>Description:
This patch adds support to download and install the amd64-version of p4v.

Added file(s):
- distinfo.amd64

Port maintainer (bms at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p4v-2007.3.149519.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p4v.orig/Makefile /usr/ports/devel/p4v/Makefile
--- /usr/ports/devel/p4v.orig/Makefile	2008-04-06 00:55:11.000000000 -0500
+++ /usr/ports/devel/p4v/Makefile	2008-04-07 15:31:03.000000000 -0500
@@ -8,7 +8,7 @@
 PORTNAME=	p4v
 PORTVERSION=	2007.3.149519
 CATEGORIES=	devel
-MASTER_SITES=	http://filehost.perforce.com/perforce/r07.3/bin.freebsd60x86/
+MASTER_SITES=	http://filehost.perforce.com/perforce/r07.3/bin.freebsd60x86${MACHINE_ARCH:Mamd64:S/^amd/_/}/
 DISTNAME=	${PORTNAME}
 EXTRACT_SUFX=	.tgz
 DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
@@ -19,7 +19,7 @@
 NO_CDROM=	Binary redistribution restrictions in effect
 RESTRICTED=	${NO_CDROM}
 
-ONLY_FOR_ARCHS=	i386
+ONLY_FOR_ARCHS=	amd64 i386
 NO_BUILD=	yes
 USE_LDCONFIG=	yes
 
diff -ruN --exclude=CVS /usr/ports/devel/p4v.orig/distinfo.amd64 /usr/ports/devel/p4v/distinfo.amd64
--- /usr/ports/devel/p4v.orig/distinfo.amd64	1969-12-31 18:00:00.000000000 -0600
+++ /usr/ports/devel/p4v/distinfo.amd64	2008-04-07 15:31:03.000000000 -0500
@@ -0,0 +1,3 @@
+MD5 (p4v-2007.3.149519/p4v.tgz) = 4186404491624550166744d4e1cbc316
+SHA256 (p4v-2007.3.149519/p4v.tgz) = 795fc4820a80ad293b83233bbf24b34debda0652619d47bfd8e093bedcd56bab
+SIZE (p4v-2007.3.149519/p4v.tgz) = 12941750
--- p4v-2007.3.149519.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list