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

(-)b/cad/magic/Makefile (-6 / +5 lines)
Lines 1-5 Link Here
1
PORTNAME=	magic
1
PORTNAME=	magic
2
DISTVERSION=	8.3.474
2
DISTVERSION=	8.3.485
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 15-38 LIB_DEPENDS= libBLT25.so:x11-toolkits/blt \ Link Here
15
		libfreetype.so:print/freetype2
15
		libfreetype.so:print/freetype2
16
RUN_DEPENDS=	bash:shells/bash
16
RUN_DEPENDS=	bash:shells/bash
17
17
18
USES=		gmake gnome gl localbase:ldflags python:build shebangfix tk:tea tar:tgz xorg
18
USES=		gl gmake gnome localbase:ldflags python:build shebangfix tar:tgz tk:tea xorg
19
USE_GL=		gl glu
19
USE_GNOME=	cairo
20
USE_GNOME=	cairo
20
USE_XORG=	ice x11 xext xi xmu
21
USE_XORG=	ice x11 xext xi xmu
21
USE_GL=		gl glu
22
22
23
SHEBANG_FILES=	scripts/preproc.py tcltk/magic.sh.in tcltk/ext2sim.sh.in tcltk/ext2spice.sh.in
23
SHEBANG_FILES=	scripts/preproc.py tcltk/magic.sh.in tcltk/ext2sim.sh.in tcltk/ext2spice.sh.in
24
24
25
CONFIGURE_ARGS=	--with-opengl \
25
CONFIGURE_ARGS=	--with-opengl \
26
		--enable-modular # --enable-modular should fix build on 15, when failures were due to missing symbols defined in *.sym but not in code
26
		--enable-modular # --enable-modular should fix build on 15, when failures were due to missing symbols defined in *.sym but not in code
27
CONFIGURE_WRKSRC=	${WRKSRC}/scripts
28
27
29
ALL_TARGET=	tcllibrary
28
ALL_TARGET=	tcllibrary
30
29
30
BINARY_ALIAS=	python3=${PYTHON_CMD} # this is needed, see https://github.com/RTimothyEdwards/magic/issues/173#issuecomment-1200065429
31
DESKTOP_ENTRIES="Magic" "" "" "${PORTNAME}" "" ""
31
DESKTOP_ENTRIES="Magic" "" "" "${PORTNAME}" "" ""
32
33
PORTSCOUT=	limit:^8\.
32
PORTSCOUT=	limit:^8\.
34
33
35
BINARY_ALIAS=	python3=${PYTHON_CMD} # this is needed, see https://github.com/RTimothyEdwards/magic/issues/173#issuecomment-1200065429
34
CONFIGURE_WRKSRC=	${WRKSRC}/scripts
36
35
37
.include <bsd.port.pre.mk>
36
.include <bsd.port.pre.mk>
38
37
(-)b/cad/magic/distinfo (-4 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1713926449
1
TIMESTAMP = 1716738470
2
SHA256 (magic-8.3.474.tgz) = 36354f6737827226136159a32e552f506ca8c6ac170e7c923131986f096eccf8
2
SHA256 (magic-8.3.485.tgz) = b78a0121beda0ebfa8a52c7386b8fb55eac98e431390259b9e20f49ed970a922
3
SIZE (magic-8.3.474.tgz) = 4239643
3
SIZE (magic-8.3.485.tgz) = 4241584
4
- 

Return to bug 279325