| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Submitted by: pav
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Check and avoid infinite loop when MOVED has an entry such as:
games/scummvm|emulators/scummvm|2004-04-06|new category
emulators/scummvm|games/scummvm|2004-04-13|new category
(games/scummvm -> emulators/scummvm -> games/scummvm -> ...)
Reported by: Bohdan Horst <nexus at hoth dot amu dot edu dot pl>
PR: ports/91402
Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* portversion(1) also reads MOVED and trace origin change,
and, when invoked with "-v", displays the new origin.
Example:
% portversion -v screen
screen-4.0.2_2 < needs updating (port has 4.0.2_3) (=> 'sysutils/screen')
* Add "--ignore-moved" to portupgrade(1) and portversion(1).
When invoked with this option, both programs totally ignore MOVED.
If you encounter strange behaviour of these programs, try this out.
* Add IGNORE_MOVED option to pkgtools.conf.
This can be used to selectively ignore MOVED by pkgs.
See pkgtools.conf.sample for details.
* Keep the order of MOVED entries, and do not trace back to old entries.
Previously, when encounters the following entries,
editors/emacs|editors/emacs19|2004-03-20|emacs 19.x moved to a non-default port location
editors/emacs21|editors/emacs|2004-03-20|emacs 21.x moved to default port location
portupgrade traces as "editors/emacs21" -> "editors/emacs" -> "editors/emacs19".
I thought this behavior should not be what we want to, so added this change.
PR: ports/91272
Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer)
|
|
|
|
|
| |
PR: ports/91151
Submitted by: Andrey Slusar <anray@freebsd.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Thank you for reporting. I also discovered this problem a few hours ago.
The source of this trouble is that the following line exists in MOVED,
lang/php4|lang/php4|2003-05-22|re-separated from www/mod_php4
where "moved from" and "moved to" is the same, but portupgrade
does not check this case and infinite loop occurs.
Fix to this problem will be in the next portupgrade release,
but in the meanwhile, whould you commit the following patch,
please?
PR: ports/91209
Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org>
|
|
|
|
| |
Noticed by: YAPHR
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(1) Change the versioning scheme of portupgrade.
portupgrade now becomes 2.0.0!
(2) Add FreshPorts support to portcvsweb(1).
You can view CVS history via FreshPorts instead of CVSweb
by using "portcvsweb -F". See the man page of portcvsweb(1) for details.
(3) If the change of the origin is written in MOVED,
portupgrade reads and chases it.
You no longer need to supply the origin of the new pkg by "-o" option.
Example:
When ftp/wget-devel is moved to ftp/wget, previously you had to run,
% portupgrade -o ftp/wget wget
Now, just run
% portupgrade wget
and portupgrade will do what you want to do.
(4) Try to guess the pkg to be upgraded, when no pkgname is supplied
as a command line argument.
This can be done only when the current directory is under $PORTSDIR.
Example:
Running
% cd /usr/ports/ftp/wget
% portupgrade
will upgrade ftp/wget.
(5) The frequency of INDEX generation on official site is now sufficient,
recommend to run "portsdb -F" (fetch INDEX from official site)
instead of "portsdb -U" (make INDEX by yourself) in portsdb(1). [1]
PR: ports/91164
Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer)
Pointed out by: Enrique Matias <cronopios at gmail dot com> [1]
|
|
|
|
|
|
| |
PR: ports/90971
Submitted by: Panagiotis Astithas <past@ebs.gr>
Approved by: Seth Kingsley <sethk@meowfishies.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
- add switch ('-g') to automatically generate the exclude file from kept or
installed packges
- improve command line processing
- improve recursive cutting of leaves
PR: ports/91021
Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer)
|
|
|
|
|
|
|
|
| |
if portmanager has been installed for the first time it can't copy
pm-020.conf-SAMPLE to pm-020.conf.
PR: ports/90957
Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
|
| |
|
|
|
|
| |
- Change dependency on net/cvsup-without-gui (itetcu@#bsdports)
|
| |
|
| |
|
|
|
|
|
|
|
| |
here is the tinderbox port which should give you a tinderbox system
to test your ports before submitting it. It's unnmissable for
everybody making ports, and belongs to the range of tools like
portlint and porttools.
|
|
|
|
|
|
|
|
|
| |
system( "make" ) so entire environment may be passed when building
apache22.
- Bump PORTREVISION
PR: ports/90790
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
| |
cluster. The previous commit message was bogus.
|
| |
|
|
|
|
| |
patch(1).
|
|
|
|
| |
bogus.
|
|
|
|
|
|
|
|
| |
make config have their video scrambled. Fixed by adding TERM= back to environment
during make.
PR: ports/90633
Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
|
| |
|
|
|
|
|
| |
PR: ports/90583
Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
* Warn on use of .tar.bz2 as an EXTRACT_SUFX [1]
* Throw a fatal error if INFO is defined, and install-info is called
directly [2]
* Throw a warning if install-info is called directly and INFO is not
defined [2]
PR: 89952 [2]
Requested by: Kövesdán Gábor <gabor.kovesdan@t-hosting.hu> [1]
|
| |
|
|
|
|
|
|
|
|
|
| |
be included if they exist in devel/portmk/Mk; otherwise, the fallback file
from ports/Mk will be used. This will allow us to remove local copies of
files once their changes are merged back into ports/Mk, so that not every
single change in ports/Mk needs to have a tracking commit made back into
devel/portmk/Mk. In theory this should allow us to integrate changes a
little more quickly.
|
|
|
|
| |
remove the example :-)
|
|
|
|
|
|
| |
framework is designed so that such things as FreshPorts, portsmon, and
the distfile survey can more easily maintain local changes without having
to re-merge them into their copies of bsd.port.mk all the time.
|
|
|
|
|
| |
This is a reminder that this change is not yet tested sufficiently to
go into the main bsd.port.mk.
|
|
|
|
| |
patch in ports/79123.
|
| |
|
|
|
|
|
| |
PR: ports/90403
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
* Fixes potential seg fault on 4.11 systems.
* Added log entry times
PR: 90339
Submitted by: maintainer
|
|
|
|
|
| |
PR: 90283
Submitted by: maintainer
|
|
|
|
| |
pthread, and bpm may use GnomeVFS via GtkFileChooser).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and bump PORTVERSION to 20051204.
(1) For years, I have experienced that portupgrade sometimes
runs very slow. After some investigation, I found that
"pkgdb -aF" is invoked from portupgrade or other programs
(such as portversion) without having sufficient privilege
to modify /var/db/pkg/, and that error is not caught by the
caller program, and "pkgdb -aF" is invoked repeatedlly.
So, I fixed the following things:
- When pkgdb internally invoked from other program exits
with error, make the caller program also exit with error.
- Display the error messages of pkgdb that run internally
from other program.
When portupgrade or other programs die with the following error,
** You do not own /var/db/pkg. (use -f to force or run as root)
Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ
please run "pkgdb -aF" as the user that owns /var/db/pkg (usually root).
(2) Make new tarball that contains the above fix and all
patches in files/. Bump PORTVERSION to 20051204 and change
MASTER_SITES.
PR: ports/89917
Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org>
|
|
|
|
|
|
|
|
|
|
|
| |
update sysutils/portmanager to 0.3.9_7
1. Fixes portmanager not honoring STOP/START statements
from its own config file, reported by Gerard Seibert
<gerard@seibercom.net>, Thanks!
PR: ports/89913
Submitted by: Michael C. Shultz <ringworm01@gmail.com>
|
|
|
|
|
|
| |
all the changes from Mk/bsd.apache.mk that need to be merged.
Pointy hat to: clement
|
|
|
|
|
|
|
|
|
|
|
|
| |
1, Fixes corruption of +CONTENTS files when portmanager is compiled in
BUILD_DEPENDS_ARE_LEAVES mode Bug identified by Jiawei Ye
<leafy7382@gmail.com>
2. Fixes parsing pkgtools.conf when arrays are used, patch
provided by dan@slightlystrange.org, thank you!
PR: ports/89903
Submitted by: Michael C. Shultz <ringworm01 -at- gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
FreeBSD packages
pkg-orphan is a console utility for managing orphan, i.e.
unreferenced FreeBSD packages. It finds all or selected
orphans and lets the user choose which ones to remove and
which ones to keep. It maintains a keep-list file, so
previously kept packages will be skipped automatically. In
batch mode, all packages, not present in the keep-list are
either deleted or kept in the list.
Since orphan packages are usually much fewer than non-orphan
ones, it can be useful for quickly finding and deleting
unused packages, even on a system with hundreds of them
installed.
Features:
- interactive and batch modes
- maintains a kept package list, to avoid asking for the same package again
- can delete packages recursively, but without deleting shared dependencies or
previously kept packages
- the keep-list file does not contain package versions, so upgrades generally
don't require editing of the file
WWW: http://sourceforge.net/projects/pkg-orphan/
- Victor Semionov
semionov@mail.b
PR: ports/89730
Submitted by: Victor Semionov <semionov@mail.bg>
|
|
|
|
|
|
|
|
|
|
| |
- Fixes when adding a new port with portmanager, +CONTENTS files being
corrupted.
- Improved logging of conflicting ports
Submitted by: "Michael C. Shultz" <ringworm01@gmail.com> (maintainer)
PR: ports/89716
|
|
|
|
|
|
| |
of an unique variable.
Requested by: kris@
|
|
|
|
|
|
|
|
| |
- Improve user interactive areas like conflicting ports and -slid
- Bump PORTREVISION
PR: ports/89653
Submitted by: Michael C. Shultz (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
It creates a whole lot of often used ports, so that after a cvsup
on a tinderbox build system, you can just tinderbuild this port and
all primary dependencies are updated.
If you think a port is missing, let me know!
Author: Edwin Groothuis <edwin@mavetju.org>
|
|
|
|
|
|
|
|
| |
- Fixes bug where if run with -f switch when portmanager updates itsself goes into endless loop.
Thanks to Gerard Seibert for helping to track this one down!
PR: 89609
Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
|
|
|
|
|
|
|
| |
/usr/local/bin/ruby are not installed.
PR: ports/89564
Submitted by: Michael C. Shultz (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
- Using ruby script provided by Jan Grant <Jan.Grant@bristol.ac.uk> if portupgrade is installed
portmanager also uses settings from pkgtools.conf in addition to those from its own conf file.
- Wild cards "*" may now be used in pm-020.conf, see man portmanager for details
- Automatic timeouts are re-enabled, stdin problem is solved.
- Fix build on 4.x (0.3.9)
PR: 89533
Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
|
| |
|
|
|
|
|
|
|
|
| |
$(basename ${INDEXFILE}).db, e.g. INDEX-6.db. (requested by kris)
- Add SHA256.
PR: ports/89520
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: ports/89513
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
hostsystem
This port contains a script for generating portaudit reports
for jails running on a FreeBSD system.
Jailaudit runs in the Host-system and uses portaudit to
create reports for every jail currently running.
It can also be used to send specific report-mails to the
owner of a jail by running it as a cronjob.
/etc/crontab example:
0 4 * * * * root /usr/local/bin/jailaudit mail admin@foo.bar "foo.example.com bar.example.com"
Sends reports-mails of the jails with the hostnames
foo.example.com and bar.example.com to the mailaddr.
admin@example.com.
WWW: http://outpost.h3q.org/software/jailaudit/
PR: ports/87581
Submitted by: Philipp Wuensche <cryx-ports@h3q.com>
|
|
|
|
|
|
|
|
|
|
| |
* Had to disable automatic timeouts until I learn how to properly close then open stdin.
0.3.8_1 will seg fault upon a second timeout and 0.3.8 leaves these random errors:
awk: i/o error occurred while closing /dev/stdin input record number
PR: 89424
Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
* Added --pristine mode that guarentees no inconsistancies in +CONTENTS files
* Fixed (I hope) stdin not being reopened properly after a [Y/N/A] timeout
* Fixed a segfault when portmanager reads a very old pre 4.11 +CONTENTS file,
identified by Andrew Gordon <arg@arg.me.uk>
PR: 89397
Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: ports/89315
Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
|
|
|
|
|
|
|
| |
* Work around a crash in Perl that can be triggered with complex regular
expressions [1]
Reported by: thierry and aspell [1]
|
|
|
|
|
|
|
|
|
|
|
| |
* USE_PYTHON still cannot be included after bsd.port.pre.mk
* USE_APACHE can now be included after bsd.port.pre.mk [1]
* Handle the new autotools world order
* Check that IGNORE is properly capitalized and terminated [2]
PR: 88546 [2]
Reported by: pav [1]
Submitted by: lawrance [2]
|
|
|
|
|
| |
PR: 89242
Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Craig Boston <craig@yekse.gank.org> brought to my attention a problem
with how dependency information is gathered in +CONTENT files.
portmanager -s (status report) uses port +CONTENT files to generate its
report and now that is proven as not 100% accurate. This patch modifies
the data source for status reports from +CONTENT files to the results
obtained when running make -V *_DEPENDS in each port directory.
PR: 89084
Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: 89040
Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
* Fixes bug where on initial installation if portmanager is run in single port update
mode first it is missing a database
* Added WITH_BUILD_DEPENDS_ARE_LEAVES information to man page
PR: 88953
Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
| |
FreeBSD 5-STABLE and 6-STABLE. Add conditional IGNORE lines to
reflect this.
PR: ports/88879 (portsnap)
Reminded by: delphij
Approved by: linimon
|
|
|
|
|
|
|
|
|
| |
* Fixed seg fault in -slid on 6.0 machines
* Fixed segfault when cvsup not set to delete and an installed port
is removed from the ports tree
PR: 88888
Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
|
|
|
|
|
|
|
| |
Add WITH_BUILD_DEPENDS_ARE_LEAVES in OPTIONS
PR: 88847
Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Adds ability to stop programs like postfix
from running during upgrade then restarts them
afterwards. See pm-020.conf-example or man page
for instructions
* Fixes reported bug where -slid option removes
the wrong port
* May fix a reported segfault at:
MGPMrCreateAllUpdateStatusDb.c:162
since user didn't include portmanager version or
uname -a output can't be certain fix is good
PR: 88800
Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* At user's request portmanager now respects a defined BATCH
* -sl works again, -sl and -slid options no longer consider
build dependencies as "leaves"
PR: 88744
Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
|
|
|
|
|
|
|
| |
* Cleaned up valgrind related nits and a few compiler warnings
PR: 88705
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
| |
Submitted by: maintainer via email.
|
|
|
|
|
|
|
| |
Take MAINTAINER
PR: 88630
Submitted by: Michael C. Shultz <ringworm01@gmail.com>
|
|
|
|
|
| |
PR: 88521
Submitted by: Michael C. Shultz <ringworm01@gmail.com>
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
ports/83514 - fix typo in bsd.port.mk: s/RC_ORDER/USE_RCORDER/g
ports/88466 - small update to bsd.port.mk for postgresql (support of 8.1)
exp build also contains ports/78596. It's worthless to backport it to
devel/portmk
|
|
|
|
| |
Noticed by: YAPHR
|
|
|
|
|
|
|
|
|
|
|
|
| |
===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.
to:
===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.
Approved by: maintainer
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION
Use OPTIONS
Use post-patch instead post-configure
Change PACKAGE_VERSION only if PORTREVISION != 0
PR: 87833 [1]
Submitted by: Helge Oldach <portmanageroct05@oldach.net> [1]
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add a check for improperly quoted COMMENTs. [1]
* Require quotes around all of BROKEN, FORBIDDEN, MANUAL_PACKAGE_BUILD,
NO_CDROM, NO_PACKAGE, and RESTRICTED. Also, enforce the obscure rules around
DEPRECATED. [2]
PR: 87273 [1]
87498 [2]
Submitted by: erwin [1]
fenner [2]
|
|
|
|
|
|
|
|
|
|
| |
required to build ports correctly with devel/portmk. Currently only USE_GMAKE
changes [1] are applied. It will be heavily used in the future to support
new knobs in b.p.m (like USE_APACHE, USE_TCL, new OPTIONS, etc.)
Currently patches are added by hand. I hope I can add soon an automated way
to submit patches.
[1] Submitted by: jylefort
|
|
|
|
|
|
|
|
| |
- fix PKG_ALTDEP does not work problem
PR: ports/54424
Submitted by: koma2@lovepeers.org (maintainer)
Approved by: bharat@menalto.com
|
|
|
|
| |
Reported by: kris
|
|
|
|
|
| |
PR: ports/87497
Submitted by: Michael C. Shultz <ringworm01@gmail.com>
|
|
|
|
|
|
|
| |
- bin/find_new_version.pl doesn't check URLs which are
already found a previous run.
- bin/mail_maintainers.pl mark a port as reported when you
have send email to a maintainer.
|
|
|
|
|
|
| |
If checksum should be equal to IGNORE and it doesn't have an entry in distinfo
check if it has already been "registered". In other words, if they're no
SHA256 checksum (which is the case IRL), fallback to MD5 checksum results.
|
|
|
|
|
| |
PR: ports/87349
Submitted by: Michael C. Shultz <ringworm01@gmail.com>
|
| |
|
|
|
|
|
|
| |
- You can run bin/find_new_versions.sh with a parameter which will
filter out the maintainer.
~/bin/find_new_versions.sh edwin@mavetju.org
|
|
|
|
| |
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/86776
|
|
|
|
| |
Tool to check for new ports distfiles availability.
|
|
|
|
|
|
|
|
| |
* Add a warning if only one MASTER_SITE is configured [1]
* Check for misspellings of INSTALLS_SHLIB [2]
PR: 87141 [2]
Requested by: kris [1]
|
| |
|
|
|
|
|
| |
PR: ports/86467
Submitted by: maintainer
|
|
|
|
|
|
| |
It's b0rked for compilers which don't support -fno-strict-aliasing
[1] ports/73797 : Be causious compiling with -O2 (use -fno-strict-aliasing)
|
|
|
|
|
| |
PR: ports/81481
Submitted by: Michael C. Shultz <ringworm01@gmail.com>
|
|
|
|
|
|
|
| |
- Introduce APACHE_COMPAT variable keep weak dependencies on APACHE_PORT
working
make INDEX is still broken
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove temporarily all eik's work. We'll try to find a decent way to deal
with major changes. Of course we'll reuse his good ideas
List of changes (PR - synopsis)
85695 - Add bsd.database.mk.
85669 - bsd.ports.subdir.mk: Ports not escape plus signal in make search
85488 - [PATCH] New "makepatch: " target to help ports authors
86106 - ${CC} should be added to ${MAKE_ENV} when ${USE_GMAKE} is set
84489 - Depreciated MACHINE_ARCH being used in bsd.port.mk
83835 - Remove OpenLDAP ver. 21
83718 - Add bsd.tcl.mk for convinience for tcl/tk ports
83716 - Fix cosmetic bug in security-check target
83710 - Add INDEX-7
82753 - patch to add functionality to ports macro bsd.port.subdir.mk
82138 - [patch] timewaster: remove old versions from bsd.port.mk
81206 - new category proposal: net-im
79509 - add .desktop file facilities to bsd.port.mk
79123 - [patch] bsd.port.mk - add SHA256 support to "make checksum"
74866 - Update Mk/bsd.port.mk to support python packages with OPTIONS
73797 - Be causious compiling with -O2 (use -fno-strict-aliasing)
85490 - [PATCH] If WANT_LINT is set, port building can break
XXXXX - Add bsd.apache.mk
|
|
|
|
|
| |
PR: ports/86272
Submitted by: Michael C. Shultz <ringworm01@gmail.com>
|
|
|
|
|
|
| |
PR: ports/86180
Reported by: Mike Lednev <liettneff@bk.ru>
Submitted by: Michael C. Shultz <ringworm01@gmail.com>
|
|
|
|
|
|
|
| |
which makes make_index not coredump when it encounters a circular
dependency in the ports tree.
Approved by: erwin
|
|
|
|
| |
warning which is more annoying than useful.
|
| |
|
|
|
|
|
|
|
| |
* USE_PYTHON can now safely appear after bsd.port.pre.mk
* Expand the .elseif search to cover ".else if" as well
* Don't complain on direct use of autotools if we're using USE_AUTOTOOLS
* Don't check embedded comments for direct command use
|
|
|
|
|
| |
PR: ports/85732
Submitted by: Andreas Fehlner <fehlner@gmx.de>
|
|
|
|
|
|
|
| |
Reported by: Igor Pokrovsky <ip@doom.homeunix.org>
Patched by: KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer)
Tested by: Igor Pokrovsky <ip@doom.homeunix.org>
Approved by: portmgr (krion)
|
|
|
|
|
|
|
| |
pipelined http code. This has no effect for anyone not using the
-x option to portsnap.
Approved by: pav
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds some new _experimental_ pipelined HTTP code which typically
makes portsnap 3-10 times faster at downloading updates. This
experimental code is disabled by default; to enable it, run portsnap
with the (undocumented) -x option. (e.g., "portsnap -x fetch")
I am not currently aware of any problems with this new code, but it has
had less than 24 hours of testing; I would definitely like to know if
it breaks anything.
If portsnap is run without the -x option, this version should behave
exactly the same way as the previous version.
Approved by: simon
|
|
|
|
|
|
| |
secteam@ instead of security@ to make it more clear that the ports are
not maintained by the freebsd-security@ mailing list. Both addresses
go to the same people.
|
|
|
|
|
| |
PR: 84029
Submitted by: edwin
|
|
|
|
|
| |
PR: ports/84278
Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer)
|
|
|
|
|
| |
PR: ports/84168
Submitted by: Thierry Besancon <Thierry.Besancon@math.jussieu.fr>
|
|
|
|
|
| |
PR: ports/84181
Submitted by: Michael C. Shultz <ringworm01@gmail.com> (ex-maintainer)
|
| |
|
| |
|
|
|
|
|
|
| |
several months (not responding to email).
Discussed among: portmgr team
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
pkg_genplist:
*) Fixed a problem that couldn't open plist when command line
arguments leads to change PKGNAME.
*) FIxed manpage filename mask to include '-' (reported by Radim
Kolar) [1]
pkg_trackinst:
*) Replaced a unfriendly exception with friendly message for
an error occurrs when Makefile doesn't exist in current
directory.
PR: 83224 [1]
Submitted by: Radim Kolar <hsn@netmag.cz> [1]
|
|
|
|
|
| |
PR: ports/71363
Submitted by: leeym
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/70156
Submitted by: clsung
- Add detection of leftover empty directories to leftover checking code
PR: ports/71363
Submitted by: leeym
|
|
|
|
|
|
|
| |
- allow build with openssl installed from ports.
PR: 76643
Reviewed by: William Fletcher
Approved by: MAINTAINER timeout
|
|
|
|
| |
Suggested by: nectar, remko
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Unbreak portaudit -vF.
- Sync usage with reality.
- Document the q, v, and V options.
- Markup fixes for the portaudit(1) manual page.
- Make quiet mode output even less "redundant" text [1].
- Set maintainership to security@. [2]
Suggested by: Phil Kernick philk at rotfl dot com dot au [1]
Suggested by: nectar, remko [2]
|
|
|
|
|
| |
didn't catch the missing ';'. This should fix the erroneous messages
about OPTIONS misuse.
|
|
|
|
|
|
|
|
|
|
| |
* Add '+' to the list of valid characters for file names in the warning
message.
* Check to make sure OPTIONS is specified before bsd.port.pre.mk (only if
OPTIONS is actually defined). [1]
PR: 82316 [1]
Submitted by: sem [1]
|
|
|
|
|
|
|
|
|
|
|
|
| |
(1) Do not change default dependency (depend on ruby-bdb1),
since ruby-bdb (BDB >= 2) support is not so tested.
(2) Thus, no PORTREVISION bump.
- a little Makefile change for portlint clean
PR: ports/82000
Submitted by: Alexander Novitsky <alecn@server.v42of.icc-vvd.ru>
Reviewed by: KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer)
|
|
|
|
|
|
|
| |
which only updates the INDEX files, and sets PATH to avoid problems
when running from per-user crontabs.
Approved by: pav
|
|
|
|
|
|
|
|
|
|
|
|
| |
fix minor documentation issues with the portsclean(1) manpage.
1. In the SYNOPSIS, the -L option is excluded.
2. In the description for the -Q option, an example of the -QQ option
is not given and since the other descriptions do this,
it looks nicer and is easier to read.
PR: ports/82666
Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer)
Pointed out by: Jason E. Hale <jhale@bluebottle.com>
|
|
|
|
| |
Simultaneously approved by: simon, tobez
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- change portupgrade-port-maintainership to KOMATSU Shinichiro-san
<koma2@lovepeers.org>
knu gave me approval to change portupgrade-port-maintainership to
KOMATSU-san. He is busy attending to his work. He gave me approval to
change some of his pr's responsible to me. I'll get work around
portupgrade pr with KOMATSU-san.
Submitted by: koma2@lovepeers.org
Approved by: knu
|
|
|
|
|
|
|
| |
plans for improvements (though I have ideas) I feel that portaudit is
too important to not have an active maintainer.
Approved by: portmgr (linimon)
|
|
|
|
|
|
|
| |
PR: ports/64650 [1], ports/69097 [2]
Submitted by: David Israelsson <david@israelsson.org> [1],
James Snow <snow@teardrop.org>
Approved by: maintainer timeout (1 year)
|
|
|
|
|
|
|
|
|
|
|
|
| |
every run, which also makes portversion(1) works for non-root users
again. This is done by simply having the flag file in /var/db/
(thanks to pav for the suggestion).
- While here anyway, fix some make warnings during install on FreeBSD 6.
PR: ports/81088
Reported by: many
Tested by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
Approved by: erwin (mentor)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
o add patch for ignoring special directoris in PORTSDIR
(such as distfiles and Tools)
PR: ports/80368
Submitted by: Radim Kolar <hsn@netmag.cz>
|
|
|
|
|
|
|
| |
- pkg_genplist check mode now ignores gconf entries when GCONF_SCHEMAS
is used. [1]
Advised by: pav [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Ported to Python 2.3. [1]
- It's now prohibited to run pkg_trackinst in ports directories.
- pkg_genplist now writes "-c" mode error output to the file
mentions on "-o" option.
- Fixed a problem that can't handle manpages containing "." (dots)
in their name. [1]
- pkg_genplist now bypasses command line arguments to make command
in build and install target.
PR: 80831 [1]
Submitted by: Radim Kolar <hsn@netmag.cz> [1]
|
|
|
|
|
| |
pkg_trackinst now carries its own install log library "insthook.so"
and is free from installwatch which is GPL-ed.
|
|
|
|
| |
Reported by: krion
|
|
|
|
|
|
|
|
|
|
|
| |
New features for 1.0:
* pkg_genplist has a new run-mode which checks and reports pkg-plist
of current port is correct and what files and/or dirs are missing
or obsolete.
* pkg_trackinst got new option that handles +INSTALL, +DEINSTALL,
+DISPLAY files of pkgdb.
* pkg_genplist can be set to write new pkg-plist file with another
file name than "pkg-plist" with -o option.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a pkg-plist/pkgdb auto-generator for unpackaged softwares or unfinished
ports. It provides two commands:
* pkg_trackinst:
Tracks installation of unpackaged software and writes pkgdb
entry using the install log. Then, it also creates a binary
package for the installed package.
* pkg_genplist:
Generates `pkg-plist' of a port in current directory automatically
by a test installation.
|
|
|
|
| |
No objections by: maintainer
|
|
|
|
|
|
| |
PR: ports/80264
Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
Approved by: adamw (implicit, mentor)
|
| |
|
|
|
|
| |
Reported by: many
|
|
|
|
|
|
| |
PR: 79872
Submitted by: Johan van Selst <johans@stack.nl>
Approved by: "."@babolo.ru (maintainer)
|
|
|
|
|
|
| |
PR: ports/74638
Submitted by: Sean Farley <sean-freebsd@farley.org>
Approved by: maintainer timeout (4 months)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Check to make sure only characters [-.a-zA-Z0-9_] appear in file names [1]
* Check for proper quoting of IGNORE and BROKEN [1]
* Check to see if README.html is being committed [1]
* Check for uses of .elseif [2]
Submitted by: krion [1]
Suggested by: bsdcrank <bsdcrank@squbes.com> [2]
|
|
|
|
|
|
|
|
| |
Security: CAN-2005-0610
Security: http://vuxml.FreeBSD.org/22f00553-a09d-11d9-a788-0001020eed82.html
Approved by: erwin (mentor), maintainer timeout
OK'ed by: portmgr
Reviewed by: nectar
|
|
|
|
| |
after 5.4-RELEASE.
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add a check to make sure a WWW is defined in pkg-descr (this is a nice
thing to have) [1]
* Add a slew of Java-related checks (see
http://wikitest.freebsd.org/moin.cgi/JavaPortlint for more details) [2]
* Add @mode to the list of plist directives to warn about [3]
PR: 78126 [1]
78947 [3]
Requested by: hq [2]
Submitted by: leeym [1]
Renato Botelho <renato@galle.com.br> [3]
|
|
|
|
|
| |
PR: ports/79036, ports/79154
Approved by: portmgr(kiron)
|
| |
|
|
|
|
|
|
| |
RELENG_4.
Approved by: pav
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* SHA-256 has replaced SHA-1 as a hash function used for verifying
integrity of the ports tree.
* The RSA signature verification is now performed using OpenSSL
rather than "borrowing" code from FreeBSD Update.
* In addition to distributing the ports tree, portsnap now also
produces up-to-date INDEX, INDEX-4, and INDEX-5 files.
* When fetching a series of patches, portsnap now prints a simple
progress indicator.
PR: ports/79044
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: ports/74916
Submitted by: Joel Diaz
Approved by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Added check for really old ports in PMGRrAddDependencies that
aborts portmanager and provides suggestion on how to update manually.
This is to fix a seg fault when @comment DEPORIGIN: is missing in
a port's +CONTENTS file
2) Incorporated Alistair Sutton's <alistair.sutton@gmail.com>
code that adds interactive update option "portmanager -ui".
3) Slowly switching licience from GNU to BSD in the sources
PR: ports/78839
Submitted by: Maintainer
|
| |
|
|
|
|
|
|
| |
PR: ports/78387
Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
Approved by: pav (mentor)
|
|
|
|
|
|
| |
PR: ports/78341
Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
Approved by: pav (mentor)
|
|
|
|
|
| |
PR: ports/78167
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Incorporated Florent Thoumie's <flz@xbsd.org> suggestion
of adding pkg-message so pkg users may also see it.
2) added handling of ports that conflict with ports that
are being upgraded, inspired by "Brian John" <brianjohn at fusemail.com>
3) Added percent done message to xterm title bar as requested by
<mark.magiera at gmail.com>
4) port is repackaged because too many changes to configure.ac
for a patch to be feasable
PR: 77942
Submitted by: Michael C. Shultz <ringworm01 at gmail.com>
|
|
|
|
|
| |
PR: 77836
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/77785
Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
| |
- Change email address from Verizon to gmail so I may hear from my european
friends
PR: ports/77575
Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
1) Some code clean up using valgrind
2) Added flushing of stdout/stderr so messages are
not lost when redirecting portmanager output to a file
PR: ports/77525
Submitted by: Michael C. Shultz <reso3w83@verizon.net> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
* Do not warn on direct command use if the command is preceeded by "--" [1]
* Add a check for ports installing charset.alias or locale.alias. In most
cases these ports should depend on libiconv or gettext, and not install
their own copies of these files [2]
PR: 77410 [2]
Requested by: gerald [1]
Submitted by: leeym [2]
|
|
|
|
|
|
|
|
|
|
|
| |
* Finally found and fixed the bug haunting portmanager for the past few
revisions. Portmanager now "flushes" after droping new records into it's
data bases :)
* Improvement of database code to handle wider variety of strings/character
codes merged from another project that uses libMG.
PR: ports/77409
Submitted by: Michael C. Shultz <reso3w83@verizon.net> (maintainer)
|
|
|
|
|
| |
PR: ports/77319
Submitted by: Michael C. Shultz <reso3w83@verizon.net> (maintainer)
|
|
|
|
|
|
|
|
|
| |
There may be a bug in edge cases where a port name originates from multiple
usr/ports directories. Patch allows printing of useful information if this
happens and hopefully traps the bug with assert statements.
PR: ports/77276
Submitted by: Michael C. Shultz <reso3w83@verizon.net> (maintainer)
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Fixed bug where ports were being updated for old dependencies
when they did not require it.
2) Added -sl option: show leaf ports (ports with no other ports
depending on them)
3) Added -slid option: interactivly delete leaf ports
PR: 77238
Submitted by: Michael C. Shultz <reso3w83 at verizon.net>
|
| |
|
|
|
|
|
|
|
|
| |
1) Add handling of identical portnames from differing origins in port tree
2) Minor bug fix involving portmanager's handling of missing dependencies
PR: ports/76872
Submitted by: maintainer
|
|
|
|
|
|
|
| |
config file the first time it is run after being installed.
PR: ports/76779
Submitted by: Michael C. Shultz <reso3w83@verizon.net> (maintainer)
|
|
|
|
|
|
|
|
| |
- fix compiler error on sparc64-6-latest
- other minor fixes
PR: ports/76739
Submitted by: maintainer
|
|
|
|
|
| |
PR: 76655
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
|
|
|
|
|
|
|
|
| |
1) added -ip "ignore port" command line option and the same for pm-020.conf
2) if a port fails to build, port manager now instead of failing, adds it to ignore.db then continues
PR: ports/76529
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/76453
Submitted by: Michael C. Shultz <reso3w83@verizon.net> (maintainer)
|
|
|
|
|
|
| |
PR: ports/76404
Submitted by: Renato Botelho <renato@galle.com.br>
Approved by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
|
|
|
|
|
|
|
| |
that it is far more bandwidth-efficient than CVSup in cases where the
ports tree is being updated every few days.
Approved by: pav
|
|
|
|
| |
Approved by: portmgr (krion).
|
|
|
|
| |
may adversely affect the port build. See the man page for details.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Made MGmDbArrayFree and MGmDbArray source in /libMG/src/libMG.h
more readable. Fixed a few bad mallocs in MGmDbArrayFree as well.
2) As per suggestions from John E Hein <jhein@timing.com> in
libPMGR/src/libPMGR.h removed hard coded paths and changed so
ports infrastructure files are accessed by using
$PORTSDIR & $PKG_DBDIR environment vars and fixed hard coded
path references in /portmanager/portmanager.c
3) In pmupgrade.c added an abort if error during clean in an attempt
to halt looping when a port conflict occurs, this is untested so
temporary for now.
4) libPMGR/src/PMGRrMakeDescribe.c fixed hard coded paths
5) pmupgrade.c fixed hard coded paths
6) pmupgrade.c Major cleanup of code, seperated upgrade routine into
upgrade, checkForOldDepencies, and PMGRrDoUpgrade routines.
7) fixed portmanager seg faulting when it self updates. (thanks to
"Noah" <admin2@enabled.com> for reporting
8) Added "HINTS AND TIPS" section to portmanager(1) man page.
PR: ports/75596
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
* Search port by "make search" (works on FreeBSD 5.3 as well)
* Bugfix: missing default server support on -o
PR: ports/75611
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
--
Fix the startup script for 4.x.
Submitted by: Nicole Thurner <thurners -at- t-online.de>
|
|
|
|
| |
Submitted by: <Nicole Thurner <thurners -at- t-online.de>
|
|
|
|
|
|
|
|
|
|
|
| |
package and lets you decide (in a beauty dialog interface) for each one
if you want to keep it or delete it.
This is similar to pkg_cutleaves, but it does not require any dependencies
and is done in visual, dialog(1) interface instead of command line.
PR: ports/75517
Submitted by: Timothy Redaelli <drizzt@gufi.org>
|
|
|
|
|
|
|
|
|
|
| |
- Change maintainer email
- Removed all html docs and replaced with man page
- Add WITH_DEBUG knob
- Cleaned up a few compile warnings
PR: ports/75413
Submitted by: Michael C. Shultz (maintainer)
|
|
|
|
|
|
|
|
| |
Reverse the condition to check if custom MAKE_ARGS is specified.
Submitted by: Max Laier <max@love2party.net>
D'oh!
|
|
|
|
|
|
|
| |
- Fix the startup script. (s/echo //)
- When INDEX is not found, try "make fetchindex" first, then try
"make index".
|
|
|
|
|
|
|
| |
I think I've been too long away from my ports work...
PR: ports/75468
Submitted by: Michael <mkuhn.nw 'at' web.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
portsdb(1):
- Add a -F flag, which calls make fetchindex internally to
update the ports index file.
portupgrade(1):
- Make -fP properly reinstall an installed package using a binary
package.
- Do not use a binary package when custom MAKE_ARGS or -m option is
defined, unless -PP is specified.
portsclean(1):
- -L: Make sure that a library does not shadow itself.
misc.:
- RcNG'ify the startup script.
- Do not use Object#class which is obsolete in Ruby >=1.8.
|
|
|
|
|
|
|
| |
internally when PORTVERSION is set. Instead, just scour the Makefile to
see if both PORTVERSION and DISTVERSION are defined.
Reported by: krion
|
|
|
|
|
|
| |
* Add support for the new DISTVERSION macro
Submitted by: lioux (plus some additional checks)
|
|
|
|
|
|
|
| |
extract`.
Bug noticed by: Dru Lavigne
With hats: pointy, maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. The working directory and ports directory can be specified
in the portsnap.conf configuration file.
2. Parts of the ports tree (down to the level of individual ports)
can be extracted (e.g., "portsnap extract security/freebsd-update").
This also adds an empty file, $PREFIX/portsnap/.package.this.directory,
which (as the name suggests) ensures that $PREFIX/portsnap/ will be
generated when a package is installed using pkg_add.
PR: 74835
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
port and INDEX builds on old (5.1 & 4.7?) releases.
PR: ports/74192
Reported by: Joe Horn
Approved by: mat
With hat: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Ignore comments when checking for absolute pathname usage
* Check DISTNAME for uses of PORTREVISION and PORTEPOCH [1]
* Make sure to quote meta-characters in PORTNAME before using it as a
regular expression [1]
* Fix bug when matching OPTIONS in ".if defined(WITH_OPT1) &&
defined(WITHOUT_OPT2)" [2]
* Update OMF checks to account for the new INSTALLS_OMF macro
* Update GConf checks to account for the new GCONF_SCHEMAS macro
PR: 73536 [2]
Submitted by: mat [1]
leeym [2]
|
|
|
|
|
|
|
| |
generation.
PR: ports/73612
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
|
| |
|
|
|
|
|
| |
Now that INDEX is no longer in CVS, don't append .www to the name when
downloading it.
|
|
|
|
| |
for the BSD ports system.
|
|
|
|
| |
big upgrade.
|
|
|
|
|
|
|
| |
- Remove hardcoded /usr/local
PR: ports/73625
Submitted by: cperciva (maintainer)
|
|
|
|
|
|
|
| |
has no "@comment ORIGIN:" in it.
PR: ports/73292
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/73323
Submitted by: Colin Percival <cperciva@daemonology.net>
|
|
|
|
|
| |
Recognize globs in port names.
Bump version to 2.8.0.
|
|
|
|
| |
the portaudit-db entry.
|
| |
|
| |
|
|
|
|
| |
and koffice.
|
|
|
|
|
|
|
| |
- fix bug in distfile:group handling
- fix bug in DISTDIR handling
- add code to better handle refetching of rerolled distfiles
- .PHONY -> .EXEC
|
| |
|
|
|
|
| |
Reported by: W.D. <WD@US-Webmasters.com>
|
| |
|
|
|
|
| |
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Check PLIST_FILES for shared libraries, and make sure
INSTALLS_SHLIB is defined [1]
* Check DATADIR and MAN3PREFIX macros [2]
* Check OPTIONS [3]
PR: 71405 [2]
71468 [3]
Requested by: michael johnson <ahze@ahze.net> [1]
Submitted by: leeym [2] [3]
|
|
|
|
|
|
|
| |
- Fix plist
PR: ports/72074
Submitted by: Michael C. Shultz <ringworm@inbox.lv> (maintainer)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (krion)
|
|
|
|
|
|
|
|
| |
- multi-gnome-terminal: information leak
- usermin: remote shell command injection and insecure installation
- mpg123: layer 2 decoder buffer overflow
Approved by: portmgr (implicit)
|
|
|
|
|
|
| |
- add some references
Approved by: portmgr (implicit)
|
| |
|
| |
|
|
|
|
| |
(first attempts to check the base system for vulnerabilities)
|
|
|
|
|
|
|
|
|
|
| |
- extend ImageMagick entry
- squid ntlm authentication helper DoS
- multiple vpopmail vulnerabilities
- first attempts to check the base system for vulnerabilities:
+ cvs server code
+ zlib DoS
- BSD license portaudit.xml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Switch the direct use of ``echo'' check to suggest ${ECHO_CMD} or
${ECHO_MSG} instead of ${ECHO} [1]
* Tighten the check for improper GConf schema handling so that we only look
in the GConf schemas directory [2]
* Correct some grammar mistakes [3]
* Avoid erroneous "direct use of command" warnings [4]
PR: 71159 [4]
Submitted by: gerald [1]
pav [3]
eik [4]
Reported by: pav [2]
|
|
|
|
|
|
|
|
|
|
| |
format, which has had several fields added to it. In addition, it
reacts badly when parse errors occur on the INDEX file, resulting in
double free()s. The patch works around both of these problems
until the next formal release.
PR: ports/71213
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/71138
Submitted by: Michael C. Shultz <ringworm at inbox dot lv> (maintainer)
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: marius
|