| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
MFH: 2024Q2
|
|
|
|
| |
MFH: 2024Q2
|
|
|
|
| |
MFH: 2024Q2
|
|
|
|
| |
Changes: https://github.com/fvwmorg/fvwm3/releases/tag/1.1.0
|
|
|
|
|
| |
PR: 277776
Approved by: portmgr (exp-run)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Changes: https://github.com/fvwmorg/fvwm3/releases/tag/1.0.9
|
|
|
|
|
|
|
| |
Respect DEFAULT_VERSIONS unless the selected go version is greater than
supported by the upstream configure script.
Reported by: kostikbel@gmail.com
|
|
|
|
| |
PR: 276530
|
|
|
|
| |
PR: 274405
|
| |
|
|
|
|
|
| |
New upstream release.
Changes: https://github.com/fvwmorg/fvwm3/releases/tag/1.0.8
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
Upstream issue: https://github.com/fvwmorg/fvwm3/issues/873
Add a local patch reverting the problematic commit for now.
|
|
|
|
|
| |
For the SVG option, use USES=gnome to add the dependency to librsvg2,
enabling users to use the non-rust version setting DEFAULT_VERSIONS.
|
|
|
|
|
|
| |
Changes: https://github.com/fvwmorg/fvwm3/releases/tag/1.0.7
Approved by: tcberner (mentor, implicit)
|
|
|
|
|
|
| |
Follow portclippy recommendations.
Approved by: tcberner (mentor, implicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
|
|
|
|
|
|
|
|
| |
Change all MAINTAINER entries with <felix@palmen-it.de> to
<zirias@FreeBSD.org>.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36029
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
The maintainer misunderstood the meaning of the maintainer-feedback
flag in bugzilla.
PR: 265291
This reverts commit 1d7c23d087f79fa348a421cc4129e613f7086402.
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/fvwmorg/fvwm3/blob/1.0.4/CHANGELOG.md
PR: 258716
Reported by: maintainer
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Colorset.h:57: error: redefinition of typedef 'colorset_t'
|
|
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
|