cvs commit: ports/misc/bogosort Makefile pkg-plist
ports/misc/bogosort/files patch-config.h.in patch-sortedp.c
patch-xmalloc.c
Peter Pentchev
roam at FreeBSD.org
Wed Aug 11 06:57:27 PDT 2004
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)
More information about the cvs-all
mailing list