| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
of other ports.
PR: 6423
Notes:
svn path=/head/; revision=10829
|
|
|
|
|
|
|
|
|
|
|
| |
to depend on it. This fixes gimp's build problem ("XDELTA not found,
the sky is falling!!!") too.
PR: 6451
Submitted by: Donald Burr dburr@POBoxes.com
Notes:
svn path=/head/; revision=10774
|
|
|
|
| |
Notes:
svn path=/head/; revision=10654
|
|
|
|
|
|
|
| |
PR: 6381
Notes:
svn path=/head/; revision=10648
|
|
|
|
| |
Notes:
svn path=/head/; revision=10617
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=10614
|
|
|
|
| |
Notes:
svn path=/head/; revision=10569
|
|
|
|
| |
Notes:
svn path=/head/; revision=10150
|
|
|
|
|
|
|
|
| |
out in the first place...
Suggested by: Greg Troxel <gdt@lexort.com>
Notes:
svn path=/head/; revision=9601
|
|
|
|
|
|
|
| |
if you intend to maintain it. > erich
Notes:
svn path=/head/; revision=9495
|
|
Notes:
svn path=/head/; revision=9466
|