Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Aug 2004 02:28:30 +0900
From:      Norikatsu Shigemura <nork@FreeBSD.org>
To:        Adam Weinberger <adamw@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:  <20040825022830.3dfa7546.nork@FreeBSD.org>
In-Reply-To: <20040824164153.GJ96458@toxic.magnesium.net>
References:  <200408240421.i7O4LxTi005920@repoman.freebsd.org> <20040825013033.56c9d8d2.nork@FreeBSD.org> <20040824164153.GJ96458@toxic.magnesium.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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)



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