port to be installed. Note, the port still uses USE_BZIP2, but as soon
as the local mirrors update, I will remove this as well.
This prevents infinite loops on systems <= 4.6.
Discussed with: Oliver Eikemeier <eikemeier@fillmore-labs.com>
This is the second module produced by the "Perl Email Project",
a reaction against the complexity and increasing bugginess of
the Mail::* modules. It delivers an email to a list of
mailboxes.
PR: 56267
Submitted by: Lars Thegler <lars@thegler.dk>
* Introducing basic and scientific mode.
* Number base, angle unit and notation mode are remembered on exit.
No defaults anymore.
* Updates to binary mode.
* New functions (asinh, acosh, atanh) and a new operation (percent).
* Bug fixes: crash on bracket closing, remember display value, GUI.
* Japanese translation, translation updates.
software attempts to define their own function log() that is reserved
for the natural logartihm one, by renaming the private function to
mylog().
I wonder whether anybody is still using this at all, the respective
service (called `Btx' here) has been cancelled in Germany a couple of
years ago. Any other European countries perhaps? I consider deleting
the port some day. By now, it was easy enough to fix though. Speak
up if you want to see this port continued.
a syntax error lately.
This fix is different from the one mentioned in the PR, but confirmed
to work correctly at least on smaller files/devices (i don't have a 2
GB device to test against right now).
PR: ports/55517
All future updates for msp430 target will be provided only for 3.2.x and 3.4
versions of gcc.
So, I've downgraded gcc port to 3.2.3 + last msp430 patches.
Obtained from: Target's maintainers
- Fixes build on 5.x with XMMS support enabled;
- Fixes path where to look for XMMS binary;
- Allows fuhquake to be run from any directory per kris' suggestion;
- Adds WITH_SHAREWARE_DATA knob. Coupled with previous, this
makes fuhquake playable right after install, yet allows it to be
distributed on CDROM (since shareware data cannot be included,
one must explicitly define this knob);
- Properly utilizes EXTRACT_ONLY in Makefile and DOCSDIR in pkg-plist;
- Removes EXTRACT_BEFORE_ARGS from Makefile since it's no longer needed;
- Tells user about WITHOUT_XMMS knob, when XMMS bits are found;
- Fixes palette problems on 24-bit depth with x11-renderer;
- Fixes DGA mouse behavior on higher mouse rates when GLX-rendered.
Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru>
PR: 56085
distribution of the files within time as well as size, number, and
age constraints. Its main purpose is to keep a set of daily-created
backup files in manageable size, while still providing reasonable
access to older versions. Specifying a size, file number, or age
constraint will simply remove files starting from the oldest, until
the constraint is met. The distribution specification (exponential,
Gaussian (normal), or Fibonacci) provides finer control of the files
to delete, allowing the retention of recent copies and the increasingly
aggressive pruning of the older files. The retention schedule
specifies the age intervals for which files will be retained.
Submitted by: dds
input generation command and/or a local output processing command.
The connection is made by redirecting the input/output file descriptors
to the socket. This saves the context switching and data copying
overhead associated with piping data through ssh(1) or rsh(1).
Socketpipe must be installed on both machines and user authentication
is still performed by a command like ssh(1) or rsh(1). The
confidentiality and integrity of the data in transit is not protected
against mallicious attacks; the command is designed for use in a
trusted LAN environment.
Submitted by: dds
issue with user-specified local program filters in .qmail files.
Add the WITHOUT_IDX_SQL knob to disable qmailadmin's fiddling with
the ezmlm-idx SQL database in case ezmlm-idx does *not* use an SQL
database at all :)
PR: 55736
Submitted by: Alex Dupre <sysadmin@alexdupre.com>