head	1.26;
access;
symbols
	RELEASE_6_2_0:1.25
	RELEASE_6_1_0:1.22
	RELEASE_5_5_0:1.22
	RELEASE_6_0_0:1.18
	RELEASE_5_4_0:1.15
	RELEASE_4_11_0:1.15
	RELEASE_5_3_0:1.14
	RELEASE_4_10_0:1.12
	RELEASE_5_2_1:1.9
	RELEASE_5_2_0:1.9
	RELEASE_4_9_0:1.9
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	old_RELEASE_4_6_0:1.1;
locks; strict;
comment	@# @;


1.26
date	2007.01.05.17.08.37;	author miwi;	state dead;
branches;
next	1.25;

1.25
date	2006.09.02.16.51.03;	author kris;	state Exp;
branches;
next	1.24;

1.24
date	2006.08.15.00.29.09;	author clsung;	state Exp;
branches;
next	1.23;

1.23
date	2006.05.09.20.52.23;	author edwin;	state Exp;
branches;
next	1.22;

1.22
date	2006.02.23.10.37.44;	author ade;	state Exp;
branches;
next	1.21;

1.21
date	2006.02.12.22.30.20;	author kris;	state Exp;
branches;
next	1.20;

1.20
date	2005.11.15.06.49.58;	author ade;	state Exp;
branches;
next	1.19;

1.19
date	2005.09.28.07.55.31;	author linimon;	state Exp;
branches;
next	1.18;

1.18
date	2005.06.02.20.28.35;	author oliver;	state Exp;
branches;
next	1.17;

1.17
date	2005.04.12.03.25.53;	author obrien;	state Exp;
branches;
next	1.16;

1.16
date	2005.04.11.08.02.58;	author obrien;	state Exp;
branches;
next	1.15;

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

1.14
date	2004.09.29.04.32.42;	author kris;	state Exp;
branches;
next	1.13;

1.13
date	2004.06.04.17.29.24;	author ade;	state Exp;
branches;
next	1.12;

1.12
date	2004.03.14.06.16.51;	author ade;	state Exp;
branches;
next	1.11;

1.11
date	2004.02.04.05.21.44;	author marcus;	state Exp;
branches;
next	1.10;

1.10
date	2003.12.12.10.19.12;	author linimon;	state Exp;
branches;
next	1.9;

1.9
date	2003.09.04.14.11.25;	author edwin;	state Exp;
branches;
next	1.8;

1.8
date	2003.07.24.12.39.43;	author krion;	state Exp;
branches;
next	1.7;

1.7
date	2003.06.04.18.58.11;	author adamw;	state Exp;
branches;
next	1.6;

1.6
date	2003.04.09.18.27.52;	author arved;	state Exp;
branches;
next	1.5;

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

1.4
date	2002.08.21.09.24.23;	author kevlo;	state Exp;
branches;
next	1.3;

1.3
date	2002.07.25.18.19.56;	author pat;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.26
log
@2006-12-01 misc/instant-workstation: Incomplete pkg-plist
2006-12-01 lang/yap: Does not compile
2006-12-01 lang/tensile: "Coredump during build on FreeBSD >= 6.x"
@
text
@# ex:ts=8
# Ports collection makefile for:	tensile
# Date created:			May 6, 2002
# Whom:				ijliao
#
# $FreeBSD: ports/lang/tensile/Makefile,v 1.25 2006/09/02 16:51:03 kris Exp $
#

PORTNAME=	tensile
PORTVERSION=	0.9
PORTREVISION=	1
PORTEPOCH=	1
CATEGORIES=	lang
MASTER_SITES=	http://unixpages.org/distfiles/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Programming language designed for especially complex processing texts

LIB_DEPENDS=	utils.1:${PORTSDIR}/lang/libutils

BROKEN=		Segfault during build
DEPRECATED=	${BROKEN}
EXPIRATION_DATE=2006-12-01

USE_AUTOTOOLS=	libltdl:15
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS=	--disable-module-postgres
MAKE_ARGS=	CFLAGS="${CFLAGS}"
USE_LDCONFIG=	yes

MAN1=		sl.1 sla.1
MAN7=		docstrip.7t sl_crypt.7t sl_files.7t sl_fpmath.7t sl_int64.7t \
		sl_ncurses.7t sl_postgres.7t sl_rand.7t sl_readline.7t

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 600000
BROKEN=		"Coredump during build on FreeBSD >= 6.x"
.endif

.if ${OSVERSION} < 400010
LIB_DEPENDS+=	ncurses.5:${PORTSDIR}/devel/ncurses
.endif

post-patch:
	@@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
		's|= -module$$|= -module -avoid-version|g'

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


1.25
log
@Schedule these broken ports for termination on 2006-12-01
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.24
log
@- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
@
text
@d22 2
@


