duties of this port. Note, however, from his email:
As stated on ports@ already, I would like to retire it ASAP. I am
currently trying to get all consumers of it to depend on www/squid.
So consider this as a heads-up that this port will be delted at
some time in the future.
This port did not pick up the two libraries mentioned.
One possitive side effect of getting the libintl dependency
right, is that the port does not build its included version
of the gettext library and does not install those two .alias
that were conflicting with other ports (have a look at the
pkg-plist diff and you'll see what I mean)
http://freebsd.rambler.ru/bsdmail/freebsd-ports_2003/msg08919.html
PR: ports/58440
Submitted by: Simon Barner <barner@in.tum.de>
Approved by: maintainer timeout
Currently the jpgtn port (graphics/jpgtn) requires editing
of source files to change the minimum and maximum thumbnail
size allowed. The following Makefile diff adds the
WITH_MINSIZE and WITH_MAXSIZE variables, so no source editing
is required by the user. Also, the man page is updated to
reflect the selected values.
PR: ports/59313
Submitted by: Ryan Rogers <freebsd@doghouserepair.com>
Approved by: maintainer timeout
srvx is a set of IRC services for ircu P10 protocol networks; it is developed
by a team of programmers affiliated with the GamesNET IRC Network. srvx is
designed to be a fast, extensible, scalable and reliable provider of NickServ,
ChanServ, HelpServ, OperServ, and Global services as well as advanced proxy
detection.
WWW: http://www.srvx.net
PR: 59817
Submitted by: Walter Venable <weaseal@hotmail.com>
Approved by: erwin (mentor) (implicitly)
There slipped in a hardcoded /usr/local, it was supposed to be a
placeholder for LOCALBASE (to find the stlport lib in the ld wrapper).
Thanks to: Marius Strobl <marius@alchemy.franken.de>
for reviewing the commits.
As Intel uses it's own directory for ifc and icc, we don't conflict with
ifc anymore.
Because of ABI changes, you have to recompile C++ programs (don't forget
stlport-icc).
Note that this port is a _work in progress_:
- Icc allows to use an already installed libstdc++ from gcc, this doesn't
work yet on FreeBSD. Libstdc++ on 4.x is too old, so it's unlikely we
can add support for it. The headers of libstdc++ shipping with FreeBSD
5.2-CURRENT use GCCisms not (yet) supported by icc, the hardcoded search
path for them also doesn't fit for FreeBSD 5.2-CURRENT.
- We've incorporated parts (cxa) of the FreeBSD >= 502101 libc on < 502101
systems. It's tested on 4.x, but not on FreeBSD < 502101.
- Not all (new) options (including GCC compatibility) are thoroughly
tested.
When encountering problems please report to me first instead of directly
contacting Intel.
Ackknowledgements:
- Bradley T Hughes <bhughes@trolltech.com> for PR 59552, it resulted in
a modification of our libc (C++ DSO Object Destruction API) we
incorporate in the port on < 502101 systems.
- Marius Strobl <marius@alchemy.franken.de> for his help with the port
(e.g. ld.c, cxa).
The ftp/proftpd port creates /usr/local/share/doc/proftpd and
installs the two HTML files from ProFTPd's docs directory
into it. But it doesn't copy the html files from the contrib
directory which describe the optional modules (mod_tls,
mod_radius, etc.) and their configuration options.
Also moved the portdocs to the PORTDOCS environment variable.
PR: ports/56511
Submitted by: Pat Lashley <patl+freebsd@volant.org>
Reviewed by: maintainer timeout