non port: sysutils/conky/Makefile |
SVNWeb
|
Number of commits found: 143 (showing only 100 on this page) |
Wed, 16 Aug 2023
|
[ 06:47 Guido Falsi (madpilot) ] daedb11
sysutils/conky: Update to 1.19.4
|
Thu, 10 Aug 2023
|
[ 14:37 Guido Falsi (madpilot) ] 43a7684
sysutils/conky: Fix order of some variables
Correct ordering of variable to adhere to common practices.
Reported by: portclippy
|
[ 14:36 Guido Falsi (madpilot) ] 57e07c6
sysutils/conky: Update to 1.19.3
- Update pkg-descr
- Remove unneeded option helpers
|
Tue, 27 Jun 2023
|
[ 19:34 Rene Ladan (rene) ] 3d9a815 (Only the first 10 of 4481 ports in this commit are shown above. )
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
|
Wed, 17 May 2023
|
[ 20:23 Guido Falsi (madpilot) ] ec60b2c
sysutils/conky: Update to 1.19.2
Add patch to fix build.
Patch submitted upstream: https://github.com/brndnmtthws/conky/pull/1539
|
Tue, 11 Apr 2023
|
[ 11:21 Guido Falsi (madpilot) ] 84695bc
sysutils/conky: Update to 1.19.1
|
Fri, 31 Mar 2023
|
[ 23:42 Guido Falsi (madpilot) ] 6f1d758
sysutils/conky: Update to 1.19.0
|
Sat, 25 Mar 2023
|
[ 09:27 Guido Falsi (madpilot) ] 84ce119
sysutils/conky: Update to 1.18.3
- Upstream now requires lua 3.5.x unconditionally
- While here run portfmt(1)
PR: 270397
|
Sat, 18 Feb 2023
|
[ 23:12 Guido Falsi (madpilot) ] 5ed62a0
sysutils/conky: Update to 1.18.0
|
Sun, 1 Jan 2023
|
[ 20:57 Guido Falsi (madpilot) ] aafbcf0
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
|
Wed, 28 Dec 2022
|
[ 10:27 Jan Beich (jbeich) ] f455d18
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
|
Tue, 27 Dec 2022
|
[ 14:35 Jan Beich (jbeich) ] cbe413c
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)
|
Mon, 26 Dec 2022
|
[ 22:23 Guido Falsi (madpilot) ] 481978c
sysutils/conky: Update to 1.16.1
- Project now uses ninja
|
Mon, 17 Oct 2022
|
[ 08:13 Guido Falsi (madpilot) ] 0373037
sysutils/conky: Update to 1.15.0
- Sort option helpers
- Remove REINPLACE_CMD duplicating patch file
- Remove patch merged upstream
|
Fri, 14 Oct 2022
|
[ 20:26 Guido Falsi (madpilot) ] e880a19
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
|
Thu, 13 Oct 2022
|
[ 18:22 Guido Falsi (madpilot) ] cf75f45
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.
|
Tue, 20 Sep 2022
|
[ 13:24 Guido Falsi (madpilot) ] 26ddb16
sysutils/conky: Update to 1.13.1
- Remove option referencing removed xmms2 port
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] ea71236 (Only the first 10 of 972 ports in this commit are shown above. )
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 )
|
Fri, 29 Oct 2021
|
[ 09:50 Stefan Eßer (se) ] 819f25b (Only the first 10 of 388 ports in this commit are shown above. )
*/*: 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)
|
Sun, 25 Apr 2021
|
[ 16:15 Guido Falsi (madpilot) ] bf677a3
sysutils/conky: update to 1.12.2
|
[ 08:51 Guido Falsi (madpilot) ] 9b1daa8
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>
|
Sat, 24 Apr 2021
|
[ 16:05 Guido Falsi (madpilot) ] 1409033
sysutils/conky: Allow lua 5.3 too, it's supported.
Reported by: Joachim Moskalewski <moskalewski@jmos.net>
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 2 Mar 2021
|
[ 21:51 madpilot ]
Update conky to 1.12.1
|
Mon, 9 Nov 2020
|
[ 17:08 tcberner ] (Only the first 10 of 114 ports in this commit are shown above. )
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
|
Mon, 27 Jul 2020
|
[ 21:59 madpilot ]
- Update conky to 1.11.6
- Remove patch now included upstream
|
Mon, 8 Jun 2020
|
[ 04:41 kevans ] (Only the first 10 of 29 ports in this commit are shown above. )
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 )
|
Thu, 9 Jan 2020
|
[ 14:16 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
|
Thu, 7 Nov 2019
|
[ 20:20 zeising ] (Only the first 10 of 70 ports in this commit are shown above. )
Sprinkle more USES=xorg
|
[ 18:41 zeising ] (Only the first 10 of 16 ports in this commit are shown above. )
Add USES=xorg and USES=gl
Add USES=xorg and USES=gl to a few remaining ports.
|
Sun, 1 Sep 2019
|
[ 19:23 madpilot ]
Fix document generation.
PR: 240244
Submitted by: James Stark <james.e.stark@gmail.com>
MFH: 2019Q3
|
Wed, 14 Aug 2019
|
[ 20:42 madpilot ]
Update conky to 1.11.5
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Tue, 25 Jun 2019
|
[ 07:59 madpilot ]
Update conky to 1.11.4
|
Sun, 21 Apr 2019
|
[ 22:46 madpilot ]
- Allow building with lua 5.2
- Make LUA_CAIRO option default to on
Suggested by: lme
|
Fri, 8 Mar 2019
|
[ 02:15 linimon ]
Fix build on non-x86 archs by disabling apm.
Approved by: portmgr (tier-2 blanket)
|
Sun, 24 Feb 2019
|
[ 11:33 madpilot ]
- Upgrade conky to 1.11.3
- Remove patches included upstream
|
Mon, 14 Jan 2019
|
[ 13:51 madpilot ]
Import upstream patch in conky.
Obtained
from: https://github.com/brndnmtthws/conky/commit/298eb76434cc2a62c76df706ff01ccd9c77a4681
https://github.com/brndnmtthws/conky/commit/1fc2b17eb5c93ea7d0c00e6e7448fc9bc69aa276
|
Fri, 11 Jan 2019
|
[ 19:46 madpilot ]
Update conky to 1.11.2
New version uses an embedded version of toloa++ and drops support
for lua 5.1
|
Mon, 7 Jan 2019
|
[ 23:27 madpilot ]
- Update conky to 1.11.1
- Silence some portlint warnings
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
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
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
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
|
Sat, 24 Mar 2018
|
[ 09:15 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
|
Fri, 9 Feb 2018
|
[ 20:25 madpilot ]
- Update conky to 1.10.8
- Remove local patch included upstream
|
Wed, 31 Jan 2018
|
[ 12:46 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
|
Mon, 22 Jan 2018
|
[ 19:19 madpilot ]
Update conky to 1.10.7
|
Thu, 2 Nov 2017
|
[ 21:41 olgeni ] (Only the first 10 of 108 ports in this commit are shown above. )
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
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
|
Sun, 25 Jun 2017
|
[ 21:07 tcberner ] (Only the first 10 of 115 ports in this commit are shown above. )
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
|
Tue, 23 May 2017
|
[ 05:03 rezny ] (Only the first 10 of 711 ports in this commit are shown above. )
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
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
|
Mon, 12 Dec 2016
|
[ 09:58 madpilot ]
- Update conky to 1.10.6
- Remove patch submitted upstream
|
Tue, 4 Oct 2016
|
[ 20:07 madpilot ]
Make conky try to get CPU temperature from more than just one sysctl.
PR: 210235
Submitted by: walter@pelissero.de
|
[ 12:44 madpilot ]
- Update to 1.10.5
- Remove patches which have been accepted upstream
|
[ 12:42 madpilot ]
Fix build by enforcing METAR option when XOAP option is enabled.
Reported by: pilot513 at gmail.com (via email)
MFH: 2016Q4
|
Thu, 29 Sep 2016
|
[ 15:57 madpilot ]
Fix ${top name} configuration variable output.
Reported by: Szabolcs Grof <grof.szabolcs at gmail.com>
(via email, with patch)
|
[ 14:31 madpilot ]
Add dependency on libinotify and fix build when it is present.
Reported by: Walter Schwarzenfeld <w.schwarzenfeld at utanet.at>
(via email)
|
Wed, 28 Sep 2016
|
[ 16:55 madpilot ] (Only the first 10 of 21 ports in this commit are shown above. )
- 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]
|
Tue, 26 Jul 2016
|
[ 18:57 pawel ]
Fix typo
|
[ 18:40 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
|
Tue, 19 Jul 2016
|
[ 11:04 mat ] (Only the first 10 of 174 ports in this commit are shown above. )
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
|
Tue, 26 Apr 2016
|
[ 11:32 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
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 2 Dec 2015
|
[ 15:45 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)
|
Fri, 24 Apr 2015
|
[ 22:02 amdmi3 ]
- Add CPE info
Approved by: portmgr blanket
|
Sun, 31 Aug 2014
|
[ 19:40 cs ]
Bump PORTREVISION following the last commit
|
[ 19:38 cs ]
Enable XFT option by default
PR: 192866
Submitted by: Jean-Sebastien Pedron
Approved by: Nikos Ntarmos (maintainer)
|
Mon, 26 May 2014
|
[ 15:34 bapt ]
Convert to USES=lua
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
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 )
|
Fri, 28 Mar 2014
|
[ 09:35 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)
|
Thu, 30 Jan 2014
|
[ 21:47 pawel ]
Allow slave port to set it's own COMMENT
|
[ 19:45 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
|
Fri, 20 Sep 2013
|
[ 23:06 bapt ] (Only the first 10 of 1053 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
|
Thu, 11 Jul 2013
|
[ 16:26 sunpoet ] (Only the first 10 of 252 ports in this commit are shown above. )
- 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
|
Sat, 27 Apr 2013
|
[ 18:25 mva ] (Only the first 10 of 181 ports in this commit are shown above. )
- 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
|
Tue, 23 Apr 2013
|
[ 14:20 bapt ] (Only the first 10 of 407 ports in this commit are shown above. )
Finish converting the whole ports tree to USES=pkgconfig
|
Thu, 14 Feb 2013
|
[ 21:00 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]
|
Fri, 8 Feb 2013
|
[ 07:11 miwi ]
- Update to 1.9.0
PR: 168161
Submitted by: lbartoletti <coder@tuxfamily.org>
Lars Engels <lars.engels@0x20.net>
Approved by: maintainer
|
Thu, 8 Mar 2012
|
[ 05:07 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)
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Mon, 12 Sep 2011
|
[ 08:35 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]
|
Thu, 28 Jul 2011
|
[ 07:48 oliver ] (Only the first 10 of 12 ports in this commit are shown above. )
update audacious to 2.5.4
Bump PORTREVISION of affected ports
|
Fri, 4 Mar 2011
|
[ 10:43 oliver ] (Only the first 10 of 12 ports in this commit are shown above. )
update audacious to 2.4.4
|
Thu, 24 Feb 2011
|
[ 23:38 miwi ] (Only the first 10 of 17 ports in this commit are shown above. )
- Update to 0.7.DrNo.
- Update WWW
- chase xmms2 shlib bump
PR: 144821
Submitted by: Guido Falsi <mad@madpilot.net>
|
Sat, 18 Dec 2010
|
[ 21:38 makc ]
Explicitly disable ALSA support.
PR: ports/153186
Approved by: Nikos Ntarmos (maintainer)
|
Sat, 30 Oct 2010
|
[ 11:43 makc ]
Fix crash
Remove md5 sum
PR: ports/151668
Submitted by: Nikos Ntarmos (maintainer)
|
Tue, 19 Oct 2010
|
[ 01:12 pgollucci ] (Only the first 10 of 44 ports in this commit are shown above. )
- Update to 1.8.1
PR: ports/151351
Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr>
|
Mon, 12 Jul 2010
|
[ 03:15 miwi ] (Only the first 10 of 44 ports in this commit are shown above. )
- Update to 1.8.0
PR: 147795
Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer)
|
Mon, 19 Apr 2010
|
[ 10:59 oliver ] (Only the first 10 of 15 ports in this commit are shown above. )
update audacious to 2.3
bump PORTREVISION on the affected ports
|
Sat, 3 Apr 2010
|
[ 10:44 roam ] (Only the first 10 of 202 ports in this commit are shown above. )
Chase the ftp/curl shlib version bump.
|
Sun, 7 Mar 2010
|
[ 13:03 dhn ]
- Add support for Weather reports and apcupsd status
PR: ports/143457
Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer)
|
Thu, 28 Jan 2010
|
[ 01:59 amdmi3 ]
- Support reporting per-core CPU load statistics
PR: 142577
Submitted by: Ivan Klymenko <fidaj@ukr.net>
Approved by: maintainer timeout
|
Fri, 18 Dec 2009
|
[ 20:14 pav ]
- Add RSS, LUA_CAIRO and LUA_IMLIB2 options
PR: ports/141176
Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer)
|
Wed, 2 Dec 2009
|
[ 17:31 oliver ] (Only the first 10 of 15 ports in this commit are shown above. )
update audacious to 2.2
bump portrevisions on dependent ports
mark audacious-crossfade BROKEN since it is no longer compatible with audacious
|
Fri, 20 Nov 2009
|
[ 16:14 miwi ]
- Fix build with BMPX
PR: 139057
Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer)
|
Fri, 18 Sep 2009
|
[ 19:49 miwi ]
- Chase audio/xmms2 shlib bump
PR: 138936
Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com>
Feature safe: yes
|
Thu, 17 Sep 2009
|
[ 19:03 miwi ]
- Update to 1.7.2
PR: 138215 (based on)
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Approved by: maintainer
Feature safe: yes
|
Sat, 22 Aug 2009
|
[ 00:35 amdmi3 ] (Only the first 10 of 349 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
|
Sun, 26 Jul 2009
|
[ 06:15 oliver ] (Only the first 10 of 16 ports in this commit are shown above. )
update audacious to 2.1
bump portrevision on dependant ports
|
Number of commits found: 143 (showing only 100 on this page) |