Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 1997 08:28:23 +0100 (MET)
From:      Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
To:        asami@cs.berkeley.edu (Satoshi Asami)
Cc:        thomas@ghpc8.ihf.rwth-aachen.de, ports@freebsd.org, chuckr@glue.umd.edu
Subject:   Re: cvs commit:  ports/x11/tix/patches etc.
Message-ID:  <199701060728.IAA04795@ghpc6.ihf.rwth-aachen.de>
In-Reply-To: <199701031601.IAA01780@silvia.HIP.Berkeley.EDU> from Satoshi Asami at "Jan 3, 97 08:01:17 am"

next in thread | previous in thread | raw e-mail | index | archive | help
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



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