Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Aug 1999 18:07:22 +0400 (MSD)
From:      Сергей Ласкавый <laskavy@Berkeley.Gambit.Msk.SU>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13351: ports: pgp: installing into $prefix/lib instead of $prefix/share
Message-ID:  <199908241407.SAA58832@Berkeley.Gambit.Msk.SU>

next in thread | raw e-mail | index | archive | help

>Number:         13351
>Category:       ports
>Synopsis:       ports: pgp: installing into $prefix/lib instead of $prefix/share
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 24 09:30:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Sergei Laskavy
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
The FreeBSD Documentation Project
>Environment:

ports/security/pgp/Makefile:
     $Id: Makefile,v 1.27 1999/08/23 04:23:54 mharo Exp $

>Description:

PGP port wants to install some text files into $prefix/lib/pgp instead
of more appropriate $prefix/share/pgp

>How-To-Repeat:

cd /usr/ports/security/pgp && make install

>Fix:

do we have a standard way to put $prefix value into C files ? :-)

Okay, my broken patch is here:

========================================================================
--- fileio.h.orig	Sat Jan  6 22:46:36 1996
+++ fileio.h	Thu Feb 11 13:46:27 1999
@@ -28,7 +28,7 @@
 #ifdef LINUX
 #  define PGP_SYSTEM_DIR "/var/lib/pgp/"
 #else
-#  define PGP_SYSTEM_DIR "/usr/local/lib/pgp/"
+#  define PGP_SYSTEM_DIR "/usr/local/share/pgp/"
 #endif
 #define FOPRBIN		"r"
 #define FOPRTXT		"r"
========================================================================

>Release-Note:
>Audit-Trail:
>Unformatted:


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?199908241407.SAA58832>