9131f671c86d from upstream. This should fix problems with errors and
truncations during a save.
PR: ports/103722
Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer)
recently committed;
- the port will no longer build on FreeBSD 6-stable for versions after ipmi
was MFC'd into the base system.
PR: 103708
Submitted by: Nick Barkas <snb at threerings.net> (maintainer)
send SIGQUIT, SIGUSR1, or SIGUSR2 to the daemon process.
OPTIONS'ify - all but the STARTUP_SCRIPT variable, which is a string,
not a flag.
Appease portlint partially - unquote the RESTRICTED message.
Bump PORTREVISION.
Requested by: "Brent B. Powers" <bbp2006@columbia.edu> (the sigq12 patch)
- Write notes about msyslogd_flags in pkg-message
- Add msyslogd_flags into rcng file [1]
- bump portversion
[1] Few people ask me todo that, i remember about it, but missed all email from them, sorry guys.
no you names,emails here.
IGNORE= "foo now contained in the base system"
into
IGNORE= "is now contained in the base system"
since the code which prints this string prefices it with the package
name.
Suggested by: kris
This is a bug fix release which includes fixes for SNMP crash in the face of
network errors. Also status and data logging interval was often off by one
period. NIS port now properly defaults to 3551 or value provided by configure,
not hard-coded 7000.
have pciconf, just keeps growing ...
Fix up code for use of /etc/rc.conf.local for those systems that don't use
periodic.conf
Submitted by: Thorsten Glaser <tg@mirbsd.de>
- introduce OPTIONS FISH (WITH_FISH=YES is default);
- let the port build with --enable-fish/--disable-fish configure option;
- change PLIST_SUB variables: SHLIBVER and FISH are added, RUNDIR and
LOGDIR are removed, change pkg-plist to follow those changes;
- add a sample configuration file ${PREFIX}/etc/fish/fish.scm-dist;
While I'm here: s:INSTALLS_SHLIB:USE_LDCONFIG
PR: 102984
Submitted by: Dmitry Frolov <frolov at riss-telecom.ru> (maintainer)
- Bump PORTREVISION
[1] ipmi-kmod seg faults on amd64 machines when running kldxref during
installation, and when attempting to load ipmi.ko the machine will
crash. Neither problems seems to occur if the module is not stripped prior
to installation.
PR: 100703
Submitted by: Nick Barkas <snb@threerings.net> (maintainer)
This is the Linux console based management utility for the LSI
MegaRAID family of controllers.
FreeBSD >= 6.1 supports running this tool by the means of the
amr_linux.ko kernel module and the /dev/megadev0 device.
Author: LSI Logic Corporation
WWW: http://www.lsi.com/
PR: ports/102917
Submitted by: Patrick M. Hausen (pmh at hausen.com)
are going. It's coarse, but better than nothing. The best feature
is that it runs in an icon on your dock, so that you never lose it.
PR: 102656
Submitted by: Gürkan Sengün
USER_AGENTs, so if someone has this set in their shell when running it manually,
it will break
Add random sleep 'breaks' before doing the fetchs, to help reduce impact on
the server when all reporting hosts submit their data ... get them someone
staggered ...
Submitted by: Andre Albsmeier <Andre.Albsmeier@siemens.com>
(laptop) computers, by probing the ACPI device on regular intervals. It
can warn you (through syslog) when the battery level is running low, and
halt the system when it drops below a critical level threshold.
WWW: http://ntarmos.dyndns.org/
PR: ports/100888
Submitted by: Nikos Ntarmos <ntarmos@ceid.upatras.gr>
hardcode openssl, to allow for those using ports for it to easily make
use of acript
Second, check timestamp of /var/db/bsdstats to make sure that the 15
minutes have passed before submitting, so that ppl don't get that 'false
success' when they ctl-C
Submitted by: Oliver Fromme <olli@lurza.secnetix.de>
that the entire package becomes GPLed, which is not a concern; the
software is under a modified BSDL and we distribute the source code
anyway.
Approved by: maintainer
- Pass maintainer-ship to submitter [1]
- Mark it IGNORE on OSVERSION prior 502000 since it depends on PT_SYSCALL
ptrace option
PR: 102325 [1], 100329 (related)
Submitted by: Amnon Aaronsohn <bla@cs.huji.ac.il> [1]
in the same manner as the network neighborhood in Microsoft Windows.
Featuries:
* you can use Samba/Microsoft network as a regular unix filesystem
* workgroup/computer/share entries are dynamically created
* windows domain supported
* kerberos support (New)
* user defined workgroup/link/hosts are supported
* national character supported
* in config files you can specify different user/password to access
different network shares
* you can access any computer in the world by "cd mountpoint/ip-addr"
command, where "ip-addr" is the IP address of the desired computer. Do
not warry that there is no file with such name :-)
* command "cd mountpoint/username:password@computer_or_ip" allows
you to access "computer_or_ip" as user "username" with password
"password" (this is insecure, but usefull)
WWW: http://sourceforge.net/projects/smbnetfs
PR: ports/101451
Submitted by: Denis Barov <dindin@freebsd.org.ua>
the script is called too early and pcfdate fails to set the time
PR: ports/102453
Submitted by: Frank W. Josellis <frank@dynamical-systems.org> (maintainer)
namefix.pl is a platform independant batch file renamer. Aimed at
cleaning up media files downloaded from p2p networks. It has many
features to automate the normally tedious job of filename tidying.
WWW: http://namefix.blogspot.com/
Author: Jacob Jarick <mem.namefix@gmail.com>
avoffset. What happens is that on sparc64 when avoffset is compiled
with optimizations, it dumps core due to a SIGILL instead of failing
gracefully. If this happens during the build of a Schily tool like
cdrtools etc, it doesn't cause any further problems as all build
errors are ignored in the Schily build system. When built as part of
cdrdao, build errors in the Schily libs are reported upwards though,
albeit with an illegal exit status of -1, which was ignored until a
change in sh(1) earlier this year.
Reported by: kris/pointyhat
Approved by: netchild
Powerful text searches on Unix using regular expressions for both the
file name, and the search text. Graphical equivalent of find + grep.
Still alpha stage, but usable.
WWW: http://xsearch.sourceforge.net/
Chase dependent ports and specify the dependency using "package
dependency" syntax which is immune to such changes.
No portrevision bumps.
Reported by: krismail
Pointy hat to: tobez
===========
If a port is marked IGNORE, don't do all the dependency/checksum work,
instead bomb out with a helpful message
Minor Fixes
===========
1. Add some whitespace to make the "dependency check complete" message
stand out better
2. Tell the user when we start pkg_delete in -s mode, just like in -e
Bug Fixes
=========
1. Export MAKE_ARGS so that the child checksum processes can see them
2. Move the "just in case" cd back to $portdir up one line so it's
before 'make clean', just in case
The utility DirComp compares two directories (and - if specified - their
subdirectories), where the comparison can be done both by existence and
by date (of change) or contents. This comparison can be limited to
certain files and and/directories matching specified name- or time-of-
change restrictions.
http://dircomp.sourceforge.net/
author and comment) out of different documents and present them in a
list for further processing.
The following documents are supported:
* HTML
* PNG
* GIF
* JPEG
* MP3
* OGG
* PDF
* StarOffice documents
* OpenOffice documents
* Abiword documents
* RTF documents
WWW: http://iextract.sourceforge.net/
Renames files in a proper English title format: prepositions, conjunctions,
and articles (<5 letters) are in lowercase unless they are the first or
last word in the title; all others begin with uppercase. Can use id3v2 to
tag mp3s using info in filename.
WWW: http://sourceforge.net/projects/titlefix/
- eliminate use of ip/hostname as unique keys
- reduce # of fetch's down to 4
- move to using bsdstats.org
- put in a time delay on initial challenge/response
to make it a bit more difficult for fakers
============
1. -e mode to expunge a port via pkg_delete, and optionally
remove its distfiles
2. -s and -e modes now respect -b (backup) and -d|D options
regarding always deleting (or not deleting) distfiles
General
=======
1. Re-factor more code out into functions, and move them earlier in the
script so that they are available to the new features.
2. Clean up the code in a few places to make it slightly more efficient,
and a lot more readable.
Bug Fixes
=========
1. Fix exit status of various code paths to be more in keeping
with Unix tradition [1]
2. Be a lot more thorough about killing off errant children when
the user hits ^C [1]
3. If the directory referred to by PKGREPOSITORY exists, use it
to store packages built for -b and -g instead of HOME [2]
My thanks to both Darren and James for their patience and testing
of several development versions to nail down bugs 2 and 3.
Brought to my attention by: Darren Pilgrim <darren.pilgrim@bitfreak.org> [1]
Brought to my attention by: James O'Gorman <james@netinertia.co.uk> [2]
============
1. -L mode to list all installed ports, and search for updates.
2. Trap SIGINT, and use the opportunity to reap all the child processes
we can find.
3. Warn the user during config mode if a port sets IS_INTERACTIVE
4. Support +IGNOREME files in /var/db/pkg/<portname>, ala portupgrade
5. Store the results of the user's choices for -i during config, so they
don't have to enter it again during build
6. When deleting stale distfiles, recurse through successively shorter
versions of file-name-* till we find something to delete, or run out
of dashes. This means a lot fewer false positives, although the
algorithm is still aggressive.
Performance Optimizations
=========================
1. Skip dependency check prior to build if the 'make config' recursion
does not find any ports that need updating.
2. Cache the dependency list for the parent port.
3. -s mode is now recursive, so if a removed port has dependencies,
they are checked too. Remember what ports the user does not want to
delete so they don't have to keep saying "no."
4. Much better support for failed downloads in the background, and the
'make checksum' process is only run once for each port.
5. Switch to using variables and case rather then grep to maintain state
for current dependencies, answers for -i, etc.
6. Re-order some tests to micro-optimize do_update, etc.
7. Handle regular files in /var/db/pkg more efficiently
8. Track the pid of the parent process, and use that to manage state
more efficiently. Also makes for more readable code.
9. Don't clean dependencies, since we don't recurse through them using
the ports tree, we'll let each portmaster process handle it.
10. Cache information about dependencies that are already up to date
to avoid having to do this check when not necessary. This dramatically
improves performance for building/updating large ports (especially
meta-ports like gnome or kde) with a lot of dependencies.
Bug Fixes
=========
1. Add -f to pkg_delete in -s case
2. Reverse the "is required by" statements to make more sense for -r
3. Add PATCHFILES to the list of distfiles to delete when looking for
stale distfiles
4. Minor cleanups, and better code consistency
5. usage() already exits, so clean up h) getopt
6. Add a catchall getopt so user will get usage() for an invalid option
7. Update some messages to make them more meaningful and simplify code
8. Fix specifying second option to -o in <category/portname> format
9. Properly handle the case where the second argument to -o is a port
that is already installed
10. Don't mention the 'make config' step if -G
Security Enhancement
====================
1. Be more careful to only delete temp files if they haven't already been
deleted or moved
- Move manpage list to separate file
- Add python bindings support
- Pass maintainership to submitter
PR: ports/101372
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>