Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 467022 Details for
Bug 612530
sys-libs/gdbm-1.13: a typo in gdbm.h.in breaks building dev-lisp/clisp
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Include gdbm patch and revbump.
gdbm.patch (text/plain), 1.75 KB, created by
Mihai Moldovan
on 2017-03-14 15:26:22 UTC
(
hide
)
Description:
Include gdbm patch and revbump.
Filename:
MIME Type:
Creator:
Mihai Moldovan
Created:
2017-03-14 15:26:22 UTC
Size:
1.75 KB
patch
obsolete
>commit 732abf9c854ff7696b45e85756771efadf3a4f19 >Author: Mihai Moldovan <ionic@ionic.de> >Date: Tue Mar 14 15:59:47 2017 +0100 > > sys-libs/gdbm: add macro typo patch and revbump. > >diff --git a/sys-libs/gdbm/files/gdbm-1.13-fix-macro-typo.patch b/sys-libs/gdbm/files/gdbm-1.13-fix-macro-typo.patch >new file mode 100644 >index 0000000..7bf9df7 >--- /dev/null >+++ b/sys-libs/gdbm/files/gdbm-1.13-fix-macro-typo.patch >@@ -0,0 +1,28 @@ >+# Sent upstream. >+ >+From c90e561019241f8e9b3a18987930f6de778feb4b Mon Sep 17 00:00:00 2001 >+From: Mihai Moldovan <ionic@ionic.de> >+Date: Tue, 14 Mar 2017 15:24:15 +0100 >+Subject: [PATCH] src/gdbm.h.in: actually fix all typos. >+ >+Post-fixup of 46aeea15845301873e1e7f7ed6d609a9631c2486. >+--- >+ src/gdbm.h.in | 2 +- >+ 1 file changed, 1 insertion(+), 1 deletion(-) >+ >+diff --git a/src/gdbm.h.in b/src/gdbm.h.in >+index e9b7b1b..de0d2b9 100644 >+--- a/src/gdbm.h.in >++++ b/src/gdbm.h.in >+@@ -224,7 +224,7 @@ extern int gdbm_copy_meta (GDBM_FILE dst, GDBM_FILE src); >+ # define _GDBM_MAX_ERRNO GDBM_DIR_OVERFLOW >+ >+ /* This one was never used and will be removed in the future */ >+-# define GDBM_UNKNOWN_UPDATE GDBM_ERR_UNKNOWN_ERROR >++# define GDBM_UNKNOWN_UPDATE GDBM_UNKNOWN_ERROR >+ >+ typedef int gdbm_error; >+ extern gdbm_error gdbm_errno; >+-- >+2.11.1 >+ >diff --git a/sys-libs/gdbm/gdbm-1.13.ebuild b/sys-libs/gdbm/gdbm-1.13-r1.ebuild >similarity index 94% >rename from sys-libs/gdbm/gdbm-1.13.ebuild >rename to sys-libs/gdbm/gdbm-1.13-r1.ebuild >index 4748ea3..81e70dd 100644 >--- a/sys-libs/gdbm/gdbm-1.13.ebuild >+++ b/sys-libs/gdbm/gdbm-1.13-r1.ebuild >@@ -24,7 +24,11 @@ RDEPEND=" > > EX_S="${WORKDIR}"/${EX_P} > >+PATCHES=( "${FILESDIR}/${P}-fix-macro-typo.patch" ) >+ > src_prepare() { >+ [[ "${#PATCHES[@]}" -gt "0" ]] && epatch "${PATCHES[@]}" >+ > elibtoolize > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 612530
:
466952
|
466954
|
466956
|
466958
|
466960
|
466962
| 467022