Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
24 Mar 2018 09:15:14
1.10.8_1
 |
madpilot  |
Import upstream patch to fix OSS (sound mixer) support.
While here, fix malformed line in patch causing build time warning.
Reported by: pong (via IRC)
Obtained
from: https://github.com/brndnmtthws/conky/commit/6b386589c0822bdaf5ed38d5f388cf902e0e749e |
09 Feb 2018 20:25:35
1.10.8
 |
madpilot  |
- Update conky to 1.10.8
- Remove local patch included upstream |
31 Jan 2018 12:46:44
1.10.7_1
 |
madpilot  |
Import upstream patch to fix runtime crash.
PR: 225523
Submitted by: Hatronmorus <ebirth@b0ss.net>
Obtained
from: https://github.com/brndnmtthws/conky/commit/562c7375883445acb58388ff16d9eb126b7e12a1 |
22 Jan 2018 19:19:58
1.10.7
 |
madpilot  |
Update conky to 1.10.7 |
02 Nov 2017 21:41:47
1.10.6_3
 |
olgeni  |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams. |
10 Sep 2017 20:55:39
1.10.6_3
 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
25 Jun 2017 21:07:58
1.10.6_2
 |
tcberner  |
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748 |
23 May 2017 05:03:16
1.10.6_2
 |
rezny  |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
01 Apr 2017 15:23:32
1.10.6_1
 |
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
04 Jan 2017 20:51:46
1.10.6
 |
linimon  |
Attempt to fix build on tier-2 archs.
Tested on: armv6
Submitted by: madpilot (maintainer) |
12 Dec 2016 09:58:04
1.10.6
 |
madpilot  |
- Update conky to 1.10.6
- Remove patch submitted upstream |
04 Oct 2016 20:07:15
1.10.5_1
 |
madpilot  |
Make conky try to get CPU temperature from more than just one sysctl.
PR: 210235
Submitted by: walter@pelissero.de |
04 Oct 2016 12:44:05
1.10.5
 |
madpilot  |
- Update to 1.10.5
- Remove patches which have been accepted upstream |
04 Oct 2016 12:42:27
1.10.4_2
 |
madpilot  |
Fix build by enforcing METAR option when XOAP option is enabled.
Reported by: pilot513 at gmail.com (via email)
MFH: 2016Q4 |
29 Sep 2016 15:57:41
1.10.4_2
 |
madpilot  |
Fix ${top name} configuration variable output.
Reported by: Szabolcs Grof <grof.szabolcs at gmail.com>
(via email, with patch) |
29 Sep 2016 14:31:29
1.10.4_1
 |
madpilot  |
Add dependency on libinotify and fix build when it is present.
Reported by: Walter Schwarzenfeld <w.schwarzenfeld at utanet.at>
(via email) |
28 Sep 2016 16:55:39
1.10.4
 |
madpilot  |
- Update conky and conky-awesome to 1.10.4
- Take maintainership [1]
- Options adapted to new version
- Removed LUA option since it's a mandatoory requirement now
- Use project own install target
- Fix installation of lua helper libraries
- Project moved to github
- in conky-awesome, properly use OPTIONS_EXCLUDE
PR: 212629
Submitted by: me
Approved by: ntarmos@ceid.upatras.gr (former maintainer) [1] |
26 Jul 2016 18:57:23
1.9.0_6
 |
pawel  |
Fix typo |
26 Jul 2016 18:40:21
1.9.0_6
 |
pawel  |
- Add explicit IMPLIES between dependencies and simplify option handling [1]
- Convert to USES=localbase
- Switch some options helpers from LIB_DEPENDS to USE=xorg and USE=gnome
PR: 210414 [1] (based on)
Submitted by: elferdo@gmail.com
Approved by: maintainer timeout |
19 Jul 2016 11:04:14
1.9.0_6
 |
mat  |
When there is a do-install target, do not use a post-install target, do
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight |
26 Apr 2016 11:32:21
1.9.0_6
 |
lme  |
- Fix battery percentage calculation and add support for ${battery_short} and
${battery_bar} [1]
- Remove a bogus __FreeBSD_kernel__ check in freebsd.c
- Re-gen patches with "make makepatch"
- Bump PORTREVISION
PR: 208651 [1]
Submitted by: Helge Oldach <freebsd@oldach.net>
Approved by: maintainer timeout (17 days)
MFH: 2016Q2 |
01 Apr 2016 14:25:18
1.9.0_5
 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
