Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make this file match reality. | asami | 1998-09-14 | 1 | -1/+1 |
| | | | | | | Again. Untested commit by: jmacd :< | ||||
* | New version. | jmacd | 1998-09-03 | 2 | -5/+5 |
| | |||||
* | Remove miscellaneous manpages. | hoek | 1998-08-18 | 1 | -1/+0 |
| | |||||
* | Don't override ${CC}, instead patch ltconfig as done in a couple | steve | 1998-05-03 | 1 | -4/+1 |
| | | | | | | of other ports. PR: 6423 | ||||
* | Properly detect GDBM, especially since we're going through the trouble | asami | 1998-04-30 | 1 | -1/+3 |
| | | | | | | | | 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 | ||||
* | I checksummed the wrong release. | jmacd | 1998-04-23 | 1 | -1/+1 |
| | |||||
* | Install the missing headers, use glib when available. | jmacd | 1998-04-23 | 3 | -5/+7 |
| | | | | PR: 6381 | ||||
* | "make deinstall" before the "make package" test, please! | asami | 1998-04-21 | 1 | -1/+1 |
| | |||||
* | This fixes problem #2 reported by pierre.dampure@k2c.co.uk (out | jmacd | 1998-04-21 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Upgrade version, add MAN1 variable, make myself maintainer. | jmacd | 1998-04-19 | 3 | -7/+9 |
| | |||||
* | Add MAINTAINER so this portlints clean. | steve | 1998-03-15 | 1 | -1/+3 |
| | |||||
* | uncomment, BUILD_DEPENDS on gdbm, not sure why this was commented | erich | 1998-02-05 | 1 | -2/+2 |
| | | | | | out in the first place... Suggested by: Greg Troxel <gdt@lexort.com> | ||||
* | Portlint. I left out the maintainer for now, please fill in your name | asami | 1998-01-28 | 1 | -3/+2 |
| | | | | if you intend to maintain it. > erich | ||||
* | new port for xdelta | erich | 1998-01-26 | 5 | -0/+52 |