New commits:
commit a171254122d0caac480672f20d065fd4aa77fa41
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>
devel/fpc: simplified BUILD, fixed fpc.cfg
diff --git a/devel/fpc/BUILD b/devel/fpc/BUILD
index 9402bfc..132dd0c 100755
--- a/devel/fpc/BUILD
+++ b/devel/fpc/BUILD
@@ -7,24 +7,8 @@ else
fi &&
if ! spell_ok fpc ; then
-#
-# First compile a local version with the bootstrap
-#
-make PP=$SOURCE_DIRECTORY/bootstrap/lib/fpc/$VERSION/ppc$ARCH compiler_cycle
&&
-cp $SOURCE_DIRECTORY/compiler/ppc$ARCH \
- $SOURCE_DIRECTORY/bootstrap/ppc$ARCH.local &&
-
-#
-# Now recompile our new bootstrap with our local compiler
-#
-make PP=$SOURCE_DIRECTORY/bootstrap/ppc$ARCH.local compiler_cycle &&
-rm -f $SOURCE_DIRECTORY/bootstrap/ppc$ARCH.local &&
-#
-# Build all with our newly forged local FPC
-#
- PP=$SOURCE_DIRECTORY/compiler/ppc$ARCH
+ PP=$SOURCE_DIRECTORY/bootstrap/lib/fpc/$VERSIONB/ppc$ARCH
else
-# use installed fpc
PP=$INSTALL_ROOT/usr/bin/fpc
fi &&
-make PP=$PP build
+make PP=$PP build
diff --git a/devel/fpc/DETAILS b/devel/fpc/DETAILS
index 674667f..d21936c 100755
--- a/devel/fpc/DETAILS
+++ b/devel/fpc/DETAILS
@@ -1,6 +1,7 @@
- SPELL=fpc
+ SPELL=fpc
VERSION=2.2.2.rc2
- VX=beta
+ PATCHLEVEL=1
+ VX=beta