svn commit: r341566 - head/cad/brlcad

Pietro Cerutti gahr at FreeBSD.org
Tue Jan 28 14:06:17 UTC 2014


Author: gahr
Date: Tue Jan 28 14:06:16 2014
New Revision: 341566
URL: http://svnweb.freebsd.org/changeset/ports/341566
QAT: https://qat.redports.org/buildarchive/r341566/

Log:
  - Convert to USES=gmake tk

Modified:
  head/cad/brlcad/Makefile

Modified: head/cad/brlcad/Makefile
==============================================================================
--- head/cad/brlcad/Makefile	Tue Jan 28 14:03:22 2014	(r341565)
+++ head/cad/brlcad/Makefile	Tue Jan 28 14:06:16 2014	(r341566)
@@ -23,10 +23,7 @@ USE_BZIP2=	yes
 USE_GL=		gl glu
 USE_XORG=	ice inputproto sm x11 xau xcb xdamage xdmcp xext xfixes xft xi \
 		xproto xrender xscrnsaver xt xxf86vm
-USE_GMAKE=	yes
-USES=		bison pathfix cmake pkgconfig
-USE_TCL=	85
-USE_TK=		85
+USES=		bison pathfix cmake:outsource pkgconfig tk:85
 USE_LDCONFIG=	yes
 
 PREFIX?=	${LOCALBASE}/${PORTNAME}
@@ -42,7 +39,7 @@ MANPREFIX=	${PREFIX}/share
 BROKEN_sparc64=	does not compile: invokes i386 assembler
 
 post-patch:
-	@${REINPLACE_CMD} "s+-exact Tcl 8\.5\.1+Tcl 8.5+" ${WRKSRC}/src/other/tcl/library/init.tcl
+	@${REINPLACE_CMD} "s+-exact Tcl 8\.5\.9+Tcl 8.5+" ${WRKSRC}/src/other/tcl/library/init.tcl
 	@${REINPLACE_CMD} -e 's|{LIB_DIR}|{prefix}/libdata|' \
 			${WRKSRC}/misc/pkgconfig/CMakeLists.txt
 


More information about the svn-ports-all mailing list