Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.5_2 04 Aug 2024 06:23:23 |
Zsolt Udvari (uzsolt) |
x11-wm/herbstluftwm: remove default autostart's patch
The autostart's patch doesn't work as expected. It will be simplier
to use bash-dependent autostart so removed this patch and add bash
to RUN_DEPENDS
(see https://forums.freebsd.org/threads/herbstluftwm-0-9-5.88019/).
The default autostart uses panel.sh which requires dzen2, add it to
RUN_DEPEDS.
Fix shell completions directories.
Remove the '/usr/local/' path from patch.
Pet portfmt.
Bump PORTREVISION.
Reported by: Vlad Biley <bileslav@gmail.com> (email) |
0.9.5_1 24 Feb 2024 13:35:19 |
Zsolt Udvari (uzsolt) |
multiple_ports: moved man to share/man
Update my ports:
graphics/mupdf
x11-wm/herbstluftwm
x11/stalonetray
Fix order of variables in graphics/mupdf.
Approved by: bofh (mentor)
Differential Revision: https://reviews.freebsd.org/D44052 |
0.9.5 30 Jan 2024 08:05:56 |
Zsolt Udvari (uzsolt) |
multiple_ports: Update MAINTAINER
Change uzsolt@uzsolt.hu to uzsolt@FreeBSD.org on all relevant ports:
audio/musicpc
converters/R-cran-jsonlite
databases/R-cran-cachem
databases/R-cran-fastmap
databases/adminer
deskutils/fet
devel/R-cran-cli
devel/R-cran-fansi
devel/R-cran-later
devel/R-cran-purrr
devel/R-cran-vctrs
devel/lua-sysctl (Only the first 15 lines of the commit message are shown above ) |
0.9.5 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
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> |
0.9.5 31 Oct 2022 12:34:40 |
Nuno Teixeira (eduardo) Author: Zsolt Udvari |
x11-wm/herbstluftwm: Update to 0.9.5
- Switch to MASTER_SITES
ChangeLog: https://herbstluftwm.org/news.html
PR: 267432 |
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) |
0.9.4 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 ) |
0.9.4 24 Mar 2022 15:02:41 |
Fernando Apesteguía (fernape) Author: Zsolt Udvari |
x11-wm/herbstluftwm: update to 0.9.4
ChangeLog: https://herbstluftwm.org/news.html
Add missing xfixes and xrender dependencies
PR: 262618
Reported by: uzsolt@uzsolt.hu (maintainer) |
0.9.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.9.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.2 19 Feb 2021 09:30:23 |
fernape |
x11-wm/herbstluftwm: update to 0.9.2
ChangeLog: https://herbstluftwm.org/news.html
While here, pet linters.
PR: 253613
Submitted by: uzsolt@uzsolt.hu (maintainer) |
0.9.1 30 Dec 2020 15:57:45 |
jrm |
x11-wm/herbstluftwm: Update to version 0.9.1
https://herbstluftwm.org/news.html
PR: 252268
Submitted by: Zsolt Udvari uzsolt@uzsolt.hu (maintainer) |
0.8.3 10 Jun 2020 16:07:11 |
fernape |
x11-wm/herbstluftwm: Update to 0.8.3
PR: 247123
Submitted by: vendion@gmail.com |
0.8.2 09 May 2020 09:41:25 |
tagattie |
Update to 0.8.2
PR: 246281
Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
Approved by: ehaupt (mentor)
Changelog: https://herbstluftwm.org/news.html |
0.8.1 25 Apr 2020 18:22:18 |
tcberner |
x11-wm/herbstluftwm: Update to 0.8.1
- this fixes a segfault on start introduced in 0.8.0
Changelog: https://herbstluftwm.org/news.html
- the frame index e refers to the first empty frame
- new setting hide_covered_windows to improve the appearance when used with a
compositor
- keybind now checks that the bound command exists
- bug fixes
PR: 245779
Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer) |
0.8.0 12 Apr 2020 19:20:30 |
tcberner |
x11-wm/herbstluftwm update to 0.8.0
Port changelog:
- use cmake build system
- added textproc/asciidoc build depend
- use xrandr
- remove shell completions option as Porter's Handbook suggests
Program changelog (https://herbstluftwm.org/news.html):
- single window floating (every client has an attribute floating which
can be set at run time and via the rule consequence floating=on)
- monitor detection via xrandr
- detection of external panels
- new commands: apply_rules, drag, export
- new client attribute: keys_inactive (negation of keymask)
- some minor improvements and bug fixes
PR: 245527
Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer) |
0.7.2 11 Sep 2019 13:25:44 |
tobik |
x11-wm/herbstluftwm: Actually add USES=xorg |
0.7.2 11 Sep 2019 13:12:58 |
tobik |
x11-wm/herbstluftwm: Update to 0.7.2
- remove gettext-runtime, add gnome, xorg to USES
- patch share/autostart: remove bashism
- add pkg-message.in about bash dependency of scripts
Submitted by: maintainer
Reviewed by: mmokhi, mat
Differential Revision: https://reviews.freebsd.org/D20457 |
0.7.1_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 |
0.7.1_1 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 |
0.7.1 16 Aug 2018 14:07:02 |
swills |
x11-wm/herbstluftwm: update to 0.7.1
PR: 230495
Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer) |
0.7.0_3 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 |
0.7.0_2 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 |
0.7.0_1 04 Jul 2017 19:41:21 |
bhughes |
multiple ports: Update MAINTAINER
Change udvzsolt@gmail.com to uzsolt@uzsolt.hu on all relevant ports:
audio/musicpc
databases/adminer
deskutils/fet
graphics/mupdf
graphics/timg
graphics/zathura-pdf-mupdf
sysutils/rdiff-backup
textproc/urlview
www/kohana
x11/dzen2
x11-wm/herbstluftwm
PR: 220323
Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
Approved by: mat (co-mentor)
Differential Revision: https://reviews.freebsd.org/D11469 |
0.7.0_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 |
0.7.0 13 Nov 2016 14:13:43 |
riggs |
Use OPTION helpers for DOCS
PR: 213975
Submitted by: udvzsolt@gmail.com (maintainer) |
0.7.0 02 Nov 2016 12:17:46 |
jbeich |
x11-wm/herbstluftwm: track more dependencies
PR: 213975
Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer) |
0.7.0 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.7.0 15 Feb 2016 18:37:57 |
rakuco |
Update to 0.7.0.
Release notes: http://herbstluftwm.org/news.html
Notable porting changes:
- herbstluftwm has started using C++. In fact, it uses C++11, which makes us
require a compiler that understands C++11.
- Set COLOR=0 when building. It disables coloured output during the build,
but works around a lot of tput warnings on FreeBSD 9.x like this:
tput: no terminal type specified and no TERM environmental variable.
PR: 206956
Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer) |
0.6.2_1 28 Jan 2015 01:07:55 |
amdmi3 |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket, kwm (for gnome@ ports) |
0.6.2_1 15 Aug 2014 10:47:02 |
marino |
x11-wm/herbsluftwm: Strip binary, allow disable install of default config
This eliminates need for shells/bash as a run dependency. Assign
maintainership to submitter as well.
PR: 191549
Submitted by: Zsolt Udvari
Approved by: maintainer timeout (2.5 months) |
0.6.2 06 Jun 2014 15:40:07 |
miwi |
- update to 0.6.2
- use shebangfix instead of manual patching
- drop config.mk edit - options passed via MAKE_ARGS
PR: 190116 |
0.6.0 24 Apr 2014 16:44:39 |
pawel |
- Update to version 0.6.0 [1]
- Use options subs
PR: ports/187793 [1]
Submitted by: Zsolt Udvari <udvzsolt@gmail.com>
Approved by: maintainer timeout |
0.5.3_1 09 Feb 2014 11:36:40 |
antoine |
Finish stage support |
0.5.3 19 Jan 2014 18:04:35 |
marino |
x11-wm/herbsluftwm: Update to 0.5.3
PR: ports/185178
tested on: Redports (6x pass)
Approved by: maintainer timeout |
0.5.2 21 Sep 2013 00:01:17 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-wm) |
0.5.2 11 Sep 2013 16:45:59 |
marino |
Add explicit dependency on pkgconf (18 ports) |
0.5.2 01 Jul 2013 09:49:34 |
danfe |
- Update to version 0.5.2; avoid double slashes in the build logs (but
a few triple slashes still remain)
- Adjust MASTER_SITES to avoid "301 Moved Permanently" error after the
website was moved to http://herbstluftwm.org/ |
0.5.1 30 Jan 2013 06:31:40 |
danfe |
Add herbstluftwm, a manual tiling window manager for X11 using Xlib and Glib.
PR: ports/171378
Submitted by: Christian Brassat |