Date: Mon, 6 Jan 1997 05:08:05 -0800 (PST) From: asami@cs.berkeley.edu (Satoshi Asami) To: thomas@ghpc8.ihf.rwth-aachen.de 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: <199701061308.FAA08231@baloon.mimi.com> In-Reply-To: <199701061118.MAA05275@ghpc6.ihf.rwth-aachen.de> (message from Thomas Gellekum on Mon, 6 Jan 1997 12:18:13 %2B0100 (MET))
next in thread | previous in thread | raw e-mail | index | archive | help
* > Now you know why I hate them? ;) * * Now you know why I don't want the Tk port? ;-) I just wish someone who knows more about tcl/tk takes it so that I don't have to spend everybody's time wasting bullets in the dark. ;) Anyway, here's an updated patch. 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/06 13:00:56 @@ -30,5 +30,13 @@ 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 \ + ${PREFIX}/include/tk/${dir} +.endfor + ${RM} ${PREFIX}/include/tk/generic/tk.h + @# These two files are the same + /bin/ln -sf ../../tk.h ${PREFIX}/include/tk/generic .include <bsd.port.mk> Index: pkg/PLIST =================================================================== RCS file: /ccd/tmp/cvs/ports/x11/tk41/pkg/PLIST,v retrieving revision 1.4 diff -u -r1.4 PLIST --- PLIST 1996/12/03 10:35:26 1.4 +++ PLIST 1997/01/06 12:45:29 @@ -1,5 +1,17 @@ bin/wish4.1 include/tk.h +include/tk/generic/default.h +include/tk/generic/ks_names.h +include/tk/generic/patchlevel.h +include/tk/generic/tk.h +include/tk/generic/tkCanvas.h +include/tk/generic/tkInt.h +include/tk/generic/tkPort.h +include/tk/generic/tkSelect.h +include/tk/generic/tkText.h +include/tk/unix/tkUnixDefault.h +include/tk/unix/tkUnixInt.h +include/tk/unix/tkUnixPort.h lib/libtk41.a lib/libtk41.so.1.0 @exec /sbin/ldconfig -m %D/lib @@ -381,3 +393,5 @@ man/man3/Tk_Width.3.gz man/man3/Tk_WindowId.3.gz man/man3/Tk_Y.3.gz +@dirrm lib/tk4.1 +@dirrm include/tk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701061308.FAA08231>