head	1.14;
access;
symbols
	RELEASE_8_3_0:1.13
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.14
date	2012.11.17.05.58.56;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.01.21.17.40.11;	author eadler;	state Exp;
branches;
next	1.12;

1.12
date	2011.07.31.15.07.06;	author jlaffaye;	state Exp;
branches;
next	1.11;

1.11
date	2010.08.18.20.04.09;	author decke;	state Exp;
branches;
next	1.10;

1.10
date	2009.08.19.20.52.43;	author pav;	state Exp;
branches;
next	1.9;

1.9
date	2009.08.11.04.23.00;	author danfe;	state Exp;
branches;
next	1.8;

1.8
date	2008.06.06.13.41.14;	author edwin;	state Exp;
branches;
next	1.7;

1.7
date	2008.03.01.06.22.05;	author marcus;	state Exp;
branches;
next	1.6;

1.6
date	2007.01.24.16.19.21;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2006.10.14.08.35.41;	author marcus;	state Exp;
branches;
next	1.4;

1.4
date	2006.06.08.15.43.43;	author lawrance;	state Exp;
branches;
next	1.3;

1.3
date	2006.02.20.01.28.02;	author kris;	state Exp;
branches;
next	1.2;

1.2
date	2004.10.21.07.50.49;	author sergei;	state Exp;
branches;
next	1.1;

1.1
date	2003.12.14.20.18.35;	author pav;	state Exp;
branches;
next	;


desc
@@


1.14
log
@Switch exporter over
@
text
@# New ports collection makefile for:	SLIB for Guile
# Date created:				3 November 2003
# Whom:					Kimura Fuyuki <fuyuki@@nigredo.org>
#
# $FreeBSD: head/lang/slib-guile/Makefile 300896 2012-07-14 13:54:48Z beat $
#    $MCom: ports/lang/slib-guile/Makefile,v 1.3 2006/10/13 02:32:48 marcus Exp $

PORTNAME=	slib
PORTVERSION=	3b3 # Keep this in sync with lang/slib
PORTREVISION=	1
CATEGORIES=	lang scheme
MASTER_SITES=	# empty
PKGNAMESUFFIX=	-guile
DISTFILES=	# empty

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	SLIB installation for Guile

BUILD_DEPENDS=	${LOCALBASE}/share/slib/require.scm:${PORTSDIR}/lang/slib \
		guile:${PORTSDIR}/lang/guile
RUN_DEPENDS:=	${BUILD_DEPENDS}

NO_BUILD=	yes

do-install:
	${LN} -shf ${PREFIX}/share/slib ${LOCALBASE}/share/guile/1.8/slib
	${LOCALBASE}/bin/guile -q -c \
	"(use-modules (ice-9 slib))(require 'new-catalog)"

.include <bsd.port.mk>
@


1.13
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.12
log
@- Chase guile shared lib bump
- Add an entry to UPDATING
@
text
@d21 1
a21 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.11
log
@- Update slib to 3b3

PR:		ports/148730
Submitted by:	Armin Pirkovitsch <armin at frozen-zone dot org>
Approved by:	beat (co-mentor)
@
text
@d10 1
@


1.10
log
@- Update to 3b2

PR:		ports/137926
Submitted by:	Steve Randall <srandall52@@sbcglobal.net>
@
text
@d9 1
a9 1
PORTVERSION=	3b2 # Keep this in sync with lang/slib
@


1.9
log
@Fix the build.

Inspired by PR:	ports/137151
@
text
@d9 1
a9 1
PORTVERSION=	3b1 # Keep this in sync with lang/slib
d26 2
a27 4
	cd ${PREFIX}/share/guile/1.8/slib && env \
		GUILE_IMPLEMENTATION_PATH=${LOCALBASE}/share/guile/1.8 \
		${LOCALBASE}/bin/guile -q -l guile.init -c \
		"(use-modules (ice-9 slib))(require 'new-catalog)"
@


