14 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
03bf7f7434 Fix build with curl 7.62.0 2018-11-03 22:44:28 +00:00
Tobias C. Berner
1c95ba72ec deskutils/fbreader: Fix build with Clang 6
PR:		227125
Submitted by:	Peter Kien <peter.kien@posteo.org>
Approved by:	xmj (maintainer)
2018-04-14 07:12:29 +00:00
Tobias C. Berner
f3c180c343 Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some more
* Update Qt5 to 5.7.1
* Move Qt4 binaries to lib/qt4/bin
* Move Qt5 libraries to lib/qt5/lib
  By moving the libraries we should finally be able to get rid of the inplace
  upgrade bug (see ports bugs 194088, 195105 and 198720):  when Qt5's libraries
  were lying in /usr/local/lib, which would often get added by pkgconfig to the
  linker paths via dependencies, the already installed libraries were linked
  against, instead of the ones that were being built. This forced us to make
  sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the
  linker flags. With this change this should no longer be the case.
* Rename some ports to match the rest (foo-qtX -> qtX-foo)
* Depend on new port misc/qtchooser [see UPDATING & CHANGES]

There are several new Qt5 ports which all have been created by Marie Loise Nolden
<nolden@kde.org>. Thanks again.

PR:		216797
Exp-Run by:	antoine
Reviewed by:	rakuco, mat, groot_kde.org
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9213
2017-02-18 19:48:05 +00:00
Dmitry Marakasov
4a7f210314 - Add LICENSE
- Pet portlint
- Regenerate patches with `make makepatch`
2015-09-25 15:17:37 +00:00
Dima Panov
820c172f21 - Update to 0.99.4 release
- Fix build with clang/libc++
2013-09-14 07:02:38 +00:00
Dima Panov
7a0a8929be - Fix C++ code to allow build with modern compilers (clang/gcc46+)
- Chase libpng15 update
2012-06-12 15:44:44 +00:00
Dima Panov
d0427cb8b4 - Update to 0.12.2 release.
It's a bug/l10n-fix release
2010-02-01 16:40:34 +00:00
Dima Panov
9fc3bb8021 - Fix build on i386
PR:		141917
Submitted by:	Yuri Pankov
Approved by:	miwi (mentor)
2009-12-23 15:50:44 +00:00
Rong-En Fan
39f77afaea - Update to 0.10.2
- Pass maintainership to submitter

PR:		ports/130961
Submitted by:	Yuri Pankov <yuri.pankov at gmail.com>
2009-01-27 04:15:21 +00:00
Andrew Pantyukhin
68a0028233 - Update to 0.8.5a 2007-07-18 10:15:15 +00:00
Andrew Pantyukhin
c812bd121c - Get kib's patch right (finally) to allow compilation on 32-bit archs
Reported by:	pointyhat via kris, Zane C. Bowers <vvelox@vvelox.net>
2007-04-27 20:34:32 +00:00
Andrew Pantyukhin
9efdcc6441 - Fix patch after unfortunate escaping
Spotted by:	kib (original submitter)
2007-04-23 15:33:34 +00:00
Andrew Pantyukhin
bb5f46907c - Fix build in some cases
Submitted by:	kib
2007-04-23 13:39:24 +00:00
Andrew Pantyukhin
26a1d77bf6 Add port deskutils/fbreader:
FBReader is a book reader. Main features:
* Supported formats: fb2, HTML, CHM, plucker, Palmdoc, zTxt, TCR, RTF,
  OEB, OpenReader, mobipocket, plain text.
* Direct reading from tar, zip, gzip and bzip2 archives.
* Supported encodings: utf-8, us-ascii, windows-1251, windows-1252,
  koi8-r, ibm866, iso-8859-*, Big5, GBK.
* Automatically generated contents table.
* Embedded images support.
* Footnotes/hyperlinks support.
* Position indicator.
* Keeps the last open book and the last read positions for all opened
  books between runs.
* List of last opened books.
* Automatic hyphenations. Liang's algorithm is used. Patterns for Czech,
  English, Esperanto, French, German and Russian are included in the
  current version.
* Text search.
* Full-screen mode.
* Screen rotation by 90, 180 and 270 degrees.

WWW: http://only.mawhrin.net/fbreader/
2007-04-21 17:18:45 +00:00