Subject: CVS commit: pkgsrc/pkgtools/pkgin
From: Greg Troxel
Date: 2015-09-26 14:15:28
Message id: 20150926121529.053B898@cvs.netbsd.org

Log Message:
Disable -Werror to avoid build failures.

At least on OS X with clang, pkgin fails to build because of extra
parens around ==.  See https://github.com/NetBSDfr/pkgin/issues/64
for details.

This seems to be a new issue with something in the pkgsrc build
environment (bsd makefiles or compat libs), not in pkgin proper, but
pkgin's use of bsd makefiles leads to Werror.

Files:
RevisionActionfile
1.61modifypkgsrc/pkgtools/pkgin/Makefile
1.41modifypkgsrc/pkgtools/pkgin/distinfo
1.5addpkgsrc/pkgtools/pkgin/patches/patch-Makefile.in