pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/bootstrap-mk-files Update to 20150605



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7886a6256382
branches:  trunk
changeset: 652573:7886a6256382
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Jun 04 16:38:10 2015 +0000

description:
Update to 20150605

* If NOGCCERROR is not defined, add -Wno-error to CFLAGS instead of -Werror.
  NOGCCERROR means 'do not treat warnings as errors'.

diffstat:

 pkgtools/bootstrap-mk-files/Makefile                    |  4 ++--
 pkgtools/bootstrap-mk-files/files/bsd.sys.mk            |  4 ++--
 pkgtools/bootstrap-mk-files/files/mods/SunOS.bsd.sys.mk |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (48 lines):

diff -r 8477bcf6e1ea -r 7886a6256382 pkgtools/bootstrap-mk-files/Makefile
--- a/pkgtools/bootstrap-mk-files/Makefile      Thu Jun 04 16:05:47 2015 +0000
+++ b/pkgtools/bootstrap-mk-files/Makefile      Thu Jun 04 16:38:10 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2014/11/22 16:32:13 bsiegert Exp $
+# $NetBSD: Makefile,v 1.45 2015/06/04 16:38:10 ryoon Exp $
 
-PKGNAME=       bootstrap-mk-files-20141122
+PKGNAME=       bootstrap-mk-files-20150605
 CATEGORIES=    pkgtools
 
 CONFLICTS+=    mk-files-[0-9]*
diff -r 8477bcf6e1ea -r 7886a6256382 pkgtools/bootstrap-mk-files/files/bsd.sys.mk
--- a/pkgtools/bootstrap-mk-files/files/bsd.sys.mk      Thu Jun 04 16:05:47 2015 +0000
+++ b/pkgtools/bootstrap-mk-files/files/bsd.sys.mk      Thu Jun 04 16:38:10 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.sys.mk,v 1.1.1.1 2006/07/14 23:13:01 jlam Exp $
+#      $NetBSD: bsd.sys.mk,v 1.2 2015/06/04 16:38:10 ryoon Exp $
 #
 # Overrides used for NetBSD source tree builds.
 
@@ -22,7 +22,7 @@
 .endif
 
 .if !defined(NOGCCERROR)
-CFLAGS+= -Werror
+CFLAGS+= -Wno-error
 .endif
 CFLAGS+= ${CWARNFLAGS}
 
diff -r 8477bcf6e1ea -r 7886a6256382 pkgtools/bootstrap-mk-files/files/mods/SunOS.bsd.sys.mk
--- a/pkgtools/bootstrap-mk-files/files/mods/SunOS.bsd.sys.mk   Thu Jun 04 16:05:47 2015 +0000
+++ b/pkgtools/bootstrap-mk-files/files/mods/SunOS.bsd.sys.mk   Thu Jun 04 16:38:10 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: SunOS.bsd.sys.mk,v 1.1.1.1 2006/07/14 23:13:01 jlam Exp $
+#      $NetBSD: SunOS.bsd.sys.mk,v 1.2 2015/06/04 16:38:10 ryoon Exp $
 #
 # Overrides used for NetBSD source tree builds.
 
@@ -27,7 +27,7 @@
 .endif
 
 .if !defined(NOGCCERROR)
-CFLAGS+= -Werror
+CFLAGS+= -Wno-error
 .endif
 CFLAGS+= ${CWARNFLAGS}
 



Home | Main Index | Thread Index | Old Index