Date: Sat, 7 Feb 2004 02:44:26 +0900 (JST) From: Hiroki Sato <hrs@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/62444: Fix port: cad/pcb Message-ID: <200402061744.i16HiQeK039941@alph.allbsd.org> Resent-Message-ID: <200402061750.i16HoHxe085907@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 62444 >Category: ports >Synopsis: Fix port: cad/pcb >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 06 09:50:17 PST 2004 >Closed-Date: >Last-Modified: >Originator: Hiroki Sato >Release: FreeBSD 4.8-STABLE i386 >Organization: Tokyo University of Science >Environment: System: FreeBSD alph.allbsd.org 4.9-RC FreeBSD 4.9-RC #0: Sat Oct 25 04:40:22 JST 2003 hrs@alph.allbsd.org:/usr/obj/usr/src/sys/ALPH i386 >Description: Fix a dependency (reported in bento's log) and take the maintainership. >How-To-Repeat: N/A >Fix: Index: pcb/Makefile =================================================================== RCS file: /home/ncvs/ports/cad/pcb/Makefile,v retrieving revision 1.43 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.43 Makefile --- pcb/Makefile 29 Jan 2004 09:14:46 -0000 1.43 +++ pcb/Makefile 6 Feb 2004 17:37:18 -0000 @@ -11,12 +11,12 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= hrs@FreeBSD.org COMMENT= X11 interactive printed circuit board layout system BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - latex:${PORTSDIR}/print/teTeX -LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84 + latex:${PORTSDIR}/print/teTeX \ + wish:${PORTSDIR}/x11-toolkits/tk84 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402061744.i16HiQeK039941>