head	1.28;
access;
symbols
	RELEASE_5_0_0:1.27
	RELEASE_4_7_0:1.27
	RELEASE_4_6_2:1.25
	RELEASE_4_6_1:1.25
	RELEASE_4_6_0:1.25
	RELEASE_5_0_DP1:1.25
	RELEASE_4_5_0:1.25
	RELEASE_4_4_0:1.25
	RELEASE_4_3_0:1.22
	RELEASE_4_2_0:1.21
	RELEASE_4_1_1:1.20
	RELEASE_4_1_0:1.20
	RELEASE_3_5_0:1.19
	RELEASE_4_0_0:1.13
	RELEASE_3_4_0:1.11
	RELEASE_3_3_0:1.8
	RELEASE_3_2_0:1.5
	RELEASE_3_1_0:1.2
	gnomemc_4_5_9:1.1.1.1
	REG:1.1.1;
locks; strict;
comment	@# @;


1.28
date	2003.02.09.20.16.29;	author fjoe;	state dead;
branches;
next	1.27;

1.27
date	2002.08.11.12.58.20;	author fjoe;	state Exp;
branches;
next	1.26;

1.26
date	2002.08.11.12.37.43;	author fjoe;	state Exp;
branches;
next	1.25;

1.25
date	2001.09.11.16.25.07;	author sobomax;	state Exp;
branches;
next	1.24;

1.24
date	2001.05.11.16.36.41;	author ade;	state Exp;
branches;
next	1.23;

1.23
date	2001.05.04.21.39.50;	author ade;	state Exp;
branches;
next	1.22;

1.22
date	2001.02.05.21.00.52;	author olgeni;	state Exp;
branches;
next	1.21;

1.21
date	2000.10.05.07.17.25;	author reg;	state Exp;
branches;
next	1.20;

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

1.19
date	2000.06.01.16.10.16;	author ade;	state Exp;
branches;
next	1.18;

1.18
date	2000.05.24.03.02.55;	author ade;	state Exp;
branches;
next	1.17;

1.17
date	2000.04.10.19.54.52;	author cpiazza;	state Exp;
branches;
next	1.16;

1.16
date	2000.04.10.00.39.23;	author cpiazza;	state Exp;
branches;
next	1.15;

1.15
date	2000.04.08.06.32.46;	author reg;	state Exp;
branches;
next	1.14;

1.14
date	2000.03.25.23.17.00;	author reg;	state Exp;
branches;
next	1.13;

1.13
date	2000.01.29.22.11.14;	author reg;	state Exp;
branches;
next	1.12;

1.12
date	99.12.24.10.46.01;	author nakai;	state Exp;
branches;
next	1.11;

1.11
date	99.12.04.19.08.11;	author steve;	state Exp;
branches;
next	1.10;

1.10
date	99.11.09.09.55.31;	author nakai;	state Exp;
branches;
next	1.9;

1.9
date	99.10.14.09.27.50;	author nakai;	state Exp;
branches;
next	1.8;

1.8
date	99.08.31.02.58.18;	author peter;	state Exp;
branches;
next	1.7;

1.7
date	99.08.22.04.04.28;	author steve;	state Exp;
branches;
next	1.6;

1.6
date	99.05.30.03.57.33;	author steve;	state Exp;
branches;
next	1.5;

1.5
date	99.05.09.17.16.07;	author steve;	state Exp;
branches;
next	1.4;

1.4
date	99.04.08.18.08.38;	author steve;	state Exp;
branches;
next	1.3;

1.3
date	99.03.09.01.09.06;	author nectar;	state Exp;
branches;
next	1.2;

1.2
date	99.02.12.02.33.17;	author asami;	state Exp;
branches;
next	1.1;

1.1
date	99.01.31.20.57.11;	author vanilla;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.01.31.20.57.11;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.28
log
@obsolete due to upgrade of master port (ports/misc/mc) to version 4.6.0
@
text
@# New ports collection makefile for:	gnomemc
# Date created:		26 January 1999
# Whom:			Jeremy Lea <reg@@shale.csir.co.za>
#
# $FreeBSD: ports/x11-fm/gnomemc/Makefile,v 1.27 2002/08/11 12:58:20 fjoe Exp $
#

