aboutsummaryrefslogtreecommitdiff
path: root/lang/fpc/files
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-07-12 21:03:30 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-07-12 21:03:30 +0000
commit9be18adae4a11b4d5f112e30524b8a215936cc1f (patch)
treeeadc76ffc901f203734e8d480d8c42db6fd41743 /lang/fpc/files
parent441b06e3e4022fda666278330dac65af0e4afa5d (diff)
downloadports-9be18adae4a11b4d5f112e30524b8a215936cc1f.tar.gz
ports-9be18adae4a11b4d5f112e30524b8a215936cc1f.zip
Notes
Diffstat (limited to 'lang/fpc/files')
-rw-r--r--lang/fpc/files/fix-samplecfg39
-rw-r--r--lang/fpc/files/tar-xlist9
-rw-r--r--lang/fpc/files/tar-xlist24
-rw-r--r--lang/fpc/files/tar-xlist32
-rw-r--r--lang/fpc/files/tar-xlist41
5 files changed, 0 insertions, 55 deletions
diff --git a/lang/fpc/files/fix-samplecfg b/lang/fpc/files/fix-samplecfg
deleted file mode 100644
index 187375e6354f..000000000000
--- a/lang/fpc/files/fix-samplecfg
+++ /dev/null
@@ -1,39 +0,0 @@
---- samplecfg Sat Dec 23 15:02:40 2000
-+++ samplecfg.new Sun Dec 9 07:12:15 2001
-@@ -4,7 +4,7 @@
- #
- # Generate Sample Free Pascal configuration file
- #
--if [ $# == 0 ]; then
-+if [ $# -eq 0 ]; then
- echo 'Usage :'
- echo 'samplecfg fpcdir confdir'
- echo 'fpcdir = Path where FPC is installed'
-@@ -29,7 +29,7 @@
- #
- if [ -f $thefile ] ; then
- mv $thefile $thefile.orig >/dev/null 2>&1
-- if [ $? == 0 ]; then
-+ if [ $? -eq 0 ]; then
- echo Saved old config to $thefile.orig
- else
- echo Could not save old config. Bailing out...
-@@ -38,9 +38,15 @@
- fi
-
- # Find path to libgcc.a
--GCCSPEC=`(gcc -v 2>&1)| head -n 1| awk '{ print $4 } '`
--GCCDIR=`dirname $GCCSPEC`
--echo Found libgcc.a in $GCCDIR
-+#GCCSPEC=`(gcc -v 2>&1)| head -n 1| awk '{ print $4 } '`
-+#GCCDIR=`dirname $GCCSPEC`
-+GCCDIR=/usr/lib
-+if [ -f $GCCDIR/libgcc.a ]; then
-+ echo Found libgcc.a in $GCCDIR
-+else
-+ echo FreeBSD libgcc.a could not be found. Bailing out...
-+ exit
-+fi
-
- # Write the file
- echo Writing sample configuration file to $thefile
diff --git a/lang/fpc/files/tar-xlist b/lang/fpc/files/tar-xlist
deleted file mode 100644
index 06c3f4c8610c..000000000000
--- a/lang/fpc/files/tar-xlist
+++ /dev/null
@@ -1,9 +0,0 @@
-doc/fpc-1.0.4/faq.txt
-doc/fpc-1.0.4/faq.htm
-doc/fpc-1.0.4/copying.fpc
-doc/fpc-1.0.4/copying.dj
-doc/fpc-1.0.4/copying
-doc/fpc-1.0.4/whatsnew.txt
-doc/fpc-1.0.4/readme.txt
-doc/fpc-1.0.4
-doc \ No newline at end of file
diff --git a/lang/fpc/files/tar-xlist2 b/lang/fpc/files/tar-xlist2
deleted file mode 100644
index bc3f51ebae63..000000000000
--- a/lang/fpc/files/tar-xlist2
+++ /dev/null
@@ -1,4 +0,0 @@
-src/fpc-1.0.4/compiler/.#Makefile.1.1.2.15
-src/fpc-1.0.4/compiler/.#Makefile.1.1.2.13
-src/fpc-1.0.4/compiler/.#msgidx.inc.1.1.2.7
-src/fpc-1.0.4/compiler/.#msgtxt.inc.1.1.2.7
diff --git a/lang/fpc/files/tar-xlist3 b/lang/fpc/files/tar-xlist3
deleted file mode 100644
index ccd1b52bb7db..000000000000
--- a/lang/fpc/files/tar-xlist3
+++ /dev/null
@@ -1,2 +0,0 @@
-src/fpc-1.0.4/rtl/unix/.#linsysca.inc.1.1.2.2
-src/fpc-1.0.4/rtl/unix/.#linux.pp.1.1.2.1
diff --git a/lang/fpc/files/tar-xlist4 b/lang/fpc/files/tar-xlist4
deleted file mode 100644
index dfde4d2e667a..000000000000
--- a/lang/fpc/files/tar-xlist4
+++ /dev/null
@@ -1 +0,0 @@
-src/fpc-1.0.4/fcl/inc/.#idea.pp.1.1