From owner-freebsd-ports Sun Sep 8 8:20:13 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 2885337B401 for ; Sun, 8 Sep 2002 08:20:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57A8043E4A for ; Sun, 8 Sep 2002 08:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g88FK3JU059083 for ; Sun, 8 Sep 2002 08:20:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g88FK3JJ059082; Sun, 8 Sep 2002 08:20:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DE1137B40D for ; Sun, 8 Sep 2002 08:14:49 -0700 (PDT) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id A334A43E4A for ; Sun, 8 Sep 2002 08:14:48 -0700 (PDT) (envelope-from adam@emmenthaler.blacktabby.org) Received: from emmenthaler.blacktabby.org ([12.240.109.159]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020908151448.NHHJ19682.rwcrmhc51.attbi.com@emmenthaler.blacktabby.org> for ; Sun, 8 Sep 2002 15:14:48 +0000 Received: from cheshire.blacktabby.org (cheshire.blacktabby.org [192.168.1.198]) by emmenthaler.blacktabby.org (Postfix) with ESMTP id 97C123B23 for ; Sun, 8 Sep 2002 08:14:47 -0700 (PDT) Received: by cheshire.blacktabby.org (Postfix, from userid 1000) id 174D25877; Sun, 8 Sep 2002 08:14:39 -0700 (PDT) Message-Id: <20020908151439.174D25877@cheshire.blacktabby.org> Date: Sun, 8 Sep 2002 08:14:39 -0700 (PDT) From: Adam Kranzel Reply-To: Adam Kranzel To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/42552: Fixes for net/net-http port 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: 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 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