Date: Sat, 19 Dec 1998 13:26:03 -0800 (PST) From: ozz@freebsd.org.ru To: freebsd-gnats-submit@FreeBSD.ORG Subject: ports/9131: Can't build vtcl Message-ID: <199812192126.NAA20002@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 9131 >Category: ports >Synopsis: Can't build vtcl >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 19 13:30:00 PST 1998 >Last-Modified: >Originator: Osokin Sergey >Organization: >Release: FreeBSD-3.0-current >Environment: FreeBSD-3.0-CURRENT >Description: Can't build /usr/ports/devel/vtcl >How-To-Repeat: # cd /usr/ports/devel/vtcl # make install >Fix: I think source of vtcl is changed. I make new Makefile. # New ports collection makefile for: vtcl # Version required: 1.20 # Date Created: 29 May 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # # $Id: Makefile,v 1.13 1998/12/09 10:43:09 vanilla Exp $ # DISTNAME= current PKGNAME= vtcl-1.20 CATEGORIES= devel tk80 MASTER_SITES= http://www.neuron.com/stewart/vtcl/dload/ \ ftp://ftp.neuron.com/pub/ MAINTAINER= vanilla@FreeBSD.ORG RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 WRKSRC= ${WRKDIR}/vtcl NO_BUILD= yes DIST_SUBDIR= vtcl do-install: @ ${MKDIR} ${PREFIX}/lib/vtcl/images @ ${MKDIR} ${PREFIX}/lib/vtcl/images/edit @ ${MKDIR} ${PREFIX}/lib/vtcl/lib @ ${MKDIR} ${PREFIX}/share/doc/vtcl @ ${INSTALL_SCRIPT} ${WRKSRC}/vtcl ${PREFIX}/bin @ ${INSTALL_DATA} ${WRKSRC}/doc/tutorial.txt ${PREFIX}/share/doc/vtcl .for data in ANNOUNCE CHANGES TODO LICENSE README vt.tcl @ ${INSTALL_DATA} ${WRKSRC}/${data} ${PREFIX}/lib/vtcl .endfor .for eimage in copy.gif cut.gif icons.gif new.gif open.gif paste.gif save.gif search.gif srchbak.gif srchfwd.gif @ ${INSTALL_DATA} ${WRKSRC}/images/edit/${eimage} ${PREFIX}/lib/vtcl/images/edit .endfor .for lib in about.tcl attrbar.tcl balloon.tcl bind.tcl color.tcl command.tcl compound.tcl compounds.tcl console.tcl do.tcl dragsize.tcl du mp.tcl edit.tcl editor.tcl file.tcl globals.tcl handle.tcl help.tcl input.tcl lib_blt.tcl lib_core.tcl lib_itcl.tcl lib_tix.tcl menu.tcl m isc.tcl name.tcl prefs.tcl proc.tcl propmgr.tcl remove.sh tabpanel.tcl tclet.tcl toolbar.tcl tops.tcl tree.tcl var.tcl vtclib.tcl widget.t cl @ ${INSTALL_DATA} ${WRKSRC}/lib/${lib} ${PREFIX}/lib/vtcl/lib .endfor .include <bsd.port.mk> >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812192126.NAA20002>