aboutsummaryrefslogtreecommitdiff
path: root/lang/fpc/files
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-06-21 16:52:57 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-06-21 16:52:57 +0000
commitb06153abd6cff3313971e58ae665e96b0bf447bf (patch)
treed671f1e410fe2766e67c77bc1573fd986720b550 /lang/fpc/files
parentacca2dab6cf8bdfcdf61189c830d87fae34e8118 (diff)
downloadports-b06153abd6cff3313971e58ae665e96b0bf447bf.tar.gz
ports-b06153abd6cff3313971e58ae665e96b0bf447bf.zip
Notes
Diffstat (limited to 'lang/fpc/files')
-rw-r--r--lang/fpc/files/patch-share::src::fpc-1.0.10::compiler::utils::samplecfg11
-rw-r--r--lang/fpc/files/pkg-message.in21
2 files changed, 21 insertions, 11 deletions
diff --git a/lang/fpc/files/patch-share::src::fpc-1.0.10::compiler::utils::samplecfg b/lang/fpc/files/patch-share::src::fpc-1.0.10::compiler::utils::samplecfg
deleted file mode 100644
index ce27939c844f..000000000000
--- a/lang/fpc/files/patch-share::src::fpc-1.0.10::compiler::utils::samplecfg
+++ /dev/null
@@ -1,11 +0,0 @@
---- share/src/fpc-1.0.10/compiler/utils/samplecfg.old Sun Jan 4 04:15:50 2004
-+++ share/src/fpc-1.0.10/compiler/utils/samplecfg Sun Jan 4 04:17:59 2004
-@@ -38,7 +38,7 @@
- fi
-
- # Find path to libgcc.a
--GCCSPEC=`(gcc -v 2>&1)| head -n 1| awk '{ print $4 } '`
-+GCCSPEC=`gcc -print-file-name=libgcc.a`
- GCCDIR=`dirname $GCCSPEC`
- echo Found libgcc.a in $GCCDIR
-
diff --git a/lang/fpc/files/pkg-message.in b/lang/fpc/files/pkg-message.in
new file mode 100644
index 000000000000..af58d20d7b9e
--- /dev/null
+++ b/lang/fpc/files/pkg-message.in
@@ -0,0 +1,21 @@
+###############################################################################
+
+1) You can to install additional units from:
+
+ * lang/fpc-units
+
+2) If you want see all documentation about FreePascal, you can to install
+
+ * lang/fpc-docs
+
+3) Also you can to install all examples that you can test with FreePascal
+
+ * lang/fpc-demo
+
+4) Optionally, you can to install textmode IDE with delphi support
+
+ * editors/fpc-ide
+
+5) Enjoy it ;)
+
+###############################################################################