From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B64211399E6 for ; Fri, 4 Sep 2015 08:35:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EBE6143BA; Fri, 4 Sep 2015 08:33:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B298A9585F for ; Fri, 4 Sep 2015 08:33:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02739340A38 for ; Fri, 4 Sep 2015 08:33:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE7BE1AE for ; Fri, 4 Sep 2015 08:33:23 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1258574136.cc832fce305988897f076c4894cedda6df26e3d6.ulm@gentoo> Subject: [gentoo-commits] dev/ulm:pam_skey-1.1.5-patches-3 commit in: patchsets/motif/2.2.3/ X-VCS-Repository: dev/ulm X-VCS-Files: patchsets/motif/2.2.3/15_all_ldflags.patch X-VCS-Directories: patchsets/motif/2.2.3/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: cc832fce305988897f076c4894cedda6df26e3d6 X-VCS-Branch: pam_skey-1.1.5-patches-3 Date: Fri, 4 Sep 2015 08:33:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5eec11a5-9f8a-47e1-aaf0-e874db82a256 X-Archives-Hash: c7a4f7821c4119d340a90cd67f726cbf commit: cc832fce305988897f076c4894cedda6df26e3d6 Author: Ulrich Müller gentoo org> AuthorDate: Wed Nov 18 19:55:36 2009 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Nov 18 19:55:36 2009 +0000 URL: https://gitweb.gentoo.org/dev/ulm.git/commit/?id=cc832fce Add patch for the LDFLAGS issue of bug 293573. patchsets/motif/2.2.3/15_all_ldflags.patch | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/patchsets/motif/2.2.3/15_all_ldflags.patch b/patchsets/motif/2.2.3/15_all_ldflags.patch new file mode 100644 index 0000000..5c84f48 --- /dev/null +++ b/patchsets/motif/2.2.3/15_all_ldflags.patch @@ -0,0 +1,35 @@ +http://bugs.gentoo.org/293573 + +--- openMotif-2.2.3-orig/clients/uil/Makefile.am ++++ openMotif-2.2.3/clients/uil/Makefile.am +@@ -6,7 +6,7 @@ + # + bin_PROGRAMS = uil + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + UilParser.lo: UilParser.c + $(LTCOMPILE) -DCALLABLE -c UilParser.c +--- openMotif-2.2.3-orig/lib/Mrm/Makefile.am ++++ openMotif-2.2.3/lib/Mrm/Makefile.am +@@ -8,7 +8,7 @@ + + libMrm_la_LIBADD = ../Xm/libXm.la ${X_LIBS} -lXt ${X_PRE_LIBS} -lX11 ${X_EXTRA_LIBS} + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + lib_LTLIBRARIES = libMrm.la + +--- openMotif-2.2.3-orig/lib/Xm/Makefile.am ++++ openMotif-2.2.3/lib/Xm/Makefile.am +@@ -9,7 +9,7 @@ + ${X_CFLAGS} + xmdir = $(includedir)/Xm + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + lib_LTLIBRARIES = libXm.la + From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DE3711399E6 for ; Fri, 4 Sep 2015 08:29:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E63DE1423A; Fri, 4 Sep 2015 08:29:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 112DA1427E for ; Fri, 4 Sep 2015 08:29:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0152334098F for ; Fri, 4 Sep 2015 08:29:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 669C3182 for ; Fri, 4 Sep 2015 08:29:49 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1258574136.cc832fce305988897f076c4894cedda6df26e3d6.ulm@gentoo> Subject: [gentoo-commits] dev/ulm:master commit in: patchsets/motif/2.2.3/ X-VCS-Repository: dev/ulm X-VCS-Files: patchsets/motif/2.2.3/15_all_ldflags.patch X-VCS-Directories: patchsets/motif/2.2.3/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: cc832fce305988897f076c4894cedda6df26e3d6 X-VCS-Branch: master Date: Fri, 4 Sep 2015 08:29:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 91ba4acb-141e-4cd7-a2dd-d716e3f8fe12 X-Archives-Hash: ebeb17bdfe6ea738173a9358e9c9a4cc Message-ID: <20150904082949.FKbNifUUhLwnIS5YKZyTBz-fKRi5wsYJTLmliZJddQQ@z> commit: cc832fce305988897f076c4894cedda6df26e3d6 Author: Ulrich Müller gentoo org> AuthorDate: Wed Nov 18 19:55:36 2009 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Nov 18 19:55:36 2009 +0000 URL: https://gitweb.gentoo.org/dev/ulm.git/commit/?id=cc832fce Add patch for the LDFLAGS issue of bug 293573. patchsets/motif/2.2.3/15_all_ldflags.patch | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/patchsets/motif/2.2.3/15_all_ldflags.patch b/patchsets/motif/2.2.3/15_all_ldflags.patch new file mode 100644 index 0000000..5c84f48 --- /dev/null +++ b/patchsets/motif/2.2.3/15_all_ldflags.patch @@ -0,0 +1,35 @@ +http://bugs.gentoo.org/293573 + +--- openMotif-2.2.3-orig/clients/uil/Makefile.am ++++ openMotif-2.2.3/clients/uil/Makefile.am +@@ -6,7 +6,7 @@ + # + bin_PROGRAMS = uil + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + UilParser.lo: UilParser.c + $(LTCOMPILE) -DCALLABLE -c UilParser.c +--- openMotif-2.2.3-orig/lib/Mrm/Makefile.am ++++ openMotif-2.2.3/lib/Mrm/Makefile.am +@@ -8,7 +8,7 @@ + + libMrm_la_LIBADD = ../Xm/libXm.la ${X_LIBS} -lXt ${X_PRE_LIBS} -lX11 ${X_EXTRA_LIBS} + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + lib_LTLIBRARIES = libMrm.la + +--- openMotif-2.2.3-orig/lib/Xm/Makefile.am ++++ openMotif-2.2.3/lib/Xm/Makefile.am +@@ -9,7 +9,7 @@ + ${X_CFLAGS} + xmdir = $(includedir)/Xm + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + lib_LTLIBRARIES = libXm.la + From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id ABD031399E6 for ; Fri, 4 Sep 2015 08:36:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E31F143BC; Fri, 4 Sep 2015 08:33:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8FBA4143CA for ; Fri, 4 Sep 2015 08:33:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73BD1340A31 for ; Fri, 4 Sep 2015 08:33:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DE08162 for ; Fri, 4 Sep 2015 08:33:22 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1258574136.cc832fce305988897f076c4894cedda6df26e3d6.ulm@gentoo> Subject: [gentoo-commits] dev/ulm:openmotif-2.2.3-patches-5 commit in: patchsets/motif/2.2.3/ X-VCS-Repository: dev/ulm X-VCS-Files: patchsets/motif/2.2.3/15_all_ldflags.patch X-VCS-Directories: patchsets/motif/2.2.3/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: cc832fce305988897f076c4894cedda6df26e3d6 X-VCS-Branch: openmotif-2.2.3-patches-5 Date: Fri, 4 Sep 2015 08:33:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3551659c-ea14-4b68-ae04-e2eb14008b12 X-Archives-Hash: f5b9d2c07f3e7dcdd936b1fcddd8ba80 Message-ID: <20150904083322.1ysZAJeuOLSC6QY_ZlJ0lVQb3yRppiZG7utv1e0ZxOw@z> commit: cc832fce305988897f076c4894cedda6df26e3d6 Author: Ulrich Müller gentoo org> AuthorDate: Wed Nov 18 19:55:36 2009 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Nov 18 19:55:36 2009 +0000 URL: https://gitweb.gentoo.org/dev/ulm.git/commit/?id=cc832fce Add patch for the LDFLAGS issue of bug 293573. patchsets/motif/2.2.3/15_all_ldflags.patch | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/patchsets/motif/2.2.3/15_all_ldflags.patch b/patchsets/motif/2.2.3/15_all_ldflags.patch new file mode 100644 index 0000000..5c84f48 --- /dev/null +++ b/patchsets/motif/2.2.3/15_all_ldflags.patch @@ -0,0 +1,35 @@ +http://bugs.gentoo.org/293573 + +--- openMotif-2.2.3-orig/clients/uil/Makefile.am ++++ openMotif-2.2.3/clients/uil/Makefile.am +@@ -6,7 +6,7 @@ + # + bin_PROGRAMS = uil + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + UilParser.lo: UilParser.c + $(LTCOMPILE) -DCALLABLE -c UilParser.c +--- openMotif-2.2.3-orig/lib/Mrm/Makefile.am ++++ openMotif-2.2.3/lib/Mrm/Makefile.am +@@ -8,7 +8,7 @@ + + libMrm_la_LIBADD = ../Xm/libXm.la ${X_LIBS} -lXt ${X_PRE_LIBS} -lX11 ${X_EXTRA_LIBS} + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + lib_LTLIBRARIES = libMrm.la + +--- openMotif-2.2.3-orig/lib/Xm/Makefile.am ++++ openMotif-2.2.3/lib/Xm/Makefile.am +@@ -9,7 +9,7 @@ + ${X_CFLAGS} + xmdir = $(includedir)/Xm + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + lib_LTLIBRARIES = libXm.la + From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 52EEA1399E6 for ; Fri, 4 Sep 2015 08:34:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78B479586E; Fri, 4 Sep 2015 08:33:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8272143A4 for ; Fri, 4 Sep 2015 08:33:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A48DF340A76 for ; Fri, 4 Sep 2015 08:33:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D50C195 for ; Fri, 4 Sep 2015 08:33:25 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1258574136.cc832fce305988897f076c4894cedda6df26e3d6.ulm@gentoo> Subject: [gentoo-commits] dev/ulm:pam_skey-1.1.5-patches-5 commit in: patchsets/motif/2.2.3/ X-VCS-Repository: dev/ulm X-VCS-Files: patchsets/motif/2.2.3/15_all_ldflags.patch X-VCS-Directories: patchsets/motif/2.2.3/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: cc832fce305988897f076c4894cedda6df26e3d6 X-VCS-Branch: pam_skey-1.1.5-patches-5 Date: Fri, 4 Sep 2015 08:33:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c4463e6e-67d3-469e-85ce-8a3e0d6b22c0 X-Archives-Hash: c4c05261f46be26bedd03ac362c8ea69 Message-ID: <20150904083325.Nf9FsrLmJYNEv6kxC1opGmdSdCNC4p-TOof4Mdfv_Bo@z> commit: cc832fce305988897f076c4894cedda6df26e3d6 Author: Ulrich Müller gentoo org> AuthorDate: Wed Nov 18 19:55:36 2009 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Nov 18 19:55:36 2009 +0000 URL: https://gitweb.gentoo.org/dev/ulm.git/commit/?id=cc832fce Add patch for the LDFLAGS issue of bug 293573. patchsets/motif/2.2.3/15_all_ldflags.patch | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/patchsets/motif/2.2.3/15_all_ldflags.patch b/patchsets/motif/2.2.3/15_all_ldflags.patch new file mode 100644 index 0000000..5c84f48 --- /dev/null +++ b/patchsets/motif/2.2.3/15_all_ldflags.patch @@ -0,0 +1,35 @@ +http://bugs.gentoo.org/293573 + +--- openMotif-2.2.3-orig/clients/uil/Makefile.am ++++ openMotif-2.2.3/clients/uil/Makefile.am +@@ -6,7 +6,7 @@ + # + bin_PROGRAMS = uil + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + UilParser.lo: UilParser.c + $(LTCOMPILE) -DCALLABLE -c UilParser.c +--- openMotif-2.2.3-orig/lib/Mrm/Makefile.am ++++ openMotif-2.2.3/lib/Mrm/Makefile.am +@@ -8,7 +8,7 @@ + + libMrm_la_LIBADD = ../Xm/libXm.la ${X_LIBS} -lXt ${X_PRE_LIBS} -lX11 ${X_EXTRA_LIBS} + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + lib_LTLIBRARIES = libMrm.la + +--- openMotif-2.2.3-orig/lib/Xm/Makefile.am ++++ openMotif-2.2.3/lib/Xm/Makefile.am +@@ -9,7 +9,7 @@ + ${X_CFLAGS} + xmdir = $(includedir)/Xm + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + lib_LTLIBRARIES = libXm.la + From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E490F1399E6 for ; Fri, 4 Sep 2015 08:34:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78CC8143C2; Fri, 4 Sep 2015 08:33:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D87919585E for ; Fri, 4 Sep 2015 08:33:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29856340A1B for ; Fri, 4 Sep 2015 08:33:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E466019B for ; Fri, 4 Sep 2015 08:33:21 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1258574136.cc832fce305988897f076c4894cedda6df26e3d6.ulm@gentoo> Subject: [gentoo-commits] dev/ulm:openmotif-2.2.3-patches-4 commit in: patchsets/motif/2.2.3/ X-VCS-Repository: dev/ulm X-VCS-Files: patchsets/motif/2.2.3/15_all_ldflags.patch X-VCS-Directories: patchsets/motif/2.2.3/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: cc832fce305988897f076c4894cedda6df26e3d6 X-VCS-Branch: openmotif-2.2.3-patches-4 Date: Fri, 4 Sep 2015 08:33:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0f10b129-4b04-46b6-bcc0-14053faf4787 X-Archives-Hash: 338a6e44d77c411b2f450a9019714532 Message-ID: <20150904083321.uiHIkXHEoJCo0bEiRkSNlfSnGfIs5SgzTmIQ46EHgkM@z> commit: cc832fce305988897f076c4894cedda6df26e3d6 Author: Ulrich Müller gentoo org> AuthorDate: Wed Nov 18 19:55:36 2009 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Nov 18 19:55:36 2009 +0000 URL: https://gitweb.gentoo.org/dev/ulm.git/commit/?id=cc832fce Add patch for the LDFLAGS issue of bug 293573. patchsets/motif/2.2.3/15_all_ldflags.patch | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/patchsets/motif/2.2.3/15_all_ldflags.patch b/patchsets/motif/2.2.3/15_all_ldflags.patch new file mode 100644 index 0000000..5c84f48 --- /dev/null +++ b/patchsets/motif/2.2.3/15_all_ldflags.patch @@ -0,0 +1,35 @@ +http://bugs.gentoo.org/293573 + +--- openMotif-2.2.3-orig/clients/uil/Makefile.am ++++ openMotif-2.2.3/clients/uil/Makefile.am +@@ -6,7 +6,7 @@ + # + bin_PROGRAMS = uil + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + UilParser.lo: UilParser.c + $(LTCOMPILE) -DCALLABLE -c UilParser.c +--- openMotif-2.2.3-orig/lib/Mrm/Makefile.am ++++ openMotif-2.2.3/lib/Mrm/Makefile.am +@@ -8,7 +8,7 @@ + + libMrm_la_LIBADD = ../Xm/libXm.la ${X_LIBS} -lXt ${X_PRE_LIBS} -lX11 ${X_EXTRA_LIBS} + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + lib_LTLIBRARIES = libMrm.la + +--- openMotif-2.2.3-orig/lib/Xm/Makefile.am ++++ openMotif-2.2.3/lib/Xm/Makefile.am +@@ -9,7 +9,7 @@ + ${X_CFLAGS} + xmdir = $(includedir)/Xm + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + lib_LTLIBRARIES = libXm.la + From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 994731399E6 for ; Fri, 4 Sep 2015 08:34:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D02A495867; Fri, 4 Sep 2015 08:33:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCAB295851 for ; Fri, 4 Sep 2015 08:33:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 334663409D7 for ; Fri, 4 Sep 2015 08:33:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65E1B192 for ; Fri, 4 Sep 2015 08:33:24 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1258574136.cc832fce305988897f076c4894cedda6df26e3d6.ulm@gentoo> Subject: [gentoo-commits] dev/ulm:pam_skey-1.1.5-patches-4 commit in: patchsets/motif/2.2.3/ X-VCS-Repository: dev/ulm X-VCS-Files: patchsets/motif/2.2.3/15_all_ldflags.patch X-VCS-Directories: patchsets/motif/2.2.3/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: cc832fce305988897f076c4894cedda6df26e3d6 X-VCS-Branch: pam_skey-1.1.5-patches-4 Date: Fri, 4 Sep 2015 08:33:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6d8fb833-7cc9-4d39-a3f9-a95ff0d9bd00 X-Archives-Hash: 0bac4cdcc0f37fc78b2a66e9d8254724 Message-ID: <20150904083324.9dZTybrZxe_e02_ysfiBv1cdMcCGs_6h-p59-bRHjq8@z> commit: cc832fce305988897f076c4894cedda6df26e3d6 Author: Ulrich Müller gentoo org> AuthorDate: Wed Nov 18 19:55:36 2009 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Nov 18 19:55:36 2009 +0000 URL: https://gitweb.gentoo.org/dev/ulm.git/commit/?id=cc832fce Add patch for the LDFLAGS issue of bug 293573. patchsets/motif/2.2.3/15_all_ldflags.patch | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/patchsets/motif/2.2.3/15_all_ldflags.patch b/patchsets/motif/2.2.3/15_all_ldflags.patch new file mode 100644 index 0000000..5c84f48 --- /dev/null +++ b/patchsets/motif/2.2.3/15_all_ldflags.patch @@ -0,0 +1,35 @@ +http://bugs.gentoo.org/293573 + +--- openMotif-2.2.3-orig/clients/uil/Makefile.am ++++ openMotif-2.2.3/clients/uil/Makefile.am +@@ -6,7 +6,7 @@ + # + bin_PROGRAMS = uil + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + UilParser.lo: UilParser.c + $(LTCOMPILE) -DCALLABLE -c UilParser.c +--- openMotif-2.2.3-orig/lib/Mrm/Makefile.am ++++ openMotif-2.2.3/lib/Mrm/Makefile.am +@@ -8,7 +8,7 @@ + + libMrm_la_LIBADD = ../Xm/libXm.la ${X_LIBS} -lXt ${X_PRE_LIBS} -lX11 ${X_EXTRA_LIBS} + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + lib_LTLIBRARIES = libMrm.la + +--- openMotif-2.2.3-orig/lib/Xm/Makefile.am ++++ openMotif-2.2.3/lib/Xm/Makefile.am +@@ -9,7 +9,7 @@ + ${X_CFLAGS} + xmdir = $(includedir)/Xm + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + lib_LTLIBRARIES = libXm.la + From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6C7451399E6 for ; Fri, 4 Sep 2015 08:36:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E6179588A; Fri, 4 Sep 2015 08:33:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 342889586D for ; Fri, 4 Sep 2015 08:33:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE4F0340948 for ; Fri, 4 Sep 2015 08:33:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89B0E18C for ; Fri, 4 Sep 2015 08:33:27 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1258574136.cc832fce305988897f076c4894cedda6df26e3d6.ulm@gentoo> Subject: [gentoo-commits] dev/ulm:skey-1.1.5-patches-1 commit in: patchsets/motif/2.2.3/ X-VCS-Repository: dev/ulm X-VCS-Files: patchsets/motif/2.2.3/15_all_ldflags.patch X-VCS-Directories: patchsets/motif/2.2.3/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: cc832fce305988897f076c4894cedda6df26e3d6 X-VCS-Branch: skey-1.1.5-patches-1 Date: Fri, 4 Sep 2015 08:33:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9694935c-b01c-4866-8ac9-77de2f45a5ab X-Archives-Hash: 7833e8413f922c4a9bbdc4f70bb9ee8d Message-ID: <20150904083327.A_C2uzoKOCZmaBg-dpvoXy673IpBjhPPLpkG4L9jLK4@z> commit: cc832fce305988897f076c4894cedda6df26e3d6 Author: Ulrich Müller gentoo org> AuthorDate: Wed Nov 18 19:55:36 2009 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Nov 18 19:55:36 2009 +0000 URL: https://gitweb.gentoo.org/dev/ulm.git/commit/?id=cc832fce Add patch for the LDFLAGS issue of bug 293573. patchsets/motif/2.2.3/15_all_ldflags.patch | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/patchsets/motif/2.2.3/15_all_ldflags.patch b/patchsets/motif/2.2.3/15_all_ldflags.patch new file mode 100644 index 0000000..5c84f48 --- /dev/null +++ b/patchsets/motif/2.2.3/15_all_ldflags.patch @@ -0,0 +1,35 @@ +http://bugs.gentoo.org/293573 + +--- openMotif-2.2.3-orig/clients/uil/Makefile.am ++++ openMotif-2.2.3/clients/uil/Makefile.am +@@ -6,7 +6,7 @@ + # + bin_PROGRAMS = uil + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + UilParser.lo: UilParser.c + $(LTCOMPILE) -DCALLABLE -c UilParser.c +--- openMotif-2.2.3-orig/lib/Mrm/Makefile.am ++++ openMotif-2.2.3/lib/Mrm/Makefile.am +@@ -8,7 +8,7 @@ + + libMrm_la_LIBADD = ../Xm/libXm.la ${X_LIBS} -lXt ${X_PRE_LIBS} -lX11 ${X_EXTRA_LIBS} + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + lib_LTLIBRARIES = libMrm.la + +--- openMotif-2.2.3-orig/lib/Xm/Makefile.am ++++ openMotif-2.2.3/lib/Xm/Makefile.am +@@ -9,7 +9,7 @@ + ${X_CFLAGS} + xmdir = $(includedir)/Xm + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + lib_LTLIBRARIES = libXm.la + From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AAD741399E6 for ; Fri, 4 Sep 2015 08:33:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65EE7142AB; Fri, 4 Sep 2015 08:33:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9CC011427E for ; Fri, 4 Sep 2015 08:33:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB0AB34098F for ; Fri, 4 Sep 2015 08:33:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C254182 for ; Fri, 4 Sep 2015 08:33:20 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1258574136.cc832fce305988897f076c4894cedda6df26e3d6.ulm@gentoo> Subject: [gentoo-commits] dev/ulm:motif-2.3.4-patches-1 commit in: patchsets/motif/2.2.3/ X-VCS-Repository: dev/ulm X-VCS-Files: patchsets/motif/2.2.3/15_all_ldflags.patch X-VCS-Directories: patchsets/motif/2.2.3/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: cc832fce305988897f076c4894cedda6df26e3d6 X-VCS-Branch: motif-2.3.4-patches-1 Date: Fri, 4 Sep 2015 08:33:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5ce38dc6-7030-4e0d-9d8a-fce6e093fbf5 X-Archives-Hash: a8c1e0ff31a656c00f92ad27dad1f48a Message-ID: <20150904083320.hKobJMpC1hOFAZIyKaxhqHeuI68DZismE0DkmOPAUDg@z> commit: cc832fce305988897f076c4894cedda6df26e3d6 Author: Ulrich Müller gentoo org> AuthorDate: Wed Nov 18 19:55:36 2009 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Nov 18 19:55:36 2009 +0000 URL: https://gitweb.gentoo.org/dev/ulm.git/commit/?id=cc832fce Add patch for the LDFLAGS issue of bug 293573. patchsets/motif/2.2.3/15_all_ldflags.patch | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/patchsets/motif/2.2.3/15_all_ldflags.patch b/patchsets/motif/2.2.3/15_all_ldflags.patch new file mode 100644 index 0000000..5c84f48 --- /dev/null +++ b/patchsets/motif/2.2.3/15_all_ldflags.patch @@ -0,0 +1,35 @@ +http://bugs.gentoo.org/293573 + +--- openMotif-2.2.3-orig/clients/uil/Makefile.am ++++ openMotif-2.2.3/clients/uil/Makefile.am +@@ -6,7 +6,7 @@ + # + bin_PROGRAMS = uil + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + UilParser.lo: UilParser.c + $(LTCOMPILE) -DCALLABLE -c UilParser.c +--- openMotif-2.2.3-orig/lib/Mrm/Makefile.am ++++ openMotif-2.2.3/lib/Mrm/Makefile.am +@@ -8,7 +8,7 @@ + + libMrm_la_LIBADD = ../Xm/libXm.la ${X_LIBS} -lXt ${X_PRE_LIBS} -lX11 ${X_EXTRA_LIBS} + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + lib_LTLIBRARIES = libMrm.la + +--- openMotif-2.2.3-orig/lib/Xm/Makefile.am ++++ openMotif-2.2.3/lib/Xm/Makefile.am +@@ -9,7 +9,7 @@ + ${X_CFLAGS} + xmdir = $(includedir)/Xm + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + lib_LTLIBRARIES = libXm.la + From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E32321399E6 for ; Fri, 4 Sep 2015 08:35:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AD5F95881; Fri, 4 Sep 2015 08:33:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7484D9587D for ; Fri, 4 Sep 2015 08:33:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 391D83409FE for ; Fri, 4 Sep 2015 08:33:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3A161B1 for ; Fri, 4 Sep 2015 08:33:28 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1258574136.cc832fce305988897f076c4894cedda6df26e3d6.ulm@gentoo> Subject: [gentoo-commits] dev/ulm:skey-1.1.5-patches-3 commit in: patchsets/motif/2.2.3/ X-VCS-Repository: dev/ulm X-VCS-Files: patchsets/motif/2.2.3/15_all_ldflags.patch X-VCS-Directories: patchsets/motif/2.2.3/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: cc832fce305988897f076c4894cedda6df26e3d6 X-VCS-Branch: skey-1.1.5-patches-3 Date: Fri, 4 Sep 2015 08:33:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2d10ec21-6fc4-43ef-b0d0-bd07d7c7e688 X-Archives-Hash: c5b56fad738bdc77222baa992885f520 Message-ID: <20150904083328.ciMkMCCn6Ril3d9nw4RjghJ4fW0JZrRAb3PBShTr5ns@z> commit: cc832fce305988897f076c4894cedda6df26e3d6 Author: Ulrich Müller gentoo org> AuthorDate: Wed Nov 18 19:55:36 2009 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Nov 18 19:55:36 2009 +0000 URL: https://gitweb.gentoo.org/dev/ulm.git/commit/?id=cc832fce Add patch for the LDFLAGS issue of bug 293573. patchsets/motif/2.2.3/15_all_ldflags.patch | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/patchsets/motif/2.2.3/15_all_ldflags.patch b/patchsets/motif/2.2.3/15_all_ldflags.patch new file mode 100644 index 0000000..5c84f48 --- /dev/null +++ b/patchsets/motif/2.2.3/15_all_ldflags.patch @@ -0,0 +1,35 @@ +http://bugs.gentoo.org/293573 + +--- openMotif-2.2.3-orig/clients/uil/Makefile.am ++++ openMotif-2.2.3/clients/uil/Makefile.am +@@ -6,7 +6,7 @@ + # + bin_PROGRAMS = uil + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + UilParser.lo: UilParser.c + $(LTCOMPILE) -DCALLABLE -c UilParser.c +--- openMotif-2.2.3-orig/lib/Mrm/Makefile.am ++++ openMotif-2.2.3/lib/Mrm/Makefile.am +@@ -8,7 +8,7 @@ + + libMrm_la_LIBADD = ../Xm/libXm.la ${X_LIBS} -lXt ${X_PRE_LIBS} -lX11 ${X_EXTRA_LIBS} + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + lib_LTLIBRARIES = libMrm.la + +--- openMotif-2.2.3-orig/lib/Xm/Makefile.am ++++ openMotif-2.2.3/lib/Xm/Makefile.am +@@ -9,7 +9,7 @@ + ${X_CFLAGS} + xmdir = $(includedir)/Xm + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + lib_LTLIBRARIES = libXm.la + From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D42B01399E6 for ; Fri, 4 Sep 2015 08:36:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 360FD95892; Fri, 4 Sep 2015 08:33:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EBFA4143A1 for ; Fri, 4 Sep 2015 08:33:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 28868340A42 for ; Fri, 4 Sep 2015 08:33:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E07019E for ; Fri, 4 Sep 2015 08:33:26 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1258574136.cc832fce305988897f076c4894cedda6df26e3d6.ulm@gentoo> Subject: [gentoo-commits] dev/ulm:pam_skey-1.1.5-patches-6 commit in: patchsets/motif/2.2.3/ X-VCS-Repository: dev/ulm X-VCS-Files: patchsets/motif/2.2.3/15_all_ldflags.patch X-VCS-Directories: patchsets/motif/2.2.3/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: cc832fce305988897f076c4894cedda6df26e3d6 X-VCS-Branch: pam_skey-1.1.5-patches-6 Date: Fri, 4 Sep 2015 08:33:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2ae837e9-b275-47de-96f3-cc66c4496fa8 X-Archives-Hash: 7259204d94f428d2f71c8f24ed44fc1c Message-ID: <20150904083326.jDqpKY5sDdKKgEcc7JtckNP2atnJ2uvdWfZUbFInYvQ@z> commit: cc832fce305988897f076c4894cedda6df26e3d6 Author: Ulrich Müller gentoo org> AuthorDate: Wed Nov 18 19:55:36 2009 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Nov 18 19:55:36 2009 +0000 URL: https://gitweb.gentoo.org/dev/ulm.git/commit/?id=cc832fce Add patch for the LDFLAGS issue of bug 293573. patchsets/motif/2.2.3/15_all_ldflags.patch | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/patchsets/motif/2.2.3/15_all_ldflags.patch b/patchsets/motif/2.2.3/15_all_ldflags.patch new file mode 100644 index 0000000..5c84f48 --- /dev/null +++ b/patchsets/motif/2.2.3/15_all_ldflags.patch @@ -0,0 +1,35 @@ +http://bugs.gentoo.org/293573 + +--- openMotif-2.2.3-orig/clients/uil/Makefile.am ++++ openMotif-2.2.3/clients/uil/Makefile.am +@@ -6,7 +6,7 @@ + # + bin_PROGRAMS = uil + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + UilParser.lo: UilParser.c + $(LTCOMPILE) -DCALLABLE -c UilParser.c +--- openMotif-2.2.3-orig/lib/Mrm/Makefile.am ++++ openMotif-2.2.3/lib/Mrm/Makefile.am +@@ -8,7 +8,7 @@ + + libMrm_la_LIBADD = ../Xm/libXm.la ${X_LIBS} -lXt ${X_PRE_LIBS} -lX11 ${X_EXTRA_LIBS} + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + lib_LTLIBRARIES = libMrm.la + +--- openMotif-2.2.3-orig/lib/Xm/Makefile.am ++++ openMotif-2.2.3/lib/Xm/Makefile.am +@@ -9,7 +9,7 @@ + ${X_CFLAGS} + xmdir = $(includedir)/Xm + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + lib_LTLIBRARIES = libXm.la + From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A28781399E6 for ; Fri, 4 Sep 2015 08:35:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD8059586B; Fri, 4 Sep 2015 08:33:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D05CE95868 for ; Fri, 4 Sep 2015 08:33:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0B6C340A4A for ; Fri, 4 Sep 2015 08:33:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AD0F1AB for ; Fri, 4 Sep 2015 08:33:28 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1258574136.cc832fce305988897f076c4894cedda6df26e3d6.ulm@gentoo> Subject: [gentoo-commits] dev/ulm:skey-1.1.5-patches-2 commit in: patchsets/motif/2.2.3/ X-VCS-Repository: dev/ulm X-VCS-Files: patchsets/motif/2.2.3/15_all_ldflags.patch X-VCS-Directories: patchsets/motif/2.2.3/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: cc832fce305988897f076c4894cedda6df26e3d6 X-VCS-Branch: skey-1.1.5-patches-2 Date: Fri, 4 Sep 2015 08:33:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e56c1d42-313b-4db7-a8d3-88ba7fa058a1 X-Archives-Hash: 03d1b9b3c3400bcf480ab1bf8e291b4a Message-ID: <20150904083328.H2vnWPxzfw1ZBWeTYP72GaDMlDf1O7kT-LQ5gQ-7q7s@z> commit: cc832fce305988897f076c4894cedda6df26e3d6 Author: Ulrich Müller gentoo org> AuthorDate: Wed Nov 18 19:55:36 2009 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Nov 18 19:55:36 2009 +0000 URL: https://gitweb.gentoo.org/dev/ulm.git/commit/?id=cc832fce Add patch for the LDFLAGS issue of bug 293573. patchsets/motif/2.2.3/15_all_ldflags.patch | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/patchsets/motif/2.2.3/15_all_ldflags.patch b/patchsets/motif/2.2.3/15_all_ldflags.patch new file mode 100644 index 0000000..5c84f48 --- /dev/null +++ b/patchsets/motif/2.2.3/15_all_ldflags.patch @@ -0,0 +1,35 @@ +http://bugs.gentoo.org/293573 + +--- openMotif-2.2.3-orig/clients/uil/Makefile.am ++++ openMotif-2.2.3/clients/uil/Makefile.am +@@ -6,7 +6,7 @@ + # + bin_PROGRAMS = uil + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + UilParser.lo: UilParser.c + $(LTCOMPILE) -DCALLABLE -c UilParser.c +--- openMotif-2.2.3-orig/lib/Mrm/Makefile.am ++++ openMotif-2.2.3/lib/Mrm/Makefile.am +@@ -8,7 +8,7 @@ + + libMrm_la_LIBADD = ../Xm/libXm.la ${X_LIBS} -lXt ${X_PRE_LIBS} -lX11 ${X_EXTRA_LIBS} + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + lib_LTLIBRARIES = libMrm.la + +--- openMotif-2.2.3-orig/lib/Xm/Makefile.am ++++ openMotif-2.2.3/lib/Xm/Makefile.am +@@ -9,7 +9,7 @@ + ${X_CFLAGS} + xmdir = $(includedir)/Xm + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + lib_LTLIBRARIES = libXm.la + From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A5EAE1399E6 for ; Fri, 4 Sep 2015 08:33:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78F281439F; Fri, 4 Sep 2015 08:33:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0E3D142BD for ; Fri, 4 Sep 2015 08:33:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 036F834098D for ; Fri, 4 Sep 2015 08:33:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACB1C198 for ; Fri, 4 Sep 2015 08:33:21 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1258574136.cc832fce305988897f076c4894cedda6df26e3d6.ulm@gentoo> Subject: [gentoo-commits] dev/ulm:openmotif-2.2.3-patches-3 commit in: patchsets/motif/2.2.3/ X-VCS-Repository: dev/ulm X-VCS-Files: patchsets/motif/2.2.3/15_all_ldflags.patch X-VCS-Directories: patchsets/motif/2.2.3/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: cc832fce305988897f076c4894cedda6df26e3d6 X-VCS-Branch: openmotif-2.2.3-patches-3 Date: Fri, 4 Sep 2015 08:33:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b34c5d8a-a566-45fd-a16b-a23465bc5cf7 X-Archives-Hash: 7104144af30979f75510a994dc9ffdd2 Message-ID: <20150904083321.kfedeTJ81WHeLU377c9XAW4BQhcFQJCGBmqtjuwhc_8@z> commit: cc832fce305988897f076c4894cedda6df26e3d6 Author: Ulrich Müller gentoo org> AuthorDate: Wed Nov 18 19:55:36 2009 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Nov 18 19:55:36 2009 +0000 URL: https://gitweb.gentoo.org/dev/ulm.git/commit/?id=cc832fce Add patch for the LDFLAGS issue of bug 293573. patchsets/motif/2.2.3/15_all_ldflags.patch | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/patchsets/motif/2.2.3/15_all_ldflags.patch b/patchsets/motif/2.2.3/15_all_ldflags.patch new file mode 100644 index 0000000..5c84f48 --- /dev/null +++ b/patchsets/motif/2.2.3/15_all_ldflags.patch @@ -0,0 +1,35 @@ +http://bugs.gentoo.org/293573 + +--- openMotif-2.2.3-orig/clients/uil/Makefile.am ++++ openMotif-2.2.3/clients/uil/Makefile.am +@@ -6,7 +6,7 @@ + # + bin_PROGRAMS = uil + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + UilParser.lo: UilParser.c + $(LTCOMPILE) -DCALLABLE -c UilParser.c +--- openMotif-2.2.3-orig/lib/Mrm/Makefile.am ++++ openMotif-2.2.3/lib/Mrm/Makefile.am +@@ -8,7 +8,7 @@ + + libMrm_la_LIBADD = ../Xm/libXm.la ${X_LIBS} -lXt ${X_PRE_LIBS} -lX11 ${X_EXTRA_LIBS} + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + lib_LTLIBRARIES = libMrm.la + +--- openMotif-2.2.3-orig/lib/Xm/Makefile.am ++++ openMotif-2.2.3/lib/Xm/Makefile.am +@@ -9,7 +9,7 @@ + ${X_CFLAGS} + xmdir = $(includedir)/Xm + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + lib_LTLIBRARIES = libXm.la + From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 194ED1399E6 for ; Fri, 4 Sep 2015 08:34:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 261F7143AD; Fri, 4 Sep 2015 08:33:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 981891429B for ; Fri, 4 Sep 2015 08:33:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC39B340A36 for ; Fri, 4 Sep 2015 08:33:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7276D1AB for ; Fri, 4 Sep 2015 08:33:23 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1258574136.cc832fce305988897f076c4894cedda6df26e3d6.ulm@gentoo> Subject: [gentoo-commits] dev/ulm:pam_skey-1.1.5-patches-2 commit in: patchsets/motif/2.2.3/ X-VCS-Repository: dev/ulm X-VCS-Files: patchsets/motif/2.2.3/15_all_ldflags.patch X-VCS-Directories: patchsets/motif/2.2.3/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: cc832fce305988897f076c4894cedda6df26e3d6 X-VCS-Branch: pam_skey-1.1.5-patches-2 Date: Fri, 4 Sep 2015 08:33:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bc2b5fc9-f9b6-4777-ad5a-9f742c312923 X-Archives-Hash: 36f10db58c9d397c1925db95e953ece6 Message-ID: <20150904083323.qMBpiNymuTIFboEvDBraEen5BLjs6TVLlI54sy7heKM@z> commit: cc832fce305988897f076c4894cedda6df26e3d6 Author: Ulrich Müller gentoo org> AuthorDate: Wed Nov 18 19:55:36 2009 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Nov 18 19:55:36 2009 +0000 URL: https://gitweb.gentoo.org/dev/ulm.git/commit/?id=cc832fce Add patch for the LDFLAGS issue of bug 293573. patchsets/motif/2.2.3/15_all_ldflags.patch | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/patchsets/motif/2.2.3/15_all_ldflags.patch b/patchsets/motif/2.2.3/15_all_ldflags.patch new file mode 100644 index 0000000..5c84f48 --- /dev/null +++ b/patchsets/motif/2.2.3/15_all_ldflags.patch @@ -0,0 +1,35 @@ +http://bugs.gentoo.org/293573 + +--- openMotif-2.2.3-orig/clients/uil/Makefile.am ++++ openMotif-2.2.3/clients/uil/Makefile.am +@@ -6,7 +6,7 @@ + # + bin_PROGRAMS = uil + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + UilParser.lo: UilParser.c + $(LTCOMPILE) -DCALLABLE -c UilParser.c +--- openMotif-2.2.3-orig/lib/Mrm/Makefile.am ++++ openMotif-2.2.3/lib/Mrm/Makefile.am +@@ -8,7 +8,7 @@ + + libMrm_la_LIBADD = ../Xm/libXm.la ${X_LIBS} -lXt ${X_PRE_LIBS} -lX11 ${X_EXTRA_LIBS} + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + lib_LTLIBRARIES = libMrm.la + +--- openMotif-2.2.3-orig/lib/Xm/Makefile.am ++++ openMotif-2.2.3/lib/Xm/Makefile.am +@@ -9,7 +9,7 @@ + ${X_CFLAGS} + xmdir = $(includedir)/Xm + +-LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ ++AM_LDFLAGS = -version-info @CURRENT@:@REVISION@:@AGE@ + + lib_LTLIBRARIES = libXm.la +