- Remove LICENSE_FILE for those listed in bsd.licenses.db.mk
- Add test and regression-test targets
- Patch integ-test.c so we can run unit tests (#include order, thanks ak!)
- New Makefile header convention
Changes: http://kr.github.com/beanstalkd/2012/09/11/1.7-release-notes.html
PR: 172405
Submitted by: Kubilay Kocak <koobs.freebsd at gmail.com>
Feature safe: yes
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.