Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Aug 2014 18:00:52 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366658 - in head/cad/magic: . files
Message-ID:  <201408301800.s7UI0qbZ066631@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Sat Aug 30 18:00:52 2014
New Revision: 366658
URL: http://svnweb.freebsd.org/changeset/ports/366658
QAT: https://qat.redports.org/buildarchive/r366658/

Log:
  - Update to 7.5.240.
  - Fix LICENSE.

Added:
  head/cad/magic/files/license.txt   (contents, props changed)
Modified:
  head/cad/magic/Makefile
  head/cad/magic/distinfo

Modified: head/cad/magic/Makefile
==============================================================================
--- head/cad/magic/Makefile	Sat Aug 30 17:54:25 2014	(r366657)
+++ head/cad/magic/Makefile	Sat Aug 30 18:00:52 2014	(r366658)
@@ -2,25 +2,27 @@
 # $FreeBSD$
 
 PORTNAME=	magic
-PORTVERSION=	7.5.233
+PORTVERSION=	7.5.240
 CATEGORIES=	cad
 MASTER_SITES=	http://opencircuitdesign.com/magic/archive/ \
 		http://fossies.org/linux/misc/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	hrs@FreeBSD.org
 COMMENT=	Interactive editor for VLSI layouts
 
-LICENSE=	BSD
+LICENSE=	MIT
+LICENSE_FILE=	${FILESDIR}/license.txt
 
 LIB_DEPENDS=	libBLT25.so:${PORTSDIR}/x11-toolkits/blt
 
-CONFIGURE_WRKSRC=	${WRKSRC}/scripts
-
-USES+=		gmake tk:build tar:tgz
+USES=		gmake tk:build tar:tgz
 USE_XORG=	ice xext xi xmu
 USE_GL=		gl
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-tcl=${TCL_LIBDIR} --with-tk=${TK_LIBDIR}
+CONFIGURE_ARGS=	--with-tcl=${TCL_LIBDIR} \
+		--with-tk=${TK_LIBDIR} \
+		--with-opengl
+CONFIGURE_WRKSRC=	${WRKSRC}/scripts
 ALL_TARGET=	tcllibrary
 
 CPPFLAGS+=	-I${LOCALBASE}/include
@@ -30,8 +32,6 @@ DESKTOP_ENTRIES="Magic" "" "" "${PORTNAM
 
 PORTSCOUT=	limit:^7\.
 
-.include <bsd.port.pre.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|^#!.*|#!${AWK} -f|' ${WRKSRC}/ext2spice/spice2sim
@@ -40,7 +40,8 @@ post-patch:
 		 s|TK_LIB_NAME=.*|TK_LIB_NAME="tk${TK_VER:S/.//}"|g ; \
 		 s|wish$${TK_VERSION}|${WISH:T}|g ; \
 		 s|tclsh$${TK_VERSION}|${TCLSH:T}|g ; \
-		 s|-l/usr/X11R6/include|-I${LOCALBASE}/include|g' ${CONFIGURE_WRKSRC}/configure
+		 s|-l/usr/X11R6/include|-I${LOCALBASE}/include|g' \
+	    ${CONFIGURE_WRKSRC}/configure
 	@${REINPLACE_CMD} -e \
 		'/CFLAGS/s| -pg | |' ${WRKSRC}/tcltk/Makefile
 	@${REINPLACE_CMD} -e \
@@ -52,4 +53,4 @@ pre-build:
 	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \
 		${MAKEFILE} ${MAKE_ARGS} database/database.h)
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/cad/magic/distinfo
==============================================================================
--- head/cad/magic/distinfo	Sat Aug 30 17:54:25 2014	(r366657)
+++ head/cad/magic/distinfo	Sat Aug 30 18:00:52 2014	(r366658)
@@ -1,2 +1,2 @@
-SHA256 (magic-7.5.233.tgz) = 5fd1449380d185584c03fbfe4b62abee83bb868de11c1d7ebca4db5f8c5338bf
-SIZE (magic-7.5.233.tgz) = 3753060
+SHA256 (magic-7.5.240.tgz) = c34134fb47aaa58c2f1b45454f1ab53069fc80d1e85a1def313c2e7695b901f7
+SIZE (magic-7.5.240.tgz) = 3753069

Added: head/cad/magic/files/license.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/cad/magic/files/license.txt	Sat Aug 30 18:00:52 2014	(r366658)
@@ -0,0 +1,10 @@
+Copyright (C) 1985, 1990 Regents of the University of California.
+
+Permission to use, copy, modify, and distribute this
+software and its documentation for any purpose and without
+fee is hereby granted, provided that the above copyright
+notice appear in all copies.  The University of California
+makes no representations about the suitability of this
+software for any purpose.  It is provided "as is" without
+express or implied warranty.  Export of this software outside
+of the United States of America may require an export license.



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