Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
21 Jan 2021 20:48:57
1.8.5

|
tcberner  |
textproc/kdiff3: update to 1.8.5
Version 1.8.5 - 2020-01-10
===========================
BUG:417189 Fix url handling for drag and drop.
BUG:426823 Fix regression in handing paste from clipboard to blank diff window.
*Fix link detection via KIO
*Drop custom event filter in OpenDialog. We now use FileNameLineEdit instead as
in the main window.
*Fix url/path handling bugs for remote files
*Don't ignore stat errors unless it tells us the file was not found. |
03 Sep 2020 13:01:01
1.8.4

|
tcberner  |
textproc/kdiff3: update to 1.8.4 |
07 Jul 2020 18:52:07
1.8.3

|
tcberner  |
textproc/kdiff3: update to 1.8.3 |
28 Mar 2020 16:56:40
1.8.2

|
tcberner  |
textproc/kdiff3: update to 1.8.2 |
26 Jul 2019 20:46:57
1.8.1_1

|
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 |
18 May 2019 06:04:32
1.8.1

|
tcberner  |
textproc/kdiff3: update to 1.8.1 |
15 May 2019 19:56:13
1.8.0

|
tcberner  |
textproc/kdiff3: update to 1.8.0 |
16 Jan 2019 11:13:45
1.7.90.20181029_1

|
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 ) |
30 Dec 2018 17:15:06
1.7.90.20181029

|
tcberner  |
More GCC-related fixes in kde@ ports
PR: 234461
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
25 Dec 2018 20:25:40
1.7.90.20181029

|
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 |
11 Dec 2018 23:18:13
1.7.90.20181029

|
tcberner  |
textproc/kdiff3 -- update to kf5 based version
- kde@ takes maintainership
Approved by: pizzamig
Differential Revision: https://reviews.freebsd.org/D18016 |
02 Dec 2018 15:41:48
0.9.98_2

|
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 |
28 Jun 2018 17:39:55
0.9.98_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 |
10 Feb 2018 10:29:51
0.9.98_2

|
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 |
29 Aug 2017 13:05:21
0.9.98_1

|
pizzamig  |
Change MAINTAINER email to my new FreeBSD email
Approved by: lme (mentor)
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12150 |
25 Apr 2017 08:20:31
0.9.98_1

|
riggs  |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
24 Aug 2016 08:20:31
0.9.98

|
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 |
23 May 2016 20:35:01
0.9.98

|
amdmi3  |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
15 Oct 2014 21:43:23
0.9.98

|
makc  |
textproc/kdiff3:
- update to 0.9.98
- remove upstreamed patches
- add patch for proper DOCS and NLS options support
- add LICENSE_FILE
- drop @dirrm from plist
- while I'm here, remove USE_KDE4=kdehier (to be deprecated soon)
and switch to out-of-source build
PR: 194286
Submitted by: luca.pizzamiglio@gmail.com (maintainer) |
10 Sep 2014 20:50:37
0.9.97_4

|
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) |
15 Aug 2014 20:37:33
0.9.97_3

|
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) |
05 Jun 2014 17:50:01
0.9.97_2

|
bdrewery  |
- Fix saving output with -o when using relative paths
PR: 190158
Submitted by: emaste
Approved by: luca.pizzamiglio@gmail.com (maintainer)
Obtained
from: http://sourceforge.net/p/kdiff3/code/ci/23ad423e4255c80ee22b269f73e20333f7c06678/
MFH: 2014Q2 |
18 Feb 2014 14:31:33
0.9.97_1

|
makc  |
- Bump PORTREVISION after KDE4_PREFIX change |
15 Jan 2014 19:25:17
0.9.97

|
rakuco  |
- Pass maintainership to submitter.
- Update to 0.9.97.
- Support staging.
- Add support for the DOCS and NLS options.
PR: ports/185807
Submitted by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> |
10 Jan 2014 04:48:02
0.9.95_4

|
tabthorpe  |
- Reassign to the heap at maintainer's request |
20 Sep 2013 23:17:32
0.9.95_4

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
14 Aug 2013 22:35:54
0.9.95_4

|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
24 Apr 2013 07:35:41
0.9.95_4

|
ak  |
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt) |
22 Mar 2013 20:06:15
0.9.95_4

|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
17 Sep 2012 15:06:43
0.9.95_4

