Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2s4_1,1 15 Aug 2023 21:17:14 |
Tobias C. Berner (tcberner) |
devel/kf5-extra-cmake-modules: add as build dependency
- these ports previously got ecm through an unclean dependency
(run_depend) from one of their dependencies. |
2s4_1,1 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
2s4,1 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) |
2s4,1 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 ) |
2s4,1 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2s4,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2s4,1 07 Sep 2020 15:58:38 |
fernape |
textproc/dikt: update MASTER_SITES
Upstream moved to OSDN.
PR: 249117
Submitted by: info@dikt.tv (maintainer) |
2s4,1 06 Jul 2020 19:01:20 |
danfe |
- Update `textproc/dikt' to version 2s4
- Update maintainer's email address
- Chase redirect in the web site URL
- Wrap one overly long line while here
PR: 244006
Submitted by: maintainer |
2s1_2,1 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 |
2s1_1,1 12 Mar 2019 05:19:18 |
linimon |
Fix build on gcc-based architectures:
The compiler feature "cxx_decltype" is not known to CXX compiler
Approved by: portmgr (tier-2 blanket) |
2s1_1,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 ) |
2s1,1 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 |
2s1,1 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 |
2s1,1 27 May 2018 18:24:03 |
yuri |
textproc/dikt: Update WWW URL to a valid one
Browsers redirect http://dikt.tv/ to https://www.dikt.tv/
PR: 228029
Reported by: goran.tal@gmail.com (maintainer) |
2s1,1 10 May 2018 08:03:48 |
yuri |
textproc/dikt: Change back to PORTVERSION
{digit}{char}{digit} versions don't work with DISTVERSION.
Requested by: mat, bapt |
2.s1,1 08 May 2018 04:43:34 |
yuri |
textproc/dikt: Change version back to the original {digit}{letter}{digit} format
The version was changed in r469254 because of the portlint error which was
due to this bug: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228058
PR: 228029
Reported by: mat |
0.20161228,1 06 May 2018 22:57:11 |
yuri |
textproc/dikt: Update 2l3 -> 2s1 (0.20161228)
Port changes:
* Add PORTEPOCH and change version to 0.20161228 because upstream versions
changed backwards
* Change qt4 -> qt5, kde4 -> kde5
* Add LICENSE/LICENSE_FILE
* Add to USE_KDE and USE_QT
* Change WWW to https
PR: 228029
Submitted by: goran.tal@gmail.com (maintainer) |
2l3_2 10 Feb 2018 10:29:51 |
tcberner |
Rename KDE4 meta ports
This is done for
* consistency,
* and to simplify the import of the newer KDE Plasma5 desktop and KDE
applications
Bumps the dependencies.
Reviewed by: adridg
Differential Revision: https://reviews.freebsd.org/D12979 |
2l3_1 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
2l3 24 Aug 2016 08:20:31 |
tcberner |
Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports
At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.
The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].
Changes to the KDE Ports needed by this:
Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4] (Only the first 15 lines of the commit message are shown above ) |
25 May 2016 20:56:06
|
rene |
Remove expired misc/kdehier4 and update all of its consumers to not reference it
any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE
Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.
PR: 209014 (partial)
Submitted by: myself
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D6542 |
2l3 31 Dec 2015 03:09:59 |
miwi |
- Update to 2l3
- Update WWW
PR: 205654
Submitted by: maintainer |
2l_3 19 Feb 2015 18:19:30 |
makc |
- Remove deprecated USE_KDE4=kdehier
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only
app)
and supposedly fix build of graphics/gnash with KDE4 option |
2l_3 20 Dec 2014 19:47:31 |
bapt |
cleanup plist |
2l_3 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) |
2l_2 15 Aug 2014 20:37:33 |
mandree |
Upgrade OpenEXR and ilmbase to 2.2.0.
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)
Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130
Couple OpenEXR more tightly to ilmbase and require its exact .so
version.
Add UPDATING note, and bump PORTREVISION of all dependent ports.
Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.
Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports) |
2l_1 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) |
2l_1 18 Feb 2014 14:31:33 |
makc |
- Bump PORTREVISION after KDE4_PREFIX change |
2l 26 Jan 2014 15:46:14 |
mat |
Support staging.
Sponsored by: Absolight |
2l 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
2l 11 Jun 2013 19:26:43 |
rakuco |
Update to 2l.
PR: ports/179032
Submitted by: Goran Tal <goran.tal@gmail.com> (maintainer) |
2j 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) |
2j 16 Jun 2012 10:06:57 |
scheidell |
- Update to version 2j
PR: ports/168934
Submitted by: Goran Tal <goran.tal@gmail.com> (maintainer) |
2g_2 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) |
2g_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2g_1 16 Feb 2012 15:57:34 |
ashish |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
2g 06 Jul 2011 18:55:02 |
beech |
- Update to 2g
PR: ports/158619
Submitted by: Goran Tal <goran.tal@gmail.com> (maintainer) |
2d 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
2d 19 Jun 2010 18:52:45 |
sylvio |
- Update to version 2d
PR: ports/147570
Submitted by: Goran Tal <goran.tal@gmail.com> (maintainer)
Feature safe: yes |
2a_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2a_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2a 05 Feb 2010 03:38:31 |
pgollucci |
- Update to 2a
PR: ports/143507
Submitted by: Goran Tal <goran.tal@gmail.com> (maintainer) |
2 11 Jan 2010 05:03:50 |
pgollucci |
- Update to 2
- Update WWW
PR: ports/142505
Submitted by: Goran Tal <goran.tal@gmail.com> (maintainer) |
1j 21 Oct 2009 02:43:05 |
yzlin |
- Fix fetch error
The upstream moves the distfile to new location at site.google.com.
The new location redirects to randomly generated URL. For now,
temporarily put it as a local distfile.
Reported by: pointyhat
Approved by: rafan (co-mentor) |
1j 15 Oct 2009 09:55:18 |
yzlin |
- Update to 1j
PR: ports/139320
Submitted by: Goran Tal <goran.tal AT gmail.com> (maintainer)
Approved by: rafan (co-mentor) |
1g_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
1g 05 Jul 2009 21:32:18 |
amdmi3 |
- Update to 1g
PR: 136172
Submitted by: Goran Tal <goran.tal@gmail.com> (maintainer) |
1d 30 Mar 2009 18:57:50 |
makc |
Update to 1d
Remove unnecessary dependency on kdebase-workspace
PR: 133191
Submitted by: Goran Tal (maintainer) |
1a_1 24 Mar 2009 19:13:32 |
makc |
bump PORTREVISION after cmake update |
1a 13 Feb 2009 06:15:56 |
beech |
- Update to version 1a
PR: ports/131572
Submitted by: Goran Tal <goran.tal@gmail.com> (maintainer) |
1_2 17 Jan 2009 19:50:44 |
miwi |
- Fix build
Reported by: pavbot |
1_1 15 Jan 2009 22:33:48 |
miwi |
- Add missing QT dependency
Reported by: pavbot |
1 03 Jan 2009 12:16:15 |
beech |
- Add local mirror |
1 30 Dec 2008 22:54:03 |
beech |
Dikt is a dictionary application for KDE4. It is the client
side implementation of Dict protocol, with a browser interface
specialized for querying dictionaries.
WWW: http://diktv1.googlepages.com/
PR: ports/130000
Submitted by: Goran Tal <goran.tal at gmail.com> |