[arch-commits] Commit in fpc/trunk (PKGBUILD)

2020-10-06 Thread Ike Devolder via arch-commits
Date: Tuesday, October 6, 2020 @ 10:31:19
  Author: idevolder
Revision: 719314

upgpkg: fpc 3.2.0-2

Modified:
  fpc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-06 09:17:15 UTC (rev 719313)
+++ PKGBUILD2020-10-06 10:31:19 UTC (rev 719314)
@@ -8,7 +8,7 @@
 
 pkgname=fpc
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Free Pascal Compiler, Turbo Pascal 7.0 and Delphi compatible."
 arch=('x86_64')
 url="http://www.freepascal.org/;


[arch-commits] Commit in fpc/trunk (PKGBUILD)

2020-06-28 Thread Ike Devolder via arch-commits
Date: Sunday, June 28, 2020 @ 08:13:29
  Author: idevolder
Revision: 655104

upgpkg: fpc 3.2.0-1

Modified:
  fpc/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-28 08:12:59 UTC (rev 655103)
+++ PKGBUILD2020-06-28 08:13:29 UTC (rev 655104)
@@ -7,11 +7,11 @@
 # See http://bbs.archlinux.org/viewtopic.php?t=9318=fpc
 
 pkgname=fpc
-pkgver=3.0.4
-pkgrel=6
+pkgver=3.2.0
+pkgrel=1
 pkgdesc="Free Pascal Compiler, Turbo Pascal 7.0 and Delphi compatible."
 arch=('x86_64')
-url="https://www.freepascal.org/;
+url="http://www.freepascal.org/;
 license=('GPL' 'LGPL' 'custom')
 backup=("etc/fpc.cfg")
 depends=('ncurses' 'zlib' 'expat' 'binutils' 'make')
@@ -18,7 +18,7 @@
 makedepends=(fpc)
 options=(zipman staticlibs)
 
