Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25431
Modified Files:
fpc-config.info fpc-crossppc.info fpc-doc.info
fpc-i386-linux.info fpc-sources.info fpc-win32.info fpc.info
Log Message:
update to version 2.2.4
Index: fpc-win32.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/fpc-win32.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fpc-win32.info 19 Mar 2009 23:28:49 -0000 1.1
+++ fpc-win32.info 22 May 2009 11:31:24 -0000 1.2
@@ -1,5 +1,5 @@
Package: fpc-win32
-Version: 2.2.2
+Version: 2.2.4
Revision: 1
Architecture: i386
# For win32 binutils are not needed, since fpc uses its builtin assembler and
linker.
@@ -16,8 +16,8 @@
eur-RU: ftp://ftp.chg.ru/pub/lang/pascal/fpc/
Primary: ftp://ftp.freepascal.org/pub/fpc/
<<
-Source: mirror:custom:dist/source-%v/fpcbuild-%v.tar.gz
-Source-MD5: ec3d463ec9859da4122e9edfa2ab992d
+Source: mirror:custom:/dist/%v/source/fpcbuild-%v.tar.gz
+Source-MD5: 20bb9a4a9f1449e2249c80d7aba7c245
SourceDirectory: fpcbuild-%v/fpcsrc
@@ -57,7 +57,7 @@
Furthermore, Free Pascal supports function overloading, operator
overloading, global properties and other modern features.
-http://wiki.freepascal.org/User_Changes_2.2.2 also lists changes in fpc 2.2.2.
+http://wiki.freepascal.org/User_Changes_2.2.4 also lists changes in fpc 2.2.4.
<<
DescUsage: <<
@@ -77,4 +77,4 @@
<<
Homepage: http://www.freepascal.org
-Maintainer: Karl-Michael Schindler <[email protected]>
+Maintainer: Karl-Michael Schindler <[email protected]>
Index: fpc.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/fpc.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fpc.info 19 Mar 2009 23:18:27 -0000 1.2
+++ fpc.info 22 May 2009 11:31:24 -0000 1.3
@@ -1,10 +1,13 @@
Package: fpc
-Version: 2.2.2
-Revision: 2
+Version: 2.2.4
+Revision: 1
Architecture: powerpc, i386
Depends: fpc-config
Recommends: fpc-doc
+#Conflicts: fpc
+#Replaces: fpc
+
CustomMirror: <<
eur-AT: ftp://gd.tuwien.ac.at/languages/pascal/fpc/
eur-BE: ftp://ftp.freepascal.org/pub/fpc/
@@ -15,11 +18,11 @@
eur-RU: ftp://ftp.chg.ru/pub/lang/pascal/fpc/
Primary: ftp://ftp.freepascal.org/pub/fpc/
<<
-Source: mirror:custom:dist/source-%v/fpcbuild-%v.tar.gz
-Source-MD5: ec3d463ec9859da4122e9edfa2ab992d
+Source: mirror:custom:/dist/%v/source/fpcbuild-%v.tar.gz
+Source-MD5: 20bb9a4a9f1449e2249c80d7aba7c245
-Source2: mirror:custom:dist/source-%v/fpc-%v.universal-darwin.bootstrap.tar.bz2
-Source2-MD5: c83b970e66468a084d6fff6c2e4a5ed1
+Source2: mirror:custom:dist/%v/source/fpc-%v.universal-darwin.bootstrap.tar.bz2
+Source2-MD5: 4a313307cbd7955a120c0fc02d1281a0
SourceDirectory: fpcbuild-%v/fpcsrc
@@ -27,11 +30,12 @@
#!/bin/sh -ev
# compile the compiler
- if [ "%m" = "powerpc" ]; then ppcarch="ppcppc" ; else ppcarch="ppc386" ; fi
- make all PP=%b/../../ppcuniversal
+ make all PP=%b/../../ppcuniversal
# compile the ide
- make ide PP=%b/compiler/$ppcarch
+ if [ "%m" = "powerpc" ]; then ppcarch="ppcppc" ; else ppcarch="ppc386" ; fi
+ make ide PP=%b/compiler/$ppcarch
+
<<
InfoTest: <<
@@ -43,6 +47,12 @@
cp -R packages freepascal-tests
chmod -R 777 freepascal-tests
cd freepascal-tests/tests
+
+# If you really want to run the tests uncomment the following line.
+# The tests will take quite some time! You have been warned.
+
+# sudo -u _unknown make full TEST_FPC=%b/compiler/$ppcarch
FPC=%b/compiler/$ppcarch FPCMAKE=%b/utils/fpcm/fpcmake
+
<<
<<
@@ -79,7 +89,7 @@
Furthermore, Free Pascal supports function overloading, operator
overloading, global properties and other modern features.
-http://wiki.freepascal.org/User_Changes_2.2.2 also lists changes in fpc 2.2.2.
+http://wiki.freepascal.org/User_Changes_2.2.4 also lists changes in fpc 2.2.4.
<<
DescUsage: <<
@@ -105,11 +115,9 @@
<<
DescPort: <<
- New:
- 1) fpc.cfg file is now set in a separate package. This prepares for cross
compilers.
Still to do: universal binaries and
extra packages with dependent C libraries (gtk ...) .
<<
Homepage: http://www.freepascal.org
-Maintainer: Karl-Michael Schindler <[email protected]>
+Maintainer: Karl-Michael Schindler <[email protected]>
Index: fpc-crossppc.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/fpc-crossppc.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fpc-crossppc.info 19 Mar 2009 23:28:49 -0000 1.1
+++ fpc-crossppc.info 22 May 2009 11:31:24 -0000 1.2
@@ -1,6 +1,6 @@
Package: fpc-crossppc
-Version: 2.2.2
-Revision: 2
+Version: 2.2.4
+Revision: 1
Architecture: i386
Depends: fpc-config, fpc
Recommends: fpc-doc
@@ -15,8 +15,8 @@
eur-RU: ftp://ftp.chg.ru/pub/lang/pascal/fpc/
Primary: ftp://ftp.freepascal.org/pub/fpc/
<<
-Source: mirror:custom:dist/source-%v/fpcbuild-%v.tar.gz
-Source-MD5: ec3d463ec9859da4122e9edfa2ab992d
+Source: mirror:custom:/dist/%v/source/fpcbuild-%v.tar.gz
+Source-MD5: 20bb9a4a9f1449e2249c80d7aba7c245
SourceDirectory: fpcbuild-%v/fpcsrc
@@ -62,7 +62,7 @@
Furthermore, Free Pascal supports function overloading, operator
overloading, global properties and other modern features.
-http://wiki.freepascal.org/User_Changes_2.2.2 also lists changes in fpc 2.2.2.
+http://wiki.freepascal.org/User_Changes_2.2.4 also lists changes in fpc 2.2.4.
<<
DescUsage: <<
Index: fpc-sources.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/fpc-sources.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fpc-sources.info 29 Mar 2009 16:25:45 -0000 1.1
+++ fpc-sources.info 22 May 2009 11:31:24 -0000 1.2
@@ -1,9 +1,12 @@
Package: fpc-sources
-Version: 2.2.2
+Version: 2.2.4
Revision: 1
Architecture: powerpc, i386
Recommends: lazarus-common
+Conflicts: lazarus-common (<= 0.9.26)
+Replaces: lazarus-common (<= 0.9.26)
+
CustomMirror: <<
eur-AT: ftp://gd.tuwien.ac.at/languages/pascal/fpc/
eur-BE: ftp://ftp.freepascal.org/pub/fpc/
@@ -15,7 +18,7 @@
Primary: ftp://ftp.freepascal.org/pub/fpc/
<<
Source: mirror:custom:/dist/%v/source/fpcbuild-%v.tar.gz
-Source-MD5: ec3d463ec9859da4122e9edfa2ab992d
+Source-MD5: 20bb9a4a9f1449e2249c80d7aba7c245
SourceDirectory: fpcbuild-%v/fpcsrc
Index: fpc-doc.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/fpc-doc.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fpc-doc.info 19 Mar 2009 23:18:27 -0000 1.2
+++ fpc-doc.info 22 May 2009 11:31:24 -0000 1.3
@@ -1,6 +1,6 @@
Package: fpc-doc
-Version: 2.2.2
-Revision: 2
+Version: 2.2.4
+Revision: 1
Architecture: powerpc, i386
Enhances: fpc
@@ -15,11 +15,11 @@
Primary: ftp://ftp.freepascal.org/pub/fpc/
<<
-Source: mirror:custom:dist/docs-%v/doc-pdf.tar.gz
-Source-MD5: bd46950c782444964e19cc631302d806
+Source: mirror:custom:dist/%v/docs/doc-pdf.tar.gz
+Source-MD5: 3a99d6bafb7bc2306128b4bd11748506
-Source2: mirror:custom:dist/docs-%v/doc-html.tar.gz
-Source2-MD5: cb3bd8217a5735e707b8ffa4c3b3f0ef
+Source2: mirror:custom:dist/%v/docs/doc-html.tar.gz
+Source2-MD5: 7f5b7944eb3f5603a05a153e3afe49ca
SourceRename: %n-%v-pdf.tar.gz
Source2Rename: %n-%v-html.tar.gz
@@ -34,9 +34,9 @@
mkdir -p %i/share/doc/fpc-%v
install -d -m 755 %i/share/doc/fpc-%v/pdf
install -d -m 755 %i/share/doc/fpc-%v/html
-install -c -m 644 fpc-%v/*.pdf %i/share/doc/fpc-%v/pdf
-rm fpc-%v/*.pdf
-mv share/doc/fpdocs-2.2.0/* %i/share/doc/fpc-%v/html
+install -c -m 644 share/doc/fpdocs-%v/*.pdf %i/share/doc/fpc-%v/pdf
+rm share/doc/fpdocs-%v/*.pdf
+mv share/doc/fpdocs-%v/* %i/share/doc/fpc-%v/html
<<
License: GPL
Index: fpc-i386-linux.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/fpc-i386-linux.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fpc-i386-linux.info 19 Mar 2009 23:28:49 -0000 1.1
+++ fpc-i386-linux.info 22 May 2009 11:31:24 -0000 1.2
@@ -1,5 +1,5 @@
Package: fpc-i386-linux
-Version: 2.2.2
+Version: 2.2.4
Revision: 1
Architecture: i386
# For i386-linux binutils are needed.
@@ -18,8 +18,8 @@
eur-RU: ftp://ftp.chg.ru/pub/lang/pascal/fpc/
Primary: ftp://ftp.freepascal.org/pub/fpc/
<<
-Source: mirror:custom:dist/source-%v/fpcbuild-%v.tar.gz
-Source-MD5: ec3d463ec9859da4122e9edfa2ab992d
+Source: mirror:custom:/dist/%v/source/fpcbuild-%v.tar.gz
+Source-MD5: 20bb9a4a9f1449e2249c80d7aba7c245
SourceDirectory: fpcbuild-%v/fpcsrc
@@ -59,7 +59,7 @@
Furthermore, Free Pascal supports function overloading, operator
overloading, global properties and other modern features.
-http://wiki.freepascal.org/User_Changes_2.2.2 also lists changes in fpc 2.2.2.
+http://wiki.freepascal.org/User_Changes_2.2.4 also lists changes in fpc 2.2.4.
<<
DescUsage: <<
@@ -79,4 +79,4 @@
<<
Homepage: http://www.freepascal.org
-Maintainer: Karl-Michael Schindler <[email protected]>
+Maintainer: Karl-Michael Schindler <[email protected]>
Index: fpc-config.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/fpc-config.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fpc-config.info 19 Mar 2009 23:28:49 -0000 1.1
+++ fpc-config.info 22 May 2009 11:31:24 -0000 1.2
@@ -1,16 +1,18 @@
Package: fpc-config
-Version: 2.2.2
-Revision: 2
+Version: 2.2.4
+Revision: 1
Architecture: powerpc, i386
Recommends: fpc
-Replaces: fpc ( << 2.2.2-2 )
+
+#Conflicts: fpc-config
+#Replaces: fpc ( << 2.2.2-2 ), fpc-config
Source: http://www.gnu.org/licenses/gpl.txt
-Source-MD5: 751419260aa954499f7abaabaa882bbe
+Source-MD5: d32239bcb673463ab874e80d47fae504
Source2: http://www.gnu.org/licenses/lgpl.txt
Source2-MD5: 6a6a8e020838b23406c81b19c1d46df6
-NoSourceDirectory: true
+NoSourceDirectory: true
CompileScript: <<
#!/bin/sh -ev
@@ -167,15 +169,19 @@
# searchpath for libraries
#ifdef cpux86_64
+-Fl/usr/lib/gcc/i686-apple-darwin$DARWINVERSION/4.2.1/x86_64
-Fl/usr/lib/gcc/i686-apple-darwin$DARWINVERSION/4.0.1/x86_64
#endif
#ifdef cpupowerpc
+-Fl/usr/lib/gcc/powerpc-apple-darwin$DARWINVERSION/4.2.1
-Fl/usr/lib/gcc/powerpc-apple-darwin$DARWINVERSION/4.0.1
#endif
#ifdef cpupowerpc64
+-Fl/usr/lib/gcc/powerpc-apple-darwin$DARWINVERSION/4.2.1/ppc64
-Fl/usr/lib/gcc/powerpc-apple-darwin$DARWINVERSION/4.0.1/ppc64
#endif
#ifdef cpui386
+-Fl/usr/lib/gcc/i686-apple-darwin$DARWINVERSION/4.2.1
-Fl/usr/lib/gcc/i686-apple-darwin$DARWINVERSION/4.0.1
#endif
@@ -275,4 +281,4 @@
<<
Homepage: http://www.freepascal.org
-Maintainer: Karl-Michael Schindler <[email protected]>
+Maintainer: Karl-Michael Schindler <[email protected]>
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, &
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs