Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.99.6_4
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
16 Mar 2019 15:13:53
0.99.6_4
|
tcberner  |
deskutils/fbreader: remove GTK2/QT4 options (Qt4 deprecation)
Approved by: portmgr (implicit) |
02 Dec 2018 15:41:48
0.99.6_3
|
rene  |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
03 Nov 2018 22:44:28
0.99.6_2
|
sunpoet  |
Fix build with curl 7.62.0 |
28 Jun 2018 17:39:55
0.99.6_2
|
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
14 Apr 2018 07:12:29
0.99.6_2
|
tcberner  |
deskutils/fbreader: Fix build with Clang 6
PR: 227125
Submitted by: Peter Kien <peter.kien@posteo.org>
Approved by: xmj (maintainer) |
02 Feb 2018 09:49:17
0.99.6_2
|
amdmi3  |
- Remove bogus (in presence of USE_GITHUB) USES=tar*
Approved by: portmgr blanket |
18 Feb 2017 19:48:05
0.99.6_2
|
tcberner  |
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 |
30 Sep 2016 19:24:30
0.99.6_2
|
tijl  |
Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.
Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set. Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.
Fix some issues with LIBS in some ports.
Switch ports that don't support LIBS to localbase:ldflags.
PR: 212987
Exp-run by: antoine
Approved by: portmgr (antoine) |
07 Sep 2016 13:21:48
0.99.6_2
|
amdmi3  |
- Fix plist for GTK2 mode
- Switch to USES=localbase
PR: 212382
Submitted by: maciej@pasternacki.net
Approved by: just fix it blanket
MFH: 2016Q3 (blanket) |
15 Jun 2016 09:04:29
0.99.6_2
|
tz  |
Change MAINTAINER from xmj@FreeBSD.org to johannes@perceivon.net
PR: 210265
Submitted by: Johannes Jost Meixner (johannes@perceivon.net)
Approved by: pi (mentor) |
25 May 2016 16:54:31
0.99.6_2
|
pi  |
Several ports: Change MAINTAINER from xmj@chaot.net to xmj@FreeBSD.org
PR: 209746
Submitted by: xmj |
15 May 2016 23:04:14
0.99.6_2
|
brnrd  |
deskutils/fbreader: Change maintainer to xmj@chaot.net
- Change maintainer to xmj@chaot.net at new maintainer's request |
25 Apr 2016 16:13:39
0.99.6_2
|
mat  |
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951 |
01 Apr 2016 14:00:57
0.99.6_2
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
08 Mar 2016 13:09:12
0.99.6_2
|
mat  |
Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.
Fix distinfo for the offending ports.
lang/yorick's tag was moved, and the added patch was no longer needed.
PR: 207644
Submitted by: mat
Exp-run by by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D4268 |
12 Jan 2016 16:20:32
0.99.6_2
|
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
10 Oct 2015 14:03:01
0.99.6_2
|
tijl  |
Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.
These were FreeBSD specific aliases for libiconv(), libiconv_open() and
libiconv_close() that are now also provided by libc which complicates
writing configure tests that work correctly when both libc iconv and
libiconv are available.
Also, because the libiconv iconv.h header redefines iconv* to libiconv*
correct use of the header implies that the aliases aren't used.
The following ports needed fixes because there was something wrong with
the way they tried to detect or use iconv:
audio/deadbeef: Remove LIBICONV_PLUG from a source file. It's a
compile-time option and should not be set in source code. (Only the first 15 lines of the commit message are shown above ) |
25 Sep 2015 15:17:37
0.99.6_1
|
amdmi3  |
- Add LICENSE
- Pet portlint
- Regenerate patches with `make makepatch` |
24 Sep 2015 08:12:34
0.99.6_1
|
culot  |
- Reassign to the heap after fluffy@'s bit was taken in for safekeeping |
30 May 2015 21:25:07
0.99.6_1
|
mat  |
Cleanup USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight |
06 May 2015 15:16:54
0.99.6_1
|
mat  |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
21 Apr 2015 06:20:43
0.99.6_1
|
marino  |
deskutils/fbreader: fix plist (orphaned file)
Approved by: just fix it |
15 Apr 2015 08:20:28
0.99.6
|
tijl  |
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been (Only the first 15 lines of the commit message are shown above ) |
03 Mar 2015 12:59:42
0.99.6
|
xmj  |
deskutils/fbreader: upgrade to 0.99.6
- upgrade to 0.99.6
- use GitHub as MASTER_SITE
- use Options helpers
PR: 187819
Differential Revision: https://reviews.freebsd.org/D1996
Submitted by: myself
Approved by: maintainer timeout (50 weeks)
Approved by: koobs (mentor) |
23 Dec 2014 23:06:01
0.99.4_2
|
bapt  |
Remove useless hardcoding of libpng version the port only requires to find png.h
which is anyway in regular include directories |
20 Oct 2014 11:52:39
0.99.4_2
|
bapt  |
Cleanup plist |
31 Aug 2014 11:54:17
0.99.4_2
|
tijl  |
converters/fribidi:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip |
29 Jul 2014 19:11:53
0.99.4_1
|
adamw  |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
04 Jul 2014 09:41:00
0.99.4_1
|
tijl  |
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.
Approved by: portmgr (implicit) |
24 Jun 2014 22:38:24
0.99.4
|
bapt  |
Use MAKE_CMD |
07 Jan 2014 09:46:29
0.99.4
|
fluffy  |
- Support staging |
11 Dec 2013 18:28:10
0.99.4
|
bapt  |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in deskutils |
22 Oct 2013 13:52:24
0.99.4
|
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with d)
Approved by: portmgr (bdrewery) |
20 Sep 2013 16:21:38
0.99.4
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils) |
18 Sep 2013 08:38:20
0.99.4
|
bapt  |
Add an explicit dependency on pkgconf |
14 Sep 2013 07:02:38
0.99.4
|
fluffy  |
- Update to 0.99.4 release
- Fix build with clang/libc++ |
11 Sep 2013 20:34:24
0.12.10_3
|
antoine  |
Add missing USES=iconv |
04 Sep 2013 18:06:08
0.12.10_3
|
madpilot  |
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code) |
11 Jul 2013 16:26:27
0.12.10_3
|
sunpoet  |
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi |
30 Nov 2012 00:50:23
0.12.10_2
|
fluffy  |
- New MASTER_SITES path
Feature safe: yes |
12 Jun 2012 15:44:44
0.12.10_2
|
fluffy  |
- Fix C++ code to allow build with modern compilers (clang/gcc46+)
- Chase libpng15 update |
06 Jun 2012 06:44:38
0.12.10_1
|
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
01 Jun 2012 05:26:28
0.12.10_1
|
dinoex  |
- update png to 1.5.10 |
23 Sep 2011 22:26:39
0.12.10
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
20 Mar 2011 12:54:45
0.12.10
|
miwi  |
- Get Rid MD5 support |
07 Apr 2010 14:52:14
0.12.10
|
fluffy  |
- Update to 0.12.10 bugfix release |
03 Apr 2010 10:44:36
0.12.7_2
|
roam  |
Chase the ftp/curl shlib version bump. |
30 Mar 2010 16:04:01
0.12.7_1
|
dinoex  |
- cleanup libpng12 |
28 Mar 2010 06:47:48
0.12.7_1
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
10 Mar 2010 05:59:39
0.12.7
|
fluffy  |
- Update to 0.12.7 release |
08 Feb 2010 12:50:57
0.12.2_1
|
fluffy  |
- Add missing dependencies on qt4-imageformats and qt4-network
PR: 143662
Submitted by: Alex <crazyalexnt AT inbox DOT ru> |
01 Feb 2010 16:40:34
0.12.2
|
fluffy  |
- Update to 0.12.2 release.
It's a bug/l10n-fix release |
07 Jan 2010 07:26:48
0.12.1_2
|
fluffy  |
- Chase recent linebreak shlib bump
Approved by: miwi, tabthorpe (mentors implicit) |
23 Dec 2009 15:50:44
0.12.1_1
|
fluffy  |
- Fix build on i386
PR: 141917
Submitted by: Yuri Pankov
Approved by: miwi (mentor) |
23 Dec 2009 00:38:18
0.12.1
|
fluffy  |
- Update FBReader to 0.12.1 release
PR: 141862
Submitted by: Yuri Pankov
Approved by: tabthorpe (co-mentor) |
04 Nov 2009 15:29:17
0.11.2
|
fluffy  |
- Grab maintainership
Requested by: Yuri Pankov (current maintainer via email)
Approved by: miwi (mentor) |
28 Oct 2009 01:39:40
0.11.2
|
fluffy  |
- Update to 0.11.2
PR: 139892
Submitted by: myself
Approved by: Yuri Pankov (maintainer)
Approved by: tabthorpe (co-mentor)
Feature safe: yes |
22 Aug 2009 17:36:57
0.10.7_2
|
marcus  |
Chase the fribidi shared lib bump. |
11 May 2009 07:33:38
0.10.7_1
|
makc  |
Remove qt4 build tools from run dependencies.
Approved by: maintainer |
03 May 2009 11:36:13
0.10.7
|
miwi  |
- Update to 0.10.7
PR: 133986
Submitted by: "Dima Panov" <fluffy@fluffy.khv.ru>
Approved by: maintainer |
28 Feb 2009 19:46:02
0.10.3
|
miwi  |
- Update to 0.10.3
PR: 132198
Submitted by: Yuri Pankov <yuri.pankov@gmail.com> (maintainer) |
28 Jan 2009 03:45:43
0.10.2
|
rafan  |
- Fix build on amd64 6
Reported by: pointyhat |
27 Jan 2009 04:15:21
0.10.2
|
rafan  |
- Update to 0.10.2
- Pass maintainership to submitter
PR: ports/130961
Submitted by: Yuri Pankov <yuri.pankov at gmail.com> |
07 Sep 2008 00:19:05
0.8.15_1
|
linimon  |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
04 Aug 2008 23:33:44
0.8.15_1
|
miwi  |
- Fix build after qt 4.4.1 update |
06 Jun 2008 13:18:34
0.8.15_1
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
28 Feb 2008 15:36:10
0.8.15
|
sat  |
- Update to 0.8.15 |
10 Feb 2008 08:57:23
0.8.14
|
sat  |
- Update to 0.8.14 |
09 Feb 2008 13:16:45
0.8.13
|
sat  |
- Update to 0.8.13 |
24 Jan 2008 06:02:38
0.8.12
|
sat  |
- Update to 0.8.12 |
07 Jan 2008 22:47:22
0.8.10
|
sat  |
- Update to 0.8.10 |
28 Dec 2007 18:37:35
0.8.9
|
sat  |
- Update to 0.8.9 |
24 Dec 2007 17:44:24
0.8.8.4
|
sat  |
- Update to 0.8.8d (0.8.8.4) |
24 Dec 2007 09:40:30
0.8.8.3
|
sat  |
- Update to 0.8.8c (0.8.8.3) |
20 Dec 2007 23:33:27
0.8.8.2
|
sat  |
- Update to 0.8.8b (0.8.8.2) |
18 Dec 2007 11:08:56
0.8.8.1
|
sat  |
- Update to 0.8.8a (0.8.8.1) |
14 Dec 2007 17:04:38
0.8.8
|
sat  |
- Update to 0.8.8
- Add support for GTK UI
PR: ports/118335 (based on)
Submitted by: Yuri Pankov <yuri.pankov@gmail.com> |
19 Oct 2007 17:00:33
0.8.7
|
sat  |
- Update to 0.8.7 |
08 Sep 2007 13:05:14
0.8.6.0.2
|
sat  |
- Update to 0.8.6.0.2 (0.8.6d) |
30 Aug 2007 08:41:49
0.8.6.0.1
|
sat  |
- Update to 0.8.6.0.1 (0.8.6c) |
07 Aug 2007 09:43:14
0.8.5.a
|
sat  |
- Update to 0.8.6
- Respect CC, CXX, and CFLAGS |
18 Jul 2007 10:15:15
0.8.5.a
|
sat  |
- Update to 0.8.5a |
09 Jun 2007 09:17:38
0.8.4.a
|
sat  |
- Update to 0.8.4a |
06 Jun 2007 09:52:01
0.8.4
|
sat  |
- Update to 0.8.4 |
25 May 2007 14:17:11
0.8.3.d
|
sat  |
- Update to 0.8.3d |
19 May 2007 20:32:57
0.8.2.c_2
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
03 May 2007 19:21:58
0.8.2.c
|
sat  |
- Update to 0.8.2c |
30 Apr 2007 20:17:10
0.8.2.b
|
sat  |
- Update to 0.8.2b
- Update master sites and www |
27 Apr 2007 20:34:32
0.8.2.a
|
sat  |
- Get kib's patch right (finally) to allow compilation on 32-bit archs
Reported by: pointyhat via kris, Zane C. Bowers <vvelox@vvelox.net> |
23 Apr 2007 15:33:34
0.8.2.a
|
sat  |
- Fix patch after unfortunate escaping
Spotted by: kib (original submitter) |
23 Apr 2007 13:39:24
0.8.2.a
|
sat  |
- Fix build in some cases
Submitted by: kib |
23 Apr 2007 12:08:32
0.8.2.a
|
sat  |
- Fix comment
Reported by: Nikolay Pultsin (author) |
22 Apr 2007 23:19:56
0.8.2.a
|
sat  |
- Depend on moc
Reported by: pointyhat via kris |
21 Apr 2007 17:18:46
0.8.2.a
|
sat  |
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/ |