Skip to content

Commit

Permalink
2023-11-30 22:36 UTC+0100 Phil Krylov (phil a t krylov.eu)
Browse files Browse the repository at this point in the history
  * src/3rd/Makefile
  - src/3rd/tiff/
  * package/harbour.spec
  * README.md
    - Removed third-party TIFF library. It's not clear why it was even
      included, it's not C90 compatible anymore, and a major pain to maintain.
  • Loading branch information
tuffnatty committed Dec 1, 2023
1 parent e8de2ab commit 1ba1f6b
Show file tree
Hide file tree
Showing 62 changed files with 8 additions and 51,392 deletions.
8 changes: 8 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
Entries may not always be in chronological/commit order.
See license at the end of file. */

2023-11-30 22:36 UTC+0100 Phil Krylov (phil a t krylov.eu)
* src/3rd/Makefile
- src/3rd/tiff/
* package/harbour.spec
* README.md
- Removed third-party TIFF library. It's not clear why it was even
included, it's not C90 compatible anymore, and a major pain to maintain.

2023-11-30 18:12 UTC+0100 Phil Krylov (phil a t krylov.eu)
* contrib/hbsqlit3/core.c
* contrib/hbsqlit3/hbsqlit3.ch
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,6 @@ the build. Make sure to adjust them to your own directories:
HB_WITH_QT=C:\Qt\include (version 4.5.0 or upper is required)
HB_WITH_SLANG= (on *nix systems)
HB_WITH_SQLITE3=C:\sqlite3 (defaults to locally hosted version if not found)
HB_WITH_TIFF=C:\libtiff (defaults to locally hosted version if not found)
HB_WITH_TINYMT=C:\tinymt\tinymt (defaults to locally hosted version)
HB_WITH_WATT= (on MS-DOS systems)
HB_WITH_X11= (on *nix systems)
Expand Down Expand Up @@ -1831,8 +1830,6 @@ Supported shells per host platforms:
* <https://download.qt-project.org/official_releases/qt/>
* HB_WITH_SQLITE3 - sqlite3 [multiplatform, free, open-source]
* <https://www.sqlite.org/>
* HB_WITH_TIFF - libtiff [multiplatform, free, open-source]
* <http://www.libtiff.org/>
* HB_WITH_TINYMT - TinyMT (Mersenne Twister) [multiplatform, free, open-source]
* <http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/TINYMT/>
* HB_WITH_WATT - Watt-32 (TCP/IP sockets) [dos, free, open-source]
Expand Down
1 change: 0 additions & 1 deletion package/harbour.spec
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@ make install %{?_smp_mflags}
rm -f $RPM_BUILD_ROOT/%{_bindir}/{3rdpatch.hb,check.hb,commit.hb,harbour.ucf}
rm -f $HB_INSTALL_LIB/libjpeg.a \
$HB_INSTALL_LIB/libpng.a \
$HB_INSTALL_LIB/libtiff.a \
$HB_INSTALL_LIB/liblibhpdf.a \
$HB_INSTALL_LIB/libsqlite3.a \
$HB_INSTALL_LIB/libexpat.a \
Expand Down
1 change: 0 additions & 1 deletion src/3rd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ DIRS := \
png \
jpeg \
pcre \
tiff \
zlib \

include $(TOP)$(ROOT)config/dir.mk
23 changes: 0 additions & 23 deletions src/3rd/tiff/LICENSE

This file was deleted.

155 changes: 0 additions & 155 deletions src/3rd/tiff/Makefile

This file was deleted.

Loading

0 comments on commit 1ba1f6b

Please sign in to comment.