unbreak the cURL package - include libcurl.so in the packing list
so that pkg_add(1) makes it visible to other packages.
Bump PORTREVISION for this (definitely package-related) change.
PR: ports/34491
Submitted by: Tom Payne <twp20@cam.ac.uk>
Respect CFLAGS by patching them into the program Makefile.
No longer override the do-build target, let make(1) do its thing.
No PORTREVISION bump for the strcasestr() fix - this port simply
did not build at all on systems of olde :(
Reported by: <root@lab.simerson.net>
in ${PREFIX}/etc/rc.d and the control script in ${PREFIX}/bin have
been refactored and now actually work very well.
Using the 'www' user and group, creating them if they don't exist.
I've used the same approach as www/apache13.
STDOUT_LOG and STDERR_LOG are now fixed (no ?= anymore) since the
package deinstall does not support a different location.
This fixes the first half of PR 28624.
See: http://www.freebsd.org/cgi/query-pr.cgi?pr=34931
Reported by: Kees Jan Koster <k.j.koster@kpn.com>
RUN_DEPENDS for linux. It now checks for the existence of
/compat/linux/lib/ld.so instead of the more obscure
/compat/linux/usr/i486-linux-libc5/lib/libc.so.5, which does not
even exist on my system, although I have installed linux_base.
by fenners tool). Also changed the check for ${ARCH}. It now checks
to make sure that it equals "i386" instead of checking that it
does not equal "alpha". You never know how many platforms FreeBSD
is eventually going to support ;-)
The problem: logging in to a remote system with a cryptographic
solution such as lsh or ssh takes time, due to the computationally
expensive key exchanges that occur when the connection is
established. It is common to trigger a lot of remote logins while
using remote CVS, which makes it painfully slow compared to having the
repository locally.
The solution: reuse the secure tunnel once it has been
established. fsh is a drop-in rsh-compatible replacement for ssh that
automatically resuses ssh tunnels.
WWW: http://www.lysator.liu.se/fsh/
case, and USE_XLIB will not be defined, which will result in the
LOCALBASE for PREFIX. LOCALBASE should, probably, be used in both cases,
but libwmf-config is giving the right values... Also the -nox11 suffix
is added to the package name in the WITHOUT_X11 case.
Ignore the major numbers of -lfreetype, -ljpg, and -lpng -- the software
will work with any reasonably recent version. I'm not sure about -lxml2,
so I left that alone.
so that Nautilus compiled with WITH_FULL_MOZILLA works as well. Don't bump
PORTREVISION, because WITH_FULL_MOZILLA isn't on by default.
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>