1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/devel/tcloo/Makefile
Pietro Cerutti 3e75d0d5f2 - Update to 1.0.1. This is the version that's bundled with Tcl 8.6.1
Changes:

  * doc/next.n (METHOD SEARCH ORDER): Bug [3606943]: Corrected
    description of method search order.

  * generic/tclOODefineCmds.c (ClassSuperSet): Bug [9d61624b3d]: Stop
    crashes when emptying the superclass slot, even when doing elaborate
    things with metaclasses.

  * generic/tclOOBasic.c (TclOO_Object_VarName): [Bug 3603695]: Change
    the way that the 'varname' method is implemented so that there are no
    longer problems with interactions due to the resolver. Thanks to
    Taylor Venable <tcvena@gmail.com> for identifying the problem.
2013-09-27 10:18:19 +00:00

22 lines
430 B
Makefile

# Created by: gahr
# $FreeBSD$
PORTNAME= tcloo
PORTVERSION= 1.0.1
CATEGORIES= devel
MASTER_SITES= SF/tcl/TclOO%20Package/${PORTVERSION}/
DISTNAME= TclOO${PORTVERSION}
MAINTAINER= tcltk@FreeBSD.org
COMMENT= Implementation of TclOO for Tcl 8.5
USES+= tcl:85
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \
--exec-prefix=${PREFIX}
PLIST_SUB+= PORTVERSION=${PORTVERSION}
.include <bsd.port.mk>