head	1.17;
access;
symbols
	RELEASE_4_11_0:1.15
	RELEASE_5_3_0:1.15
	RELEASE_4_10_0:1.15
	RELEASE_5_2_1:1.12
	RELEASE_5_2_0:1.12
	RELEASE_4_9_0:1.10
	RELEASE_5_1_0:1.10
	RELEASE_4_8_0:1.9
	RELEASE_5_0_0:1.8
	RELEASE_4_7_0:1.8
	RELEASE_4_6_2:1.7
	RELEASE_4_6_1:1.7
	RELEASE_4_6_0:1.7
	RELEASE_5_0_DP1:1.7
	RELEASE_4_5_0:1.7
	RELEASE_4_4_0:1.7
	RELEASE_4_3_0:1.3;
locks; strict;
comment	@# @;


1.17
date	2005.02.19.19.54.55;	author pav;	state dead;
branches;
next	1.16;

1.16
date	2005.02.09.19.10.44;	author pav;	state Exp;
branches;
next	1.15;

1.15
date	2004.03.07.12.52.00;	author kris;	state Exp;
branches;
next	1.14;

1.14
date	2004.02.04.05.21.32;	author marcus;	state Exp;
branches;
next	1.13;

1.13
date	2003.12.11.14.37.30;	author krion;	state Exp;
branches;
next	1.12;

1.12
date	2003.10.07.08.51.44;	author ijliao;	state Exp;
branches;
next	1.11;

1.11
date	2003.09.24.09.36.54;	author osa;	state Exp;
branches;
next	1.10;

1.10
date	2003.05.01.16.49.49;	author ijliao;	state Exp;
branches;
next	1.9;

1.9
date	2003.03.07.06.05.28;	author ade;	state Exp;
branches;
next	1.8;

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

1.7
date	2001.07.15.13.43.40;	author ijliao;	state Exp;
branches;
next	1.6;

1.6
date	2001.07.07.22.01.59;	author kris;	state Exp;
branches;
next	1.5;

1.5
date	2001.06.22.09.27.00;	author ijliao;	state Exp;
branches;
next	1.4;

1.4
date	2001.04.22.11.17.40;	author ijliao;	state Exp;
branches;
next	1.3;

1.3
date	2001.04.14.11.01.16;	author ijliao;	state Exp;
branches;
next	1.2;

1.2
date	2001.03.10.18.53.20;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2001.03.06.17.50.10;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.17
log
@- Update aleph 0.9.0 to afnix 1.0.0
- Rename to match new name of the project
- Take maintainership

PR:		ports/77611
Submitted by:	Johan van Selst <johans@@stack.nl>
Repocopy by:	marcus
@
text
@# ex:ts=8
# New ports collection makefile for:	aleph
# Date created:			Mar 7, 2001
# Whom:				Ying-Chieh Liao <ijliao@@FreeBSD.org>
#
# $FreeBSD: ports/lang/aleph/Makefile,v 1.16 2005/02/09 19:10:44 pav Exp $
#

PORTNAME=	aleph
PORTVERSION=	0.9.0
PORTREVISION=	1
CATEGORIES=	lang
MASTER_SITES=	http://www.aleph-lang.org/ftp/%SUBDIR%/
MASTER_SITE_SUBDIR=	${PORTNAME}-${PORTVERSION:S,.,-,g}
DISTNAME=	${PORTNAME}-src-${PORTVERSION:S,.,-,g}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A multi-threaded functional programming language

USE_GMAKE=	yes
MAKE_ARGS=	CC="${CXX}" LD="${CXX}" LK="${CXX}" OPTCCFLAGS="${CXXFLAGS}" \
		DYNCCFLAGS="-fPIC -DPIC" DEBUGFLAGS="" DBGDEFINES="" \
		STDDEFINES="${PTHREAD_CFLAGS}" EXELDFLAGS="${PTHREAD_LIBS}"
INSTALLS_SHLIB=	yes

PLIST_SUB=	PORTVER=${PORTVERSION:R}

MAN1=	aleph.1 axc.1 axl.1

do-configure:
	@@(cd ${WRKSRC}; ./cnf/bin/aleph-setup -o)

