Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2013 17:23:04 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326421 - head/cad/irsim
Message-ID:  <201309051723.r85HN4FG075133@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Thu Sep  5 17:23:04 2013
New Revision: 326421
URL: http://svnweb.freebsd.org/changeset/ports/326421

Log:
  cad/irsim: update to 9.7.81
  
  - Update to 9.7.81
  - Use options helpers
  - USES gmake
  - Pass maintainership to submitter
  
  PR:		ports/181843
  Submitted by:	Danilo EgĂȘa Gondolfo <danilogondolfo gmail.com>

Modified:
  head/cad/irsim/Makefile
  head/cad/irsim/distinfo

Modified: head/cad/irsim/Makefile
==============================================================================
--- head/cad/irsim/Makefile	Thu Sep  5 17:19:32 2013	(r326420)
+++ head/cad/irsim/Makefile	Thu Sep  5 17:23:04 2013	(r326421)
@@ -2,12 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	irsim
-PORTVERSION=	9.7.79
+PORTVERSION=	9.7.81
 CATEGORIES=	cad
 MASTER_SITES=	http://opencircuitdesign.com/irsim/archive/
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	danilogondolfo@gmail.com
 COMMENT=	Event-driven logic-level simulator for MOS circuis
 
 LICENSE=	GPLv2
@@ -17,11 +17,18 @@ OPTIONS_RADIO_INTERPRETER=	SCHEME TCL
 OPTIONS_DEFAULT=	SCHEME
 SCHEME_DESC=	Scheme interpreter
 TCL_DESC=	Tcl interpreter
+OPTIONS_SUB=	yes
+
+SCHEME_CONFIGURE_ON=	--with-interpreter=scheme
+TCL_CONFIGURE_ON=	--with-interpreter=tcl --with-tcl=${TCL_LIBDIR} \
+			--with-tk=${TK_LIBDIR} --with-tclincls=${TCL_INCLUDEDIR} \
+			--with-tkincls=${TK_INCLUDEDIR} --with-tcllibs=${LOCALBASE}/lib \
+			--with-tklibs=${LOCALBASE}/lib
 
 CONFIGURE_WRKSRC=	${WRKSRC}/scripts
 
+USES=	gmake
 USE_XORG=	x11
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 
 CFLAGS+=	-I${LOCALBASE}/include
@@ -36,21 +43,10 @@ MAN5=		netchange.5
 .if ${PORT_OPTIONS:MTCL}
 USE_TK_BUILD=	yes
 USE_TK=		yes
-CONFIGURE_ARGS+=	--with-tcl=${TCL_LIBDIR} \
-			--with-tk=${TK_LIBDIR} \
-			--with-tclincls=${TCL_INCLUDEDIR} \
-			--with-tkincls=${TK_INCLUDEDIR} \
-			--with-tcllibs=${LOCALBASE}/lib \
-			--with-tklibs=${LOCALBASE}/lib \
-			--with-interpreter=tcl
-PLIST_SUB+=	TCL="" NOTCL="@comment "
+PLIST_SUB+=	NOTCL="@comment "
 .else
 WISH=		${FALSE}
-PLIST_SUB+=	TCL="@comment " NOTCL=""
-.endif
-
-.if ${PORT_OPTIONS:MSCHEME}
-CONFIGURE_ARGS+=	--with-interpreter=scheme
+PLIST_SUB+=	NOTCL=""
 .endif
 
 .if empty(PORT_OPTIONS:MSCHEME) && empty(PORT_OPTIONS:MTCL)

Modified: head/cad/irsim/distinfo
==============================================================================
--- head/cad/irsim/distinfo	Thu Sep  5 17:19:32 2013	(r326420)
+++ head/cad/irsim/distinfo	Thu Sep  5 17:23:04 2013	(r326421)
@@ -1,2 +1,2 @@
-SHA256 (irsim-9.7.79.tgz) = 48f639b0893eaf116d0d248b32fbc884fe5eceaba57499f22ee61e6e7c44b7eb
-SIZE (irsim-9.7.79.tgz) = 471749
+SHA256 (irsim-9.7.81.tgz) = b9a80dbc7f49b0f543d669dda30bb2f8ab8a3d0415d8165195b4ef9b010341e5
+SIZE (irsim-9.7.81.tgz) = 459240



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309051723.r85HN4FG075133>