Project

General

Profile

Submit #2606 » 0004-bmake-added-new-README.DELETED-README.DRAGONFLY-and-.patch

kAworu, 11/22/2013 07:57 AM

View differences:

contrib/bmake/README.DELETED
unit-tests/
PSD.doc/
missing/
contrib/bmake/README.DRAGONFLY
BMAKE 2013-10-01
================
Original source can be downloaded from:
http://www.crufty.net/ftp/pub/sjg
file = bmake-20131001.tar.gz
date = 21 November 2013
size = 506072
sha1 = 436733e4ec8751f527fe5bd82088ba3d81ce9ce5
The file README.DELETED contains a list of deleted files and directories.
The following files have been patched:
bmake.1
main.c
meta.c
parse.c
var.c
usr.bin/bmake/Makefile
srcdir= ${.CURDIR}/../../contrib/bmake
# Base version on src date
MAKE_VERSION= 20121010
MAKE_VERSION= 20131001
.if defined(BOOTSTRAPPING)
DEFAULT_SYS_PATH = ${.CURDIR}/../../share/mk
.else
usr.bin/bmake/config.h
#define PACKAGE_NAME "bmake"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "bmake 20120620"
#define PACKAGE_STRING "bmake 20130706"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "bmake"
......
#define PACKAGE_URL ""
/* Define to the version of this package. */
#define PACKAGE_VERSION "20120620"
#define PACKAGE_VERSION "20130706"
/* Define as the return type of signal handlers (`int' or `void'). */
#define RETSIGTYPE void
(12-12/12)