From owner-freebsd-ports Sun Jan 5 23:29:53 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA16254 for ports-outgoing; Sun, 5 Jan 1997 23:29:53 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id XAA16249 for ; Sun, 5 Jan 1997 23:29:51 -0800 (PST) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.RWTH-Aachen.DE [134.130.90.6]) by who.cdrom.com (8.7.5/8.6.11) with SMTP id XAA09676 for ; Sun, 5 Jan 1997 23:29:46 -0800 (PST) Received: (from thomas@localhost) by ghpc6.ihf.rwth-aachen.de (8.6.12/8.6.9) id IAA04795; Mon, 6 Jan 1997 08:28:24 +0100 From: Thomas Gellekum Message-Id: <199701060728.IAA04795@ghpc6.ihf.rwth-aachen.de> Subject: Re: cvs commit: ports/x11/tix/patches etc. To: asami@cs.berkeley.edu (Satoshi Asami) Date: Mon, 6 Jan 1997 08:28:23 +0100 (MET) Cc: thomas@ghpc8.ihf.rwth-aachen.de, ports@freebsd.org, chuckr@glue.umd.edu In-Reply-To: <199701031601.IAA01780@silvia.HIP.Berkeley.EDU> from Satoshi Asami at "Jan 3, 97 08:01:17 am" Organization: Institut f. Hochfrequenztechnik, RWTH Aachen X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Satoshi Asami wrote: > * > * Who is the maintainer of tk? There's no one mentioned in the makefile. > * > > * > You are welcome to take it. :) > * > * No, thanks. :-) > > Oh, come on. :) This from the man who complained how much he hates Tk? > > Satoshi > ------- > Index: Makefile > =================================================================== > RCS file: /ccd/tmp/cvs/ports/x11/tk41/Makefile,v > retrieving revision 1.7 > diff -u -r1.7 Makefile > --- Makefile 1996/12/03 10:35:07 1.7 > +++ Makefile 1997/01/03 15:56:16 > @@ -30,5 +30,12 @@ > post-install: > cd ${WRKSRC} && ${MAKE} -f Makefile.lib install PREFIX=${PREFIX} > /sbin/ldconfig -m ${PREFIX}/lib > +.for dir in generic unix > + ${MKDIR} ${PREFIX}/include/tk/${dir} > + ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/${dir}/*.h \ ^^^^^^^^^^^^^^^^^^^^^ ${WRKSRC}? > + ${PREFIX}/include/tk/${dir} > +.endfor > +# tk.h is already in ${PREFIX}/include > + ${RM} ${PREFIX}/include/tk/generic/tk.h If you want to save 30K there should be a link to generic/tk.h, but some Tk extensions (like Tix) don't look in /usr/local/include for their headers and would miss tk.h. PLIST should be changed accordingly. I have patches for tix in my homedir on freefall (tix.diff). Unfortunately I don't have the time right now to test it. Maybe later, if the connection isn't too bad. tg