| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
o add java as a secondary category
o depend on jdk1.2.2 instead of jdk1.1.8
o Makefile style changes and un"echo" installation
o add PKGMESSAGE with usage instructions
PR: 29095
Submitted by: MAINTAINER
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
people's help. Thanks so much!
portupgrade:
- D'oh! Fix a stupid bug where portupgrade didn't modify
dependencies when upgrading a package while portupgrade _is_ meant
to do that. ;) But you don't need to worry: `pkgdb -F' can always
handle that situation.
This bug had been there since 2 October, and was finally exposed by
the newly introduced dependency sanity checks. I guess you has been
annoyed by the warnings, but they are gone now. ;)
Reported by: Ollivier Robert <roberto@eurocontrol.fr>
- Make portupgrade download packages from a remote site if -P is
specified. Now one can do binary upgrading in a handy way:
portupgrade -P foo bar
Instead of:
portupgrade -FP foo bar && portupgrade -P foo bar
Although the latter is friendlier to dialup users.
- Add a delay between deinstallation and installation to let pkgdb
properly detect the update of PKG_DBDIR entries.
- Since pkg_add(1) is mute, always show a progress message when
invoking it no matter whether -v is given or not.
- Make -f override "hold" marks set in pkgtools.conf.
pkgdb:
- Since the dbm routines in libc seem to dead lock in some cases,
slightly change the DB format and bump the DB version accordingly.
Reported by: Ollivier Robert <roberto@eurocontrol.fr> and others
- Make sure to check DB version when checking for a DB. (-u)
pkg_fetch, pkgdb, portsclean, portsdb:
- Make them read the configuration file and add the -q/--no-config
option just as other tools.
pkgtools.conf:
- Add examples for PKG_FETCH, PACKAGEROOT and PACKAGESITE.
- Introduce new configuration variables: IGNORE_CATEGORIES and
EXTRA_CATEGORIES.
- Now one can set common environment variables in this file.
- Now all the tools read this file by default.
overall:
- Reword and enhance the manual pages and the usage instructions.
- Clarify the explanation about port/package dependency.
Submitted by: Jos Backus <josb@cncdsl.com> (Thanks a lot!)
|
| |
|
|
|
|
| |
Reviewed by: MAINTAINER, FreeBSD-multimedia
|
|
|
|
|
|
|
|
|
|
| |
o use ports libraries instead of internal versions: liba52 and
ffmpeg
o support for both vorbis and ogg
o WITH_CSS: plugin for css processing
o add WWW tag to DESCR
Reviewed by: MAINTAINER, freebsd-multimedia
|
|
|
|
| |
{,lib}xine 0.9.2 ports
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
for Ogle
Reviewed by: Björn Englund <d4bjorn@dtek.chalmers.se>,
Håkan Hjort <d95hjort@dtek.chalmers.se>
(both are ogle developers)
Tested by: chris@choll.freeserve.co.uk,
Brooks Davis <brooks@one-eyed-alien.net>,
Jason Andresen <jandrese@mitre.org>,
MANTANI Nobutaka <nobutaka@nobutaka.com>,
Oliver Brandmueller <ob@e-Gitt.NET>,
Scott Long <scott_long@btc.adaptec.com>,
Volker Stolz <stolz@hyperion.informatik.rwth-aachen.de>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
menus
Reviewed by: Björn Englund <d4bjorn@dtek.chalmers.se>,
Håkan Hjort <d95hjort@dtek.chalmers.se>
(both ogle developers)
Beta Tested by: chris@choll.freeserve.co.uk,
Brooks Davis <brooks@one-eyed-alien.net>,
Jason Andresen <jandrese@mitre.org>,
MANTANI Nobutaka <nobutaka@nobutaka.com>,
Oliver Brandmueller <ob@e-Gitt.NET>,
Scott Long <scott_long@btc.adaptec.com>,
Volker Stolz <stolz@hyperion.informatik.rwth-aachen.de>
|
|
|
|
| |
Submitted by: sanpei
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
FreeBSD's writev(2) implementation is rather unreliable when large number of
vectors is submitted - it returns EINVAL despite the fact that all arguments
are pretty valid. This caused serious problems with GNOME's oaf and prevented
Nautilus from working properly. The problem disappeared when I've replaced
writev(2) call with appropriate loop based around ordinary write(2). Perhaps
this should be investigated and the real source of the problem fixed instead,
but I do not have a time for this right now. For those who interested I'm
ready to provide a step-by step instruction on how to reproduce the bug.
Special thanks to: andersca @ nautilus#irc.gnome.org
|
|
|
|
| |
Approved by: silence on -ports
|
|
|
|
|
|
|
| |
cvs gives them the chance to enter different log messages for each
area. If they do then it's really separate commits and so treat
it as such, mailing separate emails and writing separate logs for
each one.
|
| |
|
|
|
|
|
| |
that used to be used. Move the bit of code that gets them back
into the bit-rotted commented out code block.
|
|
|
|
| |
Submitted by: Trevor Johnson <trevor@jpj.net>
|
|
|
|
| |
Submitted by: author/maintainer
|
|
|
|
|
| |
PR: 31503
Submitted by: maintainer
|
|
|
|
|
|
|
| |
denial of service attack.
PR: 31497
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
committer. He is maintaining current.jp.FreeBSD.org (and most of
*.jp.FreeBSD.org machines!) so he has good knowledge around release
building. He will fix release breakage and will improve src/release
area.
Welcome aboard!
Approved by: core
Mentor: kuriyama
|
|
|
|
| |
Submitted by: lioux
|
|
|
|
| |
It does no harm, so a second bump of PORTVERSION is not needed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Several people have requested this, so here it is.
This port is intended to track the GAMMA version of the XEmacs
editor.
This is version is based on xemacs-21.4.4, which has a GTK binding.
Note that the GTK support is buggy (at least on my system), although
I haven't noticed any fatal problems, just annoying ones.
There are other bugs in this version, e.g. any attempts to make font
changes in the Options menu result in a Lisp error.
Please do not file any PRs on XEmacs errors, the maintaine will terminate
them with extreme prejudice.
I haven't tested this at all on Alpha because beast won't let me in.
|
|
|
|
| |
Old distfile is not longer on server
|
|
|
|
|
|
|
|
|
| |
version than 2.13.
I could find no ports that broke with this update.
Approved by: portmgr
Message-ID: <20011024214950.W25747@squall.waterspout.com>
|
| |
|
| |
|
|
|
|
|
|
|
| |
(which is generated during vim build). This only happens when vim is
built with perl support, as in package building, for example.
Submitted by: tobez
|
| |
|
|
|
|
| |
PR: ports/28025
|
|
|
|
| |
PR: ports/28025
|
|
|
|
|
|
|
| |
WWW: http://www.spread.org
PR: ports/28025
Submitted by: Anders Nordby <anders@fix.no>
|
| |
|
| |
|
| |
|
|
|
|
| |
nessus-libraries-devel, nessus-plugins-devel.
|
| |
|
|
|
|
|
|
| |
openldap installed at the time of build.
Reported by: huge number of angry users >:-|
|
| |
|
| |
|
|
|
|
| |
in the function that adds cvsweb urls.
|
| |
|
|
|
|
| |
Submitted by: tg
|
| |
|
|
|
|
|
|
|
|
| |
o Security fix for cross-site scripting vulnerability found by
Flavio Veloso (www.magnux.com).
o Fixed a TOTAL_RC off by one error, which would prevent the last
response code from being saved when using incremental mode.
|
| |
|
|
|
|
|
|
|
|
| |
- Remove *-setupel.el routines and scripts/configure.
Because Emacs20 or later has subdirs.el.
- Specify PREFIX, LISPDIR, and VERSION_SPECIFIC_LISPDIR clearly
when port building.
- Install *.el{,c} files to version specific site-lisp directory.
|
|
|
|
|
|
| |
PR: ports/13614
Submitted by: Max Khon <fjoe@iclub.nsu.ru>
Obtained from: wdm distribution
|
|
|
|
|
|
| |
Also, make an "@unexec rmdir" command always return true.
Approved by: jmz
|
|
|
|
| |
when port building.
|
| |
|
|
|
|
| |
Submitted by: MAINTAINER
|
|
|
|
|
| |
- Import latest acpudump utility, disassemble AML into ASL which
can be compiled with most ASL compilers.
|
|
|
|
|
| |
PR: 31314
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
portupgrade, portversion, pkg_deinstall, pkg_glob:
Introduce the configuration file `pkgtools.conf' for the pkgtools
suite. Currently portupgrade(1), portversion(1), pkg_deinstall(1)
and pkg_glob(1) use it.
Add a new option -q/--no-config to avoid reading the configuration
file.
Introduce dependency sanity checks. If an inconsistency is
detected, immediately abort a process suggesting the user should run
`pkgdb -F'.
Add a new option -O/--omit-check to omit the sanity checks.
pkgdb:
Fix the origin guesser's minor bug when the origin port directory
does not exist.
portupgrade:
Add a new option -y/--yes, which lets portupgrade assume user
answers yes to all the questions.
Make sure to ask user where it should. (Get -N and -i right)
Fix a bug where portinstall -i didn't work interactively.
[Submitted by: Gregory Neil Shapiro <gshapiro@gshapiro.net>]
portsdb:
Attempt to offer fast INDEX generation. Now it generates an INDEX
file more than a few minutes faster.
overall:
Emit a warning when pkgdb cannot be updated though it is not
up-to-date.
Finally remove -E/--regex. Use the ':RE' glob pattern instead.
|
| |
|
|
|
|
| |
non-response from: maintainer
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 31465
Submitted by: chkno@dork.com, roam
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Bumped PORTREVISION
Submitted by: ryanb@goddamnbastard.org
|
| |
|
|
|
|
| |
written in Ruby.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the latest one.
Moving HEAD down the menu a bit
Adding additional cvsup servers, and adding state names to the US
servers to help people make a slightly more intelligent choice.
The -P option to cvsup is completely useless with multiplexed mode
and the man page states that it is obsolete. Cut that.
Changed the comment on scheduling to point to /etc/weekly.local.
Submitted by: Michael Lucas <mwlucas@blackhelicopters.org>
|
|
|
|
|
|
|
|
|
| |
of TclPro made TclX-8.3 available last year. There is not a whole
lot of changes, and most of them deal with the Windows parts of the
thing, but here is the upgrade 8.3 anyway. Please, test...
I think, it is time to repocopy tclX82 into tclX and get rid of
tclX75, tclX80, and tclX82...
|
|
|
|
| |
Requested by: will
|
| |
|
|
|
|
| |
replace it with default entries in cfg.pm.
|
|
|
|
| |
make local configuration changes.
|
| |
|
|
|
|
|
|
| |
override entries in cfg.pm.
Suggested by: will
|
| |
|
|
|
|
| |
commit time.
|
| |
|
|
|
|
|
| |
in repositories that haven't overriden it in CVSROOT/options, or
don't have the FreeBSD specific hacks to cvs.
|
|
|
|
|
|
| |
anonymous subroutine in the cfg.pm file if it is defined. This
allows the administrator to add cvsweb URL's to the email, for
instance, at time of generation.
|
|
|
|
|
|
|
| |
All log file entries are now separated by three blank lines;
previously only commits were, and directory creates weren't.
Email messages now aren't terminated by two trailing blank lines.
|
|
|
|
|
| |
few that appear to need to be excluded so only exclude those. The
rest already have $FreeBSD$ in them, and have had for some time.
|
| |
|
|
|
|
|
| |
will now depend on the 2.x installed by the graphics/gd2 port.
Bump up PORTREVISION.
|
| |
|
| |
|
|
|
|
|
|
|
| |
header. (I mentioned this in the comments, but forgot to change
it in the existing configuration).
Spotted by: Dan Langille <dan@langille.org>
|
| |
|
|
|
|
|
| |
better with the commitlogs/, and correct the way that its new line
is done.
|
| |
|
|
|
|
| |
Leim is Libraries of Emacs Input Method (for Multi-Languages).
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
committed to into the config file.
|
| |
|
|
|
|
|
| |
- bump version number
- change WWW
|
|
|
|
| |
Approved by: Jacques Vidrine <nectar@FreeBSD.org>, maintainer
|
|
|
|
|
|
|
|
|
|
|
|
| |
devel/py-xoltar-toolkit, so:
- Update devel/py-xoltar-toolkit to the latest version (2001.06.01) of the
Xoltar Toolkit, which bundles an updated functional.py module with some
supporting modules.
- Remove all files from devel/py-functional
- Update the category Makefile to reflect the change.
Approved by: Jacques Vidrine <nectar@FreeBSD.org>, maintainer
|
| |
|
| |
|
|
|
|
| |
Obtained from: GNOME CVS
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Pointed out by: silby
|
| |
|
|
|
|
|
| |
PR: 31395
Submitted by: Carl Schmidt <carl@slackerbsd.org>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: statue.bbs@lale.twbbs.org
|
|
|
|
| |
Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
|
|
|
|
|
|
|
| |
Add anti-alias feature
PR: ports/30773
Submitted by: Nuzrin Yaapar <nuzrin@goose.net.my>
|
| |
|
| |
|
|
|
|
|
| |
PR: 31438
Submitted by: maintainer
|
|
|
|
|
|
|
| |
not safe to rely on CVS_USER just yet. It doesn't get cleared in
normal mode, so it would be possible for a local user to pretend
that someone else made a commit in the email (even though the
repository itself was correct.)
|
|
|
|
|
| |
PR: 31394
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
| |
both in the access controls and in the log message generation.
Use the CVS_USER environment variable if it's defined to obtain
the true username. This is set by later versions of cvs (it's in
1.11.1p1), and gets around the problem of using pserver username
aliases in CVSROOT/passwd. With this fix the committer's true
username is checked and reported instead of the system one.
|
|
|
|
|
|
|
| |
Some kanji bugfix.
Fixed by: Mori Kouji <mori@tri.asanuma.co.jp>
Submitted by: Mori Kouji <mori@tri.asanuma.co.jp>
|
| |
|
|
|
|
|
|
|
|
|
| |
o remove obsolete description in pkg-descr.
PR: 31402
Submitted by: maintainer
making bento happy about WRKDIRPREFIX.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
o add WITH_VORBIS and fix WITH_GSM.
PR: 31413
Submitted by: Christian Weisgerber <naddy@mips.inka.de>,
Dan Nelson <dnelson@allantgroup.com> (maintainer)
|
|
|
|
| |
Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru>
|
|
|
|
|
|
| |
PR: 31425
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Approved by: maintainer
|
| |
|
|
|
|
| |
This version port is only for emacs20.
|
| |
|
|
|
|
|
|
| |
PR: 31116, 31435
Submitted by: David Taylor <davidt@yadt.co.uk>
Noticed by: Taoka Fumiyoshi <fmysh@ga2.so-net.ne.jp>
|
|
|
|
| |
This version port is only for emacs20.
|
| |
|
| |
|
| |
|
|
|
|
| |
up with @'s in email addresses.
|
|
|
|
| |
Submitted by: fenner (distfile survey)
|
| |
|
|
|
|
|
| |
usually don't have the time to update this port as fast as people seem
to expect. This way anyone can jump in and help out.
|
|
|
|
| |
Submitted by: Masahiro TAKEMURA <mastake@msel.t.u-tokyo.ac.jp>
|
|
|
|
| |
- Bump PORTREVISION again to be on the safe side
|
| |
|
|
|
|
|
|
| |
.ptlc). This ensures clean deinstallation in the (hopefully unusual)
instance where a Quixote package was run by root.
- Bump PORTREVISION
|
| |
|
| |
|
|
|
|
| |
Approved by: maintainer
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: port survey
|
|
|
|
|
| |
PR: 31397
Submitted by: Nuzrin Yaapar <p9711422@mmu.edu.my>
|
|
|
|
|
| |
PR: 31396
Submitted by: Nuzrin Yaapar <p9711422@mmu.edu.my>
|
|
|
|
| |
Reported by: Thomas Hurst <tom.hurst@clara.net>
|
| |
|
|
|
|
| |
pragma on.
|
|
|
|
| |
the script on FreeBSD (glib12-config).
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 31011
Submitted by: maintainer
|
|
|
|
|
| |
PR: 31373
Submitted by: Ernst de Haan <ernst@jollem.com>
|
|
|
|
|
| |
PR: 30957
Submitted by: TATEISHI Katsuyuki <katsu@iec.hiroshima-u.ac.jp>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Note that others might still be lurking inside the m4 code,
this is just a quick fix for the one reported on BugTraq.
(What do I think I am doing, anyway, reading BugTraq at 4:30am
on a bleak Monday morning..)
Reported by: <dotslash@snosoft.com> via BugTraq
|
|
|
|
|
| |
PR: 31421
Submitted by: maintainer
|
|
|
|
| |
that _doesn't_ give him the right to touch it.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
after a repocopy to the databases category.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
category.
Namazu is a full-text search system intended for easy use. Not only
it works as a CGI program for a small or medium scale Web search
engine, but also works as a personal use search system for your pile
of emails.
(The Japanese word `Namazu' means `catfish' in English)
- Remove the Japanese specific dependencies.
- Add a patch to provide a better configuration example.
|
| |
|
| |
|
|
|
|
| |
recognize the homepage URL.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Give Seamus Venasse maintainership
PR: 31095
Submitted by: new maintainer
|
| |
|
|
|
|
| |
(repo-copied from ports/textproc/xml-i18n-tools)
|
|
|
|
|
| |
port is advanced version of and will replace xml-i18n-tools, so it was created
via a repo-copy from ports/textproc/xml-i18n-tools.
|
| |
|
| |
|
|
|
|
| |
Submitted by: fenner (distfiles survey)
|
|
|
|
|
|
| |
anywhere else
Submitted by: fenner (distfiles survey)
|
|
|
|
|
|
| |
else
Submitted by: fenner (distfiles survey)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
so we have to use "freetype.7" instead of just "freetype"
Reported by: Mike Harding <mvh@ix.netcom.com>
|
|
|
|
| |
cases, especially StarOffice6.
|
| |
|
|
|
|
| |
More encodings are inculded into the release
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* IPv4 and IPv6 network files can be selected with -i4 and -i6.
(IPv6 network file selection is only possible when lsof supports
IPv6 for the dialect.)
* Added new output field for raw device number in hex. The field is
identified with 'r'. This field is NOT selected when -F or -F0 is
specified so that its appearance won't disturb existing scripts that
process field output.
|
| |
|
|
|
|
| |
Submitted by: Hammurabi Mendes <hmendes_br@yahoo.com>
|
| |
|
|
|
|
|
|
| |
meter showing left/right channel audio
Submitted by: Hammurabi Mendes <hmendes_br@yahoo.com>
|
| |
|
|
|
|
|
| |
PR: ports/31116
Submitted by: David Taylor <davidt@yadt.co.uk>
|
|
|
|
|
|
|
|
|
|
|
|
| |
dbm-functions, including dbm_pagfno. Our ndbm DOES NOT provide
it, but instead of being quite, it defines dbm_pagfno as
DBM_PAGFNO_NOT_AVAILABLE. This breaks compiles, of course.
Add the patch, that was on my local system since April, to
undefine the this define and let siag use dbm_pagfno implemented
in libgdbm. They should be compatible...
Submitted by: bento
|
|
|
|
| |
Submitted by: Jeremy Karlson <karlj000@unbc.ca> (MAINTAINER)
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/31207
Submitted by: David MacKenzie <djm@pix.net>
|
|
|
|
|
| |
PR: ports/31252
Submitted by: Statue <statue@softwareliberty.org>
|
| |
|
|
|
|
|
| |
PR: ports/31373
Submitted by: Ernst de Haan <ernst@jollem.com>
|
| |
|
|
|
|
|
|
|
|
| |
This is a new port for didentd, an RfC1423 (identd) server for FreeBSD and
Linux written with security and privacy in mind.
PR: ports/31349
Submitted by: D. T. Tzeck <drt@un.brewaff.net>
|
|
|
|
|
| |
This is a new port for didentd, an RfC1423 (identd) server for FreeBSD and
Linux written with security and privacy in mind.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* fix libdescrypt detection: libdescrypt is only needed for
OSVERSION < 430001 or OSVERSION > 499999 and OSVERSION < 500014,
due to libdescrypt has been combined into the libcrypt library
on recent FreeBSD versions.
* default to using the FreeBSD Frontpage Extentions on i386.
There maybe problems with fpsrvadm.exe when it creates passwords
on a system that by default uses MD5 passwords. May need to set
roots passwd_format to des and change the password, before
installing (login.conf). BSDi FrontPage Extentions can be used
by defining WANT_BSDI_EXT.
* Added dependacy on misc/compat3x for the FreeBSD FP Exts.
* Moved execfilename to the end of the request_rec structure
in httpd.h, so that it would stop breaking binary compatiblity
with other pre-compiled Apache modules. This should allow
compiled modules build for www/apache13 to also work on
www/apache13-fp without needing to recompile them.
* Removed the Virtual host on port 8080 from httpd.conf, due to
the manual directory is now exported using an Alias, which
assigns it to a location on the main document root.
* Moved the Frontpage documents from manual/mod/mod_frontpage to
manual/frontpage. (Avoids patching manual/mod/index.html*)
PR: ports/31361
Submitted by: Scot W. Hetzel <hetzels@westbend.net> (MAINTAINER)
|
|
|
|
|
| |
otherwise applications that rely on `freetype-config --cflags' would be unable
to locate ft2build.h file located in ${PREFIX}/include.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/31298
Submitted by: Statue <statue@softwareliberty.org>
|
|
|
|
|
| |
PR: 31384
Submitted by: Nuzrin Yaapar <p9711422@mmu.edu.my>
|
| |
|
|
|
|
|
|
|
| |
XML-RPC client and server library for Perl
PR: 30368
Submitted by: Dominic Mitchell <dom@happygiraffe.net>
|
|
|
|
|
| |
PR: 30337
Submitted by: maintainer
|
|
|
|
|
| |
PR: 31376
Submitted by: maintainer
|
| |
|