Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.18.0 18 Feb 2023 23:12:20
    |
Guido Falsi (madpilot)  |
sysutils/conky: Update to 1.18.0 |
1.17.0 01 Jan 2023 20:57:00
    |
Guido Falsi (madpilot)  |
sysutils/conky: Update to 1.17.0
- Remove upstreamed patch [1]
- Add MOUSE_EVENTS option (enabled by default) to control new
upstream feature
[1] https://github.com/brndnmtthws/conky/pull/1349 |
1.16.1_2 28 Dec 2022 10:27:30
    |
Jan Beich (jbeich)  |
sysutils/conky-awesome: disable WAYLAND like X11 after cbe413ca7749
This is a headless package, used via a client pipe by x11-wm/awesome.
PR: 268597 |
1.16.1_1 27 Dec 2022 14:35:56
    |
Jan Beich (jbeich)  |
sysutils/conky: enable Wayland support after 481978c0272e
See out_to_wayland in conky(1) manpage or
$ fgrep -A3 wayland /usr/local/share/doc/conky/config_settings.yaml
- name: out_to_wayland
desc: |-
Open a Wayland window to display output.
default: no
PR: 268597
Inspired by: Alpine Linux
Approved by: madpilot (maintainer) |
1.16.1 26 Dec 2022 22:23:51
    |
Guido Falsi (madpilot)  |
sysutils/conky: Update to 1.16.1
- Project now uses ninja |
1.15.0 17 Oct 2022 08:13:06
    |
Guido Falsi (madpilot)  |
sysutils/conky: Update to 1.15.0
- Sort option helpers
- Remove REINPLACE_CMD duplicating patch file
- Remove patch merged upstream |
1.14.0 14 Oct 2022 20:26:35
    |
Guido Falsi (madpilot)  |
sysutils/conky: Add MANPAGES option (on by default)
Since 1.14.0 conky uses python and pandoc to generate its man page.
These make building the whole bunch quite expensive, so add a MANPAGE
option to allow disabling building the man page and wrap in it the
heavy dependencies.
While here:
- Remove some old unneeded reinplace expressions
- Fix one reinplace expression which was not doing what it was meant
to
Suggested by: dmgk |
1.14.0 13 Oct 2022 18:22:58
    |
Guido Falsi (madpilot)  |
sysutils/conky: Update to 1.14.0
- Add patch implementing missing function for FreeBSD, already
proposed upstream: https://github.com/brndnmtthws/conky/pull/1252
- Updated dependencies, upstream changed its documentation build
method
Old html documentation has been removed, the information is now
encoded in yaml files.
Upstream code does not provide a method to automatically produce
human readable documentation from the yaml files, so I install those
directly in PORTDOCS. |
1.13.1 20 Sep 2022 13:24:34
    |
Guido Falsi (madpilot)  |
sysutils/conky: Update to 1.13.1
- Remove option referencing removed xmms2 port |
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) |
1.12.2 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 ) |
1.12.2 20 Jul 2022 14:23:05
    |
Tobias C. Berner (tcberner)  |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.12.2 29 Oct 2021 09:50:18
    |
Stefan Eßer (se)  |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
1.12.2 25 Apr 2021 16:15:14
    |
Guido Falsi (madpilot)  |
sysutils/conky: update to 1.12.2 |
1.12.1 25 Apr 2021 08:51:18
    |
Guido Falsi (madpilot)  |
sysutils/conky: Force linking against correct LUA
When multiple LUA versions are present conky could link against
version 5.3 but register dependency against version 5.2.
Try to force conky build system to actually link against the desired
version of the library.
Reported by: Joachim Moskalewski <moskalewski@jmos.net> |
1.12.1 24 Apr 2021 16:05:43
    |
Guido Falsi (madpilot)  |
sysutils/conky: Allow lua 5.3 too, it's supported.
Reported by: Joachim Moskalewski <moskalewski@jmos.net> |
1.12.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.12.1 02 Mar 2021 21:51:47
  |