1.8
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d2 2
a3 2
# Date created:                3 November 2003
# Whom:                        Kimura Fuyuki <fuyuki@@nigredo.org>
d9 1
a9 2
PORTVERSION=	3a4 # Keep this in sync with lang/slib
PORTREVISION=	2
d26 2
a27 1
	cd ${PREFIX}/share/guile/1.8/slib && \
d29 1
a29 1
		"(require 'new-catalog)"
@


1.7
log
@Chase guile update.

PR:		121137
Submitted by:	David Barksdale <amatus@@gnu.org>
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.6
log
@- Sync with lang/slib to 3a4
@
text
@d10 1
d26 2
a27 2
	${LN} -shf ${PREFIX}/share/slib ${LOCALBASE}/share/guile/1.6/slib
	cd ${PREFIX}/share/guile/1.6/slib && \
@


1.5
log
@Presenting GNOME 2.16.1 for FreeBSD.  This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers.

On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE.  This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed.  The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily.  We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.

Back to GNOME 2.16.  This release brings a huge amount of new functionality
to FreeBSD.  The standard release notes can be read at
http://www.gnome.org/start/2.16/ .  But on top of what you will read there,
jylefort and marcus have completed work on a port of HAL to FreeBSD.  This
will allow FreeBSD to take advantage of closer hardware interaction such
as auto-mounting CD-ROMs, USB drives, and music players; auto-playing
audio CDs; and managing laptop power consumption.

But where would this all be without our loyal testers and contributors?
Therefore, the FreeBSD GNOME team would like to thank the following users:

Phillip Neumann <pneumann@@gmail.com>
tmclaugh
mux
Yuri Pankov <yuri.pankov@@gmail.com>
chinsan
Thomas <freebsdlists@@bsdunix.ch>
Brian Gruber <knightbg@@yahoo.com>
Franz Klammer <klammer@@webonaut.com>
Dominique Goncalves <dominique.goncalves@@gmail.com>
Pascal Hofstee <caelian@@gmail.com>
Yasuda Keisuke <kysd@@po.harenet.ne.jp>
backyard <backyard1454-bsd@@yahoo.com>
Andris Raugulis <endrju@@null.lv> <endrju@@null.lv>
Eric L. Chen <d9364104@@mail.nchu.edu.tw>
Pawel Worach <pawel.worach@@gmail.com>
QuiRK on #freebsd-gnome
Shane Bell <decept0@@gmail.com>
luigi
sajd on #freebsd-gnome
sat
Chris Coleman <chrisc@@vmunix.com>
kaeru on #freebsd-gnome
crsd_ via irc.freenode.org/#FreeBSD-GNOME
Joel Diaz <joeldiaz@@mac.com>

Enjoy!

Approved by:	portmgr (implicit, kris)
@
text
@d9 1
a9 2
PORTVERSION=	3a3 # Keep this in sync with lang/slib
PORTREVISION=	3
@


1.4
log
@Unbreak and sync version with slib.

Submitted by:	Robert Backhaus <robbak@@robbak.com>
@
text
@d6 1
a6 1
#
d10 1
d26 4
a29 3
	${LN} -shf ${PREFIX}/share/slib ${LOCALBASE}/share/guile/slib
	${LOCALBASE}/bin/guile -c \
		"(use-modules (ice-9 slib)) (require 'new-catalog)"
@


1.3
log
@BROKEN: Does not install
@
text
@d9 1
a9 1
PORTVERSION=	3a1 # Keep this in sync with lang/slib
a21 2
BROKEN=		Does not install

@


1.2
log
@- Reset maintainership to ports@@FreeBSD.org

PR:		ports/72950
Submitted by:	Kimura Fuyuki (maintainer)
@
text
@d22 2
@


1.1
log
@- Update to 3a1
- Split into two ports - interpreter independent library and installation
  into guile
- Give maintainership to submitter

PR:		ports/56393, ports/59888
Submitted by:	Kimura Fuyuki <fuyuki@@nigredo.org>
@
text
@d15 1
a15 1
MAINTAINER=	fuyuki@@nigredo.org
@

