head	1.18;
access;
symbols
	RELEASE_8_3_0:1.17
	RELEASE_9_0_0:1.17
	RELEASE_7_4_0:1.16
	RELEASE_8_2_0:1.16
	RELEASE_6_EOL:1.16
	RELEASE_8_1_0:1.16
	RELEASE_7_3_0:1.16
	RELEASE_8_0_0:1.16
	RELEASE_7_2_0:1.16
	RELEASE_7_1_0:1.16
	RELEASE_6_4_0:1.16
	RELEASE_5_EOL:1.16
	RELEASE_7_0_0:1.16
	RELEASE_6_3_0:1.16
	PRE_XORG_7:1.15
	RELEASE_4_EOL:1.14
	RELEASE_6_2_0:1.14
	RELEASE_6_1_0:1.11
	RELEASE_5_5_0:1.11
	RELEASE_6_0_0:1.10
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.18
date	2012.11.17.05.58.56;	author svnexp;	state Exp;
branches;
next	1.17;

1.17
date	2011.10.24.03.33.10;	author stas;	state Exp;
branches;
next	1.16;

1.16
date	2007.11.20.02.09.32;	author linimon;	state Exp;
branches;
next	1.15;

1.15
date	2007.03.27.22.11.59;	author stas;	state Exp;
branches;
next	1.14;

1.14
date	2006.08.18.18.30.56;	author delphij;	state Exp;
branches;
next	1.13;

1.13
date	2006.07.26.06.08.58;	author linimon;	state Exp;
branches;
next	1.12;

1.12
date	2006.04.20.21.32.20;	author anray;	state Exp;
branches;
next	1.11;

1.11
date	2006.02.10.15.07.06;	author anray;	state Exp;
branches;
next	1.10;

1.10
date	2005.04.12.03.25.52;	author obrien;	state Exp;
branches;
next	1.9;

1.9
date	2005.04.11.08.02.57;	author obrien;	state Exp;
branches;
next	1.8;

1.8
date	2004.09.26.02.51.22;	author kris;	state Exp;
branches;
next	1.7;

1.7
date	2003.10.05.09.19.40;	author erwin;	state Exp;
branches;
next	1.6;

1.6
date	2003.08.28.00.09.57;	author edwin;	state Exp;
branches;
next	1.5;

1.5
date	2003.04.04.20.55.35;	author nork;	state Exp;
branches;
next	1.4;

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

1.3
date	2002.11.10.16.46.53;	author lioux;	state Exp;
branches;
next	1.2;

1.2
date	2002.11.06.22.45.52;	author adamw;	state Exp;
branches;
next	1.1;

1.1
date	2001.07.31.10.06.38;	author sobomax;	state Exp;
branches;
next	;


desc
@@


1.18
log
@Switch exporter over
@
text
@# New ports collection makefile for:	rscheme
# Date created:				31 July 2001
# Whom:					Maxim Sobolev <sobomax@@FreeBSD.org>
#
# $FreeBSD: head/lang/rscheme/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	rscheme
PORTVERSION=	0.7.3.3
PORTREVISION=	1
CATEGORIES=	lang scheme
MASTER_SITES=	http://www.rscheme.org/rs/b/${PORTVERSION}/32/
DISTNAME=	rs-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	An object-oriented, extended version of the Scheme dialect of Lisp

WRKSRC=		${WRKDIR}/${DISTNAME}/src

HAS_CONFIGURE=	yes
CONFIGURE_ARGS=	--prefix=${WRKDIR}/build ${CONFIGURE_TARGET}
MAKE_ENV=	REAL_PREFIX=${PREFIX}

BOOTSTRAP_DIR=	${WRKDIR}/${DISTNAME}
BOOTSTRAP_TARGET=	stage1

.include <bsd.port.pre.mk>

.if ${ARCH} != "i386"
BROKEN=		fails to install on ${ARCH}
.endif

post-extract:
	@@${MKDIR} ${WRKSRC} ${WRKDIR}/build

