Package: fpc / 3.2.2+dfsg-20
Metadata
| Package | Version | Patches format | 
|---|---|---|
| fpc | 3.2.2+dfsg-20 | 3.0 (quilt) | 
Patch series
view the series file| Patch | File delta | Description | 
|---|---|---|
| version.diff | (download) | 
              fpcsrc/compiler/version.pas |
                    9 	4 +	5 -	0 !  | 
          ---  | 
        
| fix FPCDIR in fpcmake.diff | (download) | 
              fpcsrc/utils/fpcm/fpcmmain.pp |
                   58 	56 +	2 -	0 !  | 
          ---  | 
        
| relpath.patch | (download) | 
              fpcsrc/utils/fpmake.pp |
                    1 	1 +	0 -	0 !  | 
          ---  | 
        
| rename instantfpc to ifpc.patch | (download) | 
              fpcsrc/utils/instantfpc/Makefile.fpc |
                    2 	1 +	1 -	0 !  | 
          ---  | 
        
| use bfd explicitly.diff | (download) | 
              fpcsrc/compiler/systems/t_linux.pas |
                    4 	2 +	2 -	0 !  | 
          use ld.bfd explicitly Freepascal is broken with ld.gold, previously we conflicted with binutils-gold but that makes us uninstallable with the new binutils. So instead we take the approach of patching fpc to use ld.bfd directly  | 
        
