packages: disabled packages for macos and palmos which currently cannot be built for these

git-svn-id: trunk@36889 -
This commit is contained in:
Károly Balogh 2017-08-12 21:08:34 +00:00
parent 4e845f12cb
commit 4c25bd935f
32 changed files with 32 additions and 32 deletions

View File

@ -28,7 +28,7 @@ begin
P.Email := '';
P.Description := 'BZip2 decompression unit.';
P.NeedLibC:= true;
P.OSes := P.OSes - [embedded,nativent,msdos,win16];
P.OSes := P.OSes - [embedded,nativent,msdos,win16,macos,palmos];
P.SourcePath.Add('src');
P.IncludePath.Add('src');

View File

@ -25,7 +25,7 @@ begin
P.Email := '';
P.Description := 'Standalone CHM reader and writer library';
P.NeedLibC:= false;
P.OSes := P.OSes - [embedded,nativent,msdos,win16];
P.OSes := P.OSes - [embedded,nativent,msdos,win16,macos,palmos];
D:=P.Dependencies.Add('fcl-xml');
D:=P.Dependencies.Add('fcl-base');

View File

@ -27,7 +27,7 @@ begin
P.Email := '';
P.Description := 'Base library of Free Component Libraries (FCL), FPC''s OOP library.';
P.NeedLibC:= false;
P.OSes:=AllOSes-[embedded,msdos,win16];
P.OSes:=AllOSes-[embedded,msdos,win16,macos,palmos];
P.SourcePath.Add('src');
P.SourcePath.Add('src/$(OS)');

View File

@ -32,7 +32,7 @@ begin
P.Email := '';
P.Description := 'Database library of Free Component Libraries(FCL), FPC''s OOP library.';
P.NeedLibC:= false;
P.OSes:=AllOSes-[embedded,msdos,win16];
P.OSes:=AllOSes-[embedded,msdos,win16,macos,palmos];
P.Directory:=ADirectory;
P.Version:='3.1.1';

View File

@ -30,7 +30,7 @@ begin
P.Email := '';
P.Description := 'Unit testing system inspired by JUnit of Free Component Libraries (FCL), FPC''s OOP library.';
P.NeedLibC:= false;
P.OSes := P.OSes - [embedded,nativent,msdos,win16];
P.OSes := P.OSes - [embedded,nativent,msdos,win16,macos,palmos];
P.SourcePath.Add('src');
P.IncludePath.Add('src');

View File

@ -28,7 +28,7 @@ begin
P.Email := '';
P.Description := 'Image loading and conversion parts of Free Component Libraries (FCL), FPC''s OOP library.';
P.NeedLibC:= false;
P.OSes := P.OSes - [embedded,nativent,msdos,win16];
P.OSes := P.OSes - [embedded,nativent,msdos,win16,macos,palmos];
P.SourcePath.Add('src');
P.IncludePath.Add('src');

View File

@ -23,7 +23,7 @@ begin
P.HomepageURL := 'www.freepascal.org';
P.Email := 'michael@freepascal.org';
P.Description := 'Javascript scanner/parser/syntax tree units';
P.OSes:=AllOSes-[embedded,msdos,win16];
P.OSes:=AllOSes-[embedded,msdos,win16,macos,palmos];
P.Dependencies.Add('fcl-base');

View File

@ -26,7 +26,7 @@ begin
P.Email := '';
P.Description := 'Json interfacing, part of Free Component Libraries (FCL), FPC''s OOP library.';
P.NeedLibC:= false;
P.OSes:=AllOSes-[embedded,msdos,win16];
P.OSes:=AllOSes-[embedded,msdos,win16,macos,palmos];
P.SourcePath.Add('src');

View File

@ -31,7 +31,7 @@ begin
P.Email := '';
P.Description := 'Network related parts of Free Component Libraries (FCL), FPC''s OOP library.';
P.NeedLibC:= false;
P.OSes:=P.OSes-[embedded,msdos,win16];
P.OSes:=P.OSes-[embedded,msdos,win16,macos,palmos];
P.SourcePath.Add('src');
P.IncludePath.Add('src/unix',AllUnixOSes);

View File

@ -25,7 +25,7 @@ begin
P.Email := '';
P.Description := 'Pascal parsing parts of Free Component Libraries (FCL), FPC''s OOP library.';
P.NeedLibC:= false;
P.OSes:=AllOSes-[embedded,msdos,win16];
P.OSes:=AllOSes-[embedded,msdos,win16,macos,palmos];
P.SourcePath.Add('src');

View File

@ -24,7 +24,7 @@ begin
P.Email := '';
P.Description := 'PDF generating and TTF file info library';
P.NeedLibC:= false;
P.OSes:=P.OSes-[embedded,win16,msdos,nativent];
P.OSes:=P.OSes-[embedded,win16,msdos,nativent,macos,palmos];
P.Dependencies.Add('rtl-objpas');
P.Dependencies.Add('fcl-base');
P.Dependencies.Add('fcl-image');

