svn commit: r344768 - in head/devel/tclmore: . files

Pietro Cerutti gahr at FreeBSD.org
Mon Feb 17 14:55:43 UTC 2014


Author: gahr
Date: Mon Feb 17 14:55:42 2014
New Revision: 344768
URL: http://svnweb.freebsd.org/changeset/ports/344768
QAT: https://qat.redports.org/buildarchive/r344768/

Log:
  - Convert to USES=gmake tcl
  - STAGE-clean

Modified:
  head/devel/tclmore/Makefile
  head/devel/tclmore/files/patch-Makefile.in

Modified: head/devel/tclmore/Makefile
==============================================================================
--- head/devel/tclmore/Makefile	Mon Feb 17 14:51:11 2014	(r344767)
+++ head/devel/tclmore/Makefile	Mon Feb 17 14:55:42 2014	(r344768)
@@ -11,16 +11,15 @@ DISTNAME=	${PORTNAME}_${PORTVERSION}_src
 MAINTAINER=	dsh at vlink.ru
 COMMENT=	More TCL commands
 
+USES=		gmake tcl
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_LDCONFIG=	yes
-USE_TCL=	yes
 WRKSRC=		${WRKDIR}/${DISTNAME:S/_src$//}
 
 INFO=		${PORTNAME}
 
 CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \
 		--enable-threads
+MAKE_ENV+=	STAGEDIR=${STAGEDIR}
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/tclmore/files/patch-Makefile.in
==============================================================================
--- head/devel/tclmore/files/patch-Makefile.in	Mon Feb 17 14:51:11 2014	(r344767)
+++ head/devel/tclmore/files/patch-Makefile.in	Mon Feb 17 14:55:42 2014	(r344768)
@@ -1,5 +1,5 @@
---- Makefile.in.orig	Fri May 21 20:24:36 2004
-+++ Makefile.in	Wed Apr 26 11:01:49 2006
+--- Makefile.in.orig	2004-05-21 18:24:36.000000000 +0200
++++ Makefile.in	2014-02-17 15:59:39.000000000 +0100
 @@ -44,7 +44,7 @@
  PACKAGE_NAME		= @PACKAGE_NAME@
  PACKAGE_VERSION		= @PACKAGE_VERSION@
@@ -9,6 +9,15 @@
  
  #PAGE
  ## ------------------------------------------------------------
+@@ -52,7 +52,7 @@
+ ## ------------------------------------------------------------
+ 
+ CONFIGDIR	= @CONFIGDIR@
+-INSTALL_ROOT	=
++INSTALL_ROOT	= ${STAGEDIR}
+ 
+ # If there is not a value for "TMPDIR" from the environment
+ # we select a common default.
 @@ -76,7 +76,7 @@
  
  bindir		= @bindir@


More information about the svn-ports-all mailing list