madpilot  |
Update conky to 1.12.1 |
1.11.6_1 09 Jan 2021 16:43:49
  |
madpilot  |
Fix conky build on head after commit a21def4d568f which removed the
wi driver.
The code actually depending on this include is already disabled by
#if 0, so there is no functional change. |
1.11.6_1 09 Nov 2020 17:08:12
  |
tcberner  |
Prefer graphics/ligvrsvg2-rust over graphics/librsvg2
- switch to the more modern version of librsvg2 on architectures
supporting rust
- this will fix some graphical issues on these architectures
PR: 250276
Exp-run by: antoine
Submitted by: tobik
Differential Revision: https://reviews.freebsd.org/D18878 |
1.11.6 27 Jul 2020 21:59:59
  |
madpilot  |
- Update conky to 1.11.6
- Remove patch now included upstream |
1.11.5_3 08 Jun 2020 04:41:31
  |
kevans  |
Multiple ports: improve regex compliance
These changes largely fall into just two categories:
1. Need textproc/gsed for GNU extensions
2. Extraneous escapes that can go away
For #1, there's a further subdivision into those that require autoconf magic
and those that can get away with BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed.
-CURRENT will soon gain GNU extensions, but these will take longer to get to
all supported releases; we must switch them to gsed to ensure we're actually
properly building them as intended.
For #2, I've fixed these as I can and we should upstream these fixes.
(Only the first 15 lines of the commit message are shown above ) |
1.11.5_2 09 Jan 2020 14:16:30
  |
madpilot  |
Fix if_mounted and if_running variables
PR: 243088
Submitted by: Helge Oldach <freebsd@oldach.net>
Obtained from: https://github.com/brndnmtthws/conky/pull/924 |
1.11.5_1 07 Nov 2019 20:20:00
  |
zeising  |
Sprinkle more USES=xorg |
1.11.5_1 07 Nov 2019 18:41:56
  |
zeising  |
Add USES=xorg and USES=gl
Add USES=xorg and USES=gl to a few remaining ports. |
1.11.5_1 01 Sep 2019 19:23:54
  |
madpilot  |
Fix document generation.
PR: 240244
Submitted by: James Stark <james.e.stark@gmail.com>
MFH: 2019Q3 |
1.11.5 14 Aug 2019 20:42:02
  |
madpilot  |
Update conky to 1.11.5 |
1.11.4_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 |
1.11.4 25 Jun 2019 07:59:08
  |
madpilot  |
Update conky to 1.11.4 |
1.11.3_1 21 Apr 2019 22:46:36
  |
madpilot  |
- Allow building with lua 5.2
- Make LUA_CAIRO option default to on
Suggested by: lme |
1.11.3 08 Mar 2019 02:15:50
  |
linimon  |
Fix build on non-x86 archs by disabling apm.
Approved by: portmgr (tier-2 blanket) |
1.11.3 24 Feb 2019 11:33:32
  |
madpilot  |
- Upgrade conky to 1.11.3
- Remove patches included upstream |
1.11.2_1 14 Jan 2019 13:51:49
  |
madpilot  |
Import upstream patch in conky.
Obtained
from: https://github.com/brndnmtthws/conky/commit/298eb76434cc2a62c76df706ff01ccd9c77a4681
https://github.com/brndnmtthws/conky/commit/1fc2b17eb5c93ea7d0c00e6e7448fc9bc69aa276 |
1.11.2 11 Jan 2019 19:46:22
  |
madpilot  |
Update conky to 1.11.2
New version uses an embedded version of toloa++ and drops support
for lua 5.1 |
1.11.1 07 Jan 2019 23:27:11
  |
madpilot  |
- Update conky to 1.11.1
- Silence some portlint warnings |
1.10.8_3 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.10.8_2 29 Nov 2018 10:33:29
  |
madpilot  |
Fix build with GCC-based architectures.
Fix changes the name of a variable to avoid clash with a function
name defined in an include file used by GCC.
PR: 233616
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
1.10.8_2 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.10.8_1 24 Mar 2018 09:15:14
  |
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 |
1.10.8 09 Feb 2018 20:25:35
  |