02 Dec 2015 15:45:19
1.9.0_5
 |
amdmi3  |
- Fix build with LUA_CAIRO or LUA_IMLIB2 enabled
PR: 204778
Submitted by: walkerd@pamandduncan.co.uk
Approved by: portmgr blanket
MFH: 2015Q4 (blanket) |
24 Apr 2015 22:02:32
1.9.0_5
 |
amdmi3  |
- Add CPE info
Approved by: portmgr blanket |
31 Aug 2014 19:40:09
1.9.0_5
 |
cs  |
Bump PORTREVISION following the last commit |
31 Aug 2014 19:38:57
1.9.0_4
 |
cs  |
Enable XFT option by default
PR: 192866
Submitted by: Jean-Sebastien Pedron
Approved by: Nikos Ntarmos (maintainer) |
26 May 2014 15:34:04
1.9.0_4
 |
bapt  |
Convert to USES=lua |
16 Apr 2014 18:28:50
1.9.0_4
 |
zeising  |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
28 Mar 2014 09:35:19
1.9.0_3
 |
jhale  |
- Add patch to fix diskio memory leak
- Bump PORTREVISION
While here:
- Convert USE_BZIP2 -> USES
PR: ports/181040
Submitted by: Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp>
Approved by: maintainer timeout (~8 months) |
30 Jan 2014 21:47:00
1.9.0_2
 |
pawel  |
Allow slave port to set it's own COMMENT |
30 Jan 2014 19:45:18
1.9.0_2
 |
pawel  |
- Add staging support and use option helpers [1]
- Remove leading article from COMMENT
- Convert USE_GMAKE to USES=gmake
- Convert to new LIB_DEPENDS format
- Remove tab character from WWW: line
PR: ports/185302 [1] (based on)
Submitted by: Zsolt Udvari <udvzsolt@gmail.com>
Approved by: maintainer timeout |
20 Sep 2013 23:06:00
1.9.0_2
 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
11 Jul 2013 16:26:27
1.9.0_2
 |
sunpoet  |
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi |
27 Apr 2013 18:25:25
1.9.0_1
 |
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
23 Apr 2013 14:20:28
1.9.0_1
 |
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |
14 Feb 2013 21:00:12
1.9.0_1
 |
madpilot  |
- Convert to new options framework [1]
- Use USE_PKGCONFIG instead of USE_GNOME=pkgconfig [1]
- Remove ABI version numbers from LIB_DEPENDS [1]
- Trim Makefile headers on sysutils/conky-awesome [1]
- Update maintainer address [2]
- Add new options [2]
- Bump PORTREVISION [2]
PR: ports/176038 [1]
Submitted by: myself
Reviewed by: bapt [1]
Approved by: Nikos Ntarmos <ntarmos@ceid.upatras.gr> (maintainer) [2] |
10 Feb 2013 08:59:06
1.9.0
 |
miwi  |
- Add missing patch to fix the build on i386
Reported in: 175979 |
08 Feb 2013 07:12:51
1.9.0
 |
miwi  |
- Remove some empty patches. |
08 Feb 2013 07:11:06
1.9.0
 |
