Skip to content

Commit

Permalink
Add missing PLIST entries for Win32 (currently, on Cygwin).
Browse files Browse the repository at this point in the history
  • Loading branch information
obache committed Apr 4, 2013
1 parent a90e761 commit cdb5213
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
7 changes: 6 additions & 1 deletion lang/ruby193-base/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.27 2013/02/24 06:58:32 obache Exp $
# $NetBSD: Makefile,v 1.28 2013/04/04 13:31:55 obache Exp $
#

DISTNAME= ${RUBY_DISTNAME}
Expand Down Expand Up @@ -83,6 +83,11 @@ CONFIGURE_ARGS+= --with-ruby-version=${RUBY_VERSION}
CONFIGURE_ARGS+= --with-ruby-pc="ruby-${RUBY_VERSION}.pc"
.endif

PLIST_VARS+= win32
.if ${OPSYS} == "Cygwin"
PLIST.win32= yes
.endif

#
# IRIX work around which should be fixed.
#
Expand Down
11 changes: 10 additions & 1 deletion lang/ruby193-base/PLIST
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
@comment $NetBSD: PLIST,v 1.7 2013/02/12 13:03:08 taca Exp $
@comment $NetBSD: PLIST,v 1.8 2013/04/04 13:31:55 obache Exp $
bin/erb${RUBY_VER}
bin/gem${RUBY_VER}
bin/irb${RUBY_VER}
bin/rake${RUBY_VER}
bin/rdoc${RUBY_VER}
bin/ri${RUBY_VER}
bin/${RUBY_NAME}
${PLIST.win32}bin/rubyw${RUBY_VER}
bin/testrb${RUBY_VER}
${RUBY_ARCHINC}/ruby/config.h
${RUBY_INC}/ruby.h
Expand Down Expand Up @@ -663,6 +664,13 @@ ${RUBY_LIB}/webrick/server.rb
${RUBY_LIB}/webrick/ssl.rb
${RUBY_LIB}/webrick/utils.rb
${RUBY_LIB}/webrick/version.rb
${PLIST.win32}${RUBY_LIB}/win32/registry.rb
${PLIST.win32}${RUBY_LIB}/win32/resolv.rb
${PLIST.win32}${RUBY_LIB}/win32/sspi.rb
${PLIST.win32}${RUBY_LIB}/win32/sspi.rb
${PLIST.win32}${RUBY_LIB}/Win32API.rb
${PLIST.win32}${RUBY_LIB}/win32ole.rb
${PLIST.win32}${RUBY_LIB}/win32ole/property.rb
${RUBY_LIB}/xmlrpc/base64.rb
${RUBY_LIB}/xmlrpc/client.rb
${RUBY_LIB}/xmlrpc/config.rb
Expand Down Expand Up @@ -768,6 +776,7 @@ ${RUBY_ARCHLIB}/stringio.${RUBY_DLEXT}
${RUBY_ARCHLIB}/strscan.${RUBY_DLEXT}
${RUBY_ARCHLIB}/syck.${RUBY_DLEXT}
${RUBY_ARCHLIB}/syslog.${RUBY_DLEXT}
${PLIST.win32}${RUBY_ARCHLIB}/win32ole.${RUBY_DLEXT}
${RUBY_ARCHLIB}/zlib.${RUBY_DLEXT}
${GEM_HOME}/gems/rake-0.9.2.2/bin/rake${RUBY_VER}
${GEM_HOME}/gems/rdoc-3.9.5/bin/rdoc${RUBY_VER}
Expand Down

0 comments on commit cdb5213

Please sign in to comment.