Remove ruby18-nopthreads port since pthread support of lang/ruby18 port

is disabled by default.

Approved by:   portmgr (krion)
This commit is contained in:
MANTANI Nobutaka 2006-03-31 13:28:59 +00:00
parent 7618f113d5
commit abe1ec1539
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158475
3 changed files with 1 additions and 16 deletions

1
MOVED
View File

@ -2232,3 +2232,4 @@ math/xwpl||2006-03-31|Has expired: source not available and no recent binary
databases/mantis||2006-03-31|Removed due to security problems
sysutils/nwclient||2006-03-31|Removed due to security problems
sysutils/nwclient602||2006-03-31|Removed due to security problems
lang/ruby18-nopthreads||2006-03-31|Removed since pthread support of ruby18 is disabled by default.

View File

@ -246,7 +246,6 @@
SUBDIR += ruby16-shim-ruby18
SUBDIR += ruby16_static
SUBDIR += ruby18
SUBDIR += ruby18-nopthreads
SUBDIR += ruby18_static
SUBDIR += sbcl
SUBDIR += scheme48

View File

@ -1,15 +0,0 @@
# New ports collection makefile for: ruby18
# Date created: 6 May 2001
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../ruby18
MD5_FILE= ${MASTERDIR}/distinfo
COMMENT= An object-oriented interpreted scripting language (without pthreads)
WITHOUT_PTHREADS= yes
.include "${MASTERDIR}/Makefile"