pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/pkgtools/bootstrap-mk-files/files



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Thu Jun  4 17:11:33 UTC 2015

Modified Files:
        pkgsrc/pkgtools/bootstrap-mk-files/files: bsd.sys.mk
        pkgsrc/pkgtools/bootstrap-mk-files/files/mods: FreeMiNT.sys.mk
            GNUkFreeBSD.sys.mk Haiku.sys.mk Linux.sys.mk Minix.sys.mk
            SunOS.bsd.sys.mk

Log Message:
Ride previous version bump.

My previous commit is wrong.
>From share/mk/bsd.README of NetBSD src/:

NOGCCERROR      If defined, prevents passing certain ${CFLAGS} to GCC
                that cause warnings to be fatal, such as:
                        -Werror -Wa,--fatal-warnings
                (The latter being for as(1).)

In !defined(NOGCCERROR) case, -Werror should be passed to CFLAGS.
This change may break many packages.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/pkgtools/bootstrap-mk-files/files/bsd.sys.mk
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/pkgtools/bootstrap-mk-files/files/mods/FreeMiNT.sys.mk \
    pkgsrc/pkgtools/bootstrap-mk-files/files/mods/GNUkFreeBSD.sys.mk \
    pkgsrc/pkgtools/bootstrap-mk-files/files/mods/Haiku.sys.mk \
    pkgsrc/pkgtools/bootstrap-mk-files/files/mods/Minix.sys.mk
cvs rdiff -u -r1.3 -r1.4 \
    pkgsrc/pkgtools/bootstrap-mk-files/files/mods/Linux.sys.mk
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/pkgtools/bootstrap-mk-files/files/mods/SunOS.bsd.sys.mk

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