Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Mar 2002 07:30:04 -0800 (PST)
From:      Peter Pentchev <roam@ringlet.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/35372: pgp6 ports fails to compile on alpha platform
Message-ID:  <200203141530.g2EFU4426221@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/35372; it has been noted by GNATS.

From: Peter Pentchev <roam@ringlet.net>
To: Niels Kroon <niels@nospamplease.fundum.net>
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




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