head	1.4;
access;
symbols
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	old_RELEASE_5_1_0:1.2
	old_RELEASE_4_8_0:1.2
	old_RELEASE_5_0_0:1.2
	old_RELEASE_4_7_0:1.1
	old_RELEASE_4_6_2:1.1
	old_RELEASE_4_6_1:1.1
	old_RELEASE_4_6_0:1.1
	old_RELEASE_5_0_DP1:1.1
	old_RELEASE_4_5_0:1.1
	old_RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2005.02.05.04.59.25;	author knu;	state dead;
branches;
next	1.3;

1.3
date	2003.08.07.11.10.05;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2002.12.26.02.58.39;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2001.06.04.15.02.52;	author knu;	state Exp;
branches;
next	;


desc
@@


1.4
log
@The slippery pthread support for systems prior to 502102 has been
dropped and the lang/ruby16_r and lang/ruby18_r ports have been
removed, since no one seems to appreciate the partially working
solution.

Good news is that the pthread support of lang/ruby18 is now enabled by
default for newer systems, which means the ruby interpreter is linked
with libpthread.  This will allow threaded extension libraries to run
and work properly on those systems.

The --march=cputype flag is disabled because it gets ruby to
malfunction and fail to build.  I don't know if the problem is in
libpthread or in gcc.

(It really makes me wonder if they had actually tested before asking
me to do this somewhat risky change ;-)
@
text
@# New ports collection makefile for:	ruby_r-devel
# Date created:			3 June 2001
# Whom:				Akinori MUSHA aka knu <knu@@idaemons.org>
#
# $FreeBSD: ports/lang/ruby18_r/Makefile,v 1.3 2003/08/07 11:10:05 knu Exp $
#

MASTERDIR=	${.CURDIR}/../ruby18

BUILD_DEPENDS=	${RUBY_WITHOUT_SUFFIX}${RUBY_VER:S/.//}:${MASTERDIR}
RUN_DEPENDS=	${RUBY_WITHOUT_SUFFIX}${RUBY_VER:S/.//}:${MASTERDIR}

NOPORTDOCS=	yes
NORUBYLIB=	yes

RUBY_WITH_PTHREAD=	yes

.include "${MASTERDIR}/Makefile"
@


1.3
log
@Now that ruby 1.8.0 is officially released, rename ruby to ruby16, and
ruby-devel to ruby18.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@Update RUBY_VER and fix the build.

Submitted by:	nork
@
text
@d8 1
a8 3
MASTERDIR=      ${.CURDIR}/../ruby-devel

RUBY_VER=	1.8
@


1.1
log
@Add lang/ruby_r and lang/ruby_r-devel, ruby binary linked with libc_r.

As there are unidentified problems with libc_r + ruby, please use this
with care.  I'd appreciate if any of you could join me in debugging.
@
text
@d10 1
a10 1
RUBY_VER=	1.7
@

