From owner-cvs-all Mon Apr 20 17:10:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA05851 for cvs-all-outgoing; Mon, 20 Apr 1998 17:10:58 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA05810; Tue, 21 Apr 1998 00:10:40 GMT (envelope-from jmacd@FreeBSD.org) From: Joshua Peck Macdonald Received: (from jmacd@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA02654; Mon, 20 Apr 1998 17:09:59 -0700 (PDT) Date: Mon, 20 Apr 1998 17:09:59 -0700 (PDT) Message-Id: <199804210009.RAA02654@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/misc/xdelta Makefile ports/misc/xdelta/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jmacd 1998/04/20 17:09:59 PDT Modified files: misc/xdelta Makefile misc/xdelta/files md5 Log: 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 Revision Changes Path 1.6 +4 -4 ports/misc/xdelta/Makefile 1.3 +1 -1 ports/misc/xdelta/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message