* The variant-to-string typecast problem that caused compilation errors
with GCC 3.3 was fixed.
* A problem with template lists was fixed.
* Documentation improved.
PR: 55958
Submitted by: maintainer
- update to 0.3
- add a workaround to don't use getpwuid to performs check for apache user (since 4.x
doesn't support getpwuid_r).
- use %%DOCSDIR%%
PR: ports/55952
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
When installing a package created from net/isc-dhcp3 port
it creates dhcpd.leases and dhclient.leases in /var/run
directory. However, the dhcpd program expects these files
to be in /var/db.
(it's funny it's the same problem I ran in last weekend on a real machine :-)
PR: ports/51918
Submitted by: Ari Suutari <ari.suutari@syncrontech.com>
The isakmpd port comes with a pcap.h that is not compatible
with the FreeBSD pcap.h. As a result, the pcap file written
by isakmpd has an incorrect 'linktype' in the header. Thus,
if one tries to use the pcap file with a FreeBSD tool like
tcpdump, the packets are incorrectly (read: not at all)
decoded.
PR: ports/55940
Submitted by: James E. Flemer <jflemer@alum.rpi.edu>
* Updated docs
* Net::DNS::Resolver now has unique classes for windows and unix
* You can now define a config file for the Resolver object
* Various other cleanups
If you were (bogusly) using module globals in your scripts, this
update is likely to break that, so take due precautions.
of the NNTP protocol
Complete class for communicating with an NNTP server (this
is: the USENET), including: post, view, list, authentication,
overview, header manipulation, NNTP commands debugger, etc.
PR: ports/55353
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
jpgraph requires php, and looks for it where php-cli and
mod_php installs it. When mod_php is compiled WITH_APACHE2,
it installs in a different place.
PR: ports/55337
Submitted by: Yonatan@xpert.com <Yonatan@xpert.com>
There is a minor update to mtl. Since this is port only
consists of header, and no library is actually build I
followed their recomendation and added NO_BUILD which saves
some time doing unnecessary testing.
I also wanted to add LAPACK support but I couldn't. At least
I fixed a bug in configure in the process.
PR: ports/55203
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
Freshmeat blurb:
Identifies several new CPUS. Additional MSR decoding on various
CPUs. A few misidentification bugs have been fixed. Completely
rewritten cachesize determination. Various new cache descriptors
added. Numerous MHz estimation improvements. AMD K7 powernow
register/BIOS decoding. Now decodes extended Intel feature flags,
cpuid brand field, and sSpec on some models. AMD Opteron/Athlon64
support. VIA Powersaver/Longhaul support. A --bugs option to display
CPU errata. No longer retries opening /dev/msr if the first open
fails. Fixes a memory leak in --url.
PR: 55937
Submitted by: Erik Greenwald <erik@smluc.org>
- Upgrading pear-mailparse to its latest release;
- Installing tests in a better directory (removing a stage).
PR: ports/55170
Submitted by: Thierry Thomas <thierry@pompo.net>
When you build a PECL module, NO_BUILD is defined => the
build target does not build anything, and make all is delayed
until `make install'.
PR: ports/55168
Submitted by: Thierry Thomas <thierry@pompo.net>
Helps keep track of modes/permissions/ownership of files in cvs
Change in distinfo is only because it isn't gzipped
PR: ports/55071
Submitted by: R.I.Pienaar <rip@devco.net>
A did some minor cleanup of the port, hopefully this will
work on gcc-3.3. I suggest this port is moved to the science
category, along with freefem and femlab.
PR: ports/54964
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>