public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/ulm:pam_skey-1.1.5-patches-3 commit in: patchsets/motif/2.2.3/
Date: Fri,  4 Sep 2015 08:33:23 +0000 (UTC)	[thread overview]
Message-ID: <1258574136.cc832fce305988897f076c4894cedda6df26e3d6.ulm@gentoo> (raw)

commit:     cc832fce305988897f076c4894cedda6df26e3d6
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 18 19:55:36 2009 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> 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
+ 


WARNING: multiple messages have this Message-ID (diff)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/ulm:master commit in: patchsets/motif/2.2.3/
Date: Fri,  4 Sep 2015 08:29:49 +0000 (UTC)	[thread overview]
Message-ID: <1258574136.cc832fce305988897f076c4894cedda6df26e3d6.ulm@gentoo> (raw)
Message-ID: <20150904082949.FKbNifUUhLwnIS5YKZyTBz-fKRi5wsYJTLmliZJddQQ@z> (raw)

commit:     cc832fce305988897f076c4894cedda6df26e3d6
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 18 19:55:36 2009 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> 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
+ 


WARNING: multiple messages have this Message-ID (diff)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/ulm:openmotif-2.2.3-patches-5 commit in: patchsets/motif/2.2.3/
Date: Fri,  4 Sep 2015 08:33:22 +0000 (UTC)	[thread overview]
Message-ID: <1258574136.cc832fce305988897f076c4894cedda6df26e3d6.ulm@gentoo> (raw)
Message-ID: <20150904083322.1ysZAJeuOLSC6QY_ZlJ0lVQb3yRppiZG7utv1e0ZxOw@z> (raw)

commit:     cc832fce305988897f076c4894cedda6df26e3d6
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 18 19:55:36 2009 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> 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
+ 


WARNING: multiple messages have this Message-ID (diff)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/ulm:pam_skey-1.1.5-patches-5 commit in: patchsets/motif/2.2.3/
Date: Fri,  4 Sep 2015 08:33:25 +0000 (UTC)	[thread overview]
Message-ID: <1258574136.cc832fce305988897f076c4894cedda6df26e3d6.ulm@gentoo> (raw)
Message-ID: <20150904083325.Nf9FsrLmJYNEv6kxC1opGmdSdCNC4p-TOof4Mdfv_Bo@z> (raw)

commit:     cc832fce305988897f076c4894cedda6df26e3d6
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 18 19:55:36 2009 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> 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
+ 


WARNING: multiple messages have this Message-ID (diff)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/ulm:openmotif-2.2.3-patches-4 commit in: patchsets/motif/2.2.3/
Date: Fri,  4 Sep 2015 08:33:21 +0000 (UTC)	[thread overview]
Message-ID: <1258574136.cc832fce305988897f076c4894cedda6df26e3d6.ulm@gentoo> (raw)
Message-ID: <20150904083321.uiHIkXHEoJCo0bEiRkSNlfSnGfIs5SgzTmIQ46EHgkM@z> (raw)

commit:     cc832fce305988897f076c4894cedda6df26e3d6
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 18 19:55:36 2009 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> 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
+ 


WARNING: multiple messages have this Message-ID (diff)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/ulm:pam_skey-1.1.5-patches-4 commit in: patchsets/motif/2.2.3/
Date: Fri,  4 Sep 2015 08:33:24 +0000 (UTC)	[thread overview]
Message-ID: <1258574136.cc832fce305988897f076c4894cedda6df26e3d6.ulm@gentoo> (raw)
Message-ID: <20150904083324.9dZTybrZxe_e02_ysfiBv1cdMcCGs_6h-p59-bRHjq8@z> (raw)

commit:     cc832fce305988897f076c4894cedda6df26e3d6
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 18 19:55:36 2009 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> 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
+ 


WARNING: multiple messages have this Message-ID (diff)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/ulm:skey-1.1.5-patches-1 commit in: patchsets/motif/2.2.3/
Date: Fri,  4 Sep 2015 08:33:27 +0000 (UTC)	[thread overview]
Message-ID: <1258574136.cc832fce305988897f076c4894cedda6df26e3d6.ulm@gentoo> (raw)
Message-ID: <20150904083327.A_C2uzoKOCZmaBg-dpvoXy673IpBjhPPLpkG4L9jLK4@z> (raw)

commit:     cc832fce305988897f076c4894cedda6df26e3d6
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 18 19:55:36 2009 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> 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
+ 


WARNING: multiple messages have this Message-ID (diff)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/ulm:motif-2.3.4-patches-1 commit in: patchsets/motif/2.2.3/
Date: Fri,  4 Sep 2015 08:33:20 +0000 (UTC)	[thread overview]
Message-ID: <1258574136.cc832fce305988897f076c4894cedda6df26e3d6.ulm@gentoo> (raw)
Message-ID: <20150904083320.hKobJMpC1hOFAZIyKaxhqHeuI68DZismE0DkmOPAUDg@z> (raw)

commit:     cc832fce305988897f076c4894cedda6df26e3d6
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 18 19:55:36 2009 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> 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
+ 


WARNING: multiple messages have this Message-ID (diff)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/ulm:skey-1.1.5-patches-3 commit in: patchsets/motif/2.2.3/
Date: Fri,  4 Sep 2015 08:33:28 +0000 (UTC)	[thread overview]
Message-ID: <1258574136.cc832fce305988897f076c4894cedda6df26e3d6.ulm@gentoo> (raw)
Message-ID: <20150904083328.ciMkMCCn6Ril3d9nw4RjghJ4fW0JZrRAb3PBShTr5ns@z> (raw)

