From owner-freebsd-ports Tue Jul 28 17:54:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA28781 for freebsd-ports-outgoing; Tue, 28 Jul 1998 17:54:27 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from jade.chc-chimes.com (billf@jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA28636 for ; Tue, 28 Jul 1998 17:53:40 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id UAA12452 for ; Tue, 28 Jul 1998 20:50:52 -0400 (EDT) (envelope-from billf@jade.chc-chimes.com) Date: Tue, 28 Jul 1998 20:50:52 -0400 (EDT) From: Bill Fumerola To: freebsd-ports@FreeBSD.ORG Subject: bounced send-pr Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I tried to send this pr today, but got the errors below. so here it is, though a ticket/tracking number won't be attached. >From MAILER-DAEMON@FreeBSD.ORG Tue Jul 28 20:48:56 1998 Date: Tue, 28 Jul 1998 11:57:04 -0700 (PDT) From: Mail Delivery Subsystem To: billf@jade.chc-chimes.com Subject: Returned mail: unknown mailer error 2 The original message was received at Tue, 28 Jul 1998 11:56:39 -0700 (PDT) from root@jade.chc-chimes.com [206.67.97.83] ----- The following addresses had permanent fatal errors ----- "| /usr/local/libexec/gnats/queue-pr -q -d /home/hubgnats >/dev/null 2>&1" (expanded from: ) ----- Transcript of session follows ----- Cannot fork 554 "| /usr/local/libexec/gnats/queue-pr -q -d /home/hubgnats >/dev/null 2>&1"... unknown mailer error 2 [ Part 2: "Included Message" ] Reporting-MTA: dns; hub.freebsd.org Received-From-MTA: DNS; jade.chc-chimes.com Arrival-Date: Tue, 28 Jul 1998 11:56:39 -0700 (PDT) Final-Recipient: RFC822; X-Actual-Recipient: RFC822; | /usr/local/libexec/gnats/queue-pr -q -d /home/hubgnats >/dev/null 2>&1@hub.freebsd.org Action: failed Status: 5.0.0 Last-Attempt-Date: Tue, 28 Jul 1998 11:56:59 -0700 (PDT) [ Part 3: "Included Message" ] Date: Tue, 28 Jul 1998 14:53:37 -0400 (EDT) From: Bill Fumerola To: FreeBSD-gnats-submit@freebsd.org >Submitter-Id: current-users >Originator: Bill Fumerola >Organization: Computer Horizons Corp >Confidential: no >Synopsis: new port devel/clig >Severity: non-critical >Priority: low >Category: ports >Release: FreeBSD 2.2.7-STABLE i386 >Class: change-request >Environment: >Description: the only trouble with this port is that it wants tclsh in /usr/local/bin which seems to be an issue with our 200 different ports of TCL. I don't think it matters which TCL version you have. I've made it install the latest (8.1) if it can't find tclsh. I almost made it try and ln -s ${PREFIX}/bin/tclsh8.1 ${PREFIX}/bin/tclsh, but figured that would piss more then one person off. In any event, before you commit this, you might want to 'do the right thing' in regards to the tcl situation. whatever that may be. -Bill >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./pkg # ./pkg/DESCR # ./pkg/COMMENT # ./pkg/PLIST # ./Makefile # ./files # ./files/md5 # echo c - . mkdir -p . > /dev/null 2>&1 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XClig (Command Line Interpreter Generator) creates for your C-Program: X X * a command line interpreter X * a readable, up-to-date usage-message X * a basic manual page X XBill Fumerola END-of-./pkg/DESCR echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' Xcreates a command line interpreter, usage message, and manual page END-of-./pkg/COMMENT echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/clig Xman/man1/clig.1.gz Xshare/clig-1.0.2/bin/clig Xshare/clig-1.0.2/tcl/genCheckMandatory.tcl Xshare/clig-1.0.2/tcl/genStruct.tcl Xshare/clig-1.0.2/tcl/genShowOptionValues.tcl Xshare/clig-1.0.2/tcl/genParse.tcl Xshare/clig-1.0.2/tcl/genMan.tcl Xshare/clig-1.0.2/tcl/genDotH.tcl Xshare/clig-1.0.2/tcl/genDotC.tcl Xshare/clig-1.0.2/tcl/genDefault.tcl Xshare/clig-1.0.2/tcl/genUsage.tcl Xshare/clig-1.0.2/c/catArgv.c Xshare/clig-1.0.2/c/missingErr.c Xshare/clig-1.0.2/c/getStringOpts.c Xshare/clig-1.0.2/c/getStringOpt.c Xshare/clig-1.0.2/c/getIntOpts.c Xshare/clig-1.0.2/c/getIntOpt.c Xshare/clig-1.0.2/c/getFloatOpts.c Xshare/clig-1.0.2/c/getFloatOpt.c Xshare/clig-1.0.2/c/checkIntLower.c Xshare/clig-1.0.2/c/checkIntHigher.c Xshare/clig-1.0.2/c/checkFloatLower.c Xshare/clig-1.0.2/c/checkFloatHigher.c Xshare/clig-1.0.2/c/template.man Xshare/clig-1.0.2/man1/clig.1 Xshare/clig-1.0.2/doc/makefile Xshare/clig-1.0.2/doc/cmdline.cli Xshare/clig-1.0.2/doc/main.c Xshare/clig-1.0.2/doc/CHANGES X@dirrm share/clig-1.0.2/bin X@dirrm share/clig-1.0.2/doc X@dirrm share/clig-1.0.2/c X@dirrm share/clig-1.0.2/man1 X@dirrm share/clig-1.0.2/tcl X@dirrm share/clig-1.0.2 END-of-./pkg/PLIST echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: clig X# Version required: 1.0.2 X# Date created: 27 July 1998 X# Whom: Bill Fumerola X# X# $Id$ X# X XDISTNAME= clig-1.0.2 XCATEGORIES= devel XMASTER_SITES= http://wsd.iitb.fhg.de/~kir/clighome/ X XMAINTAINER= billf@chc-chimes.com X XBUILD_DEPENDS= ${PREFIX}/bin/tclsh:${PORTSDIR}/lang/tcl81 XRUN_DEPENDS= ${PREFIX}/bin/tclsh:${PORTSDIR}/lang/tcl81 X XNO_BUILD= yes X Xpre-patch: X X ${MV} ${WRKSRC}/makefile ${WRKSRC}/makefile.old X ${CAT} ${WRKSRC}/makefile.old | ${SED} -e 's#prefix =~/tools#prefix =${PREFIX}/share#' | ${SED} -e 's#LROOT =~/tools#LROOT =${PREFIX}#' > ${WRKSRC}/makefile X Xdo-install: X X cd ${WRKSRC} ; make install X Xpost-install: X X ${GZIP_CMD} -c ${PREFIX}/man/man1/clig.1 > ${PREFIX}/man/man1/clig.1.gz X ${RM} ${PREFIX}/man/man1/clig.1 X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (clig-1.0.2.tar.gz) = 24accc741b2472fdc5ad5b4df7cef56a END-of-./files/md5 exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message