madpilot  |
- Update conky to 1.10.8
- Remove local patch included upstream |
1.10.7_1 31 Jan 2018 12:46:44
  |
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 |
1.10.7 22 Jan 2018 19:19:58
  |
madpilot  |
Update conky to 1.10.7 |
1.10.6_3 02 Nov 2017 21:41:47
  |
olgeni  |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams. |
1.10.6_3 10 Sep 2017 20:55:39
  |
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 |
1.10.6_2 25 Jun 2017 21:07:58
  |
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 |
1.10.6_2 23 May 2017 05:03:16
  |
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 |
1.10.6_1 01 Apr 2017 15:23:32
  |
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 |
1.10.6 04 Jan 2017 20:51:46
  |
linimon  |
Attempt to fix build on tier-2 archs.
Tested on: armv6
Submitted by: madpilot (maintainer) |
1.10.6 12 Dec 2016 09:58:04
  |
madpilot  |
- Update conky to 1.10.6
- Remove patch submitted upstream |
1.10.5_1 04 Oct 2016 20:07:15
  |
madpilot  |
Make conky try to get CPU temperature from more than just one sysctl.
PR: 210235
Submitted by: walter@pelissero.de |
1.10.5 04 Oct 2016 12:44:05
  |
madpilot  |
- Update to 1.10.5
- Remove patches which have been accepted upstream |
1.10.4_2 04 Oct 2016 12:42:27
  |
madpilot  |
Fix build by enforcing METAR option when XOAP option is enabled.
Reported by: pilot513 at gmail.com (via email)
MFH: 2016Q4 |
1.10.4_2 29 Sep 2016 15:57:41
  |
madpilot  |
Fix ${top name} configuration variable output.
Reported by: Szabolcs Grof <grof.szabolcs at gmail.com>
(via email, with patch) |
1.10.4_1 29 Sep 2016 14:31:29
  |
madpilot  |
Add dependency on libinotify and fix build when it is present.
Reported by: Walter Schwarzenfeld <w.schwarzenfeld at utanet.at>
(via email) |
1.10.4 28 Sep 2016 16:55:39
  |
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] |
1.9.0_6 26 Jul 2016 18:57:23
  |
pawel  |
Fix typo |
1.9.0_6 26 Jul 2016 18:40:21
  |
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 |
1.9.0_6 19 Jul 2016 11:04:14
  |
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 |
1.9.0_6 26 Apr 2016 11:32:21
  |
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 |
1.9.0_5 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.9.0_5 02 Dec 2015 15:45:19
  |
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) |
1.9.0_5 24 Apr 2015 22:02:32
  |
amdmi3  |
- Add CPE info
Approved by: portmgr blanket |
1.9.0_5 31 Aug 2014 19:40:09
  |
cs  |
Bump PORTREVISION following the last commit |
1.9.0_4 31 Aug 2014 19:38:57
  |
cs  |
Enable XFT option by default
PR: 192866
Submitted by: Jean-Sebastien Pedron
Approved by: Nikos Ntarmos (maintainer) |
1.9.0_4 26 May 2014 15:34:04
  |
bapt  |
Convert to USES=lua |
1.9.0_4 16 Apr 2014 18:28:50
  |
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 ) |
1.9.0_3 28 Mar 2014 09:35:19
  |
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) |
1.9.0_2 30 Jan 2014 21:47:00
  |
pawel  |
Allow slave port to set it's own COMMENT |
1.9.0_2 30 Jan 2014 19:45:18
  |
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 |
1.9.0_2 20 Sep 2013 23:06:00
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
1.9.0_2 11 Jul 2013 16:26:27
  |
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 |
1.9.0_1 27 Apr 2013 18:25:25
  |
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 |
1.9.0_1 23 Apr 2013 14:20:28
  |
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |
1.9.0_1 14 Feb 2013 21:00:12
  |
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] |
1.9.0 10 Feb 2013 08:59:06
  |
