mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add fpc.
* gnu/packages/pascal.scm: New file. * gnu/packages/patches/fpc-reproducibility.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add pascal.scm. (dist_patch_DATA): Register patch. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
a046c03e13
commit
fae995d309
3 changed files with 245 additions and 0 deletions
28
gnu/packages/patches/fpc-reproducibility.patch
Normal file
28
gnu/packages/patches/fpc-reproducibility.patch
Normal file
|
@ -0,0 +1,28 @@
|
|||
Remove/patch metadata timestamps for reproducibility.
|
||||
|
||||
diff -ur fpcbuild-3.0.0.old/fpcsrc/packages/fpmkunit/src/fpmkunit.pp fpcbuild-3.0.0/fpcsrc/packages/fpmkunit/src/fpmkunit.pp
|
||||
--- fpcbuild-3.0.0.old/fpcsrc/packages/fpmkunit/src/fpmkunit.pp 2015-11-04 16:17:00.000000000 -0500
|
||||
+++ fpcbuild-3.0.0/fpcsrc/packages/fpmkunit/src/fpmkunit.pp 2017-01-26 16:25:29.327339282 -0500
|
||||
@@ -3779,7 +3779,7 @@
|
||||
Values[KeyName]:=Name;
|
||||
Values[KeyVersion]:=Version;
|
||||
// TODO Generate checksum based on PPUs
|
||||
- InstalledChecksum:=DateTimeToFileDate(Now);
|
||||
+ InstalledChecksum:=0;
|
||||
Values[KeyChecksum]:=IntToStr(InstalledChecksum);
|
||||
Values[KeyCPU]:=CPUToString(ACPU);
|
||||
Values[KeyOS]:=OSToString(AOS);
|
||||
diff -ur fpcbuild-3.0.0.old/fpcsrc/utils/fpcmkcfg/fpcmkcfg.pp fpcbuild-3.0.0/fpcsrc/utils/fpcmkcfg/fpcmkcfg.pp
|
||||
--- fpcbuild-3.0.0.old/fpcsrc/utils/fpcmkcfg/fpcmkcfg.pp 2013-06-01 18:27:16.000000000 -0400
|
||||
+++ fpcbuild-3.0.0/fpcsrc/utils/fpcmkcfg/fpcmkcfg.pp 2017-01-26 16:24:22.949044903 -0500
|
||||
@@ -234,8 +234,8 @@
|
||||
TemplateParser.Values['FPCTARGETOS'] := BuildOSTarget;
|
||||
TemplateParser.Values['FPCBIN'] := 'fpc';
|
||||
TemplateParser.Values['PWD'] := GetCurrentDir;
|
||||
- TemplateParser.Values['BUILDDATE'] := DateToStr(Date);
|
||||
- TemplateParser.Values['BUILDTIME'] := TimeToStr(Time);
|
||||
+ TemplateParser.Values['BUILDDATE'] := '';
|
||||
+ TemplateParser.Values['BUILDTIME'] := '';
|
||||
|
||||
TemplateParser.Values['LOCALREPOSITORY'] := GetDefaultLocalRepository;
|
||||
TemplateParser.Values['LOCALBASEPATH'] := GetDefaultLocalBasepath;
|
Loading…
Add table
Add a link
Reference in a new issue