Date: Wed, 24 Mar 2004 17:22:46 -0800 (PST) From: George Hartzell <hartzell@kestrel.alerce.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/64660: maildrop port does not support Makefile.local Message-ID: <20040325012246.200F760E7@bloop.alerce.com> Resent-Message-ID: <200403241710.i2OHADS3088801@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 64660 >Category: ports >Synopsis: maildrop port does not support Makefile.local >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 24 09:10:13 PST 2004 >Closed-Date: >Last-Modified: >Originator: George Hartzell >Release: FreeBSD 5.2.1-RELEASE i386 >Organization: >Environment: System: FreeBSD bloop.alerce.com 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Mar 8 04:06:53 PST 2004 root@bloop.alerce.com:/usr/obj/usr/src/sys/BLOOP i386 >Description: I'm trying to build maildrop w/ mysql support, and prefer to keep my customizations in a Makefile.local file. The Maildrop ports Makefile.local doesn't support this properly. >How-To-Repeat: Create a Makefile.local that contains the line: WITH_MYSQL=yes and try to build. The line is ignored. >Fix: This patch seems to get it. (bloop)[5:22pm]maildrop>>rcsdiff -c2 Makefile =================================================================== RCS file: Makefile,v retrieving revision 1.1 diff -c2 -r1.1 Makefile *** Makefile 2004/03/25 01:14:17 1.1 --- Makefile 2004/03/25 01:15:14 *************** *** 42,45 **** --- 42,47 ---- LDFLAGS+= -L${LOCALBASE}/lib + .include <bsd.port.pre.mk> + .if defined(WITH_GDBM) LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdb *************** *** 113,115 **** .endif ! .include <bsd.port.mk> --- 115,117 ---- .endif ! .include <bsd.port.post.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040325012246.200F760E7>