| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Approved by: portmgr (kris)
|
|
|
|
|
|
|
|
|
|
|
| |
of Jingle and Jingle-Audio
o It only provides:
1) STUN server which implements the STUN protocol for Simple
Traversal of UDP over NAT.
2) Relay server that may be used to relay traffic when a direct
peer-to-peer connection could not be established.
o The port itself does not install any libraries. It only uses them
for these 2 sample servers.
|
|
|
|
|
| |
in fielding configuration questions for these modules given better available
alternatives.
|
|
|
|
|
|
|
| |
Change some URLs from author dirs to dist dirs.
The example in the porter's handbook didn't have the trailing slash;
mea culpa for not having caught that when it went in.
|
|
|
|
|
|
|
| |
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- portlint(1)
PR: 93417
Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org>
Approved by: maintainer
|
|
|
|
|
| |
PR: 93193
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
| |
- Upgrade to the use of libtool:15
|
|
|
|
|
|
|
|
|
| |
Add some additional instructions required for ymessenger to run.
Bump PORTREVISION.
PR: ports/91491
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
Approved by: sethk@meowfishies.com (maintainer, timeout 4 weeks)
|
|
|
|
|
| |
PR: ports/92849
Submitted by: hamigua <relaxbsd@gmail.com> (maintainer in disguise)
|
|
|
|
| |
Changelog at <http://www.mercury.to/index.php?sub=Changelog>.
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
|
|
| |
Security: Fixes local root exploit (see ports/92359)
Submitted by: Ion-Mihai IOnut Tetcu <itetcu@people.tecnik93.com>
(maintainer)
PR: ports/92554
|
| |
|
|
|
|
|
|
|
|
| |
- Add SHA256 checksum
- Add dependency for databases/py-pysqlite21
PR: 91400
Submitted by: Herbert J. Skuhra <h.skuhra at gmail.com>
|
|
|
|
|
|
|
|
| |
- Take maintainership
PR: ports/92415
Submitted by: garga
Approved by: ex-maintainer via email
|
|
|
|
|
|
|
|
|
| |
Replace a trivial patch with REINPLACE_CMD
Update pkg-descr
PR: ports/92372
Submitted by: Johan van Selst <johans@stack.nl>
Approved by: garga (mentor)
|
|
|
|
|
| |
PR: ports/92333
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
|
| |
|
|
|
|
|
|
|
|
|
| |
Messages can be sent both to individual recipients and chatrooms.
WWW: http://www.djcbsoftware.nl/code/sendxmpp/
PR: ports/92254
Submitted by: Max E. Kuznecov <mek@mek.uz.ua>
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
- Rework on rc.d script
- Remove obsolete USE_REINPLACE
PR: ports/92259
Submitted by: garga
Approved by: maintainer
Reported by: krismail [1]
|
|
|
|
|
|
|
| |
- Rework rc.d script accordingly handbook
- Remove obsolete USE_REINPLACE
Reported by: krismail [1]
|
|
|
|
|
|
|
| |
- Fix rc.d installation [1]
- Remove obsolete USE_REINPLACE
Reported by: krismail [1]
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
|
| |
of them.
Submitted by: Brad Davis <so14k@so14k.com>
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/92054
Submitted by: Lapo Luchini <lapo@lapo.it>
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
|
|
|
|
|
|
|
|
| |
- Change BROKEN with ONLY_FOR_ARCHS
- Utilize %%DATADIR%%
PR: ports/92077
Submitted by: Johan van Selst <johans@stack.nl>
|
|
|
|
| |
- Don't prune empty directories.
|
|
|
|
|
| |
PR: ports/92045
Submitted by: Denis Shaposhnikov (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Shared lib version and PORTREVISION bumb for all affected ports.
While I'm here:
- Remove USE_MESA knob where it was (35 ports).
It marked as depricated for 2 years.
PR: ports/90247
Submitted by: Ermal Lu?i <eri--@albabsd.org>
|
| |
|
|
|
|
|
| |
<cedric@cedric.trix.net>... Deferred: Operation timed out with mail.trix.net.
Message could not be delivered for 5 days
|
|
|
|
| |
- Remove two patches
|
| |
|
|
|
|
|
|
|
|
| |
Upgrade to ejabberd-1.0.0
PR: ports/90597
Submitted by: Denis Shaposhnikov <dsh@vlink.ru>
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
base rcorder, hard coded variable values in these scripts
are overriding the values in /etc/rc.conf[.local] (due to
the way that variables from the latter are read at boot time).
Therefore, change the boot scripts to set default values only
if the variable is unset in /etc/rc.conf[.local]. This will
allow the service to start at boot time if it's been enabled
as the user would expect.
This change will be a noop for users who have systems that
have not yet been upgraded to the new rc.d code in the base.
In many cases there are other variables in the scripts that
should get similar treatment, however I did not change
anything other than the _enable lines. I'll leave the rest
up to the maintainers to do as they see fit.
Bump PORTREVISION to make sure that users and packages
pick up this change.
|
|
|
|
|
|
|
| |
Fix startup rc.d script for new rcNG order.
PR: ports/91415
Submitted by: Denis Shaposhnikov <dsh@vlink.ru>
|
|
|
|
|
|
|
| |
Upgrade to 0.9.8.a.20051130, the latest version.
PR: ports/91395
Submitted by: Denis Shaposhnikov <dsh@vlink.ru>
|
| |
|
| |
|
|
|
|
| |
PR: ports/91270
|
| |
|