From e76ee1d6a1823c6e8f7ccefa202ad02799009482 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 17 Sep 2009 09:11:40 +0000 Subject: [PATCH] 2009-09-17 11:11 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) - ERRATA * doc/howtosvn.txt * INSTALL * bin/postinst.cmd * bin/postinst.bat * package/mpkg_win.nsi * package/winuni/mpkg_win_uni.bat * package/winuni/mpkg_win_uni.nsi + Replaced ERRATA file (which was never updated), with a link to bug/feature/etc tracker link in INSTALL. * INSTALL * Minor improvements. --- harbour/ChangeLog | 15 ++++++++++++ harbour/ERRATA | 32 ------------------------- harbour/INSTALL | 16 +++++++++---- harbour/bin/postinst.bat | 2 -- harbour/bin/postinst.cmd | 1 - harbour/doc/howtosvn.txt | 2 +- harbour/package/mpkg_win.nsi | 1 - harbour/package/winuni/mpkg_win_uni.bat | 1 - harbour/package/winuni/mpkg_win_uni.nsi | 1 - 9 files changed, 27 insertions(+), 44 deletions(-) delete mode 100644 harbour/ERRATA diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 0e422a8f19..eb68d8a6b4 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,21 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-09-17 11:11 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + - ERRATA + * doc/howtosvn.txt + * INSTALL + * bin/postinst.cmd + * bin/postinst.bat + * package/mpkg_win.nsi + * package/winuni/mpkg_win_uni.bat + * package/winuni/mpkg_win_uni.nsi + + Replaced ERRATA file (which was never updated), with a link + to bug/feature/etc tracker link in INSTALL. + + * INSTALL + * Minor improvements. + 2009-09-17 10:50 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * include/hbsetup.h ! Added __BEOS__ check when detecting HB_OS_BEOS. diff --git a/harbour/ERRATA b/harbour/ERRATA deleted file mode 100644 index 16ac890144..0000000000 --- a/harbour/ERRATA +++ /dev/null @@ -1,32 +0,0 @@ -/* - * $Id$ - */ - -The following items are currently outstanding bugs or design issues that -require attention in the near future. This file differs from TODO in that it -shows current issues, not future design goals. Before reporting problems -with Harbour be sure to check here in Harbour's bug reporting system - -and in TODO. - -Note that, in terms of tidying up for a release, items in the bug reporting -system should be seen as additional items in this file. - -Developers, take the following template and add to the list below, be as -verbose as possible in the description. - --- cut here ---------------------------------------------------------------- ----------------------------------------------------------------------------- -Platform...........: -Noted as of release: -Noted by...........: -Severity...........: -Bug/Wish/TODO/etc..: -Description........: - --- cut here ---------------------------------------------------------------- - -============================================================================ - -Current known problems and wishes: - diff --git a/harbour/INSTALL b/harbour/INSTALL index 3e99669d2a..807ce7ddc2 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -16,8 +16,8 @@ HARBOUR HOW TO BUILD AND INSTALL HARBOUR FROM SOURCE ============================================ - NOTE: Before reporting a problem on the mailing list, please make - sure to read the TROUBLESHOOTING section in this file. + NOTE: Before reporting a problem on the developers' mailing list, please + make sure to read the TROUBLESHOOTING section in this file. For all platforms you'll need: @@ -241,6 +241,7 @@ HOW TO ENABLE OPTIONAL COMPONENTS BEFORE BUILD Windows/Windows CE ------------------ + Some contribs support build mode in which they can be linked *statically* with 3rd party components: @@ -248,6 +249,7 @@ HOW TO ENABLE OPTIONAL COMPONENTS BEFORE BUILD Darwin (Mac OS X) ----------------- + 1.) Install MacPorts, follow their instructions: https://www.macports.org/ 2.) sudo port install pcre slang allegro freeimage gd2 mysql5-devel postgresql84 @@ -831,7 +833,8 @@ HOW TO GET THE HARBOUR SOURCES TROUBLESHOOTING =============== - Please evaluate these points before reporting an issue on the mailing list. + Please evaluate these points before reporting an issue on the developers' + mailing list. - Make sure to have carefully read this document. - Make sure to do a 'clean' before doing a build after refreshing @@ -1007,7 +1010,7 @@ BUILD HOST-PLATFORM/SHELL - TARGET-PLATFORM/COMPILER COMPATIBILITY MATRIX win / MS-DOS shell (command.com) (* not supported: HB_BUILD_PKG, HB_BUILD_IMPLIB) dos / MS-DOS shell (command.com) (* not supported: HB_BUILD_PKG, HB_BUILD_IMPLIB) dos / POSIX shell (bash.exe) (* not supported: HB_BUILD_PKG, HB_BUILD_IMPLIB) - os/2 / OS/2 shell (* not supported: HB_BUILD_PKG, HB_BUILD_IMPLIB) + os/2 / OS/2 shell (cmd.exe) (* not supported: HB_BUILD_PKG, HB_BUILD_IMPLIB) os/2 / POSIX shell (bash.exe) (* not supported: HB_BUILD_PKG, HB_BUILD_IMPLIB) *nix / POSIX shell (* not supported: HB_BUILD_PKG - implemented as standalone scripts) @@ -1045,12 +1048,15 @@ FOR MORE INFORMATION Sourceforge Page: http://sourceforge.net/projects/harbour-project/ - Developers' Mail Archives: + Developers' Mailing List Archives: http://lists.harbour-project.org/pipermail/harbour/ Development Timeline: http://sourceforge.net/apps/trac/harbour-project/timeline + Bug Tracker: + https://sourceforge.net/tracker/?group_id=681 + Source Repository Browser: http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/ diff --git a/harbour/bin/postinst.bat b/harbour/bin/postinst.bat index 43602d804f..c3885a39d8 100644 --- a/harbour/bin/postinst.bat +++ b/harbour/bin/postinst.bat @@ -47,7 +47,6 @@ if "%HB_SHELL%" == "nt" goto _SH_NT copy CHANG* %HB_INSTALL_PREFIX%\CHANGES > nul copy COPYING %HB_INSTALL_PREFIX% > nul - copy ERRATA %HB_INSTALL_PREFIX% > nul copy INSTALL %HB_INSTALL_PREFIX% > nul copy TODO %HB_INSTALL_PREFIX% > nul @@ -75,7 +74,6 @@ if "%HB_SHELL%" == "nt" goto _SH_NT if not "%HB_PLATFORM%" == "dos" copy ChangeLog* "%HB_INSTALL_PREFIX%\" > nul copy COPYING "%HB_INSTALL_PREFIX%\" > nul - copy ERRATA "%HB_INSTALL_PREFIX%\" > nul copy INSTALL "%HB_INSTALL_PREFIX%\" > nul copy TODO "%HB_INSTALL_PREFIX%\" > nul diff --git a/harbour/bin/postinst.cmd b/harbour/bin/postinst.cmd index 28b0d3adc6..d63fd7bda3 100644 --- a/harbour/bin/postinst.cmd +++ b/harbour/bin/postinst.cmd @@ -28,7 +28,6 @@ if "%HB_INSTALL_PREFIX%" == "" goto END xcopy /y ChangeLog* %HB_INSTALL_PREFIX%\ > nul xcopy /y COPYING %HB_INSTALL_PREFIX%\ > nul -xcopy /y ERRATA %HB_INSTALL_PREFIX%\ > nul xcopy /y INSTALL %HB_INSTALL_PREFIX%\ > nul xcopy /y TODO %HB_INSTALL_PREFIX%\ > nul diff --git a/harbour/doc/howtosvn.txt b/harbour/doc/howtosvn.txt index 1e88269063..ba0b5035ba 100644 --- a/harbour/doc/howtosvn.txt +++ b/harbour/doc/howtosvn.txt @@ -90,7 +90,7 @@ Important notes: placement. Add the new filename to the related makefiles. (*) There are some exceptions: ChangeLog.*, Makefile, COPYING, - ERRATA, TODO and INSTALL for example. + TODO and INSTALL for example. 1.3 Here's how to format your ChangeLog entries =============================================== diff --git a/harbour/package/mpkg_win.nsi b/harbour/package/mpkg_win.nsi index a956d94ba5..4f402a4a1e 100644 --- a/harbour/package/mpkg_win.nsi +++ b/harbour/package/mpkg_win.nsi @@ -75,7 +75,6 @@ Section "Main components" hb_main SetOutPath $INSTDIR File /nonfatal "$%HB_INSTALL_PREFIX%\COPYING" - File /nonfatal "$%HB_INSTALL_PREFIX%\ERRATA" File /nonfatal "$%HB_INSTALL_PREFIX%\INSTALL" File /nonfatal "$%HB_INSTALL_PREFIX%\TODO" ; Let it work also for DOS packages where short filename is used here diff --git a/harbour/package/winuni/mpkg_win_uni.bat b/harbour/package/winuni/mpkg_win_uni.bat index 17c1d69d1e..c9aa2485f0 100644 --- a/harbour/package/winuni/mpkg_win_uni.bat +++ b/harbour/package/winuni/mpkg_win_uni.bat @@ -10,7 +10,6 @@ echo.> _hbfiles echo "hb20\RELNOTES" >> _hbfiles echo "hb20\INSTALL" >> _hbfiles echo "hb20\COPYING" >> _hbfiles -echo "hb20\ERRATA" >> _hbfiles echo "hb20\TODO" >> _hbfiles echo "hb20\ChangeLog*" >> _hbfiles echo "hb20\bin\hb-mkimp.bat" >> _hbfiles diff --git a/harbour/package/winuni/mpkg_win_uni.nsi b/harbour/package/winuni/mpkg_win_uni.nsi index ee0bf206a4..b26eaa9a08 100644 --- a/harbour/package/winuni/mpkg_win_uni.nsi +++ b/harbour/package/winuni/mpkg_win_uni.nsi @@ -88,7 +88,6 @@ Section "Main components" hb_main File /nonfatal "hb20\INSTALL" File /nonfatal "hb20\COPYING" - File /nonfatal "hb20\ERRATA" File /nonfatal "hb20\TODO" File /nonfatal "hb20\ChangeLog*"