security.bsd.see_other_uids sysctl feature, a lsof binary that was built
without HASSECURITY does not report any additional information
whensecurity.bsd.see_other_uids is set to 0.
It would be nice to get rid of this since enabling HASSECURITY has the nasty
side effect that non-root users cannot use lsof to look at processes other than
their own even if they a member of group kmem.
PR: ports/132557
Submitted by: Craig Leres <leres@ee.lbl.gov>
Approved by: maintainer, so (cperciva)
both current (fc4) and future linux (f8) distributions at one
ports tree.
The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.
The idea was taken from bsd.gnome.mk and others.
More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.
Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.
Other changes are coming. Stay tuned!
PR: ports/132510
Submitted by: bsam (me)
Exp-run by: portmgr (pav)
within the rc.d system. It may also be used to execute any of these
scripts with the parameters provided.
PR: ports/132586
Submitted by: Dylan Bridgman
way.
This fixes the failure to find gd.h thus enabling building WITH_CGI. [1]
The strange thing is that it doen't fail w/o CONIFGURE_ENV on tindys, only on
any other machine.
Reported by: Robert Huff, Simon Wright [1]
Lire 2.1 is available for download from http://download.logreport.org/pub/.
Major changes since 2.0.3 (the previous stable release):
- Lire now requires DBD::SQLite, which uses SQLite 3.0. (SQLite 2 has
become obsolete and is no longer supported). This means that the
Lire database format has changed. If you have one or more old lire
stores, you will need to convert each of them from SQLite2 format to
SQLite3 format, like this:
sqlite oldstore.db .dump | sqlite3 newstore.db
This assumes that you have both sqlite2 and sqlite3 installed on your
system, and that the names of the command line interface for the old
and new version are sqlite and sqlite3 respectively (this is at least
correct for Fedora). After completion of the conversion(s), and
after upgrading to Lire 2.1, SQLite 2 can be removed from your
system, unless it is used by other applications than Lire of course.
- Improvement in exim2dlf, thanks to a patch contributed by Adrian Phillips.
Version 4.67 of exim introduced pid to log_selector, exim2dlf now supports
such log files too. See also
http://lists.logreport.org/pipermail/development/2008/000934.html. Note
that compatibility with pre-4.67 exim logfiles is preserved by this patch.
- Added the merge2combined and dlf2combined www scripts for merging web
server logs of different types into one log file in combined format.
FUSE. Afuse currently implements the most basic functionality that can
be expected by an automounter; that is it manages a directory of virtual
directories. If one of these virtual directories is accessed and is not
already automounted, afuse will attempt to mount a filesystem onto that
directory. If the mount succeeds the requested access proceeds as normal,
otherwise it will fail with an error.
The advantage of using afuse over traditional automounters is that afuse
is designed to run entirely in user-space by individual users. This way an
automounting action can take advantage of the invoking users environment,
for example allowing access to an ssh-agent for password-less sshfs
mounts, or allowing access to a graphical environment to get user input
to complete a mount (i.e. popping up a window asking for a password).
WWW: http://afuse.sourceforge.net/
PR: 132309
Submitted by: Alexander Logvinov <ports at logvinov dot com>
multimedia/phonon port has been split into phonon itself, phonon-xine
and phono-gstreamer backends. After updating phonon port you have
to install at least one backend. phonon-xine backend is recommended
for KDE.
kvm_t kv was not set to zero and therefore kvm_open(3) was not called.
Fix another SIGSEGV in ps caused by the -O compile flag) when the -ef
flags are passed to ps.
Approved by: gahr (maintainer)
Hidesvn is a small script that starts new processes with a library
preloaded that hides .svn directories from readdir(). This is very
useful when grepping the FreeBSD source tree.
Reviewed by: garga
driver has the ability to open character devices, but in our case
syscons always owns the devices. This should allow usb only
setups as well as help people who are setting xorg input options
on usb devices.
PR: 132270
Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
Approved by: marcus
The settings manager allows you to customize your desktop environment in
an easy and intuitive way. You can set some hardware components such as
mouse, keyboard or display; but also theme your windows, widgets and icons,
set your preferred applications, manage your sessions...
WWW: http://www.xfce.org/projects/xfce4-settings/
to add connection limits based on originator IP, originator class of IP and
maximmun load average. This patch conflicts with SSL one.
Submitted by: Sirko Zidlewitz <sz@bytecamp.net> (idea)
by the OpenSolaris DTrace community.
It's worth noting that not all of these scripts will work. They are
either too Solaris specific or the probes have not yet been implemented.
As more probes are implemented more scripts will work.
WWW: http://www.opensolaris.org/os/community/dtrace/dtracetoolkit/
PR: ports/132079
Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
- Pacify portlint
- Change DOCSDIR and DATADIR to respect PKGNAMESUFFIX
- Remove CHMOD and CHOWN and add param on INSTALL command
- Move pkg-message to files/pkg-message.in
- Use PORTDOCS
- Remove old signature from pkg-descr
- Use %%DATADIR%% in pkg-plist
- Take maintainership
PR: ports/131977 [1]
Submitted by: Dmitry <dmitry2006@yandex.ru> [1]
* Fix processing of devd events.
* Add support for the PART GEOM type.
* Attempt to fix a race condition where a drive an be learned before its
parent. This fix only works on 7.1, RELENG_7, and -CURRENT.
remove the said files when the package is deinstalled as the user may
wish to keep the files across upgrades. A message is printed advising the
user to remove the files manually if the packages is uninstalled permanently.
* docs: Document the /refresh switch for apctray.
* apctest: Do not create pid file. There is little reason for it
since apctest is a command-line tool, not a daemon. Plus nothing
ever deletes the file so it interferes with apcupsd operation.
* gapcmon: Network connect timeout fix.
* Fix a few unsafe uses of sprintf and strcat.
* gapcmon: Iconify fixes for KDE
* Fix LOWBATT glitch handling bug that could cause us to act on a
LOWBATT signal immediately instead of waiting for the debounce time.
* Support shutting down apcupsd instances running in other sessions
(such as terminal services or remote desktop sessions).
* docs: PCNET minimum password length is 15 chars, default username
is 'apc', no known way to change the username.
* Makefile: Fix dependency build errors on Darwin and other platforms.
('echo -n' is not portable; use 'tr' to strip newline instead)
Tested by: beech@
processes doing a particular type of I/O action as specified by
the user. Fio can be driven by a 'job file' describing the I/O
load one wants to simulate.
WWW: http://git.kernel.dk/
config file locations correctly, and run as the ganglia user instead of
nobody by default.
Reported by: QAT, pointyhat via pav [0]
Pointy hat to: brooks
- Use SF macro in MASTER_SITES
PR: ports/131528
Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
Approved by: Jonatan B <onatan AT gmail.com> (maintainer), miwi (mentor)
* run from a central host
* scan clients for new ZFS filesystems
* manage varying desired backup intervals (per host) for
o full backups
o incremental backups
* maintain varying retention policies (per host)
* summarize existing backups
* restore any host:fs backup at any point in time to any target host
P_PROTECTED flag. It's similar to madvise(2) behaviour MADV_PROTECT,
but may be used for already running processes. Also rc.d/scprotect
scripts allow you to set protection flag even if process was
restarted by user.
WWW: http://dindin.ru/scprotect/
PR: 131423
Submitted by: Denis Barov <dindin at dindin dot ru>
for FreeBSD. The official KDE 4.2.0 (Codename: "The Answer") release
notes can be found at:
http://kde.org/announcements/4.2/index.php.
New supported languages include Arabic, Icelandic, Basque,
Hebrew, Romanian, Tajik and several Indian languages (Bengali India,
Gujarati, Kannada, Maithili, Marathi) indicating a rise in popularity in
this part of Asia.
New ports for KDE 4.2.0:
arabic/kde4-l10n Arabic
hebrew/kde4-l10n Hebrew
misc/kde4-l10n-bn_IN Bengali (India)
misc/kde4-l10n-eu Basque
misc/kde4-l10n-gu Gujarati
misc/kde4-l10n-is Icelandic
misc/kde4-l10n-kn Kannada
misc/kde4-l10n-mai Maithili
misc/kde4-l10n-mr Marathi
misc/kde4-l10n-ro Romanian
misc/kde4-l10n-tg Tajik
math/eigen2 Lightweight library for vector and matrix math
graphics/kipi-plugins-kde4 KDE4 kipi graphics plugins
sysutils/policykit-kde PolicyKit manager for KDE
Unfortunately FreeBSD 6.4 support is dropped.
We'd like to say thanks for feedback and help to:
Matt Tosto, Kris Moore, stickibit, David Johnson, Markus Brueffer,
David Naylor, Thomas Schlesinger, Warren Liddell, Thomas Abthorpe,
Diego Depaoli, Mats Andreassen, portmgr for exp-run and repocopies.
-Turn over maintainership
-Bump ports that depend on libdvdread since shared lib
version rolls back from .5 to .4
-Fix multimedia/ogle build with this version
PR: 127849
Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com>
released in ~5yrs.
- WITH_SLANG2 is now no longer a valid ports knob
- WITH_SLANG implies devel/libslang2 now
- devel/libslang -> devel/libslang2 is a SHARED LIB bump
so bump PORTREVISION for affected ports
- Take MAINTAINER for most unmaintained ports in this chain
- some SF macro conversions
- BROKEN with devel/libslang2 and DEPRECATE
math/slsc (abandoned upstream)
- BROKEN with devel/libslang2
japanese/slirc
PR: ports/125255
Reviewed by: garga (libslang maintainer), portmgr (pav)
Exp Run by: pav
KGRUBEditor is a KDE utility, that edits GRUB's configuration
files through an inituitive user interface. It combines both
ease of use with flexibility and is the perfect solution for
those who want to configure GRUB, without messing with its files.
WWW: http://sourceforge.net/projects/kgrubeditor
Submitted by: Gvozdikov Veniamin <g.veniamin at googlemail.com> via email
Approved by: miwi (implicit)
multiple instances of moused(8) and Xorg mouse driver
opens /dev/sysmouse multiple times, Xorg server gets confused badly,
e.g., losing input events, waiting for already processed events, etc.
- Really fix laptop brightness control. The previous commit didn't
fix IBM and Sony laptops. Pointyhat to me, again.
Reviewed by: marcus
The kernel module uses unit2minor(), which is not available on -CURRENT
anymore. I'm not increasing PORTREVISION, because this commit should not
have any effect on <800062 users.
Approved by: port maintainer
- Remove unnecessary ioctl calls for battery on non-laptops.
- Do not use model-specific sysctl if it is not available.
- Always provide frequencies of BSP as we do not export APs' yet.
Reviewed by: marcus
brings the core modules for basic functionality.
-pgsql outputs to a Postgresql database
PR: ports/130046
Submitted by: Cristiano Rolim Pereira <cristianorolim at hotmail.com>
brings the core modules for basic functionality.
-mysql outputs to a MySQL database
PR: ports/130046
Submitted by: Cristiano Rolim Pereira <cristianorolim at hotmail.com>
brings the core modules for basic functionality.
-gssapi gives additional security with GSS API
PR: ports/130046
Submitted by: Cristiano Rolim Pereira <cristianorolim at hotmail.com>
brings the core modules for basic functionality.
-gnutls brings additional security with GNU TLS
PR: ports/130046
Submitted by: Cristiano Rolim Pereira <cristianorolim at hotmail.com>
brings the core modules for basic functionality.
-dbi give output via libdbi
PR: ports/130046
Submitted by: Cristiano Rolim Pereira <cristianorolim at hotmail.com>
reliability.
Among others, it offers support for on-demand disk buffering, reliable syslog
over TCP, SSL, TLS and RELP, writing to databases (MySQL, PostgreSQL, Oracle,
and many more), email alerting, fully configurable output formats (including
high-precision timestamps),the ability to filter on any part of the syslog
message, on-the-wire message compression, and the ability to convert text
files to syslog.
It is a drop-in replacement for stock syslogd and able to work with the same
configuration file syntax. Its advanced features make it suitable for
enterprise-class, encryption protected syslog relay chains while at the same
time being very easy to setup for the novice user.
Version 4.x.x is still in devel stage and can show stability issues.
WWW: http://www.rsyslog.com/
PR: ports/130014
Submitted by: Cristiano Rolim Pereira <cristianorolim at hotmail.com>
the constant polling to find a mouse device owner, and instead uses a
kevent/polling model. Testing has shown this to work in all cases.
Tested by: rnoland
Script takes system jail id, rc.conf order id, full hostname of jail or
rc.conf name of jail. If no command for jail is given - run default
('bash' or other).
No additional software or tools like "jailer" are needed.
WWW: http://legh.ru/jx/
- Dmiry Shulgachik
legh@legh.ru
PR: ports/ports/130148
Submitted by: Dmitry Shulgachik <legh at legh.ru>
first. If we don't, consumers seem to get the old value. This seems to
make Xorg happy with mouse detection now. This should work with or
without moused enabled.
Approved by: marcus, garga (mentor, implicit)
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
- Add missing man page
- Add pkg-message support when using the port
PR: ports/130270
Submitted by: Andrew Clark <andrewclarkii@gmail.com>
Approved by: maintainer timeout
This is the Linux console based management utility for the LSI
MegaRAID SAS family of controllers.
RESTRICTED= Redistribution prohibited, see: http://lsi.com/cm/License.do
Connect to Build.
PR: ports/128846
Submitted by: Sean McAfee <smcafee@collaborativefusion.com>
Repocopy by: marcus