aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/fvwm3/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* all: Bump after lang/go121 updateAshish SHUKLA2024-08-091-1/+1
|
* all: Bump after lang/go121 updateAshish SHUKLA2024-07-031-1/+1
|
* all: Bump after lang/go121 updateAshish SHUKLA2024-06-151-1/+1
| | | | MFH: 2024Q2
* all: Bump after lang/go121 updateAshish SHUKLA2024-05-131-1/+1
| | | | MFH: 2024Q2
* all: Bump after lang/go121 updateAshish SHUKLA2024-04-151-0/+1
| | | | MFH: 2024Q2
* x11-wm/fvwm3: Update to 1.1.0Felix Palmen2024-04-011-3/+2
| | | | Changes: https://github.com/fvwmorg/fvwm3/releases/tag/1.1.0
* lang/go: Change DEFAULT to 1.21Muhammad Moinur Rahman2024-03-241-1/+1
| | | | | PR: 277776 Approved by: portmgr (exp-run)
* x11-wm/fvwm3: Move man pages to share/manYasuhiro Kimura2024-03-201-0/+2
| | | | Approved by: portmgr (blanket)
* x11-wm/fvwm3: Update to 1.0.9Felix Palmen2024-03-191-2/+1
| | | | Changes: https://github.com/fvwmorg/fvwm3/releases/tag/1.0.9
* x11-wm/fvwm3: Add maximum go versionFelix Palmen2024-03-191-1/+4
| | | | | | | Respect DEFAULT_VERSIONS unless the selected go version is greater than supported by the upstream configure script. Reported by: kostikbel@gmail.com
* all: Bump PORTREVISION after lang/go* updateAshish SHUKLA2024-02-111-1/+1
| | | | PR: 276530
* all: Bump PORTREVISION after lang/go* updateAshish SHUKLA2023-12-071-1/+1
| | | | PR: 274405
* all: Bump PORTREVISION after lang/go* updateDmitri Goutnik2023-09-081-0/+1
|
* x11-wm/fvwm3: Update to 1.0.8Felix Palmen2023-09-061-8/+1
| | | | | New upstream release. Changes: https://github.com/fvwmorg/fvwm3/releases/tag/1.0.8
* x11-wm/fvwm3: Use upstream .desktop fileFelix Palmen2023-08-041-1/+1
| | | | | | | | | | | | After upstream accepted a simple .desktop file with a few changes, use this one until the next upstream version is released. The main difference is that it uses Type=Application instead of Type=XSession. According to freedesktop.org specs, Type=XSession does not exist. Both work fine with sddm, but it's still better to use the one that conforms to the spec. PR: 272836
* x11-wm/fvwm3: Add .desktop entry for XSessionFelix Palmen2023-07-311-1/+7
| | | | | | | | Add a .desktop file of type XSession, so fvwm3 is discoverable for display managers following freedesktop.org standards. PR: 272836 Co-authored-by: Bartek Jasicki <thindil@laeran.pl.eu.org>
* x11-wm/fvwm3: Fix "garbage" trailing window titlesFelix Palmen2023-07-281-0/+1
| | | | | | Upstream issue: https://github.com/fvwmorg/fvwm3/issues/873 Add a local patch reverting the problematic commit for now.
* x11-wm/fvwm3: Fix librsvg2 dependencyFelix Palmen2023-07-281-2/+1
| | | | | For the SVG option, use USES=gnome to add the dependency to librsvg2, enabling users to use the non-rust version setting DEFAULT_VERSIONS.
* x11-wm/fvwm3: Update to 1.0.7Felix Palmen2023-07-111-3/+2
| | | | | | Changes: https://github.com/fvwmorg/fvwm3/releases/tag/1.0.7 Approved by: tcberner (mentor, implicit)
* x11-wm/fvwm3: Improve formattingFelix Palmen2023-07-111-23/+21
| | | | | | Follow portclippy recommendations. Approved by: tcberner (mentor, implicit)
* all: remove explicit versions in USES=python for "3.x+"Rene Ladan2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | | 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>
* all: Bump PORTREVISION after lang/go{119,120} updateDmitri Goutnik2023-04-081-1/+1
|
* all: Bump PORTREVISION after Go ports updateDmitri Goutnik2023-03-091-0/+1
|
* x11-wm/fvwm3: Update to 1.0.6aFelix Palmen2023-02-201-13/+3
| | | | | | | | | | | | | Also switch to PORTVERSION because 1.0.6a is actually newer than 1.0.6 and patch configure.ac to avoid pinning the go version and to drop the compiler warning test that's incompatible with clang 15. Changelog: https://github.com/fvwmorg/fvwm3/releases/tag/1.0.6 https://github.com/fvwmorg/fvwm3/releases/tag/1.0.6a Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D38695
* x11-wm/fvwm3: Fix build on -CURRENTFelix Palmen2023-02-191-0/+9
| | | | | | | | | Add extra compiler flag for configure when building on -CURRENT after import of llvm 15. Some warnings were promoted to errors, but the configure script expects them to be warnings. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D38669
* all: Bump PORTREVISION after lang/go{119,120} updateDmitri Goutnik2023-02-151-1/+1
|
* all: Bump PORTREVISION after GO_DEFAULT update.Dmitri Goutnik2023-02-091-1/+1
|
* x11-wm/fvwm3: Pin Go version to 1.19Dmitri Goutnik2023-02-081-1/+1
| | | | | | | | | | | checking for go... go checking whether go version is >= 1.14.x (1.20)... no - version is: 1.20 Configure script doesn't know about go1.20 yes, keep building this port with go1.19 for now. PR: 269289 Reported by: exp-run
* all: Bump PORTVERSION after lang/go{118,119} updateDmitri Goutnik2023-01-141-1/+1
|
* all: Bump PORTREVISION after lang/go{118,119} updateDmitri Goutnik2022-12-111-1/+1
|
* all: Bump PORTREVISION after lang/go{118,119} updateDmitri Goutnik2022-10-061-0/+1
|
* x11-wm/fvwm3: Update to 1.0.5Felix Palmen2022-09-291-6/+4
| | | | | | | | | Also switch from PORTVERSION to preferred DISTVERSION. Changelog: https://github.com/fvwmorg/fvwm3/releases/tag/1.0.5 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36796
* all: Bump PORTREVISION after lang/go{118,119} updateDmitri Goutnik2022-09-081-1/+1
|
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* all: Bump PORTREVISION after Go updateDmitri Goutnik2022-08-031-1/+1
| | | | Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
* maintainer: Update to FreeBSD addressFelix Palmen2022-08-031-1/+1
| | | | | | | | Change all MAINTAINER entries with <felix@palmen-it.de> to <zirias@FreeBSD.org>. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36029
* x11-wm/fvwm3: Avoid crash in FvwmIconManFelix Palmen2022-07-281-1/+1
| | | | | | | | | Add a patch working around the crash by initializing some struct member to NULL that's otherwise used uninitialized and backporting some code from upstream's main branch to correctly handle that case. PR: 265291 MFH: 2022Q3
* x11-wm: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Adam Weinberger * Alejandro Pulver <alepulver@FreeBSD.org> * Alexey Dokuchaev <danfe@FreeBSD.org> * Alexey Dokuchaev <danfe@regency.nsu.ru> * Andreas Kohn <andreas@syndrom23.de> * Anton Tornqvist <antont@inbox.lv> * Aragon Gouveia <aragon@phat.za.net> * Babak Farrokhi <babak@farrokhi.net> * Brett Taylor <brett@peloton.physics.montana.edu> * Brian Handy <handy@physics.montana.edu> * Bruce A. Mah <bmah@ca.sandia.gov> * Dennis Herrmann <adox@mcx2.org> * Dennis Herrmann <dhn@FreeBSD.org> * Dima Sivachenko <dima@chg.ru> * Dominik Rothert <dr@domix.de> * Douglas Carmichael <dcarmich@mcs.com> * Eric Anholt <anholt@FreeBSD.org> * Felix Palmen <felix@palmen-it.de> * Florent Thoumie <flz@xbsd.org> * Garrett Rooney <rooneg@electricjellyfish.net> * George Reid <greid@ukug.uk.freebsd.org> * Gergely Nagy <8@free.bsd.hu> * Gustau Perez i Querol <gustau.perez@gmail.com> * J Han <hjh@photino.com> * Jakub Lach <jakub_lach@mailplus.pl> * James Earl <jdearl@telus.net> * Jean-Yves Lefort <jylefort@brutele.be> * Jeroen Schot <schot@a-eskwadraat.nl> * Jim Mock <jim@FreeBSD.org> * Matt Lancereau <matt@rimasec.net> * Matthieu Guegan <matt.guegan@free.fr> * Maxim Sobolev <sobomax@FreeBSD.org> * Michael Ebert <ebert@informatik.unibw-muenchen.de> * Michael Johnson <ahze@ahze.net> * Neil Blakey-Milner * Nikos Ntarmos <ntarmos@ceid.upatras.gr> * Olivier Duchateau * Patrick Seal <patseal@hyperhost.net> * Pawel Worach <pawel.worach@gmail.com> * Peter Pentchev <roam@FreeBSD.org> * Robert Noland <rnoland@FreeBSD.org> * Roman Bogorodskiy <bogorodskiy@inbox.ru> * Rudolf Polzer <freebsd-dr@durchnull.de> * Rusmir Dusko <nemysis@FreeBSD.org> * Stefan Zehl <sec@42.org> * Tommy Scheunemann <net@arrishq.org> * V. Jahns <vj562001@yahoo.de> * Will Andrews <andrews@technologist.com> * William Grzybowski <wg@FreeBSD.org> * William Grzybowski <william88@gmail.com> * Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> * Yukihiro Nakai <nakai@FreeBSD.org> * alepulver * anders@hack.org * asami * chinsan * gahr * gpalmer * hrkfrd@gmail.com * jfitz@FreeBSD.org * lab@fnurt.net * peter * spn * torstenb * trevor * vanilla With hat: portmgr
* Revert "x11/fvwm3: Fix FvwmIconMan module segfault"Cy Schubert2022-07-191-1/+1
| | | | | | | | | The maintainer misunderstood the meaning of the maintainer-feedback flag in bugzilla. PR: 265291 This reverts commit 1d7c23d087f79fa348a421cc4129e613f7086402.
* x11/fvwm3: Fix FvwmIconMan module segfaultCy Schubert2022-07-191-1/+1
| | | | | | | | | | Initialize the offending field in the fscreen_scr_arg struct to NULL, fixing the segfault. PR: 265291 Submitted by: Felix Palmen <felix@palmen-it.de> (Maintainer) Reported by: anubhav.x61+freebsd@gmail.com Approved by: Felix Palmen <felix@palmen-it.de> (Maintainer)
* all: Bump PORTREVISION after lang/go{117,118} updateDmitri Goutnik2022-07-141-1/+1
|
* */*: Bump port revisons after lang/go{117,118} updateDmitri Goutnik2022-06-071-1/+1
|
* *: Fix up PORTREVISIONTobias Kortkamp2022-05-031-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Mostly just typos and assigning PORTREVISION multiple times. This commit doesn't fix up PORTREVISION between master-slave ports where the master port often overwrites PORTREVISION from the slaves which means the slaves don't actually get bumped. These probably just need PORTREVISION?= but care must be taken to not decrease the package versions of all the master-slave packages and to actually bump PORTREVISION as intended. For the record the currently visible broken master ports are: databases/libgda5 emulators/virtualbox-ose emulators/virtualbox-ose-legacy graphics/atril multimedia/mlt7 textproc/uim But all master ports should be looked at here and get an explicit PORTREVISION?= where it's currently missing to prevent this. Reported by: portscan
* */*: Bump PORTREVISION after lang/go 1.18 updateGuangyuan Yang2022-03-301-0/+2
|
* Fix CONFLICTS entries of multiple portsStefan Eßer2022-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There have been lots of missing CONFLICTS_INSTALL entries, either because conflicting ports were added without updating existing ports, due to name changes of generated packages, due to mis-understanding the format and semantics of the conflicts entries, or just due to typoes in package names. This patch is the result of a comparison of all files contained in the official packages with each other. This comparison was based on packages built with default options and may therefore have missed further conflicts with optionally installed files. Where possible, version numbers in conflicts entries have been generalized, some times taking advantage of the fact that a port cannot conflict with itself (due to logic in bsd.port.mk that supresses the pattern match result in that case). A few ports that set the conflicts variables depending on complex conditions (e.g. port options), have been left unmodified, despite probably containing outdated package names. These changes should only affect the installation of locally built ports, not the package building with poudriere. They should give an early indication of the install conflict in cases where currently the pkg command aborts an installation when it detects that an existing file would be overwritten, Approved by: portmgr (implicit)
* x11-wm/fvwm3: update to 1.0.4.Vanilla I. Shu2021-09-261-18/+16
| | | | | | | ChangeLog: https://github.com/fvwmorg/fvwm3/blob/1.0.4/CHANGELOG.md PR: 258716 Reported by: maintainer
* x11-wm/fvwm3: Add CPE informationBernhard Froehlich2021-08-291-1/+4
| | | | Approved by: portmgr (blanket)
* x11-wm/fvwm3: Add compiler:c11 to USES to fix build on GCC-based systems:Mark Linimon2021-05-111-1/+1
| | | | Colorset.h:57: error: redefinition of typedef 'colorset_t'
* New port: x11-wm/fvwm3: New FVWM window managerFelix Palmen2021-05-101-0/+93
FVWM is an old window manager based on twm. After a long pause FVWM development appears to have been restarted. This new FVWM no longer supports M4 however it does support GO. Unfortunately fetching go:modules doesn't work and is disabled at the moment. The maintainer intends to work on this and upstream it when it's finally working. Submitted by: Felix Palmen <felix@palmen-it.de> Reviewed by: cy Differential Revision: https://reviews.freebsd.org/D30159