FreeBSD Bugzilla – Attachment 188876 Details for
Bug 224377
textproc/rubygem-nokogiri has missing dependency to libxml2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add libxml2 dep and bump revision
textproc_rubygem-nokogiri_fix_libxml2_dep.patch (text/plain), 568 bytes, created by
Matthias Fechner
on 2017-12-16 09:31:05 UTC
(
hide
)
Description:
Add libxml2 dep and bump revision
Filename:
MIME Type:
Creator:
Matthias Fechner
Created:
2017-12-16 09:31:05 UTC
Size:
568 bytes
patch
obsolete
>diff --git a/Makefile b/Makefile >index c86242b..0f82921 100644 >--- a/Makefile >+++ b/Makefile >@@ -2,6 +2,7 @@ > > PORTNAME= nokogiri > PORTVERSION= 1.8.1 >+PORTREVISION= 1 > CATEGORIES= textproc rubygems > MASTER_SITES= RG > >@@ -13,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md > > BUILD_DEPENDS= rubygem-pkg-config>=1.1.7:devel/rubygem-pkg-config > RUN_DEPENDS:= ${BUILD_DEPENDS} >-LIB_DEPENDS= libgcrypt.so:security/libgcrypt >+LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ >+ libxml2.so:textproc/libxml2 > > CONFIGURE_ARGS= --use-system-libraries > USE_GNOME= libxml2 libxslt
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 224377
:
188876
|
188910