pre-configure:
	@@${RM} -rf ${WRKSRC}
	@@(cd ${BOOTSTRAP_DIR}; ${SETENV} ${MAKE_ENV} ${CONFIGURE_ENV} ${MAKE} \
		${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${BOOTSTRAP_TARGET})

do-install:
	${INSTALL_PROGRAM} ${WRKDIR}/build/bin/rs ${PREFIX}/bin/rs
	(cd ${WRKDIR}/build && ${TAR} -c -f - include/rscheme* lib/librs.a) \
		| (cd ${PREFIX} && ${TAR} --unlink -x -f -)
	${MKDIR} ${DATADIR}
	(cd ${WRKDIR}/build && ${TAR} -c -f - resource) \
		| (cd ${DATADIR} && ${TAR} --unlink -x -f -)

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


1.17
log
@- Return my ports back to the pool.  I was unable to make any fixes to
  my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.16
log
@The build on 7.X was fixed back in August, but the BROKEN line was left.

Reported by:	pointyhat
Approved by:	portmgr (self)
@
text
@d15 1
a15 1
MAINTAINER=	stas@@FreeBSD.org
@


1.15
log
@- Change my email.

Suggested by:	skv
@
text
@a31 3
.if ${OSVERSION} >= 700000
BROKEN=		fails to install on 7.X
.endif
@


1.14
log
@ - Fix build on -CURRENT
 - Pass maintainership to submitter.

Submitted by:	Stanislav Sedov <ssedov mbsd msk ru>
PR:		ports/100889
@
text
@d15 1
a15 1
MAINTAINER=	ssedov@@mbsd.msk.ru
@


1.13
log
@Mark broken on current.
@
text
@d10 1
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.12
log
@Fix some portlint(1) warnings.
@
text
@d29 4
a32 1
BROKEN=		"fails to install on ${ARCH}"
@


1.11
log
@* Update to 0.7.3.3
* Update master sites.
* Fix build and unbreak port.
@
text
@a16 4
.if ${MACHINE_ARCH} != "i386"
BROKEN=		"fails to install on ${ARCH}"
.endif

d26 6
d48 1
a48 1
.include <bsd.port.mk>
@


1.10
log
@At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
@
text
@d9 1
a9 1
PORTVERSION=	0.7.3.2
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
a29 6
.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 502126
BROKEN=		"Coredump during build"
.endif

d46 1
a46 1
.include <bsd.port.post.mk>
@


1.9
log
@Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
@
text
@d18 1
a18 1
.if ${ARCH} != "i386"
@


1.8
log
@BROKEN on 5.x: Coredump during build

Approved by:    portmgr (self)
@
text
@d18 1
a18 1
.if ${MACHINE_ARCH} != "i386"
@


1.7
log
@Per bento, this port gets either signal 11 or signal 4 when
trying to install on non-i386.  Mark it to warn the unwary.
Since it doesn't have a maintainer, I guess you could go either
way on whether it should be "broken" or "ignore".

PR:		57595
Submitted by:	Mark Linimon <linimon@@lonesome.com>
@
text
@d31 6
d53 1
a53 1
.include <bsd.port.mk>
@


1.6
log
@Use the new virtual category 'scheme'

	- Add the virtual category 'scheme' to the orphan ports
	- Fix the chicken's csc script
	- Minor portlint cleanups

PR:		ports/55265
Submitted by:	Kimura Fuyuki <fuyuki@@nigredo.org>
@
text
@d18 4
@


1.5
log
@Update to 0.7.3.2.

PR:		ports/49089
Submitted by:	Kimura Fuyuki <fuyuki@@hadaly.org>
@
text
@d10 1
a10 1
CATEGORIES=	lang
@


1.4
log
@De-pkg-comment.
@
text
@d9 1
a9 1
PORTVERSION=	0.7.3.1
d11 2
a12 1
MASTER_SITES=	ftp://ftp.rscheme.org/pub/rscheme/
@


1.3
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d15 1
@


1.2
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a15 2
PORTCOMMENT=	An object-oriented, extended version of the Scheme dialect of Lisp

@


1.1
log
@Add rscheme 0.7.3.1, an object-oriented, extended version of the
Scheme dialect of Lisp.
@
text
@d16 2
@

