| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
The mission of the Trusted QSL Group is to keep eQSL an open and free
activity for amateur radio operators by promoting the
Digital Signature Standard (DSS).
PR: ports/70643
Submitted by: Diane Bruce <db@db.net>
|
|
|
|
|
| |
PR: ports/70693
Submitted by: Diane Bruce <db@db.net> (maintainer)
|
|
|
|
| |
IGNORE string (IGNORE strings should not be quoted).
|
| |
|
|
|
|
|
| |
PR: ports/70628
Submitted by: Ports Fury
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/70394
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
into separate ports. The OPTIONS will remain as of yet and trigger dependencies
now, for easy transition.
Update KOffice to version 1.3.2.
Add patches to fix a number of issues, including:
- fix kxkb on Xorg
- fix kdemultimedia WITH_MPEGLIB (now mpeglib_artsplug) compilation on gcc 3.4.2
with optimizations greater than -O
Add security related patches and entries to portaudit.txt.
|
| |
|
|
|
|
|
| |
PR: ports/70138
Submitted by: Andrey Slusar <vasallia@ukr.net>
|
|
|
|
|
| |
PR: ports/70104
Submitted by: maintainer
|
|
|
|
|
|
|
| |
- Requires hamlib
PR: ports/69946
Submitted by: Matt Dawson (maintainer)
|
|
|
|
|
| |
PR: ports/69955
Submitted by: maintainer
|
|
|
|
|
|
|
| |
All autotools ports are now truly versioned and do not conflict with each
other.
This marks the end of "Phase 1" of the autotools updates.
|
|
|
|
|
| |
PR: ports/69916
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer)
|
|
|
|
| |
breakage with gcc 3.4.
|
| |
|
|
|
|
|
| |
PR: ports/69773
Submitted by: Andrey Slusar <vasallia@ukr.net> (maintainer)
|
|
|
|
|
| |
PR: ports/69619
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
commenting of ttyclose() for __FreeBSD_version >= 502122.
First symptom.
# kldunload ltmdm.ko
kldunload: can't unload file: Device busy
Second symptom.
If ppp(8) used for connect /dev/cual0 and it was
disconnected, the new ppp session return the
following error in ppp.log:
tun0: Warning: deflink: /dev/cual0: Bad file descriptor
Bump PORTREVISION one more time.
|
|
|
|
|
| |
PR: 68689
Submitted by: Matt Dawson <matt@mattsnetwork.co.uk>
|
|
|
|
|
|
| |
PR: ports/69496
Submitted by: maintainer
Suggested by: Panagiotis Astithas
|
|
|
|
|
| |
PR: 69443
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
|
|
|
|
|
|
|
|
|
| |
one more time bump PORTREVISION.
Reset MAINTAINER field to ports@FreeBSD.org, because
Daniel O'Connor no longer have the hardware though.
Pointly hat: osa
|
|
|
|
|
|
|
|
| |
This is still untested on any architecture other than i386, so any
testing is encouraged!
PR: ports/69340
Submitted by: Guido Falsi (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2) Correct filename for patch, now it name is patch-sys-dev-ltmdm-ltmdmsio.c
3) Fix run on recent -CURRENT by removing ttyclose() calls
Symptoms:
# kldload ltmdm.ko
kldload: can't load ltmdm.ko: No such file or directory
# dmesg | head -1
link_elf: symbol ttyclose underfined
4) Move PORTDOCS from pkg-plist to Makefile
5) Utilize DATADIR macro
5) Reorganize install target for PORTDOCS
6) Bump ${PORTREVISION}
|
|
|
|
|
| |
infrastructure: patch-aa and patch-ac both patch the same
file: ${WRKSRC}/sys/dev/ltmdm/ltmdmsio.c.
|
|
|
|
|
|
|
|
|
|
| |
Symptoms:
1) kldload ltmdm.ko
kldload: can't load ltmdm.ko: No such file or directory
2) dmesg | head -1
link_elf: symbol ttyclose underfined
Bump PORTREVISION.
|
|
|
|
|
| |
PR: ports/69205
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
|
|
|
|
|
| |
PR: ports/69119
Submitted by: John Merryweather Cooper <johnmary@adelphia.net> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
----- Transcript of session follows -----
451 4.4.1 reply: read error from mix.premierbank.dp.ua.
<kot@premierbank.dp.ua>... Deferred
Message could not be delivered for 1 week
Message will be deleted from queue
For two consecutive weeks.
|
| |
|
|
|
|
|
| |
PR: ports/68873
Submitted by: Diane Bruce <db@heceta.db.net>
|
|
|
|
|
|
|
| |
Testing of both the bluetooth stack and this port (and the related openobex one) on non i386 machines are encouraged. Please report any problems.
PR: ports/68912
Submitted by: Guido Falsi (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
|
|
|
|
|
| |
PR: ports/68818
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/68803
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/68812
Submitted by: maintainer
|
|
|
|
|
| |
PR: 68802
Submitted by: Ari Suutari <ari.suutari@syncrontech.com> (maintainer)
|
|
|
|
|
|
|
|
| |
APRS is Amateur Position Reporting System. It's a system for handling
real time information across radio and internet links.
PR: ports/68655
Submitted by: Carl Makin <carl@stagecraft.cx>
|
|
|
|
|
| |
PR: ports/68654 (based on)
Submitted by: Carl Makin <carl@stagecraft.cx> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
| |
element files
PR: ports/68649
Submitted by: Diane Bruce <db@heceta.db.net>
|
|
|
|
|
| |
PR: ports/68651
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer)
|
|
|
|
|
| |
PR: ports/68587
Submitted by: Diane Bruce <db@night.db.net>
|
|
|
|
|
|
|
| |
on a Nokia 5510 cell phone.
PR: ports/68565
Submitted by: Aleksander Fafula [alex@fafula.com]
|
|
|
|
|
|
|
| |
<Darius> and tell phk to stop breaking tty source compat!
Submitted by: darius@dons.net.au
Reviewed by: Barney Wolff <barney@databus.com>
|
|
|
|
|
|
|
| |
PBX.
PR: ports/68271
Submitted by: Konstantin Reznichenko <kot@premierbank.dp.ua>
|
|
|
|
|
| |
PR: ports/68430
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/68417
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer)
|
|
|
|
|
|
|
| |
reimplementation for UNIX
PR: ports/68350
Submitted by: Diane Bruce <db@db.net>
|
|
|
|
| |
Requested by: kris
|
|
|
|
|
|
|
| |
radio satellites.
PR: ports/68283
Submitted by: Diane Bruce <db@db.net>
|
|
|
|
|
|
|
| |
- Remove dead MASTER_SITE
PR: ports/68342
Submitted by: John Johnson <bio.metrix@gte.net>
|
| |
|
|
|
|
|
| |
PR: ports/68107
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
| |
pointers
(http://www.freebsd.org/cgi/getmsg.cgi?fetch=531835+534145+/usr/local/www/db/text/2004/cvs-all/20040613.cvs-all)
Submitted by: Daniel O'Connor <doconnor-NOSPAM@gsoft.com.au>
|
|
|
|
|
| |
PR: ports/63981
Submitted by: Antoine Jacoutot <ajacoutot@lphp.org>
|
|
|
|
|
| |
PR: ports/67942
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/63024
Submitted by: Jakub Klausa <jacke@bofh.pl>
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/67684
Submitted by: Andrey Slusar <vasallia@ukr.net> (maintainer)
|
|
|
|
|
| |
PR: ports/67605
Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> (maintainer)
|
|
|
|
|
|
|
| |
- Shorten pkg-descr
PR: ports/67604
Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
| |
- Add patch to fix emsi traffic information
- Install docs and utils from contrib
- Fix pkg-message
PR: ports/67557
Submitted by: Andrey Slusar <vasallia@ukr.net> (maintainer)
|
|
|
|
| |
Submitted by: Matt Dawson <matt@mattsnetwork.co.uk>
|
|
|
|
|
| |
PR: ports/66778
Submitted by: Matt Dawson <matt@mattsnetwork.co.uk>
|
|
|
|
|
| |
PR: ports/67509
Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> (maintainer)
|
|
|
|
| |
Enable PAM support by default.
|
|
|
|
| |
to work on FreeBSD for now. Should have done this a while back.
|
|
|
|
|
|
|
|
| |
supporting all modem and ip fido protocols.
PR: ports/67320
Submitted by: Andrey Slusar <vasallia@ukr.net>
Repocopy by: marcus
|
|
|
|
|
|
| |
PR: ports/67354
Submitted by: Andrey Slusar <vasallia@ukr.net>,
Denis Shaposhnikov <dsh@neva.vlink.ru> (maintainer)
|
|
|
|
|
|
|
| |
- Respect it in pkg-plist
- Pass maintainership to submitter
Submitted by: Andrey Slusar <vasallia@ukr.net>
|
|
|
|
|
| |
PR: ports/67367
Submitted by: Andrey Slusar <vasallia@ukr.net>
|
| |
|
|
|
|
|
|
| |
PR: ports/65839
Submitted by: Michael Johnson
Approved by: maintainer timeoute (busy)
|
|
|
|
|
| |
PR: ports/67218
Submitted by: Paul Everlund <tdv94ped@cs.umu.se> (maintainer)
|
|
|
|
|
| |
PR: ports/67165
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/67037
Submitted by: Matt Dawson <matt@mattsnetwork.co.uk>
|
|
|
|
|
|
|
| |
- since I'm there, create the spool directory for a port installation.
PR: ports/62617
Submitted by: Mike Andrews
|
|
|
|
|
|
|
|
| |
outside of i386) [1]
- While here, convert pkgconfig dependency to USE_GNOME
PR: ports/66572 [1]
Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
|
|
|
|
|
| |
PR: 66502
Submitted by: Gea-Suan Lin <gslin@netnews.NCTU.edu.tw> (maintainer)
|
|
|
|
|
|
|
|
| |
longlat2locator function which requires an extra function to be passed.
PR: ports/66409
Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> (maintainer)
Approved by: adamw (mentor)
|
|
|
|
|
|
|
|
| |
- add '#include' capability to conserver.cf file.
- add '@group' syntax to conserver.cf file.
- add 'initdelay' option.
See CHANGES for details.
|
|
|
|
|
| |
PR: ports/66212
Submitted by: Jean-Baptiste Quenot (maintainer)
|
|
|
|
|
| |
PR: ports/66183
Submitted by: Palle Girgensohn <girgen@pingpong.net>
|
|
|
|
|
| |
PR: ports/66097
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
|
|
|
|
|
| |
PR: ports/65819
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
|
|
|
|
| |
Approved by: marcus (portmgr)
|
|
|
|
|
|
| |
PR: ports/63013, ports/65758
Submitted by: Sebastian Yepes F. [ESN] <esn@x123.info> (maintainer)
Carl Makin <carl@stagecraft.cx>
|
| |
|
|
|
|
| |
Pointy hat to: kris
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to documentation. Except from diff:
+I had somehow lost the edit to ckutio.c that changed the UUCP lockfile for
+Mac OS X from /var/spool/uucp to /var/spool/lock. So I slipped it in and
+re-uploaded version 8.0.211. You can tell the difference because SHOW
+VERSIONS has a 17 Apr 2004 for the Communications I/O module. Also the 10.3
+executable now has a designer banner: "Mac OS X 10.3". makefile, ckuver.h,
+ckutio.c, ckuus[45].c, 17 Apr 2004.
PR: ports/65694
Reported by: Helge Oldach <kermitmar04@oldach.net>
|
| |
|
|
|
|
|
|
| |
PR: ports/65357
Submitted by: Tijl Coosemans (maintainer)
Approved by: linimon (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This program is a Gtk+/Gtkmm front end for the efax program for
receiving and sending faxes with a fax modem. Any files to be faxed
must be in postscript format, which is the generic printer format for
Unix/Linux systems. The program will use ghostscript to convert these
into the Group 3 fax format which the fax modem will understand.
WWW: http://www.cvine.freeserve.co.uk/efax-gtk/
PR: ports/63844
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com>
|
|
|
|
|
| |
PR: ports/65547
Submitted by: maintainer
|
|
|
|
| |
- Drop maintainership.
|
| |
|
|
|
|
|
| |
PR: ports/65449
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/65323
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
| |
category makefile.
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR: 59651
|
| |
|
|
|
|
| |
Approved by: portmgr
|
|
|
|
| |
Reported by: bento via kris
|
|
|
|
|
|
|
|
| |
exercises: Classic exercise, the Koch method, Callsign exercise, and
exercises read from files.
PR: ports/64358
Submitted by: Scott Lambert <lambert@lambertfam.org>
|
| |
|
|
|
|
|
|
|
|
| |
- Remove auto*tools support
- Bump PORTREVISION
PR: ports/64627
Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
|
|
|
|
|
|
|
|
|
| |
to transport files over OBEX protocol. This only works for Bluetooth
and needs -CURRENT as of January 20 or newer (sdpd import) to work,
so IGNORE on 5.2.1-R and older.
PR: ports/64597
Submitted by: Guido Falsi <mad@madpilot.net>
|
|
|
|
|
|
|
|
|
| |
a data over infrared and Bluetooth.
This port is adapted to work with FreeBSD Bluetooth stack.
PR: ports/64596
Submitted by: Guido Falsi <mad@madpilot.net>
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
| |
it covers the correct scope.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
| |
Approved by: maintainers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- better handling of client command (^Ec|) when user is bumped,
conserver is reconfigured, etc
- added 'initsubst' option for 'initcmd' substitutions like
'devicesubst' and 'execsubst'
- modified and added to *subst (initsubst, etc) syntax to allow
for flexibility and future enhancement
- changed 'port' and 'portinc' minimums from 1 to 0 - it allows
more flexibility and helps with 0-based counting
- added --with-extmsgs configure switch to enable entertaining
messages
- added ability to "move" to a new console via '^Ec;'
- added a dump of console information when -S is used twice
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
|
|
|
|
|
|
|
| |
the USE_<x> equivalents. In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.
First in a series of major autotools cleanups.
|
|
|
|
|
| |
PR: 63934
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Important changes:
==================
KDE:
- Audio/arts does not install artswrapper anymore, instead it is provided by
audio/artswrapper. See UPDATING.
- misc/kdeaddons3 is now a metaport with
editors/kate-plugins
editors/vimpart
games/atlantikdesigner
misc/kaddressbook-plugins
misc/kfile-plugins
misc/kicker-applets
misc/knewsticker-scripts
misc/konq-plugins
misc/ksig
misc/renamedlgplugins
multimedia/noatun-plugins
net/kontact-plugins
as slave ports.
- A number of KDE ports now uses OPTIONS do make various WITH_* options more
visible.
- Plist fixes
- devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for
newly created projects.
- kdebase will no longer remove previous KDM configurations. This won't take
effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still
remove the configuration), but subsequent updates will merge old configs.
QT:
- Previous versions of QT could be compiled with debugging-support enabled by
defining DEBUG. This switch has been renamed to the more unambiguous
WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports).
|
|
|
|
|
| |
PR: ports/63893
Submitted by: maintainer
|
| |
|
|
|
|
| |
No cookies for: patrick
|
|
|
|
|
| |
PR: 61770
Submitted by: Matt Dawson <matt@mattsnetwork.co.uk>
|
| |
|
|
|
|
|
| |
PR: ports/63281
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
|
| |
|
|
|
|
|
| |
PR: ports/63212
Submitted by: Dominic Mitchell <dom@happygiraffe.net> (maintainer)
|
|
|
|
| |
Reported by: bento via kris
|
|
|
|
| |
Submitted by: Andy Gilligan <andy@glbx.net> (maintainer)
|
| |
|
| |
|
|
|
|
| |
half year ago. Unbreak.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/62839
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
|
|
|
|
|
|
|
| |
- Give maintainership to submitter
PR: ports/62800
Submitted by: Guido Falsi <mad@madpilot.net>
|
| |
|
|
|
|
|
|
| |
PR: ports/59842
Submitted by: Ports Fury
Approved by: maintainer timeout (6 weeks)
|
| |
|
| |
|
| |
|
|
|
|
| |
Reviewed by: marcus
|
|
|
|
| |
Submitted by: lioux
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Important changes:
==================
- Kmail and knode have been moved from kdenetwork to kdepim. This
means you will have to install kdepim if you want to continue using
kmail or knode. This is to ease integration with korganizer, in
the new 'Kontact' application.
- The arabic translations for KDE and KOffice have been moved from
misc to the arabic category.
- There is a new module called kdeaccessibility in the accessibility
category. It contains a few utilities for disabled users like a
magnification lens and a text-to-speech frontend.
- In KDM, you need to select the 'CUSTOM' session profile in order
to have your .xsession executed. This is particularly important if
you're using the aegypten tools
(http://freebsd.kde.org/howtos/aegypten-kmail.php).
- We have started making more parts of the ports optional. In kdepim,
both Kandy and KPilot can be turned off with ports-knobs. This
process will continue in the 3.2 series.
|
| |
|
| |
|
|
|
|
|
|
| |
bsd.port.mk.
Submitted by: kris
|
|
|
|
| |
(Part 2)
|
|
|
|
| |
(Part 1)
|
|
|
|
|
| |
Submitted by: trevor
Tested by: bento
|
| |
|
|
|
|
|
|
| |
- Add backup MASTER_SITE
Submitted by: maintainer
|
|
|
|
| |
Reported by: bento via kris
|
| |
|
|
|
|
|
| |
PR: ports/61983
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
written using Gtk+ and Gnome widgets by Alexandru Csete.
Part of the grounstation suite, it purpose is to control
an amateur radio transceiver from X. It supports any of
the transceivers that hamlib supports, including rpc.rigd
over the network. However, at present only a subset of the
hamlib functions are provided.
The groundstation suite comprises Gnome-rig and Gnome-predict
and is intended to provide a low-cost amateur radio station
with the facilities of a high-end satellite station.
WWW: http://groundstation.sourceforge.net/
PR: ports/61729
Submitted by: Matt Dawson <matt@mattsnetwork.co.uk>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
written using Gtk+ and Gnome widgets by Alexandru Csete.
Part of the grounstation suite, its purpose is to track
the various amateur, weather and military satellites that
are of interest to radio amateurs.
The groundstation suite comprises Gnome-rig and Gnome-predict
and is intended to provide a low-cost amateur radio station
with the facilities of a high-end satellite station.
WWW: http://groundstation.sourceforge.net/
PR: ports/61727
Submitted by: Matt Dawson <matt@mattsnetwork.co.uk>
|
|
|
|
|
|
| |
PR: ports/61670
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Approved by: maintainer
|
|
|
|
| |
Submitted by: linimon
|
|
|
|
| |
Submitted by: guy@device.dyndns.org
|
|
|
|
|
| |
PR: ports/61319
Submitted by: Kirill Bezzubets <kirill@mpool.solaris.ru> (maintainer)
|
|
|
|
| |
Submitted by: guy@device.dyndns.org
|
|
|
|
|
|
| |
me@ has not been active in the FreeBSD community for some time now.
Reviewed by: portmgr@FreeBSD.org (a month or so ago)
|
|
|
|
|
| |
PR: 61176
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The comms/qpage port has a few minor problems. A default installation gives
the following errors when the /usr/local/etc/rc.d/qpage.sh script is
execute:
qpage[68438]: cannot open /etc/qpage.cf: No such file or directory
qpage[68438]: cannot access LockDir(/var/spool/lock): Permission denied
qpage[68438]: cannot access QueueDir(/var/spool/qpage): No such file or directory
qpage[68438]: cannot chdir to QueueDir(/var/spool/qpage): No such file or directory
In short:
1) qpage looks for its configuration file in /etc instead of /usr/local/etc
2) It setuid()'s to a user (daemon) without permission to access /var/spool/lock
but does not document this anywhere outside of the source.
3) It's queue directory is not created by installing the port.
PR: ports/48059
Submitted by: Kirk Strauser <kirk@strauser.com>
|
|
|
|
|
|
|
| |
- Fix pkg-plist: .mo files do not seem to get installed
PR: 61121 [1]
Submitted by: Guido Falsi <mad@madpilot.net>
|
|
|
|
|
|
|
| |
An infra-red remote controller library interface for Python.
PR: 60989
Submitted by: Lewis Thompson <purple@lewiz.net>
|
|
|
|
|
|
|
|
| |
headers in certain files. It also blindly assumed the default prefix
for the etc directory was /etc. Also pet portlint.
PR: ports/60680
Submitted by: Samy Al Bahra <samy@kerneled.com>
|
|
|
|
|
| |
PR: ports/60675
Submitted by: Samy Al Bahra <samy@kerneled.com>
|
|
|
|
|
|
| |
PR: ports/59495
Submitted by: Matthias Andree <matthias.andree@web.de>
Approved by: maintainer timeout (1 month)
|
|
|
|
|
| |
PR: ports/60546
Submitted by: Kirill Bezzubets <kirill@solaris.ru>
|
|
|
|
|
|
|
|
| |
to their historical values as in r1.1. Once the port is added,
these lines should not change.
(This commit fixes the last reference to ports@FreeBSD.org in ports'
Makefiles that does not use the canonical capitalization form)
|
| |
|
|
|
|
|
| |
PR: ports/60297
Submitted by: Guido Falsi <mad@madpilot.net>
|
|
|
|
|
|
|
| |
newly build libgnokii on linking.
PR: ports/60253
Reported by: Krzysztof Stryjek <wtp+gnokii@bsdguru.org>
|
|
|
|
| |
Pointy hat to: pav
|
|
|
|
|
|
|
| |
over cable, infra and Bluetooth.
PR: ports/60211
Submitted by: Kirill Bezzubets <kirill@solaris.ru>
|
|
|
|
|
| |
PR: ports/60206
Submitted by: Sebastian Yepes F. [ESN] <esn@x123.info> (maintainer)
|
|
|
|
|
| |
PR: ports/52319
Submitted by: Sebastian Yepes <esn@x123.info>
|
| |
|
|
|
|
|
|
|
| |
used to live under ${MASTER_SITE_LOCAL}/asami/LOCAL_PORTS to my own
public_distfiles.
No version changes involved.
|
| |
|
| |
|
|
|
|
| |
email address.
|
| |
|
|
|
|
|
|
|
|
| |
short text messages to cell phones. Port contains python module
and a command-line client 'sms'.
PR: ports/59987
Submitted by: Andy Gilligan <andy@evo6.org>
|
|
|
|
|
|
|
| |
over ham radio.
PR: ports/53444
Submitted by: Carl Makin <carl@stagecraft.cx>
|
| |
|
|
|
|
|
|
|
|
|
| |
- Add WITH_SMSD knob to enable build of SMS messaging daemon
with optional MySQL or Postgresql backend
PR: ports/54498
Submitted by: Guido Falsi <mad@madpilot.net>
Approved by: adamw (mentor)
|
| |
|
|
|
|
|
|
|
| |
- Revert logic, i386 seems to be the only ARCH with APM
Submitted by: Adriaan de Groot
Approved by: portmgr (marcus)
|
|
|
|
| |
about default compilation directories, do not work on 5.x for some reason.
|
|
|
|
| |
be made to work.
|
|
|
|
|
|
|
|
| |
- Pet portlint
- Bump PORTREVISION
PR: 31910
Submitted by: Shaun Branden <shaun@pcuse.com>
|
|
|
|
|
| |
PR: 59109
Approved by: marcus (mentor)
|
| |
|
|
|
|
|
| |
Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
PR: 59378
|
| |
|
|
|
|
|
| |
PR: 47656
Submitted by: Simon 'portlint' Schubert <corecode@corecode.ath.cx>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Notify from: kris via bento
Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
PR: ports/57941
|
|
|
|
|
|
|
|
| |
*** addresses that may be dead, even though the error is temporary:
*** addresses that seem to be dead, but give a hint to a new address:
PR: ports/58694
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
|
| |
|
|
|
|
|
| |
Google was one project that appeared to be based on this source code:
http://cvs.synchro.net/cgi-bin/viewcvs.cgi/src/stp.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
** HEADS UP! **
This major version up includes configuration file format change.
Please convert your conserver.cf before using new vewsion.
And $USE_RC_SUBR is used in this port. You need to set
conserver_enable="YES" to your /etc/rc.conf to use conserver daemon.
|
|
|
|
|
| |
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
|
|
|
|
|
|
|
| |
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992
|
|
|
|
|
| |
Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
PR: 58328, 58329, 58330
|
|
|
|
| |
nowadays.
|
|
|
|
|
|
|
|
|
| |
of each port on bento and for recent fixes. Unfortunately at some point I
got confused and switched to the wrong list :-) As a result I picked up a
number of ports that were fixed a while ago. Sorry for the false alarm,
maintainers.
Pointy hat to: kris
|
| |
|
|
|
|
| |
Noticed by: bento
|
| |
|
|
|
|
| |
Noticed by: bento
|
|
|
|
|
|
| |
bump PORTREVISION
Noted By: bento
|
| |
|