Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  8 Sep 2002 08:14:39 -0700 (PDT)
From:      Adam Kranzel <adam-ports@blacktabby.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42552: Fixes for net/net-http port
Message-ID:  <20020908151439.174D25877@cheshire.blacktabby.org>

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

>Number:         42552
>Category:       ports
>Synopsis:       Fixes for net/net-http port
>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:   Sun Sep 08 08:20:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD cheshire.blacktabby.org 5.0-CURRENT FreeBSD 5.0-CURRENT #4: Sat Sep 7 17:58:37 PDT 2002 adam@cheshire.blacktabby.org:/usr/obj/usr/src/sys/CHESHIRE-NODEBUG i386

>Description:

	The included patch fixes the net/net-http port for the new version
	of guile.  There has to be a more elegant way to do this port than
	by hardcoding the version of guile into it, but right now, I don't
	feel like trying to find it :)

>How-To-Repeat:
	n/a
>Fix:

	
diff -ruN net-http.good/Makefile net-http/Makefile
--- net-http.good/Makefile	Sat Sep  7 22:17:29 2002
+++ net-http/Makefile	Sat Sep  7 22:17:50 2002
@@ -21,6 +21,6 @@
 NO_BUILD=	yes
 
 do-install:
-	${CP} -R ${WRKSRC}/net ${LOCALBASE}/share/guile/1.4/net
+	${CP} -R ${WRKSRC}/net ${LOCALBASE}/share/guile/1.4.1/net
 
 .include <bsd.port.mk>
diff -ruN net-http.good/pkg-plist net-http/pkg-plist
--- net-http.good/pkg-plist	Sat Sep  7 22:17:29 2002
+++ net-http/pkg-plist	Sat Sep  7 22:19:04 2002
@@ -1,7 +1,7 @@
-share/guile/1.4/net/http.scm
-share/guile/1.4/net/http/client.scm
-share/guile/1.4/net/http/message.scm
-share/guile/1.4/net/http/server.scm
-share/guile/1.4/net/http/util.scm
-@dirrm share/guile/1.4/net/http
-@dirrm share/guile/1.4/net
+share/guile/1.4.1/net/http.scm
+share/guile/1.4.1/net/http/client.scm
+share/guile/1.4.1/net/http/message.scm
+share/guile/1.4.1/net/http/server.scm
+share/guile/1.4.1/net/http/util.scm
+@dirrm share/guile/1.4.1/net/http
+@dirrm share/guile/1.4.1/net

>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?20020908151439.174D25877>