summaryrefslogtreecommitdiff
path: root/misc/xdelta (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20960
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* Use glib version 1.2.3.Steve Price1999-05-292-13/+7
| | | | | | | | PR: 11841 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=19052
* use glib12, not glib11-devel. Like gtk, there are too many versions ofMichael Haro1999-05-021-3/+3
| | | | | | | | the library. If I recall correctly, this was the only port which depended on the glib11d port. Notes: svn path=/head/; revision=18318
* Upgrade to 1.0.2.Vanilla I. Shu1999-02-203-15/+27
| | | | Notes: svn path=/head/; revision=16795
* Convert xdelta to elf.Vanilla I. Shu1998-09-222-4/+11
| | | | Notes: svn path=/head/; revision=13316
* Make this file match reality.Satoshi Asami1998-09-141-1/+1
| | | | | | | | | Again. Untested commit by: jmacd :< Notes: svn path=/head/; revision=13109
* New version.Joshua Peck Macdonald1998-09-032-5/+5
| | | | Notes: svn path=/head/; revision=12991
* Remove miscellaneous manpages.Tim Vanderhoek1998-08-181-1/+0
| | | | Notes: svn path=/head/; revision=12623
* Don't override ${CC}, instead patch ltconfig as done in a coupleSteve Price1998-05-031-4/+1
| | | | | | | | | of other ports. PR: 6423 Notes: svn path=/head/; revision=10829
* Properly detect GDBM, especially since we're going through the troubleSatoshi Asami1998-04-301-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 Notes: svn path=/head/; revision=10774
* I checksummed the wrong release.Joshua Peck Macdonald1998-04-231-1/+1
| | | | Notes: svn path=/head/; revision=10654
* Install the missing headers, use glib when available.Joshua Peck Macdonald1998-04-233-5/+7
| | | | | | | PR: 6381 Notes: svn path=/head/; revision=10648
* "make deinstall" before the "make package" test, please!Satoshi Asami1998-04-211-1/+1
| | | | Notes: svn path=/head/; revision=10617
* This fixes problem #2 reported by pierre.dampure@k2c.co.uk (outJoshua Peck Macdonald1998-04-212-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 Notes: svn path=/head/; revision=10614
* Upgrade version, add MAN1 variable, make myself maintainer.Joshua Peck Macdonald1998-04-193-7/+9
| | | | Notes: svn path=/head/; revision=10569
* Add MAINTAINER so this portlints clean.Steve Price1998-03-151-1/+3
| | | | Notes: svn path=/head/; revision=10150
* uncomment, BUILD_DEPENDS on gdbm, not sure why this was commentedEric L. Hernes1998-02-051-2/+2
| | | | | | | | out in the first place... Suggested by: Greg Troxel <gdt@lexort.com> Notes: svn path=/head/; revision=9601
* Portlint. I left out the maintainer for now, please fill in your nameSatoshi Asami1998-01-281-3/+2
| | | | | | | if you intend to maintain it. > erich Notes: svn path=/head/; revision=9495
* new port for xdeltaEric L. Hernes1998-01-265-0/+52
Notes: svn path=/head/; revision=9466