summaryrefslogtreecommitdiff
path: root/packages/unzip
Commit message (Collapse)AuthorAgeFilesLines
* * disable packages which do not build on msdosflorian2013-08-111-1/+1
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@25236 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Handle the location of each package at run-time, not at compilation timejoost2013-06-021-1/+1
| | | | | | * Added a fpmake.pp in the root, to compile the utils and packages in one go git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@24783 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Preparation for Unicode RTL compilationmichael2013-06-011-3/+3
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@24700 3ad0048d-3df7-0310-abae-a5850022a9f2
* Regenerate all Makefiles with an up-to-date fpcmake binarypierre2013-04-291-32/+159
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@24365 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Re-generated Makefiles for the changes in the Makefile.fpcs in r24349joost2013-04-271-117/+135
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@24350 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Now zipinstall is passed to fpmake by all Makefile.fpc'sjoost2013-04-271-0/+2
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@24349 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Regenerated all makefiles.yury2013-01-171-93/+27
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/branches/targetandroid@23422 3ad0048d-3df7-0310-abae-a5850022a9f2
* * disable uncompilable targets for embedded targetsflorian2012-12-311-1/+1
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@23257 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Re-generated all the Makefile.fpcs from the packages. So they are almost ↵joost2012-11-172-32/+64
| | | | | | all the same now. git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@23001 3ad0048d-3df7-0310-abae-a5850022a9f2
* Pass OPT to compilation of fpmake.tom_at_work2012-09-152-9/+122
| | | | | | | | Solves issues with systems that e.g. require special options for compilation of programs (e.g. libc programs to find libc startup code) or the actual build has been compiled with options that are incompatible with default ones. Tested changes by building an i386-linux local build and i386-linux->arm-linux cross-builds git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@22397 3ad0048d-3df7-0310-abae-a5850022a9f2
* Revert r22080 because it prevents crosscompilation.tom_at_work2012-08-162-122/+9
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@22101 3ad0048d-3df7-0310-abae-a5850022a9f2
* Pass FPCOPT to fpmkunit and fpmake compilation. This prevents build errors ↵tom_at_work2012-08-142-9/+122
| | | | | | of these programs if the given FPCOPT options of the previously compiled RTL are incompatible to default options. Regenerated associated makefiles. git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@22080 3ad0048d-3df7-0310-abae-a5850022a9f2
* + added target NativeNT to supported OSes in fpmkunitsvenbarth2012-05-181-0/+1
| | | | | | * modified fpmake files in packages to allow a "make all" for NativeNT in packages to work (nearly all packages need to be disabled; the main cause for this are the still missing DOS and Objects units for the target) git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@21319 3ad0048d-3df7-0310-abae-a5850022a9f2
* + Regenerate all Makefiles's after adding x86_64 netbsd targetpierre2012-04-241-2/+9
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@21031 3ad0048d-3df7-0310-abae-a5850022a9f2
* * regenerated Makefiles with AIX supportjonas2012-04-111-3/+22
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@20812 3ad0048d-3df7-0310-abae-a5850022a9f2
* Add x86_64-openbsd target in Makefilespierre2012-04-061-101/+115
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@20723 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Changed more packages to fpmake buildingjoost2012-01-153-695/+545
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@20089 3ad0048d-3df7-0310-abae-a5850022a9f2
* * rebuilt Makefilesflorian2011-12-041-174/+18
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@19748 3ad0048d-3df7-0310-abae-a5850022a9f2
* * patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, ↵florian2011-09-271-74/+74
| | | | | | resolves #20346 git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@19256 3ad0048d-3df7-0310-abae-a5850022a9f2
* + Update all Makefile's modified bypierre2011-08-161-1/+5
| | | | | | | | | | | | | | | | | | | | change in utils/fpcm/fpcmake.ini in prevous commit. Adapt also other files to that change: * compiler/globals.pas: Replace $FPCTARGET by os_string if tf_use_8_3 flag is set for target_info also. * tests/Makefile.fpc: Modify TEST_TARGETSUFFIX in the same way as TARGETSUFFIX was modified in previous commit. * tests/utils/dotest.pp: + New variable UseOSOnly, set to true if only target OS name should be used for subdirectories. git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@18228 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Trunk version to 2.7.1marco2011-08-033-3/+3
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@18075 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Regenned all makefiles before 2.6.x branching.marco2011-08-031-3/+57
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@18073 3ad0048d-3df7-0310-abae-a5850022a9f2
* + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 andjonas2010-09-291-5/+39
| | | | | | | | | | | | | | | later: the same as i386/darwin, except a) uses the non-fragile Objective-C ABI/runtime b) does not require stubs for direct calls/jumps (not required for i386/darwin under 10.6 and later either, but still generated there for backwards compatibility) c) only the same packages are enabled as for ARM/Darwin d) MacOSAll is compiled specifically for the iPhoneSimulator SDK This target also defines the symbol "darwin" apart from the target name "iphonesim" for source code compatibility reasons. git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16065 3ad0048d-3df7-0310-abae-a5850022a9f2
* * patch from Dmitry for bug 7604, fixing the CRC problems.marco2010-08-211-1/+11
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15864 3ad0048d-3df7-0310-abae-a5850022a9f2
* Fixed fpmake.pp files:joost2010-04-151-1/+1
| | | | | | | | | | | | * ExternalURL does not exist anymore * Do not add dependencies on files in other packages, add a package dependency on the package where the files are in instead * Replaced the copy of fcl-base's fpmake.pp in fcl-extra with a real one * Fixed some dependencies and file-names git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15148 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Update Makefilespierre2009-12-101-6/+30
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@14385 3ad0048d-3df7-0310-abae-a5850022a9f2
* * fixed compilation broken by rename of unit unzip to unzip51ghajny2009-10-311-2/+2
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@13989 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Makefiles version 2.5.1jonas2009-08-132-3/+3
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@13533 3ad0048d-3df7-0310-abae-a5850022a9f2
* * unit unzip renamed to unzip51g. Updated user changes. marco2009-08-133-61/+61
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@13527 3ad0048d-3df7-0310-abae-a5850022a9f2
* * regenerated using latest fpcmakejonas2009-08-021-1/+17
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@13487 3ad0048d-3df7-0310-abae-a5850022a9f2
* * a local buffer for pchar based filename handling was still at TP sizesmarco2008-12-061-1/+1
| | | | | | | | (80), and did not follow the libraries abstraction (array [tfsize]) for length of paths. (Reporter Lichtwicht, lazarusforum.de) git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@12306 3ad0048d-3df7-0310-abae-a5850022a9f2
* * regened makefiles to propagate makefile versionsmarco2008-10-221-2/+6
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11947 3ad0048d-3df7-0310-abae-a5850022a9f2
* * updated all makefile.fpc versions to 2.2.2 for fppkg compat.marco2008-10-221-1/+1
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11945 3ad0048d-3df7-0310-abae-a5850022a9f2
* * reset version to latest release: 2.2.2-0peter2008-10-171-1/+1
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11907 3ad0048d-3df7-0310-abae-a5850022a9f2
* * regenerated with changes in r11233jonas2008-06-151-7/+8
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11234 3ad0048d-3df7-0310-abae-a5850022a9f2
* * fixed fpc_zipinstall for go32v2 and the likegiulio2008-06-031-2/+2
| | | | | | | * makefiles regenerated git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11180 3ad0048d-3df7-0310-abae-a5850022a9f2
* * makefiles regenerated with newer fpcmakehajny2008-05-281-1/+1
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11107 3ad0048d-3df7-0310-abae-a5850022a9f2
* * regenerated for i386-Haiku and darwin cross compilation changesjonas2008-05-241-2/+25
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11073 3ad0048d-3df7-0310-abae-a5850022a9f2
* * regenerate Makefiles to get armeb-linux support globally (also arm-darwin, ↵micha2008-05-051-2/+14
| | | | | | so it seems) git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@10888 3ad0048d-3df7-0310-abae-a5850022a9f2
* * add armeb target to compiler/Makefilesmicha2008-03-241-6/+53
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@10552 3ad0048d-3df7-0310-abae-a5850022a9f2
* * os2 compilation fixed. didn't work because of outdated fpmkunitmarco2008-01-261-1/+1
| | | | git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@9959 3ad0048d-3df7-0310-abae-a5850022a9f2
* + added missing Makefilesjonas2008-01-261-0/+2249
| | | | | | | | * regenerated packages/extra Makefile after several packages were moved git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@9946 3ad0048d-3df7-0310-abae-a5850022a9f2
* * Unzip movedmarco2008-01-265-0/+3678
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@9931 3ad0048d-3df7-0310-abae-a5850022a9f2