1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

The iconv module is no longer part of ruby's standard distribution.

(ext/iconv is an empty directory, so we can just leave it)
This commit is contained in:
Akinori MUSHA 2013-06-20 08:41:57 +00:00
parent e47360ab50
commit 3ff582670d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321362
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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