View File

@ -25,7 +25,7 @@ begin
P.Description := 'Process (execution) related parts of Free Component Libraries (FCL), FPC''s OOP library.';
P.Options.Add('-S2h');
P.NeedLibC:= false;
P.OSes:=AllOSes-[embedded,msdos,win16];
P.OSes:=AllOSes-[embedded,msdos,win16,macos,palmos];
P.SourcePath.Add('src');
P.IncludePath.Add('src/unix',AllUnixOSes);

View File

@ -27,7 +27,7 @@ begin
P.Email := '';
P.Description := 'Windows registry + emulation parts of Free Component Libraries (FCL), FPC''s OOP library.';
P.NeedLibC:= false;
P.OSes:=AllOSes-[embedded,msdos,win16];
P.OSes:=AllOSes-[embedded,msdos,win16,macos,palmos];
P.SourcePath.Add('src');
P.IncludePath.Add('src');

View File

@ -24,7 +24,7 @@ begin
P.Email := '';
P.Description := 'Resource handling of Free Component Libraries (FCL), FPC''s OOP library.';
P.NeedLibC:= false;
P.OSes:=AllOSes-[embedded,msdos,win16];
P.OSes:=AllOSes-[embedded,msdos,win16,macos,palmos];
P.SourcePath.Add('src');
P.IncludePath.Add('src');

View File

@ -25,7 +25,7 @@ begin
P.HomepageURL := 'www.freepascal.org';
P.Email := 'inoussa12@gmail.com';
P.Description := 'Free Pascal implementation of Service Data Objects';
P.OSes:=AllOSes-[embedded,msdos,win16];
P.OSes:=AllOSes-[embedded,msdos,win16,macos,palmos];
// P.NeedLibC:= false;
P.SourcePath.Add('src/base');

View File

@ -26,7 +26,7 @@ begin
P.Email := '';
P.Description := 'Sound loading, storing and conversion parts for the Free Component Libraries (FCL), FPC''s OOP library.';
P.NeedLibC:= false;
P.OSes:=AllOSes-[embedded,msdos,win16];
P.OSes:=AllOSes-[embedded,msdos,win16,macos,palmos];
P.SourcePath.Add('src');

View File

@ -30,7 +30,7 @@ begin
P.Email := '';
P.Description := 'XML and DOM parts of Free Component Libraries (FCL), FPC''s OOP library.';
P.NeedLibC:= false;
P.OSes:=AllOSes-[embedded,msdos,win16];
P.OSes:=AllOSes-[embedded,msdos,win16,macos,palmos];
P.SourcePath.Add('src');
P.IncludePath.Add('src');

View File

@ -25,7 +25,7 @@ begin
P.Email := '';
P.Description := 'Basic library of the fpmake/fppkg build system.';
P.NeedLibC:= false; // true for headers that indirectly link to libc?
P.OSes := P.OSes - [embedded,nativent,msdos,win16,atari];
P.OSes := P.OSes - [embedded,nativent,msdos,win16,atari,macos,palmos];
// All dependencies (including implicit) are listed
// here to be able to update all requirements to

View File

@ -44,7 +44,7 @@ begin
P.Email := '';
P.Description := 'Libraries to create fppkg package managers.';
P.NeedLibC:= false;
P.OSes := P.OSes - [embedded,nativent,msdos,win16,atari];
P.OSes := P.OSes - [embedded,nativent,msdos,win16,atari,macos,palmos];
P.SourcePath.Add('src');
P.IncludePath.Add('src');

View File

@ -23,7 +23,7 @@ begin
P.Email := '';
P.Description := 'Several hash and cryptography algorithms (MD5,CRC,Linux crypt and NTLM1).';
P.NeedLibC:= false;
P.OSes:=P.OSes-[embedded,win16];
P.OSes:=P.OSes-[embedded,win16,macos,palmos];
P.Dependencies.Add('rtl-objpas');
P.Version:='3.1.1';

View File

@ -25,7 +25,7 @@ begin
P.Email := '';
P.Description := 'Library for pixel graphics conversion';
P.NeedLibC := false;
P.OSes:=AllOSes-[embedded,msdos,win16];
P.OSes:=AllOSes-[embedded,msdos,win16,macos,palmos];
P.SourcePath.Add('src');
P.IncludePath.Add('src');

View File

@ -20,7 +20,7 @@ begin
{$endif ALLPACKAGES}
P.Version:='3.1.1';
P.SourcePath.Add('src');
P.OSes := P.OSes - [embedded,nativent,msdos,win16,atari];
P.OSes := P.OSes - [embedded,nativent,msdos,win16,atari,macos,palmos];
T:=P.Targets.AddUnit('gd.pas');

View File

