From owner-freebsd-ports Mon Sep 23 14: 0:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44EF237B404 for ; Mon, 23 Sep 2002 14:00:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D45BA43E8A for ; Mon, 23 Sep 2002 14:00:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8NL0CCo017431 for ; Mon, 23 Sep 2002 14:00:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NL0CVR017430; Mon, 23 Sep 2002 14:00:12 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EABAA37B401 for ; Mon, 23 Sep 2002 13:54:57 -0700 (PDT) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB08343E6E for ; Mon, 23 Sep 2002 13:54:57 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: from vectors.cx (e9c71a63cf7b89381e549d427e2e082a@localhost [127.0.0.1]) by vectors.cx (8.12.6/8.12.4) with ESMTP id g8NKtVho049934 for ; Mon, 23 Sep 2002 13:55:31 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.6/8.12.6/Submit) id g8NKtV6A049933; Mon, 23 Sep 2002 13:55:31 -0700 (PDT) (envelope-from monkey) Message-Id: <200209232055.g8NKtV6A049933@vectors.cx> Date: Mon, 23 Sep 2002 13:55:31 -0700 (PDT) From: Reply-To: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/43308: [patch] fix security/ccrypt install 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 >Number: 43308 >Category: ports >Synopsis: [patch] fix security/ccrypt install >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 23 14:00:12 PDT 2002 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.7-RC i386 >Organization: >Environment: System: FreeBSD smacky.vectors.cx 4.7-RC FreeBSD 4.7-RC #21: Sun Sep 22 01:45:57 PDT 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky i386 >Description: as noted on bento, http://bento.freebsd.org/errorlogs/4-latest/ccrypt-1.2_1.log, security/ccrypt doesn't install. it attempts to install the entire WRKSRC into docsdir. this patch specifies the useful doc files. >How-To-Repeat: >Fix: --- ccrypt.patch begins here --- 37c37,39 < ${INSTALL_DATA} ${WRKSRC}/ ${DOCSDIR} --- > .for i in README doc/ccrypt.html doc/cypfaq01.txt > ${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR} > .endfor --- ccrypt.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message