miwi  |
- Add missing patch to fix the build on i386
Reported in: 175979 |
1.9.0 08 Feb 2013 07:12:51
  |
miwi  |
- Remove some empty patches. |
1.9.0 08 Feb 2013 07:11:06
  |
miwi  |
- Update to 1.9.0
PR: 168161
Submitted by: lbartoletti <coder@tuxfamily.org>
Lars Engels <lars.engels@0x20.net>
Approved by: maintainer |
1.8.1_5 08 Mar 2012 05:07:14
 |
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) |
1.8.1_4 23 Sep 2011 22:26:39
 |
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 |
1.8.1_4 12 Sep 2011 08:35:22
 |
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] |
1.8.1_4 28 Jul 2011 07:48:30
 |
oliver  |
update audacious to 2.5.4
Bump PORTREVISION of affected ports |
1.8.1_3 04 Mar 2011 10:43:58
 |
oliver  |
update audacious to 2.4.4 |
1.8.1_2 24 Feb 2011 23:38:28
 |
miwi  |
- Update to 0.7.DrNo.
- Update WWW
- chase xmms2 shlib bump
PR: 144821
Submitted by: Guido Falsi <mad@madpilot.net> |
1.8.1_1 18 Dec 2010 21:38:33
 |
makc  |
Explicitly disable ALSA support.
PR: ports/153186
Approved by: Nikos Ntarmos (maintainer) |
1.8.1_1 30 Oct 2010 11:43:47
 |
makc  |
Fix crash
Remove md5 sum
PR: ports/151668
Submitted by: Nikos Ntarmos (maintainer) |
1.8.1 19 Oct 2010 01:12:53
 |
pgollucci  |
- Update to 1.8.1
PR: ports/151351
Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> |
1.8.0 12 Jul 2010 03:15:52
 |
miwi  |
- Update to 1.8.0
PR: 147795
Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer) |
1.7.2_7 19 Apr 2010 10:59:37
 |
oliver  |
update audacious to 2.3
bump PORTREVISION on the affected ports |
1.7.2_6 03 Apr 2010 10:44:36
 |
roam  |
Chase the ftp/curl shlib version bump. |
1.7.2_5 07 Mar 2010 13:03:42
 |
dhn  |
- Add support for Weather reports and apcupsd status
PR: ports/143457
Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer) |
1.7.2_4 28 Jan 2010 01:59:35
 |
amdmi3  |
- Support reporting per-core CPU load statistics
PR: 142577
Submitted by: Ivan Klymenko <fidaj@ukr.net>
Approved by: maintainer timeout |
1.7.2_3 18 Dec 2009 20:14:35
 |
pav  |
- Add RSS, LUA_CAIRO and LUA_IMLIB2 options
PR: ports/141176
Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer) |
1.7.2_2 02 Dec 2009 17:31:04
 |
oliver  |
update audacious to 2.2
bump portrevisions on dependent ports
mark audacious-crossfade BROKEN since it is no longer compatible with audacious |
1.7.2_1 20 Nov 2009 16:14:12
 |
miwi  |
- Fix build with BMPX
PR: 139057
Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer) |
1.7.2 18 Sep 2009 19:49:25
 |
miwi  |
- Chase audio/xmms2 shlib bump
PR: 138936
Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com>
Feature safe: yes |
1.7.2 17 Sep 2009 19:03:46
 |
miwi  |
- Update to 1.7.2
PR: 138215 (based on)
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Approved by: maintainer
Feature safe: yes |
1.7.1.1_2 22 Aug 2009 00:35:32
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
1.7.1.1_2 26 Jul 2009 06:15:17
 |
oliver  |
update audacious to 2.1
bump portrevision on dependant ports |
1.7.1.1_1 17 Jun 2009 17:29:41
 |
pav  |
- Hide irrelevant options from awesome slave, and fix his install
Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer) |
1.7.1.1 13 Jun 2009 23:47:55
 |
miwi  |
- Update to 1.7.1.1
PR: 135368
Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer) |