diff options
author | garga <garga@FreeBSD.org> | 2006-06-22 00:52:57 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-06-22 00:52:57 +0800 |
commit | e416f6b5179372ab8fc11462fd3228f1af4b407c (patch) | |
tree | 3abb8b4e8f5a30d48a157f92362792c68a554e40 /lang/fpc/files | |
parent | 40e91b7981c1efc86d743e41890b0b4c441263f4 (diff) | |
download | freebsd-ports-gnome-e416f6b5179372ab8fc11462fd3228f1af4b407c.tar.gz freebsd-ports-gnome-e416f6b5179372ab8fc11462fd3228f1af4b407c.tar.zst freebsd-ports-gnome-e416f6b5179372ab8fc11462fd3228f1af4b407c.zip |
- Update fpc to 2.0.2
PR: 98628, 98629, 98630, 98632, 98641, 98646, 98650, 98652,
98654, 98656, 98657, 98658, 98720, 98724
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Diffstat (limited to 'lang/fpc/files')
-rw-r--r-- | lang/fpc/files/patch-share::src::fpc-1.0.10::compiler::utils::samplecfg | 11 | ||||
-rw-r--r-- | lang/fpc/files/pkg-message.in | 21 |
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 ;) + +############################################################################### |