head	1.12;
access;
symbols
	RELEASE_4_EOL:1.11
	RELEASE_6_2_0:1.10
	RELEASE_6_1_0:1.9
	RELEASE_5_5_0:1.9
	RELEASE_6_0_0:1.8
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.8
	RELEASE_5_2_0:1.8
	RELEASE_4_9_0:1.8
	old_RELEASE_5_1_0:1.7
	old_RELEASE_4_8_0:1.7
	old_RELEASE_5_0_0:1.7
	old_RELEASE_4_7_0:1.6
	old_RELEASE_4_6_2:1.3
	old_RELEASE_4_6_1:1.3
	old_RELEASE_4_6_0:1.3
	old_RELEASE_5_0_DP1:1.3
	old_RELEASE_4_5_0:1.3
	old_RELEASE_4_4_0:1.2;
locks; strict;
comment	@# @;


1.12
date	2007.02.13.09.11.08;	author stas;	state dead;
branches;
next	1.11;

1.11
date	2006.11.04.10.06.12;	author stas;	state Exp;
branches;
next	1.10;

1.10
date	2006.08.31.20.53.29;	author sem;	state Exp;
branches;
next	1.9;

1.9
date	2005.11.15.04.33.31;	author sem;	state Exp;
branches;
next	1.8;

1.8
date	2003.08.07.11.10.05;	author knu;	state Exp;
branches;
next	1.7;

1.7
date	2002.12.26.02.58.39;	author knu;	state Exp;
branches;
next	1.6;

1.6
date	2002.09.27.13.55.41;	author knu;	state Exp;
branches;
next	1.5;

1.5
date	2002.09.11.18.22.01;	author knu;	state Exp;
branches;
next	1.4;

1.4
date	2002.06.08.18.18.52;	author knu;	state Exp;
branches;
next	1.3;

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

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

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


desc
@@


1.12
log
@- Remove expired ruby 1.6 ports.
- Remove expired ruby18_static port that depends on ruby16
@
text
@# New ports collection makefile for:	ruby_static-devel
# Date created:			3 June 2001
# Whom:				Akinori MUSHA aka knu <knu@@idaemons.org>
#
# $FreeBSD: ports/lang/ruby18_static/Makefile,v 1.11 2006/11/04 10:06:12 stas Exp $
#

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

PORTREVISION=	4
PORTEPOCH=	1

RUBY_VER=	1.8

LATEST_LINK=	ruby18_static

pre-build:
	@@${RM} ${WRKSRC}/ext/iconv/extconf.rb

.include "${MASTERDIR}/Makefile"
@


1.11
log
@- Bump portrevision to match the lang/ruby18 port's one and to force rebuild
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@- Detach iconv from build. It has a wrong Makefile.
@
text
@d10 1
a10 1
PORTREVISION=	0
@


1.9
log
@- Bump PORTEPOCH for ruby ports that gets PORTVERSION from bsd.ruby.mk

Reported by:	chkversion script
@
text
@d17 3
@


1.8
log
@Now that ruby 1.8.0 is officially released, rename ruby to ruby16, and
ruby-devel to ruby18.
@
text
@d11 1
@


1.7
log
@Update RUBY_VER and fix the build.

Submitted by:	nork
@
text
@d8 1
a8 1
MASTERDIR=      ${.CURDIR}/../ruby_static
d14 1
a14 1
LATEST_LINK=	ruby_static-devel
@


1.6
log
@Update lang/ruby-devel to the latest snapshot as of 2002-09-27, which
fixes several coredump bugs and fatal threading problems.

Remove the autoconf dependency by including a pre-generated configure
script in the distfile.  It now also includes a pre-generated parse.c
made by bison 1.35.
@
text
@d12 1
a12 1
RUBY_VER=	1.7
@


1.5
log
@- Integrate the digest/*, racc/cparse, iconv, shim16_18 modules into
  lang/ruby_static.

- Integrate the iconv module into lang/ruby_static-devel.
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.4
log
@devel/ruby-fnmatch has been replaced with lang/ruby16-shim-ruby18.
@
text
@d10 2
@


1.3
log
@Set LATEST_LINK to "ruby_static-devel".
@
text
@a11 2
HAVE_FNMATCH=	yes

@


1.2
log
@Now Ruby 1.7 has fnmatch out-of-the-box.
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/ruby_static-devel/Makefile,v 1.1 2001/06/04 14:57:03 knu Exp $
d13 2
@


1.1
log
@Add lang/ruby_static-devel, the statically linked ruby-devel
executable.
@
text
@d5 1
a5 1
# $FreeBSD$
d11 2
@

