pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/pkgin
Module Name: pkgsrc
Committed By: gdt
Date: Sat Sep 26 12:15:28 UTC 2015
Modified Files:
pkgsrc/pkgtools/pkgin: Makefile distinfo
Added Files:
pkgsrc/pkgtools/pkgin/patches: patch-Makefile.in
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.
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/pkgtools/pkgin/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/pkgtools/pkgin/distinfo
cvs rdiff -u -r0 -r1.5 pkgsrc/pkgtools/pkgin/patches/patch-Makefile.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index