From owner-freebsd-ports Mon Sep 23 15:10: 5 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 8EB0137B401 for ; Mon, 23 Sep 2002 15:10:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37F3743E7B for ; Mon, 23 Sep 2002 15:10:02 -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 g8NMA2Co049640 for ; Mon, 23 Sep 2002 15:10:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8NMA2js049639; Mon, 23 Sep 2002 15:10:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89D1337B404 for ; Mon, 23 Sep 2002 15:04:51 -0700 (PDT) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4997A43E65 for ; Mon, 23 Sep 2002 15:04:51 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: from vectors.cx (0d18566fd019e7beedda87f667cdc07a@localhost [127.0.0.1]) by vectors.cx (8.12.6/8.12.4) with ESMTP id g8NM5Pho050355 for ; Mon, 23 Sep 2002 15:05:25 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.6/8.12.6/Submit) id g8NM5Pgm050354; Mon, 23 Sep 2002 15:05:25 -0700 (PDT) (envelope-from monkey) Message-Id: <200209232205.g8NM5Pgm050354@vectors.cx> Date: Mon, 23 Sep 2002 15:05:25 -0700 (PDT) From: Reply-To: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/43312: [patch] fix net/net-http 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: 43312 >Category: ports >Synopsis: [patch] fix net/net-http 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 15:10:01 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 in http://bento.freebsd.org/errorlogs/4-latest/net-http-0.3.1.log, net/net-http attempts to copy files into a nonexistant directory. this patches that. >How-To-Repeat: >Fix: --- net-http.patch begins here --- --- net/net-http/Makefile.orig Mon Sep 23 14:59:45 2002 +++ net/net-http/Makefile Mon Sep 23 15:00:05 2002 @@ -21,6 +21,7 @@ NO_BUILD= yes do-install: + @${MKDIR} ${LOCALBASE}/share/guile/1.4/net ${CP} -R ${WRKSRC}/net ${LOCALBASE}/share/guile/1.4/net .include --- net-http.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