Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Aug 2004 13:57:27 +0000 (UTC)
From:      Peter Pentchev <roam@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/misc/bogosort Makefile pkg-plist ports/misc/bogosort/files patch-config.h.in patch-sortedp.c patch-xmalloc.c
Message-ID:  <200408111357.i7BDvRRE069583@repoman.freebsd.org>

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



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