Date: Mon, 7 Apr 2008 15:37:17 -0500 (CDT) From: "Sean C. Farley" <scf@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: bms@FreeBSD.org Subject: ports/122544: [PATCH] devel/p4v: add support for amd64 Message-ID: <200804072037.m37KbHiQ007085@thor.farley.org> Resent-Message-ID: <200804072040.m37Ke3PS099624@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804072037.m37KbHiQ007085>