head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.04.19.06.19.58;	author acm;	state Exp;
branches;
next	1.3;

1.3
date	2009.05.04.15.23.05;	author acm;	state Exp;
branches;
next	1.2;

1.2
date	2009.01.14.06.12.03;	author acm;	state Exp;
branches;
next	1.1;

1.1
date	2008.01.06.21.20.12;	author acm;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- Update to 2.6.0
@
text
@--- compiler/utils/samplecfg	2011-12-10 07:59:24.000000000 -0500
+++ compiler/utils/samplecfg	2012-02-23 15:47:13.000000000 -0500
@@@@ -37,8 +37,8 @@@@
 # Detect if we have write permission in sysdir.
 if [ -w "$sysdir" ] ; then
   echo Write permission in $sysdir.
-  fpccfgfile="$sysdir"/fpc.cfg
-  fppkgfile="$sysdir"/fppkg.cfg
+  fpccfgfile="$sysdir"/fpc.cfg.sample
+  fppkgfile="$sysdir"/fppkg.cfg.sample
   defaultfile="$sysdir"/fppkg/default
   compilerconfigdir="-d CompilerConfigDir=$sysdir/fppkg"
 else
@


1.3
log
@- Update to 2.2.4
- Add convertors/fpc-iconvenc port to bsd.fpc.mk
- pkg-plist fixes
@
text
@d1 3
a3 3
--- compiler/utils/samplecfg	2009-02-28 17:54:01.000000000 -0500
+++ compiler/utils/samplecfg	2009-04-26 13:53:57.000000000 -0500
@@@@ -55,7 +55,7 @@@@
d8 1
d10 3
a13 2
   echo No write premission in $sysdir.
   fpccfgfile="$HOME"/.fpc.cfg
@


1.2
log
@- Update to 2.2.2
@
text
@d1 4
a4 4
--- compiler/utils/samplecfg	2008-06-04 13:06:36.000000000 -0500
+++ compiler/utils/samplecfg	2009-01-06 22:35:23.000000000 -0500
@@@@ -50,7 +50,7 @@@@
 # Detect if we have write permission in root.
d7 2
a8 2
-  thefile="$sysdir"/fpc.cfg
+  thefile="$sysdir"/fpc.cfg.sample
d11 1
a11 1
   thefile="$HOME"/.fpc.cfg
@


1.1
log
@- Add a better way to install fpc.cfg config file, now lazarus will compile
  without problems :)
- Bump PORTREVISION

PR		:	119385
Submitted by	:	bsam
@
text
@d1 3
a3 3
--- compiler/utils/samplecfg       2008-01-06 01:17:24.468239657 +0300
+++ compiler/utils/samplecfg    2008-01-06 01:36:20.388869514 +0300
@@@@ -72,7 +72,7 @@@@
d5 1
a5 1
 if [ -w $sysdir ] ; then
d7 2
a8 2
-  thefile=$sysdir/fpc.cfg
+  thefile=$sysdir/fpc.cfg.sample
d11 1
a11 1
   thefile=$HOME/.fpc.cfg
@