miwi  |
- Update to 1.9.0
PR: 168161
Submitted by: lbartoletti <coder@tuxfamily.org>
Lars Engels <lars.engels@0x20.net>
Approved by: maintainer |
08 Mar 2012 05:07:14
1.8.1_5
|
pgollucci  |
- Fix build with llvm/clang and other miscellanous compile issues
- Bump PORTREVISION
PR: ports/164893
Submitted by: Brandon Gooch <jamesbrandongooch@gmail.com> &
Nikos Ntarmos <ntarmos@ceid.upatras.gr> (maintainer) |
23 Sep 2011 22:26:39
1.8.1_4
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
12 Sep 2011 08:35:22
1.8.1_4
|
bapt  |
- BMPx has gone, remove the option from BMPx [1]
- while here remove CPPFLAGS from CONFIGURE_ENV
- default package unchange: no portrevision bump
Approved by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer) [1] |
28 Jul 2011 07:48:30
1.8.1_4
|
oliver  |
update audacious to 2.5.4
Bump PORTREVISION of affected ports |
04 Mar 2011 10:43:58
1.8.1_3
|
oliver  |
update audacious to 2.4.4 |
24 Feb 2011 23:38:28
1.8.1_2
|
miwi  |
- Update to 0.7.DrNo.
- Update WWW
- chase xmms2 shlib bump
PR: 144821
Submitted by: Guido Falsi <mad@madpilot.net> |
18 Dec 2010 21:38:33
1.8.1_1
|
makc  |
Explicitly disable ALSA support.
PR: ports/153186
Approved by: Nikos Ntarmos (maintainer) |
30 Oct 2010 11:43:47
1.8.1_1
|
makc  |
Fix crash
Remove md5 sum
PR: ports/151668
Submitted by: Nikos Ntarmos (maintainer) |
19 Oct 2010 01:12:53
1.8.1
|
pgollucci  |
- Update to 1.8.1
PR: ports/151351
Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> |
12 Jul 2010 03:15:52
1.8.0
|
miwi  |
- Update to 1.8.0
PR: 147795
Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer) |
19 Apr 2010 10:59:37
1.7.2_7
|
oliver  |
update audacious to 2.3
bump PORTREVISION on the affected ports |
03 Apr 2010 10:44:36
1.7.2_6
|
roam  |
Chase the ftp/curl shlib version bump. |
07 Mar 2010 13:03:42
1.7.2_5
|
dhn  |
- Add support for Weather reports and apcupsd status
PR: ports/143457
Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer) |
28 Jan 2010 01:59:35
1.7.2_4
|
amdmi3  |
- Support reporting per-core CPU load statistics
PR: 142577
Submitted by: Ivan Klymenko <fidaj@ukr.net>
Approved by: maintainer timeout |
18 Dec 2009 20:14:35
1.7.2_3
|
pav  |
- Add RSS, LUA_CAIRO and LUA_IMLIB2 options
PR: ports/141176
Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer) |
02 Dec 2009 17:31:04
1.7.2_2
|
oliver  |
update audacious to 2.2
bump portrevisions on dependent ports
mark audacious-crossfade BROKEN since it is no longer compatible with audacious |
20 Nov 2009 16:14:12
1.7.2_1
|
miwi  |
- Fix build with BMPX
PR: 139057
Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer) |
18 Sep 2009 19:49:25
1.7.2
|
miwi  |
- Chase audio/xmms2 shlib bump
PR: 138936
Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com>
Feature safe: yes |
17 Sep 2009 19:03:46
1.7.2
|
miwi  |
- Update to 1.7.2
PR: 138215 (based on)
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Approved by: maintainer
Feature safe: yes |
22 Aug 2009 00:35:32
1.7.1.1_2  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
26 Jul 2009 06:15:17
1.7.1.1_2
|
oliver  |
update audacious to 2.1
bump portrevision on dependant ports |
17 Jun 2009 17:29:41
1.7.1.1_1
|
pav  |
- Hide irrelevant options from awesome slave, and fix his install
Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer) |
13 Jun 2009 23:47:55
1.7.1.1
|
miwi  |
- Update to 1.7.1.1
PR: 135368
Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer) |
21 May 2009 07:47:01
1.7.0_1
|
oliver  |
update audacious to 2.0.1
bump portrevision on dependant ports |
03 May 2009 18:18:27
1.7.0
|
makc  |
Update to 1.7.0
PR: 134184
Submitted by: Nikos Ntarmos (maintainer) |
25 Mar 2009 17:45:33
1.6.1_1
|
novel  |
Pass maintainership to Nikos Ntarmos who kindly agreed to look for this port. |
09 Oct 2008 18:41:15
1.6.1_1
|
novel  |
Fix audacious support.
PR: 126003
Submitted by: "Andrew J. Caines" <A.J.Caines@halplant.com> |
19 Aug 2008 18:06:16
1.6.1
|
novel  |
Update to 1.6.1. |
07 Jul 2008 21:57:58
1.5.1
|
pav  |
- Chase xmmsclient shlib bump
Pointy hat to: alexbl |
03 Jun 2008 22:03:31
1.5.1
|
pav  |
- Update to 1.5.1
Submitted by: adamw
Approved by: maintainer (novel) |
25 May 2008 17:20:54
1.4.9_1
|
marcus  |
Add sysutils/conky-awesome after a repocopy from sysutils/conky.
Conky-awesome is the conky X-based system monitor ported to the awesome
window manager.
Submitted by: adamw
Conky diffs approved by: novel |
24 Apr 2008 05:46:05
1.4.9_1
|
novel  |
Chase audio/xmms2 shlib version bump.
PR: 123024
Submitted by: Amaury Gauthier <amauryamaury@gmail.com> |
19 Apr 2008 17:56:05
1.4.9_1  |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
14 Apr 2008 10:45:25
1.4.9_1
|
novel  |
Comment out WITHOUT_OWN_WINDOW knob since it's broken in this version. It's
expected to be fixed in future versions though.
Reported by: Keith Gaughan <keith.gaughan@gmail.com> |
24 Mar 2008 23:21:25
1.4.9_1
|
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
21 Jan 2008 09:06:57
1.4.9
|
novel  |
Add WITH_XMMS2 knob which enables xmms2 support (off by default).
Submitted by: Amaury <amauryamaury@gmail.com> (with minor changes) |
20 Dec 2007 17:29:31
1.4.9
|
novel  |
- Update to 1.4.9 [1]
- Fix typo in configure argument: s/widnow/window/ [2]
PR: 118521 [1]
Submitted by: "Andrew J. Caines" <A.J.Caines@halplant.com> [1]
Peter Klett <peter@netkey.at> [2] |
28 Oct 2007 17:34:20
1.4.8
|
novel  |
- Update to 1.4.8
- Chase multimedia/audacious shlib version bump |
04 Oct 2007 06:10:15
1.4.7
|
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
02 Sep 2007 05:46:04
1.4.6
|
novel  |
Update to 1.4.7. |
22 Aug 2007 16:37:44
1.4.6
|
novel  |
Really fix build on i386.
XXXL size pointy hat to: novel |
21 Aug 2007 18:31:59
1.4.6
|
novel  |
Fix build on i386.
PR: 115642
Submitted by: Barbara <barbara.xxx1975@libero.it> |
20 Aug 2007 06:52:59
1.4.6
|
novel  |
Update to 1.4.6. |
19 May 2007 20:32:57
1.4.5_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
14 Apr 2007 16:28:37
1.4.5
|
novel  |
An attempt to fix build on sparc64.
Reported by: pointyhat via kris |
24 Dec 2006 09:05:41
1.4.5
|
novel  |
Update to 1.4.5. |
04 Dec 2006 05:24:44
1.4.4
|
novel  |
Respect X11BASE.
Submitted by: rafan
Reported by: pointyhat via kris |
03 Dec 2006 18:39:23
1.4.4
|
novel  |
Fix ${freq} and ${freq_g} variables.
PR: ports/106261
Submitted by: Karsten Rothemund <karsten@photor.de>
Obtained from: conky svn |
13 Nov 2006 13:13:30
1.4.4
|
novel  |
- Update to 1.4.4
- Mention 'WITH_AUDACIOUS' knob in the options summary |
12 Nov 2006 13:52:38
1.4.3
|
novel  |
Update to 1.4.3. |
14 Oct 2006 08:54:54
1.4.2_2
|
marcus  |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris) |
11 Aug 2006 17:18:58
1.4.2_1
|
novel  |
Add WITHOUT_SETI knob. |
24 May 2006 04:19:58
1.4.2_1
|
novel  |
- Fix bmpx dependency
- Fix CPU frequency displaying [1]
Reported by: Karsten Rothemund <photor@photor.de> [1] |
22 May 2006 17:01:14
1.4.2
|
novel  |
- Update to 1.4.2
- Replace BROKEN with IGNORE since it's not going to be supported on 4.x
ever |
13 May 2006 04:15:53
1.4.1
|
edwin  |
Remove USE_REINPLACE from all categories starting with S |
15 Mar 2006 12:55:18
1.4.1
|
novel  |
Update to 1.4.1. |
13 Feb 2006 17:45:17
1.4.0
|
novel  |
Update to 1.4.0. |
01 Feb 2006 06:02:58
1.3.5
|
novel  |
Fix dbus dependency. |
07 Jan 2006 11:20:19
1.3.5
|
novel  |
FIx build without xft support.
Reported by: pointyhat via kris |
02 Jan 2006 08:20:33
1.3.5
|
novel  |
Update to 1.3.5. |
08 Dec 2005 13:42:17
1.3.4
|
novel  |
Fix build on arches other than i386.
Reported by: pointyhat via kris |