From owner-svn-ports-head@FreeBSD.ORG Tue Nov 5 16:14:47 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D42F9E2B; Tue, 5 Nov 2013 16:14: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 C14CB22F2; Tue, 5 Nov 2013 16:14: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 rA5GElOl036906; Tue, 5 Nov 2013 16:14:47 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA5GElQo036904; Tue, 5 Nov 2013 16:14:47 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201311051614.rA5GElQo036904@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 5 Nov 2013 16:14:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332863 - in head/editors/vigor: . files 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: Tue, 05 Nov 2013 16:14:47 -0000 Author: gahr Date: Tue Nov 5 16:14:47 2013 New Revision: 332863 URL: http://svnweb.freebsd.org/changeset/ports/332863 Log: - Convert to USES+=tk - STAGE-clean Added: head/editors/vigor/files/patch-configure (contents, props changed) Modified: head/editors/vigor/Makefile Modified: head/editors/vigor/Makefile ============================================================================== --- head/editors/vigor/Makefile Tue Nov 5 16:12:04 2013 (r332862) +++ head/editors/vigor/Makefile Tue Nov 5 16:14:47 2013 (r332863) @@ -15,20 +15,17 @@ LICENSE_FILE= ${WRKSRC}/../LICENSE WRKSRC= ${WRKDIR}/${DISTNAME}/build -USE_TCL= yes -USE_TCL_BUILD= yes -USE_TK= yes -USE_TK_BUILD= yes +USES+= tk USE_XORG= x11 GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--exec-prefix=${STAGEDIR}${PREFIX} CPPFLAGS+= -I${TCL_INCLUDEDIR} -I${TK_INCLUDEDIR} LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes post-patch: - ${REINPLACE_CMD} -e 's|tcl80|tcl${TCL_VER:S/.//}|; \ - s|tk80|tk${TK_VER:S/.//}|; \ + ${REINPLACE_CMD} -e 's|tcl80|tcl${TCL_SHLIB_VER}|; \ + s|tk80|tk${TK_SHLIB_VER}|; \ s|^grantpt|XXXgrantpt|;' \ ${WRKSRC}/configure Added: head/editors/vigor/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/vigor/files/patch-configure Tue Nov 5 16:14:47 2013 (r332863) @@ -0,0 +1,11 @@ +--- configure.orig 2013-11-05 17:12:10.000000000 +0100 ++++ configure 2013-11-05 17:12:16.000000000 +0100 +@@ -48,7 +48,7 @@ + bindir='${exec_prefix}/bin' + sbindir='${exec_prefix}/sbin' + libexecdir='${exec_prefix}/libexec' +-datadir='${prefix}/share' ++datadir='${exec_prefix}/share' + sysconfdir='${prefix}/etc' + sharedstatedir='${prefix}/com' + localstatedir='${prefix}/var'