head	1.21;
access;
symbols
	RELEASE_8_3_0:1.19
	RELEASE_9_0_0:1.19
	RELEASE_7_4_0:1.18
	RELEASE_8_2_0:1.18
	RELEASE_6_EOL:1.18
	RELEASE_8_1_0:1.18
	RELEASE_7_3_0:1.18
	RELEASE_8_0_0:1.18
	RELEASE_7_2_0:1.18
	RELEASE_7_1_0:1.18
	RELEASE_6_4_0:1.18
	RELEASE_5_EOL:1.16
	RELEASE_7_0_0:1.12
	RELEASE_6_3_0:1.12
	PRE_XORG_7:1.11
	RELEASE_4_EOL:1.11
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4;
locks; strict;
comment	@# @;


1.21
date	2013.03.19.19.20.37;	author svnexp;	state Exp;
branches;
next	1.20;

1.20
date	2012.11.17.05.58.56;	author svnexp;	state Exp;
branches;
next	1.19;

1.19
date	2011.09.23.22.23.47;	author amdmi3;	state Exp;
branches;
next	1.18;

1.18
date	2008.08.21.23.00.20;	author gahr;	state Exp;
branches;
next	1.17;

1.17
date	2008.08.21.06.17.31;	author rafan;	state Exp;
branches;
next	1.16;

1.16
date	2008.05.09.17.11.13;	author itetcu;	state Exp;
branches;
next	1.15;

1.15
date	2008.04.06.10.03.46;	author rafan;	state Exp;
branches;
next	1.14;

1.14
date	2008.01.29.19.27.17;	author erwin;	state Exp;
branches;
next	1.13;

1.13
date	2008.01.29.09.38.31;	author vanilla;	state Exp;
branches;
next	1.12;

1.12
date	2007.10.04.01.25.18;	author edwin;	state Exp;
branches;
next	1.11;

1.11
date	2006.12.14.12.52.25;	author miwi;	state Exp;
branches;
next	1.10;

1.10
date	2006.12.12.21.32.36;	author miwi;	state Exp;
branches;
next	1.9;

1.9
date	2006.12.05.15.03.41;	author jmelo;	state Exp;
branches;
next	1.8;

1.8
date	2006.09.07.20.21.33;	author ehaupt;	state Exp;
branches;
next	1.7;

1.7
date	2006.08.17.16.42.03;	author rafan;	state Exp;
branches;
next	1.6;

1.6
date	2006.07.16.21.09.05;	author linimon;	state Exp;
branches;
next	1.5;

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

1.4
date	2006.02.23.10.37.44;	author ade;	state Exp;
branches;
next	1.3;

1.3
date	2005.12.10.18.51.02;	author flz;	state Exp;
branches;
next	1.2;

1.2
date	2005.11.15.06.49.58;	author ade;	state Exp;
branches;
next	1.1;

1.1
date	2005.10.31.14.42.19;	author garga;	state Exp;
branches;
next	;


desc
@@


1.21
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314640
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# New ports collection makefile for:   see-devel
# Date created:        29 Oct 2005
# Whom:                Simun Mikecin <numisemis@@yahoo.com>
#
# $FreeBSD: head/lang/see-devel/Makefile 314640 2013-03-19 13:04:30Z eadler $
#

PORTNAME=	see
PORTVERSION=	3.0.1376
PORTREVISION=	2
CATEGORIES=	lang devel
MASTER_SITES=	http://www.evolane.com/download/mirror/etcl/ \
		http://www.evolane.fr/download/mirror/etcl/
PKGNAMESUFFIX=	-devel

MAINTAINER=	numisemis@@yahoo.com
COMMENT=	Simple ECMAScript Engine (SEE)

OPTIONS=	GC "Use Boehm-Weiser garbage collection package" on \
		OPTIMIZED_CFLAGS "Enable some additional optimizations" off \
		SEE_DEBUG "Internal SEE library debugging" off \
		MULTIPLE_THREADS "Enable thread-safety" on

CONFLICTS=	see-[0-9]*

USES=	pathfix
USE_LDCONFIG=	yes
USE_PERL5_BUILD=yes
GNU_CONFIGURE=	yes

CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}

.include <bsd.port.pre.mk>

.if defined(WITH_MULTIPLE_THREADS)
CFLAGS+=	-DMULTIPLE_THREADS
.endif

.if !defined(WITH_SEE_DEBUG)
CFLAGS+=	-DNDEBUG
.endif

.if defined(WITH_OPTIMIZED_CFLAGS)
CFLAGS+=	-O3 -fomit-frame-pointer
.endif

.if defined(WITH_GC)
LIB_DEPENDS+=	gc:${PORTSDIR}/devel/boehm-gc
.else
CONFIGURE_ARGS+=	--without-boehm-gc
.if !defined(WITH_MULTIPLE_THREADS)
PTHREAD_CFLAGS=
PTHREAD_LIBS=
.endif
.endif

post-patch:
	@@${REINPLACE_CMD} -e "s|PACKAGE_BUGREPORT='leonard@@users|PACKAGE_BUGREPORT='leonard\\\@@users|" \
		${WRKSRC}/configure

.if !defined(NOPORTDOCS)
post-install:
	${MKDIR} ${DOCSDIR}
.for f in doc/USAGE.html AUTHORS NEWS README TODO COPYING
	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif

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


1.20
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/lang/see-devel/Makefile 300896 2012-07-14 13:54:48Z beat $
d26 1
a26 1
USE_GNOME=	gnomehack
@


1.19
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.18
log
@- Import two bug-fixes from upstream

