Free Pascal 3.0.2 (Announce)
> > Should be fixed. If more files are missing please report.
>
> Yes, it's there now and seems to install and work fine (although it still
> has the readme-jvm.txt installation quirk).
Somehow my reply got lost (auto logout end of the month or so?)
Anyway, I fixed the typos, removed readme-jvm from separate manually (and will ask how to rebuild the zips later, I want to be able to do that myself)
I also started with a fix for the readme-jvm.txt by adding the following to fpcbuild/Makefile.fpc
$(MKDIR) $(INSTALL_DOCDIR)
-$(COPY) $(addprefix $(CVSINSTALL)/doc/,*.txt copying* license* faq.*) $(INSTALL_DOCDIR)
# but don't include readme-jvm.txt for lfn challenged targets (gives problems unzipping)
ifneq ($(findstring $(OS_TARGET),$(LIMIT83fs)),)
$(DEL) $(INSTALL_DOCDIR)/readme-jvm.txt
endif
(The bit after the # comment). Maybe additional paths are needed (fpc/ ?) there, but I can't test atm (64bit windows))
Anyway, that is something to streamline the issue for future releases.
Complete thread:
- Freepascal 3.0.2rc1 - Laaca, 30.12.2016, 23:54 (Announce)
- Free Pascal 3.0.2 (rc1) - Rugxulo, 08.01.2017, 20:14
- Free Pascal 3.0.2 (rc1) - marcov, 12.01.2017, 15:23
- Free Pascal 3.0.2 (final?) - Rugxulo, 23.02.2017, 16:17
- Free Pascal 3.0.2 (final?) - marcov, 27.02.2017, 13:06
- Free Pascal 3.0.2 (final?) - marcov, 27.02.2017, 14:03
- Free Pascal 3.0.2 - Rugxulo, 28.02.2017, 19:15
- Free Pascal 3.0.2 - marcov, 01.03.2017, 11:34
- Free Pascal 3.0.2 - Rugxulo, 02.03.2017, 22:17
- Free Pascal 3.0.2 - marcov, 03.03.2017, 15:56
- Free Pascal 3.0.2 - external linker? - Laaca, 24.03.2017, 21:13
- Free Pascal 3.0.2 - external linker? - marcov, 28.03.2017, 10:21
- Free Pascal 3.0.2 - external linker? - Laaca, 28.03.2017, 22:59
- Free Pascal 3.0.2 - external linker? - marcov, 29.03.2017, 13:08
- Free Pascal 3.0.2 - external linker? - Laaca, 28.03.2017, 22:59
- Free Pascal 3.0.2 - external linker? - marcov, 28.03.2017, 10:21
- Free Pascal 3.0.2 - bug in the PTC library - Laaca, 07.04.2017, 01:51
- Free Pascal 3.0.2 - bug in the PTC library - marcov, 09.04.2017, 13:36
- Free Pascal - May 2017 SourceForge.net Project of the Month - Rugxulo, 05.05.2017, 10:18
- Free Pascal - May 2017 SourceForge.net Project of the Month - marcov, 06.05.2017, 17:48
- Free Pascal - May 2017 SourceForge.net Project of the Month - Rugxulo, 05.05.2017, 10:18
- Free Pascal 3.0.2 - bug in the PTC library - marcov, 09.04.2017, 13:36
- Free Pascal 3.0.2 - external linker? - Laaca, 24.03.2017, 21:13
- Free Pascal 3.0.2 - marcov, 03.03.2017, 15:56
- Free Pascal 3.0.2 - Rugxulo, 02.03.2017, 22:17
- Free Pascal 3.0.2 - Rugxulo, 01.04.2017, 23:01
- Free Pascal 3.0.2 - marcov, 01.03.2017, 11:34
- Free Pascal 3.0.2 - Rugxulo, 28.02.2017, 19:15
- Free Pascal 3.0.2 (final?) - marcov, 27.02.2017, 14:03
- Free Pascal 3.0.2 (final?) - marcov, 27.02.2017, 13:06
- Free Pascal 3.0.2 (final?) - Rugxulo, 23.02.2017, 16:17
- Free Pascal 3.0.2 (rc1) - marcov, 12.01.2017, 15:23
- Free Pascal 3.0.2 (rc1) - Rugxulo, 08.01.2017, 20:14