Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jun 2000 10:50:02 -0700 (PDT)
From:      Ade Lovett <ade@FreeBSD.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/19398: fetchmail lacks a dependency
Message-ID:  <200006201750.KAA82864@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/19398; it has been noted by GNATS.

From: Ade Lovett <ade@FreeBSD.org>
To: Alexander Langer <alex@big.endian.de>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006201750.KAA82864>