git: Restore ability for master to build release 4.2

John Marino marino at crater.dragonflybsd.org
Sat Jun 13 02:26:52 PDT 2015


commit 87749d8aae86cbee3353ec4a6c273691b67c1204
Author: John Marino <draco at marino.st>
Date:   Sat Jun 13 10:48:40 2015 +0200

    Restore ability for master to build release 4.2
    
    It turns out that setting values on /etc/defaults/make.conf is a bad
    idea.  In this case, the two SENDMAIL values that were set prevent
    a master branch from building previous releases.
    
    The fix is to comment out those two definitions and move the default
    values to the makefile that uses them, using the "?=" operator.

Summary of changes:
 etc/defaults/make.conf         |  4 ++--
 etc/sendmail/Makefile.4install | 10 ++++++++++
 2 files changed, 12 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/87749d8aae86cbee3353ec4a6c273691b67c1204


-- 
DragonFly BSD source repository



More information about the Commits mailing list