From owner-freebsd-ports Tue Jun 20 10:50:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B8A037B536 for ; Tue, 20 Jun 2000 10:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA82864; Tue, 20 Jun 2000 10:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 20 Jun 2000 10:50:02 -0700 (PDT) Message-Id: <200006201750.KAA82864@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ade Lovett Subject: Re: ports/19398: fetchmail lacks a dependency Reply-To: Ade Lovett Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/19398; it has been noted by GNATS. From: Ade Lovett To: Alexander Langer Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/19398: fetchmail lacks a dependency Date: Tue, 20 Jun 2000 12:42:38 -0500 On Tue, Jun 20, 2000 at 08:40:03AM -0700, Alexander Langer wrote: > Absolutely not! > It _must not_ be the case that a whole subset of unneeded crap (tcl, > X, python) is needed for a simple _mail tool_. Try this.. define WITH_X11, as with many other ports, and it brings in the whole shebang. Default is off, to keep the "I don't want no steekin' X on my server" crowd happy. -aDe Index: Makefile =================================================================== RCS file: /home/src/FreeBSD/ports/mail/fetchmail/Makefile,v retrieving revision 1.99 diff -u -r1.99 Makefile --- Makefile 2000/06/11 07:43:44 1.99 +++ Makefile 2000/06/20 17:40:38 @@ -4,11 +4,6 @@ # # $FreeBSD: ports/mail/fetchmail/Makefile,v 1.99 2000/06/11 07:43:44 knu Exp $ # -# NOTE: The fetchmailconf program (an interactive program for -# writing .fetchmailrc files) requires Python, found in the Ports -# Collection under lang/python. The fetchmail program itself -# does not need Python, so there is no RUN_DEPENDS for Python in -# this Makefile. PORTNAME= fetchmail PORTVERSION= 5.4.1 @@ -18,6 +13,11 @@ MAINTAINER= ve@sci.fi LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext + +.if defined(WITH_X11) +RUN_DEPENDS= ${LOCALBASE}/lib/python1.5/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter +.endif + GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-OPIE --enable-RPA --enable-POP2 --enable-SDPS \ --enable-nls -- Ade Lovett, Austin, TX. ade@FreeBSD.org FreeBSD: The Power to Serve http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message