head	1.8;
access;
symbols
	RELEASE_4_6_2:1.7
	RELEASE_4_6_1:1.7
	RELEASE_4_6_0:1.7
	RELEASE_5_0_DP1:1.7
	RELEASE_4_5_0:1.7
	RELEASE_4_4_0:1.6
	RELEASE_4_3_0:1.5
	RELEASE_4_2_0:1.5
	RELEASE_4_1_1:1.5
	RELEASE_4_1_0:1.5
	RELEASE_3_5_0:1.5
	RELEASE_4_0_0:1.5
	RELEASE_3_4_0:1.5
	RELEASE_3_3_0:1.4
	RELEASE_3_2_0:1.3
	RELEASE_3_1_0:1.1.1.1
	gnomemc_4_5_9:1.1.1.1
	REG:1.1.1;
locks; strict;
comment	@# @;


1.8
date	2002.08.11.12.37.43;	author fjoe;	state dead;
branches;
next	1.7;

1.7
date	2001.12.14.09.10.43;	author sobomax;	state Exp;
branches;
next	1.6;

1.6
date	2001.09.11.16.25.08;	author sobomax;	state Exp;
branches;
next	1.5;

1.5
date	99.10.14.09.27.54;	author nakai;	state Exp;
branches;
next	1.4;

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

1.3
date	99.05.09.17.16.26;	author steve;	state Exp;
branches;
next	1.2;

1.2
date	99.03.09.01.09.06;	author nectar;	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.8
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
@
$FreeBSD: ports/x11-fm/gnomemc/files/patch-ac,v 1.7 2001/12/14 09:10:43 sobomax Exp $

--- Make.common.in.orig	Fri Jul 20 18:22:50 2001
+++ Make.common.in	Fri Dec 14 11:04:04 2001
@@@@ -13,10 +13,10 @@@@
 datadir    = @@datadir@@
 libdir	   = @@libdir@@
 mandir     = @@mandir@@
-mclibdir   = $(libdir)/mc
+mclibdir   = $(datadir)/mc
 suppbindir = $(mclibdir)/bin
 confdir    = $(sysconfdir)
-localedir  = $(datadir)/locale
+localedir  = $(prefix)/share/locale
 man1dir    = $(mandir)/man1
 manext     = 1
 man8dir    = $(mandir)/man8
@@@@ -38,7 +38,7 @@@@
 # No way, to make make happy (except GNU), we cannot use := to append
 # something to these, so that's why there is a leading _
 XCFLAGS = @@CFLAGS@@
-XCPPFLAGS = -I.. @@CPPFLAGS@@ @@MCCPPFLAGS@@ @@GLIB_CFLAGS@@
+XCPPFLAGS = -I$(mcsrcdir) -I.. @@CPPFLAGS@@ @@MCCPPFLAGS@@ @@GLIB_CFLAGS@@
 XLDFLAGS = @@LDFLAGS@@
 XDEFS = @@DEFS@@
 XLIBS = @@LIBS@@
@


1.7
log
@Slightly better version of "don't include wrong global.h" bandaid.
@
text
@d2 1
a2 1
$FreeBSD$
@


1.6
log
@Update to 4.5.55.
@
text
@d5 1
a5 1
+++ Make.common.in	Tue Sep 11 18:23:08 2001
d19 9
@


1.5
log
@PR:	ports/14303
Submitted by:Ade Lovett<ade@@lovett.com>
Update to 4.5.40
@
text
@d1 9
a9 6
--- Make.common.in.orig	Thu Sep 23 12:01:07 1999
+++ Make.common.in	Fri Sep 24 17:16:22 1999
@@@@ -24,17 +24,17 @@@@
 gnomeicondir = @@gnomeicondir@@
 xv_bindir  = @@xv_bindir@@
 corbadir   = $(sysconfdir)/CORBA/servers
a11 3
 desktopdir = $(mclibdir)/desktop-scripts
-idldir     = $(prefix)/share/idl
+idldir     = $(datadir)/idl
a12 4
-gnewdir	   = $(prefix)/share/mc/templates
+gnewdir	   = $(datadir)/mc/templates
 tidir      = $(mclibdir)/term
 extfsdir   = $(mclibdir)/extfs
a13 2
 icondir    = $(datadir)/pixmaps/mc
 syntaxdir  = $(mclibdir)/syntax
@


1.4
log
@Update to version 4.5.31.

PR:             11844
Submitted by:   Jeremy Lea <reg@@shale.csir.co.za>
@
text
@d1 3
a3 3
--- Make.common.in.orig	Tue Mar 30 08:34:33 1999
+++ Make.common.in	Wed Apr  7 23:18:45 1999
@@@@ -24,9 +24,9 @@@@
d13 2
a14 1
 gnewdir	   = $(prefix)/share/mc/templates
d16 2
a17 2
@@@@ -34,7 +34,7 @@@@
 confdir    = $(prefix)/etc
@


1.3
log
@Update to version 4.5.30.

PR:		11541
Submitted by:	Ade Lovett <ade@@lovett.com>
@
text
@d1 3
a3 9
--- Make.common.in.orig	Thu May  6 09:19:55 1999
+++ Make.common.in	Thu May  6 09:22:12 1999
@@@@ -19,14 +19,14 @@@@
 bindir     = @@bindir@@
 sysconfdir = @@sysconfdir@@
 datadir    = @@datadir@@
-libdir	   = @@libdir@@
+libdir	   = @@localstatedir@@
 mandir     = @@mandir@@
d7 2
a8 1
 mclibdir   = $(libdir)/mc
d11 1
a11 1
+idldir     = @@localstatedir@@/idl
@


1.2
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
@d1 3
a3 3
--- Make.common.in.orig	Thu Feb 25 08:53:30 1999
+++ Make.common.in	Thu Feb 25 18:29:33 1999
@@@@ -19,17 +19,17 @@@@
d6 6
d13 2
a14 1
-libdir     = $(exec_prefix)/lib/mc
a15 1
+libdir     = @@localstatedir@@/mc
d17 4
a20 5
 suppbindir = $(libdir)/bin
-gnewdir	   = $(prefix)/share/mc/templates
+gnewdir	   = $(libdir)/templates
 tidir      = $(libdir)/term
 extfsdir   = $(libdir)/extfs
a21 1
 datadir    = @@datadir@@
d23 1
a23 1
 gnomeicondir = @@gnomeicondir@@
a25 1
 mandir     = @@mandir@@
d28 1
@


1.1
log
@Initial revision
@
text
@d1 3
a3 3
--- Make.common.in.orig	Tue Jan 26 22:36:55 1999
+++ Make.common.in	Tue Jan 26 22:40:12 1999
@@@@ -19,15 +19,15 @@@@
d8 1
a9 1
-idldir     = $(prefix)/share/idl
d16 1
d19 1
d22 2
a23 2
 basemandir = @@mandir@@
 mandir     = $(basemandir)/man1
@


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