diff options
| author | John Marino <marino@FreeBSD.org> | 2015-12-05 23:29:36 +0000 |
|---|---|---|
| committer | John Marino <marino@FreeBSD.org> | 2015-12-05 23:29:36 +0000 |
| commit | f01cba6e50575183cf50dc87ded17319b63e1a14 (patch) | |
| tree | 6ef0e1020a116341931d3335d3863622b9586ead /lang/fpc-rexx/files/patch-packages_rexx_fpmake.pp | |
| parent | bsd.qt.mk: Move QT_NONSTANDARD check to the _POSTMKINCLUDED section. (diff) | |
FPC ecosystem: Upgrade version 2.6.4 => 3.0.0
This is the first major release of FreePascal in nearly four years.
There are a ton of new features, way more to list here. see:
http://wiki.freepascal.org/FPC_New_Features_3.0
Several new unit ports were added, some were contracted. Most of
those were absorbed into the main FPC packages, but two units are
no longer supported: sndfile and matroshka.
All 99 remaining ports (including Lazarus ports) were build tested
on FreeBSD i386 and amd64 Release 10.2
Diffstat (limited to 'lang/fpc-rexx/files/patch-packages_rexx_fpmake.pp')
| -rw-r--r-- | lang/fpc-rexx/files/patch-packages_rexx_fpmake.pp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/fpc-rexx/files/patch-packages_rexx_fpmake.pp b/lang/fpc-rexx/files/patch-packages_rexx_fpmake.pp new file mode 100644 index 000000000000..0b9818ac40b0 --- /dev/null +++ b/lang/fpc-rexx/files/patch-packages_rexx_fpmake.pp @@ -0,0 +1,11 @@ +--- packages/rexx/fpmake.pp.orig 2015-01-05 19:27:06.000000000 +0000 ++++ packages/rexx/fpmake.pp +@@ -18,7 +18,7 @@ begin + {$endif ALLPACKAGES} + P.Version:='3.0.1'; + P.SourcePath.Add('src'); +- P.Oses:=[emx,os2]; ++ P.Oses:=[emx,os2,dragonfly,freebsd]; + p.Targets.AddUnit('rexxsaa.pp'); + + P.Sources.AddSrc('readme.txt'); |
