Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2002 15:05:25 -0700 (PDT)
From:      <adam@vectors.cx>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/43312: [patch] fix net/net-http install
Message-ID:  <200209232205.g8NM5Pgm050354@vectors.cx>

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

>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 <bsd.port.mk>
--- 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




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