PR:		126713
Submitted by:	Simun Mikecin <numisemis@@yahoo.com> (maintainer)
@
text
@d31 2
a32 2
CONFIGURE_ENV=	LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
		CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}"
@


1.17
log
@Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.16
log
@- add new option MULTIPLE_THREADS. With this option enabled libsee/dtoa.c is
compiled with proper thread locking.
- bump PORTVERSION

PR:		ports/122525
Submitted by:	maintainer
@
text
@a32 1
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@


1.15
log
@- Update to 3.0.1376
- Change MASTER_SITES to submitter's mirror site

PR:		ports/122330
Submitted by:	Simun Mikecin <numisemis at yahoo.com> (maintainer)
@
text
@d10 1
d21 2
a22 1
		SEE_DEBUG "Internal SEE library debugging" off
d37 4
d53 1
d57 1
@


1.14
log
@Fix fetching by spelling MASTER_SITE_LOCAL with only one S

Submitted by:	pointyhat
@
text
@d9 1
a9 1
DISTVERSION=	2.1.1293
d11 2
a12 2
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	vanilla
a13 1
DISTNAME=	${PORTNAME}-${DISTVERSION}_snapshot
d24 1
@


1.13
log
@Upgrade to 2.1.1293.

PR:		ports/120082
Submitted by:	maintainer
@
text
@d11 1
a11 1
MASTER_SITES=	${MASTER_SITES_LOCAL}
@


1.12
log
@Remove always-false/true conditions based on OSVERSION 500000
@
text
@d9 1
a9 2
PORTVERSION=	2.0.1131
PORTREVISION=	3
d11 2
a12 2
MASTER_SITES=	http://www.powerband.net.au/~david.leonard/ \
		http://freshmeat.net/redir/see/45974/url_tgz/
d14 1
a24 3
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
LATEST_LINK=	${PORTNAME}${PKGNAMESUFFIX}

@


1.11
log
@- Add DEBUG knob

PR:		ports/106665
Submitted by:	Simun Mikecin <numisemis@@yahoo.com> (maintainer)
@
text
@a37 4
.if ${OSVERSION} < 500000
BROKEN=	does not build on 4.x
.endif

@


1.10
log
@- Fix UTF8 decoding

PR:		ports/106635
Submitted by:	Simun Mikecin <numisemis@@yahoo.com> (maintainer)
@
text
@d10 1
a10 1
PORTREVISION=	2
d20 2
a21 1
		OPTIMIZED_CFLAGS "Enable some additional optimizations" off
d42 4
@


1.9
log
@- Update mastersite.

PR:		ports/105691
Submitted by:	Simun Mikecin <numisemis@@yahoo.com> (maintainer)
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.8
log
@- Provide a patch to fix daylight saving calculations
- Bump PORTREVISION

PR:		102895
Submitted by:	Simun Mikecin <numisemis@@yahoo.com> (maintainer)
@
text
@d12 1
a12 1
MASTER_SITES=	http://www.adaptive-enterprises.com.au/~d/software/see/ \
@


1.7
log
@- Update to 2.0.1131, unbreak it
- Update maintainer's email
- -O2 -> -O3 if WITH_OPTIMIZED_CFLAGS
- s/INSTALLS_SHLIB/USE_LDCONFIG/

PR:		ports/102145
Submitted by:	Simun Mikecin <numisemis at yahoo.com> (maintainer)
@
text
@d10 1
@


1.6
log
@Mark as broken: fail to install.
@
text
@d3 1
a3 1
# Whom:                Simun Mikecin <sime@@logos.hr>
d9 1
a9 2
PORTVERSION=	1.3
PORTREVISION=	1
d11 2
a12 4
MASTER_SITES=	ftp://ftp.osuosl.org/pub/FreeBSD/distfiles/ \
		http://mirror.arcticnetwork.ca/pub/FreeBSD/distfiles/ \
		http://ftp3.ie.freebsd.org/pub/FreeBSD/distfiles/ \
		http://www.adaptive-enterprises.com.au/~d/software/see/
a13 1
DISTNAME=	${PORTNAME}-${PORTVERSION}-20050609-gerry
d15 1
a15 1
MAINTAINER=	sime@@logos.hr
a17 2
BROKEN=		fails to install

d26 1
a26 3
USE_ZIP=	yes
INSTALLS_SHLIB=	yes
USE_GMAKE=	yes
d36 4
d41 1
a41 1
CFLAGS+=	-O2 -fomit-frame-pointer
d53 1
a53 1
	@@${REINPLACE_CMD} -e "s|PACKAGE_BUGREPORT='dleonard@@users|PACKAGE_BUGREPORT='dleonard\\\@@users|" \
@


1.5
log
@Remove USE_REINPLACE from the categories starting with L
@
text
@d22 2
@


1.4
log
@Conversion to a single libtool environment.

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


1.3
log
@- Add new locations in MASTER_SITES.

PR:		ports/90202
Submitted by:	maintainer
@
text
@d10 1
a31 1
GNU_CONFIGURE=	yes
d35 1
a35 1
USE_AUTOTOOLS=	libtool:15
@


1.2
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
@d11 4
a14 1
MASTER_SITES=	http://www.adaptive-enterprises.com.au/~d/software/see/
@


1.1
log
@Library that provides an ECMAScript (JavaScript) run-time environment.

WWW: http://www.adaptive-enterprises.com.au/~d/software/see/

PR:		ports/88178
Submitted by:	Simun Mikecin <sime@@logos.hr>
@
text
@d32 1
a32 1
USE_LIBTOOL_VER=15
@

