Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.99.6_7 24 Mar 2024 08:39:30 |
Daniel Engberg (diizzy) |
*/*: Bump consumers of textproc/libunibreak
Chase update of textproc/libunibreak
Reported by: vvd |
0.99.6_6 12 Mar 2023 08:12:11 |
Tobias C. Berner (tcberner) |
textproc/libunibreak: bump consumers due to shlib-version change |
0.99.6_5 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.99.6_4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.99.6_4 20 Jul 2022 14:21:10 |
Tobias C. Berner (tcberner) |
deskutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Alex "lissyara" Keda <admin@lissyara.su>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Vereeken <Alexander88207@protonmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Hsu <ahsu@users.sf.net>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Andrey Zakhvatov <andy@icc.surw.chel.su>
* Anton Berezin <tobez@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.99.6_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.99.6_4 16 Mar 2019 15:13:53 |
tcberner |
deskutils/fbreader: remove GTK2/QT4 options (Qt4 deprecation)
Approved by: portmgr (implicit) |
0.99.6_3 02 Dec 2018 15:41:48 |
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 |
0.99.6_2 03 Nov 2018 22:44:28 |
sunpoet |
Fix build with curl 7.62.0 |
0.99.6_2 28 Jun 2018 17:39:55 |
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 |
0.99.6_2 14 Apr 2018 07:12:29 |
tcberner |
deskutils/fbreader: Fix build with Clang 6
PR: 227125
Submitted by: Peter Kien <peter.kien@posteo.org>
Approved by: xmj (maintainer) |
0.99.6_2 02 Feb 2018 09:49:17 |
amdmi3 |
- Remove bogus (in presence of USE_GITHUB) USES=tar*
Approved by: portmgr blanket |
0.99.6_2 18 Feb 2017 19:48:05 |
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 |
0.99.6_2 30 Sep 2016 19:24:30 |
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) |
0.99.6_2 07 Sep 2016 13:21:48 |
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) |
0.99.6_2 15 Jun 2016 09:04:29 |
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) |
0.99.6_2 25 May 2016 16:54:31 |
pi |
Several ports: Change MAINTAINER from xmj@chaot.net to xmj@FreeBSD.org
PR: 209746
Submitted by: xmj |
0.99.6_2 15 May 2016 23:04:14 |
brnrd |
deskutils/fbreader: Change maintainer to xmj@chaot.net
- Change maintainer to xmj@chaot.net at new maintainer's request |
0.99.6_2 25 Apr 2016 16:13:39 |
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 |
0.99.6_2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.99.6_2 08 Mar 2016 13:09:12 |
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 |
0.99.6_2 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.99.6_2 10 Oct 2015 14:03:01 |
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 ) |
0.99.6_1 25 Sep 2015 15:17:37 |
amdmi3 |
- Add LICENSE
- Pet portlint
- Regenerate patches with `make makepatch` |
0.99.6_1 24 Sep 2015 08:12:34 |
culot |
- Reassign to the heap after fluffy@'s bit was taken in for safekeeping |
0.99.6_1 30 May 2015 21:25:07 |
mat |
Cleanup USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight |
0.99.6_1 06 May 2015 15:16:54 |
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 |
0.99.6_1 21 Apr 2015 06:20:43 |
marino |
deskutils/fbreader: fix plist (orphaned file)
Approved by: just fix it |
0.99.6 15 Apr 2015 08:20:28 |
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 ) |
0.99.6 03 Mar 2015 12:59:42 |
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) |
0.99.4_2 23 Dec 2014 23:06:01 |
bapt |
Remove useless hardcoding of libpng version the port only requires to find png.h
which is anyway in regular include directories |
0.99.4_2 20 Oct 2014 11:52:39 |
bapt |
Cleanup plist |
0.99.4_2 31 Aug 2014 11:54:17 |
tijl |
converters/fribidi:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip |
0.99.4_1 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
0.99.4_1 04 Jul 2014 09:41:00 |
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) |
0.99.4 24 Jun 2014 22:38:24 |
bapt |
Use MAKE_CMD |
0.99.4 07 Jan 2014 09:46:29 |
fluffy |
- Support staging |
0.99.4 11 Dec 2013 18:28:10 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in deskutils |
0.99.4 22 Oct 2013 13:52:24 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with d)
Approved by: portmgr (bdrewery) |
0.99.4 20 Sep 2013 16:21:38 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils) |
0.99.4 18 Sep 2013 08:38:20 |
bapt |
Add an explicit dependency on pkgconf |
0.99.4 14 Sep 2013 07:02:38 |
fluffy |
- Update to 0.99.4 release
- Fix build with clang/libc++ |
0.12.10_3 11 Sep 2013 20:34:24 |
antoine |
Add missing USES=iconv |
0.12.10_3 04 Sep 2013 18:06:08 |
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) |
0.12.10_3 11 Jul 2013 16:26:27 |
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 |
0.12.10_2 30 Nov 2012 00:50:23 |
fluffy |
- New MASTER_SITES path
Feature safe: yes |
0.12.10_2 12 Jun 2012 15:44:44 |
fluffy |
- Fix C++ code to allow build with modern compilers (clang/gcc46+)
- Chase libpng15 update |
0.12.10_1 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
0.12.10_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.12.10 23 Sep 2011 22:26:39 |
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 |
0.12.10 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.12.10 07 Apr 2010 14:52:14 |
fluffy |
- Update to 0.12.10 bugfix release |
0.12.7_2 03 Apr 2010 10:44:36 |
roam |
Chase the ftp/curl shlib version bump. |
0.12.7_1 30 Mar 2010 16:04:01 |
dinoex |
- cleanup libpng12 |
0.12.7_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.12.7 10 Mar 2010 05:59:39 |
fluffy |
- Update to 0.12.7 release |
0.12.2_1 08 Feb 2010 12:50:57 |
fluffy |
- Add missing dependencies on qt4-imageformats and qt4-network
PR: 143662
Submitted by: Alex <crazyalexnt AT inbox DOT ru> |
0.12.2 01 Feb 2010 16:40:34 |
fluffy |
- Update to 0.12.2 release.
It's a bug/l10n-fix release |
0.12.1_2 07 Jan 2010 07:26:48 |
fluffy |
- Chase recent linebreak shlib bump
Approved by: miwi, tabthorpe (mentors implicit) |
0.12.1_1 23 Dec 2009 15:50:44 |
fluffy |
- Fix build on i386
PR: 141917
Submitted by: Yuri Pankov
Approved by: miwi (mentor) |
0.12.1 23 Dec 2009 00:38:18 |
fluffy |
- Update FBReader to 0.12.1 release
PR: 141862
Submitted by: Yuri Pankov
Approved by: tabthorpe (co-mentor) |
0.11.2 04 Nov 2009 15:29:17 |
fluffy |
- Grab maintainership
Requested by: Yuri Pankov (current maintainer via email)
Approved by: miwi (mentor) |
0.11.2 28 Oct 2009 01:39:40 |
fluffy |
- Update to 0.11.2
PR: 139892
Submitted by: myself
Approved by: Yuri Pankov (maintainer)
Approved by: tabthorpe (co-mentor)
Feature safe: yes |
0.10.7_2 22 Aug 2009 17:36:57 |
marcus |
Chase the fribidi shared lib bump. |
0.10.7_1 11 May 2009 07:33:38 |
makc |
Remove qt4 build tools from run dependencies.
Approved by: maintainer |
0.10.7 03 May 2009 11:36:13 |
miwi |
- Update to 0.10.7
PR: 133986
Submitted by: "Dima Panov" <fluffy@fluffy.khv.ru>
Approved by: maintainer |
0.10.3 28 Feb 2009 19:46:02 |
miwi |
- Update to 0.10.3
PR: 132198
Submitted by: Yuri Pankov <yuri.pankov@gmail.com> (maintainer) |
0.10.2 28 Jan 2009 03:45:43 |
rafan |
- Fix build on amd64 6
Reported by: pointyhat |
0.10.2 27 Jan 2009 04:15:21 |
rafan |
- Update to 0.10.2
- Pass maintainership to submitter
PR: ports/130961
Submitted by: Yuri Pankov <yuri.pankov at gmail.com> |
0.8.15_1 07 Sep 2008 00:19:05 |
linimon |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
0.8.15_1 04 Aug 2008 23:33:44 |
miwi |
- Fix build after qt 4.4.1 update |
0.8.15_1 06 Jun 2008 13:18:34 |
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) |
0.8.15 28 Feb 2008 15:36:10 |
sat |
- Update to 0.8.15 |
0.8.14 10 Feb 2008 08:57:23 |
sat |
- Update to 0.8.14 |
0.8.13 09 Feb 2008 13:16:45 |
sat |
- Update to 0.8.13 |
0.8.12 24 Jan 2008 06:02:38 |
sat |
- Update to 0.8.12 |
0.8.10 07 Jan 2008 22:47:22 |
sat |
- Update to 0.8.10 |
0.8.9 28 Dec 2007 18:37:35 |
sat |
- Update to 0.8.9 |
0.8.8.4 24 Dec 2007 17:44:24 |
sat |
- Update to 0.8.8d (0.8.8.4) |
0.8.8.3 24 Dec 2007 09:40:30 |
sat |
- Update to 0.8.8c (0.8.8.3) |
0.8.8.2 20 Dec 2007 23:33:27 |
sat |
- Update to 0.8.8b (0.8.8.2) |
0.8.8.1 18 Dec 2007 11:08:56 |
sat |
- Update to 0.8.8a (0.8.8.1) |
0.8.8 14 Dec 2007 17:04:38 |
sat |
- Update to 0.8.8
- Add support for GTK UI
PR: ports/118335 (based on)
Submitted by: Yuri Pankov <yuri.pankov@gmail.com> |
0.8.7 19 Oct 2007 17:00:33 |
sat |
- Update to 0.8.7 |
0.8.6.0.2 08 Sep 2007 13:05:14 |
sat |
- Update to 0.8.6.0.2 (0.8.6d) |
0.8.6.0.1 30 Aug 2007 08:41:49 |
sat |
- Update to 0.8.6.0.1 (0.8.6c) |
0.8.5.a 07 Aug 2007 09:43:14 |
sat |
- Update to 0.8.6
- Respect CC, CXX, and CFLAGS |
0.8.5.a 18 Jul 2007 10:15:15 |
sat |
- Update to 0.8.5a |
0.8.4.a 09 Jun 2007 09:17:38 |
sat |
- Update to 0.8.4a |
0.8.4 06 Jun 2007 09:52:01 |
sat |
- Update to 0.8.4 |
0.8.3.d 25 May 2007 14:17:11 |
sat |
- Update to 0.8.3d |
0.8.2.c_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.8.2.c 03 May 2007 19:21:58 |
sat |
- Update to 0.8.2c |
0.8.2.b 30 Apr 2007 20:17:10 |
sat |
- Update to 0.8.2b
- Update master sites and www |
0.8.2.a 27 Apr 2007 20:34:32 |
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> |
0.8.2.a 23 Apr 2007 15:33:34 |
sat |
- Fix patch after unfortunate escaping
Spotted by: kib (original submitter) |
0.8.2.a 23 Apr 2007 13:39:24 |
sat |
- Fix build in some cases
Submitted by: kib |
0.8.2.a 23 Apr 2007 12:08:32 |
sat |
- Fix comment
Reported by: Nikolay Pultsin (author) |
0.8.2.a 22 Apr 2007 23:19:56 |
sat |
- Depend on moc
Reported by: pointyhat via kris |