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

Norikatsu Shigemura nork at FreeBSD.org
Tue Aug 24 10:28:32 PDT 2004


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)


More information about the cvs-all mailing list