Skip to Content.
Sympa Menu

sm-discuss - [SM-Discuss] Patch to cast AMD64 perforce-client

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: "Sergey A. Lipnevich" <sergey AT sourcemage.org>
  • To: Tony Smith <tony AT smee.org>, SM-Discuss <sm-discuss AT lists.ibiblio.org>
  • Cc:
  • Subject: [SM-Discuss] Patch to cast AMD64 perforce-client
  • Date: Mon, 28 Mar 2005 00:08:47 -0500

Hi All,

Tony or somebody who has time and permissions, could you please apply this patch to z-rejected/z-devel/perforce-client to support Perforce client on AMD64? Or better yet, please give me permissions to z-rejected grimoire to do it myself.
Thank you!

Sergey.
--- DETAILS.original 2005-03-28 04:44:43.000000000 +0000
+++ DETAILS 2005-03-28 04:49:24.000000000 +0000
@@ -8,18 +8,26 @@
SOURCE=p4
SOURCE2=p4web
SOURCE3=p4.1
+if [[ "$(uname -m)" == 'x86_64' ]]; then
+ P_ARCH=linux26amd64
+ MD5[0]=''
+ MD5[1]=''
+ MD5[2]=''
+else
+ P_ARCH=linux24x86
+ MD5[0]=5632ec49f46ab7c1f1402fe0e930ce84
+ MD5[1]=47431903b1f14f38c08f343775baef91
+ MD5[2]=bb4f1c946b14cd387fd3f333087037da
+fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION_MAJOR
-
SOURCE_URL[0]=http://www.perforce.com/downloads/perforce/r$SHORT_VERSION/bin.linux24x86/$SOURCE
-
SOURCE_URL[1]=ftp://ftp.perforce.com/perforce/r$SHORT_VERSION/bin.linux24x86/$SOURCE
-
SOURCE2_URL[0]=http://www.perforce.com/downloads/perforce/r$SHORT_VERSION/bin.linux24x86/$SOURCE2
-
SOURCE2_URL[1]=ftp://ftp.perforce.com/perforce/r$SHORT_VERSION/bin.linux24x86/$SOURCE2
+
SOURCE_URL[0]=http://www.perforce.com/downloads/perforce/r$SHORT_VERSION/bin.$P_ARCH/$SOURCE
+
SOURCE_URL[1]=ftp://ftp.perforce.com/perforce/r$SHORT_VERSION/bin.$P_ARCH/$SOURCE
+
SOURCE2_URL[0]=http://www.perforce.com/downloads/perforce/r$SHORT_VERSION/bin.$P_ARCH/$SOURCE2
+
SOURCE2_URL[1]=ftp://ftp.perforce.com/perforce/r$SHORT_VERSION/bin.$P_ARCH/$SOURCE2
SOURCE3_URL[0]=http://www.perforce.com/perforce/doc.$DOC_VERSION/man/p4.1
WEB_SITE=http://www.perforce.com/
ENTERED=20020514
UPDATED=20050119
- MD5[0]=5632ec49f46ab7c1f1402fe0e930ce84
- MD5[1]=47431903b1f14f38c08f343775baef91
- MD5[2]=bb4f1c946b14cd387fd3f333087037da
LICENSE[0]=http://www.perforce.com/perforce/price.html
GATHER_DOCS=off
REJECT="is non-source and has licensing issues"



Archive powered by MHonArc 2.6.24.

Top of Page