Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.2_23 16 Mar 2019 21:55:51 |
tcberner |
Qt4 deprecation: Remove Qt4 and its consumes.
2019-03-15 accessibility/qt4-accessible: Qt4 has been EOL since december 2015
2019-03-15 astro/qlandkartegt: Qt4 has been EOL since december 2015
2019-03-15 astro/stellarium-qt4: Qt4 has been EOL since december 2015
2019-03-15 astro/xglobe: Qt4 has been EOL since december 2015
2019-03-15 audio/acoustid-fingerprinter: Qt4 has been EOL since december 2015
2019-03-15 audio/cueplayer: Qt4 has been EOL since december 2015
2019-03-15 audio/esperanza: Qt4 has been EOL since december 2015
2019-03-15 audio/lastfm-desktop: Qt4 has been EOL since december 2015
2019-03-15 audio/minitunes: Qt4 has been EOL since december 2015
2019-03-15 audio/mixxx20: Qt4 has been EOL since december 2015
2019-03-15 audio/mumble: Qt4 has been EOL since december 2015
2019-03-15 audio/murmur: Qt4 has been EOL since december 2015
2019-03-15 audio/puddletag: Qt4 has been EOL since december 2015 (Only the first 15 lines of the commit message are shown above ) |
1.8.2_23 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 |
1.8.2_23 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.8.2_22 12 Dec 2018 00:15:50 |
jbeich |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
1.8.2_21 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 |
1.8.2_21 22 Sep 2018 10:15:22 |
mandree |
Update ilmbase and openexr to 2.3.0, rename OpenEXR to openexr.
Release notes: <https://github.com/openexr/openexr/releases/tag/v2.3.0>
Adjust LIB_DEPENDS of all ports that require ilmbase or openexr to chase
the new lower-case spelling of the name, and to omit the version from the
library name to ease future maintenance.
Bump PORTREVISION of all ports that depend on ilmbase or openexr directly,
so that they all get rebuilt on upgrades.
Add patches to graphics/ampasCTL to keep it alive, with (a) ilmbase now
that its Iex::BaseExc class is no longer derived from std::string,
details were given upstream through https://github.com/ampas/CTL/issues/71
and (b) to unwind semicolon/;-lists in cmake that stem from openexr/
ilmbase pkg-config variables.
(Note ampasCTL is unmaintained as FreeBSD port, and upstream,
and I cannot run-time test it.)
Poudriere build tests on 11.2-RELEASE-p1 amd64 of ALL ports depending
directly or indirectly on ilmbase and/or openexr have passed without
regressions. Thus invoking due diligence, I believe I have done the
equivalent of an -exp run, and do not require approval for the dependency
chases to third-party ports. |
1.8.2_20 09 Aug 2018 06:58:31 |
jbeich |
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165 |
1.8.2_19 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
1.8.2_18 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 |
1.8.2_18 18 Apr 2018 13:57:43 |
jbeich |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030 |
1.8.2_17 17 Apr 2018 07:57:33 |
jbeich |
graphics/aqsis: unbreak with boost 1.67
/usr/bin/ld: undefined reference to symbol `pthread_condattr_init@@FBSD_1.0'
(try adding -lthr)
PR: 227427
Reported by: antoine (via exp-run)
Regressed by: https://github.com/boostorg/thread/commit/1e84b978b2bb |
1.8.2_17 18 Jan 2018 04:11:03 |
jbeich |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279 |
1.8.2_16 01 Dec 2017 01:58:23 |
mandree |
Security update OpenEXR and ilmbase to 2.2.1.
While here, fix libIlmImfUtil_la_LDFLAGp so that when linking libIlmImfUtil,
the locally built libIlmImf gets precedence over the one in /usr/local,
to permit upgrades in a running system with the older version installed.
This changes the library's SONAME, so bump PORTREVISION of all dependees.
Unfortunately, this looks a bit too intrusive for an MFH to 2017Q4.
Security: CVE-2017-9110
Security: CVE-2017-9111
Security: CVE-2017-9112
Security: CVE-2017-9113
Security: CVE-2017-9114
Security: CVE-2017-9115
Security: CVE-2017-9116
Security: 803879e9-4195-11e7-9b08-080027ef73ec |
1.8.2_15 25 Sep 2017 00:08:17 |
jbeich |
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
1.8.2_14 25 Sep 2017 00:05:32 |
jbeich |
graphics/aqsis: switch to C++11 for Boost
PR: 220787 |
1.8.2_14 25 Sep 2017 00:05:06 |
jbeich |
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
1.8.2_13 02 May 2017 06:48:11 |
jbeich |
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472 |
1.8.2_12 06 Jan 2017 08:45:04 |
jbeich |
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1 |
1.8.2_11 23 Nov 2016 12:45:47 |
jbeich |
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office) |
1.8.2_10 18 Sep 2016 11:54:53 |
linimon |
Mark broken on sparc64.
Approved by: portmgr (tier-2 blanket) |
1.8.2_10 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.8.2_10 24 Mar 2016 10:31:07 |
rakuco |
qt4-moc: Add more Boost include guards to moc's definition list.
In preparation for updating Boost to 1.60, add include guards from more Boost
headers to the list of macros that moc automatically defines when processing
files. As explained in r408911, Qt4's moc cannot parse some constructs used by
a few Boost headers, so we define their include guards to make moc skip them.
This is a cleaner approach that allows us to largely revert r408472, r408473,
r408474, r408475, r408502, r408773 and r408419, which added several patches to
many ports to work around this moc bug.
PR: 199601
PR: 208322 |
1.8.2_10 08 Feb 2016 11:18:43 |
amdmi3 |
- Fix build with boost 1.60
PR: 199601 |
1.8.2_10 09 Jun 2015 16:37:38 |
amdmi3 |
- Fix shebangs
- Add missing bash dependency
MFH: 2015Q2 |
1.8.2_9 10 Dec 2014 22:29:15 |
gahr |
- Reset maintainership of my ports |
1.8.2_9 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
1.8.2_8 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
1.8.2_8 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) |
1.8.2_7 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) |
1.8.2_6 04 Jul 2014 12:51:51 |
gahr |
- Fix LICENSE |
1.8.2_6 07 Feb 2014 11:44:09 |
bapt |
Chase boost and icu bump
While here convert some LIB_DEPENDS |
1.8.2_5 20 Nov 2013 14:25:28 |
nemysis |
- Bump dependent ports' revisions (graphics/ilmbase and graphics/OpenEXR)
Approved by: wg (mentor) |
1.8.2_4 31 Oct 2013 15:13:23 |
gahr |
- Bump PORTREVISION, forgot in previous commit |
1.8.2_3 31 Oct 2013 00:32:31 |
nemysis |
graphics/ilmbase
- Update to 2.0.1
- Change master sites to SAVANNAH
- Change maintainer email to @FreeBSD.org
- Remove conflict with non existent Port
- USES pathfix pkgconfig
- Add executable
- Add DOCS Option
- Support STAGEDIR and add OPTIONS_SUB
- Use pathfix instead of simple patches
- Adjust patches
- Change WWW
graphics/OpenEXR (Only the first 15 lines of the commit message are shown above ) |
1.8.2_2 22 Oct 2013 13:58:56 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [fgijk])
Approved by: portmgr (bdrewery) |
1.8.2_2 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
1.8.2_2 11 Jun 2013 14:47:02 |
miwi |
- Fix build
- Remove 7.X gruft
Reported by: pkg (DEVELOPER_MODE) |
1.8.2_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) |
1.8.2_2 31 Jan 2013 13:38:43 |
bapt |
Chase boost update |
1.8.2_1 17 Jan 2013 03:32:28 |
swills |
- Chase lib version changes from ilmbase and OpenEXR updates |
1.8.2 30 Aug 2012 16:59:29 |
gahr |
- Update to 1.8.2
Announcement: http://www.aqsis.org/2012/08/version-182-available.html |
1.8.0_3 10 Jun 2012 15:35:14 |
pav |
- Mark BROKEN on FreeBSD 7.X: does not compile
Aqsis-1.8.0-Source/libs/util/plugins.cpp: In member function 'const
Aqsis::CqString Aqsis::CqPluginBase::DLError()':
Aqsis-1.8.0-Source/libs/util/plugins.cpp:174: error: invalid conversion from
'const char*' to 'char*'
Reported by: pointyhat |
1.8.0_3 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) |
1.8.0_3 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.8.0_2 19 May 2012 17:49:17 |
makc |
- Unbreak build by removing patches added in the previous commit. The port
has been updated already and builds fine with boost-1.48.0 [1]
- While here, add _build suffix for some Qt4 components to avoid
run dependency on them. I've bumped PORTREVISION in the previous commit
so no changes this time.
Reported by: pav/pointyhat [1] |
1.8.0_2 16 May 2012 16:09:15 |
makc |
Add patches to fix build with boost-1.48.0
PR: ports/156253
Submitted by: Alexander Churanov
Approved by: portmgr (linimon) |
1.8.0_1 15 Mar 2012 12:39:16 |
gahr |
- Add a patch to fix a missing implementation of a RIB API function, the
patch has been posted to the upstream tracker at
http://sf.net/tracker/?func=detail&atid=383970&aid=3505124&group_id=25264
- Bump PORTREVISION
Feature safe: yes |
1.8.0 08 Mar 2012 07:59:06 |
gahr |
- Update to 1.8.0
Release notes: http://www.aqsis.org/2012/02/aqsis-180-released.html |
1.6.0_3 14 Nov 2011 03:26:46 |
rakuco |
Remove CMAKE_USE_PTHREAD from the ports using it.
This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.
Approved by: avilla (mentor), portmgr (miwi)
Feature safe: yes |
1.6.0_3 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
1.6.0_3 01 Apr 2010 15:23:38 |
gahr |
- Fix dependency on fltk, now that fltk-threads is gone
Reported by: itetcu |
1.6.0_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.6.0_1 12 Mar 2010 09:09:23 |
gahr |
- Restore previous BUILD_DEPENDS and LIB_DEPENDS lines.
Previous commit was nonsense, wrt depends.
Reported by: QAT |
1.6.0_1 12 Mar 2010 08:38:23 |
gahr |
- Use the new CMAKE_OUTSOURCE feature
- Move fltk-threads from BUILD_DEPENDS to LIB_DEPENDS |
1.6.0_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.6.0 20 Jan 2010 17:05:33 |
pav |
- Mark BROKEN on 6.x
Reported by: pointyhat |
1.6.0 03 Jan 2010 12:23:15 |
gahr |
- Update to 1.6.0
- Unbreak on sparc64
- Fix build on i386 and amd64 [1]
Reported by: PH via miwi, pav [1] |
1.4.2_1 29 Dec 2009 13:50:46 |
pav |
- Fix build with 1.41 |
1.4.2_1 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
1.4.2_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 |
1.4.2 28 Jul 2009 11:45:09 |
pav |
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer) |
1.4.2 02 Apr 2009 21:57:50 |
gahr |
- Update to 1.4.2
- Prepare for upcoming boost 1.37.0 [1]
PR: 132833 [1]
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> |
1.4.1_1 24 Mar 2009 19:13:32 |
makc |
bump PORTREVISION after cmake update |
1.4.1 10 Dec 2008 07:35:19 |
linimon |
Mark as broken on sparc64.
Hat: portmgr |
1.4.1 22 Oct 2008 23:44:03 |
gahr |
- Fix build on sparc64 |
1.4.1 24 Sep 2008 14:33:42 |
gahr |
- Update to 1.4.1 |
1.4.0 21 Aug 2008 18:44:49 |
gahr |
- Fix website address in pkg-descr WWW line
Reported by: Rusty Nejdl <rnejdl@ringofsaturn.com> (via private email) |
1.4.0 21 Aug 2008 17:37:26 |
gahr |
- Update to 1.4.0 |
1.2.0_2 21 Feb 2008 21:20:01 |
gahr |
My reference e-mail address as a ports maintainer is now gahr@FreeBSD.org.
Approved by: miwi (mentor) |
1.2.0_2 14 Dec 2007 19:08:25 |
miwi |
- Update to 1.2.0
- Fix build with gcc 4.2
- Pass maintainership to submitter
PR: 118681
Submitted by: Pietro Cerutti <gahr@gahr.ch> |
1.0.1_2 17 Oct 2007 10:13:01 |
ade |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
1.0.1_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.0.1 21 Apr 2007 17:20:47 |
kris |
BROKEN on 7.0: Broken plist from objformat |
1.0.1 30 Mar 2007 04:16:51 |
kris |
Now appears to build on amd64 (assuming ia64 too) |
1.0.1 14 Aug 2006 23:06:39 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
1.0.1 07 May 2006 23:46:33 |
edwin |
Remove USE_REINPLACE for categories starting with a G |
1.0.1 26 Nov 2005 01:48:16 |
pav |
- Add SHA256 |
1.0.1 02 Nov 2005 00:40:52 |
pav |
- Update to 1.0.1
PR: ports/88345
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.0.0_1 10 Jul 2005 19:04:29 |
oliver |
mark BROKEN on ia64
Noted by: pointyhat via kris |
1.0.0_1 11 Jun 2005 11:22:27 |
oliver |
install static libraries since at least graphics/ayam need them
bump PORTREVISION |
1.0.0 09 Jun 2005 18:18:03 |
oliver |
fix build on 4
Noted by: pointyhat via kris |
1.0.0 09 Jun 2005 18:14:16 |
oliver |
fix build on 4
Noted by: pointyhat via kris |
1.0.0 01 Jun 2005 19:56:04 |
oliver |
change the libtool version to use from 1.3 to 1.5 |
1.0.0 10 Apr 2005 14:41:30 |
leeym |
- Update ports/graphics/aqsis to 1.0.0
PR: 79741
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> |
0.9.2 31 Jan 2005 10:40:58 |
krion |
BROKEN on amd64: Does not compile on amd64 (needs -fPIC) |
0.9.2 30 Sep 2004 05:32:00 |
kris |
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr |
0.9.2 18 Aug 2004 18:20:35 |
krion |
Update to version 0.9.2
PR: ports/70629
Submitted by: Ports Fury |
0.9.1 09 Aug 2004 08:17:50 |
vs |
Unbreak:
- LIBTOOLize
- USE_GCC=3.3 on 4.X
- pet portlint
Closes PR: ports/70099
Submitted by: "Daniela" |
0.9.1 05 May 2004 03:16:45 |
ijliao |
add missing depends
Noticed by: bento via kris |
0.9.1 12 Apr 2004 09:44:31 |
ijliao |
upgrade to 0.9.1 |
0.8.0_2 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.8.0_1 31 Jan 2004 00:10:44 |
arved |
Fix build on AMD64 |
0.8.0_1 30 Jan 2004 11:45:27 |
kris |
Fix plist and bump PORTREVISION |
0.8.0 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.8.0 01 Oct 2003 12:28:42 |
krion |
- Update to version 0.8.0
PR: 57356
Submitted by: Ports Fury |
0.6.6 20 Feb 2003 18:08:19 |
knu |
de-pkg-comment |
0.6.6 23 Sep 2002 11:52:16 |
knu |
devel/libargparse only installs a static library, so the dependency
can be described in LIB_DEPENDS. Use BUILD_DEPENDS instead.
Submitted by: bento |
0.6.6 13 Sep 2002 07:50:12 |
ijliao |
add aqsis 0.6.6
A photorealistic rendering system |