pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/marco



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Feb  8 16:50:22 UTC 2018

Modified Files:
        pkgsrc/wm/marco: distinfo
Added Files:
        pkgsrc/wm/marco/patches: patch-configure

Log Message:
marco: Don't specify -ansi.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/wm/marco/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/wm/marco/patches/patch-configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/wm/marco/distinfo
diff -u pkgsrc/wm/marco/distinfo:1.4 pkgsrc/wm/marco/distinfo:1.5
--- pkgsrc/wm/marco/distinfo:1.4        Wed Jun 28 15:35:11 2017
+++ pkgsrc/wm/marco/distinfo    Thu Feb  8 16:50:22 2018
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.4 2017/06/28 15:35:11 jperkin Exp $
+$NetBSD: distinfo,v 1.5 2018/02/08 16:50:22 jperkin Exp $
 
 SHA1 (marco-1.18.1.tar.xz) = 6c09e95749bd01c46937b99894298f67918f720a
 RMD160 (marco-1.18.1.tar.xz) = 2b2d80a7148963ea8910606e9fa25cb4838e4742
 SHA512 (marco-1.18.1.tar.xz) = d6851c8c1c5bc25993dc72de7e5090736d236942ad37124ef52d0c23cc66faa1e4288273160bb9c1d1c303c99e3e096dcf031b2ea70bde93858627f31034708c
 Size (marco-1.18.1.tar.xz) = 1251108 bytes
+SHA1 (patch-configure) = fa46453a5d25f154b60970e921f3802cd91ca786
 SHA1 (patch-src_compositor_compositor-xrender.c) = 5cb7e98d8e2b1dda2842f422ad2268bb258c35ee
 SHA1 (patch-src_core_delete.c) = ace180e80d63bbf0a35abc18bf6501061e09d158
 SHA1 (patch-src_core_keybindings.c) = 98235897926d017994e1fa01c754419d14432b08

Added files:

Index: pkgsrc/wm/marco/patches/patch-configure
diff -u /dev/null pkgsrc/wm/marco/patches/patch-configure:1.1
--- /dev/null   Thu Feb  8 16:50:22 2018
+++ pkgsrc/wm/marco/patches/patch-configure     Thu Feb  8 16:50:22 2018
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2018/02/08 16:50:22 jperkin Exp $
+
+Don't specify -ansi.
+
+--- configure.orig     2017-05-10 15:17:22.000000000 +0000
++++ configure
+@@ -16283,7 +16283,7 @@ fi
+ 
+ # Warnings are there for a reason
+ if test "x$GCC" = "xyes"; then
+-  CFLAGS="$CFLAGS -Wall -ansi"
++  CFLAGS="$CFLAGS -Wall"
+   if test "x$enable_maintainer_mode" = "xyes"; then
+     CFLAGS="$CFLAGS"
+   fi



Home | Main Index | Thread Index | Old Index