diff options
487 files changed, 612 insertions, 610 deletions
@@ -332,8 +332,9 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fpc -override PACKAGE_VERSION=3.0.1 -REQUIREDVERSION=3.0.0 +override PACKAGE_VERSION=3.0.5 +REQUIREDVERSION=3.0.2 +REQUIREDVERSION=3.0.4 ifndef inOS2 override FPCDIR:=$(BASEDIR) export FPCDIR diff --git a/Makefile.fpc b/Makefile.fpc index 6c7996fdd8..004e2f4e42 100644 --- a/Makefile.fpc +++ b/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fpc -version=3.0.1 +version=3.0.5 [target] dirs=compiler rtl utils packages ide installer @@ -20,8 +20,8 @@ fpcdir=. rule=help [prerules] -REQUIREDVERSION=3.0.0 - +REQUIREDVERSION=3.0.2 +REQUIREDVERSION=3.0.4 # make versions < 3.77 (OS2 version) are buggy ifndef inOS2 diff --git a/compiler/Makefile b/compiler/Makefile index da995621d5..d05843eca1 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=compiler -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 unexport FPC_VERSION FPC_COMPILERINFO CYCLETARGETS=i386 powerpc sparc arm x86_64 powerpc64 m68k armeb mipsel mips avr jvm i8086 aarch64 ALLTARGETS=$(CYCLETARGETS) diff --git a/compiler/Makefile.fpc b/compiler/Makefile.fpc index 5e1dbf51fb..eef30b21f1 100644 --- a/compiler/Makefile.fpc +++ b/compiler/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=compiler -version=3.0.1 +version=3.0.5 [target] programs=pp diff --git a/compiler/msg/errore.msg b/compiler/msg/errore.msg index f485204405..035e75b2d2 100644 --- a/compiler/msg/errore.msg +++ b/compiler/msg/errore.msg @@ -1,6 +1,6 @@ # # This file is part of the Free Pascal Compiler -# Copyright (c) 1999-2013 by the Free Pascal Development team +# Copyright (c) 1999-2017 by the Free Pascal Development team # # English (default) Language File for Free Pascal # diff --git a/compiler/msgidx.inc b/compiler/msgidx.inc index 8fc9109d34..0cea426b24 100644 --- a/compiler/msgidx.inc +++ b/compiler/msgidx.inc @@ -1001,7 +1001,7 @@ const option_info=11024; option_help_pages=11025; - MsgTxtSize = 74923; + MsgTxtSize = 74978; MsgIdxMax : array[1..20] of longint=( 26,99,339,123,96,57,126,27,202,64, diff --git a/compiler/msgtxt.inc b/compiler/msgtxt.inc index 9eb268367e..fc57005db6 100644 --- a/compiler/msgtxt.inc +++ b/compiler/msgtxt.inc @@ -1223,7 +1223,7 @@ const msgtxt : array[0..000312,1..240] of char=( 'le "$1"'#000+ '11023_Free Pascal Compiler version $FPCFULLVERSION [$FPC','DATE] for $F'+ 'PCCPU'#010+ - 'Copyright (c) 1993-2017 by Florian Klaempfl and others'#000+ + 'Copyright (c) 1993-2015 by Florian Klaempfl and others'#000+ '11024_Free Pascal Compiler version $FPCVERSION'#010+ #010+ 'Compiler date : $FPCDATE'#010+ @@ -1434,134 +1434,135 @@ const msgtxt : array[0..000312,1..240] of char=( 'bs'#010+ '*g3godwarfmethodclassprefix_ Prefix method names in DWARF with class n'+ 'ame'#010+ + '*g3godwarfcpp_ Simulate C++ debug information in DWARF'#010+ '*g2gp_Preserve case in stabs symbol names'#010+ - '*g2gs_Generate Stabs debug information'#010+ - '*g2gt_Trash local variables (to detect uninitialized us','es; multiple '+ - #039't'#039' changes the trashing value)'#010+ + '*g2gs_Generate Stabs debug information'#010, + '*g2gt_Trash local variables (to detect uninitialized uses; multiple '#039+ + 't'#039' changes the trashing value)'#010+ '*g2gv_Generates programs traceable with Valgrind'#010+ '*g2gw_Generate DWARFv2 debug information (same as -gw2)'#010+ - '*g2gw2_Generate DWARFv2 debug information'#010+ + '*g2gw2_Generate DWARFv2 debug infor','mation'#010+ '*g2gw3_Generate DWARFv3 debug information'#010+ - '*g2gw4','_Generate DWARFv4 debug information (experimental)'#010+ + '*g2gw4_Generate DWARFv4 debug information (experimental)'#010+ '**1i_Information'#010+ '**2iD_Return compiler date'#010+ '**2iSO_Return compiler OS'#010+ '**2iSP_Return compiler host processor'#010+ '**2iTO_Return target OS'#010+ - '**2iTP_Return target processor'#010+ - '**2iV_Return short compile','r version'#010+ + '**','2iTP_Return target processor'#010+ + '**2iV_Return short compiler version'#010+ '**2iW_Return full compiler version'#010+ '**2ia_Return list of supported ABI targets'#010+ '**2ic_Return list of supported CPU instruction sets'#010+ - '**2if_Return list of supported FPU instruction sets'#010+ - '**2ii_Return list of supported inline assembler ','modes'#010+ + '**2if_Return list of supported FPU instructio','n sets'#010+ + '**2ii_Return list of supported inline assembler modes'#010+ '**2io_Return list of supported optimizations'#010+ '**2ir_Return list of recognized compiler and RTL features'#010+ '**2it_Return list of supported targets'#010+ - '**2iu_Return list of supported microcontroller types'#010+ - '**2iw_Return list of supported whole pr','ogram optimizations'#010+ + '**2iu_Return list of supported microc','ontroller types'#010+ + '**2iw_Return list of supported whole program optimizations'#010+ '**1I<x>_Add <x> to include path'#010+ '**1k<x>_Pass <x> to the linker'#010+ '**1l_Write logo'#010+ '**1M<x>_Set language mode to <x>'#010+ '**2Mfpc_Free Pascal dialect (default)'#010+ - '**2Mobjfpc_FPC mode with Object Pascal support'#010+ - '**2Mdelphi_Delphi 7 com','patibility mode'#010+ + '**2Mobjfpc_FPC ','mode with Object Pascal support'#010+ + '**2Mdelphi_Delphi 7 compatibility mode'#010+ '**2Mtp_TP/BP 7.0 compatibility mode'#010+ '**2Mmacpas_Macintosh Pascal dialects compatibility mode'#010+ '**2Miso_ISO 7185 mode'#010+ '**1n_Do not read the default config files'#010+ - '**1o<x>_Change the name of the executable produced to <x>'#010+ - '**1O<x>_Op','timizations:'#010+ + '**1o<x>_Chang','e the name of the executable produced to <x>'#010+ + '**1O<x>_Optimizations:'#010+ '**2O-_Disable optimizations'#010+ '**2O1_Level 1 optimizations (quick and debugger friendly)'#010+ '**2O2_Level 2 optimizations (-O1 + quick optimizations)'#010+ - '**2O3_Level 3 optimizations (-O2 + slow optimizations)'#010+ - '**2O4_Level 4 optimizations (-','O3 + optimizations which might have un'+ - 'expected side effects)'#010+ + '**2O3_Level 3 optimizations (-','O2 + slow optimizations)'#010+ + '**2O4_Level 4 optimizations (-O3 + optimizations which might have unex'+ + 'pected side effects)'#010+ '**2Oa<x>=<y>_Set alignment'#010+ '**2Oo[NO]<x>_Enable or disable optimizations; see fpc -i or fpc -io fo'+ 'r possible values'#010+ - '**2Op<x>_Set target cpu for optimizing; see fpc -i or fpc -ic fo','r po'+ + '**2Op<x>_','Set target cpu for optimizing; see fpc -i or fpc -ic for po'+ 'ssible values'#010+ '**2OW<x>_Generate whole-program optimization feedback for optimization'+ ' <x>; see fpc -i or fpc -iw for possible values'#010+ - '**2Ow<x>_Perform whole-program optimization <x>; see fpc -i or fpc -iw'+ - ' for possible values'#010+ - '**2Os_Optimiz','e for size rather than speed'#010+ + '**2Ow<x>_Perform whole-program optimization <x>; ','see fpc -i or fpc -'+ + 'iw for possible values'#010+ + '**2Os_Optimize for size rather than speed'#010+ '**1pg_Generate profile code for gprof (defines FPC_PROFILE)'#010+ 'F*1P<x>_Target CPU / compiler related options:'#010+ 'F*2PB_Show default compiler binary'#010+ - 'F*2PP_Show default target cpu'#010+ - 'F*2P<x>_Set target CPU (arm,avr,i386,jv','m,m68k,mips,mipsel,powerpc,po'+ - 'werpc64,sparc,x86_64)'#010+ + 'F*2PP_Show def','ault target cpu'#010+ + 'F*2P<x>_Set target CPU (arm,avr,i386,jvm,m68k,mips,mipsel,powerpc,powe'+ + 'rpc64,sparc,x86_64)'#010+ '**1R<x>_Assembler reading style:'#010+ '**2Rdefault_Use default assembler for target'#010+ '3*2Ratt_Read AT&T style assembler'#010+ - '3*2Rintel_Read Intel style assembler'#010+ + '3*2Rintel_Read Intel s','tyle assembler'#010+ '6*2RMOT_Read motorola style assembler'#010+ - '**','1S<x>_Syntax options:'#010+ + '**1S<x>_Syntax options:'#010+ '**2S2_Same as -Mobjfpc'#010+ '**2Sc_Support operators like C (*=,+=,/= and -=)'#010+ '**2Sa_Turn on assertions'#010+ '**2Sd_Same as -Mdelphi'#010+ - '**2Se<x>_Error options. <x> is a combination of the following:'#010+ - '**3*_<n> : Compiler halts after the',' <n> errors (default is 1)'#010+ + '**2Se<x>_Error options. <x> is a combinatio','n of the following:'#010+ + '**3*_<n> : Compiler halts after the <n> errors (default is 1)'#010+ '**3*_w : Compiler also halts after warnings'#010+ '**3*_n : Compiler also halts after notes'#010+ '**3*_h : Compiler also halts after hints'#010+ - '**2Sf_Enable certain features in compiler and RTL; see fpc -i or fpc -'+ - 'ir for possible v','alues)'#010+ + '**2Sf_Enable certain features in',' compiler and RTL; see fpc -i or fpc'+ + ' -ir for possible values)'#010+ '**2Sg_Enable LABEL and GOTO (default in -Mtp and -Mdelphi)'#010+ '**2Sh_Use reference counted strings (ansistring by default) instead of'+ ' shortstrings'#010+ - '**2Si_Turn on inlining of procedures/functions declared as "inline"'#010+ - '**2Sk_Load fpcylix uni','t'#010+ + '**2Si_Turn on inlining of procedure','s/functions declared as "inline"'#010+ + '**2Sk_Load fpcylix unit'#010+ '**2SI<x>_Set interface style to <x>'#010+ '**3SIcom_COM compatible interface (default)'#010+ '**3SIcorba_CORBA compatible interface'#010+ '**2Sm_Support macros like C (global)'#010+ '**2So_Same as -Mtp'#010+ - '**2Ss_Constructor name must be init (destructor must be done)'#010+ - '**','2Sv_Support vector processing (use CPU vector extensions if availa'+ - 'ble)'#010+ + '**2Ss_Con','structor name must be init (destructor must be done)'#010+ + '**2Sv_Support vector processing (use CPU vector extensions if availabl'+ + 'e)'#010+ '**2Sx_Enable exception keywords (default in Delphi/ObjFPC modes)'#010+ - '**2Sy_@<pointer> returns a typed pointer, same as $T+'#010+ + '**2Sy_@<pointer> returns a typed pointer, same as',' $T+'#010+ '**1s_Do not call assembler and linker'#010+ - '**2sh_Genera','te script to link on host'#010+ + '**2sh_Generate script to link on host'#010+ '**2st_Generate script to link on target'#010+ '**2sr_Skip register allocation phase (use with -alr)'#010+ '**1T<x>_Target operating system:'#010+ '3*2Tandroid_Android'#010+ - '3*2Taros_AROS'#010+ + '3*2Taros_AROS',#010+ '3*2Tbeos_BeOS'#010+ '3*2Tdarwin_Darwin/Mac OS X'#010+ - '3*2Tembedded_','Embedded'#010+ + '3*2Tembedded_Embedded'#010+ '3*2Temx_OS/2 via EMX (including EMX/RSX extender)'#010+ '3*2Tfreebsd_FreeBSD'#010+ '3*2Tgo32v2_Version 2 of DJ Delorie DOS extender'#010+ '3*2Thaiku_Haiku'#010+ - '3*2Tiphonesim_ iPhoneSimulator from iOS SDK 3.2+ (older versions: -Tda'+ - 'rwin)'#010+ + '3*2Tiphonesim_ iPhoneSimulator from iOS SD','K 3.2+ (older versions: -T'+ + 'darwin)'#010+ '3*2Tlinux_Linux'#010+ - '3*2Tn','ativent_Native NT API (experimental)'#010+ + '3*2Tnativent_Native NT API (experimental)'#010+ '3*2Tnetbsd_NetBSD'#010+ '3*2Tnetware_Novell Netware Module (clib)'#010+ '3*2Tnetwlibc_Novell Netware Module (libc)'#010+ '3*2Topenbsd_OpenBSD'#010+ - '3*2Tos2_OS/2 / eComStation'#010+ + '3*2Tos2_OS/2 / eComStation'#010, '3*2Tsunos_SunOS/Solaris'#010+ '3*2Tsymbian_Symbian OS'#010+ - '3*2Tsola','ris_Solaris'#010+ + '3*2Tsolaris_Solaris'#010+ '3*2Twatcom_Watcom compatible DOS extender'#010+ '3*2Twdosx_WDOSX DOS extender'#010+ '3*2Twin32_Windows 32 Bit'#010+ '3*2Twince_Windows CE'#010+ '4*2Tdarwin_Darwin/Mac OS X'#010+ '4*2Tfreebsd_FreeBSD'#010+ - '4*2Tiphonesim_ iPhoneSimulator'#010+ + '4*2Tiphon','esim_ iPhoneSimulator'#010+ '4*2Tlinux_Linux'#010+ - '4*2Tnetbsd_NetBSD',#010+ + '4*2Tnetbsd_NetBSD'#010+ '4*2Topenbsd_OpenBSD'#010+ '4*2Tsolaris_Solaris'#010+ '4*2Twin64_Win64 (64 bit Windows systems)'#010+ @@ -1569,9 +1570,9 @@ const msgtxt : array[0..000312,1..240] of char=( '6*2Tatari_Atari ST/STe/TT'#010+ '6*2Tlinux_Linux'#010+ '6*2Tpalmos_PalmOS'#010+ - '8*2Tmsdos_MS-DOS (and compatible)'#010+ + '8*2Tmsdos_MS-DOS ','(and compatible)'#010+ 'a*2Tdarwin_Darwin/iOS'#010+ - 'A*2Tandroid_Andr','oid'#010+ + 'A*2Tandroid_Android'#010+ 'A*2Tdarwin_Darwin/iPhoneOS/iOS'#010+ 'A*2Tembedded_Embedded'#010+ 'A*2Tgba_Game Boy Advance'#010+ @@ -1580,10 +1581,10 @@ const msgtxt : array[0..000312,1..240] of char=( 'A*2Tsymbian_Symbian'#010+ 'A*2Twince_Windows CE'#010+ 'J*2Tandroid_Android'#010+ - 'J*2Tjava_Java'#010+ + 'J*2Tja','va_Java'#010+ 'm*2Tembedded_Embedded'#010+ 'M*2Tandroid_Android'#010+ - 'M*2Te','mbedded_Embedded'#010+ + 'M*2Tembedded_Embedded'#010+ 'M*2Tlinux_Linux'#010+ 'P*2Taix_AIX'#010+ 'P*2Tamiga_AmigaOS'#010+ @@ -1593,146 +1594,146 @@ const msgtxt : array[0..000312,1..240] of char=( 'P*2Tmorphos_MorphOS'#010+ 'P*2Tnetbsd_NetBSD'#010+ 'P*2Twii_Wii'#010+ - 'p*2Taix_AIX'#010+ + 'p*','2Taix_AIX'#010+ 'p*2Tdarwin_Darwin/Mac OS X'#010+ 'p*2Tlinux_Linux'#010+ - 'S*','2Tsolaris_Solaris'#010+ + 'S*2Tsolaris_Solaris'#010+ 'S*2Tlinux_Linux'#010+ 'V*2Tembedded_Embedded'#010+ '**1u<x>_Undefines the symbol <x>'#010+ '**1U_Unit options:'#010+ '**2Un_Do not check where the unit name matches the file name'#010+ - '**2Ur_Generate release unit files (never automatically recompiled)'#010+ - '**2U','s_Compile a system unit'#010+ + '**2Ur_Generate r','elease unit files (never automatically recompiled)'#010+ + '**2Us_Compile a system unit'#010+ '**1v<x>_Be verbose. <x> is a combination of the following letters:'#010+ '**2*_e : Show errors (default) 0 : Show nothing (except errors)'#010+ - '**2*_w : Show warnings u : Show unit info'#010+ - '**2*_n : Show notes ',' t : Show tried/used files'#010+ + '**2*_w : Show warnings ',' u : Show unit info'#010+ + '**2*_n : Show notes t : Show tried/used files'#010+ '**2*_h : Show hints c : Show conditionals'#010+ '**2*_i : Show general info d : Show debug info'#010+ - '**2*_l : Show linenumbers r : Rhide/GCC compatibility mode'#010+ - '**2*_s : Show ','time stamps q : Show message numbers'#010+ + '**2*_l : Show linenumbers ',' r : Rhide/GCC compatibility mod'+ + 'e'#010+ + '**2*_s : Show time stamps q : Show message numbers'#010+ '**2*_a : Show everything x : Show info about invoked tools'+ #010+ - '**2*_b : Write file names messages p : Write tree.log with parse tre'+ - 'e'#010+ - '**2*_ with full path v : Write fp','cdebug.txt with'#010+ + '**2*_b : Write file names messages p : Write tree.log with parse',' t'+ + 'ree'#010+ + '**2*_ with full path v : Write fpcdebug.txt with'#010+ '**2*_z : Write output to stderr lots of debugging info'#010+ '**2*_m<x>,<y> : Do not show messages numbered <x> and <y>'#010+ - 'F*1V<x>_Append '#039'-<x>'#039' to the used compiler binary name (e.g. f'+ - 'or version)'#010+ - '**1W<x>_Target-specific opti','ons (targets)'#010+ + 'F*1V<x>_Append '#039'-<x>'#039' to the used compiler bina','ry name (e.g.'+ + ' for version)'#010+ + '**1W<x>_Target-specific options (targets)'#010+ '3*2WA_Specify native type application (Windows)'#010+ '4*2WA_Specify native type application (Windows)'#010+ 'A*2WA_Specify native type application (Windows)'#010+ - '3*2Wb_Create a bundle instead of a library (Darwin)'#010+ - 'P*2Wb_Create a bundle instead ','of a library (Darwin)'#010+ + '3*2Wb_Create a bundle inste','ad of a library (Darwin)'#010+ + 'P*2Wb_Create a bundle instead of a library (Darwin)'#010+ 'p*2Wb_Create a bundle instead of a library (Darwin)'#010+ 'a*2Wb_Create a bundle instead of a library (Darwin)'#010+ 'A*2Wb_Create a bundle instead of a library (Darwin)'#010+ - '4*2Wb_Create a bundle instead of a library (Darwin)'#010+ - '3*2WB_Crea','te a relocatable image (Windows, Symbian)'#010+ + '4*2Wb_C','reate a bundle instead of a library (Darwin)'#010+ + '3*2WB_Create a relocatable image (Windows, Symbian)'#010+ '3*2WBxxxx_Set image base to xxxx (Windows, Symbian)'#010+ '4*2WB_Create a relocatable image (Windows)'#010+ '4*2WBxxxx_Set image base to xxxx (Windows)'#010+ - 'A*2WB_Create a relocatable image (Windows, Symbian)'#010+ - 'A*2WBxxx','x_Set image base to xxxx (Windows, Symbian)'#010+ + 'A*2WB','_Create a relocatable image (Windows, Symbian)'#010+ + 'A*2WBxxxx_Set image base to xxxx (Windows, Symbian)'#010+ '3*2WC_Specify console type application (EMX, OS/2, Windows)'#010+ '4*2WC_Specify console type application (Windows)'#010+ - 'A*2WC_Specify console type application (Windows)'#010+ - 'P*2WC_Specify console type application',' (Classic Mac OS)'#010+ + 'A*2WC_Specify console type appli','cation (Windows)'#010+ + 'P*2WC_Specify console type application (Classic Mac OS)'#010+ '3*2WD_Use DEFFILE to export functions of DLL or EXE (Windows)'#010+ '4*2WD_Use DEFFILE to export functions of DLL or EXE (Windows)'#010+ - 'A*2WD_Use DEFFILE to export functions of DLL or EXE (Windows)'#010+ - '3*2We_Use external resources (Darwin',')'#010+ + 'A*2WD_Use DEFFILE to export functions of DL','L or EXE (Windows)'#010+ + '3*2We_Use external resources (Darwin)'#010+ '4*2We_Use external resources (Darwin)'#010+ 'a*2We_Use external resources (Darwin)'#010+ 'A*2We_Use external resources (Darwin)'#010+ 'P*2We_Use external resources (Darwin)'#010+ - 'p*2We_Use external resources (Darwin)'#010+ - '3*2WF_Specify full-screen type application (EMX,',' OS/2)'#010+ + 'p*2We_Use external resources (D','arwin)'#010+ + '3*2WF_Specify full-screen type application (EMX, OS/2)'#010+ '3*2WG_Specify graphic type application (EMX, OS/2, Windows)'#010+ '4*2WG_Specify graphic type application (Windows)'#010+ 'A*2WG_Specify graphic type application (Windows)'#010+ - 'P*2WG_Specify graphic type application (Classic Mac OS)'#010+ - '3*2Wi_Use internal ','resources (Darwin)'#010+ + 'P*2WG_Specify graphi','c type application (Classic Mac OS)'#010+ + '3*2Wi_Use internal resources (Darwin)'#010+ '4*2Wi_Use internal resources (Darwin)'#010+ 'a*2Wi_Use internal resources (Darwin)'#010+ 'A*2Wi_Use internal resources (Darwin)'#010+ 'P*2Wi_Use internal resources (Darwin)'#010+ - 'p*2Wi_Use internal resources (Darwin)'#010+ - '3*2WI_Turn on/off the usage of ','import sections (Windows)'#010+ + 'p*2Wi_Use inte','rnal resources (Darwin)'#010+ + '3*2WI_Turn on/off the usage of import sections (Windows)'#010+ '4*2WI_Turn on/off the usage of import sections (Windows)'#010+ 'A*2WI_Turn on/off the usage of import sections (Windows)'#010+ '8*2Wm<x>_Set memory model'#010+ - '8*3WmTiny_Tiny memory model'#010+ + '8*3WmTiny_Tiny memo','ry model'#010+ '8*3WmSmall_Small memory model (default)'#010+ - '8*3WmM','edium_Medium memory model'#010+ + '8*3WmMedium_Medium memory model'#010+ '8*3WmCompact_Compact memory model'#010+ '8*3WmLarge_Large memory model'#010+ '3*2WM<x>_Minimum Mac OS X deployment version: 10.4, 10.5.1, ... (Darwi'+ 'n)'#010+ - '4*2WM<x>_Minimum Mac OS X deployment version: 10.4, 10.5.1, ... (Darwi'+ - 'n)'#010+ - 'p*2W','M<x>_Minimum Mac OS X deployment version: 10.4, 10.5.1, ... (Dar'+ + '4*2WM<x>_Minimum Mac O','S X deployment version: 10.4, 10.5.1, ... (Dar'+ 'win)'#010+ + 'p*2WM<x>_Minimum Mac OS X deployment version: 10.4, 10.5.1, ... (Darwi'+ + 'n)'#010+ 'P*2WM<x>_Minimum Mac OS X deployment version: 10.4, 10.5.1, ... (Darwi'+ 'n)'#010+ - '3*2WN_Do not generate relocation code, needed for debugging (Windows)'#010+ - '4*2WN_Do not generate reloca','tion code, needed for debugging (Windows'+ + '3*2WN_Do not generate relocation code, need','ed for debugging (Windows'+ ')'#010+ + '4*2WN_Do not generate relocation code, needed for debugging (Windows)'#010+ 'A*2WN_Do not generate relocation code, needed for debugging (Windows)'#010+ 'A*2Wpxxxx_Specify the controller type; see fpc -i or fpc -iu for possi'+ + 'ble',' values'#010+ + 'm*2Wpxxxx_Specify the controller type; see fpc -i or fpc -iu for possi'+ 'ble values'#010+ - 'm*2Wpxxxx_Specify the controller type; see fpc ','-i or fpc -iu for pos'+ - 'sible values'#010+ 'V*2Wpxxxx_Specify the controller type; see fpc -i or fpc -iu for possi'+ 'ble values'#010+ '3*2WP<x>_Minimum iOS deployment version: 3.0, 5.0.1, ... (iphonesim)'#010+ - '4*2WP<x>_Minimum iOS deployment version: 8.0, 8.0.2, ...',' (iphonesim)'+ + '4','*2WP<x>_Minimum iOS deployment version: 8.0, 8.0.2, ... (iphonesim)'+ #010+ 'a*2WP<x>_Minimum iOS deployment version: 7.0, 7.1.2, ... (Darwin)'#010+ 'A*2WP<x>_Minimum iOS deployment version: 3.0, 5.0.1, ... (Darwin)'#010+ - '3*2WR_Generate relocation code (Windows)'#010+ + '3*2WR_Generate relocation code (Windows)',#010+ '4*2WR_Generate relocation code (Windows)'#010+ - 'A*2WR_Generat','e relocation code (Windows)'#010+ + 'A*2WR_Generate relocation code (Windows)'#010+ '8*2Wt<x>_Set the target executable format'#010+ '8*3Wtexe_Create a DOS .EXE file (default)'#010+ '8*3Wtcom_Create a DOS .COM file (requires tiny memory model)'#010+ - 'P*2WT_Specify MPW tool type application (Classic Mac OS)'#010+ - '**2WX_Enab','le executable stack (Linux)'#010+ + 'P*2WT_Specif','y MPW tool type application (Classic Mac OS)'#010+ + '**2WX_Enable executable stack (Linux)'#010+ '**1X_Executable options:'#010+ '**2Xc_Pass --shared/-dynamic to the linker (BeOS, Darwin, FreeBSD, Lin'+ 'ux)'#010+ - '**2Xd_Do not search default library path (sometimes required for cross'+ - '-compiling when not using -XR)'#010+ - '**2Xe_Use ex','ternal linker'#010+ + '**2Xd_Do not search default library path (sometimes requir','ed for cro'+ + 'ss-compiling when not using -XR)'#010+ + '**2Xe_Use external linker'#010+ '**2Xf_Substitute pthread library name for linking (BSD)'#010+ '**2Xg_Create debuginfo in a separate file and add a debuglink section '+ 'to executable'#010+ - '**2XD_Try to link units dynamically (defines FPC_LINK_DYNAMIC)'#010+ - '**2Xi_Use internal',' linker'#010+ + '**2XD_Try to link units dynamic','ally (defines FPC_LINK_DYNAMIC)'#010+ + '**2Xi_Use internal linker'#010+ '**2XLA_Define library substitutions for linking'#010+ '**2XLO_Define order of library linking'#010+ '**2XLD_Exclude default order of standard libraries'#010+ '**2Xm_Generate link map'#010+ - '**2XM<x>_Set the name of the '#039'main'#039' program routine (default i'+ - 's '#039'main'#039,')'#010+ + '**2XM<x>_Set th','e name of the '#039'main'#039' program routine (default'+ + ' is '#039'main'#039')'#010+ '**2Xn_Use target system native linker instead of GNU ld (Solaris, AIX)'+ #010+ 'F*2Xp<x>_First search for the compiler binary in the directory <x>'#010+ - '**2XP<x>_Prepend the binutils names with the prefix <x>'#010+ - '**2Xr<x>_Set the linker'#039's rlink-path to <x> ','(needed for cross co'+ - 'mpile, see the ld manual for more information) (BeOS, Linux)'#010+ + '**2XP<x>_Prepend the binutils names with the ','prefix <x>'#010+ + '**2Xr<x>_Set the linker'#039's rlink-path to <x> (needed for cross comp'+ + 'ile, see the ld manual for more information) (BeOS, Linux)'#010+ '**2XR<x>_Prepend <x> to all linker search paths (BeOS, Darwin, FreeBSD'+ ', Linux, Mac OS, Solaris)'#010+ - '**2Xs_Strip all symbols from executable'#010+ - '**2XS_Try to link units',' statically (default, defines FPC_LINK_STATIC'+ - ')'#010+ + '**2Xs_St','rip all symbols from executable'#010+ + '**2XS_Try to link units statically (default, defines FPC_LINK_STATIC)'#010+ '**2Xt_Link with static libraries (-static is passed to linker)'#010+ '**2Xv_Generate table for Virtual Entry calls'#010+ - '**2XX_Try to smartlink units (defines FPC_LINK_SMART)'#010+ + '**2XX_Try to smartlink units ',' (defines FPC_LINK_SMART)'#010+ '**1*_'#010+ - '**1?_Show thi','s help'#010+ + '**1?_Show this help'#010+ '**1h_Shows this help without waiting' ); diff --git a/compiler/version.pas b/compiler/version.pas index cb0a7d8a61..a49567d5aa 100644 --- a/compiler/version.pas +++ b/compiler/version.pas @@ -29,7 +29,7 @@ interface { version string } version_nr = '3'; release_nr = '0'; - patch_nr = '1'; + patch_nr = '5'; minorpatch = ''; { word version for ppu file } diff --git a/ide/fpmake.pp b/ide/fpmake.pp index f2faced0e5..c467f54b91 100644 --- a/ide/fpmake.pp +++ b/ide/fpmake.pp @@ -153,7 +153,7 @@ begin CompilerTarget:=Defaults.CPU; P:=AddPackage('ide'); - P.Version:='3.0.1'; + P.Version:='3.0.5'; {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} diff --git a/installer/Makefile b/installer/Makefile index 2032cc3ee3..7c4f9155ac 100644 --- a/installer/Makefile +++ b/installer/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=installer -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 ifeq ($(FULL_TARGET),i386-linux) override TARGET_PROGRAMS+=installer writeidx endif diff --git a/installer/Makefile.fpc b/installer/Makefile.fpc index dc134219c1..c05d2b2edd 100644 --- a/installer/Makefile.fpc +++ b/installer/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=installer -version=3.0.1 +version=3.0.5 [target] programs_go32v2=install writeidx diff --git a/installer/install.dat b/installer/install.dat index d31ed9438b..d196997693 100644 --- a/installer/install.dat +++ b/installer/install.dat @@ -6,8 +6,8 @@ # Warning: no package should contain more than 31 files (32-bit version # of TV/FV cannot hold more than 31 members of a checkbox group) -title=Free Pascal Compiler 3.0.1 -version=3.0.1 +title=Free Pascal Compiler 3.0.5 +version=3.0.5 # # General diff --git a/installer/install.pas b/installer/install.pas index 6ef1a0d52c..cec9d2863e 100644 --- a/installer/install.pas +++ b/installer/install.pas @@ -93,8 +93,8 @@ program install; WHTMLScn,insthelp; const - installerversion='3.0.1'; - installercopyright='Copyright (c) 1993-2015 Florian Klaempfl'; + installerversion='3.0.5'; + installercopyright='Copyright (c) 1993-2017 Florian Klaempfl'; maxpacks=20; diff --git a/packages/a52/Makefile b/packages/a52/Makefile index b182e852a3..05cf539766 100644 --- a/packages/a52/Makefile +++ b/packages/a52/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=a52 -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/a52/Makefile.fpc b/packages/a52/Makefile.fpc index 0d9e7ab797..6530507dae 100644 --- a/packages/a52/Makefile.fpc +++ b/packages/a52/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=a52 -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/a52/fpmake.pp b/packages/a52/fpmake.pp index db6d797b4e..56caf989a9 100644 --- a/packages/a52/fpmake.pp +++ b/packages/a52/fpmake.pp @@ -25,7 +25,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.SourcePath.Add('src'); T:=P.Targets.AddUnit('a52.pas'); diff --git a/packages/ami-extra/Makefile b/packages/ami-extra/Makefile index 79073a8bfb..20f94a1748 100644 --- a/packages/ami-extra/Makefile +++ b/packages/ami-extra/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=ami-extra -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/ami-extra/Makefile.fpc b/packages/ami-extra/Makefile.fpc index c226b49893..c4fb2a9877 100644 --- a/packages/ami-extra/Makefile.fpc +++ b/packages/ami-extra/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=ami-extra -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/ami-extra/fpmake.pp b/packages/ami-extra/fpmake.pp index 0534c2969c..40e20ecba8 100644 --- a/packages/ami-extra/fpmake.pp +++ b/packages/ami-extra/fpmake.pp @@ -26,7 +26,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.SourcePath.Add('src'); P.OSes:=AllAmigaLikeOSes; diff --git a/packages/amunits/Makefile b/packages/amunits/Makefile index 2bad430cbf..91f09f77ce 100644 --- a/packages/amunits/Makefile +++ b/packages/amunits/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=amunits -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/amunits/Makefile.fpc b/packages/amunits/Makefile.fpc index e0566e3309..e584b5a8a2 100644 --- a/packages/amunits/Makefile.fpc +++ b/packages/amunits/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=amunits -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/amunits/fpmake.pp b/packages/amunits/fpmake.pp index e48c3617e5..ca270b55f2 100644 --- a/packages/amunits/fpmake.pp +++ b/packages/amunits/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Nils Sjoholm'; P.License := 'LGPL with modification'; diff --git a/packages/amunits/src/utilunits/Makefile b/packages/amunits/src/utilunits/Makefile index 971b5329dd..0fb2fbc550 100644 --- a/packages/amunits/src/utilunits/Makefile +++ b/packages/amunits/src/utilunits/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=amunits -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 ifeq ($(FULL_TARGET),i386-linux) override TARGET_UNITS+=amigautils consoleio deadkeys doublebuffer easyasl hisoft linklist longarray msgbox pastoc pcq systemvartags tagsarray timerutils vartags wbargs endif diff --git a/packages/amunits/src/utilunits/Makefile.fpc b/packages/amunits/src/utilunits/Makefile.fpc index 91e2274bd9..fbf88b81fb 100644 --- a/packages/amunits/src/utilunits/Makefile.fpc +++ b/packages/amunits/src/utilunits/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=amunits -version=3.0.1 +version=3.0.5 [target] units=amigautils consoleio deadkeys doublebuffer easyasl hisoft \ diff --git a/packages/arosunits/Makefile b/packages/arosunits/Makefile index c33dab5fba..1fc477779f 100644 --- a/packages/arosunits/Makefile +++ b/packages/arosunits/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=arosunits -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/arosunits/Makefile.fpc b/packages/arosunits/Makefile.fpc index f5a1b3793e..e68d3f2ce1 100644 --- a/packages/arosunits/Makefile.fpc +++ b/packages/arosunits/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=arosunits -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/arosunits/fpmake.pp b/packages/arosunits/fpmake.pp index e324449fe3..4805017d89 100644 --- a/packages/arosunits/fpmake.pp +++ b/packages/arosunits/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Marcus Sackrow'; P.License := 'LGPL with modification'; diff --git a/packages/aspell/Makefile b/packages/aspell/Makefile index c3206d36f1..d9823aa45d 100644 --- a/packages/aspell/Makefile +++ b/packages/aspell/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=aspell -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/aspell/Makefile.fpc b/packages/aspell/Makefile.fpc index a864185585..67d666068d 100644 --- a/packages/aspell/Makefile.fpc +++ b/packages/aspell/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=aspell -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/aspell/fpmake.pp b/packages/aspell/fpmake.pp index 405af1dea3..d0af86a419 100644 --- a/packages/aspell/fpmake.pp +++ b/packages/aspell/fpmake.pp @@ -18,7 +18,7 @@ begin P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'header:Aleš Katona, library: Kevin Atkinson'; P.License := 'header: LGPL with modification, library: LGPL 2.0 or 2.1'; diff --git a/packages/bfd/Makefile b/packages/bfd/Makefile index 6179e538d9..cdaa5fe22c 100644 --- a/packages/bfd/Makefile +++ b/packages/bfd/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=bfd -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/bfd/Makefile.fpc b/packages/bfd/Makefile.fpc index d0766485af..fadaeddcec 100644 --- a/packages/bfd/Makefile.fpc +++ b/packages/bfd/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=bfd -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/bfd/fpmake.pp b/packages/bfd/fpmake.pp index e560aa4a8a..b9f54bf8a2 100644 --- a/packages/bfd/fpmake.pp +++ b/packages/bfd/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Library: Cygnus Support, header: by Uli Tessel'; P.License := 'Library: GPL2 or later, header: LGPL with modification, '; P.HomepageURL := 'www.freepascal.org'; diff --git a/packages/bzip2/Makefile b/packages/bzip2/Makefile index 74d54fa10e..4b1805b988 100644 --- a/packages/bzip2/Makefile +++ b/packages/bzip2/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=bzip2 -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/bzip2/Makefile.fpc b/packages/bzip2/Makefile.fpc index 9a0da43933..3c58e0b95c 100644 --- a/packages/bzip2/Makefile.fpc +++ b/packages/bzip2/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=bzip2 -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/bzip2/fpmake.pp b/packages/bzip2/fpmake.pp index 1c6d9f7ec4..ca2231bf8a 100644 --- a/packages/bzip2/fpmake.pp +++ b/packages/bzip2/fpmake.pp @@ -19,7 +19,7 @@ begin P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Library: Julian R. Seward, header: Daniel Mantione'; // 3 clause becaue "prominent notice" is not required. diff --git a/packages/cairo/Makefile b/packages/cairo/Makefile index dc6aa10531..c2e7007f50 100644 --- a/packages/cairo/Makefile +++ b/packages/cairo/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=cairo -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/cairo/Makefile.fpc b/packages/cairo/Makefile.fpc index 63dc606647..9e348ef1ba 100644 --- a/packages/cairo/Makefile.fpc +++ b/packages/cairo/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=cairo -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/cairo/fpmake.pp b/packages/cairo/fpmake.pp index 3eab1cbc25..832cbd1e7b 100644 --- a/packages/cairo/fpmake.pp +++ b/packages/cairo/fpmake.pp @@ -15,7 +15,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Library: University of Southern California + Red Hat Inc., header: Luiz AmXrico Pereira CXmara'; P.License := 'Library: MPL 1.1 + LGPL-2.1, header: LGPL with modification, '; P.HomepageURL := 'www.freepascal.org'; diff --git a/packages/cdrom/Makefile b/packages/cdrom/Makefile index 84a24a7e3c..e4442ad2ae 100644 --- a/packages/cdrom/Makefile +++ b/packages/cdrom/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=cdrom -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/cdrom/Makefile.fpc b/packages/cdrom/Makefile.fpc index 132502bfcb..494aa2293e 100644 --- a/packages/cdrom/Makefile.fpc +++ b/packages/cdrom/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=cdrom -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/cdrom/fpmake.pp b/packages/cdrom/fpmake.pp index 3ed881d275..525056c30a 100644 --- a/packages/cdrom/fpmake.pp +++ b/packages/cdrom/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes:=[Win32,Win64,Linux]; P.Author := 'Michael van Canneyt'; diff --git a/packages/chm/Makefile b/packages/chm/Makefile index 2d2900e6c9..e54f4197f5 100644 --- a/packages/chm/Makefile +++ b/packages/chm/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=chm -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/chm/Makefile.fpc b/packages/chm/Makefile.fpc index 52c1925776..5a83430957 100644 --- a/packages/chm/Makefile.fpc +++ b/packages/chm/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=chm -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/chm/fpmake.pp b/packages/chm/fpmake.pp index e0f2e0ddee..0d4f9072f1 100644 --- a/packages/chm/fpmake.pp +++ b/packages/chm/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Andrew Haines'; P.License := 'LGPL with modification, '; @@ -29,7 +29,7 @@ begin D:=P.Dependencies.Add('fcl-xml'); D:=P.Dependencies.Add('fcl-base'); - D.Version:='3.0.1'; + D.Version:='3.0.5'; P.SourcePath.Add('src'); P.IncludePath.Add('src'); diff --git a/packages/cocoaint/Makefile b/packages/cocoaint/Makefile index 02d0b372b9..fcd5d98b48 100644 --- a/packages/cocoaint/Makefile +++ b/packages/cocoaint/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=cocoaint -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/cocoaint/Makefile.fpc b/packages/cocoaint/Makefile.fpc index a0fe9be7ff..a5bc05c134 100644 --- a/packages/cocoaint/Makefile.fpc +++ b/packages/cocoaint/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=cocoaint -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/cocoaint/fpmake.pp b/packages/cocoaint/fpmake.pp index 777d8fb900..12f1a0d90a 100644 --- a/packages/cocoaint/fpmake.pp +++ b/packages/cocoaint/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.CPUs:=[i386,x86_64,powerpc,powerpc64]; P.OSes:=[darwin]; P.Dependencies.Add('univint'); diff --git a/packages/dblib/Makefile b/packages/dblib/Makefile index c98a2effc0..39d69a71b6 100644 --- a/packages/dblib/Makefile +++ b/packages/dblib/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=dblib -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/dblib/Makefile.fpc b/packages/dblib/Makefile.fpc index 22e13268de..835e11af6b 100644 --- a/packages/dblib/Makefile.fpc +++ b/packages/dblib/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=dblib -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/dblib/fpmake.pp b/packages/dblib/fpmake.pp index 728bc4f899..56eb230993 100644 --- a/packages/dblib/fpmake.pp +++ b/packages/dblib/fpmake.pp @@ -19,7 +19,7 @@ begin begin P:=AddPackage('dblib'); P.Directory:=ADirectory; - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Library: (FreeTDS/Microsoft), header: Ladislav Karrach'; P.License := 'Library: FreeTDS License, header: LGPL with modification, '; P.HomepageURL := 'www.freepascal.org'; diff --git a/packages/dbus/Makefile b/packages/dbus/Makefile index b7da6c7622..c7f089dcfe 100644 --- a/packages/dbus/Makefile +++ b/packages/dbus/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=dbus -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/dbus/Makefile.fpc b/packages/dbus/Makefile.fpc index afa778714a..a8fc2cdc1e 100644 --- a/packages/dbus/Makefile.fpc +++ b/packages/dbus/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=dbus -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/dbus/fpmake.pp b/packages/dbus/fpmake.pp index 0930cd3d64..e2b30b8311 100644 --- a/packages/dbus/fpmake.pp +++ b/packages/dbus/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Library: Red Hat, header: Unknown (but probably Sebastian Guenther)'; P.License := 'Library: GPL2 or later, header: LGPL with modification, '; diff --git a/packages/dts/Makefile b/packages/dts/Makefile index 41606f68d3..bf569d14ba 100644 --- a/packages/dts/Makefile +++ b/packages/dts/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=dts -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/dts/Makefile.fpc b/packages/dts/Makefile.fpc index 78640c6646..48117ed7a1 100644 --- a/packages/dts/Makefile.fpc +++ b/packages/dts/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=dts -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/dts/fpmake.pp b/packages/dts/fpmake.pp index 768a65b43d..4c53153850 100644 --- a/packages/dts/fpmake.pp +++ b/packages/dts/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Library: Gildas Bazin, header: Ivo Steinmann'; P.License := 'Library: GPL2 or later, header: LGPL with modification, '; diff --git a/packages/fastcgi/Makefile b/packages/fastcgi/Makefile index dd71c11be8..ee6d6e9d8d 100644 --- a/packages/fastcgi/Makefile +++ b/packages/fastcgi/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fastcgi -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/fastcgi/Makefile.fpc b/packages/fastcgi/Makefile.fpc index 236a5dd60a..4dda4fb410 100644 --- a/packages/fastcgi/Makefile.fpc +++ b/packages/fastcgi/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fastcgi -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/fastcgi/fpmake.pp b/packages/fastcgi/fpmake.pp index 7971790266..efd3ec5301 100644 --- a/packages/fastcgi/fpmake.pp +++ b/packages/fastcgi/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'FreePascal development team'; P.License := 'LGPL with modification, '; diff --git a/packages/fcl-async/Makefile b/packages/fcl-async/Makefile index bbecb96bf6..0e4702b2d9 100644 --- a/packages/fcl-async/Makefile +++ b/packages/fcl-async/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fcl-async -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/fcl-async/Makefile.fpc b/packages/fcl-async/Makefile.fpc index 19aa28bc05..458b9893d3 100644 --- a/packages/fcl-async/Makefile.fpc +++ b/packages/fcl-async/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fcl-async -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/fcl-async/fpmake.pp b/packages/fcl-async/fpmake.pp index c3f4b6795f..646fd91be7 100644 --- a/packages/fcl-async/fpmake.pp +++ b/packages/fcl-async/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Mostly Sebastian Guenther'; P.License := 'LGPL with modification, '; diff --git a/packages/fcl-base/Makefile b/packages/fcl-base/Makefile index 8a4b29e7fd..eaac0e8d9d 100644 --- a/packages/fcl-base/Makefile +++ b/packages/fcl-base/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fcl-base -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/fcl-base/Makefile.fpc b/packages/fcl-base/Makefile.fpc index 1b6faa3935..8e93dc06b8 100644 --- a/packages/fcl-base/Makefile.fpc +++ b/packages/fcl-base/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fcl-base -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/fcl-base/fpmake.pp b/packages/fcl-base/fpmake.pp index ce71764ad7..990a144148 100644 --- a/packages/fcl-base/fpmake.pp +++ b/packages/fcl-base/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Dependencies.Add('univint',[Darwin,iPhoneSim]); P.Dependencies.Add('fcl-res'); p.Dependencies.Add('rtl-objpas'); diff --git a/packages/fcl-db/Makefile b/packages/fcl-db/Makefile index 872758d027..af20bbc76d 100644 --- a/packages/fcl-db/Makefile +++ b/packages/fcl-db/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fcl-db -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/fcl-db/Makefile.fpc b/packages/fcl-db/Makefile.fpc index b166088414..cc524faba0 100644 --- a/packages/fcl-db/Makefile.fpc +++ b/packages/fcl-db/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fcl-db -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/fcl-db/fpmake.pp b/packages/fcl-db/fpmake.pp index 32312c4d6a..fa41ff05b5 100644 --- a/packages/fcl-db/fpmake.pp +++ b/packages/fcl-db/fpmake.pp @@ -35,7 +35,7 @@ begin P.OSes:=AllOSes-[embedded,msdos]; P.Directory:=ADirectory; - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.SourcePath.Add('src'); P.SourcePath.Add('src/base'); P.SourcePath.Add('src/paradox', ParadoxOSes); diff --git a/packages/fcl-db/src/base/Makefile b/packages/fcl-db/src/base/Makefile index 8ccfc22e09..824bfbdb86 100644 --- a/packages/fcl-db/src/base/Makefile +++ b/packages/fcl-db/src/base/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fcl-db -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 PACKAGEDIR_MAIN:=$(firstword $(subst /Makefile.fpc,,$(strip $(wildcard $(addsuffix /fcl-db/Makefile.fpc,$(PACKAGESDIR)))))) ifeq ($(FULL_TARGET),i386-linux) override TARGET_UNITS+=dbconst db dbwhtml bufdataset_parser bufdataset dbcoll sqlscript xmldatapacketreader diff --git a/packages/fcl-db/src/base/Makefile.fpc b/packages/fcl-db/src/base/Makefile.fpc index dfd3ba3a35..5aeab09bd6 100644 --- a/packages/fcl-db/src/base/Makefile.fpc +++ b/packages/fcl-db/src/base/Makefile.fpc @@ -4,7 +4,7 @@ [package] main=fcl-db -version=3.0.1 +version=3.0.5 [target] units=dbconst db dbwhtml bufdataset_parser bufdataset dbcoll sqlscript xmldatapacketreader diff --git a/packages/fcl-extra/Makefile b/packages/fcl-extra/Makefile index 032e166b9b..9b5fd8839f 100644 --- a/packages/fcl-extra/Makefile +++ b/packages/fcl-extra/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fcl-extra -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/fcl-extra/Makefile.fpc b/packages/fcl-extra/Makefile.fpc index 030fcf9f6c..aa0a655ac3 100644 --- a/packages/fcl-extra/Makefile.fpc +++ b/packages/fcl-extra/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fcl-extra -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/fcl-extra/fpmake.pp b/packages/fcl-extra/fpmake.pp index 04030667bf..ac7fc2c21c 100644 --- a/packages/fcl-extra/fpmake.pp +++ b/packages/fcl-extra/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Dependencies.Add('fcl-base'); P.OSes:=[Win32,Win64]+AllUnixOSes; P.Dependencies.Add('winunits-jedi',[Win32,Win64]); diff --git a/packages/fcl-fpcunit/Makefile b/packages/fcl-fpcunit/Makefile index 4633608a96..43247e6d80 100644 --- a/packages/fcl-fpcunit/Makefile +++ b/packages/fcl-fpcunit/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fcl-fpcunit -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/fcl-fpcunit/Makefile.fpc b/packages/fcl-fpcunit/Makefile.fpc index db117a97d9..281e891751 100644 --- a/packages/fcl-fpcunit/Makefile.fpc +++ b/packages/fcl-fpcunit/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fcl-fpcunit -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/fcl-fpcunit/fpmake.pp b/packages/fcl-fpcunit/fpmake.pp index d9e535ebcb..012d6b5ce7 100644 --- a/packages/fcl-fpcunit/fpmake.pp +++ b/packages/fcl-fpcunit/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Dependencies.Add('paszlib'); P.Dependencies.Add('fcl-base'); P.Dependencies.Add('fcl-xml'); diff --git a/packages/fcl-image/Makefile b/packages/fcl-image/Makefile index c80ac404e0..a610fdb098 100644 --- a/packages/fcl-image/Makefile +++ b/packages/fcl-image/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fcl-image -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/fcl-image/Makefile.fpc b/packages/fcl-image/Makefile.fpc index 52d63b9d96..69ba2c5a79 100644 --- a/packages/fcl-image/Makefile.fpc +++ b/packages/fcl-image/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fcl-image -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/fcl-image/fpmake.pp b/packages/fcl-image/fpmake.pp index 34a8451978..154cb1d4de 100644 --- a/packages/fcl-image/fpmake.pp +++ b/packages/fcl-image/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Dependencies.Add('pasjpeg'); P.Dependencies.Add('paszlib'); P.Dependencies.Add('fcl-base'); diff --git a/packages/fcl-js/Makefile b/packages/fcl-js/Makefile index 82214165c9..30cbdcd2e9 100644 --- a/packages/fcl-js/Makefile +++ b/packages/fcl-js/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fcl-js -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/fcl-js/Makefile.fpc b/packages/fcl-js/Makefile.fpc index 2122bba4c9..51a751291f 100644 --- a/packages/fcl-js/Makefile.fpc +++ b/packages/fcl-js/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fcl-js -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/fcl-js/fpmake.pp b/packages/fcl-js/fpmake.pp index 9d4e0ed9b3..c598b2dc1b 100644 --- a/packages/fcl-js/fpmake.pp +++ b/packages/fcl-js/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Michael Van Canneyt'; P.License := 'LGPL with FPC modification'; P.HomepageURL := 'www.freepascal.org'; diff --git a/packages/fcl-json/Makefile b/packages/fcl-json/Makefile index e9235fc14b..3e2d664aed 100644 --- a/packages/fcl-json/Makefile +++ b/packages/fcl-json/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fcl-json -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/fcl-json/Makefile.fpc b/packages/fcl-json/Makefile.fpc index 76668a9d59..672af12928 100644 --- a/packages/fcl-json/Makefile.fpc +++ b/packages/fcl-json/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fcl-json -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/fcl-json/fpmake.pp b/packages/fcl-json/fpmake.pp index 2e298a7e03..c661637ec3 100644 --- a/packages/fcl-json/fpmake.pp +++ b/packages/fcl-json/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Dependencies.Add('fcl-base'); P.Dependencies.Add('rtl-objpas'); P.Author := 'Michael van Canneyt'; diff --git a/packages/fcl-net/Makefile b/packages/fcl-net/Makefile index 18b13c7edb..c741aaa212 100644 --- a/packages/fcl-net/Makefile +++ b/packages/fcl-net/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fcl-net -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/fcl-net/Makefile.fpc b/packages/fcl-net/Makefile.fpc index e602cb8f62..9a2b948a1a 100644 --- a/packages/fcl-net/Makefile.fpc +++ b/packages/fcl-net/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fcl-net -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/fcl-net/fpmake.pp b/packages/fcl-net/fpmake.pp index 948bb10ef5..19c31d961e 100644 --- a/packages/fcl-net/fpmake.pp +++ b/packages/fcl-net/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Dependencies.Add('fcl-base'); P.Dependencies.Add('openssl',AllOSes - AllAmigaLikeOSes); P.Dependencies.Add('fcl-xml'); diff --git a/packages/fcl-passrc/Makefile b/packages/fcl-passrc/Makefile index debc6484cb..920f1317b6 100644 --- a/packages/fcl-passrc/Makefile +++ b/packages/fcl-passrc/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fcl-passrc -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/fcl-passrc/Makefile.fpc b/packages/fcl-passrc/Makefile.fpc index 754d37d2b4..0b3e67e9ef 100644 --- a/packages/fcl-passrc/Makefile.fpc +++ b/packages/fcl-passrc/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fcl-passrc -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/fcl-passrc/fpmake.pp b/packages/fcl-passrc/fpmake.pp index 72cc93759a..90a58c24e3 100644 --- a/packages/fcl-passrc/fpmake.pp +++ b/packages/fcl-passrc/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Dependencies.Add('fcl-base'); P.Author := 'Sebastian Guenther'; P.License := 'LGPL with modification, '; diff --git a/packages/fcl-process/Makefile b/packages/fcl-process/Makefile index 1bc792b792..e7477391a0 100644 --- a/packages/fcl-process/Makefile +++ b/packages/fcl-process/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fcl-process -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/fcl-process/Makefile.fpc b/packages/fcl-process/Makefile.fpc index 65abd32248..e818d80d30 100644 --- a/packages/fcl-process/Makefile.fpc +++ b/packages/fcl-process/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fcl-process -version=3.0.1 +version=3.0.5 [require] packages=rtl diff --git a/packages/fcl-process/fpmake.pp b/packages/fcl-process/fpmake.pp index 8eb0ecf08f..d4b201285e 100644 --- a/packages/fcl-process/fpmake.pp +++ b/packages/fcl-process/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Michael van Canneyt and Free Pascal Development team'; P.License := 'LGPL with modification'; P.HomepageURL := 'www.freepascal.org'; diff --git a/packages/fcl-registry/Makefile b/packages/fcl-registry/Makefile index e26f53c4f3..ff19e22cd6 100644 --- a/packages/fcl-registry/Makefile +++ b/packages/fcl-registry/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fcl-registry -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/fcl-registry/Makefile.fpc b/packages/fcl-registry/Makefile.fpc index add6bd76da..b92a23fa89 100644 --- a/packages/fcl-registry/Makefile.fpc +++ b/packages/fcl-registry/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fcl-registry -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/fcl-registry/fpmake.pp b/packages/fcl-registry/fpmake.pp index 1a781b8196..4fe43eb2c7 100644 --- a/packages/fcl-registry/fpmake.pp +++ b/packages/fcl-registry/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Dependencies.Add('fcl-base'); P.Dependencies.Add('fcl-xml'); diff --git a/packages/fcl-res/Makefile b/packages/fcl-res/Makefile index 92a9884d80..917fbac962 100644 --- a/packages/fcl-res/Makefile +++ b/packages/fcl-res/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fcl-res -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/fcl-res/Makefile.fpc b/packages/fcl-res/Makefile.fpc index a2a0051aa6..ef38bd68c1 100644 --- a/packages/fcl-res/Makefile.fpc +++ b/packages/fcl-res/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fcl-res -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/fcl-res/fpmake.pp b/packages/fcl-res/fpmake.pp index fd676db8de..5c998582fd 100644 --- a/packages/fcl-res/fpmake.pp +++ b/packages/fcl-res/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Giulio Bernardi'; P.License := 'LGPL with modification, '; P.HomepageURL := 'www.freepascal.org'; diff --git a/packages/fcl-sdo/Makefile b/packages/fcl-sdo/Makefile index 8818711741..a03beddf97 100644 --- a/packages/fcl-sdo/Makefile +++ b/packages/fcl-sdo/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fcl-sdo -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/fcl-sdo/Makefile.fpc b/packages/fcl-sdo/Makefile.fpc index db91a8fa28..1da3866e12 100644 --- a/packages/fcl-sdo/Makefile.fpc +++ b/packages/fcl-sdo/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fcl-sdo -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/fcl-sdo/fpmake.pp b/packages/fcl-sdo/fpmake.pp index ac1e140534..e3f560b7fb 100644 --- a/packages/fcl-sdo/fpmake.pp +++ b/packages/fcl-sdo/fpmake.pp @@ -19,7 +19,7 @@ begin P.Dependencies.Add('fcl-base'); P.Dependencies.Add('fcl-xml'); P.Dependencies.Add('fcl-db'); - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Inoussa Ouedraogo'; P.License := 'LGPL with modification'; P.HomepageURL := 'www.freepascal.org'; diff --git a/packages/fcl-sound/Makefile b/packages/fcl-sound/Makefile index 813401b0db..bd58b93027 100644 --- a/packages/fcl-sound/Makefile +++ b/packages/fcl-sound/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fcl-sound -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/fcl-sound/Makefile.fpc b/packages/fcl-sound/Makefile.fpc index c6a91fd444..9a01389b8a 100644 --- a/packages/fcl-sound/Makefile.fpc +++ b/packages/fcl-sound/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fcl-sound -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/fcl-sound/fpmake.pp b/packages/fcl-sound/fpmake.pp index 4bf3b1e0e0..bfd2c536a3 100644 --- a/packages/fcl-sound/fpmake.pp +++ b/packages/fcl-sound/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Dependencies.Add('fcl-base'); P.Author := 'Abou Al Montacir of the Free Pascal development team'; diff --git a/packages/fcl-stl/Makefile b/packages/fcl-stl/Makefile index 6fc2045a45..02726043ba 100644 --- a/packages/fcl-stl/Makefile +++ b/packages/fcl-stl/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fcl-stl -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/fcl-stl/Makefile.fpc b/packages/fcl-stl/Makefile.fpc index 8a2f63e66e..f326a169d2 100644 --- a/packages/fcl-stl/Makefile.fpc +++ b/packages/fcl-stl/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fcl-stl -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/fcl-stl/fpmake.pp b/packages/fcl-stl/fpmake.pp index 479c09cfbf..0ef3076daf 100644 --- a/packages/fcl-stl/fpmake.pp +++ b/packages/fcl-stl/fpmake.pp @@ -18,7 +18,7 @@ begin P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Vlado Boza'; P.License := 'LGPL with modification, '; P.HomepageURL := 'www.freepascal.org'; diff --git a/packages/fcl-web/Makefile b/packages/fcl-web/Makefile index 5b68c77198..82f9603929 100644 --- a/packages/fcl-web/Makefile +++ b/packages/fcl-web/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fcl-web -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/fcl-web/Makefile.fpc b/packages/fcl-web/Makefile.fpc index f14d2e65c0..93a8723c50 100644 --- a/packages/fcl-web/Makefile.fpc +++ b/packages/fcl-web/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fcl-web -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/fcl-web/fpmake.pp b/packages/fcl-web/fpmake.pp index 8fed0c6ce6..1c8fb949bd 100644 --- a/packages/fcl-web/fpmake.pp +++ b/packages/fcl-web/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes := [beos,haiku,freebsd,darwin,iphonesim,solaris,netbsd,openbsd,linux,win32,win64,wince,aix,amiga,aros,morphos,dragonfly]; if Defaults.CPU=powerpc then P.OSes:=P.OSes-[amiga]; diff --git a/packages/fcl-web/src/base/Makefile b/packages/fcl-web/src/base/Makefile index e27657be19..cc849aa405 100644 --- a/packages/fcl-web/src/base/Makefile +++ b/packages/fcl-web/src/base/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fcl-web -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 PACKAGEDIR_MAIN:=$(firstword $(subst /Makefile.fpc,,$(strip $(wildcard $(addsuffix /fcl-web/Makefile.fpc,$(PACKAGESDIR)))))) ifeq ($(FULL_TARGET),i386-linux) override TARGET_UNITS+=httpdefs fphttp custweb custcgi fpcgi fphtml iniwebsession websession fpweb webutil fpdatasetform cgiapp ezcgi fpapache webpage fcgigate fphttpserver fphttpclient custhttpapp fphttpapp fpwebfile fpapache24 custfcgi fpfcgi diff --git a/packages/fcl-web/src/base/Makefile.fpc b/packages/fcl-web/src/base/Makefile.fpc index 52c5db0f20..e6caf8c38e 100644 --- a/packages/fcl-web/src/base/Makefile.fpc +++ b/packages/fcl-web/src/base/Makefile.fpc @@ -4,7 +4,7 @@ [package] main=fcl-web -version=3.0.1 +version=3.0.5 [target] units=httpdefs fphttp custweb custcgi fpcgi fphtml iniwebsession websession fpweb \ diff --git a/packages/fcl-web/src/jsonrpc/Makefile b/packages/fcl-web/src/jsonrpc/Makefile index 5d1639229b..a1f21df199 100644 --- a/packages/fcl-web/src/jsonrpc/Makefile +++ b/packages/fcl-web/src/jsonrpc/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fcl-web -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 PACKAGEDIR_MAIN:=$(firstword $(subst /Makefile.fpc,,$(strip $(wildcard $(addsuffix /fcl-web/Makefile.fpc,$(PACKAGESDIR)))))) ifeq ($(FULL_TARGET),i386-linux) override TARGET_UNITS+=fpjsonrpc webjsonrpc fpextdirect diff --git a/packages/fcl-web/src/jsonrpc/Makefile.fpc b/packages/fcl-web/src/jsonrpc/Makefile.fpc index 4188675850..84c5bc855d 100644 --- a/packages/fcl-web/src/jsonrpc/Makefile.fpc +++ b/packages/fcl-web/src/jsonrpc/Makefile.fpc @@ -4,7 +4,7 @@ [package] main=fcl-web -version=3.0.1 +version=3.0.5 [target] units=fpjsonrpc webjsonrpc fpextdirect diff --git a/packages/fcl-web/src/webdata/Makefile b/packages/fcl-web/src/webdata/Makefile index a7dc232f21..8753faef02 100644 --- a/packages/fcl-web/src/webdata/Makefile +++ b/packages/fcl-web/src/webdata/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fcl-web -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 PACKAGEDIR_MAIN:=$(firstword $(subst /Makefile.fpc,,$(strip $(wildcard $(addsuffix /fcl-web/Makefile.fpc,$(PACKAGESDIR)))))) ifeq ($(FULL_TARGET),i386-linux) override TARGET_UNITS+=fpwebdata sqldbwebdata fpextjs extjsjson extjsxml diff --git a/packages/fcl-web/src/webdata/Makefile.fpc b/packages/fcl-web/src/webdata/Makefile.fpc index 273ae5963f..676d0df42e 100644 --- a/packages/fcl-web/src/webdata/Makefile.fpc +++ b/packages/fcl-web/src/webdata/Makefile.fpc @@ -4,7 +4,7 @@ [package] main=fcl-web -version=3.0.1 +version=3.0.5 [target] units=fpwebdata sqldbwebdata fpextjs extjsjson extjsxml diff --git a/packages/fcl-xml/Makefile b/packages/fcl-xml/Makefile index 84f2e7d7bf..c10291ef88 100644 --- a/packages/fcl-xml/Makefile +++ b/packages/fcl-xml/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fcl-xml -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/fcl-xml/Makefile.fpc b/packages/fcl-xml/Makefile.fpc index 0f08009a30..027e015b3d 100644 --- a/packages/fcl-xml/Makefile.fpc +++ b/packages/fcl-xml/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fcl-xml -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/fcl-xml/fpmake.pp b/packages/fcl-xml/fpmake.pp index efd27d688b..17d1244f4f 100644 --- a/packages/fcl-xml/fpmake.pp +++ b/packages/fcl-xml/fpmake.pp @@ -18,10 +18,10 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Options.Add('-S2h'); D:=P.Dependencies.Add('fcl-base'); - D.Version:='3.0.1'; + D.Version:='3.0.5'; D:=P.Dependencies.Add('iconvenc',[linux,darwin,iphonesim,freebsd,haiku,beos,aix]); P.Author := 'Sebastian Guenther, Sergei Gorelkin and FPC development team'; diff --git a/packages/fftw/Makefile b/packages/fftw/Makefile index 9c7d700f81..7f6a8911b6 100644 --- a/packages/fftw/Makefile +++ b/packages/fftw/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fftw -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/fftw/Makefile.fpc b/packages/fftw/Makefile.fpc index 8fa6845216..ce7f3b1312 100644 --- a/packages/fftw/Makefile.fpc +++ b/packages/fftw/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fftw -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/fftw/fpmake.pp b/packages/fftw/fpmake.pp index 5bd79e0bc8..0c9d62e9e4 100644 --- a/packages/fftw/fpmake.pp +++ b/packages/fftw/fpmake.pp @@ -16,9 +16,9 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Library: Matteo Frigo and Steven G. Johnson, header: Daniel Mantione'; P.License := 'Library: GPL or commercial, header: LGPL with modification, '; P.HomepageURL := 'www.freepascal.org'; diff --git a/packages/fpgtk/Makefile b/packages/fpgtk/Makefile index a330e227f0..99ac333a17 100644 --- a/packages/fpgtk/Makefile +++ b/packages/fpgtk/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fpgtk -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/fpgtk/Makefile.fpc b/packages/fpgtk/Makefile.fpc index 2afc5ab7bb..8b76ae468b 100644 --- a/packages/fpgtk/Makefile.fpc +++ b/packages/fpgtk/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fpgtk -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/fpgtk/fpmake.pp b/packages/fpgtk/fpmake.pp index 3cdb1ef4ff..9ca72bba6e 100644 --- a/packages/fpgtk/fpmake.pp +++ b/packages/fpgtk/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes := [beos,haiku,freebsd,solaris,netbsd,openbsd,linux,win32,win64,os2,emx,aix,dragonfly]; // Do not build fpgtk on iPhone (=arm-darwin) if Defaults.CPU<>arm then diff --git a/packages/fpindexer/Makefile b/packages/fpindexer/Makefile index 761d819bc7..1109eefd67 100644 --- a/packages/fpindexer/Makefile +++ b/packages/fpindexer/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fpindexer -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/fpindexer/Makefile.fpc b/packages/fpindexer/Makefile.fpc index 2d682b2bfd..6f48e02248 100644 --- a/packages/fpindexer/Makefile.fpc +++ b/packages/fpindexer/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fpindexer -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/fpindexer/fpmake.pp b/packages/fpindexer/fpmake.pp index d4e6a665d2..32502c851b 100644 --- a/packages/fpindexer/fpmake.pp +++ b/packages/fpindexer/fpmake.pp @@ -18,7 +18,7 @@ begin begin P:=AddPackage('fpindexer'); P.Directory:=ADirectory; - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes := [beos,haiku,freebsd,darwin,solaris,netbsd,openbsd,linux,win32,win64,wince,aix,dragonfly]; P.Dependencies.Add('fcl-base'); P.Dependencies.Add('fcl-db'); diff --git a/packages/fpmake.pp b/packages/fpmake.pp index 9657ffd2e2..0ab7d71388 100644 --- a/packages/fpmake.pp +++ b/packages/fpmake.pp @@ -36,7 +36,7 @@ begin begin // Create fpc-all package PBuild:=AddPackage('fpc-all'); - PBuild.Version:='3.0.1'; + PBuild.Version:='3.0.5'; end; end; diff --git a/packages/fpmkunit/Makefile b/packages/fpmkunit/Makefile index 3ff27e0f61..808c7e7258 100644 --- a/packages/fpmkunit/Makefile +++ b/packages/fpmkunit/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fpmkunit -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 TARGET_UNITDIRBS=units_bs/$(SOURCESUFFIX) CLEAN_FILES+=units_bs/$(SOURCESUFFIX)/fpmkunit.ppu units_bs/$(SOURCESUFFIX)/fpmkunit.rst units_bs/$(SOURCESUFFIX)/fpmkunit.o CLEAN_FILES+=units_bs/$(SOURCESUFFIX)/adler.ppu units_bs/$(SOURCESUFFIX)/adler.o units_bs/$(SOURCESUFFIX)/crc.o units_bs/$(SOURCESUFFIX)/crc.ppu diff --git a/packages/fpmkunit/Makefile.fpc b/packages/fpmkunit/Makefile.fpc index 82317e428d..c791dac072 100644 --- a/packages/fpmkunit/Makefile.fpc +++ b/packages/fpmkunit/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fpmkunit -version=3.0.1 +version=3.0.5 [require] packages=rtl paszlib fcl-process hash libtar diff --git a/packages/fpmkunit/fpmake.pp b/packages/fpmkunit/fpmake.pp index 786f2b1d37..eabafb3d13 100644 --- a/packages/fpmkunit/fpmake.pp +++ b/packages/fpmkunit/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Description:='Free Pascal Make Tool'; P.Author := 'Peter Vreman'; P.License := 'LGPL with modification, '; @@ -31,13 +31,13 @@ begin // here to be able to update all requirements to // compile fpmake from a single place D:=P.Dependencies.Add('hash'); - D.Version:='3.0.1'; + D.Version:='3.0.5'; D:=P.Dependencies.Add('paszlib'); - D.Version:='3.0.1'; + D.Version:='3.0.5'; D:=P.Dependencies.Add('fcl-process'); - D.Version:='3.0.1'; + D.Version:='3.0.5'; D:=P.Dependencies.Add('libtar'); - D.Version:='3.0.1'; + D.Version:='3.0.5'; with P.Targets.AddUnit('src/fpmkunit.pp') do ResourceStrings:=true; diff --git a/packages/fppkg/Makefile b/packages/fppkg/Makefile index a29f9727f2..549bc79dc8 100644 --- a/packages/fppkg/Makefile +++ b/packages/fppkg/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fppkg -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/fppkg/Makefile.fpc b/packages/fppkg/Makefile.fpc index 09171525a3..93b2a086c4 100644 --- a/packages/fppkg/Makefile.fpc +++ b/packages/fppkg/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fppkg -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/fppkg/fpmake.pp b/packages/fppkg/fpmake.pp index bfa1d87f37..e51a5692ac 100644 --- a/packages/fppkg/fpmake.pp +++ b/packages/fppkg/fpmake.pp @@ -26,7 +26,7 @@ begin P.ShortName:='fppk'; P.Directory:=ADirectory; - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Dependencies.Add('fcl-base'); P.Dependencies.Add('fcl-xml'); P.Dependencies.Add('fcl-process'); diff --git a/packages/fuse/Makefile b/packages/fuse/Makefile index 4eeeef4d56..111e663560 100644 --- a/packages/fuse/Makefile +++ b/packages/fuse/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fuse -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/fuse/Makefile.fpc b/packages/fuse/Makefile.fpc index 7c0759f648..d6a1362350 100644 --- a/packages/fuse/Makefile.fpc +++ b/packages/fuse/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fuse -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/fv/Makefile b/packages/fv/Makefile index 8a39cc1b0d..228931ca42 100644 --- a/packages/fv/Makefile +++ b/packages/fv/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fv -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/fv/Makefile.fpc b/packages/fv/Makefile.fpc index 50cfd2ce82..c128f5a6f8 100644 --- a/packages/fv/Makefile.fpc +++ b/packages/fv/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fv -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/fv/fpmake.pp b/packages/fv/fpmake.pp index 9e347a192e..17cb68f0cb 100644 --- a/packages/fv/fpmake.pp +++ b/packages/fv/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Leon De Boer and Pierre Mueller'; P.License := 'LGPL with modification, '; P.HomepageURL := 'www.freepascal.org'; diff --git a/packages/gdbint/Makefile b/packages/gdbint/Makefile index f5b16e9acc..de51e4901b 100644 --- a/packages/gdbint/Makefile +++ b/packages/gdbint/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=gdbint -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/gdbint/Makefile.fpc b/packages/gdbint/Makefile.fpc index 74461293c2..8566e68897 100644 --- a/packages/gdbint/Makefile.fpc +++ b/packages/gdbint/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=gdbint -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/gdbint/fpmake.pp b/packages/gdbint/fpmake.pp index bc6d0d5f30..9ee50f214b 100644 --- a/packages/gdbint/fpmake.pp +++ b/packages/gdbint/fpmake.pp @@ -156,7 +156,7 @@ begin P:=AddPackage('gdbint'); P.ShortName:='gdb'; P.Directory:=ADirectory; - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Library : Cygnus, header: Peter Vreman'; P.License := 'Library: GPL2 or later, header: LGPL with modification, '; P.HomepageURL := 'www.freepascal.org'; diff --git a/packages/gdbm/Makefile b/packages/gdbm/Makefile index 0da7d51678..d1717f12ea 100644 --- a/packages/gdbm/Makefile +++ b/packages/gdbm/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=gdbm -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/gdbm/Makefile.fpc b/packages/gdbm/Makefile.fpc index fab06b5f19..00abada000 100644 --- a/packages/gdbm/Makefile.fpc +++ b/packages/gdbm/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=gdbm -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/gdbm/fpmake.pp b/packages/gdbm/fpmake.pp index 2d4c21249f..0605a91daa 100644 --- a/packages/gdbm/fpmake.pp +++ b/packages/gdbm/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Library: GNU, header: Michael van Canneyt'; P.License := 'Library: GPL2 (or later?), header: LGPL with modification, '; P.HomepageURL := 'www.freepascal.org'; diff --git a/packages/ggi/Makefile b/packages/ggi/Makefile index b46c12f5ed..75a6636435 100644 --- a/packages/ggi/Makefile +++ b/packages/ggi/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=ggi -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/ggi/Makefile.fpc b/packages/ggi/Makefile.fpc index b2fd0d6189..38055c2aa4 100644 --- a/packages/ggi/Makefile.fpc +++ b/packages/ggi/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=ggi -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/ggi/fpmake.pp b/packages/ggi/fpmake.pp index ca20bc16f6..7b44e4e8d2 100644 --- a/packages/ggi/fpmake.pp +++ b/packages/ggi/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Library: ?, header: Sebastian Guenther'; P.License := 'Library: ?, header: LGPL with modification, '; P.HomepageURL := 'www.freepascal.org'; diff --git a/packages/gmp/Makefile b/packages/gmp/Makefile index 52e05ba7eb..bd78fb5fc8 100644 --- a/packages/gmp/Makefile +++ b/packages/gmp/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=gmp -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/gmp/Makefile.fpc b/packages/gmp/Makefile.fpc index 9c6e6e1c77..c479f59d55 100644 --- a/packages/gmp/Makefile.fpc +++ b/packages/gmp/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=gmp -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/gmp/fpmake.pp b/packages/gmp/fpmake.pp index 8ccd0383f0..03100d1f8d 100644 --- a/packages/gmp/fpmake.pp +++ b/packages/gmp/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'FreePascal development team'; P.License := 'LGPL with modification, '; diff --git a/packages/gnome1/Makefile b/packages/gnome1/Makefile index d113e3dc7d..2579f13f9f 100644 --- a/packages/gnome1/Makefile +++ b/packages/gnome1/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=gnome1 -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/gnome1/Makefile.fpc b/packages/gnome1/Makefile.fpc index f876f1b986..50777232c6 100644 --- a/packages/gnome1/Makefile.fpc +++ b/packages/gnome1/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=gnome1 -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/gnome1/fpmake.pp b/packages/gnome1/fpmake.pp index 11b095d788..6aa36c1039 100644 --- a/packages/gnome1/fpmake.pp +++ b/packages/gnome1/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes:=AllUnixOSes-[darwin,iphonesim,Android]; if Defaults.CPU<>arm then P.OSes := P.OSes + [darwin]; diff --git a/packages/graph/Makefile b/packages/graph/Makefile index 0ff4d9ee79..52802812de 100644 --- a/packages/graph/Makefile +++ b/packages/graph/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=graph -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/graph/Makefile.fpc b/packages/graph/Makefile.fpc index 10cd42ae49..eb16d9df0f 100644 --- a/packages/graph/Makefile.fpc +++ b/packages/graph/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=graph -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/graph/fpmake.pp b/packages/graph/fpmake.pp index ee9178a1ab..af266501cf 100644 --- a/packages/graph/fpmake.pp +++ b/packages/graph/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'FPC team'; P.License := 'LGPL with modification, '; P.HomepageURL := 'www.freepascal.org'; diff --git a/packages/gtk1/Makefile b/packages/gtk1/Makefile index 0e149d1e73..8d8a0724d5 100644 --- a/packages/gtk1/Makefile +++ b/packages/gtk1/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=gtk1 -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/gtk1/Makefile.fpc b/packages/gtk1/Makefile.fpc index b2d9d97946..63cb4b63c6 100644 --- a/packages/gtk1/Makefile.fpc +++ b/packages/gtk1/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=gtk1 -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/gtk1/fpmake.pp b/packages/gtk1/fpmake.pp index 77e037eba8..73a74adac6 100644 --- a/packages/gtk1/fpmake.pp +++ b/packages/gtk1/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Library: Peter Mattis, Spencer Kimball and Josh MacDonald, header: Peter Vreman'; P.License := 'Library: LGPL2.1, header: LGPL with modification, '; P.HomepageURL := 'www.freepascal.org'; diff --git a/packages/gtk2/Makefile b/packages/gtk2/Makefile index 48a9df6e50..6fbb698361 100644 --- a/packages/gtk2/Makefile +++ b/packages/gtk2/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=gtk2 -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/gtk2/Makefile.fpc b/packages/gtk2/Makefile.fpc index 316185f5a5..72c0dba884 100644 --- a/packages/gtk2/Makefile.fpc +++ b/packages/gtk2/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=gtk2 -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/gtk2/fpmake.pp b/packages/gtk2/fpmake.pp index 00356ca6b2..a219ad1313 100644 --- a/packages/gtk2/fpmake.pp +++ b/packages/gtk2/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.SupportBuildModes := [bmOneByOne]; P.OSes:=AllUnixOSes+[Win32,Win64]-[darwin,iphonesim,Android]; if Defaults.CPU<>arm then diff --git a/packages/hash/Makefile b/packages/hash/Makefile index 1375850ece..5496f98870 100644 --- a/packages/hash/Makefile +++ b/packages/hash/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=hash -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/hash/Makefile.fpc b/packages/hash/Makefile.fpc index 10c313d644..d63369ded3 100644 --- a/packages/hash/Makefile.fpc +++ b/packages/hash/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=hash -version=3.0.1 +version=3.0.5 [require] packages=rtl diff --git a/packages/hash/fpmake.pp b/packages/hash/fpmake.pp index e38e8947ae..0207b0628f 100644 --- a/packages/hash/fpmake.pp +++ b/packages/hash/fpmake.pp @@ -26,7 +26,7 @@ begin P.OSes:=P.OSes-[embedded]; P.Dependencies.Add('rtl-objpas'); - P.Version:='3.0.1'; + P.Version:='3.0.5'; T:=P.Targets.AddUnit('src/md5.pp'); T.Dependencies.AddInclude('src/md5i386.inc', [i386], AllOSes-[darwin]); T:=P.Targets.AddUnit('src/sha1.pp'); diff --git a/packages/hermes/Makefile b/packages/hermes/Makefile index e27d10d182..629b5ee135 100644 --- a/packages/hermes/Makefile +++ b/packages/hermes/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=hermes -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/hermes/Makefile.fpc b/packages/hermes/Makefile.fpc index 6c2c7018ed..f59540f55f 100644 --- a/packages/hermes/Makefile.fpc +++ b/packages/hermes/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=hermes -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/hermes/fpmake.pp b/packages/hermes/fpmake.pp index 7c105a9fc5..bb9f802b12 100644 --- a/packages/hermes/fpmake.pp +++ b/packages/hermes/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Nikolay Nikolov (translation to Pascal), Christian Nentwich (original C version)'; P.License := 'LGPL with modification, '; diff --git a/packages/httpd13/Makefile b/packages/httpd13/Makefile index 96f9bbe4ca..0c46ee5287 100644 --- a/packages/httpd13/Makefile +++ b/packages/httpd13/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=httpd13 -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/httpd13/Makefile.fpc b/packages/httpd13/Makefile.fpc index c804d34b2c..697030de20 100644 --- a/packages/httpd13/Makefile.fpc +++ b/packages/httpd13/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=httpd13 -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/httpd13/fpmake.pp b/packages/httpd13/fpmake.pp index bad7695bbd..b68bc5f187 100644 --- a/packages/httpd13/fpmake.pp +++ b/packages/httpd13/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Library: Apache Foundation, header: Felipe Monteiro de Carvalho'; P.License := 'Library: Apache License 2, header: LGPL with modification, '; P.HomepageURL := 'www.freepascal.org'; diff --git a/packages/httpd20/Makefile b/packages/httpd20/Makefile index 5e7f264fcd..7af17b9ab4 100644 --- a/packages/httpd20/Makefile +++ b/packages/httpd20/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=httpd20 -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/httpd20/Makefile.fpc b/packages/httpd20/Makefile.fpc index a0950bacc9..a0695dfec4 100644 --- a/packages/httpd20/Makefile.fpc +++ b/packages/httpd20/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=httpd20 -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/httpd20/fpmake.pp b/packages/httpd20/fpmake.pp index 808ccd7039..36f14e499f 100644 --- a/packages/httpd20/fpmake.pp +++ b/packages/httpd20/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Library: Apache Foundation, header: Felipe Monteiro de Carvalho'; P.License := 'Library: Apache License 2, header: LGPL with modification, '; P.HomepageURL := 'www.freepascal.org'; diff --git a/packages/httpd22/Makefile b/packages/httpd22/Makefile index 401f2eb0b1..53eab470fe 100644 --- a/packages/httpd22/Makefile +++ b/packages/httpd22/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=httpd22 -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/httpd22/Makefile.fpc b/packages/httpd22/Makefile.fpc index ea28b051c5..c6f7e881f2 100644 --- a/packages/httpd22/Makefile.fpc +++ b/packages/httpd22/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=httpd22 -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/httpd22/fpmake.pp b/packages/httpd22/fpmake.pp index 8baa3269cd..7da9ed0e15 100644 --- a/packages/httpd22/fpmake.pp +++ b/packages/httpd22/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Library: Apache Foundation, header: Felipe Monteiro de Carvalho'; P.License := 'Library: Apache License 2, header: LGPL with modification, '; P.HomepageURL := 'www.freepascal.org'; diff --git a/packages/httpd24/Makefile b/packages/httpd24/Makefile index c6ef407938..2a7726461b 100644 --- a/packages/httpd24/Makefile +++ b/packages/httpd24/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=httpd24 -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/httpd24/Makefile.fpc b/packages/httpd24/Makefile.fpc index 5c4fce48b8..68332161f5 100644 --- a/packages/httpd24/Makefile.fpc +++ b/packages/httpd24/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=httpd24 -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/httpd24/fpmake.pp b/packages/httpd24/fpmake.pp index 9099f3f2e9..992e19b930 100644 --- a/packages/httpd24/fpmake.pp +++ b/packages/httpd24/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Library: Apache Foundation, header: Felipe Monteiro de Carvalho'; P.License := 'Library: Apache License 2, header: LGPL with modification, '; P.HomepageURL := 'www.freepascal.org'; diff --git a/packages/ibase/Makefile b/packages/ibase/Makefile index 6a1decb078..00c184db3b 100644 --- a/packages/ibase/Makefile +++ b/packages/ibase/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=ibase -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/ibase/Makefile.fpc b/packages/ibase/Makefile.fpc index 1f274acdcd..960fb437ce 100644 --- a/packages/ibase/Makefile.fpc +++ b/packages/ibase/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=ibase -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/ibase/fpmake.pp b/packages/ibase/fpmake.pp index 860a6b95ae..72002fb2a6 100644 --- a/packages/ibase/fpmake.pp +++ b/packages/ibase/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Library: (Codegear?), header: ?'; P.License := 'Library: Interbase License, header: LGPL with modification, '; P.HomepageURL := 'www.freepascal.org'; diff --git a/packages/iconvenc/Makefile b/packages/iconvenc/Makefile index 15e166b694..4e6678c6bc 100644 --- a/packages/iconvenc/Makefile +++ b/packages/iconvenc/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=iconvenc -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/iconvenc/Makefile.fpc b/packages/iconvenc/Makefile.fpc index e4ee1fb2c2..285109ae8e 100644 --- a/packages/iconvenc/Makefile.fpc +++ b/packages/iconvenc/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=iconvenc -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/iconvenc/fpmake.pp b/packages/iconvenc/fpmake.pp index abd9ec096a..9ae6d7c8c6 100644 --- a/packages/iconvenc/fpmake.pp +++ b/packages/iconvenc/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Marco van de Voort'; P.License := 'Library: LGPL2 or later, header: LGPL with modification, '; P.OSes := [beos,haiku,freebsd,darwin,iphonesim,solaris,linux,aix]; diff --git a/packages/imagemagick/Makefile b/packages/imagemagick/Makefile index 467802afde..1de65c3b0a 100644 --- a/packages/imagemagick/Makefile +++ b/packages/imagemagick/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=imagemagick -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/imagemagick/Makefile.fpc b/packages/imagemagick/Makefile.fpc index 3493a17cd5..87d0e17318 100644 --- a/packages/imagemagick/Makefile.fpc +++ b/packages/imagemagick/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=imagemagick -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/imagemagick/fpmake.pp b/packages/imagemagick/fpmake.pp index 105525ded7..f8da2a2a74 100644 --- a/packages/imagemagick/fpmake.pp +++ b/packages/imagemagick/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Library: ImageMagick Studio LLC , header: Felipe Monteiro de Carvalho'; P.License := 'Library: Imagemagick license, header: LGPL with modification, '; diff --git a/packages/imlib/Makefile b/packages/imlib/Makefile index b27319dfec..ed7a9763b3 100644 --- a/packages/imlib/Makefile +++ b/packages/imlib/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=imlib -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/imlib/Makefile.fpc b/packages/imlib/Makefile.fpc index fa12036ad3..7a5f90ca9b 100644 --- a/packages/imlib/Makefile.fpc +++ b/packages/imlib/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=imlib -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/imlib/fpmake.pp b/packages/imlib/fpmake.pp index 4065e2efa1..50d1bfc37e 100644 --- a/packages/imlib/fpmake.pp +++ b/packages/imlib/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Library: Carsten Haitzler, header: ?'; P.License := 'Library: LGPL 2 or later, header: LGPL with modification'; diff --git a/packages/iosxlocale/Makefile b/packages/iosxlocale/Makefile index 6ed1293c00..617e6f3bfc 100644 --- a/packages/iosxlocale/Makefile +++ b/packages/iosxlocale/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=iosxlocale -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/iosxlocale/Makefile.fpc b/packages/iosxlocale/Makefile.fpc index ea9cd4fb88..b16120a34e 100644 --- a/packages/iosxlocale/Makefile.fpc +++ b/packages/iosxlocale/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=iosxlocale -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/iosxlocale/fpmake.pp b/packages/iosxlocale/fpmake.pp index edda10a0e9..9a846f17ac 100644 --- a/packages/iosxlocale/fpmake.pp +++ b/packages/iosxlocale/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.SourcePath.Add('src'); P.OSes:=[darwin,iphonesim]; diff --git a/packages/jni/Makefile b/packages/jni/Makefile index 284ad2d4f8..ea72df06e1 100644 --- a/packages/jni/Makefile +++ b/packages/jni/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=jni -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/jni/Makefile.fpc b/packages/jni/Makefile.fpc index 783e9ad3b7..ef98eba41d 100644 --- a/packages/jni/Makefile.fpc +++ b/packages/jni/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=jni -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/jni/fpmake.pp b/packages/jni/fpmake.pp index 7273000f4a..c298587c10 100644 --- a/packages/jni/fpmake.pp +++ b/packages/jni/fpmake.pp @@ -18,7 +18,7 @@ begin P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes := [win32,win64,linux,android]; P.Author := 'FreePascal development team'; diff --git a/packages/ldap/Makefile b/packages/ldap/Makefile index d04a435160..c44e1e1bb5 100644 --- a/packages/ldap/Makefile +++ b/packages/ldap/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=ldap -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/ldap/Makefile.fpc b/packages/ldap/Makefile.fpc index 5549661db5..df4f6045d0 100644 --- a/packages/ldap/Makefile.fpc +++ b/packages/ldap/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=ldap -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/ldap/fpmake.pp b/packages/ldap/fpmake.pp index 8d4d3a248c..20c7c183b0 100644 --- a/packages/ldap/fpmake.pp +++ b/packages/ldap/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Library: Howard Chu, Pierangelo Masarati and Kurt Zeilenga, header: Ivo Steinmann'; P.License := 'Library: OpenLDAP Public License (3 clause BSD like), header: LGPL with modification'; P.HomepageURL := 'www.freepascal.org'; diff --git a/packages/libc/Makefile b/packages/libc/Makefile index f89c77e563..d89e200cea 100644 --- a/packages/libc/Makefile +++ b/packages/libc/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=libc -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/libc/Makefile.fpc b/packages/libc/Makefile.fpc index 39d18ac06f..39da5023f6 100644 --- a/packages/libc/Makefile.fpc +++ b/packages/libc/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=libc -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/libc/fpmake.pp b/packages/libc/fpmake.pp index d4f54735b5..b0d9db6e1b 100644 --- a/packages/libc/fpmake.pp +++ b/packages/libc/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Peter Vreman and Michael van Canneyt (?)'; P.License := 'LGPL with modification, '; diff --git a/packages/libcurl/Makefile b/packages/libcurl/Makefile index e610ae3d98..e5479f825f 100644 --- a/packages/libcurl/Makefile +++ b/packages/libcurl/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=libcurl -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/libcurl/Makefile.fpc b/packages/libcurl/Makefile.fpc index f9d0f8d723..a388edd675 100644 --- a/packages/libcurl/Makefile.fpc +++ b/packages/libcurl/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=libcurl -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/libcurl/fpmake.pp b/packages/libcurl/fpmake.pp index 6a5f421c01..104f49b9e2 100644 --- a/packages/libcurl/fpmake.pp +++ b/packages/libcurl/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Library: Daniel Stenberg, header: Free Pascal development team'; P.License := 'Library: MIT, header: LGPL with modification, '; diff --git a/packages/libgbafpc/Makefile b/packages/libgbafpc/Makefile index f57d3ab025..f688d264ce 100644 --- a/packages/libgbafpc/Makefile +++ b/packages/libgbafpc/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=libgbafpc -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/libgbafpc/Makefile.fpc b/packages/libgbafpc/Makefile.fpc index 1c1ccf492e..e0b123776d 100644 --- a/packages/libgbafpc/Makefile.fpc +++ b/packages/libgbafpc/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=libgbafpc -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/libgbafpc/examples/audio/Makefile b/packages/libgbafpc/examples/audio/Makefile index 2381b760f1..dff205fc70 100644 --- a/packages/libgbafpc/examples/audio/Makefile +++ b/packages/libgbafpc/examples/audio/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=libgbafpc-audio-examples -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 ifeq ($(FULL_TARGET),i386-linux) override TARGET_DIRS+=PlayBoyScout endif diff --git a/packages/libgbafpc/examples/audio/Makefile.fpc b/packages/libgbafpc/examples/audio/Makefile.fpc index 6302261a4e..2e7c956f72 100644 --- a/packages/libgbafpc/examples/audio/Makefile.fpc +++ b/packages/libgbafpc/examples/audio/Makefile.fpc @@ -3,7 +3,7 @@ # [package] name=libgbafpc-audio-examples -version=3.0.1 +version=3.0.5 [target] dirs=PlayBoyScout diff --git a/packages/libgbafpc/examples/graphics/Makefile b/packages/libgbafpc/examples/graphics/Makefile index 8fde89117c..5307936dc1 100644 --- a/packages/libgbafpc/examples/graphics/Makefile +++ b/packages/libgbafpc/examples/graphics/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=libgbafpc-graphics-examples -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 ifeq ($(FULL_TARGET),i386-linux) override TARGET_DIRS+=ansi_console PCXView SimpleBGScroll endif diff --git a/packages/libgbafpc/examples/graphics/Makefile.fpc b/packages/libgbafpc/examples/graphics/Makefile.fpc index 9ca6136196..ec12f6b91a 100644 --- a/packages/libgbafpc/examples/graphics/Makefile.fpc +++ b/packages/libgbafpc/examples/graphics/Makefile.fpc @@ -3,7 +3,7 @@ # [package] name=libgbafpc-graphics-examples -version=3.0.1 +version=3.0.5 [target] dirs=ansi_console PCXView SimpleBGScroll diff --git a/packages/libgbafpc/examples/template/Makefile b/packages/libgbafpc/examples/template/Makefile index 1c98098523..59a885a1dc 100644 --- a/packages/libgbafpc/examples/template/Makefile +++ b/packages/libgbafpc/examples/template/Makefile @@ -334,7 +334,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=libgbafpc-template-examples -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 BUILD = build INC = inc AUDIO_FILES = $(foreach dir, $(notdir $(wildcard audio/*.*)), $(CURDIR)/audio/$(dir)) diff --git a/packages/libgbafpc/examples/template/Makefile.fpc b/packages/libgbafpc/examples/template/Makefile.fpc index 273f931f76..86908a48e1 100644 --- a/packages/libgbafpc/examples/template/Makefile.fpc +++ b/packages/libgbafpc/examples/template/Makefile.fpc @@ -3,7 +3,7 @@ # [package] name=libgbafpc-template-examples -version=3.0.1 +version=3.0.5 [target] loaders= diff --git a/packages/libgbafpc/fpmake.pp b/packages/libgbafpc/fpmake.pp index 5702da6677..512817c772 100644 --- a/packages/libgbafpc/fpmake.pp +++ b/packages/libgbafpc/fpmake.pp @@ -18,7 +18,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Library: libgba and maxmod from devkitARM; headers: Francesco Lombardi'; P.License := 'LGPL'; P.HomepageURL := 'www.freepascal.org'; diff --git a/packages/libgd/Makefile b/packages/libgd/Makefile index c48f011478..07b24f8c0c 100644 --- a/packages/libgd/Makefile +++ b/packages/libgd/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=libgd -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/libgd/Makefile.fpc b/packages/libgd/Makefile.fpc index 60e7c1b5a8..344a63167b 100644 --- a/packages/libgd/Makefile.fpc +++ b/packages/libgd/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=libgd -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/libgd/fpmake.pp b/packages/libgd/fpmake.pp index e67d9fe7a2..4d2a43fc32 100644 --- a/packages/libgd/fpmake.pp +++ b/packages/libgd/fpmake.pp @@ -18,7 +18,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.SourcePath.Add('src'); P.OSes := P.OSes - [embedded,nativent,msdos]; diff --git a/packages/libndsfpc/Makefile b/packages/libndsfpc/Makefile index e29a29f8b6..e353fd9de7 100644 --- a/packages/libndsfpc/Makefile +++ b/packages/libndsfpc/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=libndsfpc -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/libndsfpc/Makefile.fpc b/packages/libndsfpc/Makefile.fpc index 0a533fdfef..f6893054f3 100644 --- a/packages/libndsfpc/Makefile.fpc +++ b/packages/libndsfpc/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=libndsfpc -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/libndsfpc/fpmake.pp b/packages/libndsfpc/fpmake.pp index 96f2186f28..ff2480d285 100644 --- a/packages/libndsfpc/fpmake.pp +++ b/packages/libndsfpc/fpmake.pp @@ -18,7 +18,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Library: libnds, dswifi, maxmod and gl2d from devkitARM; headers: Francesco Lombardi'; P.License := 'LGPL'; P.HomepageURL := 'www.freepascal.org'; diff --git a/packages/libogcfpc/Makefile b/packages/libogcfpc/Makefile index bcb21fe684..3391f647d1 100644 --- a/packages/libogcfpc/Makefile +++ b/packages/libogcfpc/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=libogcfpc -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/libogcfpc/Makefile.fpc b/packages/libogcfpc/Makefile.fpc index fbf9334e3e..f87bc0bab4 100644 --- a/packages/libogcfpc/Makefile.fpc +++ b/packages/libogcfpc/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=libogcfpc -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/libogcfpc/fpmake.pp b/packages/libogcfpc/fpmake.pp index 5063ac3ae5..de606a04e9 100644 --- a/packages/libogcfpc/fpmake.pp +++ b/packages/libogcfpc/fpmake.pp @@ -18,7 +18,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Library: libogc, libfat, libmad and libmodplay from devkitPPC; headers: Francesco Lombardi'; P.License := 'LGPL'; P.HomepageURL := 'www.freepascal.org'; diff --git a/packages/libpng/Makefile b/packages/libpng/Makefile index 01e2cd0ba3..1a8f69612a 100644 --- a/packages/libpng/Makefile +++ b/packages/libpng/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=libpng -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/libpng/Makefile.fpc b/packages/libpng/Makefile.fpc index deba0ef35e..164c998540 100644 --- a/packages/libpng/Makefile.fpc +++ b/packages/libpng/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=libpng -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/libpng/fpmake.pp b/packages/libpng/fpmake.pp index 0e9fd0d8bf..c8b8abb11b 100644 --- a/packages/libpng/fpmake.pp +++ b/packages/libpng/fpmake.pp @@ -18,7 +18,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Dependencies.Add('zlib'); P.SourcePath.Add('src'); P.OSes := AllUnixOSes-[qnx]+[win32,os2,emx]; diff --git a/packages/librsvg/Makefile b/packages/librsvg/Makefile index bde41b0db3..0def34cadc 100644 --- a/packages/librsvg/Makefile +++ b/packages/librsvg/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=librsvg -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/librsvg/Makefile.fpc b/packages/librsvg/Makefile.fpc index dd84ca1fd9..81cb7e843e 100644 --- a/packages/librsvg/Makefile.fpc +++ b/packages/librsvg/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=librsvg -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/librsvg/fpmake.pp b/packages/librsvg/fpmake.pp index 4c4954915e..8bfd06684a 100644 --- a/packages/librsvg/fpmake.pp +++ b/packages/librsvg/fpmake.pp @@ -20,7 +20,7 @@ begin // Do not build x11 on iPhone (=arm-darwin) if Defaults.CPU<>arm then P.OSes := P.OSes + [darwin]; - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.SourcePath.Add('src'); P.IncludePath.Add('src'); P.Dependencies.Add('gtk2'); diff --git a/packages/libsee/Makefile b/packages/libsee/Makefile index 8c695afcb3..8e60e67130 100644 --- a/packages/libsee/Makefile +++ b/packages/libsee/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=libsee -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/libsee/Makefile.fpc b/packages/libsee/Makefile.fpc index e992219bc6..a76ecdecd1 100644 --- a/packages/libsee/Makefile.fpc +++ b/packages/libsee/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=libsee -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/libsee/fpmake.pp b/packages/libsee/fpmake.pp index 9b6b27e957..481dca4a9c 100644 --- a/packages/libsee/fpmake.pp +++ b/packages/libsee/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'David Leonard'; P.License := 'BSD style'; P.HomepageURL := 'http://www.adaptive-enterprises.com.au/~d/software/see/'; diff --git a/packages/libtar/Makefile b/packages/libtar/Makefile index 32fa6efab4..1f545bb550 100644 --- a/packages/libtar/Makefile +++ b/packages/libtar/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=libtar -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/libtar/Makefile.fpc b/packages/libtar/Makefile.fpc index 482a70639f..2a688b3a85 100644 --- a/packages/libtar/Makefile.fpc +++ b/packages/libtar/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=libtar -version=3.0.1 +version=3.0.5 [require] packages=rtl diff --git a/packages/libtar/fpmake.pp b/packages/libtar/fpmake.pp index c10414a480..91945aaea2 100644 --- a/packages/libtar/fpmake.pp +++ b/packages/libtar/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Stefan Heymann'; P.License := 'LGPL with modification, '; diff --git a/packages/libvlc/Makefile b/packages/libvlc/Makefile index f3d7f6b52a..680016d65a 100644 --- a/packages/libvlc/Makefile +++ b/packages/libvlc/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=libvlc -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/libvlc/Makefile.fpc b/packages/libvlc/Makefile.fpc index b2aa5252ae..bce76f0de3 100644 --- a/packages/libvlc/Makefile.fpc +++ b/packages/libvlc/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=libvlc -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/libvlc/fpmake.pp b/packages/libvlc/fpmake.pp index f7d1a8c617..943b116bcd 100644 --- a/packages/libvlc/fpmake.pp +++ b/packages/libvlc/fpmake.pp @@ -17,7 +17,7 @@ begin {$endif ALLPACKAGES} P.OSes := [win32, win64, linux, freebsd]; P.Dependencies.Add('fcl-base'); - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.License := 'LGPL with modification'; P.HomepageURL := 'www.freepascal.org'; P.Email := 'michael@freepascal.org'; diff --git a/packages/libxml/Makefile b/packages/libxml/Makefile index 7f18cee73c..0a03d6dec1 100644 --- a/packages/libxml/Makefile +++ b/packages/libxml/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=libxml -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/libxml/Makefile.fpc b/packages/libxml/Makefile.fpc index 6d26f7d814..85bb40fb49 100644 --- a/packages/libxml/Makefile.fpc +++ b/packages/libxml/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=libxml -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/libxml/fpmake.pp b/packages/libxml/fpmake.pp index 5826079436..cef2b57b83 100644 --- a/packages/libxml/fpmake.pp +++ b/packages/libxml/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes := [freebsd,linux,win32]; P.SourcePath.Add('src'); P.IncludePath.Add('src'); diff --git a/packages/lua/Makefile b/packages/lua/Makefile index d2eb04a137..f992af235c 100644 --- a/packages/lua/Makefile +++ b/packages/lua/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=lua -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/lua/Makefile.fpc b/packages/lua/Makefile.fpc index d226928677..630568a925 100644 --- a/packages/lua/Makefile.fpc +++ b/packages/lua/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=lua -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/lua/fpmake.pp b/packages/lua/fpmake.pp index a1551fdaad..945c5d7b27 100644 --- a/packages/lua/fpmake.pp +++ b/packages/lua/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.SourcePath.Add('src'); // P.Dependencies.Add('x11'); P.OSes := [linux,win32]; diff --git a/packages/mad/Makefile b/packages/mad/Makefile index 098d357746..d641b5343a 100644 --- a/packages/mad/Makefile +++ b/packages/mad/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=mad -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/mad/Makefile.fpc b/packages/mad/Makefile.fpc index c0ce673083..7e607bbdf9 100644 --- a/packages/mad/Makefile.fpc +++ b/packages/mad/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=mad -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/mad/fpmake.pp b/packages/mad/fpmake.pp index d8725005d9..4a369f410f 100644 --- a/packages/mad/fpmake.pp +++ b/packages/mad/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes := [linux,win32,win64,wii]; P.SourcePath.Add('src'); diff --git a/packages/matroska/Makefile b/packages/matroska/Makefile index 166e07110c..21b2f1f5f3 100644 --- a/packages/matroska/Makefile +++ b/packages/matroska/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=matroska -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/matroska/Makefile.fpc b/packages/matroska/Makefile.fpc index c54c63ab6d..3a84e70132 100644 --- a/packages/matroska/Makefile.fpc +++ b/packages/matroska/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=matroska -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/modplug/Makefile b/packages/modplug/Makefile index 201dea2abe..fba4a1ba9d 100644 --- a/packages/modplug/Makefile +++ b/packages/modplug/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=modplug -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/modplug/Makefile.fpc b/packages/modplug/Makefile.fpc index ed79c0a17d..d47b3d17f0 100644 --- a/packages/modplug/Makefile.fpc +++ b/packages/modplug/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=modplug -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/modplug/fpmake.pp b/packages/modplug/fpmake.pp index b8605b03b7..23a40204c9 100644 --- a/packages/modplug/fpmake.pp +++ b/packages/modplug/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes := [linux]; P.SourcePath.Add('src'); diff --git a/packages/morphunits/Makefile b/packages/morphunits/Makefile index 7a15015efb..8b307514b1 100644 --- a/packages/morphunits/Makefile +++ b/packages/morphunits/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=morphunits -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/morphunits/Makefile.fpc b/packages/morphunits/Makefile.fpc index ecdd0f6654..72b2e95356 100644 --- a/packages/morphunits/Makefile.fpc +++ b/packages/morphunits/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=morphunits -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/morphunits/fpmake.pp b/packages/morphunits/fpmake.pp index 88572c3de2..03233d03ac 100644 --- a/packages/morphunits/fpmake.pp +++ b/packages/morphunits/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Karoly Balogh'; P.License := 'LGPL with modification'; diff --git a/packages/mysql/Makefile b/packages/mysql/Makefile index 655861ff72..57e8316342 100644 --- a/packages/mysql/Makefile +++ b/packages/mysql/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=mysql -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/mysql/Makefile.fpc b/packages/mysql/Makefile.fpc index 4275fe1ab2..b3a38e3159 100644 --- a/packages/mysql/Makefile.fpc +++ b/packages/mysql/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=mysql -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/mysql/fpmake.pp b/packages/mysql/fpmake.pp index de0db38389..0087d5664e 100644 --- a/packages/mysql/fpmake.pp +++ b/packages/mysql/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.SourcePath.Add('src'); P.IncludePath.Add('src'); P.OSes := AllUnixOSes+AllWindowsOSes-[qnx]; diff --git a/packages/ncurses/Makefile b/packages/ncurses/Makefile index 7f94378125..05bd8f5d17 100644 --- a/packages/ncurses/Makefile +++ b/packages/ncurses/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=ncurses -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/ncurses/Makefile.fpc b/packages/ncurses/Makefile.fpc index 6ab3ac601e..5c8a7c40f7 100644 --- a/packages/ncurses/Makefile.fpc +++ b/packages/ncurses/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=ncurses -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/ncurses/fpmake.pp b/packages/ncurses/fpmake.pp index 6a3b05fe40..20feb64eb3 100644 --- a/packages/ncurses/fpmake.pp +++ b/packages/ncurses/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes := [beos,haiku,freebsd,darwin,iphonesim,solaris,netbsd,openbsd,linux,aix,dragonfly]; P.SourcePath.Add('src'); P.IncludePath.Add('src'); diff --git a/packages/newt/Makefile b/packages/newt/Makefile index 0974c8276e..a049e43155 100644 --- a/packages/newt/Makefile +++ b/packages/newt/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=newt -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/newt/Makefile.fpc b/packages/newt/Makefile.fpc index 6862727329..d6ab9fa32a 100644 --- a/packages/newt/Makefile.fpc +++ b/packages/newt/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=newt -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/newt/fpmake.pp b/packages/newt/fpmake.pp index a6d21d687b..74d9446614 100644 --- a/packages/newt/fpmake.pp +++ b/packages/newt/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.SourcePath.Add('src'); P.OSes:=[Linux]; diff --git a/packages/numlib/Makefile b/packages/numlib/Makefile index 8db28b2462..27844cd9c6 100644 --- a/packages/numlib/Makefile +++ b/packages/numlib/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=numlib -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/numlib/Makefile.fpc b/packages/numlib/Makefile.fpc index 4047374980..ffad98bd78 100644 --- a/packages/numlib/Makefile.fpc +++ b/packages/numlib/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=numlib -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/numlib/examples/Makefile b/packages/numlib/examples/Makefile index 89a27f2c89..07d7789419 100644 --- a/packages/numlib/examples/Makefile +++ b/packages/numlib/examples/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=iom -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 ifeq ($(FULL_TARGET),i386-linux) override TARGET_PROGRAMS+=invgenex invgpdex invgsyex iomremex iomrevex iomrewrsex iomwrmex iomwrvex endif diff --git a/packages/numlib/examples/Makefile.fpc b/packages/numlib/examples/Makefile.fpc index 38247b8299..68075c1749 100644 --- a/packages/numlib/examples/Makefile.fpc +++ b/packages/numlib/examples/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=iom -version=3.0.1 +version=3.0.5 [target] programs=invgenex invgpdex invgsyex iomremex iomrevex iomrewrsex iomwrmex iomwrvex diff --git a/packages/numlib/fpmake.pp b/packages/numlib/fpmake.pp index 956bab54d9..fb459fe94a 100644 --- a/packages/numlib/fpmake.pp +++ b/packages/numlib/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.SourcePath.Add('src'); P.IncludePath.Add('src'); P.OSes := AllUnixOSes+AllWindowsOSes-[qnx]; diff --git a/packages/nvapi/Makefile b/packages/nvapi/Makefile index 55260d132f..6518aba693 100644 --- a/packages/nvapi/Makefile +++ b/packages/nvapi/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=nvapi -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/nvapi/Makefile.fpc b/packages/nvapi/Makefile.fpc index 0dd522a342..6bcf0a28c0 100644 --- a/packages/nvapi/Makefile.fpc +++ b/packages/nvapi/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=nvapi -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/nvapi/fpmake.pp b/packages/nvapi/fpmake.pp index 29b7e40c3a..74961d8356 100644 --- a/packages/nvapi/fpmake.pp +++ b/packages/nvapi/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'NVidia, Andreas Hausladen, Dmitry "skalogryz" Boyarintsev'; P.License := 'NVidia license'; P.HomepageURL := 'nvidia.com'; diff --git a/packages/objcrtl/Makefile b/packages/objcrtl/Makefile index 69d12fc52f..d5f9ecfddf 100644 --- a/packages/objcrtl/Makefile +++ b/packages/objcrtl/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=objcrtl -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/objcrtl/Makefile.fpc b/packages/objcrtl/Makefile.fpc index b34a0aa213..f0d249f1b4 100644 --- a/packages/objcrtl/Makefile.fpc +++ b/packages/objcrtl/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=objcrtl -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/objcrtl/fpmake.pp b/packages/objcrtl/fpmake.pp index 5a08d8d162..1d6bea65c2 100644 --- a/packages/objcrtl/fpmake.pp +++ b/packages/objcrtl/fpmake.pp @@ -14,7 +14,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes:=[darwin,iphonesim]; P.Author := 'Library: Apple, header: Dmitry "skalogryz" Boyarintsev'; P.License := 'Library: Apple, header: LGPL with modification, '; diff --git a/packages/odbc/Makefile b/packages/odbc/Makefile index 714377bc3b..2c3c547a97 100644 --- a/packages/odbc/Makefile +++ b/packages/odbc/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=odbc -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/odbc/Makefile.fpc b/packages/odbc/Makefile.fpc index 6ba1b0a3fe..593db72d8d 100644 --- a/packages/odbc/Makefile.fpc +++ b/packages/odbc/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=odbc -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/odbc/fpmake.pp b/packages/odbc/fpmake.pp index f12efa67e9..ee7ee0eb8f 100644 --- a/packages/odbc/fpmake.pp +++ b/packages/odbc/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes := AllUnixOSes+AllWindowsOSes-[qnx]; P.SourcePath.Add('src'); P.IncludePath.Add('src'); diff --git a/packages/oggvorbis/Makefile b/packages/oggvorbis/Makefile index 098a87d090..8c75438954 100644 --- a/packages/oggvorbis/Makefile +++ b/packages/oggvorbis/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=oggvorbis -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/oggvorbis/Makefile.fpc b/packages/oggvorbis/Makefile.fpc index 339acf3005..962352bbd8 100644 --- a/packages/oggvorbis/Makefile.fpc +++ b/packages/oggvorbis/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=oggvorbis -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/oggvorbis/fpmake.pp b/packages/oggvorbis/fpmake.pp index ef8c48bc20..8c86e76922 100644 --- a/packages/oggvorbis/fpmake.pp +++ b/packages/oggvorbis/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.SourcePath.Add('src'); P.OSes := [linux,win32,wince]; // P.Dependencies.Add('x11'); diff --git a/packages/openal/Makefile b/packages/openal/Makefile index 401f4daf8e..372cab2e91 100644 --- a/packages/openal/Makefile +++ b/packages/openal/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=openal -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/openal/Makefile.fpc b/packages/openal/Makefile.fpc index 0b8177bf9c..d6ab34684c 100644 --- a/packages/openal/Makefile.fpc +++ b/packages/openal/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=openal -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/openal/fpmake.pp b/packages/openal/fpmake.pp index 757d5ea56c..7c7365122a 100644 --- a/packages/openal/fpmake.pp +++ b/packages/openal/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; if Defaults.CPU = i386 then P.OSes := [linux,win32,darwin] else diff --git a/packages/opencl/Makefile b/packages/opencl/Makefile index fdff459e1e..47cd8bb572 100644 --- a/packages/opencl/Makefile +++ b/packages/opencl/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=opencl -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/opencl/Makefile.fpc b/packages/opencl/Makefile.fpc index 03f8cc74b3..124696a265 100644 --- a/packages/opencl/Makefile.fpc +++ b/packages/opencl/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=opencl -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/opencl/fpmake.pp b/packages/opencl/fpmake.pp index a407b26d5f..d6d74d7ae7 100644 --- a/packages/opencl/fpmake.pp +++ b/packages/opencl/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := ' Dmitry "skalogryz" Boyarintsev; Kronos group'; P.License := 'Library: modified BSD, header: LGPL with modification, '; P.HomepageURL := 'www.freepascal.org'; diff --git a/packages/opengl/Makefile b/packages/opengl/Makefile index 83976b0461..180f704d02 100644 --- a/packages/opengl/Makefile +++ b/packages/opengl/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=opengl -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/opengl/Makefile.fpc b/packages/opengl/Makefile.fpc index 6319ec10a5..4b659661b0 100644 --- a/packages/opengl/Makefile.fpc +++ b/packages/opengl/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=opengl -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/opengl/fpmake.pp b/packages/opengl/fpmake.pp index f244ca0bc3..1a0e599f9e 100644 --- a/packages/opengl/fpmake.pp +++ b/packages/opengl/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes:=AllUnixOSes+[Win32,Win64]+[MorphOS]-[Android]; P.Dependencies.Add('x11',AllUnixOSes-[darwin,iphonesim]); diff --git a/packages/opengles/Makefile b/packages/opengles/Makefile index 2841960598..b0034d7e9f 100644 --- a/packages/opengles/Makefile +++ b/packages/opengles/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=opengles -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/opengles/Makefile.fpc b/packages/opengles/Makefile.fpc index 04fe51118d..5af1114afa 100644 --- a/packages/opengles/Makefile.fpc +++ b/packages/opengles/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=opengles -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/opengles/fpmake.pp b/packages/opengles/fpmake.pp index 61b3a66511..49d4b166b2 100644 --- a/packages/opengles/fpmake.pp +++ b/packages/opengles/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Free Pascal Development team'; P.License := 'LGPL with modification'; P.HomepageURL := 'www.freepascal.org'; diff --git a/packages/openssl/Makefile b/packages/openssl/Makefile index 746cfb9f06..d7daf2e7a9 100644 --- a/packages/openssl/Makefile +++ b/packages/openssl/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=openssl -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/openssl/Makefile.fpc b/packages/openssl/Makefile.fpc index 3134fa1fc3..ab94551970 100644 --- a/packages/openssl/Makefile.fpc +++ b/packages/openssl/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=openssl -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/openssl/fpmake.pp b/packages/openssl/fpmake.pp index 74a74e0859..dbb669f3c1 100644 --- a/packages/openssl/fpmake.pp +++ b/packages/openssl/fpmake.pp @@ -18,7 +18,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.SourcePath.Add('src'); P.OSes := AllUnixOSes+AllWindowsOSes+[OS2,EMX]-[qnx]; P.Dependencies.Add('rtl-extra',[OS2,EMX]); diff --git a/packages/oracle/Makefile b/packages/oracle/Makefile index b1ba9577c0..786111e7bc 100644 --- a/packages/oracle/Makefile +++ b/packages/oracle/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=oracle -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/oracle/Makefile.fpc b/packages/oracle/Makefile.fpc index 749a5c8cb1..100d6ac3de 100644 --- a/packages/oracle/Makefile.fpc +++ b/packages/oracle/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=oracle -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/oracle/fpmake.pp b/packages/oracle/fpmake.pp index 1945447913..04660d7e72 100644 --- a/packages/oracle/fpmake.pp +++ b/packages/oracle/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.SourcePath.Add('src'); P.IncludePath.Add('src'); P.OSes := AllUnixOSes+AllWindowsOSes-[qnx]; diff --git a/packages/os2units/Makefile b/packages/os2units/Makefile index 13dce3c83c..971f91c344 100644 --- a/packages/os2units/Makefile +++ b/packages/os2units/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=os2units -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/os2units/Makefile.fpc b/packages/os2units/Makefile.fpc index 114b7d87c5..d25fd92600 100644 --- a/packages/os2units/Makefile.fpc +++ b/packages/os2units/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=os2units -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/os2units/fpmake.pp b/packages/os2units/fpmake.pp index 1daede52c7..2da5993b95 100644 --- a/packages/os2units/fpmake.pp +++ b/packages/os2units/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes := [OS2,emx]; P.SourcePath.Add('src'); // P.Dependencies.Add('x11'); diff --git a/packages/palmunits/Makefile b/packages/palmunits/Makefile index 5c93596ae9..4499b5fc02 100644 --- a/packages/palmunits/Makefile +++ b/packages/palmunits/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=palmunits -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/palmunits/Makefile.fpc b/packages/palmunits/Makefile.fpc index bbc4efb7f5..69f681d7a0 100644 --- a/packages/palmunits/Makefile.fpc +++ b/packages/palmunits/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=palmunits -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/palmunits/fpmake.pp b/packages/palmunits/fpmake.pp index 2497e2d768..bf48787c70 100644 --- a/packages/palmunits/fpmake.pp +++ b/packages/palmunits/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes := [palmos]; P.SourcePath.Add('src'); diff --git a/packages/pasjpeg/Makefile b/packages/pasjpeg/Makefile index e01af570ee..5d8ecb2a78 100644 --- a/packages/pasjpeg/Makefile +++ b/packages/pasjpeg/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=pasjpeg -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/pasjpeg/Makefile.fpc b/packages/pasjpeg/Makefile.fpc index fd1b8b24d6..be56c2ae1c 100644 --- a/packages/pasjpeg/Makefile.fpc +++ b/packages/pasjpeg/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=pasjpeg -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/pasjpeg/fpmake.pp b/packages/pasjpeg/fpmake.pp index 6172389175..3d880a8442 100644 --- a/packages/pasjpeg/fpmake.pp +++ b/packages/pasjpeg/fpmake.pp @@ -18,7 +18,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes:=P.OSes-[embedded,msdos]; P.SourcePath.Add('src'); diff --git a/packages/pastojs/Makefile b/packages/pastojs/Makefile index 11f4d60c97..d0e578a63b 100644 --- a/packages/pastojs/Makefile +++ b/packages/pastojs/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=pastojs -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/pastojs/Makefile.fpc b/packages/pastojs/Makefile.fpc index 50ba1eed1c..beff580e4d 100644 --- a/packages/pastojs/Makefile.fpc +++ b/packages/pastojs/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=pastojs -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/pastojs/fpmake.pp b/packages/pastojs/fpmake.pp index f35242d7dd..845af05029 100644 --- a/packages/pastojs/fpmake.pp +++ b/packages/pastojs/fpmake.pp @@ -18,7 +18,7 @@ begin P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes := AllOses-[embedded,msdos]; P.Dependencies.Add('fcl-js'); P.Dependencies.Add('fcl-passrc'); diff --git a/packages/paszlib/Makefile b/packages/paszlib/Makefile index 8bf6d467c2..ac5033b5a5 100644 --- a/packages/paszlib/Makefile +++ b/packages/paszlib/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=paszlib -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/paszlib/Makefile.fpc b/packages/paszlib/Makefile.fpc index 9a464874fe..44d67904d6 100644 --- a/packages/paszlib/Makefile.fpc +++ b/packages/paszlib/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=paszlib -version=3.0.1 +version=3.0.5 [require] packages=rtl diff --git a/packages/paszlib/fpmake.pp b/packages/paszlib/fpmake.pp index 0911032994..103065fd4f 100644 --- a/packages/paszlib/fpmake.pp +++ b/packages/paszlib/fpmake.pp @@ -19,11 +19,11 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes := P.OSes - [embedded,nativent,msdos]; D:=P.Dependencies.Add('hash'); - D.Version:='3.0.1'; + D.Version:='3.0.5'; P.SourcePath.Add('src'); P.IncludePath.Add('src'); diff --git a/packages/pcap/Makefile b/packages/pcap/Makefile index ed3f6fbcab..1aff8bdeb2 100644 --- a/packages/pcap/Makefile +++ b/packages/pcap/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=pcap -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/pcap/Makefile.fpc b/packages/pcap/Makefile.fpc index d90b83e5e6..a7621c6c7b 100644 --- a/packages/pcap/Makefile.fpc +++ b/packages/pcap/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=pcap -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/pcap/fpmake.pp b/packages/pcap/fpmake.pp index 0f407fbbf6..ed95c99141 100644 --- a/packages/pcap/fpmake.pp +++ b/packages/pcap/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.SourcePath.Add('src'); P.OSes := AllUnixOSes+[win32]-[qnx]; P.Dependencies.Add('rtl-extra'); diff --git a/packages/postgres/Makefile b/packages/postgres/Makefile index 12c5594239..f0b13f645d 100644 --- a/packages/postgres/Makefile +++ b/packages/postgres/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=postgres -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/postgres/Makefile.fpc b/packages/postgres/Makefile.fpc index 92308f2cda..d23bd75ee4 100644 --- a/packages/postgres/Makefile.fpc +++ b/packages/postgres/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=postgres -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/postgres/fpmake.pp b/packages/postgres/fpmake.pp index b71d5aca42..faf04973a6 100644 --- a/packages/postgres/fpmake.pp +++ b/packages/postgres/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.SourcePath.Add('src'); P.OSes := AllUnixOSes-[qnx]+AllWindowsOSes; diff --git a/packages/proj4/Makefile b/packages/proj4/Makefile index c34ba463ff..dd1677d51a 100644 --- a/packages/proj4/Makefile +++ b/packages/proj4/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=proj4 -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/proj4/Makefile.fpc b/packages/proj4/Makefile.fpc index d8ac5e859d..c08faf75d5 100644 --- a/packages/proj4/Makefile.fpc +++ b/packages/proj4/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=proj4 -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/proj4/fpmake.pp b/packages/proj4/fpmake.pp index b7ee890c18..ffd6d3f5c9 100644 --- a/packages/proj4/fpmake.pp +++ b/packages/proj4/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.SourcePath.Add('src'); P.IncludePath.Add('src'); P.OSes := [linux]; diff --git a/packages/ptc/Makefile b/packages/ptc/Makefile index a1e5514771..808506f52d 100644 --- a/packages/ptc/Makefile +++ b/packages/ptc/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=ptc -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/ptc/Makefile.fpc b/packages/ptc/Makefile.fpc index eb587bf5b2..800687f426 100644 --- a/packages/ptc/Makefile.fpc +++ b/packages/ptc/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=ptc -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/ptc/examples/Makefile b/packages/ptc/examples/Makefile index 44c316ddf1..de9209eec7 100644 --- a/packages/ptc/examples/Makefile +++ b/packages/ptc/examples/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=ptc-examples -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 ifeq ($(FULL_TARGET),i386-linux) override TARGET_PROGRAMS+=area buffer clear clip con_info console fire flower hicolor image keyboard keyboard2 keyboard3 land lights modes mojo palette pixel random save stretch texwarp timer tunnel3d tunnel ptcgl ptcgl2 endif diff --git a/packages/ptc/examples/Makefile.fpc b/packages/ptc/examples/Makefile.fpc index 96e2d531f2..03c6493f52 100644 --- a/packages/ptc/examples/Makefile.fpc +++ b/packages/ptc/examples/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=ptc-examples -version=3.0.1 +version=3.0.5 [target] programs=area buffer clear clip con_info console fire \ diff --git a/packages/ptc/fpmake.pp b/packages/ptc/fpmake.pp index 4d603c2599..8ab52275c6 100644 --- a/packages/ptc/fpmake.pp +++ b/packages/ptc/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Nikolay Nikolov, Glenn Fiedler, Christian Nentwich'; P.License := 'LGPL with modification, '; diff --git a/packages/pthreads/Makefile b/packages/pthreads/Makefile index ca70d607c1..fefb0db955 100644 --- a/packages/pthreads/Makefile +++ b/packages/pthreads/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=pthreads -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/pthreads/Makefile.fpc b/packages/pthreads/Makefile.fpc index 88beda4623..377f80d74e 100644 --- a/packages/pthreads/Makefile.fpc +++ b/packages/pthreads/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=pthreads -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/pthreads/fpmake.pp b/packages/pthreads/fpmake.pp index 432632e37e..c69a428e65 100644 --- a/packages/pthreads/fpmake.pp +++ b/packages/pthreads/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes := [beos,haiku,freebsd,darwin,iphonesim,solaris,netbsd,openbsd,linux,aix,dragonfly]; P.SourcePath.Add('src'); P.IncludePath.Add('src'); diff --git a/packages/pxlib/Makefile b/packages/pxlib/Makefile index bf9372e6ff..e3dac99808 100644 --- a/packages/pxlib/Makefile +++ b/packages/pxlib/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=pxlib -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/pxlib/Makefile.fpc b/packages/pxlib/Makefile.fpc index 0966cfcb1b..9b71727129 100644 --- a/packages/pxlib/Makefile.fpc +++ b/packages/pxlib/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=pxlib -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/pxlib/fpmake.pp b/packages/pxlib/fpmake.pp index ec737ec79f..2aabe8c919 100644 --- a/packages/pxlib/fpmake.pp +++ b/packages/pxlib/fpmake.pp @@ -16,7 +16,7 @@ begin P.Directory:=ADirectory; {$endif ALLPACKAGES} P.OSes:=[Linux,beos,haiku,win32,freebsd,openbsd,netbsd,dragonfly]; - P.Version:='3.0.1'; + P.Version:='3.0.5'; T:=P.Targets.AddUnit('src/pxlib.pp'); T:=P.Targets.AddExampleunit('examples/ppxview.pp'); {$ifndef ALLPACKAGES} diff --git a/packages/regexpr/Makefile b/packages/regexpr/Makefile index 66e4f894b8..b57fa10146 100644 --- a/packages/regexpr/Makefile +++ b/packages/regexpr/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=regexpr -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/regexpr/Makefile.fpc b/packages/regexpr/Makefile.fpc index 7fa1410df2..50dbb46ebc 100644 --- a/packages/regexpr/Makefile.fpc +++ b/packages/regexpr/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=regexpr -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/regexpr/fpmake.pp b/packages/regexpr/fpmake.pp index 794fc7a3f8..ff3d5e09e7 100644 --- a/packages/regexpr/fpmake.pp +++ b/packages/regexpr/fpmake.pp @@ -18,7 +18,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes:=P.OSes-[embedded]; P.Dependencies.Add('rtl-objpas'); P.SourcePath.Add('src'); diff --git a/packages/rexx/Makefile b/packages/rexx/Makefile index 06dd76ed9a..ff4cc39240 100644 --- a/packages/rexx/Makefile +++ b/packages/rexx/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=rexx -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/rexx/Makefile.fpc b/packages/rexx/Makefile.fpc index 93309a767d..d517aafdc3 100644 --- a/packages/rexx/Makefile.fpc +++ b/packages/rexx/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=rexx -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/rexx/fpmake.pp b/packages/rexx/fpmake.pp index 74ad9dfc1c..751aea4234 100644 --- a/packages/rexx/fpmake.pp +++ b/packages/rexx/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.SourcePath.Add('src'); P.Oses:=[emx,os2]; p.Targets.AddUnit('rexxsaa.pp'); diff --git a/packages/rtl-console/Makefile b/packages/rtl-console/Makefile index b00c2226be..8c821d316f 100644 --- a/packages/rtl-console/Makefile +++ b/packages/rtl-console/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=rtl-console -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/rtl-console/Makefile.fpc b/packages/rtl-console/Makefile.fpc index 7ac8fd1572..60c184a2c5 100644 --- a/packages/rtl-console/Makefile.fpc +++ b/packages/rtl-console/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=rtl-console -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/rtl-console/fpmake.pp b/packages/rtl-console/fpmake.pp index d8ff7c7fab..31ff6f760c 100644 --- a/packages/rtl-console/fpmake.pp +++ b/packages/rtl-console/fpmake.pp @@ -36,7 +36,7 @@ begin P:=AddPackage('rtl-console'); P.ShortName:='rtlc'; P.Directory:=ADirectory; - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'FPC core team, Pierre Mueller, Peter Vreman'; P.License := 'LGPL with modification, '; P.HomepageURL := 'www.freepascal.org'; diff --git a/packages/rtl-extra/Makefile b/packages/rtl-extra/Makefile index b1668280af..bf310219b0 100644 --- a/packages/rtl-extra/Makefile +++ b/packages/rtl-extra/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=rtl-extra -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/rtl-extra/Makefile.fpc b/packages/rtl-extra/Makefile.fpc index 53354c61d9..c812f8824f 100644 --- a/packages/rtl-extra/Makefile.fpc +++ b/packages/rtl-extra/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=rtl-extra -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/rtl-extra/fpmake.pp b/packages/rtl-extra/fpmake.pp index 9b14e032d4..7c9b2d730b 100644 --- a/packages/rtl-extra/fpmake.pp +++ b/packages/rtl-extra/fpmake.pp @@ -44,7 +44,7 @@ begin P:=AddPackage('rtl-extra'); P.ShortName:='rtle'; P.Directory:=ADirectory; - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'FPC core team'; P.License := 'LGPL with modification, '; P.HomepageURL := 'www.freepascal.org'; diff --git a/packages/rtl-objpas/Makefile b/packages/rtl-objpas/Makefile index 16b3232747..17df7852d8 100644 --- a/packages/rtl-objpas/Makefile +++ b/packages/rtl-objpas/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=rtl-objpas -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/rtl-objpas/Makefile.fpc b/packages/rtl-objpas/Makefile.fpc index ba72c1bdf6..934556869a 100644 --- a/packages/rtl-objpas/Makefile.fpc +++ b/packages/rtl-objpas/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=rtl-objpas -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/rtl-objpas/fpmake.pp b/packages/rtl-objpas/fpmake.pp index 1513ec3086..aa2e12c338 100644 --- a/packages/rtl-objpas/fpmake.pp +++ b/packages/rtl-objpas/fpmake.pp @@ -38,7 +38,7 @@ begin P:=AddPackage('rtl-objpas'); P.ShortName:='rtlo'; P.Directory:=ADirectory; - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'FPC core team'; P.License := 'LGPL with modification, '; P.HomepageURL := 'www.freepascal.org'; diff --git a/packages/rtl-unicode/Makefile b/packages/rtl-unicode/Makefile index 5971df211d..e216faa4a1 100644 --- a/packages/rtl-unicode/Makefile +++ b/packages/rtl-unicode/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=rtl-unicode -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/rtl-unicode/Makefile.fpc b/packages/rtl-unicode/Makefile.fpc index 62ecef7066..1c22ed969f 100644 --- a/packages/rtl-unicode/Makefile.fpc +++ b/packages/rtl-unicode/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=rtl-unicode -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/rtl-unicode/fpmake.pp b/packages/rtl-unicode/fpmake.pp index fe8867040b..3f3c7a132c 100644 --- a/packages/rtl-unicode/fpmake.pp +++ b/packages/rtl-unicode/fpmake.pp @@ -34,7 +34,7 @@ begin P:=AddPackage('rtl-unicode'); P.ShortName:='rtlu'; P.Directory:=ADirectory; - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'FPC core team'; P.License := 'LGPL with modification, '; P.HomepageURL := 'www.freepascal.org'; diff --git a/packages/sdl/Makefile b/packages/sdl/Makefile index d92648e30f..6b9c09efde 100644 --- a/packages/sdl/Makefile +++ b/packages/sdl/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=sdl -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/sdl/Makefile.fpc b/packages/sdl/Makefile.fpc index 9f213f68b2..5e50b2966c 100644 --- a/packages/sdl/Makefile.fpc +++ b/packages/sdl/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=sdl -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/sdl/fpmake.pp b/packages/sdl/fpmake.pp index ae48c4e6f4..22f0309596 100644 --- a/packages/sdl/fpmake.pp +++ b/packages/sdl/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.SourcePath.Add('src'); P.IncludePath.Add('src'); P.Dependencies.Add('x11',AllUnixOSes); diff --git a/packages/sndfile/Makefile b/packages/sndfile/Makefile index 20fa92307e..7a69eec026 100644 --- a/packages/sndfile/Makefile +++ b/packages/sndfile/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=sndfile -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/sndfile/Makefile.fpc b/packages/sndfile/Makefile.fpc index edca8c898f..db683a2dd2 100644 --- a/packages/sndfile/Makefile.fpc +++ b/packages/sndfile/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=sndfile -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/sqlite/Makefile b/packages/sqlite/Makefile index 3ff1ded46c..f749d5cf33 100644 --- a/packages/sqlite/Makefile +++ b/packages/sqlite/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=sqlite -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/sqlite/Makefile.fpc b/packages/sqlite/Makefile.fpc index 84a5a0a308..f180f56eea 100644 --- a/packages/sqlite/Makefile.fpc +++ b/packages/sqlite/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=sqlite -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/sqlite/fpmake.pp b/packages/sqlite/fpmake.pp index 4e610ce973..0a86a17b97 100644 --- a/packages/sqlite/fpmake.pp +++ b/packages/sqlite/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes := AllUnixOSes+AllWindowsOSes-[qnx]; P.SourcePath.Add('src'); P.IncludePath.Add('src'); diff --git a/packages/svgalib/Makefile b/packages/svgalib/Makefile index 18b791e90d..e520bfea09 100644 --- a/packages/svgalib/Makefile +++ b/packages/svgalib/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=svgalib -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/svgalib/Makefile.fpc b/packages/svgalib/Makefile.fpc index 91d32329c5..9ea6632733 100644 --- a/packages/svgalib/Makefile.fpc +++ b/packages/svgalib/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=svgalib -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/svgalib/fpmake.pp b/packages/svgalib/fpmake.pp index af7be41660..cc8d6b4ab9 100644 --- a/packages/svgalib/fpmake.pp +++ b/packages/svgalib/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes := [beos,haiku,linux,freebsd,solaris,netbsd,openbsd,dragonfly]; P.SourcePath.Add('src'); diff --git a/packages/symbolic/Makefile b/packages/symbolic/Makefile index 6f0968344f..ef915af065 100644 --- a/packages/symbolic/Makefile +++ b/packages/symbolic/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=symbolic -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/symbolic/Makefile.fpc b/packages/symbolic/Makefile.fpc index 22550351fe..d4d5642367 100644 --- a/packages/symbolic/Makefile.fpc +++ b/packages/symbolic/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=symbolic -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/symbolic/fpmake.pp b/packages/symbolic/fpmake.pp index 412438afec..bd6d5d928a 100644 --- a/packages/symbolic/fpmake.pp +++ b/packages/symbolic/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Marco van de Voort'; P.License := 'LGPL with modification, '; P.HomepageURL := 'www.freepascal.org'; diff --git a/packages/syslog/Makefile b/packages/syslog/Makefile index 9abd8590ed..c9d0d87280 100644 --- a/packages/syslog/Makefile +++ b/packages/syslog/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=syslog -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/syslog/Makefile.fpc b/packages/syslog/Makefile.fpc index 95818bc78b..77f2372a31 100644 --- a/packages/syslog/Makefile.fpc +++ b/packages/syslog/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=syslog -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/syslog/fpmake.pp b/packages/syslog/fpmake.pp index 7866917eb3..425ed9c46b 100644 --- a/packages/syslog/fpmake.pp +++ b/packages/syslog/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes := [beos,haiku,freebsd,darwin,iphonesim,solaris,netbsd,openbsd,linux,aix,dragonfly]; P.SourcePath.Add('src'); diff --git a/packages/tcl/Makefile b/packages/tcl/Makefile index 680c0defee..1319950caf 100644 --- a/packages/tcl/Makefile +++ b/packages/tcl/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=tcl -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/tcl/Makefile.fpc b/packages/tcl/Makefile.fpc index 633614f16b..44d90631ab 100644 --- a/packages/tcl/Makefile.fpc +++ b/packages/tcl/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=tcl -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/tcl/fpmake.pp b/packages/tcl/fpmake.pp index 7bb2780305..133ac050c9 100644 --- a/packages/tcl/fpmake.pp +++ b/packages/tcl/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.SourcePath.Add('src'); P.OSes := AllUnixOSes+AllWindowsOSes+[os2,emx]-[qnx]; diff --git a/packages/univint/Makefile b/packages/univint/Makefile index f79ebe0920..ad672b9202 100644 --- a/packages/univint/Makefile +++ b/packages/univint/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=univint -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/univint/Makefile.fpc b/packages/univint/Makefile.fpc index cc0201e028..92fc727611 100644 --- a/packages/univint/Makefile.fpc +++ b/packages/univint/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=univint -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/univint/fpmake.pp b/packages/univint/fpmake.pp index e591c80a83..e21020d4bb 100644 --- a/packages/univint/fpmake.pp +++ b/packages/univint/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.SourcePath.Add('src'); P.OSes:=[darwin,iphonesim]; P.Options.Add('-Mmacpas'); diff --git a/packages/unixutil/Makefile b/packages/unixutil/Makefile index 2330ff1211..205e8f2419 100644 --- a/packages/unixutil/Makefile +++ b/packages/unixutil/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=unixutil -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/unixutil/Makefile.fpc b/packages/unixutil/Makefile.fpc index 596d76abbe..0888532e02 100644 --- a/packages/unixutil/Makefile.fpc +++ b/packages/unixutil/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=unixutil -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/unixutil/fpmake.pp b/packages/unixutil/fpmake.pp index 5b12d723b3..7fcc523a62 100644 --- a/packages/unixutil/fpmake.pp +++ b/packages/unixutil/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes:=[Linux]; P.CPUs:=[i386]; P.Dependencies.add('libc'); diff --git a/packages/unzip/Makefile b/packages/unzip/Makefile index ef5941f12f..291012cec0 100644 --- a/packages/unzip/Makefile +++ b/packages/unzip/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=unzip -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/unzip/Makefile.fpc b/packages/unzip/Makefile.fpc index 3120b35e9e..380287e72e 100644 --- a/packages/unzip/Makefile.fpc +++ b/packages/unzip/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=unzip -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/unzip/fpmake.pp b/packages/unzip/fpmake.pp index 3d3926b47b..a746eef7f9 100644 --- a/packages/unzip/fpmake.pp +++ b/packages/unzip/fpmake.pp @@ -18,7 +18,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.SourcePath.Add('src'); P.OSes := P.OSes - [embedded,nativent,msdos]; diff --git a/packages/users/Makefile b/packages/users/Makefile index c899eab289..796250a745 100644 --- a/packages/users/Makefile +++ b/packages/users/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=users -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/users/Makefile.fpc b/packages/users/Makefile.fpc index 59cebde157..27b3805c33 100644 --- a/packages/users/Makefile.fpc +++ b/packages/users/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=users -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/users/fpmake.pp b/packages/users/fpmake.pp index 6861888485..95d036ee75 100644 --- a/packages/users/fpmake.pp +++ b/packages/users/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Author := 'Michael van Canneyt, Marco van de Voort'; P.License := 'LGPL with modification, '; P.HomepageURL := 'www.freepascal.org'; diff --git a/packages/utmp/Makefile b/packages/utmp/Makefile index 121d9f002a..5d9f24006b 100644 --- a/packages/utmp/Makefile +++ b/packages/utmp/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=utmp -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/utmp/Makefile.fpc b/packages/utmp/Makefile.fpc index 712218d419..9568e62e68 100644 --- a/packages/utmp/Makefile.fpc +++ b/packages/utmp/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=utmp -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/utmp/fpmake.pp b/packages/utmp/fpmake.pp index 1efff97113..7bf1ac28da 100644 --- a/packages/utmp/fpmake.pp +++ b/packages/utmp/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.SourcePath.Add('src'); P.OSes := [beos,haiku,freebsd,darwin,iphonesim,solaris,netbsd,openbsd,linux,dragonfly]; diff --git a/packages/uuid/Makefile b/packages/uuid/Makefile index 1486c3e5a9..6d4800a7bf 100644 --- a/packages/uuid/Makefile +++ b/packages/uuid/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=uuid -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/uuid/Makefile.fpc b/packages/uuid/Makefile.fpc index 9215f545cc..31ba229cec 100644 --- a/packages/uuid/Makefile.fpc +++ b/packages/uuid/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=uuid -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/uuid/fpmake.pp b/packages/uuid/fpmake.pp index a08f5d5ec4..f0428e0981 100644 --- a/packages/uuid/fpmake.pp +++ b/packages/uuid/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.SourcePath.Add('src'); P.OSes := [linux]; P.Dependencies.Add('rtl-extra'); diff --git a/packages/winceunits/Makefile b/packages/winceunits/Makefile index d43f09858b..050801f637 100644 --- a/packages/winceunits/Makefile +++ b/packages/winceunits/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=winceunits -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/winceunits/Makefile.fpc b/packages/winceunits/Makefile.fpc index e49416f152..3137034685 100644 --- a/packages/winceunits/Makefile.fpc +++ b/packages/winceunits/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=winceunits -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/winceunits/fpmake.pp b/packages/winceunits/fpmake.pp index ce7b08c338..ac5fa11b05 100644 --- a/packages/winceunits/fpmake.pp +++ b/packages/winceunits/fpmake.pp @@ -19,7 +19,7 @@ begin P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes := [win32, wince]; P.Author := 'FreePascal development team'; diff --git a/packages/winunits-base/Makefile b/packages/winunits-base/Makefile index 3a01b46f2c..bc38a58907 100644 --- a/packages/winunits-base/Makefile +++ b/packages/winunits-base/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=winunits-base -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/winunits-base/Makefile.fpc b/packages/winunits-base/Makefile.fpc index d5faa94907..62e1cf599a 100644 --- a/packages/winunits-base/Makefile.fpc +++ b/packages/winunits-base/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=winunits-base -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/winunits-base/fpmake.pp b/packages/winunits-base/fpmake.pp index d452522cda..8c592b7b04 100644 --- a/packages/winunits-base/fpmake.pp +++ b/packages/winunits-base/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes:=[win32,win64]; P.Author := 'Florian Klaempfl, Marco van de Voort'; P.License := 'LGPL with modification, '; diff --git a/packages/winunits-jedi/Makefile b/packages/winunits-jedi/Makefile index 67cb7c83be..5de29ab72d 100644 --- a/packages/winunits-jedi/Makefile +++ b/packages/winunits-jedi/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=winunits-jedi -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/winunits-jedi/Makefile.fpc b/packages/winunits-jedi/Makefile.fpc index dd1f9f889c..fe106a78b3 100644 --- a/packages/winunits-jedi/Makefile.fpc +++ b/packages/winunits-jedi/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=winunits-jedi -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/winunits-jedi/fpmake.pp b/packages/winunits-jedi/fpmake.pp index bb08578f5b..e3ffa2818e 100644 --- a/packages/winunits-jedi/fpmake.pp +++ b/packages/winunits-jedi/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes:=[win32,win64]; P.Options.Add('-Ur'); P.Author := 'Marcel van Brakel, Jedi-apilib team'; diff --git a/packages/x11/Makefile b/packages/x11/Makefile index faa8d5b52b..150a540111 100644 --- a/packages/x11/Makefile +++ b/packages/x11/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=x11 -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/x11/Makefile.fpc b/packages/x11/Makefile.fpc index 72f9552818..c87499f14f 100644 --- a/packages/x11/Makefile.fpc +++ b/packages/x11/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=x11 -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/x11/fpmake.pp b/packages/x11/fpmake.pp index 7c7cb4efa8..9855f6901c 100644 --- a/packages/x11/fpmake.pp +++ b/packages/x11/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes:=[beos,haiku,freebsd,solaris,netbsd,openbsd,linux,os2,emx,aix,dragonfly]; // Do not build x11 on iPhone (=arm-darwin) if Defaults.CPU<>arm then diff --git a/packages/xforms/Makefile b/packages/xforms/Makefile index f71acf4d74..42cc807eea 100644 --- a/packages/xforms/Makefile +++ b/packages/xforms/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=xforms -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/xforms/Makefile.fpc b/packages/xforms/Makefile.fpc index 2d80912a09..fecbb3de2b 100644 --- a/packages/xforms/Makefile.fpc +++ b/packages/xforms/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=xforms -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/xforms/fpmake.pp b/packages/xforms/fpmake.pp index ae05385b5e..40d3f9a62b 100644 --- a/packages/xforms/fpmake.pp +++ b/packages/xforms/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.SourcePath.Add('src'); P.OSes := [beos,haiku,freebsd,solaris,netbsd,openbsd,linux,aix,dragonfly]; // Do not build x11 on iPhone (=arm-darwin) diff --git a/packages/zlib/Makefile b/packages/zlib/Makefile index 1bfa5e857d..5850894e04 100644 --- a/packages/zlib/Makefile +++ b/packages/zlib/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=zlib -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/zlib/Makefile.fpc b/packages/zlib/Makefile.fpc index fc023ea18b..0a40d87525 100644 --- a/packages/zlib/Makefile.fpc +++ b/packages/zlib/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=zlib -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/zlib/fpmake.pp b/packages/zlib/fpmake.pp index 81ba263e6b..8322e5b4f8 100644 --- a/packages/zlib/fpmake.pp +++ b/packages/zlib/fpmake.pp @@ -17,7 +17,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes := AllUnixOSes+AllWindowsOSes+[os2,emx,netware,netwlibc]-[qnx]; P.SourcePath.Add('src'); diff --git a/packages/zorba/Makefile b/packages/zorba/Makefile index 989a830322..0f1e4c7384 100644 --- a/packages/zorba/Makefile +++ b/packages/zorba/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=zorba -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/packages/zorba/Makefile.fpc b/packages/zorba/Makefile.fpc index 011d5f062c..c6ae118c03 100644 --- a/packages/zorba/Makefile.fpc +++ b/packages/zorba/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=zorba -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/packages/zorba/fpmake.pp b/packages/zorba/fpmake.pp index 2945b25efc..b8c22ab6c5 100644 --- a/packages/zorba/fpmake.pp +++ b/packages/zorba/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes := [linux,win32]; P.SourcePath.Add('src'); P.IncludePath.Add('src'); diff --git a/rtl/Makefile b/rtl/Makefile index 3979153e0f..1e76f5e2e5 100644 --- a/rtl/Makefile +++ b/rtl/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=rtl -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 ifeq ($(FULL_TARGET),i386-linux) override TARGET_DIRS+=linux endif diff --git a/rtl/Makefile.fpc b/rtl/Makefile.fpc index 49b1e662a6..5e84fdafee 100644 --- a/rtl/Makefile.fpc +++ b/rtl/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=rtl -version=3.0.1 +version=3.0.5 [target] dirs_linux=linux diff --git a/rtl/fpmake.pp b/rtl/fpmake.pp index 35c14e377b..1c099b786b 100644 --- a/rtl/fpmake.pp +++ b/rtl/fpmake.pp @@ -16,7 +16,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:='rtl'; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; // Where to find the sources using firstmatch P.SourcePath.Add('$(OS)'); diff --git a/tests/utils/testsuite/Makefile b/tests/utils/testsuite/Makefile index e9faaa6365..acf29bc0f3 100644 --- a/tests/utils/testsuite/Makefile +++ b/tests/utils/testsuite/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=testsuite -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 ifeq ($(FULL_TARGET),i386-linux) override TARGET_PROGRAMS+=testsuite endif diff --git a/tests/utils/testsuite/Makefile.fpc b/tests/utils/testsuite/Makefile.fpc index a335a3cc1c..0cd9c3f73e 100644 --- a/tests/utils/testsuite/Makefile.fpc +++ b/tests/utils/testsuite/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=testsuite -version=3.0.1 +version=3.0.5 [require] packages=fcl-base fcl-db diff --git a/utils/debugsvr/Makefile b/utils/debugsvr/Makefile index 8f0ae3c12e..065670e5c4 100644 --- a/utils/debugsvr/Makefile +++ b/utils/debugsvr/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=debugsvr -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/utils/debugsvr/Makefile.fpc b/utils/debugsvr/Makefile.fpc index 033274e932..5221c88e28 100644 --- a/utils/debugsvr/Makefile.fpc +++ b/utils/debugsvr/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=debugsvr -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/utils/dxegen/Makefile b/utils/dxegen/Makefile index 24eb7a981b..ab80ad060d 100644 --- a/utils/dxegen/Makefile +++ b/utils/dxegen/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=dxegen -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/utils/dxegen/Makefile.fpc b/utils/dxegen/Makefile.fpc index f12a6f34ed..43b8cfc8b7 100644 --- a/utils/dxegen/Makefile.fpc +++ b/utils/dxegen/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=dxegen -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/utils/dxegen/fpmake.pp b/utils/dxegen/fpmake.pp index 327fd7440d..b5b494e3ce 100644 --- a/utils/dxegen/fpmake.pp +++ b/utils/dxegen/fpmake.pp @@ -28,7 +28,7 @@ begin P.OSes:=[go32v2]; P.Directory:=ADirectory; - P.Version:='3.0.1'; + P.Version:='3.0.5'; T:=P.Targets.AddProgram('dxegen.pp'); T.Dependencies.AddUnit('coff'); diff --git a/utils/fpcm/Makefile b/utils/fpcm/Makefile index dc924f04d4..0ef646771d 100644 --- a/utils/fpcm/Makefile +++ b/utils/fpcm/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fpcm -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/utils/fpcm/Makefile.fpc b/utils/fpcm/Makefile.fpc index 9e32249584..d6a71e2a9c 100644 --- a/utils/fpcm/Makefile.fpc +++ b/utils/fpcm/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fpcm -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/utils/fpcm/fpmake.pp b/utils/fpcm/fpmake.pp index 6cd0dfb18c..94fe870e0b 100644 --- a/utils/fpcm/fpmake.pp +++ b/utils/fpcm/fpmake.pp @@ -221,7 +221,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Dependencies.Add('fcl-base'); diff --git a/utils/fpcmkcfg/Makefile b/utils/fpcmkcfg/Makefile index a0751c13d2..66e74b4c8c 100644 --- a/utils/fpcmkcfg/Makefile +++ b/utils/fpcmkcfg/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fpcmkcfg -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/utils/fpcmkcfg/Makefile.fpc b/utils/fpcmkcfg/Makefile.fpc index cc3b5a280c..787f254a80 100644 --- a/utils/fpcmkcfg/Makefile.fpc +++ b/utils/fpcmkcfg/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fpcmkcfg -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/utils/fpcmkcfg/fpmake.pp b/utils/fpcmkcfg/fpmake.pp index b0a28e1e12..bc211d47b6 100644 --- a/utils/fpcmkcfg/fpmake.pp +++ b/utils/fpcmkcfg/fpmake.pp @@ -26,7 +26,7 @@ begin P.NeedLibC:= false; P.Directory:=ADirectory; - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Dependencies.Add('fcl-base'); P.Dependencies.Add('fpmkunit'); diff --git a/utils/fpcres/Makefile b/utils/fpcres/Makefile index f77066d9af..46255560ab 100644 --- a/utils/fpcres/Makefile +++ b/utils/fpcres/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fpcres -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/utils/fpcres/Makefile.fpc b/utils/fpcres/Makefile.fpc index eeeabc94ee..5e28576205 100644 --- a/utils/fpcres/Makefile.fpc +++ b/utils/fpcres/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fpcres -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/utils/fpcres/fpmake.pp b/utils/fpcres/fpmake.pp index 8f51e96591..1a432214ee 100644 --- a/utils/fpcres/fpmake.pp +++ b/utils/fpcres/fpmake.pp @@ -25,7 +25,7 @@ begin P.NeedLibC:= false; P.Directory:=ADirectory; - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes:=[win32,win64,wince,haiku,linux,freebsd,openbsd,netbsd,darwin,iphonesim,solaris,os2,emx,aix,aros,amiga,morphos]; diff --git a/utils/fpcreslipo/Makefile b/utils/fpcreslipo/Makefile index e34eb776ae..693802c699 100644 --- a/utils/fpcreslipo/Makefile +++ b/utils/fpcreslipo/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fpcreslipo -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/utils/fpcreslipo/Makefile.fpc b/utils/fpcreslipo/Makefile.fpc index 90043f4bde..1512ae37bc 100644 --- a/utils/fpcreslipo/Makefile.fpc +++ b/utils/fpcreslipo/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fpcreslipo -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/utils/fpcreslipo/fpmake.pp b/utils/fpcreslipo/fpmake.pp index 529be4f7a5..79c7ea76e9 100644 --- a/utils/fpcreslipo/fpmake.pp +++ b/utils/fpcreslipo/fpmake.pp @@ -23,7 +23,7 @@ begin P.Email := ''; P.Directory:=ADirectory; - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Dependencies.Add('fcl-res'); P.OSes:=[darwin, iphonesim]; diff --git a/utils/fpdoc/Makefile b/utils/fpdoc/Makefile index 16f9f2c814..113e7879b2 100644 --- a/utils/fpdoc/Makefile +++ b/utils/fpdoc/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fpdoc -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/utils/fpdoc/Makefile.fpc b/utils/fpdoc/Makefile.fpc index dd99db3dae..0acb922833 100644 --- a/utils/fpdoc/Makefile.fpc +++ b/utils/fpdoc/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fpdoc -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/utils/fpdoc/fpde/Makefile b/utils/fpdoc/fpde/Makefile index 51ffd45f86..d6c13bd910 100644 --- a/utils/fpdoc/fpde/Makefile +++ b/utils/fpdoc/fpde/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fpde -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 ifeq ($(FULL_TARGET),i386-linux) override TARGET_PROGRAMS+=fpde endif diff --git a/utils/fpdoc/fpde/Makefile.fpc b/utils/fpdoc/fpde/Makefile.fpc index f85ce718ad..b63a80c31b 100644 --- a/utils/fpdoc/fpde/Makefile.fpc +++ b/utils/fpdoc/fpde/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fpde -version=3.0.1 +version=3.0.5 [require] packages=fcl-base fcl-xml fcl-passrc fpgtk diff --git a/utils/fpdoc/fpmake.pp b/utils/fpdoc/fpmake.pp index 06b129dc0b..e365524b58 100644 --- a/utils/fpdoc/fpmake.pp +++ b/utils/fpdoc/fpmake.pp @@ -34,7 +34,7 @@ begin P.Dependencies.Add('univint',[darwin,iphonesim]); P.Directory:=ADirectory; - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Options.Add('-S2h'); diff --git a/utils/fpmake.pp b/utils/fpmake.pp index edfb9b71a1..4a8cf41756 100644 --- a/utils/fpmake.pp +++ b/utils/fpmake.pp @@ -70,7 +70,7 @@ begin P.Dependencies.Add('rtl-extra'); P.Dependencies.Add('rtl-objpas'); - P.Version:='3.0.1'; + P.Version:='3.0.5'; T:=P.Targets.AddProgram('ptop.pp'); T.Dependencies.AddUnit('ptopu'); diff --git a/utils/fpmc/Makefile b/utils/fpmc/Makefile index 8cb7a7edbd..dff3444dfa 100644 --- a/utils/fpmc/Makefile +++ b/utils/fpmc/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fpmc -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/utils/fpmc/Makefile.fpc b/utils/fpmc/Makefile.fpc index 02421103fb..be763d7e38 100644 --- a/utils/fpmc/Makefile.fpc +++ b/utils/fpmc/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fpmc -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/utils/fpmc/fpmake.pp b/utils/fpmc/fpmake.pp index dc6fd34b93..1d705b97f7 100644 --- a/utils/fpmc/fpmake.pp +++ b/utils/fpmc/fpmake.pp @@ -27,7 +27,7 @@ begin P.NeedLibC:= false; P.Directory:=ADirectory; - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes := [win32, win64, os2, emx]; diff --git a/utils/fppkg/Makefile b/utils/fppkg/Makefile index 1b12717c00..9bac42f8ca 100644 --- a/utils/fppkg/Makefile +++ b/utils/fppkg/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fppkg-util -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/utils/fppkg/Makefile.fpc b/utils/fppkg/Makefile.fpc index c7008a623f..40e4a4b48d 100644 --- a/utils/fppkg/Makefile.fpc +++ b/utils/fppkg/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fppkg-util -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/utils/fppkg/fpmake.pp b/utils/fppkg/fpmake.pp index 644664ba11..498c5bc815 100644 --- a/utils/fppkg/fpmake.pp +++ b/utils/fppkg/fpmake.pp @@ -28,7 +28,7 @@ begin P.NeedLibC:= false; P.Directory:=ADirectory; - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.SourcePath.Add('lnet',lnetOSes); P.IncludePath.Add('lnet/sys',lnetOSes); diff --git a/utils/fprcp/Makefile b/utils/fprcp/Makefile index 2252341e77..214929da59 100644 --- a/utils/fprcp/Makefile +++ b/utils/fprcp/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=fprcp -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/utils/fprcp/Makefile.fpc b/utils/fprcp/Makefile.fpc index be0eb6d200..35fdaf0169 100644 --- a/utils/fprcp/Makefile.fpc +++ b/utils/fprcp/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=fprcp -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/utils/fprcp/fpmake.pp b/utils/fprcp/fpmake.pp index dbf74c78f6..35136e47a8 100644 --- a/utils/fprcp/fpmake.pp +++ b/utils/fprcp/fpmake.pp @@ -27,7 +27,7 @@ begin P.NeedLibC:= false; P.Directory:=ADirectory; - P.Version:='3.0.1'; + P.Version:='3.0.5'; T:=P.Targets.AddProgram('fprcp.pp'); T.Dependencies.AddUnit('comments'); diff --git a/utils/h2pas/Makefile b/utils/h2pas/Makefile index 02cb411e86..9181446df7 100644 --- a/utils/h2pas/Makefile +++ b/utils/h2pas/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=h2pas -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/utils/h2pas/Makefile.fpc b/utils/h2pas/Makefile.fpc index 146537ff19..c44aae8587 100644 --- a/utils/h2pas/Makefile.fpc +++ b/utils/h2pas/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=h2pas -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/utils/h2pas/fpmake.pp b/utils/h2pas/fpmake.pp index 5f58ce1023..52770d39f1 100644 --- a/utils/h2pas/fpmake.pp +++ b/utils/h2pas/fpmake.pp @@ -25,7 +25,7 @@ begin P.NeedLibC:= false; P.Directory:=ADirectory; - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Options.Add('-Sg'); diff --git a/utils/importtl/Makefile b/utils/importtl/Makefile index a37898a54d..c1cc8f17e2 100644 --- a/utils/importtl/Makefile +++ b/utils/importtl/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=importtl -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/utils/importtl/Makefile.fpc b/utils/importtl/Makefile.fpc index ff0a1142a3..a3d606258f 100644 --- a/utils/importtl/Makefile.fpc +++ b/utils/importtl/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=importtl -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/utils/importtl/fpmake.pp b/utils/importtl/fpmake.pp index 106f64ca6a..cfe608579c 100644 --- a/utils/importtl/fpmake.pp +++ b/utils/importtl/fpmake.pp @@ -28,7 +28,7 @@ begin P.Dependencies.Add('fcl-registry'); P.Directory:=ADirectory; - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes:=[win32,win64]; diff --git a/utils/instantfpc/Makefile b/utils/instantfpc/Makefile index b7cbb51855..9445371233 100644 --- a/utils/instantfpc/Makefile +++ b/utils/instantfpc/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=instantfpc -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/utils/instantfpc/Makefile.fpc b/utils/instantfpc/Makefile.fpc index a885b27217..303496cfd5 100644 --- a/utils/instantfpc/Makefile.fpc +++ b/utils/instantfpc/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=instantfpc -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/utils/instantfpc/fpmake.pp b/utils/instantfpc/fpmake.pp index 92c5f59cfb..09e1ae52ad 100644 --- a/utils/instantfpc/fpmake.pp +++ b/utils/instantfpc/fpmake.pp @@ -25,7 +25,7 @@ begin P.NeedLibC:= false; P.Directory:=ADirectory; - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Dependencies.Add('fcl-process'); P.Options.Add('-S2h'); diff --git a/utils/mksymbian/Makefile b/utils/mksymbian/Makefile index 24d0c96776..3128038a33 100644 --- a/utils/mksymbian/Makefile +++ b/utils/mksymbian/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=mksymbian -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/utils/mksymbian/Makefile.fpc b/utils/mksymbian/Makefile.fpc index c51a613e4f..4e3e681039 100644 --- a/utils/mksymbian/Makefile.fpc +++ b/utils/mksymbian/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=mksymbian -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/utils/pas2fpm/Makefile b/utils/pas2fpm/Makefile index 6f5d382543..7522ad1d01 100644 --- a/utils/pas2fpm/Makefile +++ b/utils/pas2fpm/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=pas2fpm -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/utils/pas2fpm/Makefile.fpc b/utils/pas2fpm/Makefile.fpc index 3a18afb590..aee137871c 100644 --- a/utils/pas2fpm/Makefile.fpc +++ b/utils/pas2fpm/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=pas2fpm -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/utils/pas2fpm/fpmake.pp b/utils/pas2fpm/fpmake.pp index d000910142..e06b0c0813 100644 --- a/utils/pas2fpm/fpmake.pp +++ b/utils/pas2fpm/fpmake.pp @@ -25,7 +25,7 @@ begin P.NeedLibC:= false; P.Directory:=ADirectory; - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Dependencies.Add('fcl-base'); P.Dependencies.Add('fcl-passrc'); diff --git a/utils/pas2jni/Makefile b/utils/pas2jni/Makefile index 42453424ec..60c97b5feb 100644 --- a/utils/pas2jni/Makefile +++ b/utils/pas2jni/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=pas2jni -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/utils/pas2jni/Makefile.fpc b/utils/pas2jni/Makefile.fpc index d16c602510..282fde8067 100644 --- a/utils/pas2jni/Makefile.fpc +++ b/utils/pas2jni/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=pas2jni -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/utils/pas2jni/fpmake.pp b/utils/pas2jni/fpmake.pp index 6b4f6d9aeb..07a55279cd 100644 --- a/utils/pas2jni/fpmake.pp +++ b/utils/pas2jni/fpmake.pp @@ -25,7 +25,7 @@ begin P.NeedLibC:= false; P.Directory:=ADirectory; - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Dependencies.Add('fcl-base'); P.Dependencies.Add('fcl-process'); P.Dependencies.Add('fcl-json'); diff --git a/utils/pas2js/Makefile b/utils/pas2js/Makefile index c28e90a27c..469eab8dd5 100644 --- a/utils/pas2js/Makefile +++ b/utils/pas2js/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=pas2js -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/utils/pas2js/Makefile.fpc b/utils/pas2js/Makefile.fpc index edf2775d79..dc372dbe9c 100644 --- a/utils/pas2js/Makefile.fpc +++ b/utils/pas2js/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=pas2js -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/utils/pas2js/fpmake.pp b/utils/pas2js/fpmake.pp index b97f81db18..46a7fbc49c 100644 --- a/utils/pas2js/fpmake.pp +++ b/utils/pas2js/fpmake.pp @@ -24,7 +24,7 @@ begin P.NeedLibC:= false; P.Directory:=ADirectory; - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Dependencies.Add('fcl-js'); P.Dependencies.Add('fcl-passrc'); P.Dependencies.Add('pastojs'); diff --git a/utils/pas2ut/Makefile b/utils/pas2ut/Makefile index 3d3728d593..2e765a6164 100644 --- a/utils/pas2ut/Makefile +++ b/utils/pas2ut/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=pas2ut -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/utils/pas2ut/Makefile.fpc b/utils/pas2ut/Makefile.fpc index 26520c6c4f..90582fe99a 100644 --- a/utils/pas2ut/Makefile.fpc +++ b/utils/pas2ut/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=pas2ut -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/utils/pas2ut/fpmake.pp b/utils/pas2ut/fpmake.pp index d8dccea997..6f6e7461c8 100644 --- a/utils/pas2ut/fpmake.pp +++ b/utils/pas2ut/fpmake.pp @@ -25,7 +25,7 @@ begin P.NeedLibC:= false; P.Directory:=ADirectory; - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Dependencies.Add('fcl-passrc'); T:=P.Targets.AddProgram('pas2ut.pp'); diff --git a/utils/rmwait/Makefile b/utils/rmwait/Makefile index ada52afe80..ff0177d718 100644 --- a/utils/rmwait/Makefile +++ b/utils/rmwait/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=rmwait -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/utils/rmwait/Makefile.fpc b/utils/rmwait/Makefile.fpc index a070503464..a459c0f0ee 100644 --- a/utils/rmwait/Makefile.fpc +++ b/utils/rmwait/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=rmwait -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/utils/rmwait/fpmake.pp b/utils/rmwait/fpmake.pp index 07ca0f4752..22f7550e58 100644 --- a/utils/rmwait/fpmake.pp +++ b/utils/rmwait/fpmake.pp @@ -25,7 +25,7 @@ begin P.NeedLibC:= false; P.Directory:=ADirectory; - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.OSes:=[win32,win64,wince,os2,emx,go32v2]; diff --git a/utils/tply/Makefile b/utils/tply/Makefile index 1d5b825b7e..73f00e23ac 100644 --- a/utils/tply/Makefile +++ b/utils/tply/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=tply -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/utils/tply/Makefile.fpc b/utils/tply/Makefile.fpc index 7e52da0490..99509f54b3 100644 --- a/utils/tply/Makefile.fpc +++ b/utils/tply/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=tply -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/utils/tply/fpmake.pp b/utils/tply/fpmake.pp index a3142dbc69..b6693b62ea 100644 --- a/utils/tply/fpmake.pp +++ b/utils/tply/fpmake.pp @@ -26,7 +26,7 @@ begin P.NeedLibC:= false; P.Directory:=ADirectory; - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Options.Add('-Sg'); diff --git a/utils/unicode/Makefile b/utils/unicode/Makefile index b367f458a9..f25c1395b2 100644 --- a/utils/unicode/Makefile +++ b/utils/unicode/Makefile @@ -332,7 +332,7 @@ FPCFPMAKE=$(FPC) endif endif override PACKAGE_NAME=unicode -override PACKAGE_VERSION=3.0.1 +override PACKAGE_VERSION=3.0.5 FPMAKE_BIN_CLEAN=$(wildcard ./fpmake$(SRCEXEEXT)) ifdef OS_TARGET FPC_TARGETOPT+=--os=$(OS_TARGET) diff --git a/utils/unicode/Makefile.fpc b/utils/unicode/Makefile.fpc index e860b6255f..6a3160e055 100644 --- a/utils/unicode/Makefile.fpc +++ b/utils/unicode/Makefile.fpc @@ -4,7 +4,7 @@ [package] name=unicode -version=3.0.1 +version=3.0.5 [require] packages=rtl fpmkunit diff --git a/utils/unicode/fpmake.pp b/utils/unicode/fpmake.pp index 610ac71d9d..4d90d6eb49 100644 --- a/utils/unicode/fpmake.pp +++ b/utils/unicode/fpmake.pp @@ -26,7 +26,7 @@ begin {$ifdef ALLPACKAGES} P.Directory:=ADirectory; {$endif ALLPACKAGES} - P.Version:='3.0.1'; + P.Version:='3.0.5'; P.Dependencies.Add('rtl'); P.Dependencies.Add('fcl-base'); P.Dependencies.Add('fcl-xml'); |