From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1M3yEl-0002tA-98 for garchives@archives.gentoo.org; Tue, 12 May 2009 20:06:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B340CE05F4; Tue, 12 May 2009 20:06:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6B434E05F4 for ; Tue, 12 May 2009 20:06:02 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 147576514A for ; Tue, 12 May 2009 20:06:02 +0000 (UTC) Received: from ssuominen by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1M3yEj-0005RJ-AT for gentoo-commits@lists.gentoo.org; Tue, 12 May 2009 20:06:01 +0000 From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-sound/gramofile/files: gramofile-1.6-strlen_and_exit.patch gramofile-1.6_p3-64bit.patch gramofile-1.6_p3-implicit-declarations.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: gramofile-1.6-strlen_and_exit.patch gramofile-1.6_p3-64bit.patch gramofile-1.6_p3-implicit-declarations.patch X-VCS-Directories: media-sound/gramofile/files X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: Sender: Samuli Suominen Date: Tue, 12 May 2009 20:06:01 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 91b31029-190f-461c-8e8f-b5e3e549becb X-Archives-Hash: 06494698b83b34efda5eb6a27e75300c ssuominen 09/05/12 20:06:01 Added: gramofile-1.6-strlen_and_exit.patch Removed: gramofile-1.6_p3-64bit.patch gramofile-1.6_p3-implicit-declarations.patch Log: Apply Debian patchset wrt #137756, #131209 and #214442. (Portage version: 2.1.6.13/cvs/Linux x86_64) Revision Changes Path 1.1 media-sound/gramofile/files/gramofile-1.6-strlen_and= _exit.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gramof= ile/files/gramofile-1.6-strlen_and_exit.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gramof= ile/files/gramofile-1.6-strlen_and_exit.patch?rev=3D1.1&content-type=3Dte= xt/plain Index: gramofile-1.6-strlen_and_exit.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D diff -ur gramofile-1.6.orig/bplaysrc/Makefile gramofile-1.6/bplaysrc/Make= file --- gramofile-1.6.orig/bplaysrc/Makefile 2009-05-12 22:39:32.000000000 +0= 300 +++ gramofile-1.6/bplaysrc/Makefile 2009-05-12 22:45:53.000000000 +0300 @@ -6,13 +6,12 @@ ../clrscr.o ../secshms.o #SRCS =3D bplay.c sndfunc.o shmbuf.c =20 -CC =3D gcc -LDFLAGS =3D=20 +CC ?=3D gcc =20 ########## CHOOSE YOUR ARCHITECTURE: (NOTE: also see ../Makefile!) =20 # For Linux (and maybe others), use these: -CFLAGS =3D -Wall -O2 -DUSEBUFFLOCK -DLP2CD -DVUMETER # -DDEBUG +CFLAGS +=3D -Wall -DUSEBUFFLOCK -DLP2CD -DVUMETER LIBS =3D -lncurses =20 # For FreeBSD (and maybe others), use these: diff -ur gramofile-1.6.orig/gramofile.c gramofile-1.6/gramofile.c --- gramofile-1.6.orig/gramofile.c 2009-05-12 22:39:32.000000000 +0300 +++ gramofile-1.6/gramofile.c 2009-05-12 22:41:25.000000000 +0300 @@ -11,6 +11,7 @@ #include "splashscr.h" #include #include +#include #include #ifndef OLD_CURSES #include diff -ur gramofile-1.6.orig/Makefile gramofile-1.6/Makefile --- gramofile-1.6.orig/Makefile 2009-05-12 22:39:32.000000000 +0300 +++ gramofile-1.6/Makefile 2009-05-12 22:45:28.000000000 +0300 @@ -14,13 +14,12 @@ OBJS =3D $(SRCS:.c=3D.o) SHELL =3D /bin/sh =20 -CC =3D gcc -LDFLAGS =3D=20 +CC ?=3D gcc =20 ########## CHOOSE YOUR ARCHITECTURE: (NOTE: also see bplaysrc/Makefil= e!) =20 # For Linux (and maybe others), use these: -CFLAGS =3D -Wall -O2 -funroll-loops -DTURBO_MEDIAN -DTURBO_BUFFER +CFLAGS +=3D -Wall -DTURBO_MEDIAN -DTURBO_BUFFER DEPS =3D $(OBJS) makebplay LIBS =3D -lncurses -lrfftw -lfftw -lm COPY_A =3D -a diff -ur gramofile-1.6.orig/signpr_cmf3.c gramofile-1.6/signpr_cmf3.c --- gramofile-1.6.orig/signpr_cmf3.c 2009-05-12 22:39:32.000000000 +0300 +++ gramofile-1.6/signpr_cmf3.c 2009-05-12 22:41:09.000000000 +0300 @@ -34,6 +34,7 @@ #include #include #include +#include #ifndef OLD_CURSES #include #else