head	1.16;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.3;
locks; strict;
comment	@# @;


1.16
date	2013.03.08.21.25.40;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2012.11.17.05.58.50;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2012.09.10.19.19.32;	author beat;	state Exp;
branches;
next	1.13;

1.13
date	2012.07.29.11.17.02;	author cs;	state Exp;
branches;
next	1.12;

1.12
date	2012.06.01.05.21.17;	author dinoex;	state Exp;
branches;
next	1.11;

1.11
date	2012.02.19.07.09.58;	author rm;	state Exp;
branches;
next	1.10;

1.10
date	2011.09.23.22.23.43;	author amdmi3;	state Exp;
branches;
next	1.9;

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

1.8
date	2010.11.20.15.36.43;	author kwm;	state Exp;
branches;
next	1.7;

1.7
date	2010.08.08.08.56.39;	author beat;	state Exp;
branches;
next	1.6;

1.6
date	2010.05.31.01.59.32;	author ade;	state Exp;
branches;
next	1.5;

1.5
date	2010.05.10.21.18.19;	author kwm;	state Exp;
branches;
next	1.4;

1.4
date	2010.03.28.06.38.53;	author dinoex;	state Exp;
branches;
next	1.3;

1.3
date	2010.02.05.11.40.14;	author dinoex;	state Exp;
branches;
next	1.2;

1.2
date	2009.12.19.12.28.34;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2009.11.28.20.06.32;	author marcus;	state Exp;
branches;
next	;


desc
@@


1.16
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313633
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Pawel Worach <pawel.worach@@gmail.com>
# $FreeBSD: head/lang/gjs/Makefile 313633 2013-03-08 10:51:34Z kwm $
#   $MCom: ports/lang/gjs/Makefile,v 1.28 2012/10/18 08:57:51 kwm Exp $

PORTNAME=	gjs
PORTVERSION=	1.32.0
PORTREVISION=	1
CATEGORIES=	lang gnome
MASTER_SITES=	GNOME
DIST_SUBDIR=	gnome3

MAINTAINER=	gnome@@FreeBSD.org
COMMENT=	GNOME Javascript binding

BUILD_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \
		spidermonkey185>=1.8.5:${PORTSDIR}/lang/spidermonkey185
LIB_DEPENDS=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
		cairo:${PORTSDIR}/graphics/cairo \
		mozjs185:${PORTSDIR}/lang/spidermonkey185

USE_XZ=		yes
USE_GETTEXT=	yes
USE_GMAKE=	yes
USE_PYTHON_BUILD=yes
USE_AUTOTOOLS=	libtool
USE_GNOME=	gnomeprefix gnomehack intlhack glib20 ltverhack
USE_PKGCONFIG=	build
USE_LDCONFIG=	yes
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

post-patch:
	${REINPLACE_CMD} -e 's|/usr/bin/python|/usr/bin/env python|g' \
		${WRKSRC}/scripts/make-tests

.include <bsd.port.mk>
@


1.15
log
@Switch exporter over
@
text
@d1 3
a3 7
# New ports collection makefile for:   gjs
# Date created:        14 Aug 2009
# Whom:                Pawel Worach <pawel.worach@@gmail.com>
#
# $FreeBSD: head/lang/gjs/Makefile 304053 2012-09-10 19:19:32Z beat $
#   $MCom: ports/lang/gjs/Makefile,v 1.12 2010/11/15 20:14:53 kwm Exp $
#
d6 2
a7 2
PORTVERSION=	0.7.7
PORTREVISION=	2
d10 1
a10 1
DIST_SUBDIR=	gnome2
d13 1
a13 1
COMMENT=	GNOME JavaScript binding
d15 5
a19 2
BUILD_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
LIB_DEPENDS=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
d21 1
a21 2
USE_GECKO=	libxul19
USE_BZIP2=	yes
d24 1
a24 1
USE_PYTHON_BUILD=	yes
d27 1
a31 6
.include <bsd.port.pre.mk>

.if ${OSVERSION} < 700000
BROKEN=		does not link on 6.x
.endif

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


