From owner-svn-ports-head@FreeBSD.ORG Mon Nov 11 10:58:47 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 18FE7361; Mon, 11 Nov 2013 10:58:47 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 069A72BA8; Mon, 11 Nov 2013 10:58:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rABAwk7A008178; Mon, 11 Nov 2013 10:58:46 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rABAwkRj008177; Mon, 11 Nov 2013 10:58:46 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201311111058.rABAwkRj008177@svn.freebsd.org> From: Pietro Cerutti Date: Mon, 11 Nov 2013 10:58:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333483 - head/lang/xotcl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Nov 2013 10:58:47 -0000 Author: gahr Date: Mon Nov 11 10:58:46 2013 New Revision: 333483 URL: http://svnweb.freebsd.org/changeset/ports/333483 Log: - Update to USES+=gmake tcl - Convert to new LIB_DEPENDS format Modified: head/lang/xotcl/Makefile Modified: head/lang/xotcl/Makefile ============================================================================== --- head/lang/xotcl/Makefile Mon Nov 11 10:50:46 2013 (r333482) +++ head/lang/xotcl/Makefile Mon Nov 11 10:58:46 2013 (r333483) @@ -13,12 +13,10 @@ COMMENT= Object-oriented scripting langu LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYRIGHT -USE_TCL= 84+ -INVALID_TCL_VER= 86 +USES+= gmake tcl:84,85 INSTALL_TARGET= install ALL_TARGET= all test-nohttp -USE_GMAKE= yes PLIST_SUB+= PORTVERSION=${PORTVERSION} MAKE_JOBS_UNSAFE= yes @@ -32,8 +30,8 @@ OPTIONS_DEFAULT= ACTIWEB ACTIWEB_DESC= Include actiweb TUTORIAL_DESC= Install XOTcl tutorial -LIB_DEPENDS+= expat.6:${PORTSDIR}/textproc/expat2 -CONFIGURE_ARGS+= --with-expat=${LOCALBASE}/include,${LOCALBASE}/lib +LIB_DEPENDS+= libexpat.so:${PORTSDIR}/textproc/expat2 +CONFIGURE_ARGS+=--with-expat=${LOCALBASE}/include,${LOCALBASE}/lib .else AOLSERVERBASE?= aolserver .endif @@ -52,7 +50,7 @@ NO_BUILD= yes .if ${PORT_OPTIONS:MACTIWEB} CONFIGURE_ARGS+= --with-actiweb --with-gdbm=${LOCALBASE}/include,${LOCALBASE}/lib -LIB_DEPENDS+= gdbm.4:${PORTSDIR}/databases/gdbm +LIB_DEPENDS+= libgdbm.so:${PORTSDIR}/databases/gdbm PLIST_SUB+= ACTIWEB="" .else PLIST_SUB+= ACTIWEB="@comment "