Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.11.2_5 14 Sep 2023 07:08:25 |
Tobias C. Berner (tcberner) |
misc/bibletime: switch to using WebEngine
Qt5Webkit will be removed at the end of the year.
See: commit e8e65e7574de0b374caaa3da0ba6a26a67103e62
www/qt5-webkit: mark for deletion
Qt upstream switched to QtWebEngine quite a while ago, and the maintenance
of QtWebKit was carried out by a separate person.
Unfortunately, no release or updates have been pushed in the recent
years.
Note: there is a fork [1] of the used fork [2], that might be viable for
people that
really still need to rely on Qt5Webkit.
[1] https://github.com/movableink/webkit/
[2] https://github.com/qtwebkit/qtwebkit |
2.11.2_4 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
2.11.2_3 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
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) |
2.11.2_3 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 ) |
2.11.2_3 04 Sep 2022 23:51:06 |
Dima Panov (fluffy) |
misc/bibletime: add hidden dependencies on qt5-printsupport and qt5-widgets (+)
Stage-qa raise missed declaration of used libraries of qt5-printsupport and
qt5-widgets.
Approved by: portmgr blanket |
2.11.2_2 19 Jul 2021 04:57:53 |
Tobias C. Berner (tcberner) |
misc/bibletime: add missing build dependency on testlib
The dependency was previously pulled in transitively.
PR: 257100 |
2.11.2_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.11.2_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.11.2_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
2.11.2_1 19 Jun 2019 14:31:11 |
linimon |
Add compiler:c11 to USES to unbreak on powerpc64:
btosismorphsegmentation.cpp.o: undefined reference to
sword::SWOptionFilter::SWOptionFilter
Approved by: portmgr (tier-2 blanket) |
2.11.2_1 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
2.11.2 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
2.11.2 06 Sep 2018 13:52:15 |
ericbsd |
ericbsd take the maintainership of misc/bibletime and update it to 2.11.2
Approved by: bapt (mentor) |
2.10.1_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 |
2.10.1_2 21 Jun 2018 16:52:09 |
tcberner |
multimedia/*phonon*: update and flavorize with @qt4/@qt5
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14632 |
2.10.1_1 18 Jun 2018 14:00:43 |
linimon |
Mark ports broken on powerpc64, categories g-n.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
2.10.1_1 23 Feb 2018 01:33:00 |
tabthorpe |
- Reassign ports to the heap |
2.10.1_1 23 Feb 2018 01:30:03 |
tabthorpe |
- Update misc/sword to 1.8.0
- Chase shlib bump
- Reassign to the heap
PR: 225276
Submitted by: bsam |
2.10.1 20 Apr 2017 13:33:10 |
tabthorpe |
- Mark as BROKEN on 12.X
MFH: 2017Q2 |
2.10.1 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
2.10.1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.10.1 10 Jan 2015 05:13:45 |
tabthorpe |
- Update to 2.10.1 |
2.10.0_5 09 Dec 2014 13:36:34 |
bapt |
Cleanup plist |
2.10.0_5 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
2.10.0_4 29 Jul 2014 21:07:40 |
adamw |
Convert a bunch of USE_XZ to USES=tar:xz.
Approved by: portmgr (not really, but touches unstaged ports) |
2.10.0_4 14 Jul 2014 18:42:04 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
2.10.0_4 18 Feb 2014 14:31:33 |
makc |
- Bump PORTREVISION after KDE4_PREFIX change |
2.10.0_3 16 Jan 2014 20:47:10 |
tabthorpe |
- Chase misc/sword shlib change
- Bump PORTREVISION |
2.10.0_2 15 Jan 2014 06:24:22 |
tabthorpe |
- Bump PORTREVISION to chase shlib change in misc/sword |
2.10.0_1 04 Jan 2014 07:33:37 |
tabthorpe |
- Fix text filter settings not being saved
- Bump PORTREVISION
Submitted by: Jaak Ristioja (upline developer) |
2.10.0 31 Dec 2013 15:49:33 |
tabthorpe |
- Update to 2.10.0 |
2.9.2 23 Dec 2013 18:51:55 |
tabthorpe |
- Remove NO_STAGE
- Turns out cmake(1) has it all built in
Thanks to: bapt |
2.9.2 11 Dec 2013 18:05:34 |
tabthorpe |
- Explicity depend on libsword-1.6.2.so
- Fix LIB_DEPENDS for clucene
- Add CONFLICTS for soon to be added bibletime-devel |
2.9.2 11 Dec 2013 05:54:45 |
tabthorpe |
- Revert to previous version
Submitted by: FreshPorts Sanity checking daemon |
11 Dec 2013 05:43:26
|
tabthorpe |
- Explicitly depend on sword 1.6.2
- Add CONFLICTS for soon to be added 2.10 |
2.9.2 22 Oct 2013 13:56:27 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with m)
Approved by: portmgr (bdrewery) |
20 Sep 2013 20:50:59
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc) |
2.9.2 10 Sep 2013 04:08:19 |
danfe |
- Now that misc/sword port is fixed, remove no longer needed USE_GCC
- While here: drop the article from COMMENT, remove LICENSE_FILE (it
was actually just vanilla GPL boilerplate), sanitize dependencies,
put USES where it's normally found; tidy up port description a bit.
Approved by: tabthorpe (maintainer, implicit) |
2.9.2 10 Sep 2013 01:23:59 |
tabthorpe |
- Add USE_GCC=any to build on 10.X
Submitted by: pkg-fallout |
2.9.2 29 Jun 2013 05:16:04 |
tabthorpe |
- Update to 2.9.2 |
2.9.1_3 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
2.9.1_3 28 Jan 2013 22:25:05 |
jkim |
- Re-assign textproc/clucene maintainship to office@. [1]
- Update textproc/clucene to 2.3.3.4. Note this version is required by
recent LibreOffice.
- Remove textproc/clucene-contrib because it is now integrated into
textproc/clucene. [2]
- Mark textproc/p5-Lucene as broken. There is no dependent port and it was
only written for obsolete Lucene 0.9.x API. [3]
- Update deskutils/kdepim4 and deskutils/strigi to build with the new
CLucene port. [4]
- Update misc/bibletime and misc/sword to use new CLucene 2.3.x API. [5]
Approved by: clsung (maintainer timeout) [1]
Approved by: tj (maintainer) [2]
Approved by: perl [3]
Approved by: kde [4]
Approved by: tabthorpe (maintainer timeout) [5]
Obtained from: The SWORD Project [5] |
2.9.1_2 01 Jul 2012 03:50:40 |
tabthorpe |
- Chase change to misc/sword
- Bump PORTREVISION |
2.9.1_1 10 Jun 2012 18:42:48 |
swills |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
2.9.1_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) |
2.9.1_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.9.1 23 Dec 2011 03:29:19 |
tabthorpe |
- Update to 2.9.1 |
2.9.0 08 Dec 2011 15:59:13 |
tabthorpe |
- Update to 2.9.0
Feature safe: yes |
2.8.4 23 Nov 2011 03:41:05 |
tabthorpe |
- Update to 2.8.4
Feature safe: yes |
2.8.3 23 Nov 2011 02:53:16 |
tabthorpe |
- Remove patch, forgotten in last commit
Feature safe: yes |
2.8.3 22 Nov 2011 18:01:27 |
tabthorpe |
- Update to 2.8.3
Feature safe: yes |
2.8.2 08 Sep 2011 12:20:38 |
tabthorpe |
- Update to 2.8.2 |
2.8.1 10 Apr 2011 08:47:32 |
makc |
CMAKE_BUILD_TYPE is set in bsd.cmake.mk now, remove it from Makefiles
Clean up and remove support for 6.x
Approved by: tabthorpe via irc |
2.8.1 23 Jan 2011 03:34:35 |
tabthorpe |
- Update to 2.8.1
Feature safe: yes |
2.8.0_1 02 Dec 2010 20:39:44 |
tabthorpe |
- Remove boost dependency
- Bump PORTREVISION |
2.8.0 28 Nov 2010 01:36:27 |
tabthorpe |
- Update to 2.8.0 |
2.7.3_1 28 Oct 2010 23:54:06 |
tabthorpe |
- Chase misc/sword libbump
- Bump PORTREVISION
- Remove MD5 checksum while I am here |
2.7.3 08 Sep 2010 03:31:05 |
tabthorpe |
- Update to 2.7.3 |
2.7.2 12 Jul 2010 16:05:19 |
tabthorpe |
- Update to 2.7.2 |
2.7.1 07 Jul 2010 15:35:12 |
tabthorpe |
- Update to 2.7.1
- Add LICENSE
Feature safe: yes |
2.7 20 May 2010 14:09:31 |
tabthorpe |
- Update to 2.7 |
2.6_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.6 25 Feb 2010 13:02:14 |
tabthorpe |
- Update to 2.6
Feature safe: yes |
2.5_1 07 Jan 2010 17:47:25 |
tabthorpe |
- Chase sword libbump
- Remove CONFLICTS and un-needed patch |
2.5 20 Dec 2009 19:11:39 |
tabthorpe |
- Update to 2.5 |
2.4 18 Nov 2009 20:18:13 |
tabthorpe |
- Update to 2.4 |
2.3.3 30 Oct 2009 19:38:53 |
tabthorpe |
- Fix CONFLICTS missed in previous commit |
2.3.3 30 Oct 2009 19:33:08 |
tabthorpe |
- Rename misc/bibletime-kde4 -> misc/bibletime now that KDE dependencies are
removed |
1.6.5.1_2 26 Feb 2009 19:58:28 |
tabthorpe |
- Remove misc/bibletime and misc/bibletime-devel |
1.6.5.1_2 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.6.5.1_2 06 Jun 2008 13:45:40 |
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) |
1.6.5.1_1 21 May 2008 12:55:47 |
tabthorpe |
- Chase misc/sword libbump
- Bump PORTREVISION |
1.6.5.1 12 May 2008 18:51:07 |
tabthorpe |
- Update to 1.6.5.1
- Changelog at
<http://sourceforge.net/project/shownotes.php?release_id=449414&group_id=954> |
1.6.5 18 Dec 2007 19:38:09 |
tabthorpe |
- Update to 1.6.5
Approved by: portmgr (pav) |
1.6.4_1 23 Aug 2007 04:00:04 |
tabthorpe |
- change maintainer address on ports I maintain
Approved by: clsung (mentor) |
1.6.4_1 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}. |
1.6.4 20 Apr 2007 21:07:59 |
miwi |
- Update to 1.6.4
PR: 111871
Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer) |
1.6.3b 08 Feb 2007 22:35:06 |
miwi |
- Remove IGNORE on FreeBSD 4.x, it's no longer need.
PR: 108944
Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer) |
1.6.3b 05 Feb 2007 10:36:36 |
clsung |
- Update to 1.6.3b
PR: ports/108675
Submitted by: maintainer (Thomas Abthorpe) |
1.6.2 12 Dec 2006 21:06:24 |
miwi |
- Update to 1.6.2
PR: ports/106644
Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer) |
1.6.1 01 Nov 2006 09:42:43 |
miwi |
- Update to 1.6.1
PR: ports/104936
Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer) |
1.6 30 Sep 2006 07:40:30 |
miwi |
- Update to 1.6
PR: ports/103735
Submitted by: Thomas Abthorpe <thomas(at)goodking.ca> (maintainer) |
1.5.3 05 Aug 2006 21:49:31 |
shaun |
Mark BROKEN on 4.x: fails to compile.
PR: ports/101208
Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer) |
1.5.3 15 Jul 2006 00:10:53 |
rafan |
- Update to 1.5.3
- Pass maintainership to submitter
- Reformat pkg-descr
- Workaround for sword 1.5.8 (LIB_DEPENDS -> {RUN,BUILD}_DEPENDS)
PR: ports/100213
Submitted by Thomas Abthorpe <thomas goodking.ca> |
1.4.1_3 10 May 2006 22:37:39 |
edwin |
Remove USE_REINPLACE from ports starting with M |
1.4.1_3 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.4.1_3 22 Jan 2006 02:28:45 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.4.1_3 25 Nov 2005 16:09:33 |
pav |
- Add SHA256 |
1.4.1_3 22 Nov 2005 22:19:29 |
linimon |
Reassign to ports pool. Thanks to the previous maintainer for your help in
the past.
PR: ports/89436
Submitted by: Willem van Engen <wvengen at stack dot nl> |
1.4.1_3 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
1.4.1_2 03 Nov 2005 21:08:59 |
edwin |
Fix BROKEN status by completing pkg-plist |
1.4.1_1 23 Jul 2005 02:53:43 |
kris |
This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it. |
1.4.1_1 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
1.4.1 28 Feb 2005 00:15:41 |
kris |
BROKEN: Incomplete pkg-plist |
1.4.1 27 Aug 2004 18:50:10 |
sem |
Update to 1.4.1.
Add documentation.
PR: ports/70713
Submitted by: maintainer |
1.2.2_2 05 Apr 2004 03:31:02 |
marcus |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
1.2.2_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.2.2_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
1.2.2 14 Jul 2003 07:24:52 |
znerd |
MD5 for 1.2.2. Apparently missed this in the last commit which
updated 1.2.1 -> 1.2.2.
Notified by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> |