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 1Q9DR2-0005Sq-GF for garchives@archives.gentoo.org; Mon, 11 Apr 2011 09:29:28 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC8321C005; Mon, 11 Apr 2011 09:29:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8722A1C005 for ; Mon, 11 Apr 2011 09:29:20 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DEC401B409E for ; Mon, 11 Apr 2011 09:29:19 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2145) id 7D53C20054; Mon, 11 Apr 2011 09:29:18 +0000 (UTC) From: "Ryan Hill (dirtyepic)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, dirtyepic@gentoo.org Subject: [gentoo-commits] gentoo commit in src/patchsets/gcc: README X-VCS-Repository: gentoo X-VCS-Files: README X-VCS-Directories: src/patchsets/gcc X-VCS-Committer: dirtyepic X-VCS-Committer-Name: Ryan Hill Content-Type: text/plain; charset=utf8 Message-Id: <20110411092918.7D53C20054@flycatcher.gentoo.org> Date: Mon, 11 Apr 2011 09:29:18 +0000 (UTC) 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: X-Archives-Hash: 3a07da67433c02b8655c2bdf11ce21a5 dirtyepic 11/04/11 09:29:18 Modified: README Log: Add patch for ICE (bug #362547). Revision Changes Path 1.2 src/patchsets/gcc/README file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/READ= ME?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/READ= ME?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/READ= ME?r1=3D1.1&r2=3D1.2 Index: README =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 RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/README,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README 1 Apr 2011 05:20:11 -0000 1.1 +++ README 11 Apr 2011 09:29:18 -0000 1.2 @@ -1,5 +1,8 @@ -Naming: +Gentoo Patches +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =20 +Naming +------ 00-24 boilerplate stuff not expected to change between releases 25-49 arch-specific bits 50-74 everything else @@ -7,11 +10,21 @@ =20 ##_all_[arch]_[PR]_[GCCVER]_my-desc.patch =20 +(use GCCVER for backports to indicate what version the bug will be fixed= in) =20 -Patching configure: =20 +Documention +----------- +All patches need a header describing what the patch does, where it came = from, +and all relevent URLs. Read http://dev.gentoo.org/~vapier/clean-patches= and +in particular use scrub_patch() or face the wrath. + +Update README.history whenever you add (+), remove (-), or update (U) a = patch. + + +Patching configure +------------------ During a system bootstrap autoconf may not be installed yet. If you nee= d to patch configure.ac you also need to regenerate configure. Look in the configure header to get the version of autoconf it was generated with, i= nstall it, and run autoconf in the directory of the configure.ac you patched. -