From owner-cvs-all@FreeBSD.ORG Wed Aug 11 13:57:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6FFE16A4CF; Wed, 11 Aug 2004 13:57:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACC3243D5D; Wed, 11 Aug 2004 13:57:27 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7BDvRxu069584; Wed, 11 Aug 2004 13:57:27 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7BDvRRE069583; Wed, 11 Aug 2004 13:57:27 GMT (envelope-from roam) Message-Id: <200408111357.i7BDvRRE069583@repoman.freebsd.org> From: Peter Pentchev Date: Wed, 11 Aug 2004 13:57:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/bogosort Makefile pkg-plist ports/misc/bogosort/files patch-config.h.in patch-sortedp.c patch-xmalloc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2004 13:57:27 -0000 roam 2004-08-11 13:57:27 UTC FreeBSD ports repository Modified files: misc/bogosort Makefile Added files: misc/bogosort/files patch-config.h.in patch-sortedp.c patch-xmalloc.c Removed files: misc/bogosort pkg-plist Log: A whole lotta fixes: - fix build with gcc-3.4; - fix sortedp.c and zbogotest to handle empty files properly; - add a 'test' target; - use INFO and PLIST_FILES and nuke pkg-plist. And yes, I know that adding HAVE_STRING_H to config.h.in is somewhat hackish; the proper fix - a string.h check in configure.in - is on its way to the bogosort developers :) Revision Changes Path 1.9 +18 -0 ports/misc/bogosort/Makefile 1.1 +7 -0 ports/misc/bogosort/files/patch-config.h.in (new) 1.1 +11 -0 ports/misc/bogosort/files/patch-sortedp.c (new) 1.1 +24 -0 ports/misc/bogosort/files/patch-xmalloc.c (new) 1.2 +0 -4 ports/misc/bogosort/pkg-plist (dead)