cvs commit: ports/sysutils Makefile ports/sysutils/bpm Makefile distinfo pkg-descr pkg-plist

Adam Weinberger adamw at FreeBSD.org
Tue Aug 24 12:21:30 PDT 2004


>> (08.24.2004 @ 1328 PST): Norikatsu Shigemura said, in 0.9K: <<
> On Tue, 24 Aug 2004 12:41:53 -0400
> Adam Weinberger <adamw at 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 at magnesium.net || adamw at FreeBSD.org
adamw at vectors.cx    ||   adamw at gnome.org
http://www.vectors.cx


More information about the cvs-all mailing list