Date: Fri, 3 Jan 1997 08:01:17 -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: <199701031601.IAA01780@silvia.HIP.Berkeley.EDU> In-Reply-To: <199701031359.OAA29106@ghpc6.ihf.rwth-aachen.de> (message from Thomas Gellekum on Fri, 3 Jan 1997 14:59:42 %2B0100 (MET))
next in thread | previous in thread | raw e-mail | index | archive | help
* Looks fine to me. Ok, please try the following patch and see if you can get your port(s) to work without the tk build dir. * > * 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. :) 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 \ + ${PREFIX}/include/tk/${dir} +.endfor +# tk.h is already in ${PREFIX}/include + ${RM} ${PREFIX}/include/tk/generic/tk.h .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/03 15:58:05 @@ -1,5 +1,16 @@ 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/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 +392,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?199701031601.IAA01780>