From owner-freebsd-ports Tue Oct 22 19:29:46 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCDF737B401; Tue, 22 Oct 2002 19:29:44 -0700 (PDT) Received: from dibbler.ne.client2.attbi.com (dibbler.ne.client2.attbi.com [24.61.41.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D81A43E65; Tue, 22 Oct 2002 19:29:44 -0700 (PDT) (envelope-from rodrigc@attbi.com) Received: from dibbler.ne.client2.attbi.com (localhost.ne.attbi.com [127.0.0.1]) by dibbler.ne.client2.attbi.com (8.12.6/8.12.5) with ESMTP id g9N2TqRD024734; Tue, 22 Oct 2002 22:29:52 -0400 (EDT) (envelope-from rodrigc@dibbler.ne.client2.attbi.com) Received: (from rodrigc@localhost) by dibbler.ne.client2.attbi.com (8.12.6/8.12.6/Submit) id g9N2TpFf024733; Tue, 22 Oct 2002 22:29:51 -0400 (EDT) Date: Tue, 22 Oct 2002 22:29:51 -0400 From: Craig Rodrigues To: freebsd-current@freebsd.org Cc: jkh@freebsd.org, freebsd-ports@freebsd.org Subject: Re: sbin/gbde compilation problem Message-ID: <20021022222951.A24709@attbi.com> References: <20021022174524.A23272@attbi.com> <20021022202901.A24184@attbi.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="7AUc2qLy4jB3hD7Z" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20021022202901.A24184@attbi.com>; from rodrigc@attbi.com on Tue, Oct 22, 2002 at 08:29:01PM -0400 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 --7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Oct 22, 2002 at 08:29:01PM -0400, Craig Rodrigues wrote: > --- sys/crypto/rijndael/rijndael-api-fst.c.orig Tue Oct 22 20:16:28 2002 > +++ sys/crypto/rijndael/rijndael-api-fst.c Tue Oct 22 20:29:20 2002 > @@ -22,6 +22,7 @@ Hi, I apologize. I had version 1.3 of rijndael-api-fst.c and not version 1.4 of this file, which corrected the problems. Even though I was updating using cvsup, I was not getting the src/sys/crypto updates because src-sys-crypto was not in my cvsupfile. The problem was that I was using cvsupit to create my cvsup file, and cvsupit does not have an option for src-sys-crypto. The fact that cvsupit did not give me this option was screwing up my buildworld Can someone involved with ports apply this patch? ;) I don't know if a change like this justifies bumping up the version number, but I did, just in case. :) -- Craig Rodrigues http://www.gis.net/~craigr rodrigc@attbi.com --7AUc2qLy4jB3hD7Z Content-Type: text/x-patch; charset=us-ascii Content-Disposition: attachment; filename="cvsupit-diff.txt" diff -urN net/cvsupit.orig/Makefile net/cvsupit/Makefile --- net/cvsupit.orig/Makefile Tue Oct 22 22:15:08 2002 +++ net/cvsupit/Makefile Tue Oct 22 22:19:55 2002 @@ -6,7 +6,7 @@ # PORTNAME= cvsupit -PORTVERSION= 3.1 +PORTVERSION= 3.2 CATEGORIES= net DISTFILES= #empty diff -urN net/cvsupit.orig/pkg-install net/cvsupit/pkg-install --- net/cvsupit.orig/pkg-install Tue Oct 22 22:15:08 2002 +++ net/cvsupit/pkg-install Tue Oct 22 22:24:05 2002 @@ -89,6 +89,7 @@ "src-sbin" "Sources for things in /sbin" No \ "src-share" "Sources for things in /usr/share" No \ "src-sys" "Sources for the kernel (/usr/src/sys)" No \ + "src-sys-crypto" "Sources for things in /usr/src/sys/crypto" No \ "src-tools" "Sources for miscellaneous tools" No \ "src-usrbin" "Sources for things in /usr/bin" No \ "src-usrsbin" "Sources for things in /usr/sbin" No \ --7AUc2qLy4jB3hD7Z-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message