@ -24,7 +24,7 @@ begin
P.HomepageURL := 'http://www.destructor.de/';
P.Description := 'Library for handling tar-files.';
P.OSes:=AllOSes-[embedded,win16];
P.OSes:=AllOSes-[embedded,win16,macos,palmos];
P.SourcePath.Add('src');
T:=P.Targets.AddUnit('libtar.pp');

View File

@ -19,7 +19,7 @@ begin
P.Directory:=ADirectory;
{$endif ALLPACKAGES}
P.Version:='3.1.1';
P.OSes:=P.OSes-[embedded,msdos,win16];
P.OSes:=P.OSes-[embedded,msdos,win16,macos,palmos];
P.SourcePath.Add('src');
P.IncludePath.Add('src');

View File

@ -19,7 +19,7 @@ begin
{$endif ALLPACKAGES}
P.Version:='3.1.1';
P.OSes := AllOses-[embedded,msdos,win16];
P.OSes := AllOses-[embedded,msdos,win16,macos,palmos];
P.Dependencies.Add('fcl-js');
P.Dependencies.Add('fcl-passrc');

View File

@ -20,7 +20,7 @@ begin
P.Directory:=ADirectory;
{$endif ALLPACKAGES}
P.Version:='3.1.1';
P.OSes := P.OSes - [embedded,nativent,msdos,win16];
P.OSes := P.OSes - [embedded,nativent,msdos,win16,macos,palmos];
D:=P.Dependencies.Add('hash');
D.Version:='3.1.1';

View File

@ -19,7 +19,7 @@ begin
P.Directory:=ADirectory;
{$endif ALLPACKAGES}
P.Version:='3.1.1';
P.OSes:=P.OSes-[embedded,win16];
P.OSes:=P.OSes-[embedded,win16,macos,palmos];
P.Dependencies.Add('rtl-objpas');
P.SourcePath.Add('src');

View File

@ -23,7 +23,7 @@ Const
SerialOSes = [android,linux,netbsd,openbsd,win32,win64];
UComplexOSes = [atari,emx,gba,go32v2,msdos,nativent,nds,netware,netwlibc,os2,watcom,wii,wince,win32,win64]+UnixLikes+AllAmigaLikeOSes;
MatrixOSes = [atari,emx,gba,go32v2,msdos,nativent,nds,netware,netwlibc,os2,wii,win32,win64,wince]+UnixLikes+AllAmigaLikeOSes;
ObjectsOSes = [atari,emx,gba,go32v2,msdos,nds,netware,netwlibc,os2,win32,win64,wince]+UnixLikes+AllAmigaLikeOSes;
ObjectsOSes = [atari,emx,gba,go32v2,macos,msdos,nds,netware,netwlibc,os2,win32,win64,wince]+UnixLikes+AllAmigaLikeOSes;
WinsockOSes = [win32,win64,wince,os2,emx,netware,netwlibc];
WinSock2OSes = [win32,win64,wince];
SocketsOSes = UnixLikes+AllAmigaLikeOSes+[netware,netwlibc,os2,wince,win32,win64];

View File

@ -23,7 +23,7 @@ begin
P.Email := '';
P.Description := 'Generic collection library.';
P.NeedLibC:= false;
P.OSes := AllOSes-[embedded,win16];
P.OSes := AllOSes-[embedded,win16,macos,palmos];
P.Directory:=ADirectory;
P.Version:='3.1.1';
P.Dependencies.Add('rtl-objpas');

View File

@ -24,7 +24,7 @@ begin
P.Dependencies.Add('morphunits',[morphos]);
if Defaults.CPU=arm then
P.OSes := P.OSes - [darwin];
P.OSes := P.OSes - [iphonesim,os2,emx,go32v2,watcom,nativent,embedded,android,amiga,aros,msdos,gba,nds,win16,atari];
P.OSes := P.OSes - [iphonesim,os2,emx,go32v2,watcom,nativent,embedded,android,amiga,aros,msdos,gba,nds,win16,atari,macos,palmos];
T:=P.Targets.AddUnit('logger.pas');
with T.Dependencies do

View File

@ -23,7 +23,7 @@ begin
P.Email := '';
P.Description := 'Expression parser with support for fast evaluation';
P.NeedLibC:= false;
P.OSes:=P.OSes-[embedded,msdos,win16];
P.OSes:=P.OSes-[embedded,msdos,win16,macos,palmos];
P.SourcePath.Add('src');
P.IncludePath.Add('src');

View File

@ -20,7 +20,7 @@ begin
{$endif ALLPACKAGES}
P.Version:='3.1.1';
P.SourcePath.Add('src');
P.OSes := P.OSes - [embedded,nativent,msdos,win16];
P.OSes := P.OSes - [embedded,nativent,msdos,win16,macos,palmos];
T:=P.Targets.AddUnit('unzip51g.pp');
with T.Dependencies do