PORTNAME=	gnomemc
PORTREVISION=	0
CATEGORIES=	x11-fm gnome
DISTNAME=	mc-${PORTVERSION}
USE_X_PREFIX=   yes
WITHOUT_SLANG=	yes
WITHOUT_ICONV=	yes
WITHOUT_ISPELL=	yes
MASTERDIR=	${.CURDIR}/../../misc/mc

.include "${MASTERDIR}/Makefile"
@


1.27
log
@define WITHOUT_ICONV, WITHOUT_ISPELL
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.26
log
@This port is no longer used in GNOME so take maintainership and
use ports/misc/mc as master port.

Approved by:	gnome@@freebsd.org
@
text
@d14 2
@


1.25
log
@Update to 4.5.55.
@
text
@d9 1
a9 1
PORTVERSION=	4.5.55
a10 2
MASTER_SITES=	${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR=	stable/sources/mc
d12 3
d16 1
a16 17
MAINTAINER=	gnome@@FreeBSD.org

USE_X_PREFIX=	yes
USE_GMAKE=	yes
USE_GNOME=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--without-edit -with-ncurses
CONFIGURE_ENV=	CPPFLAGS=-I${LOCALBASE}/include \
		LDFLAGS=-L${LOCALBASE}/lib
CONFIGURE_TARGET=	--target=${MACHINE_ARCH}-unknown-freebsd${OSREL}

post-patch:
	@@find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
		's|\$\(libdir\)/mc|\$\(datadir\)/mc|g ; \
		 s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'

.include <bsd.port.mk>
@


1.24
log
@SWitch maintainership of core GNOME ports to a small group of
committers (gnome@@FreeBSD.org), since this is now definitely too big
for just one person.
@
text
@d5 1
a5 1
# $FreeBSD: ports/x11-fm/gnomemc/Makefile,v 1.23 2001/05/04 21:39:50 ade Exp $
d9 1
a9 1
PORTVERSION=	4.5.54
d22 3
a24 2
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LIBS="-L${LOCALBASE}/lib"
d27 3
a29 2
	@@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
		's|\$\(libdir\)/mc|\$\(datadir\)/mc|g'
@


1.23
log
@Update to GNOME 1.4 -- massive changes all around, for the sake of
CVS repo bloat, I'll only list the updates.

  graphics/imlib		1.9.9  -> 1.9.10
  textproc/xml-i18n-tools	0.8    -> 0.8.1
  x11/gnomelibs			1.2.11 -> 1.2.13
  devel/oaf			0.6.2  -> 0.6.5
  devel/gconf			0.12   -> 1.0.0
  devel/gnomevfs		0.5    -> 1.0
  graphics/gdk-pixbuf		0.9.0  -> 0.11.0
  sysutils/gnomecontrolcenter	1.2.2  -> 1.4.0.1
  print/gnomeprint		0.25   -> 0.28
  devel/bonobo			0.37   -> 1.0.3
  audio/gnomeaudio		1.0.0  -> 1.4.0
  x11/gnomecore			1.2.4  -> 1.4.0.3
  devel/libgtop			1.0.11 -> 1.0.12
  x11/gnomeapplets		1.2.4  -> 1.4.0.1
  misc/gnomeuserdocs		          NEW 1.4.1
  misc/gnomeutils		1.2.1  -> 1.4.0
  deskutils/gnomepim		1.2.0  -> 1.4.0
  games/gnomegames		1.2.0  -> 1.4.0.1
  print/ggv			0.95   -> 1.0
  editors/ghex			1.1.4  -> 1.2
  devel/bugbuddy		1.2    -> 2.0.1
  devel/glade			0.5.11 -> 0.6.2
  sysutils/gtop			1.0.12 -> 1.0.13
  x11/xalf			          NEW 0.11
  x11-toolkits/py-gtk		0.6.6  -> 0.6.7
  x11-toolkits/py-gnome		1.0.53 -> 1.4.0
  x11-toolkits/guile-gtk	0.19   -> 0.20
  x11-toolkits/guile-gnome	0.10   -> 0.20
  devel/libsigc++		1.0.1  -> 1.0.3
  x11-toolkits/gnome--		1.1.15 -> 1.1.17
  x11-toolkits/panel--		          NEW 0.1
  x11-fm/gnomemc		4.5.51 -> 4.5.54
@
text
@d5 1
a5 1
# $FreeBSD: ports/x11-fm/gnomemc/Makefile,v 1.22 2001/02/05 21:00:52 olgeni Exp $
d15 1
a15 1
MAINTAINER=	reg@@FreeBSD.org
@


1.22
log
@Spaces -> tabs in ports/x11-fm.
@
text
@d5 1
a5 1
# $FreeBSD: ports/x11-fm/gnomemc/Makefile,v 1.21 2000/10/05 07:17:25 reg Exp $
d9 1
a9 1
PORTVERSION=	4.5.51
d24 4
@


1.21
log
@Implement USE_GNOME, part 2.
@
text
@d5 1
a5 1
# $FreeBSD: ports/x11-fm/gnomemc/Makefile,v 1.20 2000/07/05 22:03:34 ade Exp $
d9 1
a9 1
PORTVERSION= 	4.5.51
@


1.20
log
@Update to 4.5.51
@
text
@d5 1
a5 1
# $FreeBSD: ports/x11-fm/gnomemc/Makefile,v 1.19 2000/06/01 16:10:16 ade Exp $
a16 4
LIB_DEPENDS=	panel_applet.4:${PORTSDIR}/x11/gnomecore

GLIB_CONFIG?=	${LOCALBASE}/bin/glib12-config

d19 1
d21 1
a21 3
CONFIGURE_ARGS=	--localstatedir=${PREFIX}/share/gnome \
		--datadir=${PREFIX}/share/gnome \
		--without-edit -with-ncurses
a22 2
		MAKE="gmake" \
		GLIB_CONFIG="${GLIB_CONFIG}" \
@


1.19
log
@Say hello to GNOME 1.2
	audio/gnomemedia		1.2.0
	deskutils/gnomepim		1.2.0
	devel/bugbuddy			1.0
	devel/glade			0.5.9
	devel/libgtop			1.0.9
	games/gnomegames		1.2.0
	graphics/imlib			1.9.8.1
	misc/gnomeusersguide		1.2
	misc/gnomeutils			1.2.0
	sysutils/gnomecontrolcenter	1.2.0
	sysutils/gtop			1.0.8
	x11-fm/gmomemc			4.5.50
	x11/gnomecore			1.2.0
	x11/gnomelibs			1.2.1

Along with cosmetic changes to other parts of the metaport
for the new shared library version numbers.

Plus.  The metaport has been reworked to bring in a few more
often-requested items.

Please note that you absolutely need GTK/GLIB 1.2.8 or higher
for this release.
@
text
@d5 1
a5 1
# $FreeBSD: ports/x11-fm/gnomemc/Makefile,v 1.18 2000/05/24 03:02:55 ade Exp $
d9 1
a9 1
PORTVERSION= 	4.5.50
@


1.18
log
@Update to 4.5.48

Approved by:	reg (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD: ports/x11-fm/gnomemc/Makefile,v 1.17 2000/04/10 19:54:52 cpiazza Exp $
d9 1
a9 1
PORTVERSION= 	4.5.48
d17 1
a17 2
BUILD_DEPENDS=	panel:${PORTSDIR}/x11/gnomecore
RUN_DEPENDS=	panel:${PORTSDIR}/x11/gnomecore
@


1.17
log
@Fix typo

PR: 17908
Submitted by: Dmitry Sivachenko <dima@@Chg.RU>
@
text
@d5 1
a5 1
# $FreeBSD: ports/x11-fm/gnomemc/Makefile,v 1.16 2000/04/10 00:39:23 cpiazza Exp $
d9 1
a9 1
PORTVERSION= 	4.5.44
@


1.16
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/x11-fm/gnomemc/Makefile,v 1.15 2000/04/08 06:32:46 reg Exp $
d13 1
a13 1
DISTNAME=	mc-${PORTNAME}
@


1.15
log
@Update to 4.5.44.

Submitted by:	ade
@
text
@a1 1
# Version required:	4.5.44
d5 1
a5 1
# $FreeBSD: ports/x11-fm/gnomemc/Makefile,v 1.14 2000/03/25 23:17:00 reg Exp $
d8 2
a9 2
DISTNAME=	mc-4.5.44
PKGNAME=	gnomemc-4.5.44
d13 1
@


1.14
log
@Update to 4.5.43.

Submitted by:	ade
@
text
@d2 1
a2 1
# Version required:	4.5.43
d6 1
a6 1
# $FreeBSD: ports/x11-fm/gnomemc/Makefile,v 1.13 2000/01/29 22:11:14 reg Exp $
d9 2
a10 2
DISTNAME=	mc-4.5.43
PKGNAME=	gnomemc-4.5.43
@


1.13
log
@Standardize my e-mail as reg@@FreeBSD.org.
@
text
@d2 1
a2 1
# Version required:	4.5.42
d6 1
a6 1
# $FreeBSD: ports/x11-fm/gnomemc/Makefile,v 1.12 1999/12/24 10:46:01 nakai Exp $
d9 2
a10 2
DISTNAME=	mc-4.5.42
PKGNAME=	gnomemc-4.5.42
@


1.12
log
@Update to 4.5.42

PR:		ports/15503
Submitted by:	Ade Lovett <ade@@lovett.com>
@
text
@d6 1
a6 1
# $FreeBSD: ports/x11-fm/gnomemc/Makefile,v 1.11 1999/12/04 19:08:11 steve Exp $
d15 1
a15 1
MAINTAINER=	reg@@shale.csir.co.za
@


1.11
log
@New location on MASTER_SITE.

PR:		15238, 15248
Submitted by:	Ade Lovett <ade@@lovett.com>
@
text
@d2 1
a2 1
# Version required:	4.5.41
d6 1
a6 1
# $FreeBSD: ports/x11-fm/gnomemc/Makefile,v 1.10 1999/11/09 09:55:31 nakai Exp $
d9 2
a10 2
DISTNAME=	mc-4.5.41
PKGNAME=	gnomemc-4.5.41
@


1.10
log
@Update to 4.5.41

PR:		ports/14788
Submitted by:	Ade Lovett<ade@@lovett.com>
@
text
@d6 1
a6 1
# $FreeBSD: ports/x11-fm/gnomemc/Makefile,v 1.9 1999/10/14 09:27:50 nakai Exp $
d13 1
a13 1
MASTER_SITE_SUBDIR=	sources/mc
@


1.9
log
@PR:	ports/14303
Submitted by:Ade Lovett<ade@@lovett.com>
Update to 4.5.40
@
text
@d2 1
a2 1
# Version required:	4.5.40
d6 1
a6 1
# $FreeBSD: ports/x11-fm/gnomemc/Makefile,v 1.8 1999/08/31 02:58:18 peter Exp $
d9 2
a10 2
DISTNAME=	mc-4.5.40
PKGNAME=	gnomemc-4.5.40
@


1.8
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# Version required:	4.5.37
d6 1
a6 1
# $FreeBSD$
d9 2
a10 2
DISTNAME=	mc-4.5.37
PKGNAME=	gnomemc-4.5.37
@


1.7
log
@Update to version 4.5.37.

PR:		12781 (18 of 19)
Submitted by:	Ade Lovett <ade@@lovett.com>
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.6 1999/05/30 03:57:33 steve Exp $
@


1.6
log
@Update to version 4.5.31.

PR:             11844
Submitted by:   Jeremy Lea <reg@@shale.csir.co.za>
@
text
@d2 1
a2 1
# Version required:	4.5.31
d6 1
a6 1
# $Id: Makefile,v 1.5 1999/05/09 17:16:07 steve Exp $
d9 2
a10 2
DISTNAME=	mc-4.5.31
PKGNAME=	gnomemc-4.5.31
@


1.5
log
@Update to version 4.5.30.

PR:		11541
Submitted by:	Ade Lovett <ade@@lovett.com>
@
text
@d2 1
a2 1
# Version required:	4.5.30
d6 1
a6 1
# $Id: Makefile,v 1.4 1999/04/08 18:08:38 steve Exp $
d9 2
a10 2
DISTNAME=	mc-4.5.30
PKGNAME=	gnomemc-4.5.30
d20 1
a20 2
# implicit dependencies:
# gettext, glib12, xpm, gnomelibs
d28 1
a28 1
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
d30 2
a31 2
		GLIB_CONFIG="${LOCALBASE}/bin/glib12-config" \
		LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
@


1.4
log
@DISTFILES moved on MASTER_SITE.
@
text
@d2 2
a3 2
# Version required:	4.5.23
# Date created:		26 Jnuary 1999
d6 1
a6 1
# $Id: Makefile,v 1.3 1999/03/09 01:09:06 nectar Exp $
d9 2
a10 2
DISTNAME=	mc-4.5.23
PKGNAME=	gnomemc-4.5.23
@


1.3
log
@Upgrade to GNOME 1.0.  The following are the details:

 ports/audio/esound			0.2.7    ->  0.2.8	PR ports/10422
 ports/audio/gnomeaudio			0.99.8   ->  1.0.0	PR ports/10426
 ports/audio/libaudiofile		0.1.5    ->  0.1.6	PR ports/10421
 ports/deskutils/gnomepim		0.99.8.1 ->  1.0.1	PR ports/10435
 ports/devel/ORBit			0.3.98   ->  0.4.0	PR ports/10423
 ports/devel/gettext			shared libs now		PR ports/10293
 ports/devel/glib12			1.1.16   ->  1.2.0	PR ports/10419
 ports/devel/libgtop			0.99.8   ->  1.0.1	PR ports/10430
 ports/games/gnomegames			0.99.8   ->  1.0.1	PR ports/10436
 ports/graphics/electriceyes		distfile moved		PR ports/10437
 ports/graphics/imlib			1.9.3    ->  1.9.4	PR ports/10424
 ports/lang/gnomeobjc			0.99.3   ->  1.0.1	PR ports/10441
 ports/math/gnumeric			0.6      ->  0.15	PR ports/10439
 ports/misc/gnomeutils			0.99.5   ->  1.0.1	PR ports/10442
 ports/sysutils/gnomeadmin		0.99.1   ->  1.0.1	PR ports/10445
 ports/sysutils/gnomecontrolcenter	0.99.3.1 ->  1.0.1	PR ports/10446
 ports/sysutils/gtop			0.99.2   ->  1.0.1	PR ports/10477
 ports/textproc/libxml			0.99.8   ->  1.0.0	PR ports/10438
 ports/www/libghttp			distfile moved		PR ports/10429
 ports/x11/gnome			0.99.3   ->  1.0.0	PR ports/10450
 ports/x11/gnomecore			0.99.8.1 ->  1.0.1	PR ports/10432
 ports/x11/gnomelibs			0.99.8.1 ->  1.0.1	PR ports/10425
 ports/x11-fm/gnomemc			4.5.10   ->  4.5.23	PR ports/10448
 ports/x11-toolkits/gtk-engines		0.1      ->  0.5	PR ports/10427
 ports/x11-toolkits/gtk12		1.1.6    ->  1.2.0	PR ports/10420

Note that repository copies were made before this commit, as follows:

 ports/devel/glib11-devel       -> ports/devel/glib12
 ports/x11-toolkits/gtk11-devel -> ports/x11-toolkits/gtk12

Submitted by:	Jeremy Lea <reg@@shale.csir.co.za>
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.2 1999/02/12 02:33:17 asami Exp $
d13 1
a13 1
MASTER_SITE_SUBDIR=	gnome-1.0/sources
@


1.2
log
@Upgrade to 4.5.10, fix build problem.

PR:		9898
Submitted by:	maintainer
@
text
@d2 1
a2 1
# Version required:	4.5.10
d6 1
a6 1
# $Id: Makefile,v 1.1.1.1 1999/01/31 20:57:11 vanilla Exp $
d9 2
a10 2
DISTNAME=	mc-4.5.10
PKGNAME=	gnomemc-4.5.10
d13 1
a13 1
MASTER_SITE_SUBDIR=	mc
d21 1
a21 1
# gettext, glib11-devel, xpm, gnomelibs
d31 1
a31 1
		GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# Version required:	4.5.9
d6 1
a6 1
# $Id$
d9 2
a10 2
DISTNAME=	mc-4.5.9
PKGNAME=	gnomemc-4.5.9
@


1.1.1.1
log
@iThat's gnome base filemanager.
PR:		ports/9821
Submitted by:	Jeremy Lea <reg@@shale.csir.co.za>
@
text
@@
