[Bug 217384] ruby23 dependency version mismatch
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Feb 27 02:26:36 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217384
Bug ID: 217384
Summary: ruby23 dependency version mismatch
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: yunchih at csie.ntu.edu.tw
CC: cyberbotx at cyberbotx.com, dinoex at FreeBSD.org
CC: cyberbotx at cyberbotx.com, dinoex at FreeBSD.org
Revision 434270[1] breaks my ruby23 build.
The current version of doxygen is 1.8.12,2, so the statement will fail:
doxygen>1.8.12,2:devel/doxygen
Proposed patch:
Index: lang/ruby23/Makefile
===================================================================
--- lang/ruby23/Makefile (revision 434884)
+++ lang/ruby23/Makefile (working copy)
@@ -55,7 +55,7 @@
EDIT_DESC= Which line editing lib to use
LIBEDIT_DESC= Use libedit
READLINE_DESC= Use libreadline
-CAPIDOCS_BUILD_DEPENDS= doxygen>1.8.12,2:devel/doxygen \
+CAPIDOCS_BUILD_DEPENDS= doxygen>=1.8.12,2:devel/doxygen \
dot:graphics/graphviz
CAPIDOCS_CONFIGURE_ENABLE= install-capi
GMP_CONFIGURE_WITH= gmp
[1] https://svnweb.freebsd.org/changeset/ports/434270
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list