Commit graph

31 commits

Author SHA1 Message Date
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
Jeremy Lea
d0cdca8bc3 Implement USE_GLIB. 2000-10-05 06:23:01 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
61ebd322a2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
1de95a9ce1 First round of INSTALL_SHLIB fixes. 2000-06-15 16:44:16 +00:00
Will Andrews
69142310fa Change MAINTAINER from jmacd (who doesn't have time to maintain this port)
to Jacob Hart <c9710216@atlas.newcastle.edu.au>.
2000-04-26 11:54:32 +00:00
Will Andrews
a264557d47 Update xdelta to 1.1.1.
PR:			15461
Submitted by:		Jacob A. Hart <c9710216@atlas.newcastle.edu.au>
Apparently had no time:	jmacd (maintainer)
2000-04-23 01:02:51 +00:00
Satoshi Asami
dad9a57abe Convert to PORTNAME/PORTVERSION. 2000-04-14 08:49:30 +00:00
Michael Haro
2644106002 PREFIX -> LOCALBASE (portlint) 2000-03-20 22:10:52 +00:00
Vanilla I. Shu
79dcbbd160 Bump glib12 's share library version to 3,
and portlint.
1999-10-09 18:42:12 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
David E. O'Brien
d99d6e104d Change Id->FreeBSD. 1999-08-25 07:23:21 +00:00
Tim Vanderhoek
dd9ff05a6a Commit #3/4 to enforce caps, no period.
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
1999-06-26 19:12:45 +00:00
Steve Price
34e350e7ea Use glib version 1.2.3.
PR:		11841
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-05-29 03:47:54 +00:00
Michael Haro
b91d38afe1 use glib12, not glib11-devel. Like gtk, there are too many versions of
the library.  If I recall correctly, this was the only port which depended
on the glib11d port.
1999-05-02 18:48:03 +00:00
Vanilla I. Shu
a5f79b3ec7 Upgrade to 1.0.2. 1999-02-20 10:47:28 +00:00
Vanilla I. Shu
518c20091d Convert xdelta to elf. 1998-09-22 16:43:30 +00:00
Satoshi Asami
6964124140 Make this file match reality.
Again.

Untested commit by:	jmacd :<
1998-09-14 11:31:26 +00:00
Joshua Peck Macdonald
d600397077 New version. 1998-09-03 00:05:17 +00:00
Tim Vanderhoek
39448a6b27 Remove miscellaneous manpages. 1998-08-18 19:04:15 +00:00
Steve Price
621eb481c6 Don't override ${CC}, instead patch ltconfig as done in a couple
of other ports.

PR:		6423
1998-05-03 23:57:56 +00:00
Satoshi Asami
5b903104db Properly detect GDBM, especially since we're going through the trouble
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
1998-04-30 02:03:14 +00:00
Joshua Peck Macdonald
079520adb0 I checksummed the wrong release. 1998-04-23 22:53:52 +00:00
Joshua Peck Macdonald
b226a12661 Install the missing headers, use glib when available.
PR:		6381
1998-04-23 07:08:15 +00:00
Satoshi Asami
aae51ae808 "make deinstall" before the "make package" test, please! 1998-04-21 04:55:38 +00:00
Joshua Peck Macdonald
4a23496b10 This fixes problem #2 reported by pierre.dampure@k2c.co.uk (out
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
1998-04-21 00:09:58 +00:00
Joshua Peck Macdonald
7c21ec4fca Upgrade version, add MAN1 variable, make myself maintainer. 1998-04-19 01:18:10 +00:00
Steve Price
564f168517 Add MAINTAINER so this portlints clean. 1998-03-15 19:44:16 +00:00
Eric L. Hernes
c822f3a97b uncomment, BUILD_DEPENDS on gdbm, not sure why this was commented
out in the first place...
Suggested by: Greg Troxel <gdt@lexort.com>
1998-02-05 15:18:25 +00:00
Satoshi Asami
499dfbfbaa Portlint. I left out the maintainer for now, please fill in your name
if you intend to maintain it. > erich
1998-01-28 22:44:32 +00:00
Eric L. Hernes
614279221e new port for xdelta 1998-01-26 16:27:12 +00:00