If you want to know which ports match '{,??-}apache{,-*}<2.*', do
/usr/local/sbin/pkg_version -T - '{,??-}apache{,-*}<2.*' < /usr/ports/INDEX | awk -F\| '{print$1}'
(libpcapnav-support is disabled because libpcapnav links against libpcap.so
from base and the port itself links against libpcap.a from the port. I
haven't checked if this would indeed cause problems, but sounds like asking
for trouble to me)
Closes PR: ports/64866
Submitted by: Gaspar Chilingarov
Approved by: maintainer timeout
without having to read the Makefile. The same can be accomplished via
adding the "-6" option when running healthd.
PR: 68207
Submitted by: Walter Venable <weaseal@users.sourceforge.net>
There's a small problem with the ftp-mirrors with the mindterm-ssh.html
file. My and other mirrors of ftp.FreeBSD.org have a different filesize
of this file than the original ftp.FreeBSD.org file (1085 vs. 1106 bytes).
This is only in amount of whitespace, diff -b shows no difference at all.
(It's not a tab problem, I manually couldn't find the difference btw)
This is also why I never could reproduce the checksum mismatch on bento, as
I never fetch from ftp.FreeBSD.org but a local mirror. Neither could
other people who just asked me why this port is marked broken and scheduled
for removal.
The distinfo file will now use the filesize from the master FTP server.
Thanks to the SIZE data, "make fetch" will try different mirrors until
it'll find one with the correct size and thus the correct checksum.
So hopefully this will fix this port for the future.
affordable and high-quality voice communications to people all over
the world.
This port needs linux_base-8, the default linux_base is v7.1. You should
first replace the default linux_base with v8 with portupgrade:
portupgrade -o emulators/linux_base-8 emulators/linux_base
Then edit /usr/local/etc/pkgtools.conf, add the line
emulators/linux_base' => 'emulators/linux_base-8',
into "ALT_PKGDEP". This tells portupgrade to depend upon linux_base-8
instead upon linux_base-7.1 (where appropriate).
This replacement shouldn't do any harm, I tested icc and the linux version
of netscape navigator 4.8 with the new linux_base, and I haven't noticed
bad behavior.
o Fix typo about WITHOUT_PERL knob. (1)
o Unbreak on -current after mbuf allocator changes. (2)
Submitted by: ceri (1)
Complained from: many people (2)
Unix::Statgrab is a wrapper for libstatgrab, as available from
http://www.i-scream.org/libstatgrab/. It is a reasonably
portable attempt to query interesting stats about your
computer. It covers information on the operating system, CPU,
memory usage, network interfaces, hard-disks etc.
PR: ports/68157
Submitted by: Tim Bishop <tim@bishnet.net>