|
makc  |
Replace deprecated kdebase component by libkonq
PR: ports/171215
Approved by: maintainer timeout (17 days) |
06 Jun 2012 06:44:38
0.9.95_3
|
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.9.95_3
|
dinoex  |
- update png to 1.5.10 |
07 Mar 2012 14:57:01
0.9.95_2
|
makc  |
Remove build dependencies on textproc/docbook-xml and textproc/docbook-xsl.
They were added to fix build with kdelibs-4.5, while correct fix was
to add them as run dependencies for x11/kdelibs4 (done a while ago). |
16 Feb 2012 15:57:34
0.9.95_2
|
ashish  |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
03 Jul 2011 14:40:25
0.9.95_1
|
ohauer  |
-remove MD5 |
25 Aug 2010 17:16:57
0.9.95_1
|
makc  |
Fix build with upcoming KDE 4.5
Approved by: brucec (maintainer) |
31 May 2010 02:01:56
0.9.95_1
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
10 May 2010 15:57:53
0.9.95
|
makc  |
Update to 0.9.95 for KDE4
Pass maintainership to brucec@
PR: based on ports/146158
Submitted by: brucec@
Approved by: Heiner Eichmann <h.eichmann at gmx.de> (former maintainer) |
28 Mar 2010 06:47:48
0.9.92_5
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.9.92_4
|
dinoex  |
- update to jpeg-8 |
22 Aug 2009 00:37:17
0.9.92_3
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with T,U,V |
02 Aug 2009 19:36:34
0.9.92_3
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
31 Jul 2009 13:57:52
0.9.92_3
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
05 Jan 2009 19:04:45
0.9.92_2
|
delphij  |
Bump PORTREVISION's after OpenLDAP update.
Suggested by: rafan |
06 Jun 2008 14:05:09
0.9.92_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) |
23 Jul 2007 09:36:52
0.9.92
|
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
06 Jun 2007 10:58:44
0.9.92
|
miwi  |
- Fix build with gcc 4.2
PR: 113382
Submitted by: Heiner <h.eichmann@gmx.de> (maintainer) |
29 May 2007 09:17:06
0.9.92
|
itetcu  |
Update to 0.9.92
PR: ports/112090
Submitted by: Heiner Eichmann <h.eichmann@gmx.de> (maintainer) |
19 May 2007 20:32:57
0.9.91_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
05 Nov 2006 18:29:07
0.9.91
|
miwi  |
- Update to 0.9.91
PR: ports/105146
Submitted by: Heiner <h.eichmann@gmx.de> (maintainer)
Sponsored by: FreeBSD Bug-a-thon #2 |
20 May 2006 00:42:47
0.9.90
|
itetcu  |
Update to 0.9.90
PR: ports/97465
Submitted by: maintainer
Approved by: lawrance (mentor) |
13 May 2006 04:24:52
0.9.89
|
edwin  |
Remove USE_REINPLACE from categories starting with T |
17 Apr 2006 16:34:22
0.9.89
|
arved  |
Add dependency on kdebase to fix build
Reported by: pointyhat |
15 Apr 2006 15:58:22
0.9.89
|
arved  |
Update to 0.9.89
PR: 95744
Submitted by: Heiner Eichmann <h.eichmann@gmx.de> |
23 Feb 2006 10:40:45
0.9.88_2
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
24 Jan 2006 03:10:24
0.9.88_1
|
edwin  |
SHA256ify
Approved by: krion@ |
15 Nov 2005 06:52:12
0.9.88_1
|
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
05 Nov 2005 05:22:06
0.9.88_1
|
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
06 Apr 2005 13:45:11
0.9.88
|
arved  |
Update to 0.9.88
PR: 79257
Submitted by: Heiner Eichmann <h.eichmann@gmx.de> |
12 Mar 2005 10:54:27
0.9.84_1
|
marcus  |
Bump PORTREVISION to chase the glib20 shared lib version change. |
09 Jul 2004 17:43:11
0.9.84
|
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
07 Jun 2004 14:28:45
0.9.84
|
markus  |
- Update to version 0.9.84
- Don't use Makefile.kde anymore
- Respect CFLAGS
PR: ports/67581
Submitted by: Heiner Eichmann <h.eichmann@gmx.de> |
05 Apr 2004 03:31:02
0.9.83_1
|
marcus  |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
19 Mar 2004 08:50:51
0.9.83
|
arved  |
Update to 0.9.83
PR: 64203
Submitted by: maintainer |
04 Feb 2004 05:10:27
0.9.70_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
06 Nov 2003 18:38:23
0.9.70
|
arved  |
fix build on CURRENT
PR: 58358
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> |
05 Oct 2003 10:33:29
0.9.70
|
arved  |
Update to 0.9.70
PR: 57542
Submitted by: Heiner Eichmann <h.eichmann@gmx.de> |
13 Jun 2003 11:50:16
0.9.61
|
arved  |
Update to 0.9.61
PR: 53261
Submitted by: maintainer |
06 Jun 2003 20:57:43
0.9.60
|
adamw  |
Update to 0.9.60.
PR: ports/52986
Submitted by: Heiner Eichmann <h.eichmann@gmx.de> (maintainer) |
09 May 2003 12:16:33
0.9.51
|
arved  |
Update to 0.9.51
PR: 51246
Submitted by: maintainer |
08 Apr 2003 05:53:56
0.9.50
|
kevlo  |
Update to 0.9.50
PR: 50697
Submitted by: MAINTAINER |
21 Feb 2003 13:42:50
0.92
|
knu  |
De-pkg-comment. |
10 Jan 2003 06:22:51
0.92
|
petef  |
Add kdiff3 0.92, a KDE3 graphical frontend for diff.
PR: 46763
Submitted by: Heiner Eichmann <h.eichmann@gmx.de> |