Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Aug 2004 15:21:29 -0400
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        Norikatsu Shigemura <nork@FreeBSD.org>
Cc:        ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/sysutils Makefile ports/sysutils/bpm Makefile distinfo pkg-descr pkg-plist
Message-ID:  <20040824192129.GK96458@toxic.magnesium.net>
In-Reply-To: <20040825022830.3dfa7546.nork@FreeBSD.org>
References:  <200408240421.i7O4LxTi005920@repoman.freebsd.org> <20040825013033.56c9d8d2.nork@FreeBSD.org> <20040824164153.GJ96458@toxic.magnesium.net> <20040825022830.3dfa7546.nork@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
>> (08.24.2004 @ 1328 PST): Norikatsu Shigemura said, in 0.9K: <<
> On Tue, 24 Aug 2004 12:41:53 -0400
> Adam Weinberger <adamw@FreeBSD.org> wrote:
> > >> end of "Re: cvs commit: ports/sysutils Makefile ports/sysutils/bpm Makefile distinfo pkg-descr pkg-plist" from Norikatsu Shigemura <<
> > I committed a few hours ago what hopefully fixes this problem. Please
> > re-checkout the Makefile and let me know if it still doesn't build
> > right.
> 
> 	Thank you.
> 	And I submit a following patch.  But I contacted coredump on
> 	current:-(.
> 
> --- src/refresh.c.orig	Tue Aug 24 11:40:08 2004
> +++ src/refresh.c	Wed Aug 25 02:20:49 2004
> @@ -62,7 +62,11 @@
>  __RCSID("$Id: refresh.c,v 1.32 2004/08/24 02:40:08 sethk Exp $");
>  
>  /* XXX use libinstall/lib.h */
> +#if __FreeBSD_version >= 500036
> +#define	INDEX_FN    PORTS_BASE "/INDEX-5"
> +#else
>  #define	INDEX_FN    PORTS_BASE "/INDEX"
> +#endif
>  #define INDEX_MAXLN 4096
>  #define DB_DIR	    "/var/db/pkg"
>  #define ITER_BYTES  (128 * 1024)
>> end of "Re: cvs commit: ports/sysutils Makefile ports/sysutils/bpm Makefile distinfo pkg-descr pkg-plist" from Norikatsu Shigemura <<

Good call. I've committed this patch. Thanks!

# Adam


--
Adam Weinberger
adamw@magnesium.net || adamw@FreeBSD.org
adamw@vectors.cx    ||   adamw@gnome.org
http://www.vectors.cx



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