FreeBSD Bugzilla – Attachment 206989 Details for
Bug 240162
databases/ruby-xapian does not build with ruby 2.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix ruby 2.6 build error.
databases_ruby-xapian_fix_build_problem_ruby_2.6.patch (text/plain), 752 bytes, created by
Matthias Fechner
on 2019-08-28 20:53:22 UTC
(
hide
)
Description:
Fix ruby 2.6 build error.
Filename:
MIME Type:
Creator:
Matthias Fechner
Created:
2019-08-28 20:53:22 UTC
Size:
752 bytes
patch
obsolete
>diff --git a/databases/ruby-xapian/Makefile b/databases/ruby-xapian/Makefile >index 7b97e9ec1d9e..fa0dcdaeaa77 100644 >--- a/databases/ruby-xapian/Makefile >+++ b/databases/ruby-xapian/Makefile >@@ -3,6 +3,7 @@ > > PORTNAME= xapian > PORTVERSION= 1.4.12 >+PORTREVISION= 1 > DISTVERSIONPREFIX= bindings- > CATEGORIES= databases ruby > MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \ >@@ -15,7 +16,8 @@ COMMENT= Ruby binding for Xapian > LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/COPYING > >-BUILD_DEPENDS= xapian-core>=${PORTVERSION}:databases/xapian-core >+BUILD_DEPENDS= xapian-core>=${PORTVERSION}:databases/xapian-core \ >+ rubygem-rdoc>=0.a:devel/rubygem-rdoc > LIB_DEPENDS= libxapian.so:databases/xapian-core > > CONFLICTS_INSTALL= xapian-bindings12
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 240162
: 206989