source=(ftp://ftp.freepascal.org/pub/fpc/dist/$pkgver/source/fpcbuild-$pkgver.tar.gz)
-sha256sums=('f66514e6f2c2e4e1bb4d554c24b77682ed61c87811ae5dd210f421855e76')
+sha256sums=('f9b914eace989a023fb953da203dc0d973b44487568b4138c7d5b9613d7d6838')
 
 build() {
   cd "$srcdir"/fpcbuild-$pkgver
@@ -50,6 +50,4 @@
   mv "$pkgdir"/usr/man "$pkgdir"/usr/share/
 
   find "$pkgdir"/etc/ -type f -exec sed -i "s|"$pkgdir"||g" {} \;
-  sed -e "s|$pkgdir||g" -i "$pkgdir/usr/lib/fpc/$pkgver/ide/text/fp.cfg"
-
 }


[arch-commits] Commit in fpc/trunk (PKGBUILD)

2019-09-16 Thread Antonio Rojas via arch-commits
Date: Monday, September 16, 2019 @ 17:10:16
  Author: arojas
Revision: 510916

https

Modified:
  fpc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-16 17:09:48 UTC (rev 510915)
+++ PKGBUILD2019-09-16 17:10:16 UTC (rev 510916)
@@ -11,7 +11,7 @@
 pkgrel=6
 pkgdesc="Free Pascal Compiler, Turbo Pascal 7.0 and Delphi compatible."
 arch=('x86_64')
-url="http://www.freepascal.org/;
+url="https://www.freepascal.org/;
 license=('GPL' 'LGPL' 'custom')
 backup=("etc/fpc.cfg")
 depends=('ncurses' 'zlib' 'expat' 'binutils' 'make')


[arch-commits] Commit in fpc/trunk (PKGBUILD)

2019-05-13 Thread Ike Devolder via arch-commits
Date: Monday, May 13, 2019 @ 22:31:56
  Author: idevolder
Revision: 467176

upgpkg: fpc 3.0.4-6

Modified:
  fpc/trunk/PKGBUILD

--+
 PKGBUILD |7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-13 22:11:48 UTC (rev 467175)
+++ PKGBUILD2019-05-13 22:31:56 UTC (rev 467176)
@@ -8,14 +8,15 @@
 
 pkgname=fpc
 pkgver=3.0.4
-pkgrel=5
+pkgrel=6
 pkgdesc="Free Pascal Compiler, Turbo Pascal 7.0 and Delphi compatible."
 arch=('x86_64')
-url="https://www.freepascal.org/;
+url="http://www.freepascal.org/;
 license=('GPL' 'LGPL' 'custom')
 backup=("etc/fpc.cfg")
 depends=('ncurses' 'zlib' 'expat' 'binutils' 'make')
 makedepends=(fpc)
+options=(zipman staticlibs)
 
source=(ftp://ftp.freepascal.org/pub/fpc/dist/$pkgver/source/fpcbuild-$pkgver.tar.gz)
 sha256sums=('f66514e6f2c2e4e1bb4d554c24b77682ed61c87811ae5dd210f421855e76')
 
@@ -49,4 +50,6 @@
   mv "$pkgdir"/usr/man "$pkgdir"/usr/share/
 
   find "$pkgdir"/etc/ -type f -exec sed -i "s|"$pkgdir"||g" {} \;
+  sed -e "s|$pkgdir||g" -i "$pkgdir/usr/lib/fpc/$pkgver/ide/text/fp.cfg"
+
 }


[arch-commits] Commit in fpc/trunk (PKGBUILD)

2018-10-18 Thread Eli Schwartz via arch-commits
Date: Thursday, October 18, 2018 @ 20:43:31
  Author: eschwartz
Revision: 396132

drop default makepkg.conf option zipman; drop staticlibs since there are none 
to preserve

Modified:
  fpc/trunk/PKGBUILD

--+
 PKGBUILD |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-18 19:00:58 UTC (rev 396131)
+++ PKGBUILD2018-10-18 20:43:31 UTC (rev 396132)
@@ -1,4 +1,3 @@
-# $Id$
 # Maintainer: Sergej Pupykin 
 # Maintainer: BlackIkeEagle 
 # Contributor: Valeriy Lyasotskiy 
@@ -12,12 +11,11 @@
 pkgrel=5
 pkgdesc="Free Pascal Compiler, Turbo Pascal 7.0 and Delphi compatible."
 arch=('x86_64')
-url="http://www.freepascal.org/;
+url="https://www.freepascal.org/;
 license=('GPL' 'LGPL' 'custom')
 backup=("etc/fpc.cfg")
 depends=('ncurses' 'zlib' 'expat' 'binutils' 'make')
 makedepends=(fpc)
-options=(zipman staticlibs)
 
source=(ftp://ftp.freepascal.org/pub/fpc/dist/$pkgver/source/fpcbuild-$pkgver.tar.gz)
 sha256sums=('f66514e6f2c2e4e1bb4d554c24b77682ed61c87811ae5dd210f421855e76')
 


[arch-commits] Commit in fpc/trunk (PKGBUILD)

2018-10-18 Thread Ike Devolder via arch-commits
Date: Thursday, October 18, 2018 @ 18:49:32
  Author: idevolder
Revision: 396123

upgpkg: fpc 3.0.4-5

Modified:
  fpc/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-18 18:41:41 UTC (rev 396122)
+++ PKGBUILD2018-10-18 18:49:32 UTC (rev 396123)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Sergej Pupykin 
 # Maintainer: BlackIkeEagle 
 # Contributor: Valeriy Lyasotskiy 
@@ -8,7 +9,7 @@
 
 pkgname=fpc
 pkgver=3.0.4
-pkgrel=4
+pkgrel=5
 pkgdesc="Free Pascal Compiler, Turbo Pascal 7.0 and Delphi compatible."
 arch=('x86_64')
 url="http://www.freepascal.org/;


[arch-commits] Commit in fpc/trunk (PKGBUILD)

2018-08-15 Thread Ike Devolder via arch-commits
Date: Wednesday, August 15, 2018 @ 19:47:14
  Author: idevolder
Revision: 371885

upgpkg: fpc 3.0.4-4

Modified:
  fpc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 19:47:06 UTC (rev 371884)
+++ PKGBUILD2018-08-15 19:47:14 UTC (rev 371885)
@@ -9,8 +9,8 @@
 
 pkgname=fpc
 pkgver=3.0.4
-pkgrel=3
-pkgdesc="The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 
32bit Pascal Compiler. It comes with fully TP 7.0 compatible run-time library."
+pkgrel=4
+pkgdesc="Free Pascal Compiler, Turbo Pascal 7.0 and Delphi compatible."
 arch=('x86_64')
 url="http://www.freepascal.org/;
 license=('GPL' 'LGPL' 'custom')


[arch-commits] Commit in fpc/trunk (PKGBUILD)

2018-06-14 Thread Ike Devolder via arch-commits
Date: Thursday, June 14, 2018 @ 20:27:03
  Author: idevolder
Revision: 343191

upgpkg: fpc 3.0.4-3

Modified:
  fpc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 19:45:47 UTC (rev 343190)
+++ PKGBUILD2018-06-14 20:27:03 UTC (rev 343191)
@@ -9,13 +9,13 @@
 
 pkgname=fpc
 pkgver=3.0.4
-pkgrel=2
+pkgrel=3
 pkgdesc="The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 
32bit Pascal Compiler. It comes with fully TP 7.0 compatible run-time library."
 arch=('x86_64')
 url="http://www.freepascal.org/;
 license=('GPL' 'LGPL' 'custom')
 backup=("etc/fpc.cfg")
-depends=('ncurses' 'zlib' 'expat' 'binutils')
+depends=('ncurses' 'zlib' 'expat' 'binutils' 'make')
 makedepends=(fpc)
 options=(zipman staticlibs)
 
source=(ftp://ftp.freepascal.org/pub/fpc/dist/$pkgver/source/fpcbuild-$pkgver.tar.gz)


[arch-commits] Commit in fpc/trunk (PKGBUILD)

2018-04-12 Thread Ike Devolder via arch-commits
Date: Thursday, April 12, 2018 @ 18:37:01
  Author: idevolder
Revision: 316104

upgpkg: fpc 3.0.4-2

Modified:
  fpc/trunk/PKGBUILD

--+
 PKGBUILD |   26 ++
 1 file changed, 6 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-12 18:24:31 UTC (rev 316103)
+++ PKGBUILD2018-04-12 18:37:01 UTC (rev 316104)
@@ -1,41 +1,28 @@
 # $Id$
 # Maintainer: Sergej Pupykin 
+# Maintainer: BlackIkeEagle 
 # Contributor: Valeriy Lyasotskiy 
 # Contributor: Jan Willemson 
 # Contributor: Hugo Ideler 
-# Contributor: BlackIkeEagle 
 # Original PKGBUILD: Andre Naumann 
 # See http://bbs.archlinux.org/viewtopic.php?t=9318=fpc
 
 pkgname=fpc
 pkgver=3.0.4
-_gdbver=7.10
-pkgrel=1
+pkgrel=2
 pkgdesc="The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 
32bit Pascal Compiler. It comes with fully TP 7.0 compatible run-time library."
 arch=('x86_64')
 url="http://www.freepascal.org/;
 license=('GPL' 'LGPL' 'custom')
 backup=("etc/fpc.cfg")
-depends=(ncurses zlib expat)
+depends=('ncurses' 'zlib' 'expat' 'binutils')
 makedepends=(fpc)
 options=(zipman staticlibs)
-validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3')
-source=(ftp://ftp.freepascal.org/pub/fpc/dist/$pkgver/source/fpcbuild-$pkgver.tar.gz
-   https://ftp.gnu.org/gnu/gdb/gdb-${_gdbver}.tar.xz{,.sig})
-sha256sums=('f66514e6f2c2e4e1bb4d554c24b77682ed61c87811ae5dd210f421855e76'
-'7ebdaa44f9786ce0c142da4e36797d2020c55fa091905ac5af1846b5756208a8'
-'SKIP')
+source=(ftp://ftp.freepascal.org/pub/fpc/dist/$pkgver/source/fpcbuild-$pkgver.tar.gz)
+sha256sums=('f66514e6f2c2e4e1bb4d554c24b77682ed61c87811ae5dd210f421855e76')
 
 build() {
-  cd "$srcdir"/gdb-${_gdbver}
-#  ./configure --prefix=/usr --disable-nls --without-python --disable-werror 
--disable-tui
-#  make
-#  make -C gdb libgdb.a
-#  cp libdecnumber/libdecnumber.a gdb/
-
   cd "$srcdir"/fpcbuild-$pkgver
-  export GDBLIBDIR="$srcdir"/gdb-${_gdbver}/gdb
-  export LIBGDBFILE=$GDBLIBDIR/libgdb.a
   pushd fpcsrc/compiler
   fpcmake -Tall
   popd
@@ -47,13 +34,12 @@
 
   export HOME="$srcdir"
 
-  make -j1 PREFIX="$pkgdir"/usr install
+  make -j1 PREFIX="$pkgdir"/usr install NOGDB=1
 
   export PATH="$pkgdir"/usr/bin:$PATH
 
   install -Dm0644 fpcsrc/rtl/COPYING.FPC 
"$pkgdir"/usr/share/licenses/${pkgname}/COPYING.FPC
 
-  [ "$CARCH" = "i686" ] && ln -s /usr/lib/fpc/${pkgver}/ppc386 
"$pkgdir"/usr/bin/
   [ "$CARCH" = "x86_64" ] && ln -s /usr/lib/fpc/${pkgver}/ppcx64 
"$pkgdir"/usr/bin/
 
   mkdir -p "$pkgdir"/etc


[arch-commits] Commit in fpc/trunk (PKGBUILD)

2017-11-27 Thread Sergej Pupykin via arch-commits
Date: Tuesday, November 28, 2017 @ 07:33:13
  Author: spupykin
Revision: 270440

upgpkg: fpc 3.0.4-1

Modified:
  fpc/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-28 05:45:49 UTC (rev 270439)
+++ PKGBUILD2017-11-28 07:33:13 UTC (rev 270440)
@@ -8,7 +8,7 @@
 # See http://bbs.archlinux.org/viewtopic.php?t=9318=fpc
 
 pkgname=fpc
-pkgver=3.0.2
+pkgver=3.0.4
 _gdbver=7.10
 pkgrel=1
 pkgdesc="The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 
32bit Pascal Compiler. It comes with fully TP 7.0 compatible run-time library."
@@ -22,10 +22,9 @@
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3')
 
source=(ftp://ftp.freepascal.org/pub/fpc/dist/$pkgver/source/fpcbuild-$pkgver.tar.gz
https://ftp.gnu.org/gnu/gdb/gdb-${_gdbver}.tar.xz{,.sig})
-sha256sums=('f261ed0a361f190169fff428d65b707df1507df317fc0ed101b0e63596541b75'
+sha256sums=('f66514e6f2c2e4e1bb4d554c24b77682ed61c87811ae5dd210f421855e76'
 '7ebdaa44f9786ce0c142da4e36797d2020c55fa091905ac5af1846b5756208a8'
-'SKIP'
-'da73eed880c8d1f0f6ab0b78f72ea380ebe514fc524cfd87678de38939f8fbc7')
+'SKIP')
 
 build() {
   cd "$srcdir"/gdb-${_gdbver}


[arch-commits] Commit in fpc/trunk (PKGBUILD fpc-gdb.patch)

2017-11-25 Thread Jelle van der Waa via arch-commits
Date: Saturday, November 25, 2017 @ 21:22:13
  Author: jelle
Revision: 268477

remove unused patch

Modified:
  fpc/trunk/PKGBUILD
Deleted:
  fpc/trunk/fpc-gdb.patch

---+
 PKGBUILD  |4 
 fpc-gdb.patch |  737 
 2 files changed, 1 insertion(+), 740 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-25 21:10:20 UTC (rev 268476)
+++ PKGBUILD2017-11-25 21:22:13 UTC (rev 268477)
@@ -21,8 +21,7 @@
 options=(zipman staticlibs)
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3')
 
source=(ftp://ftp.freepascal.org/pub/fpc/dist/$pkgver/source/fpcbuild-$pkgver.tar.gz
-   https://ftp.gnu.org/gnu/gdb/gdb-${_gdbver}.tar.xz{,.sig}
-   fpc-gdb.patch)
+   https://ftp.gnu.org/gnu/gdb/gdb-${_gdbver}.tar.xz{,.sig})
 sha256sums=('f261ed0a361f190169fff428d65b707df1507df317fc0ed101b0e63596541b75'
 '7ebdaa44f9786ce0c142da4e36797d2020c55fa091905ac5af1846b5756208a8'
 'SKIP'
@@ -36,7 +35,6 @@
 #  cp libdecnumber/libdecnumber.a gdb/
 
   cd "$srcdir"/fpcbuild-$pkgver
-#  patch -p1 <"$srcdir"/fpc-gdb.patch
   export GDBLIBDIR="$srcdir"/gdb-${_gdbver}/gdb
   export LIBGDBFILE=$GDBLIBDIR/libgdb.a
   pushd fpcsrc/compiler

Deleted: fpc-gdb.patch
===
--- fpc-gdb.patch   2017-11-25 21:10:20 UTC (rev 268476)
+++ fpc-gdb.patch   2017-11-25 21:22:13 UTC (rev 268477)
@@ -1,737 +0,0 @@
-diff -wbBur fpcbuild-2.6.0/fpcsrc/ide/fp.pas 
fpcbuild-2.6.0.my/fpcsrc/ide/fp.pas
 fpcbuild-2.6.0/fpcsrc/ide/fp.pas   2010-08-20 15:04:44.0 +0400
-+++ fpcbuild-2.6.0.my/fpcsrc/ide/fp.pas2013-01-14 20:55:58.472376421 
+0400
-@@ -14,6 +14,9 @@
-  **}
- program FP;
- 
-+{$LINKLIB libz.so}
-+
-+
- {$ifdef Windows}
- { some windows versions, namely at least XP x64 don't like if the IDE stack
-   is too big }
-diff -wbBur fpcbuild-2.6.0/fpcsrc/packages/gdbint/Makefile 
fpcbuild-2.6.0.my/fpcsrc/packages/gdbint/Makefile
 fpcbuild-2.6.0/fpcsrc/packages/gdbint/Makefile 2011-12-11 
00:19:00.0 +0400
-+++ fpcbuild-2.6.0.my/fpcsrc/packages/gdbint/Makefile  2013-01-14 
20:32:15.545303270 +0400
-@@ -2337,10 +2337,12 @@
- endif
- ifeq ($(OS_SOURCE),openbsd)
- override FPCOPT+=-FD$(NEW_BINUTILS_PATH)
-+override FPCMAKEOPT+=-FD$(NEW_BINUTILS_PATH)
- endif
- ifndef CROSSBOOTSTRAP
- ifneq ($(BINUTILSPREFIX),)
- override FPCOPT+=-XP$(BINUTILSPREFIX)
-+override FPCMAKEOPT+=-XP$(BINUTILSPREFIX)
- endif
- ifneq ($(BINUTILSPREFIX),)
- override FPCOPT+=-Xr$(RLINKPATH)
-diff -wbBur fpcbuild-2.6.0/fpcsrc/packages/gdbint/src/gdbint.pp 
fpcbuild-2.6.0.my/fpcsrc/packages/gdbint/src/gdbint.pp
 fpcbuild-2.6.0/fpcsrc/packages/gdbint/src/gdbint.pp2011-12-10 
20:50:23.0 +0400
-+++ fpcbuild-2.6.0.my/fpcsrc/packages/gdbint/src/gdbint.pp 2013-01-14 
20:53:27.332331458 +0400
-@@ -17,6 +17,7 @@
- 
- {$define NotImplemented}
- 
-+{$define GDB_DISABLE_PYTHON}
- {$define COMPILING_GDBINT_UNIT}
- {$ifdef USE_GDBLIBINC}
-   {$i gdblib.inc}
-@@ -50,7 +51,6 @@
- {$ifdef GDB_V601}
-   {$info using gdb 6.1.x}
-   {$define GDB_V6}
--  {$define GDB_HAS_DB_COMMANDS}
-   {$undef GDB_HAS_DEPRECATED_CBPH}
- {$endif def GDB_V601}
- 
-@@ -58,14 +58,12 @@
- {$ifdef GDB_V602}
-   {$info using gdb 6.2.x}
-   {$define GDB_V6}
--  {$define GDB_HAS_DB_COMMANDS}
- {$endif def GDB_V602}
- 
- { 6.3.x }
- {$ifdef GDB_V603}
-   {$info using gdb 6.3.x}
-   {$define GDB_V6}
--  {$define GDB_HAS_DB_COMMANDS}
- {$endif def GDB_V603}
- 
- { 6.4.x }
-@@ -73,7 +71,6 @@
-   {$info using gdb 6.4.x}
-   {$define GDB_V6}
-   {$define GDB_NEEDS_NO_ERROR_INIT}
--  {$define GDB_HAS_DB_COMMANDS}
- {$endif def GDB_V604}
- 
- { 6.5.x }
-@@ -87,7 +84,6 @@
- {$ifdef GDB_V606}
-   {$info using gdb 6.6.x}
-   {$define GDB_V6}
--  {$define GDB_HAS_DB_COMMANDS}
-   {$define GDB_USES_BP_LOCATION}
-   {$define GDB_NEEDS_NO_ERROR_INIT}
-   {$define GDB_USES_EXPAT_LIB}
-@@ -98,7 +94,6 @@
- {$ifdef GDB_V607}
-   {$info using gdb 6.7.x}
-   {$define GDB_V6}
--  {$define GDB_HAS_DB_COMMANDS}
-   {$define GDB_USES_BP_LOCATION}
-   {$define GDB_NEEDS_NO_ERROR_INIT}
-   {$define GDB_USES_EXPAT_LIB}
-@@ -109,7 +104,6 @@
- {$ifdef GDB_V608}
-   {$info using gdb 6.8.x}
-   {$define GDB_V6}
--  {$define GDB_HAS_DB_COMMANDS}
-   {$define GDB_USES_BP_LOCATION}
-   {$define GDB_BP_LOCATION_HAS_GLOBAL_NEXT}
-   {$define GDB_NEEDS_NO_ERROR_INIT}
-@@ -120,13 +114,64 @@
-   {$define GDB_HAS_BP_NONE}
- {$endif def GDB_V608}
- 
-+{ 7.5.x }
-+{$ifdef GDB_V705}
-+  {$info using gdb 7.5.x}
-+  {$define GDB_V7}
-+  {$define GDB_BP_LOCATION_HAS_GDBARCH}
-+  {$define GDB_HAS_PROGRAM_SPACE}
-+  {$define GDB_NO_UIOUT}
-+  {$define GDB_NEEDS_INTERPRETER_SETUP}
-+  {$define GDB_NEEDS_SET_INSTREAM}
-+  {$define GDB_NOTIFY_BREAKPOINT_ARG_IS_BREAKPOINT_PTR}
-+  {$define GDB_USES_BP_OPS}
-+  

[arch-commits] Commit in fpc/trunk (PKGBUILD)

2017-02-16 Thread Sergej Pupykin
Date: Thursday, February 16, 2017 @ 12:01:19
  Author: spupykin
Revision: 212569

upgpkg: fpc 3.0.2-1

upd

Modified:
  fpc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-16 12:01:13 UTC (rev 212568)
+++ PKGBUILD2017-02-16 12:01:19 UTC (rev 212569)
@@ -8,7 +8,7 @@
 # See http://bbs.archlinux.org/viewtopic.php?t=9318=fpc
 
 pkgname=fpc
-pkgver=3.0.0
+pkgver=3.0.2
 _gdbver=7.10
 pkgrel=1
 pkgdesc="The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 
32bit Pascal Compiler. It comes with fully TP 7.0 compatible run-time library."
@@ -23,7 +23,7 @@
 
source=(ftp://ftp.freepascal.org/pub/fpc/dist/$pkgver/source/fpcbuild-$pkgver.tar.gz
https://ftp.gnu.org/gnu/gdb/gdb-${_gdbver}.tar.xz{,.sig}
fpc-gdb.patch)
-sha256sums=('d5913b1d5d3d13190ae7ee72c305d5da49ac2ddc1b375b814751ef09ae5c80ec'
+sha256sums=('f261ed0a361f190169fff428d65b707df1507df317fc0ed101b0e63596541b75'
 '7ebdaa44f9786ce0c142da4e36797d2020c55fa091905ac5af1846b5756208a8'
 'SKIP'
 'da73eed880c8d1f0f6ab0b78f72ea380ebe514fc524cfd87678de38939f8fbc7')


[arch-commits] Commit in fpc/trunk (PKGBUILD)

2016-11-14 Thread Sergej Pupykin
Date: Monday, November 14, 2016 @ 15:37:27
  Author: spupykin
Revision: 195714

Modified:
  fpc/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-14 15:34:02 UTC (rev 195713)
+++ PKGBUILD2016-11-14 15:37:27 UTC (rev 195714)
@@ -19,12 +19,14 @@
 depends=(ncurses zlib expat)
 makedepends=(fpc)
 options=(zipman staticlibs)
+validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3')
 
source=(ftp://ftp.freepascal.org/pub/fpc/dist/$pkgver/source/fpcbuild-$pkgver.tar.gz
-   http://ftp.gnu.org/gnu/gdb/gdb-${_gdbver}.tar.xz
+   https://ftp.gnu.org/gnu/gdb/gdb-${_gdbver}.tar.xz{,.sig}
fpc-gdb.patch)
-md5sums=('bb7d17ef5c7c007466368262c0779cb7'
- '2a35bac41fa8e10bf04f3a0dd7f7f363'
- '1e45ece6b5d4ee60b860e75926b4122d')
+sha256sums=('d5913b1d5d3d13190ae7ee72c305d5da49ac2ddc1b375b814751ef09ae5c80ec'
+'7ebdaa44f9786ce0c142da4e36797d2020c55fa091905ac5af1846b5756208a8'
+'SKIP'
+'da73eed880c8d1f0f6ab0b78f72ea380ebe514fc524cfd87678de38939f8fbc7')
 
 build() {
   cd "$srcdir"/gdb-${_gdbver}


[arch-commits] Commit in fpc/trunk (PKGBUILD)

2015-11-26 Thread Sergej Pupykin
Date: Thursday, November 26, 2015 @ 13:32:09
  Author: spupykin
Revision: 147845

upgpkg: fpc 3.0.0-1

upd

Modified:
  fpc/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-26 12:10:16 UTC (rev 147844)
+++ PKGBUILD2015-11-26 12:32:09 UTC (rev 147845)
@@ -8,8 +8,8 @@
 # See http://bbs.archlinux.org/viewtopic.php?t=9318=fpc
 
 pkgname=fpc
-pkgver=2.6.4
-_gdbver=7.5.1
+pkgver=3.0.0
+_gdbver=7.10
 pkgrel=1
 pkgdesc="The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 
32bit Pascal Compiler. It comes with fully TP 7.0 compatible run-time library."
 arch=('i686' 'x86_64')
@@ -20,10 +20,10 @@
 makedepends=(fpc)
 options=(zipman staticlibs)
 
source=(ftp://ftp.freepascal.org/pub/fpc/dist/$pkgver/source/fpcbuild-$pkgver.tar.gz
-   http://ftp.gnu.org/gnu/gdb/gdb-${_gdbver}.tar.bz2
+   http://ftp.gnu.org/gnu/gdb/gdb-${_gdbver}.tar.xz
fpc-gdb.patch)
-md5sums=('403da132aed194fd841d46c3b33b022a'
- '3f48f468b24447cf24820054ff6e85b1'
+md5sums=('bb7d17ef5c7c007466368262c0779cb7'
+ '2a35bac41fa8e10bf04f3a0dd7f7f363'
  '1e45ece6b5d4ee60b860e75926b4122d')
 
 build() {


[arch-commits] Commit in fpc/trunk (PKGBUILD)

2014-03-12 Thread Sergej Pupykin
Date: Wednesday, March 12, 2014 @ 11:54:27
  Author: spupykin
Revision: 107069

upgpkg: fpc 2.6.4-1

upd

Modified:
  fpc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-12 10:38:49 UTC (rev 107068)
+++ PKGBUILD2014-03-12 10:54:27 UTC (rev 107069)
@@ -8,9 +8,9 @@
 # See http://bbs.archlinux.org/viewtopic.php?t=9318highlight=fpc
 
 pkgname=fpc
-pkgver=2.6.2
+pkgver=2.6.4
 _gdbver=7.5.1
-pkgrel=2
+pkgrel=1
 pkgdesc=The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 
32bit Pascal Compiler. It comes with fully TP 7.0 compatible run-time library.
 arch=('i686' 'x86_64')
 url=http://www.freepascal.org/;
@@ -22,7 +22,7 @@
 
source=(ftp://ftp.freepascal.org/pub/fpc/dist/$pkgver/source/fpcbuild-$pkgver.tar.gz
http://ftp.gnu.org/gnu/gdb/gdb-${_gdbver}.tar.bz2
fpc-gdb.patch)
-md5sums=('89c7e60db6280f3d5cc006a4a9ff43a9'
+md5sums=('403da132aed194fd841d46c3b33b022a'
  '3f48f468b24447cf24820054ff6e85b1'
  '1e45ece6b5d4ee60b860e75926b4122d')
 



[arch-commits] Commit in fpc/trunk (PKGBUILD)

2013-11-02 Thread Sergej Pupykin
Date: Saturday, November 2, 2013 @ 09:57:13
  Author: spupykin
Revision: 100308

Modified:
  fpc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 08:55:57 UTC (rev 100307)
+++ PKGBUILD2013-11-02 08:57:13 UTC (rev 100308)
@@ -10,7 +10,7 @@
 pkgname=fpc
 pkgver=2.6.2
 _gdbver=7.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc=The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 
32bit Pascal Compiler. It comes with fully TP 7.0 compatible run-time library.
 arch=('i686' 'x86_64')
 url=http://www.freepascal.org/;
@@ -18,7 +18,7 @@
 backup=(etc/fpc.cfg)
 depends=(ncurses zlib expat)
 makedepends=(fpc)
-options=(zipman)
+options=(zipman staticlibs)
 
source=(ftp://ftp.freepascal.org/pub/fpc/dist/$pkgver/source/fpcbuild-$pkgver.tar.gz
http://ftp.gnu.org/gnu/gdb/gdb-${_gdbver}.tar.bz2
fpc-gdb.patch)



[arch-commits] Commit in fpc/trunk (PKGBUILD)

2013-02-25 Thread Sergej Pupykin
Date: Monday, February 25, 2013 @ 11:36:21
  Author: spupykin
Revision: 84831

upgpkg: fpc 2.6.2-1

upd

Modified:
  fpc/trunk/PKGBUILD

--+
 PKGBUILD |   18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-25 10:36:15 UTC (rev 84830)
+++ PKGBUILD2013-02-25 10:36:21 UTC (rev 84831)
@@ -8,9 +8,9 @@
 # See http://bbs.archlinux.org/viewtopic.php?t=9318highlight=fpc
 
 pkgname=fpc
-pkgver=2.6.0
+pkgver=2.6.2
 _gdbver=7.5.1
-pkgrel=4
+pkgrel=1
 pkgdesc=The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 
32bit Pascal Compiler. It comes with fully TP 7.0 compatible run-time library.
 arch=('i686' 'x86_64')
 url=http://www.freepascal.org/;
@@ -22,25 +22,25 @@
 
source=(ftp://ftp.freepascal.org/pub/fpc/dist/$pkgver/source/fpcbuild-$pkgver.tar.gz
http://ftp.gnu.org/gnu/gdb/gdb-${_gdbver}.tar.bz2
fpc-gdb.patch)
-md5sums=('17375e665a4e1311f85812fe2754f609'
+md5sums=('89c7e60db6280f3d5cc006a4a9ff43a9'
  '3f48f468b24447cf24820054ff6e85b1'
  '1e45ece6b5d4ee60b860e75926b4122d')
 
 build() {
   cd ${srcdir}/gdb-${_gdbver}
-  ./configure --prefix=/usr --disable-nls --without-python --disable-werror 
--disable-tui
-  make
-  make -C gdb libgdb.a
-  cp libdecnumber/libdecnumber.a gdb/
+#  ./configure --prefix=/usr --disable-nls --without-python --disable-werror 
--disable-tui
+#  make
+#  make -C gdb libgdb.a
+#  cp libdecnumber/libdecnumber.a gdb/
 
   cd ${srcdir}/fpcbuild-$pkgver
-  patch -p1 $srcdir/fpc-gdb.patch
+#  patch -p1 $srcdir/fpc-gdb.patch
   export GDBLIBDIR=${srcdir}/gdb-${_gdbver}/gdb
   export LIBGDBFILE=$GDBLIBDIR/libgdb.a
   pushd fpcsrc/compiler
   fpcmake -Tall
   popd
-  make build
+  make build NOGDB=1
 }
 
 package() {