1.14
log
@SVN rev 304053 on 2012-09-10 19:19:32Z by beat

- Move libxul 1.9.2 to www/libxul19
- Update www/libxul to 10.0.7
- Update all dependent ports to use www/libxul19 (no functional changes)
- Bump PORTREVISION on ports where libxul is a run dependency as the
  resulting package will change.

Submitted by:	Jan Beich <jbeich@@tormail.org>
With hat:	gecko
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@SVN rev 301684 on 2012-07-29 11:17:02Z by cs

Fix typos in COMMENT

Approved by:	portmgr@@ (implicit)
@
text
@d11 1
a11 1
PORTREVISION=	1
d22 1
a22 1
USE_GECKO=	libxul
@


1.12
log
@- update png to 1.5.10
@
text
@d17 1
a17 1
COMMENT=	GNOME Javascript binding
@


1.11
log
@- change USE_PYTHON=build with USE_PYTHON_BUILD=yes (non-functional change)
@
text
@d11 1
@


1.10
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
@d25 1
a25 1
USE_PYTHON=	build
@


1.9
log
@Sync to new bsd.autotools.mk
@
text
@d29 2
a30 2
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"
@


1.8
log
@Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.32/

This will be the last release of the GNOME 2.x series, mainly a bugfix and
bridge release to the first release of the GNOME 3.x series.

This release features commits by avl, marcus, mezz and myself.

The FreeBSD GNOME Team would like to thank the following contributors and
testers for there help with this release:

Zane C.B. <vvelox@@vvelox.net>
romain@@
Olaf Seibert <O.Seibert@@cs.ru.nl>
DomiX
Bapt <baptiste.daroussin@@gmail.com>
jsa@@
miwi@@
Sergio de Almeida Lenzi <lenzi.sergio@@gmail.com>
Maxim Samsonov <xors@@mne.ru>
Kris Moore

And pav@@ for 2 exp-runs

PR:		ports/152255
		ports/143260
		ports/141033
		ports/149629
		ports/150350
		ports/151523
With hat:	gnome@@
@
text
@d26 1
a26 1
USE_AUTOTOOLS=	libtool:22
@


1.7
log
@- Bump PORTREVISION after libxul update

PR:		ports/149044
Expr-run by:	pav@@
Approved by:	portmgr (pav)
@
text
@d6 1
a6 1
#   $MCom: ports/lang/gjs/Makefile,v 1.5 2010/03/20 01:14:31 marcus Exp $
d10 1
a10 2
PORTVERSION=	0.6
PORTREVISION=	2
@


1.6
log
@Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
@
text
@d11 1
a11 1
PORTREVISION=	1
@


1.5
log
@Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .

This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.

Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.

Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues.

This release features commits by avl, ahze, bland, marcus, mezz, and myself.

The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the
initual packagekit porting.

And the following contributors & testers for there help with this release:
Eric L. Chen
Vladimir Grebenschikov
Sergio de Almeida Lenzi
DomiX
walder
crsd
Kevin Oberman
Michal Varga
Pavel Plesov
Bapt
kevin

and ITetcu for two exp-run

PR:	ports/143852
	ports/145347
	ports/144980
	ports/145830
	ports/145511
@
text
@d11 1
@


1.4
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d6 1
a6 1
#   $MCom: ports/lang/gjs/Makefile,v 1.2 2009/08/27 16:02:10 kwm Exp $
d10 1
a10 2
PORTVERSION=	0.4
PORTREVISION=	2
@


1.3
log
@- update to jpeg-8
@
text
@d11 1
a11 1
PORTREVISION=	1
@


1.2
log
@- Mark BROKEN on 6.x: does not link

Reported by:	pointyhat
@
text
@d11 1
@


1.1
log
@Presenting GNOME 2.28.1 for FreeBSD.  The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.

On the FreeBSD front, though, a lot went into this release.  Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration.  Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.

But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.

Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).

The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:

Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)

We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.

PR:		136676
		136967
		138872 (obsolete with new epiphany-webkit)
		139160
		134737
		139941
		140097
		140838
		140929
@
text
@d32 6
d42 1
a42 1
.include <bsd.port.mk>
@

