- Add dependency on x11-toolkits/tk83[1].
- Update to 20060414[2]. PR: ports/101128[1] Submitted by: Michael Glaum[1], Tomdean[2]
This commit is contained in:
parent
dc092f5f0d
commit
a432ba19fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169433
4 changed files with 21 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= pcb
|
||||
PORTVERSION= 20060414
|
||||
PORTVERSION= 20060422
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -15,8 +15,8 @@ MAINTAINER= hrs@FreeBSD.org
|
|||
COMMENT= X11 interactive printed circuit board layout system
|
||||
|
||||
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
|
||||
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||
|
||||
.if defined(WITH_MOTIF_GUI)
|
||||
USE_MOTIF= yes
|
||||
|
@ -26,6 +26,7 @@ USE_GNOME= gtk20
|
|||
.endif
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_TK= 83
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (pcb-20060414.tar.gz) = 5e471a7b80f1b5ebf21be22c9b7a2e8e
|
||||
SHA256 (pcb-20060414.tar.gz) = 2077019a0b78514b57b9aeda778396b43dd8d9400c47ca8138b8bbf651b37819
|
||||
SIZE (pcb-20060414.tar.gz) = 3097668
|
||||
MD5 (pcb-20060422.tar.gz) = f70af0f43d9cf1a98ec6a7681773b793
|
||||
SHA256 (pcb-20060422.tar.gz) = 5c392a6a798975ab44894a669fe05f672f8ece4016f944e4347b220c1262fea9
|
||||
SIZE (pcb-20060422.tar.gz) = 3200182
|
||||
|
|
10
cad/pcb/files/patch-src-file.c
Normal file
10
cad/pcb/files/patch-src-file.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- src/file.c.orig Sat Jul 29 00:55:36 2006
|
||||
+++ src/file.c Sat Jul 29 00:57:09 2006
|
||||
@@ -1165,6 +1165,7 @@
|
||||
{
|
||||
menu = GetLibraryMenuMemory (&PCB->NetlistLib);
|
||||
menu->Name = MyStrdup (temp, "ReadNetlist()");
|
||||
+ menu->flag = 1;
|
||||
kind++;
|
||||
}
|
||||
else
|
|
@ -157,6 +157,10 @@ bin/pcb-bin
|
|||
%%DATADIR%%/pcblib.contents
|
||||
%%DATADIR%%/qfp-ui
|
||||
%%DATADIR%%/qfp.dat
|
||||
%%PORTDOCS%%%%DATADIR%%/puller.eps
|
||||
%%PORTDOCS%%%%DATADIR%%/puller.gif
|
||||
%%PORTDOCS%%%%DATADIR%%/puller.pdf
|
||||
%%PORTDOCS%%%%DATADIR%%/puller.png
|
||||
%%PORTDOCS%%%%DATADIR%%/refcard.pdf
|
||||
%%PORTDOCS%%%%DATADIR%%/refcard.ps
|
||||
%%PORTDOCS%%%%DATADIR%%/thermal.eps
|
||||
|
|
Loading…
Reference in a new issue