post-install:
	@@${STRIP_CMD} ${PREFIX}/bin/aleph

.include <bsd.port.mk>
@


1.16
log
@- Unbreak on amd64 and ia64

PR:		ports/77278
Submitted by:	Johan van Selst <johans@@stack.nl>
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.15
log
@BROKEN on amd64 and ia64: Does not compile (missing -fPIC)
@
text
@a29 6
.include <bsd.port.pre.mk>

.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
BROKEN=		"Does not compile on amd64 or ia64 (missing -fPIC)"
.endif

d36 1
a36 1
.include <bsd.port.post.mk>
@


1.14
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
@
text
@d30 6
d42 1
a42 1
.include <bsd.port.mk>
@


1.13
log
@- Fix COMMENT format

PR:		60143
Submitted by:	Ports Fury
@
text
@d11 1
@


1.12
log
@upgrade to 0.9.0
@
text
@d17 1
a17 1
COMMENT=	Aleph is a multi-threaded functional programming language
@


1.11
log
@Make portlint(1) happy by changing strip to ${STRIP_CMD}

Submitted by:	Oleg Karachevtsev <ok@@etrust.ru>
PR:		56998
@
text
@d10 1
a10 1
PORTVERSION=	0.8.2
d12 1
a12 1
MASTER_SITES=	ftp://ftp.aleph-lang.org/pub/%SUBDIR%/
@


1.10
log
@upgrade to 0.8.2
drop maintainership
@
text
@d33 1
a33 1
	@@strip ${PREFIX}/bin/aleph
@


1.9
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d10 1
a10 1
PORTVERSION=	0.8.1
d16 1
a16 1
MAINTAINER=	ijliao@@FreeBSD.org
@


1.8
log
@Remove USE_NEWGCC, which is no longer supported or required.

Submitted by:   Tilman Linneweh <tilman@@arved.de>
PR:             ports/40571
@
text
@d17 1
@


1.7
log
@upgrade to 0.8.1
@
text
@d6 1
a6 1
# $FreeBSD: ports/lang/aleph/Makefile,v 1.6 2001/07/07 22:01:59 kris Exp $
a17 1
USE_NEWGCC=	yes
@


1.6
log
@Fix plist
@
text
@d6 1
a6 1
# $FreeBSD: ports/lang/aleph/Makefile,v 1.5 2001/06/22 09:27:00 ijliao Exp $
d10 1
a10 1
PORTVERSION=	0.8.0
@


1.5
log
@upgrade to 0.8.0
@
text
@d6 1
a6 1
# $FreeBSD: ports/lang/aleph/Makefile,v 1.4 2001/04/22 11:17:40 ijliao Exp $
d27 1
a27 1
MAN1=	aleph.1
@


1.4
log
@upgrade to 0.7.3
@
text
@d6 1
a6 1
# $FreeBSD: ports/lang/aleph/Makefile,v 1.3 2001/04/14 11:01:16 ijliao Exp $
d10 1
a10 1
PORTVERSION=	0.7.3
@


1.3
log
@- Support CXX/CXXFLAGS/PTHREAD_CFLAGS/PTHREAD_LIBS properly
- Fix pkg-plist
- Strip binaries

PR:		26554
Submitted by:	tkato@@prontomail.ne.jp
@
text
@d6 1
a6 1
# $FreeBSD: ports/lang/aleph/Makefile,v 1.2 2001/03/10 18:53:20 ijliao Exp $
d10 1
a10 1
PORTVERSION=	0.7.2
@


1.2
log
@upgrade to 0.7.2
@
text
@d6 1
a6 1
# $FreeBSD: ports/lang/aleph/Makefile,v 1.1 2001/03/06 17:50:10 ijliao Exp $
d18 1
d20 3
a22 2
USE_NEWGCC=	yes

d25 1
a25 1
PLIST_SUB=	PORTVER=${PORTVERSION}
d31 3
@


1.1
log
@add aleph
Aleph is a multi-threaded functional programming language
@
text
@d6 1
a6 1
# $FreeBSD$
d10 1
a10 1
PORTVERSION=	0.7.1
d22 2
@

