svn commit: r321362 - head/lang/ruby20
Akinori MUSHA
knu at FreeBSD.org
Thu Jun 20 08:41:57 UTC 2013
Author: knu
Date: Thu Jun 20 08:41:57 2013
New Revision: 321362
URL: http://svnweb.freebsd.org/changeset/ports/321362
Log:
The iconv module is no longer part of ruby's standard distribution.
(ext/iconv is an empty directory, so we can just leave it)
Modified:
head/lang/ruby20/Makefile
head/lang/ruby20/pkg-message
Modified: head/lang/ruby20/Makefile
==============================================================================
--- head/lang/ruby20/Makefile Thu Jun 20 08:40:52 2013 (r321361)
+++ head/lang/ruby20/Makefile Thu Jun 20 08:41:57 2013 (r321362)
@@ -136,7 +136,7 @@ post-patch:
#
# Prepare modules we are wanting to build via external ports
#
-.for d in gdbm iconv tk
+.for d in gdbm tk
${MV} ${BUILD_WRKSRC}/ext/${d} ${WRKDIR}/
.endfor
Modified: head/lang/ruby20/pkg-message
==============================================================================
--- head/lang/ruby20/pkg-message Thu Jun 20 08:40:52 2013 (r321361)
+++ head/lang/ruby20/pkg-message Thu Jun 20 08:41:57 2013 (r321362)
@@ -8,7 +8,6 @@ of upgrading:
And some of the standard libraries are provided as separate ports
since they require extra dependencies:
- converters/ruby-iconv: iconv module
databases/ruby-gdbm: GDBM module
x11-toolkits/ruby-tk: Tcl/Tk modules
japanese/ruby-tk: Tcl/Tk modules for Japanized Tcl/Tk
More information about the svn-ports-head
mailing list