solution is to "disconnect" this from the libpng and libjpeg ports,
and fetch and extract them inside this port's own WRKDIR.
Note there are no shared library version problems because this port
doesn't link those libraries dynamically -- it just reaches into their
sources to compile some of its stuff. It is my belief that we
shouldn't have tried to share the WRKDIR with those two ports, as this
thing just too deeply depends on what's in their sources and the
relationship is thus not really a "dependency" in the regular sense.
Submitted by: mita@jp.freebsd.org (MITA Yoshio)
segmentation violations and assertion failures occur. Support
several system calls not supported previously.
PR: This is part of the fix for ports/3572.
http-analyze analyzes the logfile of a web server and creates
a summary of the server's access load and the efficiency of
caching mechanisms in
o tabular
o graphical
o and three-dimensional form.
http-analyze recognizes logfiles in Common Logfile Format and has
been highly optimized for processing huge logfiles in short
update-intervals.
See: http://www.netstore.de/Supply/http-analyze/index.html
Hint: should be used by freefall and cdrom.com ;-))
as "8879-1986" instead of the more cannonical "8879:1986".
86//ENTITIES Added Math Symbols: Ordinary//EN"
"ISOamso"
PUBLIC "ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN"
"ISOamsr"
PUBLIC "ISO 8879:1986//ENTITIES Box and Line Drawing//EN"
"ISObox"
PUBLIC "ISO 8879:1986//ENTITIES Russian Cyrillic//EN"
"ISOcyr1"
PUBLIC "ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN"
"ISOcyr2"
PUBLIC "ISO 8879:1986//ENTITIES Diacritical Marks//EN"
"ISOdia"
PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN"
"ISOgrk1"
PUBLIC "ISO 8879:1986//ENTITIES Monotoniko Greek//EN"
"ISOgrk2"
PUBLIC "ISO 8879:1986//ENTITIES Greek Symbols//EN"
"ISOgrk3"
PUBLIC "ISO 8879:1986//ENTITIES Alternative Greek Symbols//EN"
"ISOgrk4"
PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN"
"ISOlat1"
PUBLIC "ISO 8879:1986//ENTITIES Added Latin 2//EN"
"ISOlat2"
PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN"
"ISOnum"
PUBLIC "ISO 8879:1986//ENTITIES Publishing//EN"
"ISOpub"
PUBLIC "ISO 8879:1986//ENTITIES General Technical//EN"
"ISOtech"
(other than jkh) object if I include an mpeg-3 audio stream (mime
encoded of course -- I'll use mimepp!) in the commit messages? :>
"Thomas has an upgrade on his pee-eee-cee, David is a student in
Davis..." (<- imagine Satoshi practicing in the background..)
On a (only slightly) more serious note, we now have 1022 ports. Are
we having a celebration for 1024? :)
to make this compile again. I never quite understood the "#elif"
syntax and now I think I never will.
By the way, this is just a patch-up to DavidO's "stab in the dark" and
is not guaranteed to work on NetBSD and/or OpenBSD. I just "fixed" it
in the way that it doesn't break FreeBSD while preserving the spirit
of his changes (i.e., to "stab" whatever he was aiming at).
"make reinstall" (or when you install it over an existing
insallation). It still has the problem of not being able to find some
of the entries (e.g., mail-files) but these are not fatal, at least
not during installation).
While I'm here, line up all info dir entries to the same tabstop.
patches and files. Note this is just for testing -- I don't
expect "patches.OpenBSD" or "Makefile.alpha" start cropping up on
our ports tree just yet!
Pretty much ignored by: the ports/committers list
(2) Add "SH?=/bin/sh" to the list of command-name macros. Use it.
Checked by: recompiling all packages
configure will die otherwise because it finds elf.h and concludes we
are SVR4.
While I'm here, delete CONFIGURE_ARGS=--prefix=${PREFIX} and change
HAS_CONFIGURE to GNU_CONFIGURE.
Submitted by: Donald J. Maddox (dmaddox@scsn.net)