1.23
log
@Remove USE_REINPLACE from the categories starting with L
@
text
@d31 1
a31 1
INSTALLS_SHLIB=	yes
@


1.22
log
@Conversion to a single libtool environment.

Approved by:	portmgr (kris)
@
text
@a23 1
USE_REINPLACE=	yes
@


1.21
log
@BROKEN: Coredump during build
@
text
@d23 1
a23 1
USE_AUTOTOOLS=	libltdl:15 libtool:15
d26 1
a26 1
LIBTOOLFLAGS=	# none
@


1.20
log
@Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
@
text
@d21 2
@


1.19
log
@Remove obsolete mastersites.

Source:		distfile survey
@
text
@d21 1
a21 1
USE_LIBLTDL=	yes
a23 1
USE_LIBTOOL_VER=15
@


1.18
log
@change the libtool version to use from 1.3 to 1.5
@
text
@d14 1
a14 3
MASTER_SITES=	http://savannah.gnu.org/download/nsl/ \
		http://iling.nw.ru/~artem/downloads/ \
		http://unixpages.org/distfiles/
@


1.17
log
@At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
@
text
@d26 1
a26 1
USE_LIBTOOL_VER=13
@


1.16
log
@Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
@
text
@d28 1
a28 1
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
@


1.15
log
@BROKEN on 6.x: Coredump during build
@
text
@d28 1
a28 1
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@


1.14
log
@Now builds on 5.x

Approved by:	portmgr (self)
@
text
@d41 4
@


1.13
log
@Sync with new bsd.autotools.mk
@
text
@a44 4
.if ${OSVERSION} >= 500113
BROKEN=		"Does not install on FreeBSD ${OSVERSION}"
.endif

@


1.12
log
@Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
@
text
@d21 1
a21 2
LIB_DEPENDS=	utils.1:${PORTSDIR}/lang/libutils \
		ltdl.4:${PORTSDIR}/devel/libltdl
d23 1
@


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

(Part 2)
@
text
@d26 1
a26 1
USE_LIBTOOL=	yes
@


1.10
log
@Mark as broken on 5.x due to the usual gcc3.3-induced bitrot.  Pet portlint.
@
text
@d11 1
@


1.9
log
@add dependency on libltdl to lang/tensile

	Bento reports this port has a missing dependency on libltdl.

PR:		ports/56418
Submitted by:	Mark Linimon <linimon@@lonesome.com>
@
text
@d18 1
a18 1
COMMENT=	A programming languages designed for especially complex processing texts
d42 4
@


1.8
log
@- Update to version 0.9

PR:		54804
Submitted by:	KATO Tsuguru <tkato@@prontomail.com>
Approved by:	fjoe (mentor) (implicit)
@
text
@d20 2
a21 1
LIB_DEPENDS=	utils.1:${PORTSDIR}/lang/libutils
@


1.7
log
@Assign MAINTAINER to ports@@FreeBSD.org.

PR:		ports/52534
Submitted by:	Christian Brueffer <chris@@unixpages.org>
@
text
@d10 2
a11 1
PORTVERSION=	0.9p8
a15 1
DISTNAME=	${PORTNAME}-${PORTVERSION:S/p/pre/}
d18 1
a18 1
COMMENT=	The New Scripting Language
d20 1
a20 1
BROKEN=		"Does not compile"
d22 2
a23 3
LIB_DEPENDS=	utils:${PORTSDIR}/lang/libutils

INSTALLS_SHLIB=	yes
d25 3
a27 2
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
d29 7
d42 4
@


1.6
log
@Mark broken. Does not compile

PR:		50755
Submitted by:	brueffer (maintainer)
@
text
@d17 1
a17 1
MAINTAINER=	chris@@unixpages.org
@


1.5
log
@De-pkg-comment.
@
text
@d20 2
@


1.4
log
@Update to version 0.9p8

PR: 41593
Submitted by: MAINTAINER
@
text
@d18 1
@


1.3
log
@- Update to 0.9p7
- Give maintainership to submitter
- Sort pkg-plist
- Use LOCALBASE for path of libutils.la

PR:		ports/40985
Submitted by:	Christian Brueffer <chris@@unixpages.org>
@
text
@d10 1
a10 1
PORTVERSION=	0.9p7
@


1.2
log
@upgrade to 0.9p5
@
text
@d10 1
a10 1
PORTVERSION=	0.9p5
d13 2
a14 1
		http://iling.nw.ru/~artem/downloads/
d17 1
a17 1
MAINTAINER=	ports@@FreeBSD.org
d21 1
@


1.1
log
@add nsl 0.9
The New Scripting Language
@
text
@d2 1
a2 1
# Ports collection makefile for:	nsl
d9 2
a10 2
PORTNAME=	nsl
PORTVERSION=	0.9
d14 1
@

