head	1.7;
access;
symbols
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.2;
locks; strict;
comment	@# @;


1.7
date	2008.07.11.13.02.53;	author knu;	state dead;
branches;
next	1.6;

1.6
date	2007.11.03.23.36.42;	author gerald;	state Exp;
branches;
next	1.5;

1.5
date	2007.10.03.23.22.04;	author edwin;	state Exp;
branches;
next	1.4;

1.4
date	2007.04.22.01.46.41;	author kris;	state Exp;
branches;
next	1.3;

1.3
date	2006.12.13.16.14.53;	author alepulver;	state Exp;
branches;
next	1.2;

1.2
date	2006.10.07.18.35.51;	author alepulver;	state Exp;
branches;
next	1.1;

1.1
date	2006.10.05.00.36.18;	author alepulver;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Remove lang/yarv.
YARV was officially released as Ruby 1.9.

Approved by:	MAINTAINER
@
text
@# New ports collection makefile for:	yarv
# Date created:				24 Jul 2006
# Whom:					Jun Mukai aka jmuk <mukai@@jmuk.org>
#
# $FreeBSD: ports/lang/yarv/Makefile,v 1.6 2007/11/03 23:36:42 gerald Exp $
#

PORTNAME=	yarv
PORTVERSION=	0.4.1
CATEGORIES=	lang ruby
MASTER_SITES=	http://www.atdot.net/yarv/
DIST_SUBDIR=	ruby

MAINTAINER=	mukai@@jmuk.org
COMMENT=	Yet Another Ruby Virtual-machine

USE_GCC=	4.2+
USE_LDCONFIG=	yes
USE_OPENSSL=	yes
USE_RUBY=	yes

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	${RUBY_CONFIGURE_ARGS} --program-suffix=20 \
		--enable-shared --with-openssl-include=${OPENSSLINC}
CONFIGURE_ARGS+=--enable-ipv6
CONFIGURE_ENV=	CPPFLAGS="${PTHREAD_CFLAGS}" LIBS="${PTHREAD_LIBS}"

OPTIONS=	DEBUG "Enable debugging information" off \
		THREADS "Enable threading support" off

.include <bsd.port.pre.mk>

.if ${ARCH} == "ia64"
BROKEN=		does not build
.endif

.if ${OSVERSION} < 600000
BROKEN=		Does not build on 5.x
.endif

.if defined(NOPORTDOCS)
INSTALL_TARGET=	install-nodoc
PLIST_SUB+=	PORTSDOCS="@@comment "
.else
INSTALL_TARGET=	install
PLIST_SUB+=	PORTSDOCS=""
.endif

.if defined(WITH_DEBUG)
CFLAGS+=	-g
STRIP=		# none
.endif

.if defined(WITH_THREADS)
CONFIGURE_ARGS+=--enable-pthread
PKGNAMESUFFIX:=	${PKGNAMESUFFIX}+pthreads
.else
CONFIGURE_ARGS+=--disable-pthread
.endif

test:
	@@(cd ${WRKSRC}; ${MAKE} test)

.include <bsd.port.post.mk>
@


1.6
log
@Remove lang/gcc40 which only has three dependencies left in the tree
(all of which only have it as a minimal requirement and also build with
lang/gcc42) and has issues on at least 8-CURRENT.

Approved by:	portmgr (pav)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@Remove support for OSVERSION < 5
@
text
@d17 1
a17 1
USE_GCC=	4.0+
@


1.4
log
@BROKEN on 5.x: Does not build
@
text
@d25 1
a40 7
.if ${OSVERSION} >= 400014
CONFIGURE_ARGS+=--enable-ipv6
.if ${OSVERSION} < 500000
CONFIGURE_ARGS+=--enable-wide-getaddrinfo
.endif
.endif

@


1.3
log
@- Mark BROKEN for ia64.

Reported by:	pointyhat
@
text
@d36 4
@


1.2
log
@- Fix building on 4.x.

Reported by:	pointyhat
@
text
@d32 4
@


1.1
log
@YARV is Virtual Machine for Programming Language Ruby.

The goal of this project is only one, to develop the fastest Virtual
Machine for Ruby in the world.

Author: Koichi Sasada <ko1@@atdot.net>

WWW: http://www.atdot.net/yarv/

PR:		ports/100769
Submitted by:	Jun Mukai aka jmuk <mukai at jmuk.org>
@
text
@d34 3
@