| change path of localization files to fit Debian standar.patch | (download) | 
              fpcsrc/utils/fpdoc/dglobals.pp |
                    4 	2 +	2 -	0 !  | 
          change path of localization fies to fit debian standard. (closes: bug#73368) Bug-Debian: http://bugs.debian.org/73368  | 
        
| fix encoding of localization files to be utf8.patch | (download) | 
              fpcsrc/utils/fpdoc/intl/dglobals.de.po |
                   18 	9 +	9 -	0 !  | 
          change path of localization fies to fit debian standard. (closes: bug#73368) Bug-Debian: http://bugs.debian.org/73368  | 
        
| prevent_date_in_fpcdocs.patch | (download) | 
              fpcdocs/Makefile.fpc |
                    2 	1 +	1 -	0 !  | 
          timestamps in fpc documentation are hindering reproducible builds Don't add the date to the footer of docs generated by fpdoc  | 
        
| disable_building_gnome1_and_gtk1.patch | (download) | 
              fpcsrc/packages/fpmake_add.inc |
                    4 	0 +	4 -	0 !  | 
          disable the gnome1, gtk1, fpgtk and imlib packages to build as they depend on libraries long go removed from Debian.  | 
        
| fix IDE data file location.patch | (download) | 
              fpcsrc/packages/ide/fpcompil.pas |
                    2 	2 +	0 -	0 !  | 
          align fp ide template file paths with debian standards The fp IDE looks for template files in /usr/bin where itself is installed. However this is not conform with Debian standard for file locations. This patch fixes this by making the IDE looking for templates in the base installation directory. Location of IDE template files in Debian distribution is: /usr/lib/$(DEB_TARGET_MULTIARCH)/fpc/3.2.2/ide/ as for examples: /usr/lib/x86_64-linux-gnu/fpc/3.2.2/ide /usr/lib/arm-linux-gnueabihf/fpc/3.2.2/ide  | 
        
| honor_SOURCE_DATE_EPOCH_in_date.patch | (download) | 
              fpcsrc/compiler/globals.pas |
                   23 	23 +	0 -	0 !  | 
          reproducible builds requires that the build time stamp is not recorded in binaries. In FPC they are fuild in via the $INCLUDE %DATE% directive which calls getdatestr in globals.pas. To allow reproducible builds we should honor the SOURCE_DATE_EPOCH environment variable. To not depend on the dateutil unit, we include the required code from that package here.  | 
        
| armhf tags.patch | (download) | 
              fpcsrc/compiler/arm/agarmgas.pas |
                    2 	2 +	0 -	0 !  | 
          add tags to make armhf binaries come out correctly. Add elf tag to mark hardfp binaries as such. (Closes: 695547)  | 
        
| fix_source_location_for_documentation.patch | (download) | 
              fpcdocs/fcl-project.xml |
                   86 	43 +	43 -	0 !  | 
          ---  | 
        
| fix spelling errors 3.patch | (download) | 
              fpcsrc/utils/fpcm/fpcmake.ini |
                    2 	1 +	1 -	0 !  | 
          some more lintian detection spelling misstakes  | 
        
| remove depreciated ncursus variables declaration.patch | (download) | 
              fpcsrc/packages/ncurses/src/form.pp |
                    9 	0 +	9 -	0 !  | 
          removed declaration of legacy ncursus variables. These variables are now internal and no more exported by new ncursus libraries.  | 
        
| drop jsminifier from build as we strip it.patch | (download) | 
              fpcsrc/packages/fcl-js/fpmake.pp |
                    2 	0 +	2 -	0 !  | 
          the jsminifier.pp is not dfsg free. therefore we strip it during repack but we must prevent during build as well. Bug: https://bugs.freepascal.org/view.php?id=32288  | 
        
| create directory before copy in Makefile.fpc.patch | (download) | 
              fpcdocs/Makefile.fpc |
                    3 	3 +	0 -	0 !  | 
          prevent ftbfs by creating directories when required  | 
        
| fix units path to be multi arch safe.patch | (download) | 
              fpcsrc/packages/fpmkunit/src/fpmkunit.pp |
                   16 	15 +	1 -	0 !  | 
          change path of unit files to make it support ma co-installation. (Closes: Bug#73368) Bug-Debian: http://bugs.debian.org/73368  | 
        
| fix_make_files_generation.patch | (download) | 
              fpcsrc/Makefile.fpc |
                    2 	1 +	1 -	0 !  | 
          fix sub directories in makefile.fpc to allor recursive generation.  | 
        
| clean_man_pages.patch | (download) | 
              install/man/man1/fpcjres.1 |
                    2 	1 +	1 -	0 !  | 
          clean man pages to be lintian warnings and erros free. Lintian enforces strict policy on man pages. We try here to fix upstream files to ensure a lintian rules compatible files..  | 
        
| ncurses6.patch | (download) | 
              fpcsrc/packages/ncurses/src/ncurses.pp |
                    5 	3 +	2 -	0 !  | 
          ---  | 
        
| m68k disable FPU inlining.patch | (download) | 
              fpcsrc/compiler/m68k/n68kadd.pas |
                    5 	1 +	4 -	0 !  | 
          disable fpu inlining on m68k There is a bug in the FPU code on m68k which causes the bootstrap to fail (upstream bug #37250). Until the bug has been fixed, disable FPU inlining to work around the issue and fix the bootstrap on m68k. .  | 
        
| Fix liking with libc when PIC is enabled.patch | (download) | 
              fpcsrc/rtl/linux/x86_64/si_c.inc |
                    4 	2 +	2 -	0 !  | 
          @plt is needed for calls to link it properly with pic code  | 
        
| fix utest version lists.patch | (download) | 
              fpcsrc/tests/utils/testsuite/utests.pp |
                    6 	5 +	1 -	0 !  | 
          fix version lists in utests.pp utests.pp has three version lists, the first defining an enumerated type and then the second two defining textual versions and svn branches for each enumeration entry. Unfortunately the first list was not consistent with each other resulting in a compile error. This patch expands the first list to match the others.  | 
        
| fix samplecfg tool.patch | (download) | 
              fpcsrc/compiler/utils/samplecfg |
                   22 	12 +	10 -	0 !  | 
          fix samplecfg tool to be compatible with multiarch compiler paths. (Closes: Bug#975351)  | 
        
| 0 dba65567f1b2fb3fd283886b262dc72875a6360b.patch | (download) | 
              fpcsrc/rtl/inc/ufloat128.pp |
                    4 	2 +	2 -	0 !  | 
          [patch] * use the sizes of the floatx80 and float128 structs for  | 
        
| 1 3ef2ab1019a395a9392578b653958c14e19f81e0.patch | (download) | 
              fpcsrc/compiler/cgbase.pas |
                   44 	14 +	30 -	0 !  | 
          [patch] * cleaning up tcgsize: it makes no sense to declare every  | 
        
| 2 28b2b299da00443c49e92d7f5fe4d4a2d0c1a557.patch | (download) | 
              fpcsrc/compiler/powerpc64/cpupara.pas |
                    7 	4 +	3 -	0 !  | 
          [patch] * ppc64le: fix storing homogeneous 64 bit float parameters in case they are split over just FPU registers and memory (related to mantis #36934) git-svn-id: trunk@45204 - (cherry picked from commit 05923af386db5572a68ab13f0b908c8c96e7831a)  | 
        
| 3 8a31764a7b14c47cbd51abd25672d43aaba8b6b9.patch | (download) | 
              fpcsrc/compiler/cgobj.pas |
                   93 	50 +	43 -	0 !  | 
          [patch] * support floating point parameters split over multiple locations, including integer registers, for homogeneous records/arrays on ppc64le (related to mantis #36934) git-svn-id: trunk@45205 - (cherry picked from commit 722ad1ff7b1f0ba015494a40ed282c606cbc1148)  | 
        
| 4 1c3fc6e2dfa10f7a2221b97fa0da55a7406a0f07.patch | (download) | 
              fpcsrc/compiler/cgbase.pas |
                   23 	22 +	1 -	0 !  | 
          [patch] * don't convert the fpu parameters size from tcgsize -> int -> float_tcgsize if not required, to avoid translating OS_C64 into OS_F64 (fix for x86 test failures after r45205) git-svn-id: trunk@45221 - (cherry picked from commit 3f6ad30b6936bb215d97105bef9824abbaf0412c)  | 
        
| glibc2.34.patch | (download) | 
              fpcsrc/rtl/linux/aarch64/cprt0.as |
                    6 	2 +	4 -	0 !  | 
          adjust startup code for glibc 2.34 Based on the corresponding changes made in glibc: https://sourceware.org/git/?p=glibc.git;a=commit;h=035c012e32c11e84d64905efaf55e74f704d3668 Bug: https://gitlab.com/freepascal.org/fpc/source/-/issues/39295  | 
        
| ppc64el toc fixes.patch | (download) | 
              fpcsrc/compiler/ncgvmt.pas |
                   99 	57 +	42 -	0 !  | 
          fix missing toc loads on ppc64el A backport of upstream commits: - https://gitlab.com/freepascal.org/fpc/source/-/commit/12f48c230bccd49f368be1e5a2855cb6c3a60c0f - https://gitlab.com/freepascal.org/fpc/source/-/commit/9314bbbf080418827eef94a8bc392ce0497bf72b - https://gitlab.com/freepascal.org/fpc/source/-/commit/2de72c854115908271912cd9b260a607c826eadb - https://gitlab.com/freepascal.org/fpc/source/-/commit/83c18df69a79fe1035a0cf0bc0897c60d1af0293 - https://gitlab.com/freepascal.org/fpc/source/-/commit/68b5ca633ca71a83c29b78cd3669bf15477cd94f Some modifications were made to make the changes apply cleanly to v3.2.2. Bug: https://gitlab.com/freepascal.org/fpc/source/-/issues/39542  | 
        
| pas2jni cthreads.patch | (download) | 
              fpcsrc/utils/pas2jni/pas2jni.pas |
                    4 	3 +	1 -	0 !  | 
          make pas2jni use cthreads on unices The "pas2jni" util program shipped with FPC uses threads, but is compiled without thread support and fails to actually do anything useful when run.  | 
        
| change_fpmake_to_install_missing_package_examples.patch | (download) | 
              fpcsrc/packages/webidl/fpmake.pp |
                    2 	2 +	0 -	0 !  | 
          change fpmake to install missign package examples. Some packages do not install their examples. This patch allows to add code in their fpmake to install their examples. .  | 
        
| Fix missing crtbeginS.o on mipsel.patch | (download) | 
              fpcsrc/packages/fpmkunit/src/fpmkunit.pp |
                    1 	1 +	0 -	0 !  | 
          fix missing crtbegins.o on mipsel Add mipsel to the case statement, so the gcc library folder is defined in /etc/fpc/cfg  | 
        
| 5 85c7368759f5fb53aa23e03c8cc27c2deb424b62.patch | (download) | 
              fpcsrc/compiler/mips/ncpumat.pas |
                    1 	1 +	0 -	0 !  | 
          [patch] * handle also simulated flags in tmipselnotnode.second_boolean, resolves #39877  | 
        
