View | Details | Raw Unified | Return to bug 278561
Collapse All | Expand All

(-)b/cad/magic/Makefile (-4 / +2 lines)
Lines 1-5 Link Here
1
PORTNAME=	magic
1
PORTNAME=	magic
2
DISTVERSION=	8.3.459
2
DISTVERSION=	8.3.474
3
CATEGORIES=	cad
3
CATEGORIES=	cad
4
MASTER_SITES=	http://opencircuitdesign.com/magic/archive/
4
MASTER_SITES=	http://opencircuitdesign.com/magic/archive/
5
5
Lines 8-14 COMMENT= Interactive editor for VLSI layouts Link Here
8
WWW=		http://opencircuitdesign.com/magic/
8
WWW=		http://opencircuitdesign.com/magic/
9
9
10
LICENSE=	MIT
10
LICENSE=	MIT
11
LICENSE_FILE=	${FILESDIR}/license.txt
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
12
13
LIB_DEPENDS=	libBLT25.so:x11-toolkits/blt \
13
LIB_DEPENDS=	libBLT25.so:x11-toolkits/blt \
14
		libfontconfig.so:x11-fonts/fontconfig \
14
		libfontconfig.so:x11-fonts/fontconfig \
Lines 28-35 CONFIGURE_WRKSRC= ${WRKSRC}/scripts Link Here
28
28
29
ALL_TARGET=	tcllibrary
29
ALL_TARGET=	tcllibrary
30
30
31
CFLAGS+=	-Wno-return-type # workaround for https://github.com/RTimothyEdwards/magic/issues/67
32
33
DESKTOP_ENTRIES="Magic" "" "" "${PORTNAME}" "" ""
31
DESKTOP_ENTRIES="Magic" "" "" "${PORTNAME}" "" ""
34
32
35
PORTSCOUT=	limit:^8\.
33
PORTSCOUT=	limit:^8\.
(-)b/cad/magic/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1706064662
1
TIMESTAMP = 1713926449
2
SHA256 (magic-8.3.459.tgz) = 12b34564766227e0b0f1039044463da6ce7ff16a196045308fc688bb8d9d4fd4
2
SHA256 (magic-8.3.474.tgz) = 36354f6737827226136159a32e552f506ca8c6ac170e7c923131986f096eccf8
3
SIZE (magic-8.3.459.tgz) = 4237442
3
SIZE (magic-8.3.474.tgz) = 4239643
(-)a/cad/magic/files/license.txt (-10 lines)
Removed Link Here
1
Copyright (C) 1985, 1990 Regents of the University of California.
2
3
Permission to use, copy, modify, and distribute this
4
software and its documentation for any purpose and without
5
fee is hereby granted, provided that the above copyright
6
notice appear in all copies.  The University of California
7
makes no representations about the suitability of this
8
software for any purpose.  It is provided "as is" without
9
express or implied warranty.  Export of this software outside
10
of the United States of America may require an export license.
(-)b/cad/magic/pkg-descr (-3 / +2 lines)
Lines 2-6 Magic is an interactive editor for VLSI layouts that runs under BSD. Link Here
2
2
3
To run magic, users should set CAD_HOME to the base installation directory
3
To run magic, users should set CAD_HOME to the base installation directory
4
where magic was installed, e.g. /usr/local.  Alternatively, the system
4
where magic was installed, e.g. /usr/local.  Alternatively, the system
5
administrator can create a dummy user named 'cad' with its home
5
administrator can create a dummy user named 'cad' with its home directory
6
directory set to the installation directory.
6
set to the installation directory.
7
- 

Return to bug 278561