Creating package /usr/ports/packages/All/apache-1.3b6.tgz
Registering depends:.
Creating gzip'd tar ball in '/usr/ports/packages/All/apache-1.3b6.tgz'
tar: can't add file sbin/dbmmanage : No such file or directory
tar: can't add file sbin/htdigest : No such file or directory
tar: can't add file sbin/htpasswd : No such file or directory
*** Error code 1
Many bugfixes and cosmetic changes
Changes by Scrappy and me
My additional changes:
- had to link libpgtcl.so with the crypt library to get rid of the
pgaccess error message, that crypt is missing
- had to add -i option in the startup script, so that pgaccess is
able to connect to the postmaster process
- removed all unnecessary patches
- updated PLIST
Thanks to the postgresql developement team, who did a great job to
simplify the postgresql port, by applying the patches and making
the autoconf mechanism more consistent.
Submitted by: The Hermit Hacker <scrappy@hub.org>
of order includes--this version compiled on a 2.2.6 machine without
problems, though).
Rather than patch it, I cut a new release.
Problem #2 is:
> 1) Though the port depends on GDBM, the configure script does not find
> it; I got that to work by creating ad hoc symlinks for
> /usr/include/gdbm.h and /usr/lib/libgdbm.a --> for some reasons,
> /usr/local/include and /usr/local/lib are ignored (btw, any way I can do
> that "cleanly" for all ports?)
which I haven't touched. Since the standard gcc doesn't search
/usr/local/include and /usr/local/lib, it is neccesary to have
CFLAGS=-I/usr/local/include
LDFLAGS=-L/usr/local/lib
before configure succeeds, but I tried adding those lines to MAKE_ENV
and it didn't help configure (is there a CONFIGURE_ENV)?
Why doesn't it search those paths anyway? I looked at other ports which
require gdbm and they are no different, it seems they all have this problem,
or their makefiles have hardcoded /usr/local paths in them.
-josh
stage is run by root, "configure" asks whether the program should be
installed setuid, to allow it to verify passwords.
A better solution may be a make variable.
Submitted by: Joe "Marcus" Clarke <marcus@miami.edu>
program that uses neither perl nor masses of memory when mirroring
large collections (like at ftp.freebsd.org). I did the port but the
author is Jens A Nilsson <jnilsson@ludd.luth.se>