commit:     cc832fce305988897f076c4894cedda6df26e3d6
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 18 19:55:36 2009 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> 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
+ 


WARNING: multiple messages have this Message-ID (diff)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/ulm:pam_skey-1.1.5-patches-6 commit in: patchsets/motif/2.2.3/
Date: Fri,  4 Sep 2015 08:33:26 +0000 (UTC)	[thread overview]
Message-ID: <1258574136.cc832fce305988897f076c4894cedda6df26e3d6.ulm@gentoo> (raw)
Message-ID: <20150904083326.jDqpKY5sDdKKgEcc7JtckNP2atnJ2uvdWfZUbFInYvQ@z> (raw)

commit:     cc832fce305988897f076c4894cedda6df26e3d6
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 18 19:55:36 2009 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> 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
+ 


WARNING: multiple messages have this Message-ID (diff)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/ulm:skey-1.1.5-patches-2 commit in: patchsets/motif/2.2.3/
Date: Fri,  4 Sep 2015 08:33:28 +0000 (UTC)	[thread overview]
Message-ID: <1258574136.cc832fce305988897f076c4894cedda6df26e3d6.ulm@gentoo> (raw)
Message-ID: <20150904083328.H2vnWPxzfw1ZBWeTYP72GaDMlDf1O7kT-LQ5gQ-7q7s@z> (raw)

commit:     cc832fce305988897f076c4894cedda6df26e3d6
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 18 19:55:36 2009 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> 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
+ 


WARNING: multiple messages have this Message-ID (diff)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/ulm:openmotif-2.2.3-patches-3 commit in: patchsets/motif/2.2.3/
Date: Fri,  4 Sep 2015 08:33:21 +0000 (UTC)	[thread overview]
Message-ID: <1258574136.cc832fce305988897f076c4894cedda6df26e3d6.ulm@gentoo> (raw)
Message-ID: <20150904083321.kfedeTJ81WHeLU377c9XAW4BQhcFQJCGBmqtjuwhc_8@z> (raw)

commit:     cc832fce305988897f076c4894cedda6df26e3d6
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 18 19:55:36 2009 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> 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
+ 


WARNING: multiple messages have this Message-ID (diff)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/ulm:pam_skey-1.1.5-patches-2 commit in: patchsets/motif/2.2.3/
Date: Fri,  4 Sep 2015 08:33:23 +0000 (UTC)	[thread overview]
Message-ID: <1258574136.cc832fce305988897f076c4894cedda6df26e3d6.ulm@gentoo> (raw)
Message-ID: <20150904083323.qMBpiNymuTIFboEvDBraEen5BLjs6TVLlI54sy7heKM@z> (raw)

commit:     cc832fce305988897f076c4894cedda6df26e3d6
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 18 19:55:36 2009 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> 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
+ 


             reply	other threads:[~2015-09-04  8:35 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-04  8:33 Ulrich Müller [this message]
2015-09-04  8:29 ` [gentoo-commits] dev/ulm:master commit in: patchsets/motif/2.2.3/ Ulrich Müller
2015-09-04  8:33 ` [gentoo-commits] dev/ulm:motif-2.3.4-patches-1 " Ulrich Müller
2015-09-04  8:33 ` [gentoo-commits] dev/ulm:openmotif-2.2.3-patches-3 " Ulrich Müller
2015-09-04  8:33 ` [gentoo-commits] dev/ulm:openmotif-2.2.3-patches-4 " Ulrich Müller
2015-09-04  8:33 ` [gentoo-commits] dev/ulm:openmotif-2.2.3-patches-5 " Ulrich Müller
2015-09-04  8:33 ` [gentoo-commits] dev/ulm:pam_skey-1.1.5-patches-2 " Ulrich Müller
2015-09-04  8:33 ` [gentoo-commits] dev/ulm:pam_skey-1.1.5-patches-4 " Ulrich Müller
2015-09-04  8:33 ` [gentoo-commits] dev/ulm:pam_skey-1.1.5-patches-5 " Ulrich Müller
2015-09-04  8:33 ` [gentoo-commits] dev/ulm:pam_skey-1.1.5-patches-6 " Ulrich Müller
2015-09-04  8:33 ` [gentoo-commits] dev/ulm:skey-1.1.5-patches-1 " Ulrich Müller
2015-09-04  8:33 ` [gentoo-commits] dev/ulm:skey-1.1.5-patches-3 " Ulrich Müller
2015-09-04  8:33 ` [gentoo-commits] dev/ulm:skey-1.1.5-patches-2 " Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2015-09-04  8:33 [gentoo-commits] dev/ulm:pam_skey-1.1.5-patches-4 " Ulrich Müller
2015-09-04  8:33 ` [gentoo-commits] dev/ulm:pam_skey-1.1.5-patches-3 " Ulrich Müller
2015-09-04  8:29 [gentoo-commits] dev/ulm:master " Ulrich Müller
2015-09-04  8:33 ` [gentoo-commits] dev/ulm:pam_skey-1.1.5-patches-3 " Ulrich Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1258574136.cc832fce305988897f076c4894cedda6df26e3d6.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox