public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libofx/files/
@ 2019-11-08 15:21 Aaron Bauman
  0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2019-11-08 15:21 UTC (permalink / raw
  To: gentoo-commits

commit:     c80dde2d63f3fe79e2eb326c17c422e84885dc80
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Nov  8 15:11:28 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov  8 15:20:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c80dde2d

dev-libs/libofx: remove unused patch

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 ...0001-Makefile.am-remove-INSTALL-from-docs.patch | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/dev-libs/libofx/files/libofx-0.9.14-0001-Makefile.am-remove-INSTALL-from-docs.patch b/dev-libs/libofx/files/libofx-0.9.14-0001-Makefile.am-remove-INSTALL-from-docs.patch
deleted file mode 100644
index b4e68e43ec3..00000000000
--- a/dev-libs/libofx/files/libofx-0.9.14-0001-Makefile.am-remove-INSTALL-from-docs.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From a8f965718de5c046fa64344b6bae521cbd5a6a20 Mon Sep 17 00:00:00 2001
-From: Bernd Waibel <waebbl@gmail.com>
-Date: Wed, 21 Aug 2019 10:50:46 +0200
-Subject: [PATCH] Makefile.am: remove INSTALL from docs
-
-Gentoo specific: Remove the missing INSTALL file from Makefile.am
-This could have been copied by eautoreconf, but unfortunately isn't.
-
-Signed-off-by: Bernd Waibel <waebbl@gmail.com>
----
- Makefile.am | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index 3a83560..fd81144 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -11,7 +11,6 @@ docdir = $(datadir)/doc/libofx
- doc_DATA = \
-   AUTHORS \
-   COPYING \
--  INSTALL \
-   NEWS \
-   README \
-   ChangeLog \
--- 
-2.22.0
-


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libofx/files/
@ 2021-03-06  7:18 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-03-06  7:18 UTC (permalink / raw
  To: gentoo-commits

commit:     b567b2fd70439dc5b04ab70094ab3c99ea7e20dc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  6 07:04:05 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  6 07:04:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b567b2fd

dev-libs/libofx: update patch (minor cosmetic typo)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/libofx/files/libofx-0.10.1-opensp-libdir.patch | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-libs/libofx/files/libofx-0.10.1-opensp-libdir.patch b/dev-libs/libofx/files/libofx-0.10.1-opensp-libdir.patch
index 548d0ec9cff..da37a6ee49f 100644
--- a/dev-libs/libofx/files/libofx-0.10.1-opensp-libdir.patch
+++ b/dev-libs/libofx/files/libofx-0.10.1-opensp-libdir.patch
@@ -1,6 +1,7 @@
 https://github.com/libofx/libofx/pull/40
+https://bugs.gentoo.org/693458
 
-From a8f262bf557f4d49e8dbdf4e1082879020b7c7b9 Mon Sep 17 00:00:00 2001
+From a647c1db417459bded7fb47af69dff375eae83c1 Mon Sep 17 00:00:00 2001
 From: Sam James <sam@gentoo.org>
 Date: Sat, 6 Mar 2021 05:57:49 +0000
 Subject: [PATCH] configure.ac: Respect --libdir for OpenSP
@@ -24,12 +25,9 @@ Signed-off-by: Sam James <sam@gentoo.org>
 
 --- a/configure.ac
 +++ b/configure.ac
-@@ -110,9 +110,9 @@ AC_ARG_WITH(opensp-includes,
- 
- AC_ARG_WITH(opensp-libs,
+@@ -112,7 +112,7 @@ AC_ARG_WITH(opensp-libs,
  [  --with-opensp-libs=PATH         specify where to look for libosp
--                                  - default is /usr/lib],
-+                                  - default is /usr/lib}],
+                                   - default is /usr/lib],
  			OPENSPLIBPATH="$with_opensp_libs",
 -			OPENSPLIBPATH="/usr/lib")
 +			OPENSPLIBPATH="${libdir}")


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libofx/files/
@ 2021-03-09 22:08 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-03-09 22:08 UTC (permalink / raw
  To: gentoo-commits

commit:     a5606097d123fb8cc9cbc0c0f542adac5cbe41e2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  9 22:07:48 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar  9 22:08:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5606097

dev-libs/libofx: add link to upstream commits

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/libofx/files/libofx-0.10.1-docdir.patch        | 2 ++
 dev-libs/libofx/files/libofx-0.10.1-opensp-libdir.patch | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/dev-libs/libofx/files/libofx-0.10.1-docdir.patch b/dev-libs/libofx/files/libofx-0.10.1-docdir.patch
index 1e73e6ea104..a43fdffd523 100644
--- a/dev-libs/libofx/files/libofx-0.10.1-docdir.patch
+++ b/dev-libs/libofx/files/libofx-0.10.1-docdir.patch
@@ -1,3 +1,5 @@
+https://github.com/libofx/libofx/commit/ee296908c23a944b9b034c9b1f8b974edcb44b80
+
 From ee296908c23a944b9b034c9b1f8b974edcb44b80 Mon Sep 17 00:00:00 2001
 From: Sam James <sam@gentoo.org>
 Date: Sat, 6 Mar 2021 06:09:11 +0000

diff --git a/dev-libs/libofx/files/libofx-0.10.1-opensp-libdir.patch b/dev-libs/libofx/files/libofx-0.10.1-opensp-libdir.patch
index 9dd2160f74c..036c6864bed 100644
--- a/dev-libs/libofx/files/libofx-0.10.1-opensp-libdir.patch
+++ b/dev-libs/libofx/files/libofx-0.10.1-opensp-libdir.patch
@@ -1,3 +1,5 @@
+https://github.com/libofx/libofx/commit/a647c1db417459bded7fb47af69dff375eae83c1
+
 From a647c1db417459bded7fb47af69dff375eae83c1 Mon Sep 17 00:00:00 2001
 From: Sam James <sam@gentoo.org>
 Date: Sat, 6 Mar 2021 05:57:49 +0000


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libofx/files/
@ 2022-09-06  5:22 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2022-09-06  5:22 UTC (permalink / raw
  To: gentoo-commits

commit:     61356c092037eb481cdd120c51533b83f52a64e5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  6 05:22:08 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep  6 05:22:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61356c09

dev-libs/libofx: refresh patch to match upstream variant (cosmetic)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...ix-parallel-build-issue-with-ofxconnect-o.patch | 26 +++++++++++++++++-----
 1 file changed, 21 insertions(+), 5 deletions(-)

diff --git a/dev-libs/libofx/files/libofx-0.10.6-0002-autotools-fix-parallel-build-issue-with-ofxconnect-o.patch b/dev-libs/libofx/files/libofx-0.10.6-0002-autotools-fix-parallel-build-issue-with-ofxconnect-o.patch
index c6ac9035ff47..8288aac50947 100644
--- a/dev-libs/libofx/files/libofx-0.10.6-0002-autotools-fix-parallel-build-issue-with-ofxconnect-o.patch
+++ b/dev-libs/libofx/files/libofx-0.10.6-0002-autotools-fix-parallel-build-issue-with-ofxconnect-o.patch
@@ -1,6 +1,6 @@
 https://github.com/libofx/libofx/pull/77
 
-From 8383d1245468db3aa944e77b38b681249073eb6b Mon Sep 17 00:00:00 2001
+From 55923eba7617c7c4056b21ddf3b569adaea43858 Mon Sep 17 00:00:00 2001
 From: Sam James <sam@gentoo.org>
 Date: Tue, 6 Sep 2022 06:00:04 +0100
 Subject: [PATCH 2/2] autotools: fix parallel build issue with ofxconnect,
@@ -9,15 +9,31 @@ Subject: [PATCH 2/2] autotools: fix parallel build issue with ofxconnect,
 We need to build the relevant tool before calling help2man, as
 help2man tries to call the tool itself.
 
+Otherwise, we get:
+```
+help2man: can't get `--help' info from ./ofxdump
+Try `--no-discard-stderr' if option outputs to stderr
+make[2]: *** [Makefile:1211: ofxdump.1] Error 127
+make[2]: *** Waiting for unfinished jobs....
+```
+
+Ends up building okay as a workaround with -j1.
+
+Bug: https://github.com/libofx/libofx/pull/56
+See: 0597b8a0a9da3226af0779163fbb3ca389d70bc9
+Fixes: 76dae192b4bf642b311084043cf9d6273dd69bb2
 Signed-off-by: Sam James <sam@gentoo.org>
 --- a/ofxconnect/Makefile.am
 +++ b/ofxconnect/Makefile.am
-@@ -25,7 +25,7 @@ EXTRA_DIST = cmdline.ggo test-privateserver.sh CMakeLists.txt
+@@ -23,9 +23,9 @@ EXTRA_DIST = cmdline.ggo test-privateserver.sh CMakeLists.txt
+ 
+ # See README.privateserver for details on this server and how to get
  # the key needed to run this test.
- TESTS = test-privateserver.sh 
+-TESTS = test-privateserver.sh 
++TESTS = test-privateserver.sh
  
 -ofxconnect.1: $(top_srcdir)/configure.ac
-+ofxconnect.1: $(top_srcdir)/configure.ac ofxconnect
++ofxconnect.1: ofxconnect$(EXEEXT)
  if HAVE_HELP2MAN
  	$(HELP2MAN)  -n 'Create a statement request file' -N --output=ofxconnect.1 ./ofxconnect$(EXEEXT)
  else
@@ -28,7 +44,7 @@ Signed-off-by: Sam James <sam@gentoo.org>
  endif
  
 -ofxdump.1: $(top_srcdir)/configure.ac
-+ofxdump.1: $(top_srcdir)/configure.ac ofxdump
++ofxdump.1: ofxdump$(EXEEXT)
  if HAVE_HELP2MAN
  	$(HELP2MAN) -n 'Dump content of OFX files as human-readable text' -N --output=ofxdump.1 ./ofxdump$(EXEEXT)
  else


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-09-06  5:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-06  5:22 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libofx/files/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2021-03-09 22:08 Sam James
2021-03-06  7:18 Sam James
2019-11-08 15:21 Aaron Bauman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox