From owner-freebsd-ports Mon Sep 27 20:19: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id B1CF715793 for ; Mon, 27 Sep 1999 20:18:06 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id WAA12962; Mon, 27 Sep 1999 22:18:02 -0500 (CDT) Date: Mon, 27 Sep 1999 22:18:01 -0500 (CDT) From: Steve Price To: Yusuf Goolamabbas Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Is it possble to split expect port not to use XFree86 and tk In-Reply-To: <19990928025400.23277.qmail@yusufg.portal2.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 28 Sep 1999, Yusuf Goolamabbas wrote: # Hi, I would like to install expect but don't want to install XFree86 # and TK. Is it possible to be able to specify this via the port # mechanism You could try something like the following patch. NOTE: I don't know if this even compiles and even if it does the PLIST will NOT be right. In other words, use it at your own risk. :) -steve Index: Makefile =================================================================== RCS file: /home/ncvs/ports/lang/expect/Makefile,v retrieving revision 1.40 diff -u -r1.40 Makefile --- Makefile 1999/08/25 06:34:30 1.40 +++ Makefile 1999/09/28 03:16:24 @@ -12,15 +12,14 @@ MAINTAINER= ports@freebsd.org -LIB_DEPENDS?= tk80.1:${PORTSDIR}/x11-toolkits/tk80 +LIB_DEPENDS?= tcl80.1:${PORTSDIR}/lang/tcl80 WRKSRC= ${WRKDIR}/${PKGNAME} GNU_CONFIGURE= yes CONFIGURE_ARGS?= --enable-shared \ --with-tclconfig=${PREFIX}/lib/tcl8.0 \ --with-tclinclude=${PREFIX}/include/tcl8.0 \ - --with-tkconfig=${PREFIX}/lib/tk8.0 \ - --with-tkinclude=${PREFIX}/include/tk8.0 + --disable-tkconfig .if !defined(NO_MAN_INSTALL) MAN1= autoexpect.1 cryptdir.1 decryptdir.1 dislocate.1 \ expect.1 expectk.1 kibitz.1 mkpasswd.1 passmass.1 \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message