Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.1_2 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
3.0.1_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) |
3.0.1_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 ) |
3.0.1_1 05 Sep 2022 09:00:56 |
Dima Panov (fluffy) |
devel/kdbg: pet stage-qa, declare hidden dependencies on libx11
Approved by: portmgr blanket |
3.0.1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.0.1 04 Feb 2022 08:00:52 |
Fernando Apesteguía (fernape) Author: Gian-Simon Purkert |
devel/kdbg: Update to 3.0.1
ChangeLog: https://github.com/j6t/kdbg/blob/master/ReleaseNotes-3.0.1
PR: 259324
Reported by: gspurki@gmail.com
Approved by: thomas.sander@gmx.de (maintainer, timeout 2 weeks) |
3.0.0_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0.0_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 |
3.0.0_1 08 Mar 2019 03:04:16 |
linimon |
Fix build on gcc-based architectures.
Approved by: portmgr (tier-2 blanket) |
3.0.0_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 ) |
3.0.0 31 Dec 2018 12:47:31 |
tcberner |
devel/kdbg: update to KF5 version
PR: 234282 |
2.5.6_2 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 |
2.5.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 |
2.5.6_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 |
2.5.6_1 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
2.5.6 23 Dec 2016 20:32:25 |
rakuco |
Update to 2.5.6
PR: 214341
Submitted by: Jochen Neumeister <joneum@bsdproject.de>
Approved by: maintainer timeout (thomas.sander@gmx.de, 44 days) |
2.5.5 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 |
2.5.5 23 May 2016 20:35:01 |
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 |
2.5.5 24 Mar 2016 18:18:03 |
pi |
devel/kdbg: 2.5.2 -> 2.5.5
Changes:
http://repo.or.cz/w/kdbg.git?a=blob;f=ReleaseNotes-2.5.5;hb=kdbg-2.5.5
http://repo.or.cz/w/kdbg.git?a=blob;f=ReleaseNotes-2.5.4;hb=kdbg-2.5.4
http://repo.or.cz/w/kdbg.git?a=blob;f=ReleaseNotes-2.5.3;hb=kdbg-2.5.3
PR: 207785
Submitted by: jochen@jochen-neumeister.de
Approved by: thomas.sander@gmx.de (maintainer timeout) |
2.5.2_3 26 Nov 2015 11:03:49 |
rakuco |
Add patch to make the port build with CMake 3.4.0.
In preparation for PR 204629, add a patch (also sent upstream) to make the
port build with CMake 3.4.0 by explicitly including a module used by the
build system. |
2.5.2_3 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
2.5.2_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) |
2.5.2_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) |
2.5.2_1 14 Jun 2014 15:45:13 |
vanilla |
Stagify.
Approved by: portmgr@ |
2.5.2_1 18 Feb 2014 14:31:33 |
makc |
- Bump PORTREVISION after KDE4_PREFIX change |
2.5.2 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
2.5.2 26 Apr 2013 10:44:29 |
ak |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
2.5.2 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.5.2 05 Oct 2012 06:38:52 |
rm |
- update to 2.5.2
- trim Makefile header, while here
changelog:
http://repo.or.cz/w/kdbg.git?a=blob;f=ReleaseNotes-2.5.2;hb=kdbg-2.5.2
PR: 172321
Submitted by: Norbert Koch <nkoch at demig dot de>
Approved by: Thomas Sander <thomas.sander at gmx dot de> (maintainer) |
2.5.1 18 Sep 2012 10:19:30 |
rm |
- switch to USE_QT4 instead of deprecated USE_QT_VER/QT_COMPONENTS
Reported by: makc |
2.5.1 18 Sep 2012 07:33:40 |
rm |
- update to 2.5.1
- respect WITHOUT_NLS
while here:
- remove indefinite article (yes, I know what's this) from COMMENT
- convert to optionsng
- add license (GPLv2)
- trailing whitespace fixes in pkg-descr
- fix plist
PR: 170532
Submitted by: HU Dong <itechbear at gmail dot com>
Approved by: Thomas Sander <thomas.sander at gmx dot de> (maintainer) |
2.2.0_3 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.2.0_2 22 Oct 2011 23:50:23 |
eadler |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
2.2.0_2 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
2.2.0_2 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
2.2.0_2 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
2.2.0_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.2.0 06 Mar 2010 02:31:27 |
wxs |
- Update to 2.2.0
PR: ports/144373
Submitted by: Thomas Sander <thomas.sander@gmx.de> (maintainer)
Feature safe: yes |
2.1.1_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2.1.1_1 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
2.1.1_1 02 Aug 2009 19:36:34 |
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 |
2.1.1_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 |
2.1.1 25 Dec 2008 10:58:31 |
miwi |
- Update to 2.1.1
PR: 129825
Submitted by: Thomas Sander <thomas.sander@gmx.de> (maintainer) |
2.1.0_1 01 Sep 2008 02:17:50 |
linimon |
Assign to new volunteer. |
2.1.0_1 20 Aug 2008 06:40:43 |
linimon |
Reset conrads@cox.net due to lack of time to work on FreeBSD.
Hat: portmgr |
2.1.0_1 06 Jun 2008 13:21:59 |
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) |
2.1.0 16 Mar 2008 09:03:41 |
rafan |
- Update to 2.1.0
PR: ports/120573
Submitted by: Thomas Sander <thomas.sander at gmx.de>
Approved by: maintaimer timeout (1 month) |
2.0.5_2 03 Jan 2008 11:48:38 |
arved |
Add a patch to fix handling of .core files.
PR: 116422
Submitted by: Artem Naluzhnyy |
2.0.5_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}. |
2.0.5 14 Feb 2007 20:31:12 |
miwi |
- Update to 2.0.5
PR: 108596
Submitted by: Marcelo Araujo <araujo@bsdmail.org>
Approved by: maintainer |
2.0.4 05 Nov 2006 00:21:13 |
miwi |
- Fix WWW
PR: ports/105051
Submitted by: Conrad J. Sabatier <conrads@cox.net> (maintainer)
Sponsored by: FreeBSD Bug-a-thon #2 |
2.0.4 01 Nov 2006 11:23:30 |
miwi |
- Pass maintainership to submitter
(Notes: request of ports@
http://lists.freebsd.org/pipermail/freebsd-ports/2006-October/036304.html )
Submitted by: Conrad J. Sabatier <conrads at cox.net> |
2.0.4 15 Aug 2006 07:56:23 |
rafan |
- Remove directories that are not in mtree file
Note that these directories are be removed by other dependency ports,
so I do not bump PORTREVISION for them. These affected ports are
belong to ports@.
PR: ports/101586
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> |
2.0.4 11 Jul 2006 14:14:14 |
rafan |
- Update to 2.0.4
PR: 100029
Submitted by: KATO Tsuguru <tkato432 yahoo.com> |
2.0.3 15 Apr 2006 20:50:49 |
arved |
Update to 2.0.3
PR: 94648
Submitted by: Pawel Pekala <c0rn@o2.pl> |
1.2.5_4 24 Mar 2006 06:23:47 |
linimon |
Reset jedgar as maintainer; has not responded to email about status.
Hat: portmgr |
1.2.5_4 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.2.5_4 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
1.2.5_4 22 Jan 2006 01:48:34 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.2.5_4 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
1.2.5_3 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
1.2.5_2 16 Dec 2004 05:49:27 |
kris |
Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created |
1.2.5_2 05 Apr 2004 03:31:02 |
marcus |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
1.2.5_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.2.5_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.2.5 07 Mar 2003 06:01:16 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.2.5 23 Jul 2002 00:41:48 |
jedgar |
o Update to 1.2.5.
o Support KDE3.
PR: 40813
Submitted by: Nick Hilliard <nick-lists@netability.ie> |
21 Jan 2002 21:59:50 |
jedgar |
Update port to 1.2.4 |
09 Jan 2002 14:36:45 |
jedgar |
Update port to 1.2.3 |
31 Aug 2001 15:20:29 |
sobomax |
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate. |
20 Aug 2001 02:24:52 |
jedgar |
Update port to 1.2.2 |
31 May 2001 23:44:46 |
ade |
Replace explicit build dependency on libtool with USE_LIBTOOL knob |
29 Apr 2001 15:44:33 |
jedgar |
o Update port to 1.2.1 o Use KDE2 by default |
03 Apr 2001 09:14:44 |
will |
Overhaul QT/KDE support: - bsd.port.mk update to use bsd.kde.mk for
USE_{QT,KDE}* - Cleanup corresponding ports for bsd.kde.mk update. - Fix
bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom, introduce
QT_NONSTANDARD variable for nonstandard configure setup. - Update KDE2 to
2.1.1. Two patches included in x11/kdelibs2 to fix the proxy authentication
that was broken for 2.1.1. Remove old patches. - Potentially fix kdelibs
build for alpha. - Fix qt-designer 2.3.0 build. - Ruby stuff left alone
since it looks like black magic to me. Should still work w/ compat shims
for older USE_QT[,2] style. Some others were also left alone for the same
reason. |
27 Feb 2001 03:33:26 |
will |
Unbreak. |
27 Feb 2001 03:09:12 |
steve |
Mark these ports as BROKEN after KDE 1.x was unceremoniously ripped from the
ports tree. |
26 Dec 2000 13:48:49 |
jedgar |
Update port to 1.2.0 |
08 Oct 2000 02:10:04 |
asami |
Convert category devel to new layout. |
21 Aug 2000 18:08:26 |
jedgar |
Fix fennerism (correct WWW) |
02 Aug 2000 22:38:13 |
jedgar |
Update port to 1.1.5 |
24 Jun 2000 12:46:35 |
jedgar |
Update port to 1.1.4 |