Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Apr 2000 14:53:09 -0400 (EDT)
From:      Vivek Khera <khera@kciLink.com>
To:        Kris Kennaway <kris@FreeBSD.org>
Cc:        ports@freebsd.org
Subject:   Re: security/pgp port Makefile broken
Message-ID:  <14590.149.876245.786279@onceler.kcilink.com>
In-Reply-To: <Pine.BSF.4.21.0004191138070.31729-100000@freefall.freebsd.org>
References:  <14589.54661.998085.162793@onceler.kcilink.com> <Pine.BSF.4.21.0004191138070.31729-100000@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> "KK" == Kris Kennaway <kris@FreeBSD.org> writes:

KK> On Wed, 19 Apr 2000, Vivek Khera wrote:
>> [root@onceler]# cd /usr/ports/security/pgp
>> [root@onceler]# make readmes
>> -: You need to define PORTNAME and PORTVERSION instead of PKGNAME.
>> (This port is too old for your bsd.port.mk.)
>> *** Error code 1

KK> Make sure you have

KK>      $FreeBSD: ports/security/pgp/Makefile,v 1.34 2000/04/09 18:30:17


[onceler]% ident /usr/ports/security/pgp/Makefile 
/usr/ports/security/pgp/Makefile:
     $FreeBSD: ports/security/pgp/Makefile,v 1.34 2000/04/09 18:30:17 cpiazza Exp $

I found that if I define USA_RESIDENT=YES or NO in my environment, it
works; any other value for (or not set) USA_RESIDENT fails.

[root@onceler]# make readmes
-: You need to define PORTNAME and PORTVERSION instead of PKGNAME.
(This port is too old for your bsd.port.mk.)
*** Error code 1

Stop.
[root@onceler]# env USA_RESIDENT=yes make readmes
-: You need to define PORTNAME and PORTVERSION instead of PKGNAME.
(This port is too old for your bsd.port.mk.)
*** Error code 1

Stop.
[root@onceler]# env USA_RESIDENT=YES make readmes
===>   Creating README.html for pgp-2.6.2
[root@onceler]# env USA_RESIDENT=NO make readmes
===>   Creating README.html for pgp-2.6.3ia


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?14590.149.876245.786279>