Extended Object Tcl (for short: XOTcl, pronounced exotickle) is an object-oriented scripting language based on Tcl.
Responsible Changed From-To: freebsd-ports-bugs->stas I'll take it.
Hi! It coredumps on my i386 7.0-CURRENT and has a broken pkg-plist on 6.1-STABLE amd64 (http://tb.mbsd.msk.ru/tb/errors/6.1-FreeBSD/xotcl-1.5.1.log). Can you, please, investigate? -- Stanislav Sedov <stas@FreeBSD.org> [[òÏÓÓÉÑ, íÏÓË×Á]] PGP id: 0xEB269581 http://people.freebsd.org/~stas/stas.key.asc
State Changed From-To: open->feedback Ask for submitter fix.
Here is a fixed port and updated to 1.5.2
Hi! You port isn't PREFIX-clean, that is when you'll try to make PREFIX=/path/to/prefix install not all files will be installed into this PREFIX (but in LOCALBASE). This should be fixed. Also, consider the following patch ------------------------------------------------- --- Makefile.orig Sat Sep 30 16:13:56 2006 +++ Makefile Sat Sep 30 16:14:02 2006 @@ -47,10 +47,7 @@ .endif INSTALL_TARGET+= install-shells - -.if !defined(NO_INSTALL_MANPAGES) MAN1= xotclsh.1 -.endif post-install: .if defined(WITH_TUTORIAL) ---------------------------------------------- It fixes pkg-plist in case if NO_INSTALL_MANPAGE was defined. -- Stanislav Sedov <stas@FreeBSD.org> [[òÏÓÓÉÑ, íÏÓË×Á]] PGP id: 0xEB269581 http://people.freebsd.org/~stas/stas.key.asc
Patches considered, PREFIX fixed ...
stas 2006-10-01 19:17:49 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/xotcl Makefile distinfo pkg-descr pkg-plist lang/xotcl/files patch-Makefile.in Log: - Add port for lang/xotcl Extended Object Tcl (for short: XOTcl, pronounced exotickle) is an object- oriented scripting language based on Tcl. It was originally designed for providing language support for design patterns and provides novel constructs such as filters or transitive mixin classes. The language is designed for empowering rather than constraining system developers. The basic object model is highly influenced by CLOS. WWW: http://media.wu-wien.ac.at/ PR: ports/103670 Submitted by: Martin Matuska <martin at matuska.org> Approved by: sem (mentor) Revision Changes Path 1.514 +1 -0 ports/lang/Makefile 1.1 +76 -0 ports/lang/xotcl/Makefile (new) 1.1 +3 -0 ports/lang/xotcl/distinfo (new) 1.1 +49 -0 ports/lang/xotcl/files/patch-Makefile.in (new) 1.1 +15 -0 ports/lang/xotcl/pkg-descr (new) 1.1 +171 -0 ports/lang/xotcl/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed New port added. Thanks!