From owner-freebsd-ports Thu Mar 14 7:30:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 28E1B37B400 for ; Thu, 14 Mar 2002 07:30:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2EFU4426221; Thu, 14 Mar 2002 07:30:04 -0800 (PST) (envelope-from gnats) Date: Thu, 14 Mar 2002 07:30:04 -0800 (PST) Message-Id: <200203141530.g2EFU4426221@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: ports/35372: pgp6 ports fails to compile on alpha platform Reply-To: Peter Pentchev Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/35372; it has been noted by GNATS. From: Peter Pentchev To: Niels Kroon Cc: bug-followup@FreeBSD.org Subject: Re: ports/35372: pgp6 ports fails to compile on alpha platform Date: Thu, 14 Mar 2002 17:29:29 +0200 On Wed, Feb 27, 2002 at 03:03:50AM -0800, Niels Kroon wrote: > > >Number: 35372 > >Category: ports > >Synopsis: pgp6 ports fails to compile on alpha platform > >Originator: Niels Kroon [snip] > >How-To-Repeat: > login on an DEC Alpha running FreeBSD, cd /usr/ports/security/pgp6, and > make install > >Fix: > sorry, no sufficient C knowledge... Can you put the attached file as security/pgp6/files/patch-cc and see if it fixes your problems? It at least lets pgp6 build, albeit with a couple of warnings. I am not certain if those warnings would cause incorrect operation; could you try and report the results? G'luck, Peter -- Peter Pentchev roam@ringlet.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 This sentence is false. --- libs/pfl/common/pgpBase.h.old Thu Mar 14 06:11:25 2002 +++ libs/pfl/common/pgpBase.h Thu Mar 14 06:11:45 2002 @@ -137,7 +137,7 @@ #if ULONG_MAX > 0xfffffffful #if ULONG_MAX == 0xfffffffffffffffful -typedef ulong PGPUInt64; +typedef unsigned long PGPUInt64; typedef long PGPInt64; #define PGP_HAVE64 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message