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.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
<URL:http://sourceforge.net/tracker/index.php?group_id=681&atid=100681>
|
||||
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:
|
||||
|
||||
@@ -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/
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
===============================================
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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*"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user