From owner-freebsd-ports Sun Oct 7 0:56:31 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with SMTP id 8308437B414 for ; Sun, 7 Oct 2001 00:56:28 -0700 (PDT) Received: (qmail 21362 invoked by uid 1001); 7 Oct 2001 07:56:23 -0000 Date: Sun, 7 Oct 2001 03:56:22 -0400 From: Pete Fritchman To: Jim Bryant Cc: freebsd-ports@freebsd.org Subject: Re: jdk12-doc installs jdk1.1.8 docs! Message-ID: <20011007035622.A21280@databits.net> References: <3BBFD2A2.8040007@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3BBFD2A2.8040007@yahoo.com>; from kc5vdj@yahoo.com on Sat, Oct 06, 2001 at 10:57:22PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ++ 06/10/01 22:57 -0500 - Jim Bryant: [...] | ===> Registering installation for jdk-doc-1.1.8 | 10:55:56pm wahoo(118): pwd | /usr/ports/java/jdk12-doc | 10:56:14pm wahoo(119): There was a repo copy request in to copy the jdk-doc port to jdk12-doc (to preserve history), and then someone (I think sobomax@ was working on this) will go ahead and commit the jdk12-doc stuff to it (which will probably happen soon). | | jim -pete -- Pete Fritchman [petef@(databits.net|freebsd.org|csh.rit.edu)] finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 7: 3:25 2001 Delivered-To: freebsd-ports@freebsd.org Received: from freebsd.org.ru (sweet.etrust.ru [194.84.67.5]) by hub.freebsd.org (Postfix) with ESMTP id 2467B37B403; Sun, 7 Oct 2001 07:03:17 -0700 (PDT) Received: by freebsd.org.ru (Postfix, from userid 1000) id 3893C26F; Sun, 7 Oct 2001 18:03:15 +0400 (MSD) Date: Sun, 7 Oct 2001 18:03:15 +0400 From: "Sergey A. Osokin" To: FreeBSD-gnats-submit@freebsd.org Cc: ports@FreeBSD.org Subject: Re: [MAINTAINER] ports/30920: Fix environment install for databases/db3 Message-ID: <20011007180315.A11328@freebsd.org.ru> Reply-To: osa@FreeBSD.org.ru References: <20010929222339.20325254@freebsd.org.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20010929222339.20325254@freebsd.org.ru> User-Agent: Mutt/1.3.22.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Sep 30, 2001 at 02:23:39AM +0400, Sergey A.Osokin wrote: > > >Number: 30920 > >Category: ports > >Synopsis: Fix environment install for databases/db3 > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-ports > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: maintainer-update > >Submitter-Id: current-users > >Arrival-Date: Sat Sep 29 15:30:00 PDT 2001 > >Closed-Date: > >Last-Modified: > >Originator: Sergey A. Osokin > >Release: FreeBSD 4.4-STABLE i386 > >Organization: > Russian FreeBSD Team > >Environment: > System: FreeBSD 4.4-STABLE i386 > > > >Description: > Fix environment install for databases/db3 > Notice by Mike Meyer > Patch by MAINTAINER. > > >How-To-Repeat: > # cd /usr/ports/databases/db3 > # export LOCALBASE=~/local > # make > >Fix: > > diff -ruN db3.orig/Makefile db3/Makefile > --- db3.orig/Makefile Sun Sep 30 00:39:18 2001 > +++ db3/Makefile Sun Sep 30 00:55:33 2001 > @@ -38,5 +38,6 @@ > > post-patch: > @${CHMOD} 755 ${WRKSRC}/${CONFIGURE_SCRIPT} > + @${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/../dist/configure > > .include > diff -ruN db3.orig/files/patch-ab db3/files/patch-ab > --- db3.orig/files/patch-ab Sun Sep 30 00:39:18 2001 > +++ db3/files/patch-ab Sun Sep 30 00:51:06 2001 > @@ -7,8 +7,8 @@ > - ${CONFIG_SHELL-/bin/sh} $srcdir/ltconfig \ > - --no-verify $srcdir/ltmain.sh \ > - --output=./libtool $host_os \ > -+ ${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig \ > -+ --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $target \ > ++ ${CONFIG_SHELL-/bin/sh} %%LOCALBASE%%/share/libtool/ltconfig \ > ++ --no-verify --disable-ltlibs %%LOCALBASE%%/share/libtool/ltmain.sh $target \ > + --output=./libtool \ > --disable-static \ > || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } > > >Release-Note: > >Audit-Trail: > >Unformatted: This PR still not closed. Please commit patch and close it. -- Rgdz, /"\ Sergey Osokin aka oZZ, \ / ASCII RIBBON CAMPAIGN osa@freebsd.org.ru X AGAINST HTML MAIL http://freebsd.org.ru/~osa/ / \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 9:10: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 33EA537B408 for ; Sun, 7 Oct 2001 09:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f97GA2l81756; Sun, 7 Oct 2001 09:10:02 -0700 (PDT) (envelope-from gnats) Date: Sun, 7 Oct 2001 09:10:02 -0700 (PDT) Message-Id: <200110071610.f97GA2l81756@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Olafur Osvaldsson Subject: Re: ports/30814: Added option to specify the mysql server for vpopmail Reply-To: Olafur Osvaldsson Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/30814; it has been noted by GNATS. From: Olafur Osvaldsson To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: nbm@FreeBSD.ORG Subject: Re: ports/30814: Added option to specify the mysql server for vpopmail Date: Sun, 7 Oct 2001 16:09:18 +0000 Any chance of someone either accepting or rejecting this? Oli On Tue, 25 Sep 2001, Olafur Osvaldsson wrote: > > >Number: 30814 > >Category: ports > >Synopsis: Added option to specify the mysql server for vpopmail > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-ports > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: change-request > >Submitter-Id: current-users > >Arrival-Date: Tue Sep 25 05:20:00 PDT 2001 > >Closed-Date: > >Last-Modified: > >Originator: Olafur Osvaldsson > >Release: FreeBSD 4.4-STABLE i386 > >Organization: > Internet a Islandi hf. > >Environment: > System: FreeBSD isis.isnic.is 4.4-STABLE FreeBSD 4.4-STABLE #2: Fri Sep 21 01:14:26 GMT 2001 root@isis.isnic.is:/usr/obj/usr/src/sys/VA1220 i386 > > > >Description: > I run the mysql server on a seperate machine and my guess is that many > other do, so making this an option would be nice. > > >How-To-Repeat: > > >Fix: > > *** Makefile.orig Tue Sep 25 11:38:24 2001 > --- Makefile Tue Sep 25 11:31:14 2001 > *************** > *** 48,53 **** > --- 48,54 ---- > # WITH_MYSQL_USER - the username for connecting to the MySQL server (root) > # WITH_MYSQL_PASSWD - the password for connecting to the MySQL server (gipgap) > # WITH_MYSQL_DB - the name of the MySQL database to use (vpopmail) > + # WITH_MYSQL_SERVER - the name of the server with the MySQL database (localhost) > # VCHKPW_GID - the group ID of the new vchkpw group (89) > # VPOPMAIL_UID - the user ID of the new vpopmail user (89) > # > *************** > *** 126,131 **** > --- 127,135 ---- > .endif > .if defined(WITH_MYSQL_DB) > ${PERL} -pi -e "s/(#define MYSQL_DATABASE.*)vpopmail(.*)/\$$1${WITH_MYSQL_DB}\$$2/" ${WRKSRC}/vmysql.h > + .endif > + .if defined(WITH_MYSQL_SERVER) > + ${PERL} -pi -e "s/(#define MYSQL_SERVER.*)localhost(.*)/\$$1${WITH_MYSQL_SERVER}\$$2/" ${WRKSRC}/vmysql.h > .endif > .endif > > >Release-Note: > >Audit-Trail: > >Unformatted: > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message -- Olafur Osvaldsson Systems Administrator Internet Iceland inc. Tel: +354 525-5291 Email: oli@isnic.is To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 9:20: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7EC2B37B407 for ; Sun, 7 Oct 2001 09:20:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f97GK0U82964; Sun, 7 Oct 2001 09:20:00 -0700 (PDT) (envelope-from gnats) Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id C620937B406 for ; Sun, 7 Oct 2001 09:10:48 -0700 (PDT) Received: by totem.fix.no (Postfix, from userid 1000) id D2DEE3C8E; Sun, 7 Oct 2001 18:10:47 +0200 (CEST) Message-Id: <20011007161047.D2DEE3C8E@totem.fix.no> Date: Sun, 7 Oct 2001 18:10:47 +0200 (CEST) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/31099: New port: sysutils/flog Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31099 >Category: ports >Synopsis: New port: sysutils/flog >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 07 09:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.4-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: >Description: New port of flog, a small STDIN-to-file logger with support for log rotation. >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: # # flog # flog/Makefile # flog/distinfo # flog/pkg-comment # flog/pkg-descr # flog/pkg-plist # echo c - flog mkdir -p flog > /dev/null 2>&1 echo x - flog/Makefile sed 's/^X//' >flog/Makefile << 'END-of-flog/Makefile' X# New ports collection makefile for: flog X# Date created: 7 October 2001 X# Whom: Anders Nordby X# X# $FreeBSD$ X# X XPORTNAME= flog XPORTVERSION= 1.3 XCATEGORIES= sysutils XMASTER_SITES= http://oss.ezic.com/flog/ \ X http://ftp.nuug.no/pub/anders/distfiles/ X XMAINTAINER= ports@FreeBSD.org X Xdo-build: X (cd ${WRKSRC} && ${CC} ${CFLAGS} -o flog flog.c) X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/flog ${PREFIX}/bin/ X.if !defined(NOPORTDOCS) X ${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/ X.endif X X.include END-of-flog/Makefile echo x - flog/distinfo sed 's/^X//' >flog/distinfo << 'END-of-flog/distinfo' XMD5 (flog-1.3.tar.gz) = cc97339bd757a651558438463c5f2721 END-of-flog/distinfo echo x - flog/pkg-comment sed 's/^X//' >flog/pkg-comment << 'END-of-flog/pkg-comment' XA small STDIN-to-file logger with support for log rotation END-of-flog/pkg-comment echo x - flog/pkg-descr sed 's/^X//' >flog/pkg-descr << 'END-of-flog/pkg-descr' Xflog (file logger) is a small C program that reads input from STDIN and writes Xto a file, optionally adding timestamps. If SIGHUP is received, the file will Xbe reopened, allowing for log rotation (see newsyslog(8)). The log file will Xonly be reopened if flog detects that rotation has occurred (i.e., the old file Xis gone or the inode has changed). flog is extremely small (a memory footprint Xof less than 500 bytes). It also protects you from running out of disk space; Xif that happens, the logfile will be truncated and a warning generated. This Xcould save you from waking up to pager beeps in the middle of the night. X XWWW: http://oss.ezic.com/ END-of-flog/pkg-descr echo x - flog/pkg-plist sed 's/^X//' >flog/pkg-plist << 'END-of-flog/pkg-plist' Xbin/flog X%%PORTDOCS%%share/doc/flog/README X%%PORTDOCS%%@dirrm share/doc/flog END-of-flog/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 9:37:48 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 73B8637B408; Sun, 7 Oct 2001 09:37:46 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f97GXdW84425; Sun, 7 Oct 2001 09:33:39 -0700 (PDT) (envelope-from lioux) Date: Sun, 7 Oct 2001 09:33:39 -0700 (PDT) From: Message-Id: <200110071633.f97GXdW84425@freefall.freebsd.org> To: clefevre@citeweb.net, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31060: New port: textproc/docbook-to-man Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: textproc/docbook-to-man State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Sun Oct 7 09:33:30 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31060 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 9:37:55 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC88337B409; Sun, 7 Oct 2001 09:37:46 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f97GUKQ83895; Sun, 7 Oct 2001 09:30:20 -0700 (PDT) (envelope-from lioux) Date: Sun, 7 Oct 2001 09:30:20 -0700 (PDT) From: Message-Id: <200110071630.f97GUKQ83895@freefall.freebsd.org> To: stijn@win.tue.nl, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31054: [MAINTAINER UPDATE]: emulators/xmame Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [MAINTAINER UPDATE]: emulators/xmame State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Sun Oct 7 09:30:06 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31054 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 9:57:45 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 12D1B37B403; Sun, 7 Oct 2001 09:57:43 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f97GmaS85642; Sun, 7 Oct 2001 09:48:36 -0700 (PDT) (envelope-from lioux) Date: Sun, 7 Oct 2001 09:48:36 -0700 (PDT) From: Message-Id: <200110071648.f97GmaS85642@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, mph@FreeBSD.org Subject: Re: ports/30847: Maintainer update for games/ifm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Maintainer update for games/ifm Responsible-Changed-From-To: freebsd-ports->mph Responsible-Changed-By: lioux Responsible-Changed-When: Sun Oct 7 09:47:19 PDT 2001 Responsible-Changed-Why: Over to maintainer, PR touches both xzip and inform http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30847 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 10: 0:29 2001 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2878E37B44B for ; Sun, 7 Oct 2001 10:00:16 -0700 (PDT) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f97H09C87283 for ports@freebsd.org; Sun, 7 Oct 2001 10:00:09 -0700 (PDT) (envelope-from fenner) Date: Sun, 7 Oct 2001 10:00:09 -0700 (PDT) From: Message-Id: <200110071700.f97H09C87283@freefall.freebsd.org> To: ports@freebsd.org Subject: Unfetchable distfiles reminder Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dear porters, This is just a reminder to please periodically check the list of unfetchable distfiles at http://people.freebsd.org/~fenner/portsurvey/ . In particular, the list of ports with no MAINTAINER with distfile problems is http://people.freebsd.org/~fenner/portsurvey/ports@freebsd.org.html Since no one is responsible for these ports, the problem won't get fixed unless someone on this list takes the initiative. In addition, the list of all ports with any unfetchable distfile is http://people.freebsd.org/~fenner/portsurvey/bad.html if you don't mind coordinating your fixes with the port MAINTAINER. Thanks for your help! Bill "distfiles" Fenner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 10:13: 4 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6542C37B401; Sun, 7 Oct 2001 10:13:03 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f97GwiA86316; Sun, 7 Oct 2001 09:58:44 -0700 (PDT) (envelope-from lioux) Date: Sun, 7 Oct 2001 09:58:44 -0700 (PDT) From: Message-Id: <200110071658.f97GwiA86316@freefall.freebsd.org> To: oyvindmo@initio.no, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30761: Fix/upgrade port: audio/ripit [MAINTAINER] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix/upgrade port: audio/ripit [MAINTAINER] State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Sun Oct 7 09:58:29 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30761 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 10:17:46 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B4A737B403; Sun, 7 Oct 2001 10:17:43 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f97H8S491019; Sun, 7 Oct 2001 10:08:28 -0700 (PDT) (envelope-from lioux) Date: Sun, 7 Oct 2001 10:08:28 -0700 (PDT) From: Message-Id: <200110071708.f97H8S491019@freefall.freebsd.org> To: osa@FreeBSD.org.ru, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30920: Fix environment install for databases/db3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix environment install for databases/db3 State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Sun Oct 7 10:04:10 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30920 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 10:40:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FB7E37B40A for ; Sun, 7 Oct 2001 10:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f97He1994823; Sun, 7 Oct 2001 10:40:01 -0700 (PDT) (envelope-from gnats) Received: from melchior.cuivre.fr.eu.org (melchior.enst.fr [137.194.161.6]) by hub.freebsd.org (Postfix) with ESMTP id C0F5337B406 for ; Sun, 7 Oct 2001 10:30:28 -0700 (PDT) Received: from melusine.cuivre.fr.eu.org (melusine.enst.fr [137.194.160.34]) by melchior.cuivre.fr.eu.org (Postfix) with ESMTP id 6180D7B51 for ; Sun, 7 Oct 2001 19:30:26 +0200 (CEST) Received: by melusine.cuivre.fr.eu.org (Postfix, from userid 1000) id 5719F24D45; Sun, 7 Oct 2001 19:30:24 +0200 (CEST) Message-Id: <20011007173024.5719F24D45@melusine.cuivre.fr.eu.org> Date: Sun, 7 Oct 2001 19:30:24 +0200 (CEST) From: Thomas Quinot Reply-To: Thomas Quinot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31100: net/pptpclient: upstream site moved Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31100 >Category: ports >Synopsis: net/pptpclient: upstream site moved >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 07 10:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Thomas Quinot >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: System: FreeBSD melusine.cuivre.fr.eu.org 4.4-RC FreeBSD 4.4-RC #15: Fri Sep 14 11:53:45 CEST 2001 thomas@melusine.cuivre.fr.eu.org:/usr/obj/usr/src/sys/MELUSINE i386 >Description: The project maintainance was moved to sourceforge. >How-To-Repeat: distfiles not fetchable: http://people.freebsd.org/~fenner/portsurvey/thomas@cuivre.fr.eu.org.html >Fix: Please apply the following patch. Thanks, Thomas. --- net/pptpclient/Makefile.dist Wed May 30 12:48:34 2001 +++ net/pptpclient/Makefile Sun Oct 7 19:25:15 2001 @@ -8,7 +8,7 @@ PORTNAME= pptpclient PORTVERSION= 1.0.3 CATEGORIES= net -MASTER_SITES= http://www.linuxalpha.compaq.com/pptpclient/files/ +MASTER_SITES= http://prdownloads.sourceforge.net/pptpclient/ DISTNAME= pptp-linux-1.0.3 DISTFILES= pptp-linux-1.0.3-1.tar.gz --- net/pptpclient/pkg-descr.dist Wed May 30 12:48:35 2001 +++ net/pptpclient/pkg-descr Sun Oct 7 19:24:41 2001 @@ -3,15 +3,16 @@ the Internet. In effect, it makes the client machine behave as if it were on the same LAN as the server. -I have fixed one serious bug in the program, and have patched it to +John Polstra has created the port, including bug fixes that were +subsequently integrated in the upstream release, and a patch to use FreeBSD's userland "ppp" package rather than "pppd" which it -was originally designed to use. I found that "ppp" supplied more -versatility and was easier to set up. +was originally designed to use. There is no manpage for this package, but you will find some quickstart instructions and example configuration files in "${PREFIX}/share/examples/pptpclient". -WWW: http://www.pdos.lcs.mit.edu/~cananian/Projects/PPTP/ +WWW: http://pptpclient.sourceforge.net/ -John Polstra +Port currently maintained by: +Thomas Quinot >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 10:40:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3172537B40C for ; Sun, 7 Oct 2001 10:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f97He1294832; Sun, 7 Oct 2001 10:40:01 -0700 (PDT) (envelope-from gnats) Received: from pris.polaris.ca (pris.polaris.ca [199.247.156.218]) by hub.freebsd.org (Postfix) with SMTP id 530B737B405 for ; Sun, 7 Oct 2001 10:35:57 -0700 (PDT) Received: (qmail 84825 invoked by uid 85); 7 Oct 2001 17:38:39 -0000 Message-Id: <20011007173838.84819.qmail@pris.polaris.ca> Date: 7 Oct 2001 17:38:38 -0000 From: svenasse@polaris.ca Reply-To: svenasse@polaris.ca To: FreeBSD-gnats-submit@freebsd.org Cc: nbm@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31101: Update port: mail/vpopmail various required fixes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31101 >Category: ports >Synopsis: Update port: mail/vpopmail various required fixes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 07 10:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Seamus Venasse >Release: FreeBSD 4.3-STABLE i386 >Organization: Polaris Computing >Environment: System: FreeBSD pris 4.3-STABLE FreeBSD 4.3-STABLE #3: Tue Sep 4 01:09:13 PDT 2001 root@kaiser-old.polaris.ca:/usr/obj/usr/src/sys/NEXUS7 i386 >Description: This change updates the port so that the user can specify which MySQL server to connect to. Additionally, two files, which are required from the building of the mail/qmailadmin port are installed. Without these files, the qmailadmin port will fail on compilation. Removed files/patch-configure Added files/patch-aa Added files/patch-ab >How-To-Repeat: >Fix: diff -ruN /usr/ports/mail/vpopmail/Makefile vpopmail/Makefile --- /usr/ports/mail/vpopmail/Makefile Sat Sep 8 03:48:49 2001 +++ vpopmail/Makefile Sun Oct 7 10:13:27 2001 @@ -2,12 +2,12 @@ # Date created: 21 Sep 2000 # Whom: Neil Blakey-Milner # -# $FreeBSD: ports/mail/vpopmail/Makefile,v 1.12 2001/09/08 10:48:49 roam Exp $ +# $FreeBSD: ports/mail/vpopmail/Makefile,v 1.11 2001/07/04 15:34:48 roam Exp $ # PORTNAME= vpopmail PORTVERSION= 4.9.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= http://www.inter7.com/vpopmail/ @@ -48,6 +48,7 @@ # WITH_MYSQL_USER - the username for connecting to the MySQL server (root) # WITH_MYSQL_PASSWD - the password for connecting to the MySQL server (gipgap) # WITH_MYSQL_DB - the name of the MySQL database to use (vpopmail) +# WITH_MYSQL_SERVER - the name of the server with MySQL database (localhost) # VCHKPW_GID - the group ID of the new vchkpw group (89) # VPOPMAIL_UID - the user ID of the new vpopmail user (89) # @@ -126,6 +127,9 @@ .endif .if defined(WITH_MYSQL_DB) ${PERL} -pi -e "s/(#define MYSQL_DATABASE.*)vpopmail(.*)/\$$1${WITH_MYSQL_DB}\$$2/" ${WRKSRC}/vmysql.h +.endif +.if defined(WITH_MYSQL_SERVER) + ${PERL} -pi -e "s/(#define MYSQL_SERVER.*)localhost(.*)/\$$1${WITH_MYSQL_SERVER}\$$2/" ${WRKSRC}/vmysql.h .endif .endif diff -ruN /usr/ports/mail/vpopmail/files/patch-aa vpopmail/files/patch-aa --- /usr/ports/mail/vpopmail/files/patch-aa Wed Dec 31 16:00:00 1969 +++ vpopmail/files/patch-aa Thu Sep 6 23:32:53 2001 @@ -0,0 +1,43 @@ +--- configure.old Sun Mar 4 15:46:15 2001 ++++ configure Thu Sep 6 23:31:06 2001 +@@ -1613,14 +1613,6 @@ + rm -f vpopusername + + +-if test ! -d $vpopmaildir/etc +-then +- mkdir $vpopmaildir/etc +- chown $vpopmailuid "$vpopmaildir"/etc +- chgrp $vpopmailgid "$vpopmaildir"/etc +- chmod 755 "$vpopmaildir"/etc +- echo "configure: warning: making a vpopmail etc directory " 1>&2 +-fi + + + open_smtp_cur="$vpopmaildir/etc/open-smtp" +@@ -1873,7 +1865,7 @@ + fi + auth_libs="-L$sqllibdir -lmysqlclient -lz" + +- echo "-L$vpopmaildir/lib -lvpopmail -L$sqllibdir -lmysqlclient -lz" > $vpopmaildir/etc/lib_deps ++ echo "-L$vpopmaildir/lib -lvpopmail -L$sqllibdir -lmysqlclient -lz" > lib_deps + + ;; + *) +@@ -2007,14 +1999,14 @@ + authlib= + + auth_inc="-Icdb" +- echo "-L$vpopmaildir/lib -lvpopmail" > $vpopmaildir/etc/lib_deps ++ echo "-L$vpopmaildir/lib -lvpopmail" > lib_deps + + ;; + *) + ;; + esac + +-echo "-I$vpopmaildir/include" > $vpopmaildir/etc/inc_deps ++echo "-I$vpopmaildir/include" > inc_deps + + # Check whether --enable-roaming-users or --disable-roaming-users was given. + if test "${enable_roaming_users+set}" = set; then diff -ruN /usr/ports/mail/vpopmail/files/patch-ab vpopmail/files/patch-ab --- /usr/ports/mail/vpopmail/files/patch-ab Wed Dec 31 16:00:00 1969 +++ vpopmail/files/patch-ab Thu Sep 6 23:37:28 2001 @@ -0,0 +1,12 @@ +--- Makefile.old Thu Sep 6 23:36:10 2001 ++++ Makefile.in Thu Sep 6 23:36:47 2001 +@@ -635,6 +635,9 @@ + $(mkinstalldirs) $(DESTDIR)@vpopmaildir@/doc/man_html + $(mkinstalldirs) $(DESTDIR)@vpopmaildir@/doc/doc_html + ++ cp inc_deps $(DESTDIR)@vpopmaildir@/etc ++ cp lib_deps $(DESTDIR)@vpopmaildir@/etc ++ + cp libvpopmail.a $(DESTDIR)@vpopmaildir@/lib + cp vpopmail.h $(DESTDIR)@vpopmaildir@/include + cp config.h $(DESTDIR)@vpopmaildir@/include diff -ruN /usr/ports/mail/vpopmail/files/patch-configure vpopmail/files/patch-configure --- /usr/ports/mail/vpopmail/files/patch-configure Wed Jul 4 08:34:50 2001 +++ vpopmail/files/patch-configure Wed Dec 31 16:00:00 1969 @@ -1,50 +0,0 @@ ---- configure.old Wed Jul 4 17:14:16 2001 -+++ configure Wed Jul 4 17:14:54 2001 -@@ -1613,16 +1613,6 @@ - rm -f vpopusername - - --if test ! -d $vpopmaildir/etc --then -- mkdir $vpopmaildir/etc -- chown $vpopmailuid "$vpopmaildir"/etc -- chgrp $vpopmailgid "$vpopmaildir"/etc -- chmod 755 "$vpopmaildir"/etc -- echo "configure: warning: making a vpopmail etc directory " 1>&2 --fi -- -- - open_smtp_cur="$vpopmaildir/etc/open-smtp" - open_smtp_tmp="$vpopmaildir/etc/open-smtp.tmp" - open_smtp_lok="$vpopmaildir/etc/open-smtp.lock" -@@ -1658,7 +1648,6 @@ - - if test "$tcpserver_file" = "" - then -- echo "127.:allow,RELAYCLIENT=\"\"" > "$vpopmaildir"/etc/tcp.smtp - tcpserver_file="$vpopmaildir"/etc/tcp.smtp - - echo "configure: warning: Unable to find your tcpserver relay file." 1>&2 -@@ -1873,7 +1862,6 @@ - fi - auth_libs="-L$sqllibdir -lmysqlclient -lz" - -- echo "-L$vpopmaildir/lib -lvpopmail -L$sqllibdir -lmysqlclient -lz" > $vpopmaildir/etc/lib_deps - - ;; - *) -@@ -2007,14 +1995,12 @@ - authlib= - - auth_inc="-Icdb" -- echo "-L$vpopmaildir/lib -lvpopmail" > $vpopmaildir/etc/lib_deps - - ;; - *) - ;; - esac - --echo "-I$vpopmaildir/include" > $vpopmaildir/etc/inc_deps - - # Check whether --enable-roaming-users or --disable-roaming-users was given. - if test "${enable_roaming_users+set}" = set; then diff -ruN /usr/ports/mail/vpopmail/pkg-plist vpopmail/pkg-plist --- /usr/ports/mail/vpopmail/pkg-plist Wed Jul 4 08:34:48 2001 +++ vpopmail/pkg-plist Thu Sep 6 23:26:40 2001 @@ -14,6 +14,8 @@ vpopmail/bin/vpopbull vpopmail/bin/vsetuserquota vpopmail/bin/vuserinfo +vpopmail/etc/inc_deps +vpopmail/etc/lib_deps vpopmail/doc/doc_html/vpopmail.html vpopmail/doc/doc_html/vpopmailapi.png vpopmail/doc/man_html/clearopensmtp.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 11: 7:44 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 33CB837B405; Sun, 7 Oct 2001 11:07:43 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f97I4pR97110; Sun, 7 Oct 2001 11:04:51 -0700 (PDT) (envelope-from jdp) Date: Sun, 7 Oct 2001 11:04:51 -0700 (PDT) From: Message-Id: <200110071804.f97I4pR97110@freefall.freebsd.org> To: thomas@cuivre.fr.eu.org, jdp@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31100: net/pptpclient: upstream site moved Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: net/pptpclient: upstream site moved State-Changed-From-To: open->closed State-Changed-By: jdp State-Changed-When: Sun Oct 7 11:04:21 PDT 2001 State-Changed-Why: Thanks, Thomas. I have committed your patch. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31100 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 11:17:45 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B4C9837B408; Sun, 7 Oct 2001 11:17:43 -0700 (PDT) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f97IELm01079; Sun, 7 Oct 2001 11:14:21 -0700 (PDT) (envelope-from okazaki) Date: Sun, 7 Oct 2001 11:14:21 -0700 (PDT) From: Message-Id: <200110071814.f97IELm01079@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, nbm@FreeBSD.org Subject: Re: ports/30814: Added option to specify the mysql server for vpopmail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Added option to specify the mysql server for vpopmail Responsible-Changed-From-To: freebsd-ports->nbm Responsible-Changed-By: okazaki Responsible-Changed-When: Sun Oct 7 11:09:35 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30814 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 11:42:31 2001 Delivered-To: freebsd-ports@freebsd.org Received: from pageplanet.com (england.pageplanet.com [205.160.14.30]) by hub.freebsd.org (Postfix) with ESMTP id E175037B403 for ; Sun, 7 Oct 2001 11:42:28 -0700 (PDT) Received: from ks.tachyon.tech (202.88.155.171) by pageplanet.com with SMTP (Eudora Internet Mail Server 3.0.3) for ; Sun, 7 Oct 2001 14:42:32 -0400 Received: (qmail 2468 invoked from network); 7 Oct 2001 18:44:13 -0000 Received: from localhost (HELO ks.tachyon.tech) (127.0.0.1) by localhost with SMTP; 7 Oct 2001 18:44:13 -0000 Content-Type: text/plain; charset="iso-8859-1" From: K S Sreeram Organization: Tachyon Technologies To: freebsd-ports@freebsd.org Subject: kde 2.2.1 Date: Mon, 8 Oct 2001 00:14:11 +0530 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01100800141104.01250@ks.tachyon.tech> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi I would like to know, when the kde port will be upgraded to use KDE 2.2.1.... Regards Sreeram To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 12: 0: 4 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4899F37B403 for ; Sun, 7 Oct 2001 12:00:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f97J01F07542; Sun, 7 Oct 2001 12:00:01 -0700 (PDT) (envelope-from gnats) Date: Sun, 7 Oct 2001 12:00:01 -0700 (PDT) Message-Id: <200110071900.f97J01F07542@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Matthias Andree Subject: Re: ports/29905: Update port to 1.2.9.1, add doxywizard and pdf documentation. Reply-To: Matthias Andree Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/29905; it has been noted by GNATS. From: Matthias Andree To: freebsd-gnats-submit@FreeBSD.org, matthias.andree@web.de Cc: Subject: Re: ports/29905: Update port to 1.2.9.1, add doxywizard and pdf documentation. Date: Sun, 07 Oct 2001 20:57:36 +0200 This PR can be closed, it has been superseded by subsequent doxygen updates. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 12:10: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E475237B409 for ; Sun, 7 Oct 2001 12:10:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f97JA0C12067; Sun, 7 Oct 2001 12:10:00 -0700 (PDT) (envelope-from gnats) Received: from athena.za.net (athena.za.net [196.30.167.200]) by hub.freebsd.org (Postfix) with ESMTP id A4D5F37B401 for ; Sun, 7 Oct 2001 12:09:02 -0700 (PDT) Received: from jus by athena.za.net with local (Exim 3.22 #1) id 15qJHz-000107-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 07 Oct 2001 21:08:39 +0200 Message-Id: Date: Sun, 07 Oct 2001 21:08:39 +0200 From: Justin Stanford Reply-To: Justin Stanford To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31105: Update of port mail/ripmime to 1.2.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31105 >Category: ports >Synopsis: Update of port mail/ripmime to 1.2.3 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 07 12:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Justin Stanford >Release: FreeBSD 4.4-STABLE i386 >Organization: 4D Digital Security >Environment: System: FreeBSD athena.za.net 4.4-STABLE FreeBSD 4.4-STABLE #20: Tue Sep 25 11:43:49 SAST 2001 root@athena.za.net:/usr/src/sys/compile/Athena i386 >Description: Update of port mail/ripmime from 1.0.6 to 1.2.3. >How-To-Repeat: >Fix: diff -ruN ripmime-old/Makefile ripmime/Makefile --- ripmime/Makefile Sun Oct 7 20:54:46 2001 +++ ripmime/Makefile Sun Oct 7 20:50:58 2001 @@ -6,7 +6,7 @@ # PORTNAME= ripmime -PORTVERSION= 1.0.6 +PORTVERSION= 1.2.3 CATEGORIES= mail MASTER_SITES= http://www.pldaniels.com/ripmime/ diff -ruN ripmime-old/distinfo ripmime/distinfo --- ripmime-old/distinfo Sun Oct 7 20:55:53 2001 +++ ripmime/distinfo Sun Oct 7 20:51:04 2001 @@ -1 +1 @@ -MD5 (ripmime-1.0.6.tar.gz) = 714419eaf7e91531d9b82e0ad81a32f1 +MD5 (ripmime-1.2.3.tar.gz) = 1223b804d1f65397cc93fe9418c2e902 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 12:37:45 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 96F2C37B405; Sun, 7 Oct 2001 12:37:43 -0700 (PDT) Received: (from tom@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f97JRp713624; Sun, 7 Oct 2001 12:27:51 -0700 (PDT) (envelope-from tom) Date: Sun, 7 Oct 2001 12:27:51 -0700 (PDT) From: Message-Id: <200110071927.f97JRp713624@freefall.freebsd.org> To: pat@databits.net, tom@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31021: Fix plist for audio/xmms-kde Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix plist for audio/xmms-kde State-Changed-From-To: open->closed State-Changed-By: tom State-Changed-When: Sun Oct 7 12:26:11 PDT 2001 State-Changed-Why: Fixed in revision 1.2 of ports/audio/xmms-kde/pkg-plist - Thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31021 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 12:47:54 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 883CA37B410; Sun, 7 Oct 2001 12:47:43 -0700 (PDT) Received: (from tom@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f97JblL14558; Sun, 7 Oct 2001 12:37:47 -0700 (PDT) (envelope-from tom) Date: Sun, 7 Oct 2001 12:37:47 -0700 (PDT) From: Message-Id: <200110071937.f97JblL14558@freefall.freebsd.org> To: matthias.andree@web.de, tom@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29905: Update port to 1.2.9.1, add doxywizard and pdf documentation. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port to 1.2.9.1, add doxywizard and pdf documentation. State-Changed-From-To: open->closed State-Changed-By: tom State-Changed-When: Sun Oct 7 12:35:10 PDT 2001 State-Changed-Why: Closed at originator's request - port is already at version 1.2.10. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29905 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 12:47:57 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D453937B420; Sun, 7 Oct 2001 12:47:43 -0700 (PDT) Received: (from tom@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f97JjRY15291; Sun, 7 Oct 2001 12:45:27 -0700 (PDT) (envelope-from tom) Date: Sun, 7 Oct 2001 12:45:27 -0700 (PDT) From: Message-Id: <200110071945.f97JjRY15291@freefall.freebsd.org> To: tom@FreeBSD.org, freebsd-ports@FreeBSD.org, kde@FreeBSD.org Subject: Re: ports/30877: unable to build kdepim-port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: unable to build kdepim-port Responsible-Changed-From-To: freebsd-ports->kde Responsible-Changed-By: tom Responsible-Changed-When: Sun Oct 7 12:43:18 PDT 2001 Responsible-Changed-Why: Over to MAINTAINER. Note: I can't reproduce this problem on my -STABLE machine. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30877 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 13: 0:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B3C8337B406 for ; Sun, 7 Oct 2001 13:00:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f97K01I16519; Sun, 7 Oct 2001 13:00:01 -0700 (PDT) (envelope-from gnats) Received: from pris.polaris.ca (pris.polaris.ca [199.247.156.218]) by hub.freebsd.org (Postfix) with SMTP id 632D637B401 for ; Sun, 7 Oct 2001 12:51:17 -0700 (PDT) Received: (qmail 86700 invoked by uid 85); 7 Oct 2001 19:53:59 -0000 Message-Id: <20011007195357.86694.qmail@pris.polaris.ca> Date: 7 Oct 2001 19:53:57 -0000 From: svenasse@polaris.ca Reply-To: svenasse@polaris.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31106: Update port: security/amavis-perl [MAINTAINER] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31106 >Category: ports >Synopsis: Update port: security/amavis-perl [MAINTAINER] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Oct 07 13:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Seamus Venasse >Release: FreeBSD 4.3-STABLE i386 >Organization: Polaris Computing >Environment: System: FreeBSD pris 4.3-STABLE FreeBSD 4.3-STABLE #3: Tue Sep 4 01:09:13 PDT 2001 root@kaiser-old.polaris.ca:/usr/obj/usr/src/sys/NEXUS7 i386 >Description: Added credit for Roman Shterenzon to the Makefile. >How-To-Repeat: >Fix: diff -ruN amavis-perl-orig/Makefile amavis-perl/Makefile --- amavis-perl-orig/Makefile Sat Oct 6 20:19:26 2001 +++ amavis-perl/Makefile Sun Oct 7 12:51:48 2001 @@ -1,5 +1,8 @@ # New ports collection makefile for: amavis -# Date Created: 2001/10/06 +# Date Created: 13 Nov 2000 +# Whom: Roman Shterenzon +# +# Date Modified: 2001/10/07 # Whom: Seamus Venasse # # $FreeBSD: ports/security/amavis-perl/Makefile,v 1.4 2001/08/15 20:33:14 knu Exp $ @@ -7,6 +10,7 @@ PORTNAME= amavis-perl PORTVERSION= 11 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.amavis.org/dist/perl/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 13: 0:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DA6A637B407 for ; Sun, 7 Oct 2001 13:00:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f97K01E16528; Sun, 7 Oct 2001 13:00:01 -0700 (PDT) (envelope-from gnats) Received: from ipdps.eece.unm.edu (ipdps.eece.unm.edu [129.24.25.50]) by hub.freebsd.org (Postfix) with ESMTP id 86E5237B401 for ; Sun, 7 Oct 2001 12:56:36 -0700 (PDT) Received: (from root@localhost) by ipdps.eece.unm.edu (8.11.6/8.9.3) id f97Juan90631; Sun, 7 Oct 2001 13:56:36 -0600 (MDT) (envelope-from root) Message-Id: <200110071956.f97Juan90631@ipdps.eece.unm.edu> Date: Sun, 7 Oct 2001 13:56:36 -0600 (MDT) From: dbader@eece.unm.edu Reply-To: dbader@eece.unm.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31107: update of port net/mpich Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31107 >Category: ports >Synopsis: update of port net/mpich >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 07 13:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David A. Bader >Release: FreeBSD 4.4-RELEASE i386 >Organization: The University of New Mexico >Environment: System: FreeBSD ipdps.eece.unm.edu 4.4-RELEASE FreeBSD 4.4-RELEASE #1: Fri Sep 28 11:08:50 MDT 2001 root@ipdps.eece.unm.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Please apply this patch to update /usr/ports/net/mpich from 1.2.2 to 1.2.2.2 >How-To-Repeat: >Fix: begin 644 mpich-patches M+2TM(&YE="]M<&EC:"UORelease-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 13:50: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AB44437B405 for ; Sun, 7 Oct 2001 13:50:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f97Ko0323451; Sun, 7 Oct 2001 13:50:00 -0700 (PDT) (envelope-from gnats) Received: from pris.polaris.ca (pris.polaris.ca [199.247.156.218]) by hub.freebsd.org (Postfix) with SMTP id 7C19937B401 for ; Sun, 7 Oct 2001 13:46:06 -0700 (PDT) Received: (qmail 88614 invoked by uid 85); 7 Oct 2001 20:48:53 -0000 Message-Id: <20011007204851.88608.qmail@pris.polaris.ca> Date: 7 Oct 2001 20:48:51 -0000 From: Seamus Venasse Reply-To: Seamus Venasse To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31108: Updated port: textproc/p5-Tree-Nary from 1.1 to 1.21 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31108 >Category: ports >Synopsis: Updated port: textproc/p5-Tree-Nary from 1.1 to 1.21 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Oct 07 13:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Seamus Venasse >Release: FreeBSD 4.3-STABLE i386 >Organization: Polaris Computing >Environment: System: FreeBSD pris 4.3-STABLE FreeBSD 4.3-STABLE #3: Tue Sep 4 01:09:13 PDT 2001 root@kaiser-old.polaris.ca:/usr/obj/usr/src/sys/NEXUS7 i386 >Description: New version of module. >How-To-Repeat: >Fix: diff -ruN /usr/ports/textproc/p5-Tree-Nary/Makefile p5-Tree-Nary/Makefile --- /usr/ports/textproc/p5-Tree-Nary/Makefile Sat May 26 22:42:57 2001 +++ p5-Tree-Nary/Makefile Sun Oct 7 13:35:04 2001 @@ -1,22 +1,22 @@ # New ports collection makefile for: Tree:Nary -# Date created: 18 May 2001 -# Whom: svenasse +# Date created: 18 May 2001 +# Whom: Seamus Venasse # # $FreeBSD: ports/textproc/p5-Tree-Nary/Makefile,v 1.1 2001/05/27 05:42:57 vanilla Exp $ # -PORTNAME= Tree-Nary -PORTVERSION= 1.1 -CATEGORIES= textproc perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +PORTNAME= Tree-Nary +PORTVERSION= 1.21 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Tree -PKGNAMEPREFIX= p5- +PKGNAMEPREFIX= p5- -MAINTAINER= svenasse@polaris.ca +MAINTAINER= svenasse@polaris.ca -PERL_CONFIGURE= yes +PERL_CONFIGURE= yes -MAN3= Tree::Nary.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Tree::Nary.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include diff -ruN /usr/ports/textproc/p5-Tree-Nary/distinfo p5-Tree-Nary/distinfo --- /usr/ports/textproc/p5-Tree-Nary/distinfo Sat May 26 22:42:57 2001 +++ p5-Tree-Nary/distinfo Sun Oct 7 13:31:46 2001 @@ -1 +1 @@ -MD5 (Tree-Nary-1.1.tar.gz) = 5add379acd8aeb1d93715cc2768eeff5 +MD5 (Tree-Nary-1.21.tar.gz) = 2953d138565c8f663c2f6e8f69974a11 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 13:57:45 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE7E737B403; Sun, 7 Oct 2001 13:57:43 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f97Kra323941; Sun, 7 Oct 2001 13:53:36 -0700 (PDT) (envelope-from petef) Date: Sun, 7 Oct 2001 13:53:36 -0700 (PDT) From: Message-Id: <200110072053.f97Kra323941@freefall.freebsd.org> To: jus@security.za.net, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31105: Update of port mail/ripmime to 1.2.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update of port mail/ripmime to 1.2.3 State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Sun Oct 7 13:53:19 PDT 2001 State-Changed-Why: Committed, thanks! I also added a fix to respect CFLAGS. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31105 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 14: 0:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 73F7F37B408 for ; Sun, 7 Oct 2001 14:00:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f97L01X24564; Sun, 7 Oct 2001 14:00:01 -0700 (PDT) (envelope-from gnats) Date: Sun, 7 Oct 2001 14:00:01 -0700 (PDT) Message-Id: <200110072100.f97L01X24564@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Paul Marquis Subject: Re: ports/31053: Update port: devel/stlport Reply-To: Paul Marquis Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31053; it has been noted by GNATS. From: Paul Marquis To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/31053: Update port: devel/stlport Date: Sun, 7 Oct 2001 16:52:11 -0400 Attached is a unified diff. Let me know if there are any problems with it (seems to work fine for me). diff -Naur stlport.orig/Makefile stlport/Makefile --- stlport.orig/Makefile Wed Oct 3 23:35:33 2001 +++ stlport/Makefile Fri Oct 5 01:37:54 2001 @@ -1,19 +1,11 @@ -# ex:ts=8 -# Ports collection makefile for: stlport -# Date Created: 2 December 1998 -# Whom: Josh Gilliam -# -# $FreeBSD: ports/devel/stlport/Makefile,v 1.15 2001/10/04 00:37:35 lioux Exp $ -# - PORTNAME= stlport -PORTVERSION= 4.0 +PORTVERSION= 4.5 CATEGORIES= devel MASTER_SITES= http://www.stlport.com/archive/ \ http://www.stlport.com/beta/ DISTNAME= STLport-${PORTVERSION:S/.b/-b/} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pmarquis@pobox.com .include @@ -22,34 +14,21 @@ .endif WRKSRC= ${WRKDIR}/STLport-${PORTVERSION:S/.b/b/}/src -MAKEFILE= gcc.mak -ALL_TARGET= clean all +PATCH_WRKSRC= ${WRKDIR}/STLport-${PORTVERSION:S/.b/b/} +MAKEFILE= gcc-freebsd.mak +MAKE_ARGS= INSTALLDIR=${PREFIX} USE_GMAKE= yes +ALL_TARGET= clean all +INSTALL_TARGET= install_unix +INSTALLS_SHLIB= yes -FIND?= /usr/bin/find - -pre-build: - @${LN} -sf /usr/include/g++ ${WRKSRC}/../include - -post-build: -.for lib in libstlport_gcc.so libstlport_gcc_debug.so libstlport_gcc_stldebug.so - @${MV} ${WRKSRC}/../lib/${lib} ${WRKSRC}/../lib/${lib}.4_0_${PORTREVISION} -.endfor - -# get list from `export' files in version 4.1, rather than do this - @cd ${WRKSRC}/../stlport ; ${RM} -rf BC50 SC5 config/new_compiler old_hp - @${FIND} ${WRKSRC}/../stlport -name "*.orig" -delete - -do-install: - @cd ${WRKSRC}/.. ; pax -rw stlport ${PREFIX}/include - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/include/stlport - @${CHMOD} -R ${SHAREMODE} ${PREFIX}/include/stlport - @${FIND} ${PREFIX}/include/stlport -type d -exec ${CHMOD} 0755 {} \; - @${INSTALL_DATA} ${WRKSRC}/../lib/* ${PREFIX}/lib -.for lib in libstlport_gcc.so libstlport_gcc_debug.so libstlport_gcc_stldebug.so - @cd ${PREFIX}/lib ; ${LN} -sf ${lib}.4_0_${PORTREVISION} ${lib} -.endfor - @${MKDIR} ${PREFIX}/share/doc/html/stlport/images - @cd ${WRKSRC}/../doc ; ${INSTALL_MAN} *.css *.html ${PREFIX}/share/doc/html/stlport - @cd ${WRKSRC}/../doc ; ${INSTALL_MAN} images/* ${PREFIX}/share/doc/html/stlport/images +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/html/stlport/images + ${INSTALL_MAN} ${WRKSRC}/../doc/*.css ${PREFIX}/share/doc/html/stlport + ${INSTALL_MAN} ${WRKSRC}/../doc/*.html ${PREFIX}/share/doc/html/stlport + ${INSTALL_MAN} ${WRKSRC}/../doc/images/* ${PREFIX}/share/doc/html/stlport/images +.endif .include + diff -Naur stlport.orig/distinfo stlport/distinfo --- stlport.orig/distinfo Tue Mar 20 21:27:08 2001 +++ stlport/distinfo Sun Sep 30 21:13:38 2001 @@ -1 +1 @@ -MD5 (STLport-4.0.tar.gz) = 9f46fa470328f55c550b829abbf8611b +MD5 (STLport-4.5.tar.gz) = 18f577b374d60b3c760a3a3350407632 diff -Naur stlport.orig/files/patch-common_macros.mak stlport/files/patch-common_macros.mak --- stlport.orig/files/patch-common_macros.mak Wed Dec 31 19:00:00 1969 +++ stlport/files/patch-common_macros.mak Fri Oct 5 09:06:48 2001 @@ -0,0 +1,11 @@ +--- src/common_macros.mak.orig Sat Jul 28 23:44:30 2001 ++++ src/common_macros.mak Fri Oct 5 09:05:56 2001 +@@ -14,7 +14,7 @@ + # We do not assume any binary compatibility for betas. + BETA_SUFFIX= + +-VERSION_SUFFIX= .$(VERSION_MAJOR).$(VERSION_MINOR)$(BETA_SUFFIX) ++VERSION_SUFFIX= _$(VERSION_MAJOR)_$(VERSION_MINOR)$(BETA_SUFFIX) + + DYNAMIC_SUFFIX= $(VERSION_SUFFIX)$(PATCH_SUFFIX) + diff -Naur stlport.orig/files/patch-common_rules.mak stlport/files/patch-common_rules.mak --- stlport.orig/files/patch-common_rules.mak Wed Dec 31 19:00:00 1969 +++ stlport/files/patch-common_rules.mak Fri Oct 5 00:30:23 2001 @@ -0,0 +1,45 @@ +--- src/common_rules.mak.orig Thu May 31 20:43:14 2001 ++++ src/common_rules.mak Fri Oct 5 00:29:33 2001 +@@ -86,8 +86,8 @@ + ln -s $(STLDEBUG_DYNLIB) $(OUTDIR)/$(STLDEBUG_NAME).$(DYNEXT) + + install_unix : +- -$(RM) $(INSTALLDIR_INC) +- for dir in $(HEADER_DIRS1); \ ++ @-$(RM) $(INSTALLDIR_INC) ++ @for dir in $(HEADER_DIRS1); \ + do \ + ./mkinstalldirs $(INSTALLDIR_INC)/$$dir; \ + for file in `cat ../stlport/$$dir/export`; \ +@@ -95,7 +95,7 @@ + $(INSTALL_H) ../stlport/$$dir/$$file $(INSTALLDIR_INC)/$$dir ; \ + done \ + done +- for dir in $(HEADER_DIRS2); \ ++ @for dir in $(HEADER_DIRS2); \ + do \ + ./mkinstalldirs $(INSTALLDIR_INC)/$$dir; \ + for file in `ls ../stlport/$$dir/*.*`; \ +@@ -103,16 +103,16 @@ + $(INSTALL_H) $$file $(INSTALLDIR_INC)/$$dir ; \ + done \ + done +- ./mkinstalldirs $(INSTALLDIR_LIB) +- for file in `ls $(OUTDIR)/$(LIB_BASENAME)*`; \ ++ @./mkinstalldirs $(INSTALLDIR_LIB) ++ @for file in `ls $(OUTDIR)/$(LIB_BASENAME)*`; \ + do \ + $(RM) $(INSTALLDIR_LIB)/$$file; \ + $(INSTALL_LIB) $$file $(INSTALLDIR_LIB); \ + done +- $(RM) $(INSTALLDIR_LIB)/$(RELEASE_NAME).$(DYNEXT) +- $(RM) $(INSTALLDIR_LIB)/$(STLDEBUG_NAME).$(DYNEXT) +- ln -s $(INSTALLDIR_LIB)/$(RELEASE_DYNLIB) $(INSTALLDIR_LIB)/$(RELEASE_NAME).$(DYNEXT) +- ln -s $(INSTALLDIR_LIB)/$(STLDEBUG_DYNLIB) $(INSTALLDIR_LIB)/$(STLDEBUG_NAME).$(DYNEXT) ++ @$(RM) $(INSTALLDIR_LIB)/$(RELEASE_NAME).$(DYNEXT) ++ @$(RM) $(INSTALLDIR_LIB)/$(STLDEBUG_NAME).$(DYNEXT) ++ @ln -s $(INSTALLDIR_LIB)/$(RELEASE_DYNLIB) $(INSTALLDIR_LIB)/$(RELEASE_NAME).$(DYNEXT) ++ @ln -s $(INSTALLDIR_LIB)/$(STLDEBUG_DYNLIB) $(INSTALLDIR_LIB)/$(STLDEBUG_NAME).$(DYNEXT) + + $(OUTDIR)$(PATH_SEP)$(RELEASE_DYNLIB) : $(OUTDIR) $(RELEASE_OBJDIR_dynamic) $(DEF_FILE) $(RELEASE_OBJECTS_dynamic) + $(DYN_LINK) $(DYNLINK_OUT)$(OUTDIR)$(PATH_SEP)$(RELEASE_DYNLIB) $(LDFLAGS_RELEASE_dynamic) $(RELEASE_OBJECTS_dynamic) $(LDLIBS_RELEASE_dynamic) diff -Naur stlport.orig/files/patch-export stlport/files/patch-export --- stlport.orig/files/patch-export Wed Dec 31 19:00:00 1969 +++ stlport/files/patch-export Sun Sep 30 22:09:07 2001 @@ -0,0 +1,163 @@ +--- stlport/export.orig Mon May 7 22:49:32 2001 ++++ stlport/export Sun Sep 30 22:07:42 2001 +@@ -1,160 +1,85 @@ + ./algorithm +-./algorithm.SUNWCCh + ./bitset +-./bitset.SUNWCCh + ./cassert +-./cassert.SUNWCCh + ./cctype +-./cctype.SUNWCCh + ./cerrno +-./cerrno.SUNWCCh + ./cfloat +-./cfloat.SUNWCCh + ./climits +-./climits.SUNWCCh + ./clocale +-./clocale.SUNWCCh + ./cmath +-./cmath.SUNWCCh + ./complex +-./complex.SUNWCCh + ./csetjmp +-./csetjmp.SUNWCCh + ./csignal +-./csignal.SUNWCCh + ./cstdarg +-./cstdarg.SUNWCCh + ./cstddef +-./cstddef.SUNWCCh + ./cstdio +-./cstdio.SUNWCCh + ./cstdlib +-./cstdlib.SUNWCCh + ./cstring +-./cstring.SUNWCCh + ./ctime +-./ctime.SUNWCCh + ./ctype.h +-./ctype.h.SUNWCCh + ./cwchar +-./cwchar.SUNWCCh + ./cwctype +-./cwctype.SUNWCCh + ./deque +-./deque.SUNWCCh + ./exception +-./exception.SUNWCCh + ./exception.h + ./export + ./fstream +-./fstream.SUNWCCh + ./fstream.h +-./fstream.h.SUNWCCh + ./functional +-./functional.SUNWCCh + ./hash_map +-./hash_map.SUNWCCh + ./hash_set +-./hash_set.SUNWCCh + ./iomanip +-./iomanip.SUNWCCh + ./iomanip.h +-./iomanip.h.SUNWCCh + ./ios +-./ios.SUNWCCh + ./ios.h +-./ios.h.SUNWCCh + ./iosfwd +-./iosfwd.SUNWCCh + ./iostream +-./iostream.SUNWCCh + ./iostream.h +-./iostream.h.SUNWCCh + ./istream +-./istream.SUNWCCh + ./istream.h +-./istream.h.SUNWCCh + ./iterator +-./iterator.SUNWCCh + ./limits +-./limits.SUNWCCh + ./list +-./list.SUNWCCh + ./locale +-./locale.SUNWCCh + ./locale.h +-./locale.h.SUNWCCh + ./map +-./map.SUNWCCh + ./math.h +-./math.h.SUNWCCh + ./mem.h + ./memory +-./memory.SUNWCCh + ./mmemory.h + ./new +-./new.SUNWCCh + ./new.h + ./numeric +-./numeric.SUNWCCh + ./ostream +-./ostream.SUNWCCh + ./ostream.h +-./ostream.h.SUNWCCh + ./pthread.h + ./pthread_alloc +-./pthread_alloc.SUNWCCh + ./queue +-./queue.SUNWCCh + ./rope + ./set +-./set.SUNWCCh + ./setjmp.h +-./setjmp.h.SUNWCCh + ./signal.h +-./signal.h.SUNWCCh + ./slist +-./slist.SUNWCCh + ./sstream +-./sstream.SUNWCCh + ./stack +-./stack.SUNWCCh + ./stdarg.h +-./stdarg.h.SUNWCCh + ./stddef.h +-./stddef.h.SUNWCCh + ./stdexcept +-./stdexcept.SUNWCCh + ./stdio.h +-./stdio.h.SUNWCCh + ./stdio_streambuf + ./stdlib.h +-./stdlib.h.SUNWCCh + ./stl_user_config.h + ./streambuf +-./streambuf.SUNWCCh + ./streambuf.h +-./streambuf.h.SUNWCCh + ./string +-./string.SUNWCCh + ./string.h +-./string.h.SUNWCCh + ./strstream +-./strstream.SUNWCCh + ./strstream.h +-./strstream.h.SUNWCCh + ./time.h +-./time.h.SUNWCCh + ./typeinfo +-./typeinfo.SUNWCCh + ./typeinfo.h + ./utility +-./utility.SUNWCCh + ./valarray +-./valarray.SUNWCCh + ./vector +-./vector.SUNWCCh + ./wchar.h +-./wchar.h.SUNWCCh + ./wctype.h +-./wctype.h.SUNWCCh diff -Naur stlport.orig/files/patch-mkinstalldirs stlport/files/patch-mkinstalldirs --- stlport.orig/files/patch-mkinstalldirs Wed Dec 31 19:00:00 1969 +++ stlport/files/patch-mkinstalldirs Fri Oct 5 01:04:31 2001 @@ -0,0 +1,11 @@ +--- src/mkinstalldirs.orig Thu Dec 7 19:54:47 2000 ++++ src/mkinstalldirs Fri Oct 5 01:03:31 2001 +@@ -19,7 +19,7 @@ + esac + + if test ! -d "$pathcomp"; then +- echo "mkdir $pathcomp" 1>&2 ++# echo "mkdir $pathcomp" 1>&2 + mkdir "$pathcomp" || errstatus=$? + fi + diff -Naur stlport.orig/files/patch-stl_gcc.h stlport/files/patch-stl_gcc.h --- stlport.orig/files/patch-stl_gcc.h Thu May 17 17:09:19 2001 +++ stlport/files/patch-stl_gcc.h Wed Dec 31 19:00:00 1969 @@ -1,12 +0,0 @@ ---- ../stlport/config/stl_gcc.h.orig Thu Jul 13 18:53:26 2000 -+++ ../stlport/config/stl_gcc.h Thu May 17 00:35:52 2001 -@@ -14,7 +14,9 @@ - # define __STL_HAS_NO_NEW_C_HEADERS 1 - -+#if 0 - # if defined(__FreeBSD__) - # define __STL_NO_WCHAR_T - # endif -+#endif - - # if defined(__MINGW32__) diff -Naur stlport.orig/pkg-plist stlport/pkg-plist --- stlport.orig/pkg-plist Wed Oct 3 23:35:33 2001 +++ stlport/pkg-plist Fri Oct 5 09:48:29 2001 @@ -1,4 +1,3 @@ -@comment $FreeBSD: ports/devel/stlport/pkg-plist,v 1.3 2001/10/04 00:37:35 lioux Exp $ include/stlport/algorithm include/stlport/bitset include/stlport/cassert @@ -13,7 +12,6 @@ include/stlport/config/_msvc_warnings_off.h include/stlport/config/_prolog.h include/stlport/config/stl_apcc.h -include/stlport/config/stl_apple.bak.h include/stlport/config/stl_apple.h include/stlport/config/stl_as400.h include/stlport/config/stl_bc.h @@ -21,6 +19,7 @@ include/stlport/config/stl_confix.h include/stlport/config/stl_dec.h include/stlport/config/stl_dec_vms.h +include/stlport/config/stl_fujitsu.h include/stlport/config/stl_gcc.h include/stlport/config/stl_hpacc.h include/stlport/config/stl_ibm.h @@ -33,6 +32,7 @@ include/stlport/config/stl_sco.h include/stlport/config/stl_select_lib.h include/stlport/config/stl_sgi.h +include/stlport/config/stl_solaris.h include/stlport/config/stl_sunpro.h include/stlport/config/stl_symantec.h include/stlport/config/stl_watcom.h @@ -46,7 +46,6 @@ include/stlport/cstdio include/stlport/cstdlib include/stlport/cstring -include/stlport/cstring.h include/stlport/ctime include/stlport/ctype.h include/stlport/cwchar @@ -54,6 +53,7 @@ include/stlport/deque include/stlport/exception include/stlport/exception.h +include/stlport/export include/stlport/fstream include/stlport/fstream.h include/stlport/functional @@ -77,13 +77,40 @@ include/stlport/math.h include/stlport/mem.h include/stlport/memory -include/stlport/memory.new include/stlport/mmemory.h include/stlport/new include/stlport/new.h include/stlport/numeric +include/stlport/old_hp/algo.h +include/stlport/old_hp/algobase.h +include/stlport/old_hp/alloc.h +include/stlport/old_hp/bvector.h +include/stlport/old_hp/defalloc.h +include/stlport/old_hp/deque.h +include/stlport/old_hp/function.h +include/stlport/old_hp/hash_map.h +include/stlport/old_hp/hash_set.h +include/stlport/old_hp/hashtable.h +include/stlport/old_hp/heap.h +include/stlport/old_hp/iterator.h +include/stlport/old_hp/list.h +include/stlport/old_hp/map.h +include/stlport/old_hp/multimap.h +include/stlport/old_hp/multiset.h +include/stlport/old_hp/numeric.h +include/stlport/old_hp/pair.h +include/stlport/old_hp/pthread_alloc.h +include/stlport/old_hp/queue.h +include/stlport/old_hp/rope.h +include/stlport/old_hp/set.h +include/stlport/old_hp/slist.h +include/stlport/old_hp/stack.h +include/stlport/old_hp/tempbuf.h +include/stlport/old_hp/tree.h +include/stlport/old_hp/vector.h include/stlport/ostream include/stlport/ostream.h +include/stlport/pthread.h include/stlport/pthread_alloc include/stlport/queue include/stlport/rope @@ -97,25 +124,32 @@ include/stlport/stddef.h include/stlport/stdexcept include/stlport/stdio.h +include/stlport/stdio_streambuf include/stlport/stdlib.h +include/stlport/stl/_abbrevs.h include/stlport/stl/_algo.c include/stlport/stl/_algo.h include/stlport/stl/_algobase.c include/stlport/stl/_algobase.h include/stlport/stl/_alloc.c include/stlport/stl/_alloc.h +include/stlport/stl/_auto_ptr.h include/stlport/stl/_bitset.c include/stlport/stl/_bitset.h include/stlport/stl/_bvector.h include/stlport/stl/_check_config.h +include/stlport/stl/_cmath.h include/stlport/stl/_codecvt.h include/stlport/stl/_collate.h include/stlport/stl/_complex.c include/stlport/stl/_complex.h include/stlport/stl/_config.h +include/stlport/stl/_config_compat.h +include/stlport/stl/_config_compat_post.h include/stlport/stl/_construct.h include/stlport/stl/_ctraits_fns.h include/stlport/stl/_ctype.h +include/stlport/stl/_cwchar.h include/stlport/stl/_deque.c include/stlport/stl/_deque.h include/stlport/stl/_epilog.h @@ -123,6 +157,7 @@ include/stlport/stl/_fstream.c include/stlport/stl/_fstream.h include/stlport/stl/_function.h +include/stlport/stl/_function_base.h include/stlport/stl/_hash_fun.h include/stlport/stl/_hash_map.h include/stlport/stl/_hash_set.h @@ -136,27 +171,34 @@ include/stlport/stl/_iosfwd.h include/stlport/stl/_istream.c include/stlport/stl/_istream.h +include/stlport/stl/_istreambuf_iterator.h include/stlport/stl/_iterator.h include/stlport/stl/_iterator_base.h +include/stlport/stl/_iterator_old.h include/stlport/stl/_limits.c include/stlport/stl/_limits.h include/stlport/stl/_list.c include/stlport/stl/_list.h -include/stlport/stl/_locale.c include/stlport/stl/_locale.h include/stlport/stl/_map.h include/stlport/stl/_messages_facets.h include/stlport/stl/_monetary.c include/stlport/stl/_monetary.h include/stlport/stl/_null_stream.h +include/stlport/stl/_num_get.c +include/stlport/stl/_num_get.h +include/stlport/stl/_num_put.c +include/stlport/stl/_num_put.h include/stlport/stl/_numeric.c include/stlport/stl/_numeric.h -include/stlport/stl/_numeric_facets.c -include/stlport/stl/_numeric_facets.h +include/stlport/stl/_numpunct.h include/stlport/stl/_ostream.c include/stlport/stl/_ostream.h +include/stlport/stl/_ostreambuf_iterator.h include/stlport/stl/_pair.h include/stlport/stl/_prolog.h +include/stlport/stl/_pthread_alloc.c +include/stlport/stl/_pthread_alloc.h include/stlport/stl/_ptrs_specialize.h include/stlport/stl/_queue.h include/stlport/stl/_range_errors.h @@ -173,6 +215,7 @@ include/stlport/stl/_slist.h include/stlport/stl/_slist_base.c include/stlport/stl/_slist_base.h +include/stlport/stl/_sparc_atomic.h include/stlport/stl/_sstream.c include/stlport/stl/_sstream.h include/stlport/stl/_stack.h @@ -180,6 +223,7 @@ include/stlport/stl/_stream_iterator.h include/stlport/stl/_streambuf.c include/stlport/stl/_streambuf.h +include/stlport/stl/_streambuf_iterator.h include/stlport/stl/_string.c include/stlport/stl/_string.h include/stlport/stl/_string_fwd.c @@ -204,7 +248,6 @@ include/stlport/stl/c_locale.h include/stlport/stl/char_traits.h include/stlport/stl/concept_checks.h -include/stlport/stl/container_concepts.h include/stlport/stl/debug/_debug.c include/stlport/stl/debug/_debug.h include/stlport/stl/debug/_deque.h @@ -216,7 +259,6 @@ include/stlport/stl/debug/_tree.h include/stlport/stl/debug/_vector.h include/stlport/stl/msl_string.h -include/stlport/stl/stdio_streambuf include/stlport/stl/type_traits.h include/stlport/stl/wrappers/_deque.h include/stlport/stl/wrappers/_hash_map.h @@ -243,6 +285,7 @@ include/stlport/using/h/iomanip.h include/stlport/using/h/iostream.h include/stlport/using/h/ostream.h +include/stlport/using/h/streambuf.h include/stlport/using/h/strstream.h include/stlport/using/iomanip include/stlport/using/ios @@ -260,6 +303,7 @@ include/stlport/wchar.h include/stlport/wctype.h include/stlport/wrap_std/complex +include/stlport/wrap_std/export include/stlport/wrap_std/fstream include/stlport/wrap_std/h/fstream.h include/stlport/wrap_std/h/iostream.h @@ -277,63 +321,54 @@ include/stlport/wrap_std/strstream lib/libstlport_gcc.a lib/libstlport_gcc.so -lib/libstlport_gcc.so.4_0_0 -lib/libstlport_gcc_debug.a -lib/libstlport_gcc_debug.so -lib/libstlport_gcc_debug.so.4_0_0 +lib/libstlport_gcc.so_4_5 lib/libstlport_gcc_stldebug.a lib/libstlport_gcc_stldebug.so -lib/libstlport_gcc_stldebug.so.4_0_0 -share/doc/html/stlport/FAQ.html -share/doc/html/stlport/README.BC.html -share/doc/html/stlport/README.CW.html -share/doc/html/stlport/README.DEC.html -share/doc/html/stlport/README.VC++.html -share/doc/html/stlport/README.aCC.html -share/doc/html/stlport/README.gcc.html -share/doc/html/stlport/README.os390.html -share/doc/html/stlport/README.pow.html -share/doc/html/stlport/README.sgi40.html -share/doc/html/stlport/README.sunpro.html -share/doc/html/stlport/README.xlC.html -share/doc/html/stlport/auto_configure.html -share/doc/html/stlport/bug_report.html -share/doc/html/stlport/buglist.html -share/doc/html/stlport/build.html -share/doc/html/stlport/build_nosgi.html -share/doc/html/stlport/compiler_readmes.html -share/doc/html/stlport/configure.html -share/doc/html/stlport/contributors.html -share/doc/html/stlport/copyrights.html -share/doc/html/stlport/debug_mode.html -share/doc/html/stlport/eh_testsuite.html -share/doc/html/stlport/exception_safety.html -share/doc/html/stlport/extensions.html -share/doc/html/stlport/getting_started.html -share/doc/html/stlport/images/blue.gif -share/doc/html/stlport/images/logo.jpg -share/doc/html/stlport/images/logo_1.jpg -share/doc/html/stlport/index.html -share/doc/html/stlport/install.html -share/doc/html/stlport/license.html -share/doc/html/stlport/major_modes.html -share/doc/html/stlport/platforms.html -share/doc/html/stlport/prepare.html -share/doc/html/stlport/projects.html -share/doc/html/stlport/release_notes.html -share/doc/html/stlport/select_io.html -share/doc/html/stlport/sgi_stl.html -share/doc/html/stlport/story.html -share/doc/html/stlport/style.css -share/doc/html/stlport/test.html -share/doc/html/stlport/testsuite.html -share/doc/html/stlport/thanks.html -share/doc/html/stlport/use_stlport.html -share/doc/html/stlport/vendor_interface.html -share/doc/html/stlport/wrappers.html -@dirrm share/doc/html/stlport/images -@dirrm share/doc/html/stlport -@unexec rmdir %D/share/doc/html 2>/dev/null || true +lib/libstlport_gcc_stldebug.so_4_5 +%%PORTDOCS%%share/doc/html/stlport/README.BC.html +%%PORTDOCS%%share/doc/html/stlport/README.CW.html +%%PORTDOCS%%share/doc/html/stlport/README.DEC.html +%%PORTDOCS%%share/doc/html/stlport/README.MPW.html +%%PORTDOCS%%share/doc/html/stlport/README.VC++.html +%%PORTDOCS%%share/doc/html/stlport/README.aCC.html +%%PORTDOCS%%share/doc/html/stlport/README.gcc.html +%%PORTDOCS%%share/doc/html/stlport/README.os390.html +%%PORTDOCS%%share/doc/html/stlport/README.pow.html +%%PORTDOCS%%share/doc/html/stlport/README.sgi40.html +%%PORTDOCS%%share/doc/html/stlport/README.sunpro.html +%%PORTDOCS%%share/doc/html/stlport/README.xlC.html +%%PORTDOCS%%share/doc/html/stlport/auto_configure.html +%%PORTDOCS%%share/doc/html/stlport/bug_report.html +%%PORTDOCS%%share/doc/html/stlport/buglist.html +%%PORTDOCS%%share/doc/html/stlport/compiler_readmes.html +%%PORTDOCS%%share/doc/html/stlport/configure.html +%%PORTDOCS%%share/doc/html/stlport/copyrights.html +%%PORTDOCS%%share/doc/html/stlport/cvs.html +%%PORTDOCS%%share/doc/html/stlport/debug_mode.html +%%PORTDOCS%%share/doc/html/stlport/doc.css +%%PORTDOCS%%share/doc/html/stlport/eh_testsuite.html +%%PORTDOCS%%share/doc/html/stlport/exception_safety.html +%%PORTDOCS%%share/doc/html/stlport/images/black.gif +%%PORTDOCS%%share/doc/html/stlport/images/stl_logo_doc.gif +%%PORTDOCS%%share/doc/html/stlport/images/t_doc2.gif +%%PORTDOCS%%share/doc/html/stlport/images/trans.gif +%%PORTDOCS%%share/doc/html/stlport/index.html +%%PORTDOCS%%share/doc/html/stlport/install.html +%%PORTDOCS%%share/doc/html/stlport/license.html +%%PORTDOCS%%share/doc/html/stlport/platforms.html +%%PORTDOCS%%share/doc/html/stlport/projects.html +%%PORTDOCS%%share/doc/html/stlport/release_notes.html +%%PORTDOCS%%share/doc/html/stlport/select_io.html +%%PORTDOCS%%share/doc/html/stlport/sgi_stl.html +%%PORTDOCS%%share/doc/html/stlport/story.html +%%PORTDOCS%%share/doc/html/stlport/testsuite.html +%%PORTDOCS%%share/doc/html/stlport/thanks.html +%%PORTDOCS%%share/doc/html/stlport/use_stlport.html +%%PORTDOCS%%share/doc/html/stlport/vendor_interface.html +%%PORTDOCS%%share/doc/html/stlport/wrappers.html +%%PORTDOCS%%@dirrm share/doc/html/stlport/images +%%PORTDOCS%%@dirrm share/doc/html/stlport +%%PORTDOCS%%@unexec rmdir %D/share/doc/html 2>/dev/null || true @dirrm include/stlport/wrap_std/h @dirrm include/stlport/wrap_std @dirrm include/stlport/using/h @@ -341,5 +376,6 @@ @dirrm include/stlport/stl/wrappers @dirrm include/stlport/stl/debug @dirrm include/stlport/stl +@dirrm include/stlport/old_hp @dirrm include/stlport/config @dirrm include/stlport To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 14:30:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE20337B40B for ; Sun, 7 Oct 2001 14:30:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f97LU0d29880; Sun, 7 Oct 2001 14:30:00 -0700 (PDT) (envelope-from gnats) Received: from pris.polaris.ca (pris.polaris.ca [199.247.156.218]) by hub.freebsd.org (Postfix) with SMTP id 72D6F37B401 for ; Sun, 7 Oct 2001 14:28:20 -0700 (PDT) Received: (qmail 94977 invoked by uid 85); 7 Oct 2001 21:31:06 -0000 Message-Id: <20011007213105.94971.qmail@pris.polaris.ca> Date: 7 Oct 2001 21:31:05 -0000 From: Seamus Venasse Reply-To: Seamus Venasse To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31110: Updated port: sysutils/fcron from 1.1.1 to 2.0.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31110 >Category: ports >Synopsis: Updated port: sysutils/fcron from 1.1.1 to 2.0.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Oct 07 14:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Seamus Venasse >Release: FreeBSD 4.3-STABLE i386 >Organization: Polaris Computing >Environment: System: FreeBSD pris 4.3-STABLE FreeBSD 4.3-STABLE #3: Tue Sep 4 01:09:13 PDT 2001 root@kaiser-old.polaris.ca:/usr/obj/usr/src/sys/NEXUS7 i386 >Description: This port does not have a maintainer and is rather old. I have indicated in the Makefile that I will maintain this port. This port has been upgraded from 1.1.1 to 2.0.0. Removed files/patch-Makefile.in Removed files/patch-configure.in Removed files/patch-script::boot-install Added files/patch-aa Added files/patch-ab Added files/patch-ac >How-To-Repeat: >Fix: diff -ruN /usr/ports/sysutils/fcron/Makefile fcron/Makefile --- /usr/ports/sysutils/fcron/Makefile Sun Sep 23 04:03:03 2001 +++ fcron/Makefile Sun Oct 7 14:28:12 2001 @@ -6,33 +6,32 @@ # $FreeBSD: ports/sysutils/fcron/Makefile,v 1.8 2001/09/21 15:47:27 sf Exp $ # -PORTNAME= fcron -PORTVERSION= 1.1.1 -PORTREVISION= 2 -CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - http://fcron.free.fr/ -MASTER_SITE_SUBDIR= system/daemons/cron -DISTNAME= ${PORTNAME}-${PORTVERSION}.src - -MAINTAINER= ports@FreeBSD.org - -USE_AUTOCONF= yes -CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --with-cflags="${CFLAGS}" \ - --with-rootname=root --with-rootgroup=wheel \ - --with-answer-all=yes +PORTNAME= fcron +PORTVERSION= 2.0.0 +CATEGORIES= sysutils +MASTER_SITES= http://fcron.free.fr/ \ + ftp://ftp.seul.org/pub/fcron/ +DISTNAME= ${PORTNAME}-${PORTVERSION}.src + +MAINTAINER= svenasse@polaris.ca + +USE_AUTOCONF= yes +CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --with-cflags="${CFLAGS}" \ + --with-rootname=root --with-rootgroup=wheel \ + --with-answer-all=yes .if !defined(NOPORTDOCS) CONFIGURE_ARGS+= --with-docdir=${DOCSDIR} -PLIST_SUB= PORTVERSION=${PORTVERSION} +PLIST_SUB= PORTVERSION=${PORTVERSION} .endif -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + -MAN1= fcrontab.1 -MAN3= bitstring.3 -MAN5= fcrontab.5 fcron.conf.5 -MAN8= fcron.8 +MAN1= fcrontab.1 +MAN3= bitstring.3 +MAN5= fcrontab.5 fcron.conf.5 +MAN8= fcron.8 post-install: .for i in allow deny conf diff -ruN /usr/ports/sysutils/fcron/distinfo fcron/distinfo --- /usr/ports/sysutils/fcron/distinfo Fri Jul 20 04:23:14 2001 +++ fcron/distinfo Sun Oct 7 14:01:10 2001 @@ -1 +1 @@ -MD5 (fcron-1.1.1.src.tar.gz) = 38a3da60ca42e68ab8469e8360ebaeac +MD5 (fcron-2.0.0.src.tar.gz) = b20c6bc5d9435a790e5500ecb7990df8 diff -ruN /usr/ports/sysutils/fcron/files/patch-Makefile.in fcron/files/patch-Makefile.in --- /usr/ports/sysutils/fcron/files/patch-Makefile.in Fri Sep 21 08:47:27 2001 +++ fcron/files/patch-Makefile.in Wed Dec 31 16:00:00 1969 @@ -1,14 +0,0 @@ ---- Makefile.in.orig Tue Jul 10 23:59:49 2001 -+++ Makefile.in Sat Sep 22 00:35:39 2001 -@@ -108,8 +108,9 @@ - $(INSTALL) -g $(ROOTGROUP) -o $(ROOTNAME) -m 110 -s fcron $(DESTSBIN) - $(INSTALL) -g $(GROUPNAME) -o $(USERNAME) -m 6111 -s fcrontab $(DESTBIN) - $(INSTALL) -g $(ROOTGROUP) -o $(ROOTNAME) -m 6111 -s fcronsighup $(DESTBIN) -- test -f $(ETC)/fcron.allow || test -f $(ETC)/fcron.deny || $(INSTALL) -m 640 -o $(ROOTNAME) -g $(GROUPNAME) $(SRCDIR)/files/fcron.allow $(SRCDIR)/files/fcron.deny $(ETC) -- test -f $(ETC)/fcron.conf || $(INSTALL) -m 640 -o $(ROOTNAME) -g $(GROUPNAME) $(SRCDIR)/files/fcron.conf $(ETC) -+ $(INSTALL) -m 640 -o $(ROOTNAME) -g $(GROUPNAME) $(SRCDIR)/files/fcron.allow $(ETC)/fcron.allow.dist -+ $(INSTALL) -m 640 -o $(ROOTNAME) -g $(GROUPNAME) $(SRCDIR)/files/fcron.deny $(ETC)/fcron.deny.dist -+ $(INSTALL) -m 640 -o $(ROOTNAME) -g $(GROUPNAME) $(SRCDIR)/files/fcron.conf $(ETC)/fcron.conf.dist - $(INSTALL) -m 644 -o $(ROOTNAME) $(SRCDIR)/doc/fcron.8 $(DESTMAN)/man8 - $(INSTALL) -m 644 -o $(ROOTNAME) $(SRCDIR)/doc/fcrontab.1 $(DESTMAN)/man1 - $(INSTALL) -m 644 -o $(ROOTNAME) $(SRCDIR)/doc/fcrontab.5 $(DESTMAN)/man5 diff -ruN /usr/ports/sysutils/fcron/files/patch-aa fcron/files/patch-aa --- /usr/ports/sysutils/fcron/files/patch-aa Wed Dec 31 16:00:00 1969 +++ fcron/files/patch-aa Sun Oct 7 14:10:21 2001 @@ -0,0 +1,14 @@ +--- Makefile.in-orig Sun Oct 7 14:08:43 2001 ++++ Makefile.in Sun Oct 7 14:09:17 2001 +@@ -108,8 +108,9 @@ + $(INSTALL) -g $(ROOTGROUP) -o $(ROOTNAME) -m 110 -s fcron $(DESTSBIN) + $(INSTALL) -g $(GROUPNAME) -o $(USERNAME) -m 6111 -s fcrontab $(DESTBIN) + $(INSTALL) -g $(ROOTGROUP) -o $(ROOTNAME) -m 6111 -s fcronsighup $(DESTBIN) +- test -f $(ETC)/fcron.allow || test -f $(ETC)/fcron.deny || $(INSTALL) -m 640 -o $(ROOTNAME) -g $(GROUPNAME) $(SRCDIR)/files/fcron.allow $(SRCDIR)/files/fcron.deny $(ETC) +- test -f $(ETC)/fcron.conf || $(INSTALL) -m 640 -o $(ROOTNAME) -g $(GROUPNAME) $(SRCDIR)/files/fcron.conf $(ETC) ++ $(INSTALL) -m 640 -o $(ROOTNAME) -g $(GROUPNAME) $(SRCDIR)/files/fcron.allow $(ETC)/fcron.allow.dist ++ $(INSTALL) -m 640 -o $(ROOTNAME) -g $(GROUPNAME) $(SRCDIR)/files/fcron.deny $(ETC)/fcron.deny.dist ++ $(INSTALL) -m 640 -o $(ROOTNAME) -g $(GROUPNAME) $(SRCDIR)/files/fcron.conf $(ETC)/fcron.conf.dist + $(INSTALL) -m 644 -o $(ROOTNAME) $(SRCDIR)/doc/fcron.8 $(DESTMAN)/man8 + $(INSTALL) -m 644 -o $(ROOTNAME) $(SRCDIR)/doc/fcrontab.1 $(DESTMAN)/man1 + $(INSTALL) -m 644 -o $(ROOTNAME) $(SRCDIR)/doc/fcrontab.5 $(DESTMAN)/man5 diff -ruN /usr/ports/sysutils/fcron/files/patch-ab fcron/files/patch-ab --- /usr/ports/sysutils/fcron/files/patch-ab Wed Dec 31 16:00:00 1969 +++ fcron/files/patch-ab Sun Oct 7 14:11:44 2001 @@ -0,0 +1,22 @@ +--- configure.in-orig Sun Oct 7 14:10:33 2001 ++++ configure.in Sun Oct 7 14:11:20 2001 +@@ -202,13 +202,13 @@ + fi + ;; + *) +- if test -d "$withval"; then ++# if test -d "$withval"; then + etcdir="$withval" +- AC_MSG_RESULT($withval) +- else +- AC_MSG_ERROR([ +-Directory $withval does not exist]) +- fi ++# AC_MSG_RESULT($withval) ++# else ++# AC_MSG_ERROR([ ++#Directory $withval does not exist]) ++# fi + ;; + esac ], + if test -d "/etc"; then diff -ruN /usr/ports/sysutils/fcron/files/patch-ac fcron/files/patch-ac --- /usr/ports/sysutils/fcron/files/patch-ac Wed Dec 31 16:00:00 1969 +++ fcron/files/patch-ac Sun Oct 7 14:13:20 2001 @@ -0,0 +1,11 @@ +--- script/boot-install.orig Sun Oct 7 14:12:19 2001 ++++ script/boot-install Sun Oct 7 14:12:45 2001 +@@ -11,7 +11,7 @@ + # the automatic answer + # the src dir + +-PATH="/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin" ++PATH="/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/sbin" + if test -d /usr/ucb; then + PATH=/usr/ucb:$PATH + fi diff -ruN /usr/ports/sysutils/fcron/files/patch-configure.in fcron/files/patch-configure.in --- /usr/ports/sysutils/fcron/files/patch-configure.in Sat Aug 25 13:10:21 2001 +++ fcron/files/patch-configure.in Wed Dec 31 16:00:00 1969 @@ -1,22 +0,0 @@ ---- configure.in.orig Sun Jul 8 07:32:17 2001 -+++ configure.in Sat Aug 25 14:36:05 2001 -@@ -201,13 +201,13 @@ - fi - ;; - *) -- if test -d "$withval"; then -+# if test -d "$withval"; then - etcdir="$withval" -- AC_MSG_RESULT($withval) -- else -- AC_MSG_ERROR([ --Directory $withval does not exist]) -- fi -+# AC_MSG_RESULT($withval) -+# else -+# AC_MSG_ERROR([ -+#Directory $withval does not exist]) -+# fi - ;; - esac ], - if test -d "/etc"; then diff -ruN /usr/ports/sysutils/fcron/files/patch-script::boot-install fcron/files/patch-script::boot-install --- /usr/ports/sysutils/fcron/files/patch-script::boot-install Thu Jul 19 23:47:57 2001 +++ fcron/files/patch-script::boot-install Wed Dec 31 16:00:00 1969 @@ -1,11 +0,0 @@ ---- script/boot-install.orig Fri Jul 20 14:44:40 2001 -+++ script/boot-install Fri Jul 20 14:44:48 2001 -@@ -11,7 +11,7 @@ - # the automatic answer - # the src dir - --PATH="/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin" -+PATH="/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/sbin" - if test -d /usr/ucb; then - PATH=/usr/ucb:$PATH - fi >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 14:51: 7 2001 Delivered-To: freebsd-ports@freebsd.org Received: from c418236-a.clmba1.mo.home.com (c418236-a.clmba1.mo.home.com [24.12.203.134]) by hub.freebsd.org (Postfix) with ESMTP id 746E837B401; Sun, 7 Oct 2001 14:51:03 -0700 (PDT) Received: from babylon.merseine.nu (babylon [192.168.1.5]) by c418236-a.clmba1.mo.home.com (8.11.6/8.11.5) with ESMTP id f97Lp1I36616; Sun, 7 Oct 2001 16:51:02 -0500 (CDT) (envelope-from ishmael@home.com) Received: (from ishmael@localhost) by babylon.merseine.nu (8.11.6/8.11.6) id f97Lp0S41065; Sun, 7 Oct 2001 16:51:00 -0500 (CDT) (envelope-from ishmael) Date: Sun, 7 Oct 2001 16:51:00 -0500 From: Jeremy Norris To: Dmitry Sivachenko Cc: ports@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/automake Makefile distinfo pkg-plist ports/devel/automake/files patch-ab patch-ad Message-ID: <20011007165100.A41031@babylon.merseine.nu> References: <200110071218.f97CIZc25424@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200110071218.f97CIZc25424@freefall.freebsd.org> User-Agent: Mutt/1.3.22.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I was under the impression that GNU auto-crap and libtool were under no-upgrade status until such time that it could be tested (on bento) or something. This upgrade broke the devel/fam port and I do not really understand auto-foo well enough to fix it. By consequence this has broken the KDE-2. Could this be either backed out or could you commit the proper fixes to devel/fam port? Perhaps automake-1.5 should be put in automake-new port or something to prevent breakages? This is mildly frustrating because I have several other ports that I need to update and this takes away from my time to do those. Jeremy On Sun, Oct 07, 2001 at 05:18:35AM -0700, Dmitry Sivachenko wrote: > demon 2001/10/07 05:18:35 PDT > > Modified files: > devel/automake Makefile distinfo pkg-plist > devel/automake/files patch-ab patch-ad > Log: > Update to version 1.5. > > Revision Changes Path > 1.18 +2 -4 ports/devel/automake/Makefile > 1.7 +1 -1 ports/devel/automake/distinfo > 1.5 +6 -6 ports/devel/automake/files/patch-ab > 1.4 +9 -22 ports/devel/automake/files/patch-ad > 1.10 +54 -41 ports/devel/automake/pkg-plist > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 15: 0: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A77737B405 for ; Sun, 7 Oct 2001 15:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f97M02s32173; Sun, 7 Oct 2001 15:00:02 -0700 (PDT) (envelope-from gnats) Date: Sun, 7 Oct 2001 15:00:02 -0700 (PDT) Message-Id: <200110072200.f97M02s32173@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tilman Linneweh Subject: Re: ports/30960: New Port: net/scdp Reply-To: Tilman Linneweh Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/30960; it has been noted by GNATS. From: Tilman Linneweh To: freebsd-gnats-submit@FreeBSD.org, freebsdports@arved.de, petef@FreeBSD.org Cc: Subject: Re: ports/30960: New Port: net/scdp Date: Mon, 08 Oct 2001 00:02:13 +0200 Hi Pete, Thanks for the Committing of my first port, and the elimination of the warning ( I must have missed the compilermessage). _But_ You comitted a typo in the Makefile. :-( #diff RightMakefile ComittedMakefile 8c8 < PORTVERSION= 1.0.b --- > PORTVERSION= 1.0b Regards tilman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 15:47:45 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF83C37B405; Sun, 7 Oct 2001 15:47:43 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f97Mj4339123; Sun, 7 Oct 2001 15:45:04 -0700 (PDT) (envelope-from lioux) Date: Sun, 7 Oct 2001 15:45:04 -0700 (PDT) From: Message-Id: <200110072245.f97Mj4339123@freefall.freebsd.org> To: dbader@eece.unm.edu, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31107: update of port net/mpich Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: update of port net/mpich State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Sun Oct 7 15:44:51 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31107 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 16: 0: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 95F7437B408 for ; Sun, 7 Oct 2001 16:00:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f97N01r40319; Sun, 7 Oct 2001 16:00:01 -0700 (PDT) (envelope-from gnats) Received: from athena.za.net (athena.za.net [196.30.167.200]) by hub.freebsd.org (Postfix) with ESMTP id 9666E37B403 for ; Sun, 7 Oct 2001 15:53:58 -0700 (PDT) Received: from jus by athena.za.net with local (Exim 3.22 #1) id 15qMng-0002FJ-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 08 Oct 2001 00:53:36 +0200 Message-Id: Date: Mon, 08 Oct 2001 00:53:36 +0200 From: Justin Stanford Reply-To: Justin Stanford To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31111: New port security/altivore Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31111 >Category: ports >Synopsis: New port security/altivore >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 07 16:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Justin Stanford >Release: FreeBSD 4.4-STABLE i386 >Organization: 4D Digital Security >Environment: System: FreeBSD athena.za.net 4.4-STABLE FreeBSD 4.4-STABLE #20: Tue Sep 25 11:43:49 SAST 2001 root@athena.za.net:/usr/src/sys/compile/Athena i386 >Description: New port security/altivore A Carnivore-esque application that is neither GPL or open-sourced, merely publically disclosed. >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: # # altivore # altivore/pkg-plist # altivore/pkg-descr # altivore/pkg-comment # altivore/distinfo # altivore/Makefile # altivore/files # altivore/files/patch-aa # echo c - altivore mkdir -p altivore > /dev/null 2>&1 echo x - altivore/pkg-plist sed 's/^X//' >altivore/pkg-plist << 'END-of-altivore/pkg-plist' Xsbin/altivore END-of-altivore/pkg-plist echo x - altivore/pkg-descr sed 's/^X//' >altivore/pkg-descr << 'END-of-altivore/pkg-descr' X This is a sample program containing some of the features of the X features of the FBI's "Carnivore" program. It is intended to serve X as a point of discussion about Carnivore features. It has not been X thoroughly tested and contains numerous bugs. X X This may also serve as an "alternative" for ISPs who do not wish to X install a black-box from the FBI. Court orders demanding data from X the ISP do not necessarily require that Carnivore must be used if X the ISP is able to obtain the data in another manner. X X This software may also be useful in network management, such as X backing up data or sniffing a consumer's dial-up connection when X they are reporting problems to customer support. X X See the commented notes in the code for details. X XWWW: http://www.networkice.com/altivore/ END-of-altivore/pkg-descr echo x - altivore/pkg-comment sed 's/^X//' >altivore/pkg-comment << 'END-of-altivore/pkg-comment' XA publically disclosed (non GPL, non open-source) Carnivore-esque application END-of-altivore/pkg-comment echo x - altivore/distinfo sed 's/^X//' >altivore/distinfo << 'END-of-altivore/distinfo' XMD5 (altivore.c) = 47ffe63b1c63db71c42a23e5af91d45d END-of-altivore/distinfo echo x - altivore/Makefile sed 's/^X//' >altivore/Makefile << 'END-of-altivore/Makefile' X# New ports collection makefile for: altivore X# Date created: 08 Oct 2001 X# Whom: Justin Stanford X# X# $FreeBSD$ X# X XPORTNAME= altivore XPORTVERSION= 0.9.3 XCATEGORIES= security XMASTER_SITES= http://www.networkice.com/altivore/ XDISTNAME= altivore XEXTRACT_SUFX= .c X XMAINTAINER= jus@security.za.net X XNO_WRKSUBDIR= yes X Xdo-extract: X @${MKDIR} ${WRKDIR} X @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} X Xdo-build: X (cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${DISTNAME} ${DISTNAME}.c -lpcap -Ipcap) X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/sbin X X.include END-of-altivore/Makefile echo c - altivore/files mkdir -p altivore/files > /dev/null 2>&1 echo x - altivore/files/patch-aa sed 's/^X//' >altivore/files/patch-aa << 'END-of-altivore/files/patch-aa' X--- altivore.c Mon Oct 8 00:31:58 2001 X+++ altivorenew.c Mon Oct 8 00:34:30 2001 X@@ -164,7 +164,7 @@ X X */ X #include X-#include X+/* #include This is commented out for the FreeBSD port, as it is deprecated */ X #include X #include X #include END-of-altivore/files/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 17:27:45 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F1CEC37B403; Sun, 7 Oct 2001 17:27:43 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f980Mc951810; Sun, 7 Oct 2001 17:22:38 -0700 (PDT) (envelope-from lioux) Date: Sun, 7 Oct 2001 17:22:38 -0700 (PDT) From: Message-Id: <200110080022.f980Mc951810@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, lioux@FreeBSD.org Subject: Re: ports/31111: New port security/altivore Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port security/altivore Responsible-Changed-From-To: freebsd-ports->lioux Responsible-Changed-By: lioux Responsible-Changed-When: Sun Oct 7 17:21:43 PDT 2001 Responsible-Changed-Why: I'll handle this http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31111 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 19:10:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 709DE37B40D for ; Sun, 7 Oct 2001 19:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f982A1w72157; Sun, 7 Oct 2001 19:10:01 -0700 (PDT) (envelope-from gnats) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id A786437B405 for ; Sun, 7 Oct 2001 19:04:00 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id D10B32B71A for ; Mon, 8 Oct 2001 04:03:52 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id F07F12AA; Mon, 8 Oct 2001 12:03:47 +1000 (EST) Message-Id: <20011008020347.F07F12AA@k7.mavetju.org> Date: Mon, 8 Oct 2001 12:03:47 +1000 (EST) From: Edwin Groothuis Reply-To: Edwin Groothuis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31113: bsd.ports.subdir.mk: remove NOCLEANDEPENDS from the /etc/make.conf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31113 >Category: ports >Synopsis: bsd.ports.subdir.mk: remove NOCLEANDEPENDS from the /etc/make.conf >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 07 19:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.4-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju.org 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Thu Oct 4 08:49:05 EST 2001 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386 >Description: When using "make clean" in a directory below /usr/ports/*, default is to do a make clean for the dependant ports also. This is nice. When using "make clean" in /usr/ports or in a directory of /usr/ports/*, default is to do a make clean for the dependant ports also. This is not nice, because a lot of ports have the same dependencies, causing a *lot* of extra calls for "make clean"s which are not needed. The solution for this is to add NOCLEANDEPENDS=yes in /etc/make.conf. But then next time when you run "make clean" in a freshly cleaned ports-directory, it will not clean the dependencies (which is exactly what is wanted with putting it in /etc/make.conf). There is a problem here with the fact that /etc/make.conf is used for both the ports-directory makefile and the port-makefile. >How-To-Repeat: run "make clean" in /usr/ports >Fix: The solution for this "make clean" problem, possible together with other problems, is to be able to pass a variable from the bsd.ports.subdir.mk to the new port: --- bsd.port.subdir.mk.orig Mon Oct 8 11:29:20 2001 +++ bsd.port.subdir.mk Mon Oct 8 11:42:30 2001 @@ -21,6 +21,12 @@ # Each of the targets will execute the same target in the # subdirectories. # +# PORTARGS A variable for local arguments which are passed to the +# targets one directory below this. This is to be +# used when you have a variable in /etc/make.conf +# which is only used in the directories with the +# ports, not in the subdirectories above it. For +# example NOCLEANDEPENDS. # # +++ targets +++ # @@ -94,6 +100,10 @@ TARGETS+= reinstall TARGETS+= tags +.if make(clean) +PORTARGS+= NOCLEANDEPENDS=yes +.endif + .for __target in ${TARGETS} .if !target(${__target}) ${__target}: ${SUBDIR:S/$/.${__target}/} @@ -123,7 +133,7 @@ if [ "$$OK" = "" ]; then \ ${ECHO_MSG} "===> ${DIRPRFX}$${edir}"; \ cd ${.CURDIR}/$${edir}; \ - ${MAKE} -B ${.TARGET:E:realinstall=install} \ + ${MAKE} -B ${PORTARGS} ${.TARGET:E:realinstall=install} \ DIRPRFX=${DIRPRFX}$$edir/; \ fi This patch will introduce the possibility to add environment variables from the ports-directories-makefile towards the ports-makefile. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 19:10:29 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7EDA637B40F for ; Sun, 7 Oct 2001 19:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f982A1O72166; Sun, 7 Oct 2001 19:10:01 -0700 (PDT) (envelope-from gnats) Received: from c418236-a.clmba1.mo.home.com (c418236-a.clmba1.mo.home.com [24.12.203.134]) by hub.freebsd.org (Postfix) with ESMTP id 400E037B401 for ; Sun, 7 Oct 2001 19:05:42 -0700 (PDT) Received: from babylon.merseine.nu (babylon [192.168.1.5]) by c418236-a.clmba1.mo.home.com (8.11.6/8.11.5) with ESMTP id f9825fI36804 for ; Sun, 7 Oct 2001 21:05:41 -0500 (CDT) (envelope-from ishmael@home.com) Received: (from ishmael@localhost) by babylon.merseine.nu (8.11.6/8.11.6) id f9825fY12166; Sun, 7 Oct 2001 21:05:41 -0500 (CDT) (envelope-from ishmael) Message-Id: <200110080205.f9825fY12166@babylon.merseine.nu> Date: Sun, 7 Oct 2001 21:05:41 -0500 (CDT) From: Jeremy Norris Reply-To: Jeremy Norris To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31114: Update port databases/edb Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31114 >Category: ports >Synopsis: Update port databases/edb >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 07 19:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeremy Norris >Release: FreeBSD 4.4-RC i386 >Organization: none >Environment: System: FreeBSD babylon.merseine.nu 4.4-RC FreeBSD 4.4-RC #0: Mon Sep 10 20:49:39 CDT 2001 ishmael@babylon.merseine.nu:/usr/obj/usr/src/sys/BABYLON i386 >Description: Update port databases/edb to latest version, 1.0.3 >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/edb/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 2000/11/17 14:42:50 1.3 +++ Makefile 2001/10/07 22:45:57 @@ -6,19 +6,20 @@ # PORTNAME= edb -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= http://www.ny.us.rasterman.com/files/ \ + ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= enlightenment MAINTAINER= ishmael27@home.com -INSTALLS_SHLIB= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --enable-compat185 \ - --enable-dump185 --enable-cxx +USE_GTK= yes +INSTALLS_SHLIB= yes -post-install: - @strip ${PREFIX}/lib/libedb.so.1 +post-patch: + @${PERL} -pi -e 's|gtk-config|${GTK_CONFIG}|g' ${WRKSRC}/configure \ + ${WRKSRC}/tools/edb_gtk_ed/Makefile.in .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/databases/edb/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 2000/11/17 14:42:50 1.2 +++ distinfo 2001/10/07 22:39:52 @@ -1 +1 @@ -MD5 (edb-1.0.2.tar.gz) = 8c50aee08fa19785171eb0d4298e2954 +MD5 (edb-1.0.3.tar.gz) = eb2a0e0eb8876b817e01427d1f09f838 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/databases/edb/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 2000/11/17 14:42:50 1.2 +++ pkg-plist 2001/10/07 22:45:04 @@ -1,4 +1,5 @@ bin/edb_ed +bin/edb_gtk_ed bin/edb_vt_ed bin/edb-config include/Edb.h >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 19:10:38 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E95337B40B for ; Sun, 7 Oct 2001 19:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f982A1d72148; Sun, 7 Oct 2001 19:10:01 -0700 (PDT) (envelope-from gnats) Received: from c418236-a.clmba1.mo.home.com (c418236-a.clmba1.mo.home.com [24.12.203.134]) by hub.freebsd.org (Postfix) with ESMTP id C8B1337B405 for ; Sun, 7 Oct 2001 19:03:10 -0700 (PDT) Received: from babylon.merseine.nu (babylon [192.168.1.5]) by c418236-a.clmba1.mo.home.com (8.11.6/8.11.5) with ESMTP id f98239I36797 for ; Sun, 7 Oct 2001 21:03:09 -0500 (CDT) (envelope-from ishmael@home.com) Received: (from ishmael@localhost) by babylon.merseine.nu (8.11.6/8.11.6) id f9823AM12025; Sun, 7 Oct 2001 21:03:10 -0500 (CDT) (envelope-from ishmael) Message-Id: <200110080203.f9823AM12025@babylon.merseine.nu> Date: Sun, 7 Oct 2001 21:03:10 -0500 (CDT) From: Jeremy Norris Reply-To: Jeremy Norris To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31112: Update port graphics/imlib2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31112 >Category: ports >Synopsis: Update port graphics/imlib2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 07 19:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeremy Norris >Release: FreeBSD 4.4-RC i386 >Organization: none >Environment: System: FreeBSD babylon.merseine.nu 4.4-RC FreeBSD 4.4-RC #0: Mon Sep 10 20:49:39 CDT 2001 ishmael@babylon.merseine.nu:/usr/obj/usr/src/sys/BABYLON i386 >Description: Update port graphics/imlib2 to latest version, 1.0.4 >How-To-Repeat: Don't forget to cvs add files/patch-Makefile.in files/patch-configure files/patch-src::Makefile.in >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/imlib2/Makefile,v retrieving revision 1.75 diff -u -r1.75 Makefile --- Makefile 2001/09/11 02:22:38 1.75 +++ Makefile 2001/10/07 22:06:58 @@ -6,18 +6,19 @@ # PORTNAME= imlib2 -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= http://www.ny.us.rasterman.com/files/ \ + ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= enlightenment MAINTAINER= ishmael27@home.com -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ + ltdl.1:${PORTSDIR}/devel/libtool \ + png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ - ungif.5:${PORTSDIR}/graphics/libungif \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - edb.1:${PORTSDIR}/databases/edb + ungif.5:${PORTSDIR}/graphics/libungif USE_X_PREFIX= yes USE_FREETYPE= yes @@ -34,14 +35,5 @@ post-configure: @${PERL} -pi -e 's|\@localbase\@|${LOCALBASE}|g' ${WRKSRC}/imlib2-config - -post-install: - @strip ${PREFIX}/lib/libImlib2.so.1 -.for i in bump_map colormod testfilter - @strip ${PREFIX}/lib/loaders/filter/${i}.so -.endfor -.for i in argb bmp db gif jpeg png pnm tga tiff xpm - @strip ${PREFIX}/lib/loaders/image/${i}.so -.endfor .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/graphics/imlib2/distinfo,v retrieving revision 1.26 diff -u -r1.26 distinfo --- distinfo 2001/04/30 22:04:54 1.26 +++ distinfo 2001/10/07 21:56:33 @@ -1 +1 @@ -MD5 (imlib2-1.0.3.tar.gz) = f5f926aba293cf3982062decb02b1df9 +MD5 (imlib2-1.0.4.tar.gz) = 8b1a7f76734f85722a01672349f67d3e Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/graphics/imlib2/pkg-descr,v retrieving revision 1.3 diff -u -r1.3 pkg-descr --- pkg-descr 2001/04/07 19:27:11 1.3 +++ pkg-descr 2001/10/08 01:14:27 @@ -1 +1,3 @@ The next generation graphic library for enlightenment package. + +WWW: http://www.enlightenment.org/pages/imlib2.html Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/graphics/imlib2/pkg-plist,v retrieving revision 1.28 diff -u -r1.28 pkg-plist --- pkg-plist 2000/11/03 08:18:07 1.28 +++ pkg-plist 2001/10/07 21:57:30 @@ -8,7 +8,6 @@ lib/loaders/filter/testfilter.so lib/loaders/image/argb.so lib/loaders/image/bmp.so -lib/loaders/image/db.so lib/loaders/image/gif.so lib/loaders/image/jpeg.so lib/loaders/image/png.so Index: files/patch-Makefile.in =================================================================== RCS file: patch-Makefile.in diff -N patch-Makefile.in --- /dev/null Sun Oct 7 20:25:52 2001 +++ patch-Makefile.in Sun Oct 7 17:32:46 2001 @@ -0,0 +1,11 @@ +--- Makefile.in.orig Fri Sep 21 12:31:03 2001 ++++ Makefile.in Sun Oct 7 17:26:29 2001 +@@ -93,7 +93,7 @@ + MAINTAINERCLEANFILES = INSTALL Makefile.in aclocal.m4 config.guess config.h.in config.sub configure install-sh ltconfig ltmain.sh missing mkinstalldirs stamp-h.in + + +-SUBDIRS = libltdl src filters doc loaders ++SUBDIRS = src filters doc loaders + + bin_SCRIPTS = imlib2-config + Index: files/patch-configure =================================================================== RCS file: patch-configure diff -N patch-configure --- /dev/null Sun Oct 7 20:25:52 2001 +++ patch-configure Sun Oct 7 17:23:42 2001 @@ -0,0 +1,95 @@ +--- configure.orig Wed Aug 29 21:48:58 2001 ++++ configure Sun Oct 7 17:23:22 2001 +@@ -1031,16 +1031,6 @@ + fi + + +- case "$enable_ltdl_convenience" in +- no) { echo "configure: error: this package needs a convenience libltdl" 1>&2; exit 1; } ;; +- "") enable_ltdl_convenience=yes +- ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;; +- esac +- LIBLTDL='${top_builddir}/''libltdl'/libltdlc.la +- INCLTDL='-I${top_srcdir}/''libltdl' +- +-subdirs="libltdl" +- + + # Extract the first word of "gcc", so it can be a program name with args. + set dummy gcc; ac_word=$2 +@@ -4313,75 +4303,5 @@ + esac + done + +- for ac_config_dir in libltdl; do +- +- # Do not complain, so a configure script can configure whichever +- # parts of a large source tree are present. +- if test ! -d $srcdir/$ac_config_dir; then +- continue +- fi +- +- echo configuring in $ac_config_dir +- +- case "$srcdir" in +- .) ;; +- *) +- if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :; +- else +- { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; } +- fi +- ;; +- esac +- +- ac_popdir=`pwd` +- cd $ac_config_dir +- +- # A "../" for each directory in /$ac_config_dir. +- ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'` +- +- case "$srcdir" in +- .) # No --srcdir option. We are building in place. +- ac_sub_srcdir=$srcdir ;; +- /*) # Absolute path. +- ac_sub_srcdir=$srcdir/$ac_config_dir ;; +- *) # Relative path. +- ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;; +- esac +- +- # Check for guested configure; otherwise get Cygnus style configure. +- if test -f $ac_sub_srcdir/configure; then +- ac_sub_configure=$ac_sub_srcdir/configure +- elif test -f $ac_sub_srcdir/configure.in; then +- ac_sub_configure=$ac_configure +- else +- echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2 +- ac_sub_configure= +- fi +- +- # The recursion is here. +- if test -n "$ac_sub_configure"; then +- +- # Make the cache file name correct relative to the subdirectory. +- case "$cache_file" in +- /*) ac_sub_cache_file=$cache_file ;; +- *) # Relative path. +- ac_sub_cache_file="$ac_dots$cache_file" ;; +- esac +- case "$ac_given_INSTALL" in +- [/$]*) INSTALL="$ac_given_INSTALL" ;; +- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; +- esac +- +- echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" +- # The eval makes quoting arguments work. +- if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir +- then : +- else +- { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; } +- fi +- fi +- +- cd $ac_popdir +- done + fi + Index: files/patch-src::Makefile.in =================================================================== RCS file: patch-src::Makefile.in diff -N patch-src::Makefile.in --- /dev/null Sun Oct 7 20:25:52 2001 +++ patch-src::Makefile.in Sun Oct 7 18:26:07 2001 @@ -0,0 +1,86 @@ +--- src/Makefile.in.orig Fri Sep 21 12:31:03 2001 ++++ src/Makefile.in Sun Oct 7 18:25:33 2001 +@@ -93,7 +93,7 @@ + MAINTAINERCLEANFILES = Makefile.in loaderpath.h + + LDFLAGS = -L/usr/X11R6/lib +-INCLUDES = -I/usr/X11R6/include -I$(top_srcdir)/libltdl $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/loaders ++INCLUDES = -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/loaders + + MMX_SRCS = asm_blend.S asm_rgba.S asm_scale.S asm_rotate.S asm_blend_cmod.S + +@@ -107,8 +107,8 @@ + EXTRA_libImlib2_la_SOURCES = rend.c ximage.c rgba.c color.c grab.c draw.c context.c color.h context.h draw.h grab.h rend.h rgba.h ximage.h $(MMX_SRCS) + + libImlib2_la_LDFLAGS = -version-info 1:4:0 +-@HAVE_MMX_TRUE@libImlib2_la_LIBADD = $(X_OBJS) @DLLDFLAGS@ $(MMX_OBJS) $(top_builddir)/libltdl/libltdlc.la $(x_libs) -lttf $(LDFLAGS) +-@HAVE_MMX_FALSE@libImlib2_la_LIBADD = $(X_OBJS) @DLLDFLAGS@ $(top_builddir)/libltdl/libltdlc.la $(x_libs) -lttf $(LDFLAGS) ++@HAVE_MMX_TRUE@libImlib2_la_LIBADD = $(X_OBJS) @DLLDFLAGS@ $(MMX_OBJS) -lltdl $(x_libs) -lttf $(LDFLAGS) ++@HAVE_MMX_FALSE@libImlib2_la_LIBADD = $(X_OBJS) @DLLDFLAGS@ -lltdl $(x_libs) -lttf $(LDFLAGS) + @HAVE_MMX_TRUE@libImlib2_la_DEPENDENCIES = $(top_builddir)/config.h $(X_OBJS) $(MMX_OBJS) + @HAVE_MMX_FALSE@libImlib2_la_DEPENDENCIES = $(top_builddir)/config.h $(X_OBJS) + +@@ -283,48 +283,48 @@ + fi; \ + done + api.lo api.o : api.c ../config.h common.h colormod.h image.h \ +- ../libltdl/ltdl.h scale.h blend.h context.h color.h grab.h \ ++ scale.h blend.h context.h color.h grab.h \ + rend.h rgba.h ximage.h draw.h file.h updates.h rgbadraw.h \ + Imlib2.h font.h grad.h rotate.h filter.h dynamic_filters.h \ + script.h color_helpers.h + blend.lo blend.o : blend.c common.h ../config.h colormod.h image.h \ +- ../libltdl/ltdl.h blend.h scale.h ++ blend.h scale.h + color.lo color.o : color.c common.h ../config.h color.h + color_helpers.lo color_helpers.o : color_helpers.c color_helpers.h + colormod.lo colormod.o : colormod.c common.h ../config.h colormod.h \ +- image.h ../libltdl/ltdl.h file.h loaderpath.h blend.h ++ image.h file.h loaderpath.h blend.h + context.lo context.o : context.c common.h ../config.h image.h \ +- ../libltdl/ltdl.h context.h color.h rgba.h ++ context.h color.h rgba.h + draw.lo draw.o : draw.c common.h ../config.h colormod.h image.h \ +- ../libltdl/ltdl.h blend.h rend.h draw.h ++ blend.h rend.h draw.h + dynamic_filters.lo dynamic_filters.o : dynamic_filters.c common.h \ +- ../config.h image.h ../libltdl/ltdl.h file.h dynamic_filters.h \ ++ ../config.h image.h file.h dynamic_filters.h \ + script.h Imlib2.h loaderpath.h + file.lo file.o : file.c common.h ../config.h file.h + filter.lo filter.o : filter.c common.h ../config.h colormod.h image.h \ +- ../libltdl/ltdl.h blend.h filter.h ++ blend.h filter.h + font.lo font.o : font.c ../config.h common.h colormod.h image.h \ +- ../libltdl/ltdl.h blend.h font.h file.h updates.h rgbadraw.h \ ++ blend.h font.h file.h updates.h rgbadraw.h \ + rotate.h + format.lo format.o : format.c format.h + grab.lo grab.o : grab.c common.h ../config.h grab.h + grad.lo grad.o : grad.c common.h ../config.h colormod.h image.h \ +- ../libltdl/ltdl.h file.h loaderpath.h blend.h grad.h \ ++ file.h loaderpath.h blend.h grad.h \ + color_helpers.h + image.lo image.o : image.c common.h ../config.h image.h \ +- ../libltdl/ltdl.h file.h loaderpath.h ++ file.h loaderpath.h + rend.lo rend.o : rend.c common.h ../config.h colormod.h image.h \ +- ../libltdl/ltdl.h scale.h ximage.h context.h rgba.h color.h \ ++ scale.h ximage.h context.h rgba.h color.h \ + grab.h blend.h rend.h rotate.h + rgba.lo rgba.o : rgba.c common.h ../config.h context.h rgba.h + rgbadraw.lo rgbadraw.o : rgbadraw.c common.h ../config.h colormod.h \ +- image.h ../libltdl/ltdl.h scale.h blend.h updates.h rgbadraw.h ++ image.h scale.h blend.h updates.h rgbadraw.h + rotate.lo rotate.o : rotate.c common.h ../config.h rotate.h image.h \ +- ../libltdl/ltdl.h colormod.h blend.h ++ colormod.h blend.h + scale.lo scale.o : scale.c common.h ../config.h colormod.h image.h \ +- ../libltdl/ltdl.h blend.h scale.h ++ blend.h scale.h + script.lo script.o : script.c common.h ../config.h Imlib2.h image.h \ +- ../libltdl/ltdl.h file.h dynamic_filters.h script.h \ ++ file.h dynamic_filters.h script.h \ + loaderpath.h + updates.lo updates.o : updates.c common.h ../config.h updates.h + ximage.lo ximage.o : ximage.c common.h ../config.h ximage.h >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 19:10:40 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD6F537B411 for ; Sun, 7 Oct 2001 19:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f982A1q72175; Sun, 7 Oct 2001 19:10:01 -0700 (PDT) (envelope-from gnats) Received: from c418236-a.clmba1.mo.home.com (c418236-a.clmba1.mo.home.com [24.12.203.134]) by hub.freebsd.org (Postfix) with ESMTP id F386B37B406 for ; Sun, 7 Oct 2001 19:07:20 -0700 (PDT) Received: from babylon.merseine.nu (babylon [192.168.1.5]) by c418236-a.clmba1.mo.home.com (8.11.6/8.11.5) with ESMTP id f9827KI36808 for ; Sun, 7 Oct 2001 21:07:20 -0500 (CDT) (envelope-from ishmael@home.com) Received: (from ishmael@localhost) by babylon.merseine.nu (8.11.6/8.11.6) id f9827Ke12292; Sun, 7 Oct 2001 21:07:20 -0500 (CDT) (envelope-from ishmael) Message-Id: <200110080207.f9827Ke12292@babylon.merseine.nu> Date: Sun, 7 Oct 2001 21:07:20 -0500 (CDT) From: Jeremy Norris Reply-To: Jeremy Norris To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31115: Update port devel/libast Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31115 >Category: ports >Synopsis: Update port devel/libast >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 07 19:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeremy Norris >Release: FreeBSD 4.4-RC i386 >Organization: none >Environment: System: FreeBSD babylon.merseine.nu 4.4-RC FreeBSD 4.4-RC #0: Mon Sep 10 20:49:39 CDT 2001 ishmael@babylon.merseine.nu:/usr/obj/usr/src/sys/BABYLON i386 >Description: Update port devel/libast to latest version, 0.4 >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/libast/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 2001/09/07 19:54:14 1.1 +++ Makefile 2001/10/08 01:25:09 @@ -6,7 +6,7 @@ # PORTNAME= libast -PORTVERSION= 0.3 +PORTVERSION= 0.4 CATEGORIES= devel MASTER_SITES= http://www.eterm.org/download/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/libast/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 2001/09/07 19:54:14 1.1 +++ distinfo 2001/10/08 01:25:18 @@ -1 +1 @@ -MD5 (libast-0.3.tar.gz) = 34315d4542d9d6b7cdd136f8d2eb010e +MD5 (libast-0.4.tar.gz) = 9424286314c1d816699b28964b91d015 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 19:10:50 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FC3C37B413 for ; Sun, 7 Oct 2001 19:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f982A1H72193; Sun, 7 Oct 2001 19:10:01 -0700 (PDT) (envelope-from gnats) Received: from c418236-a.clmba1.mo.home.com (c418236-a.clmba1.mo.home.com [24.12.203.134]) by hub.freebsd.org (Postfix) with ESMTP id 7884C37B408 for ; Sun, 7 Oct 2001 19:09:27 -0700 (PDT) Received: from babylon.merseine.nu (babylon [192.168.1.5]) by c418236-a.clmba1.mo.home.com (8.11.6/8.11.5) with ESMTP id f9829QI36812 for ; Sun, 7 Oct 2001 21:09:26 -0500 (CDT) (envelope-from ishmael@home.com) Received: (from ishmael@localhost) by babylon.merseine.nu (8.11.6/8.11.6) id f9829Qk12421; Sun, 7 Oct 2001 21:09:26 -0500 (CDT) (envelope-from ishmael) Message-Id: <200110080209.f9829Qk12421@babylon.merseine.nu> Date: Sun, 7 Oct 2001 21:09:26 -0500 (CDT) From: Jeremy Norris Reply-To: Jeremy Norris To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31117: Update ports graphics/gliv Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31117 >Category: ports >Synopsis: Update ports graphics/gliv >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 07 19:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeremy Norris >Release: FreeBSD 4.4-RC i386 >Organization: none >Environment: System: FreeBSD babylon.merseine.nu 4.4-RC FreeBSD 4.4-RC #0: Mon Sep 10 20:49:39 CDT 2001 ishmael@babylon.merseine.nu:/usr/obj/usr/src/sys/BABYLON i386 >Description: Update port graphics/gliv to latest version, 1.3.1 >How-To-Repeat: Don't forget to cvs add files/patch-rendering.c >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/gliv/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 2001/08/12 20:11:24 1.5 +++ Makefile 2001/10/08 01:22:07 @@ -6,7 +6,7 @@ # PORTNAME= gliv -PORTVERSION= 1.2 +PORTVERSION= 1.3.1 CATEGORIES= graphics MASTER_SITES= http://gliv.tuxfamily.org/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/graphics/gliv/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 2001/08/12 20:11:24 1.4 +++ distinfo 2001/10/08 01:22:22 @@ -1 +1 @@ -MD5 (gliv-1.2.tar.bz2) = c37f5749b0528ae3882f378545785aa9 +MD5 (gliv-1.3.1.tar.bz2) = 713433627e805ffe3265a1ec00ec2a41 Index: files/patch-rendering.c =================================================================== RCS file: patch-rendering.c diff -N patch-rendering.c --- /dev/null Sun Oct 7 20:25:52 2001 +++ patch-rendering.c Sun Sep 30 20:47:53 2001 @@ -0,0 +1,17 @@ +--- rendering.c.orig Thu Sep 13 12:55:36 2001 ++++ rendering.c Sun Sep 30 20:47:40 2001 +@@ -27,9 +27,14 @@ + #include + #include "gliv.h" + ++/* FreeBSD has no fminf/fmin, so fake it */ ++#if 0 + #ifndef HAVE_FMINF + #define fminf fmin + #endif ++#endif ++ ++#define fminf(A, B) ((A) < (B) ? (A) : (B)) + + #ifndef HAVE_FABSF + #define fabsf fabs >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 19:11: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 38D5A37B40A for ; Sun, 7 Oct 2001 19:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f982A1V72184; Sun, 7 Oct 2001 19:10:01 -0700 (PDT) (envelope-from gnats) Received: from mail.yadt.co.uk (yadt.demon.co.uk [158.152.4.134]) by hub.freebsd.org (Postfix) with SMTP id 5236737B401 for ; Sun, 7 Oct 2001 19:07:11 -0700 (PDT) Received: (qmail 66850 invoked from network); 8 Oct 2001 02:07:08 -0000 Received: from unknown (HELO mail.gattaca.yadt.co.uk) (qmailr@10.0.0.2) by yadt.demon.co.uk with SMTP; 8 Oct 2001 02:07:08 -0000 Received: (qmail 1079 invoked by uid 1000); 8 Oct 2001 02:07:07 -0000 Message-Id: <20011008020707.1078.qmail@gattaca.yadt.co.uk> Date: 8 Oct 2001 02:07:07 -0000 From: David Taylor Reply-To: David Taylor To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31116: Update Port: irc/ircd-hybrid to ircd-hybrid-6.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31116 >Category: ports >Synopsis: Update Port: irc/ircd-hybrid to ircd-hybrid-6.2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Oct 07 19:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David Taylor >Release: FreeBSD 5.0-CURRENT i386 >Organization: ircd-hybrid >Environment: System: FreeBSD gattaca.yadt.co.uk 5.0-CURRENT FreeBSD 5.0-CURRENT #9: Tue Oct 2 20:55:26 BST 2001 davidt@gattaca.yadt.co.uk:/usr/obj/usr/src/sys/GATTACA i386 >Description: The current ircd-hybrid port is very out of date, and the maintainer has no time to update it. This updates the port from ircd-hybrid-5.3p8 to ircd-hybrid-6.2, and sets me as the maintainer. (A diff would be roughly double the size of the shar) >How-To-Repeat: N/A >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: # # ircd-hybrid # ircd-hybrid/Makefile # ircd-hybrid/distinfo # ircd-hybrid/pkg-install # ircd-hybrid/pkg-comment # ircd-hybrid/pkg-descr # ircd-hybrid/pkg-message # ircd-hybrid/pkg-plist # ircd-hybrid/files # ircd-hybrid/files/patch-aa # ircd-hybrid/files/patch-ab # ircd-hybrid/files/patch-ac # ircd-hybrid/files/patch-ad # ircd-hybrid/files/ircd.sh # ircd-hybrid/files/patch-ae # echo c - ircd-hybrid mkdir -p ircd-hybrid > /dev/null 2>&1 echo x - ircd-hybrid/Makefile sed 's/^X//' >ircd-hybrid/Makefile << 'END-of-ircd-hybrid/Makefile' X# New ports collection makefile for: ircd-hybrid X# Date Created: 2001-10-07 X# Whom: David Taylor X# X# $FreeBSD$ X# X XPORTNAME= ircd-hybrid XPORTVERSION= 6.2 XCATEGORIES= irc XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ircd-hybrid XEXTRACT_SUFX= .tgz X XMAINTAINER= davidt@yadt.co.uk X XMAN8= ircd.8 X XPATCH_STRIP= -p1 XUSE_GMAKE= yes XGNU_CONFIGURE= yes XPLIST_SUB= PORTNAME=${PORTNAME} X X.if !defined(PACKAGE_BUILDING) && !defined(BATCH) XIS_INTERACTIVE= yes X.endif X Xpost-extract: X @${MV} ${WRKSRC}/include/config.h ${WRKSRC}/include/config.h.in X @${MV} ${WRKSRC}/tools/install_ircd ${WRKSRC}/tools/install_ircd.in X Xpost-configure: X ${CHMOD} +x ${WRKSRC}/tools/install_ircd X Xpre-install: X.if !defined(PACKAGE_BUILDING) && !defined(BATCH) X @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL X.endif X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${PREFIX}/share/doc/${PORTNAME} X @${MKDIR} ${PREFIX}/share/doc/${PORTNAME}/old X @${MKDIR} ${PREFIX}/share/doc/${PORTNAME}/old/US-Admin X for i in old/US-Admin/Networking old/US-Admin/Operators \ X old/US-Admin/README old/Authors old/Etiquette old/README \ X CIDR.txt INDEX Makefile README.TSora Tao-of-IRC.940110 \ X blalloc.txt example.conf example.conf.trillian ircd.8 \ X mtrie.txt operguide.txt opermyth.txt rfc1459.txt \ X server-version-info simple.conf ts5.txt yline.txt; do \ X ${INSTALL_MAN} ${WRKSRC}/doc/$$i \ X ${PREFIX}/share/doc/${PORTNAME}/$$i; \ X done X.endif X @${SED} -e "s#%PREFIX%#${PREFIX}#" ${FILESDIR}/ircd.sh \ X > ${WRKDIR}/ircd.sh X @${INSTALL_SCRIPT} ${WRKDIR}/ircd.sh ${PREFIX}/etc/rc.d X @${CAT} ${PKGMESSAGE} X X.include END-of-ircd-hybrid/Makefile echo x - ircd-hybrid/distinfo sed 's/^X//' >ircd-hybrid/distinfo << 'END-of-ircd-hybrid/distinfo' XMD5 (ircd-hybrid-6.2.tgz) = 0c4f90b9d23674cb8ea809dde4d3b03a END-of-ircd-hybrid/distinfo echo x - ircd-hybrid/pkg-install sed 's/^X//' >ircd-hybrid/pkg-install << 'END-of-ircd-hybrid/pkg-install' X#!/bin/sh X X# This script is a slightly modified copy of the pkg-install script from the X# original ircd-hybrid port, by desmo@bandwidth.org. X Xif [ "x$2" != "xPRE-INSTALL" ]; then X exit 0; Xfi X Xask() { X local question default answer X X question=$1 X default=$2 X if [ -z "${PACKAGE_BUILDING}" ]; then X read -p "${question} [${default}]? " answer X fi X if [ x${answer} = x ]; then X answer=${default} X fi X echo ${answer} X} X Xyesno() { X local dflt question answer X X question=$1 X dflt=$2 X while :; do X answer=$(ask "${question}" "${dflt}") X case "${answer}" in X [Yy]*) return 0;; X [Nn]*) return 1;; X esac X echo "Please answer yes or no." X done X} X Xif which -s pw ; then X : Xelse X cat < /dev/null ; then X echo "You already have a group \"ircd\", so I will use it." Xelse X if pw groupshow 72 2> /dev/null ; then X echo "You already have a gid \"72\". Please create a user \"ircd\"" X echo "with a default group of \"ircd\"." X exit 1 X fi X echo "You need a group \"ircd\"." X if which -s pw && yesno "Would you like me to create it" y; then X pw groupadd ircd -g 72 || exit X echo "Done." X else X echo "Please create it, and try again." X if ! pw usershow ircd 2> /dev/null ; then X echo "While you're at it, please create a user \"ircd\"" X echo 'too, with a default group of "ircd".' X fi X exit 1 X fi Xfi X Xif pw usershow ircd 2> /dev/null ; then X echo "You already have a user \"ircd\", so I will use it." Xelse X if pw usershow 72 2> /dev/null ; then X echo "You already have a uid \"72\". Please create a user \"irc Xd\"" X echo "with a default group of \"ircd\"." X exit 1 X fi X echo "You need a user \"ircd\"." X if which -s pw && yesno "Would you like me to create it" y; then X pw useradd ircd -g ircd -u 72 -h - -d /nonexistent \ X -s /nonexistent -c "IRC Daemon" || exit X echo "Done." X else X echo "Please create it, and try again." X exit 1 X fi Xfi END-of-ircd-hybrid/pkg-install echo x - ircd-hybrid/pkg-comment sed 's/^X//' >ircd-hybrid/pkg-comment << 'END-of-ircd-hybrid/pkg-comment' XAn irc daemon with a number of new features END-of-ircd-hybrid/pkg-comment echo x - ircd-hybrid/pkg-descr sed 's/^X//' >ircd-hybrid/pkg-descr << 'END-of-ircd-hybrid/pkg-descr' XA port of the ircd-hybrid IRC daemon. X Xircd-hybrid includes a number of improvements over a standard ircd-2.8 Xserver, including compressed server<->server links, chamode +e, and TS5 Xsupport. X XWWW: http://www.ircd-hybrid.org/ X X- David-T END-of-ircd-hybrid/pkg-descr echo x - ircd-hybrid/pkg-message sed 's/^X//' >ircd-hybrid/pkg-message << 'END-of-ircd-hybrid/pkg-message' Xircd-hybrid has now been installed. X XYou should now copy ${PREFIX}/etc/ircd/*.sample to X${PREFIX}/etc/ircd/*, and them to suit your needs. X XPlease note: you should copy _all_ the sample files to the corresponding Xconfiguration file, even if you just leave it empty, otherwise ircd-hybrid Xmay refuse to start. X XYou may then start the server by running: X X ${PREFIX}/etc/rc.d/ircd.sh start END-of-ircd-hybrid/pkg-message echo x - ircd-hybrid/pkg-plist sed 's/^X//' >ircd-hybrid/pkg-plist << 'END-of-ircd-hybrid/pkg-plist' Xbin/ircd Xbin/mkpasswd Xbin/viconf Xbin/viklines Xbin/vimotd X%%PORTDOCS%%share/doc/%%PORTNAME%%/old/US-Admin/Networking X%%PORTDOCS%%share/doc/%%PORTNAME%%/old/US-Admin/Operators X%%PORTDOCS%%share/doc/%%PORTNAME%%/old/US-Admin/README X%%PORTDOCS%%share/doc/%%PORTNAME%%/old/Authors X%%PORTDOCS%%share/doc/%%PORTNAME%%/old/Etiquette X%%PORTDOCS%%share/doc/%%PORTNAME%%/old/README X%%PORTDOCS%%share/doc/%%PORTNAME%%/CIDR.txt X%%PORTDOCS%%share/doc/%%PORTNAME%%/INDEX X%%PORTDOCS%%share/doc/%%PORTNAME%%/Makefile X%%PORTDOCS%%share/doc/%%PORTNAME%%/README.TSora X%%PORTDOCS%%share/doc/%%PORTNAME%%/Tao-of-IRC.940110 X%%PORTDOCS%%share/doc/%%PORTNAME%%/blalloc.txt X%%PORTDOCS%%share/doc/%%PORTNAME%%/example.conf X%%PORTDOCS%%share/doc/%%PORTNAME%%/example.conf.trillian X%%PORTDOCS%%share/doc/%%PORTNAME%%/ircd.8 X%%PORTDOCS%%share/doc/%%PORTNAME%%/mtrie.txt X%%PORTDOCS%%share/doc/%%PORTNAME%%/operguide.txt X%%PORTDOCS%%share/doc/%%PORTNAME%%/opermyth.txt X%%PORTDOCS%%share/doc/%%PORTNAME%%/rfc1459.txt X%%PORTDOCS%%share/doc/%%PORTNAME%%/server-version-info X%%PORTDOCS%%share/doc/%%PORTNAME%%/simple.conf X%%PORTDOCS%%share/doc/%%PORTNAME%%/ts5.txt X%%PORTDOCS%%share/doc/%%PORTNAME%%/yline.txt X%%PORTDOCS%%@dirrm share/doc/%%PORTNAME%%/old/US-Admin X%%PORTDOCS%%@dirrm share/doc/%%PORTNAME%%/old X%%PORTDOCS%%@dirrm share/doc/%%PORTNAME%% Xetc/ircd/ircd.conf.sample Xetc/ircd/ircd.motd.sample Xetc/ircd/kline.conf.sample Xetc/ircd/opers.txt.sample Xetc/rc.d/ircd.sh X@unexec rmdir %D/etc/ircd 2>/dev/null || true END-of-ircd-hybrid/pkg-plist echo c - ircd-hybrid/files mkdir -p ircd-hybrid/files > /dev/null 2>&1 echo x - ircd-hybrid/files/patch-aa sed 's/^X//' >ircd-hybrid/files/patch-aa << 'END-of-ircd-hybrid/files/patch-aa' Xdiff -Nru ircd-hybrid-6.2.orig/autoconf/configure.in ircd-hybrid-6.2/autoconf/configure.in X--- ircd-hybrid-6.2.orig/autoconf/configure.in Sun Oct 7 14:39:21 2001 X+++ ircd-hybrid-6.2/autoconf/configure.in Sun Oct 7 15:32:51 2001 X@@ -6,7 +6,7 @@ X AC_CONFIG_HEADER(include/setup.h zlib/setup.h) X X PACKAGE=ircd-hybrid X-VERSION=6.0 X+VERSION=6.2 X AC_SUBST(PACKAGE) X AC_SUBST(VERSION) X X@@ -180,5 +180,5 @@ X *) AC_MSG_RESULT(nothing special required) ;; X esac X X-AC_OUTPUT(Makefile src/Makefile tools/Makefile zlib/Makefile) X+AC_OUTPUT(Makefile src/Makefile tools/Makefile zlib/Makefile include/config.h tools/install_ircd) X END-of-ircd-hybrid/files/patch-aa echo x - ircd-hybrid/files/patch-ab sed 's/^X//' >ircd-hybrid/files/patch-ab << 'END-of-ircd-hybrid/files/patch-ab' Xdiff -Nru ircd-hybrid-6.2.orig/configure ircd-hybrid-6.2/configure X--- ircd-hybrid-6.2.orig/configure Sun Oct 7 14:39:22 2001 X+++ ircd-hybrid-6.2/configure Sun Oct 7 15:33:36 2001 X@@ -544,7 +544,7 @@ X X X PACKAGE=ircd-hybrid X-VERSION=6.0 X+VERSION=6.2 X X X X@@ -2342,7 +2342,7 @@ X ac_given_srcdir=$srcdir X ac_given_INSTALL="$INSTALL" X X-trap 'rm -fr `echo "Makefile src/Makefile tools/Makefile zlib/Makefile include/setup.h zlib/setup.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 X+trap 'rm -fr `echo "Makefile src/Makefile tools/Makefile zlib/Makefile include/config.h include/setup.h tools/install_ircd zlib/setup.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 X EOF X cat >> $CONFIG_STATUS <> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF X for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then END-of-ircd-hybrid/files/patch-ab echo x - ircd-hybrid/files/patch-ac sed 's/^X//' >ircd-hybrid/files/patch-ac << 'END-of-ircd-hybrid/files/patch-ac' X--- ircd-hybrid-6.2/include/config.h.in.orig Wed Sep 26 04:04:02 2001 X+++ ircd-hybrid-6.2/include/config.h.in Mon Oct 8 02:31:28 2001 X@@ -109,8 +109,9 @@ X * X */ X X-#define DPATH "/usr/local/ircd/" X-#define SPATH "/usr/local/ircd/ircd" X+#define BPATH "@prefix@/bin/" X+#define DPATH "@prefix@/etc/ircd/" X+#define SPATH "@prefix@/bin/ircd" X #define CPATH "ircd.conf" X #define KPATH "kline.conf" X #define DLPATH "kline.conf" X@@ -561,8 +562,8 @@ X * define IRC_UID to that UID. This should only be defined if you are running X * as root and even then perhaps not. X */ X-#define IRC_UID 1001 X-#define IRC_GID 31 X+#define IRC_UID 72 X+#define IRC_GID 72 X X /* CLIENT_FLOOD - client excess flood threshold X * this controls the number of bytes the server will allow a client to END-of-ircd-hybrid/files/patch-ac echo x - ircd-hybrid/files/patch-ad sed 's/^X//' >ircd-hybrid/files/patch-ad << 'END-of-ircd-hybrid/files/patch-ad' X--- ircd-hybrid-6.2/tools/install_ircd.in.orig Mon Oct 8 02:37:40 2001 X+++ ircd-hybrid-6.2/tools/install_ircd.in Tue Jul 3 22:52:19 2001 X@@ -7,6 +7,14 @@ X # Fixed. X # X X+if [ "x@prefix@" != "x${PREFIX}" ]; then X+ echo "ERROR: Different prefix used to install than for configure/build." X+ echo "The prefix is compiled into the binary, thus this will not work." X+ echo "Please be sure to use the same \$PREFIX throughout building of" X+ echo "this port." X+ exit 1 X+fi X+ X # Path to install-sh X INSTALL_SH="autoconf/install-sh" X X@@ -39,6 +47,7 @@ X fi X } X X+BPATH=`grep '#define.BPATH' include/config.h|awk '{print $3}'|tr -d \"`; X DPATH=`grep '#define.DPATH' include/config.h|awk '{print $3}'|tr -d \"`; X SPATH=`grep '#define.SPATH' include/config.h|awk '{print $3}'|tr -d \"`; X CPATH=`grep '#define.CPATH' include/config.h|awk '{print $3}'|tr -d \"`; X@@ -48,6 +57,7 @@ X PPATH=`grep '#define.PPATH' include/config.h|awk '{print $3}'|tr -d \"`; X HPATH=`grep '#define.HPATH' include/config.h|awk '{print $3}'|tr -d \"`; X X+BPATH=`dir_concat ${BPATH}`; X SPATH=`dir_concat ${SPATH}`; X CPATH=`dir_concat ${CPATH}`; X KPATH=`dir_concat ${KPATH}`; X@@ -56,6 +66,7 @@ X PPATH=`dir_concat ${PPATH}`; X HPATH=`dir_concat ${HPATH}`; X X+# BPATH = binary directory X # DPATH = directory, X # SPATH = server executable, X # CPATH = conf file, X@@ -74,88 +85,47 @@ X fi X X # try to install their ircd.conf file, unless it already exists. X-# install ircd, save old one as ircd.old X dir_make `dirname ${SPATH}` X+echo installing ircd as ${SPATH}${EXESUFFIX} X+$INSTALL_SH -o 72 -g 72 -c src/ircd${EXESUFFIX} ${SPATH}${EXESUFFIX}; X+strip ${SPATH}${EXESUFFIX}; X-if [ ! -f ${SPATH}${EXESUFFIX} ]; then X- echo installing ircd as ${SPATH}${EXESUFFIX} X- $INSTALL_SH -c src/ircd${EXESUFFIX} ${SPATH}${EXESUFFIX}; X-else X- echo installing ircd as ${SPATH}${EXESUFFIX} X- echo previous ircd saved as ircd${EXESUFFIX}.old X- mv ${SPATH}${EXESUFFIX} ${SPATH}${EXESUFFIX}.old X- $INSTALL_SH -c src/ircd${EXESUFFIX} ${SPATH}${EXESUFFIX}; X-fi X X dir_make `dirname ${CPATH}` X+echo installing example.conf as ${CPATH}.sample X+$INSTALL_SH -o 72 -g 72 -c doc/example.conf ${CPATH}.sample; X-if [ ! -f ${CPATH} ]; then X- echo installing example.conf as ${CPATH} X- $INSTALL_SH -c doc/example.conf ${CPATH}; X-else X- echo You already have ${CPATH}.; X-fi X X # try to install their motd file, unless it already exists. X dir_make `dirname ${MPATH}` X+echo installing a sample MOTD in ${MPATH}.sample X+echo "This is ircd-hybrid MOTD replace it with something better" \ X+ > ${MPATH}.sample; X+chown 72:72 ${MPATH}.sample; X-if [ ! -f ${MPATH} ]; then X- echo installing a sample MOTD in ${MPATH} X- echo "This is ircd-hybrid MOTD replace it with something better" > ${MPATH}; X-else X- echo You already have an MOTD in ${MPATH}.; X-fi X X # try to install their kpath file unless it already exists. X dir_make `dirname ${KPATH}` X+touch ${KPATH}.sample; X+chown 72:72 ${KPATH}.sample; X-if [ ! -f ${KPATH} ]; then X- echo touching K-line file ${KPATH} X- touch ${KPATH}; X-else X- echo You already have a K-line file in ${KPATH}.; X-fi X X # try to install their opers.txt file, in all cases X dir_make `dirname ${HPATH}` X+echo installing opers.txt as ${HPATH}.sample X+$INSTALL_SH -o 72 -g 72 -c opers.txt ${HPATH}.sample; X-if [ ! -f ${HPATH} ]; then X- echo installing opers.txt as ${HPATH} X- $INSTALL_SH -c opers.txt ${HPATH}; X-else X- echo installing opers.txt as ${HPATH} X- echo previous opers.txt saved as opers.txt.old X- mv ${HPATH} ${HPATH}.old X- $INSTALL_SH -c opers.txt ${HPATH}; X-fi X X # install mkpasswd X+echo installing mkpasswd as ${BPATH}mkpasswd${EXESUFFIX} X+$INSTALL_SH -o 72 -g 72 -c tools/mkpasswd${EXESUFFIX} ${BPATH}mkpasswd${EXESUFFIX}; X-if [ ! -f ${DPATH}mkpasswd ]; then X- echo installing mkpasswd as ${DPATH}mkpasswd${EXESUFFIX} X- $INSTALL_SH -c tools/mkpasswd${EXESUFFIX} ${DPATH}mkpasswd${EXESUFFIX}; X-else X- echo installing mkpasswd as ${DPATH}mkpasswd${EXESUFFIX} X- echo previous mkpasswd saved as mkpasswd${EXESUFFIX}.old X- mv ${DPATH}mkpasswd${EXESUFFIX} ${DPATH}mkpasswd${EXESUFFIX}.old X- $INSTALL_SH -c tools/mkpasswd${EXESUFFIX} ${DPATH}mkpasswd${EXESUFFIX}; X-fi X X # install viconf X+echo installing viconf as ${BPATH}viconf${EXESUFFIX} X+$INSTALL_SH -o 72 -g 72 -c tools/viconf${EXESUFFIX} ${BPATH}viconf${EXESUFFIX} X+rm -f ${BPATH}vimotd${EXESUFFIX} ${BPATH}viklines${EXESUFFIX} X+ln ${BPATH}viconf${EXESUFFIX} ${BPATH}vimotd${EXESUFFIX} X+ln ${BPATH}viconf${EXESUFFIX} ${BPATH}viklines${EXESUFFIX}; X-if [ ! -f ${DPATH}viconf ]; then X- echo installing viconf as ${DPATH}viconf${EXESUFFIX} X- $INSTALL_SH -c tools/viconf${EXESUFFIX} ${DPATH}viconf${EXESUFFIX} X- rm -f ${DPATH}vimotd${EXESUFFIX} ${DPATH}viklines${EXESUFFIX} X- ln ${DPATH}viconf${EXESUFFIX} ${DPATH}vimotd${EXESUFFIX} X- ln ${DPATH}viconf${EXESUFFIX} ${DPATH}viklines${EXESUFFIX}; X-else X- echo installing viconf as ${DPATH}viconf${EXESUFFIX} X- echo previous viconf saved as viconf${EXESUFFIX}.old X- mv ${DPATH}viconf${EXESUFFIX} ${DPATH}viconf${EXESUFFIX}.old X- $INSTALL_SH -c tools/viconf${EXESUFFIX} ${DPATH}viconf${EXESUFFIX} X- rm -f ${DPATH}vimotd${EXESUFFIX} ${DPATH}viklines${EXESUFFIX} X- ln ${DPATH}viconf${EXESUFFIX} ${DPATH}vimotd${EXESUFFIX} X- ln ${DPATH}viconf${EXESUFFIX} ${DPATH}viklines${EXESUFFIX}; X-fi X X # install ircd.8 X+dir_make ${PREFIX}/man/man8 X+echo installing ircd.8 as ${PREFIX}/man/man8/ircd.8 X+$INSTALL_SH -o 72 -g 72 -c doc/ircd.8 ${PREFIX}/man/man8/ircd.8 X-dir_make ${DPATH}man8 X-echo installing ircd.8 as ${DPATH}man8/ircd.8 X-$INSTALL_SH -c doc/ircd.8 ${DPATH}man8/ircd.8 X X # finished. X echo install complete! END-of-ircd-hybrid/files/patch-ad echo x - ircd-hybrid/files/ircd.sh sed 's/^X//' >ircd-hybrid/files/ircd.sh << 'END-of-ircd-hybrid/files/ircd.sh' X#!/bin/sh Xif [ $# -eq 0 -o x$1 = xstart ]; then X if [ -x %PREFIX%/bin/ircd ]; then X su -fm ircd -c %PREFIX%/bin/ircd && echo ' ircd' X fi Xfi Xif [ x$1 = xstop ]; then X if [ -f %PREFIX%/etc/ircd.pid ]; then X kill `cat %PREFIX%/etc/ircd.pid` X else X # oh well X killall ircd X fi Xfi END-of-ircd-hybrid/files/ircd.sh echo x - ircd-hybrid/files/patch-ae sed 's/^X//' >ircd-hybrid/files/patch-ae << 'END-of-ircd-hybrid/files/patch-ae' X--- ircd-hybrid-6.2/Makefile.orig Sun Oct 7 17:58:34 2001 X+++ ircd-hybrid-6.2/Makefile.in Sun Oct 7 17:58:45 2001 X@@ -22,7 +22,7 @@ X RM=@RM@ X X # Default CFLAGS X-CFLAGS = -g -O2 -DNDEBUG X+CFLAGS += -DNDEBUG X X # Default make flags - you may want to uncomment this on a multicpu machine X #MFLAGS = -j 4 END-of-ircd-hybrid/files/patch-ae exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 19:20:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A7BAD37B406 for ; Sun, 7 Oct 2001 19:20:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f982K0E72921; Sun, 7 Oct 2001 19:20:00 -0700 (PDT) (envelope-from gnats) Received: from c418236-a.clmba1.mo.home.com (c418236-a.clmba1.mo.home.com [24.12.203.134]) by hub.freebsd.org (Postfix) with ESMTP id 2403F37B403 for ; Sun, 7 Oct 2001 19:12:49 -0700 (PDT) Received: from babylon.merseine.nu (babylon [192.168.1.5]) by c418236-a.clmba1.mo.home.com (8.11.6/8.11.5) with ESMTP id f982CmI36819 for ; Sun, 7 Oct 2001 21:12:48 -0500 (CDT) (envelope-from ishmael@home.com) Received: (from ishmael@localhost) by babylon.merseine.nu (8.11.6/8.11.6) id f982CmC12632; Sun, 7 Oct 2001 21:12:48 -0500 (CDT) (envelope-from ishmael) Message-Id: <200110080212.f982CmC12632@babylon.merseine.nu> Date: Sun, 7 Oct 2001 21:12:48 -0500 (CDT) From: Jeremy Norris Reply-To: Jeremy Norris To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31118: Update port graphics/evas Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31118 >Category: ports >Synopsis: Update port graphics/evas >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 07 19:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeremy Norris >Release: FreeBSD 4.4-RC i386 >Organization: none >Environment: System: FreeBSD babylon.merseine.nu 4.4-RC FreeBSD 4.4-RC #0: Mon Sep 10 20:49:39 CDT 2001 ishmael@babylon.merseine.nu:/usr/obj/usr/src/sys/BABYLON i386 >Description: Update port graphics/evas to latest version, 0.6.0 >How-To-Repeat: Don't forget to cvs add files/patch-doc::Makefile.in Also, shared lib revision needs to be bumped to evas.6 in x11-toolkits/gevas/Makefile. >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/evas/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 2001/04/30 15:52:03 1.8 +++ Makefile 2001/10/08 00:55:42 @@ -6,9 +6,10 @@ # PORTNAME= evas -PORTVERSION= 0.5.0 +PORTVERSION= 0.6.0 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= http://www.ny.us.rasterman.com/files/ \ + ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= enlightenment MAINTAINER= ishmael27@home.com @@ -16,14 +17,10 @@ LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2 USE_X_PREFIX= yes -USE_FREETYPE= yes USE_LIBTOOL= yes -INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" CONFIGURE_ARGS= --disable-gl - -post-install: - @strip ${PREFIX}/lib/libevas.so.5 +INSTALLS_SHLIB= yes .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/graphics/evas/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 2001/04/30 15:52:03 1.5 +++ distinfo 2001/10/07 23:01:09 @@ -1 +1 @@ -MD5 (evas-0.5.0.tar.gz) = 81c5ef1318d4fb8166d3cec867a27cbb +MD5 (evas-0.6.0.tar.gz) = f1dd593b350799ab55f451ba0ea275bd Index: pkg-comment =================================================================== RCS file: /home/ncvs/ports/graphics/evas/pkg-comment,v retrieving revision 1.1 diff -u -r1.1 pkg-comment --- pkg-comment 2000/11/03 12:24:18 1.1 +++ pkg-comment 2001/10/08 01:18:53 @@ -1 +1 @@ -A highly optimized canvas library +A hardware-accelerated canvas API for X-Windows Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/graphics/evas/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 2000/11/03 12:24:18 1.1 +++ pkg-descr 2001/10/08 01:18:11 @@ -1,4 +1,6 @@ -This is the ``E Canvas'' - a rip off of some of the other canvas's floating -about - Tk and gnome too. It's at the Xlib level. It's intended to be -accelerated by hardware or highly optimised software where possible. It is -intended to be simple and allow for the building of interfaces ontop of it. +A hardware-accelerated canvas API for X-Windows that can draw anti-aliased +text, smooth super and sub-sampled images, alpha-blend, as well as drop down to +using normal X11 primitives such as pixmaps, lines and rectangles for speed if +your CPU or graphics hardware is too slow. + +WWW: http://www.enlightenment.org/pages/evas.html Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/graphics/evas/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 2001/04/30 15:52:03 1.3 +++ pkg-plist 2001/10/07 23:31:29 @@ -4,8 +4,10 @@ include/Evas.h lib/libevas.a lib/libevas.so -lib/libevas.so.5 +lib/libevas.so.6 share/aclocal/evas.m4 +share/doc/evas/evas.pdf +share/doc/evas/evas.sdw share/evas/fnt/andover.ttf share/evas/fnt/cinema.ttf share/evas/fnt/grunge.ttf @@ -65,6 +67,7 @@ share/evas/img/spider.png share/evas/img/term.png share/evas/img/worlds.png +@dirrm share/doc/evas @dirrm share/evas/fnt @dirrm share/evas/img @dirrm share/evas Index: files/patch-doc::Makefile.in =================================================================== RCS file: patch-doc::Makefile.in diff -N patch-doc::Makefile.in --- /dev/null Sun Oct 7 20:25:52 2001 +++ patch-doc::Makefile.in Sun Oct 7 18:30:12 2001 @@ -0,0 +1,11 @@ +--- doc/Makefile.in.orig Fri Sep 21 12:31:16 2001 ++++ doc/Makefile.in Sun Oct 7 18:29:54 2001 +@@ -84,7 +84,7 @@ + + EXTRA_DIST = evas.sdw evas.pdf + +-evasdir = $(datadir)/evas/doc ++evasdir = $(datadir)/doc/evas + evas_DATA = evas.sdw evas.pdf + + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 19:20:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC31137B40A for ; Sun, 7 Oct 2001 19:20:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f982K0s72930; Sun, 7 Oct 2001 19:20:00 -0700 (PDT) (envelope-from gnats) Received: from c418236-a.clmba1.mo.home.com (c418236-a.clmba1.mo.home.com [24.12.203.134]) by hub.freebsd.org (Postfix) with ESMTP id 43F5137B401 for ; Sun, 7 Oct 2001 19:15:47 -0700 (PDT) Received: from babylon.merseine.nu (babylon [192.168.1.5]) by c418236-a.clmba1.mo.home.com (8.11.6/8.11.5) with ESMTP id f982FkI36827 for ; Sun, 7 Oct 2001 21:15:46 -0500 (CDT) (envelope-from ishmael@home.com) Received: (from ishmael@localhost) by babylon.merseine.nu (8.11.6/8.11.6) id f982FjY12765; Sun, 7 Oct 2001 21:15:45 -0500 (CDT) (envelope-from ishmael) Message-Id: <200110080215.f982FjY12765@babylon.merseine.nu> Date: Sun, 7 Oct 2001 21:15:45 -0500 (CDT) From: Jeremy Norris Reply-To: Jeremy Norris To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31119: New ports: graphics/imlib2_loaders Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31119 >Category: ports >Synopsis: New ports: graphics/imlib2_loaders >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 07 19:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeremy Norris >Release: FreeBSD 4.4-RC i386 >Organization: none >Environment: System: FreeBSD babylon.merseine.nu 4.4-RC FreeBSD 4.4-RC #0: Mon Sep 10 20:49:39 CDT 2001 ishmael@babylon.merseine.nu:/usr/obj/usr/src/sys/BABYLON i386 >Description: New port: graphics/imlib2_loaders >How-To-Repeat: This pr is dependant upon ports/31112. >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: # # imlib2_loaders # imlib2_loaders/Makefile # imlib2_loaders/pkg-plist # imlib2_loaders/distinfo # imlib2_loaders/pkg-descr # imlib2_loaders/pkg-comment # imlib2_loaders/files # imlib2_loaders/files/patch-Makefile.in # imlib2_loaders/files/patch-src::Makefile.in # imlib2_loaders/files/patch-configure # echo c - imlib2_loaders mkdir -p imlib2_loaders > /dev/null 2>&1 echo x - imlib2_loaders/Makefile sed 's/^X//' >imlib2_loaders/Makefile << 'END-of-imlib2_loaders/Makefile' X# New ports collection makefile for: imlib2_loaders X# Date created: 7 Oct 2001 X# Whom: Jeremy Norris X# X# $FreeBSD$ X# X XPORTNAME= imlib2_loaders XPORTVERSION= 1.0.4 XCATEGORIES= graphics XMASTER_SITES= http://www.ny.us.rasterman.com/files/ \ X ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= enlightenment X XMAINTAINER= ishmael27@home.com X XLIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2 \ X edb.1:${PORTSDIR}/databases/edb X XUSE_X_PREFIX= yes XUSE_LIBTOOL= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LIBS="-L${LOCALBASE}/lib" X X.include END-of-imlib2_loaders/Makefile echo x - imlib2_loaders/pkg-plist sed 's/^X//' >imlib2_loaders/pkg-plist << 'END-of-imlib2_loaders/pkg-plist' Xlib/loaders/image/db.so Xlib/loaders/image/xcf.so END-of-imlib2_loaders/pkg-plist echo x - imlib2_loaders/distinfo sed 's/^X//' >imlib2_loaders/distinfo << 'END-of-imlib2_loaders/distinfo' XMD5 (imlib2_loaders-1.0.4.tar.gz) = 592035865bd4026f4e3c12a26ace1d59 END-of-imlib2_loaders/distinfo echo x - imlib2_loaders/pkg-descr sed 's/^X//' >imlib2_loaders/pkg-descr << 'END-of-imlib2_loaders/pkg-descr' XThis package contains image loader plugins for Imlib 2 that are not dis- Xtributed together with the Imlib 2 package itself. END-of-imlib2_loaders/pkg-descr echo x - imlib2_loaders/pkg-comment sed 's/^X//' >imlib2_loaders/pkg-comment << 'END-of-imlib2_loaders/pkg-comment' XExtra image loader plugins for Imlib 2. END-of-imlib2_loaders/pkg-comment echo c - imlib2_loaders/files mkdir -p imlib2_loaders/files > /dev/null 2>&1 echo x - imlib2_loaders/files/patch-Makefile.in sed 's/^X//' >imlib2_loaders/files/patch-Makefile.in << 'END-of-imlib2_loaders/files/patch-Makefile.in' X--- Makefile.in.orig Fri Sep 21 13:40:16 2001 X+++ Makefile.in Sun Oct 7 18:54:58 2001 X@@ -81,7 +81,7 @@ X # A list of all the files in the current directory which can be regenerated X MAINTAINERCLEANFILES = Makefile.in imlib2_loaders.spec X X-SUBDIRS = src libltdl X+SUBDIRS = src X X CFLAGS_EXTRA = -I$(includedir) -I$(top_srcdir) -I$(top_srcdir)/src X END-of-imlib2_loaders/files/patch-Makefile.in echo x - imlib2_loaders/files/patch-src::Makefile.in sed 's/^X//' >imlib2_loaders/files/patch-src::Makefile.in << 'END-of-imlib2_loaders/files/patch-src::Makefile.in' X--- src/Makefile.in.orig Fri Sep 21 13:40:16 2001 X+++ src/Makefile.in Sun Oct 7 18:55:39 2001 X@@ -268,13 +268,12 @@ X || cp -p $$d/$$file $(distdir)/$$file || :; \ X fi; \ X done X-loader_db.lo loader_db.o : loader_db.c ../config.h common.h image.h \ X- ../libltdl/ltdl.h X+loader_db.lo loader_db.o : loader_db.c ../config.h common.h image.h X loader_xcf.lo loader_xcf.o : loader_xcf.c ../config.h common.h image.h \ X- ../libltdl/ltdl.h color_values.h X+ color_values.h X loader_xcf_pixelfuncs.lo loader_xcf_pixelfuncs.o : \ X loader_xcf_pixelfuncs.c ../config.h common.h image.h \ X- ../libltdl/ltdl.h color_values.h X+ color_values.h X X info-am: X info: info-am END-of-imlib2_loaders/files/patch-src::Makefile.in echo x - imlib2_loaders/files/patch-configure sed 's/^X//' >imlib2_loaders/files/patch-configure << 'END-of-imlib2_loaders/files/patch-configure' X--- configure.orig Fri Sep 21 13:39:55 2001 X+++ configure Sun Oct 7 18:56:43 2001 X@@ -888,16 +888,6 @@ X fi X X X- case "$enable_ltdl_convenience" in X- no) { echo "configure: error: this package needs a convenience libltdl" 1>&2; exit 1; } ;; X- "") enable_ltdl_convenience=yes X- ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;; X- esac X- LIBLTDL='${top_builddir}/''libltdl'/libltdlc.la X- INCLTDL='-I${top_srcdir}/''libltdl' X- X-subdirs="libltdl" X- X X # Extract the first word of "gcc", so it can be a program name with args. X set dummy gcc; ac_word=$2 X@@ -3429,76 +3419,6 @@ X esac X done X X- for ac_config_dir in libltdl; do X- X- # Do not complain, so a configure script can configure whichever X- # parts of a large source tree are present. X- if test ! -d $srcdir/$ac_config_dir; then X- continue X- fi X- X- echo configuring in $ac_config_dir X- X- case "$srcdir" in X- .) ;; X- *) X- if test -d ./$ac_config_dir || mkdir ./$ac_config_dir; then :; X- else X- { echo "configure: error: can not create `pwd`/$ac_config_dir" 1>&2; exit 1; } X- fi X- ;; X- esac X- X- ac_popdir=`pwd` X- cd $ac_config_dir X- X- # A "../" for each directory in /$ac_config_dir. X- ac_dots=`echo $ac_config_dir|sed -e 's%^\./%%' -e 's%[^/]$%&/%' -e 's%[^/]*/%../%g'` X- X- case "$srcdir" in X- .) # No --srcdir option. We are building in place. X- ac_sub_srcdir=$srcdir ;; X- /*) # Absolute path. X- ac_sub_srcdir=$srcdir/$ac_config_dir ;; X- *) # Relative path. X- ac_sub_srcdir=$ac_dots$srcdir/$ac_config_dir ;; X- esac X- X- # Check for guested configure; otherwise get Cygnus style configure. X- if test -f $ac_sub_srcdir/configure; then X- ac_sub_configure=$ac_sub_srcdir/configure X- elif test -f $ac_sub_srcdir/configure.in; then X- ac_sub_configure=$ac_configure X- else X- echo "configure: warning: no configuration information is in $ac_config_dir" 1>&2 X- ac_sub_configure= X- fi X- X- # The recursion is here. X- if test -n "$ac_sub_configure"; then X- X- # Make the cache file name correct relative to the subdirectory. X- case "$cache_file" in X- /*) ac_sub_cache_file=$cache_file ;; X- *) # Relative path. X- ac_sub_cache_file="$ac_dots$cache_file" ;; X- esac X- case "$ac_given_INSTALL" in X- [/$]*) INSTALL="$ac_given_INSTALL" ;; X- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; X- esac X- X- echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" X- # The eval makes quoting arguments work. X- if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir X- then : X- else X- { echo "configure: error: $ac_sub_configure failed for $ac_config_dir" 1>&2; exit 1; } X- fi X- fi X- X- cd $ac_popdir X- done X fi X X END-of-imlib2_loaders/files/patch-configure exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 19:23:13 2001 Delivered-To: freebsd-ports@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 5C4F937B407 for ; Sun, 7 Oct 2001 19:23:09 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 411712B71A for ; Mon, 8 Oct 2001 04:23:07 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id 36322B7; Mon, 8 Oct 2001 12:23:03 +1000 (EST) Date: Mon, 8 Oct 2001 12:23:02 +1000 From: Edwin Groothuis To: freebsd-ports@freebsd.org Subject: NOCLEANDEPENDS / bsd.ports.subdir.mk Message-ID: <20011008122302.A10910@k7.mavetju.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Greetings, A couple of weeks ago there was a small thread here regarding the fact that "make clean" in /usr/ports caused a lot of (unnecessary) extra calls to "make clean" for dependencies. The solution for this is to add NOCLEANDEPENDS=yes to /etc/make.conf. Only then, if you build a fresh port with dependencies, "make clean" in that directory will only clean the ports-dir, not the dependencies. The expected behaviour would be that the NOCLEANDEPENDS variable would only be used in the ports-makefiles, and automaticly set to "yes" in the ports-directories-makefiles. I've submitted a patch (ports/31113) to create this behaviour. Please comment on this. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 19:30:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF5EE37B409 for ; Sun, 7 Oct 2001 19:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f982U1v73679; Sun, 7 Oct 2001 19:30:01 -0700 (PDT) (envelope-from gnats) Received: from c418236-a.clmba1.mo.home.com (c418236-a.clmba1.mo.home.com [24.12.203.134]) by hub.freebsd.org (Postfix) with ESMTP id E880F37B405 for ; Sun, 7 Oct 2001 19:23:18 -0700 (PDT) Received: from babylon.merseine.nu (babylon [192.168.1.5]) by c418236-a.clmba1.mo.home.com (8.11.6/8.11.5) with ESMTP id f982NII36834 for ; Sun, 7 Oct 2001 21:23:18 -0500 (CDT) (envelope-from ishmael@home.com) Received: (from ishmael@localhost) by babylon.merseine.nu (8.11.6/8.11.6) id f982NI613004; Sun, 7 Oct 2001 21:23:18 -0500 (CDT) (envelope-from ishmael) Message-Id: <200110080223.f982NI613004@babylon.merseine.nu> Date: Sun, 7 Oct 2001 21:23:18 -0500 (CDT) From: Jeremy Norris Reply-To: Jeremy Norris To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31120: New port: graphics/entice Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31120 >Category: ports >Synopsis: New port: graphics/entice >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 07 19:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeremy Norris >Release: FreeBSD 4.4-RC i386 >Organization: none >Environment: System: FreeBSD babylon.merseine.nu 4.4-RC FreeBSD 4.4-RC #0: Mon Sep 10 20:49:39 CDT 2001 ishmael@babylon.merseine.nu:/usr/obj/usr/src/sys/BABYLON i386 >Description: New port: graphics/entice. Image viewer built around enlightenment 0.17 libraries. >How-To-Repeat: This pr is dependant upon ports/31118. >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: # # entice # entice/Makefile # entice/distinfo # entice/files # entice/files/patch-src::bin::Makefile.in # entice/files/patch-Makefile.in # entice/pkg-descr # entice/pkg-plist # entice/pkg-comment # echo c - entice mkdir -p entice > /dev/null 2>&1 echo x - entice/Makefile sed 's/^X//' >entice/Makefile << 'END-of-entice/Makefile' X# New ports collection makefile for: entice X# Date created: 7 Oct 2001 X# Whom: Jeremy Norris X# X# $FreeBSD$ X# X XPORTNAME= entice XPORTVERSION= 0.5.0 XCATEGORIES= graphics XMASTER_SITES= http://www.ny.us.rasterman.com/files/ X XMAINTAINER= ishmael27@home.com X XLIB_DEPENDS= ecore.0:${PORTSDIR}/x11/ecore \ X evas.6:${PORTSDIR}/graphics/evas X XUSE_X_PREFIX= yes XUSE_LIBTOOL= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LIBS="-L${LOCALBASE}/lib" X X.include END-of-entice/Makefile echo x - entice/distinfo sed 's/^X//' >entice/distinfo << 'END-of-entice/distinfo' XMD5 (entice-0.5.0.tar.gz) = 21838ac43bb756c5d55276b8e47d5632 END-of-entice/distinfo echo c - entice/files mkdir -p entice/files > /dev/null 2>&1 echo x - entice/files/patch-src::bin::Makefile.in sed 's/^X//' >entice/files/patch-src::bin::Makefile.in << 'END-of-entice/files/patch-src::bin::Makefile.in' X--- src/bin/Makefile.in.orig Tue Sep 25 11:13:52 2001 X+++ src/bin/Makefile.in Sun Oct 7 19:57:52 2001 X@@ -113,7 +113,7 @@ X entice_SOURCES = main.c X X X-entice_LDADD = @imlib2_libs@ @evas_libs@ @edb_libs@ @ebits_libs@ @ecore_libs@ -lm -lc $(INTLLIBS) X+entice_LDADD = @imlib2_libs@ @evas_libs@ @edb_libs@ @ebits_libs@ @ecore_libs@ -lm $(INTLLIBS) X mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs X CONFIG_HEADER = ../../config.h X CONFIG_CLEAN_FILES = END-of-entice/files/patch-src::bin::Makefile.in echo x - entice/files/patch-Makefile.in sed 's/^X//' >entice/files/patch-Makefile.in << 'END-of-entice/files/patch-Makefile.in' X--- Makefile.in.orig Tue Sep 25 11:13:50 2001 X+++ Makefile.in Sun Oct 7 20:05:23 2001 X@@ -400,7 +400,7 @@ X if test -d $(srcdir)/data; then \ X $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/data; \ X for d in $(srcdir)/data/*; do \ X- cp -afr $$d $(DESTDIR)$(pkgdatadir)/data; \ X+ cp -pfR $$d $(DESTDIR)$(pkgdatadir)/data; \ X done \ X fi X END-of-entice/files/patch-Makefile.in echo x - entice/pkg-descr sed 's/^X//' >entice/pkg-descr << 'END-of-entice/pkg-descr' XAn image viewer written using some of the libraries being used for the Xdevelopment of Enlightenment 0.17.0 and later. It is intended to be simple and Xusable for viewing images or collections of them (for example - photo albums), Xbe fast and look good. X XWWW: http://www.ny.us.rasterman.com/projects/entice/index.html END-of-entice/pkg-descr echo x - entice/pkg-plist sed 's/^X//' >entice/pkg-plist << 'END-of-entice/pkg-plist' Xbin/entice Xshare/entice/data/fonts/nationff.ttf Xshare/entice/data/images/arrow_b.png Xshare/entice/data/images/arrow_b.xcf Xshare/entice/data/images/arrow_l.png Xshare/entice/data/images/arrow_l.xcf Xshare/entice/data/images/arrow_r.png Xshare/entice/data/images/arrow_t.png Xshare/entice/data/images/bg.png Xshare/entice/data/images/bt.xcf Xshare/entice/data/images/bt_close_1.png Xshare/entice/data/images/bt_close_2.png Xshare/entice/data/images/bt_expand_1.png Xshare/entice/data/images/bt_expand_2.png Xshare/entice/data/images/bt_full_1.png Xshare/entice/data/images/bt_full_2.png Xshare/entice/data/images/bt_next_1.png Xshare/entice/data/images/bt_next_2.png Xshare/entice/data/images/bt_prev_1.png Xshare/entice/data/images/bt_prev_2.png Xshare/entice/data/images/bt_zoom_in_1.png Xshare/entice/data/images/bt_zoom_in_2.png Xshare/entice/data/images/bt_zoom_normal_1.png Xshare/entice/data/images/bt_zoom_normal_2.png Xshare/entice/data/images/bt_zoom_out_1.png Xshare/entice/data/images/bt_zoom_out_2.png Xshare/entice/data/images/directory.png Xshare/entice/data/images/list_arrow_d_1.png Xshare/entice/data/images/list_arrow_d_1.xcf Xshare/entice/data/images/list_arrow_d_2.png Xshare/entice/data/images/list_arrow_u_1.png Xshare/entice/data/images/list_arrow_u_1.xcf Xshare/entice/data/images/list_arrow_u_2.png Xshare/entice/data/images/list_sel.png Xshare/entice/data/images/logo.png Xshare/entice/data/images/mini_sel.png Xshare/entice/data/images/panel.png Xshare/entice/data/images/thumb.png X@dirrm share/entice/data/fonts X@dirrm share/entice/data/images X@dirrm share/entice/data X@dirrm share/entice END-of-entice/pkg-plist echo x - entice/pkg-comment sed 's/^X//' >entice/pkg-comment << 'END-of-entice/pkg-comment' XAn image viewer written using libraries for Enlightenment 0.17 development END-of-entice/pkg-comment exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 19:40:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C578437B408 for ; Sun, 7 Oct 2001 19:40:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f982e0V74595; Sun, 7 Oct 2001 19:40:00 -0700 (PDT) (envelope-from gnats) Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id 75E2137B403 for ; Sun, 7 Oct 2001 19:30:37 -0700 (PDT) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 15qQBg-0002RE-00; Mon, 8 Oct 2001 04:30:36 +0200 Received: (from naddy@localhost) by kemoauc.mips.inka.de (8.11.6/8.11.6) id f981cjm68236; Mon, 8 Oct 2001 03:38:46 +0200 (CEST) (envelope-from naddy) Message-Id: <200110080138.f981cjm68236@kemoauc.mips.inka.de> Date: Mon, 8 Oct 2001 03:38:46 +0200 (CEST) From: Christian Weisgerber Reply-To: Christian Weisgerber To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31121: audio/mpg321: update to 0.2.0 and unbreak Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31121 >Category: ports >Synopsis: audio/mpg321: update to 0.2.0 and unbreak >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 07 19:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 5.0-CURRENT alpha >Organization: >Environment: System: FreeBSD kemoauc.mips.inka.de 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Sep 30 20:32:19 CEST 2001 naddy@kemoauc.mips.inka.de:/home/obj/usr/src/sys/KEMOAUC alpha >Description: audio/mpg321: Update to 0.2.0, builds now against libao 0.8.0. >How-To-Repeat: >Fix: diff -uNr /usr/ports/audio/mpg321/Makefile mpg321/Makefile --- /usr/ports/audio/mpg321/Makefile Mon Aug 27 13:13:00 2001 +++ mpg321/Makefile Mon Sep 24 14:04:57 2001 @@ -6,17 +6,15 @@ # PORTNAME= mpg321 -PORTVERSION= 0.1.5 +PORTVERSION= 0.2.0 CATEGORIES= audio MASTER_SITES= http://people.debian.org/~drew/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= naddy@mips.inka.de -LIB_DEPENDS= ao.1:${PORTSDIR}/audio/libao -BUILD_DEPENDS= ${LOCALBASE}/lib/libmad.a:${PORTSDIR}/audio/mad - -BROKEN= "not yet updated for libao.so.2" +LIB_DEPENDS= ao.2:${PORTSDIR}/audio/libao \ + mad.0:${PORTSDIR}/audio/mad GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-mpg123-symlink diff -uNr /usr/ports/audio/mpg321/distinfo mpg321/distinfo --- /usr/ports/audio/mpg321/distinfo Thu Aug 16 12:01:28 2001 +++ mpg321/distinfo Mon Sep 24 14:05:32 2001 @@ -1 +1 @@ -MD5 (mpg321_0.1.5.tar.gz) = 8632ea26959ae3057a6a6414e47fb486 +MD5 (mpg321_0.2.0.tar.gz) = 9bf6a0b049c492381819b53e7449455a diff -uNr /usr/ports/audio/mpg321/files/patch-mad.c mpg321/files/patch-mad.c --- /usr/ports/audio/mpg321/files/patch-mad.c Thu Jan 1 01:00:00 1970 +++ mpg321/files/patch-mad.c Mon Sep 24 15:56:30 2001 @@ -0,0 +1,90 @@ + +$FreeBSD$ + +--- mad.c.orig Sun Sep 23 08:17:55 2001 ++++ mad.c Mon Sep 24 15:56:20 2001 +@@ -554,44 +554,47 @@ + + int calc_length(char *file, buffer *buf) + { +- FILE * f; ++ int f; + struct stat filestat; + void *fdm; + char buffer[3]; + +- if (stat(file, &filestat) == -1) ++ f = open(file, O_RDONLY); ++ ++ if (f < 0) + { + mpg321_error(file); + return -1; + } + +- f = fopen(file, "r"); +- +- if (f == NULL) ++ if (fstat(f, &filestat) < 0) + { + mpg321_error(file); ++ close(f); + return -1; + } + + if (!S_ISREG(filestat.st_mode)) + { + fprintf(stderr, "%s: Not a regular file\n", file); +- fclose(f); ++ close(f); + return -1; + } + + /* TAG checking is adapted from XMMS */ + buf->length = filestat.st_size; + +- if (fseek(f, -128, SEEK_END) < 0) ++ if (lseek(f, -128, SEEK_END) < 0) + { + mpg321_error(file); ++ close(f); + return -1; + } + +- if (read(fileno(f), buffer, 3) != 3) ++ if (read(f, buffer, 3) != 3) + { + fprintf(stderr, "Couldnt read 3 bytes from %s\n", file); ++ close(f); + return -1; + } + +@@ -600,12 +603,11 @@ + buf->length -= 128; /* Correct for id3 tags */ + } + +- rewind(f); +- +- fdm = mmap(0, buf->length, PROT_READ, MAP_SHARED, fileno(f), 0); ++ fdm = mmap(0, buf->length, PROT_READ, MAP_SHARED, f, 0); + if (fdm == MAP_FAILED) + { + mpg321_error(file); ++ close(f); + return -1; + } + +@@ -616,11 +618,11 @@ + if (munmap(fdm, buf->length) == -1) + { + mpg321_error(file); +- fclose(f); ++ close(f); + return -1; + } + +- if (fclose(f) == EOF) ++ if (close(f) < 0) + { + mpg321_error(file); + return -1; diff -uNr /usr/ports/audio/mpg321/files/patch-mpg321.h mpg321/files/patch-mpg321.h --- /usr/ports/audio/mpg321/files/patch-mpg321.h Thu Jan 1 01:00:00 1970 +++ mpg321/files/patch-mpg321.h Mon Sep 24 16:07:07 2001 @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- mpg321.h.orig Sat Sep 22 22:39:04 2001 ++++ mpg321.h Mon Sep 24 16:06:19 2001 +@@ -32,6 +32,7 @@ + #include "config.h" + #endif + ++#include + #include + #include + #include diff -uNr /usr/ports/audio/mpg321/files/patch-network.c mpg321/files/patch-network.c --- /usr/ports/audio/mpg321/files/patch-network.c Thu Jan 1 01:00:00 1970 +++ mpg321/files/patch-network.c Mon Sep 24 16:01:43 2001 @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- network.c.orig Mon Sep 24 16:01:09 2001 ++++ network.c Mon Sep 24 16:01:27 2001 +@@ -237,7 +237,7 @@ + int data_sock; + char ftp_request[1024]; + struct sockaddr_in stLclAddr; +- size_t namelen; ++ socklen_t namelen; + int i; + + /* Check for URL syntax */ diff -uNr /usr/ports/audio/mpg321/files/patch-options.c mpg321/files/patch-options.c --- /usr/ports/audio/mpg321/files/patch-options.c Thu Jan 1 01:00:00 1970 +++ mpg321/files/patch-options.c Mon Sep 24 16:14:54 2001 @@ -0,0 +1,17 @@ + +$FreeBSD$ + +--- options.c.orig Mon Sep 24 16:12:31 2001 ++++ options.c Mon Sep 24 16:12:47 2001 +@@ -28,9 +28,9 @@ + #include "mpg321.h" + #include "getopt.h" + +-#include +-#include ++#include + #include ++#include + #include + + void parse_options(int argc, char *argv[], playlist *pl) diff -uNr /usr/ports/audio/mpg321/files/patch-playlist.c mpg321/files/patch-playlist.c --- /usr/ports/audio/mpg321/files/patch-playlist.c Thu Jan 1 01:00:00 1970 +++ mpg321/files/patch-playlist.c Mon Sep 24 21:09:47 2001 @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- playlist.c.orig Mon Sep 24 21:09:15 2001 ++++ playlist.c Mon Sep 24 21:09:34 2001 +@@ -48,6 +48,7 @@ + pl->files_size = DEFAULT_PLAYLIST_SIZE; + pl->numfiles = 0; + pl->random_play = 0; ++ strcpy(pl->remote_file, ""); + + return pl; + } diff -uNr /usr/ports/audio/mpg321/files/patch-remote.c mpg321/files/patch-remote.c --- /usr/ports/audio/mpg321/files/patch-remote.c Thu Jan 1 01:00:00 1970 +++ mpg321/files/patch-remote.c Mon Sep 24 16:07:07 2001 @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- remote.c.orig Mon Sep 24 16:06:46 2001 ++++ remote.c Mon Sep 24 16:06:48 2001 +@@ -27,6 +27,7 @@ + + #include "mpg321.h" + ++#include + #include + #include + >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 21:33:25 2001 Delivered-To: freebsd-ports@freebsd.org Received: from lily.sanpei.org (cr1-198-190.seaple.icc.ne.jp [202.215.198.190]) by hub.freebsd.org (Postfix) with ESMTP id B093D37B401; Sun, 7 Oct 2001 21:33:20 -0700 (PDT) Received: from lavender.sanpei.org (lavender-10.sanpei.org [192.168.10.115]) by lily.sanpei.org (8.9.3+3.2W/3.7W) with ESMTP id NAA73415; Mon, 8 Oct 2001 13:33:10 +0900 (JST) Received: (from sanpei@localhost) by lavender.sanpei.org (8.11.4/3.7W) id f984X9C93292; Mon, 8 Oct 2001 13:33:09 +0900 (JST) Date: Mon, 8 Oct 2001 13:33:09 +0900 (JST) Message-Id: <200110080433.f984X9C93292@lavender.sanpei.org> To: demon@FreeBSD.ORG Cc: ports@FreeBSD.ORG, ishmael27@home.com Subject: Re: cvs commit: ports/devel/automake Makefile distinfo pkg-plist ports/devel/automake/files patch-ab patch-ad In-Reply-To: Your message of "Sun, 7 Oct 2001 16:51:00 -0500". <20011007165100.A41031@babylon.merseine.nu> From: sanpei@sanpei.org (MIHIRA Yoshiro) X-Mailer: mnews [version 1.22] 1999-12/19(Sun) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi. Dmitry Sivachenko I also have automake problem with archives/rpm. I could not make like this under 4-stable(20011008-JPSNAP). If I use automake-1.4.5_1, I could make rpm. # make >> Checksum OK for rpm-3.0.6.tar.gz. ===> rpm-3.0.6_5 depends on executable: gmake - found ===> rpm-3.0.6_5 depends on executable: automake - found ===> rpm-3.0.6_5 depends on executable: autoconf - found ===> rpm-3.0.6_5 depends on executable: libtool - found ===> rpm-3.0.6_5 depends on shared library: intl.1 - found ===> rpm-3.0.6_5 depends on shared library: popt.0 - found ===> Patching for rpm-3.0.6_5 ===> Applying FreeBSD patches for rpm-3.0.6_5 ===> Configuring for rpm-3.0.6_5 automake: configure.in: required file `./depcomp' not found /usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/local/share/automake/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL Cheers. ------ MIHIRA Yoshiro Yokohama, Japan. ishmael27@home.com wrote: >> I was under the impression that GNU auto-crap and libtool were under no-upgrade >> status until such time that it could be tested (on bento) or something. >> This upgrade broke the devel/fam port and I do not really understand auto-foo >> well enough to fix it. By consequence this has broken the KDE-2. Could this be >> either backed out or could you commit the proper fixes to devel/fam port? >> Perhaps automake-1.5 should be put in automake-new port or something to prevent >> breakages? This is mildly frustrating because I have several other ports that I >> need to update and this takes away from my time to do those. >> >> Jeremy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 23:10: 3 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 10DFC37B406 for ; Sun, 7 Oct 2001 23:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f986A2306512; Sun, 7 Oct 2001 23:10:02 -0700 (PDT) (envelope-from gnats) Date: Sun, 7 Oct 2001 23:10:02 -0700 (PDT) Message-Id: <200110080610.f986A2306512@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Yoichi NAKAYAMA Subject: Re: ports/30891: Maintainer update: irc/{irchat-pj-*,pure-*,dcc} Reply-To: Yoichi NAKAYAMA Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/30891; it has been noted by GNATS. From: Yoichi NAKAYAMA To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/30891: Maintainer update: irc/{irchat-pj-*,pure-*,dcc} Date: Mon, 08 Oct 2001 14:18:30 +0900 I'd like to update this PR by following change, thanks. MASTER_SITES= ftp://ftp.fan.gr.jp/pub/elisp/irchat-pj/2.5/%SUBDIR%/ MASTER_SITE_SUBDIR= . OLD -- Yoichi Nakayama To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 23:48:31 2001 Delivered-To: freebsd-ports@freebsd.org Received: from goliath.siemens.de (goliath.siemens.de [194.138.37.131]) by hub.freebsd.org (Postfix) with ESMTP id 6B7DB37B403 for ; Sun, 7 Oct 2001 23:48:25 -0700 (PDT) Received: from mail3.siemens.de (mail3.siemens.de [139.25.208.14]) by goliath.siemens.de (8.11.6/8.11.6) with ESMTP id f986m4l12837; Mon, 8 Oct 2001 08:48:04 +0200 (MET DST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail3.siemens.de (8.11.6/8.11.6) with ESMTP id f986m3u12499502; Mon, 8 Oct 2001 08:48:03 +0200 (MEST) Received: from reims.mchp.siemens.de (alaska [139.23.202.134]) by mars.cert.siemens.de (8.12.1/8.12.1/Siemens CERT [ $Revision: 1.17 ]) with ESMTP id f986m3t9026529; Mon, 8 Oct 2001 08:48:03 +0200 (CEST) Received: from reims.mchp.siemens.de (localhost [127.0.0.1]) by reims.mchp.siemens.de (8.12.1/8.12.1/alaska [ $Revision: 1.9 ]) with ESMTP id f986m37U083040; Mon, 8 Oct 2001 08:48:03 +0200 (CEST) Received: (from ust@localhost) by reims.mchp.siemens.de (8.12.1/8.12.1/alaska [ $Revision: 1.2 ]) id f986m1Dx083039; Mon, 8 Oct 2001 08:48:01 +0200 (CEST) Date: Mon, 8 Oct 2001 08:48:01 +0200 From: Udo Schweigert To: Johann Visagie Cc: "Thyer, Matthew" , ports@FreeBSD.ORG Subject: Re: ports/security/nessus-devel ? Message-ID: <20011008084801.A82927@alaska.cert.siemens.de> References: <3BBBCB63.9840B269@dsto.defence.gov.au> <20011004104512.F21830@fling.sanbi.ac.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011004104512.F21830@fling.sanbi.ac.za> User-Agent: Mutt/1.3.22.1i X-Operating-System: FreeBSD 4.4-STABLE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Oct 04, 2001 at 10:45:13 +0200, Johann Visagie wrote: JV> Thanks for the heads-up, and I'm sure a number of us have now tentatively put JV> this on our to-do lists. However, we're all overworked volunteers here, so JV> the quickest and easiest way you can make this happen is probably if you JV> create and submit such a port yourself! :-) For details on how, see: JV> I'm currently working on a port for that. I hope to send-pr it today. Best regards Udo Schweigert -- Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 CT IC 3, Siemens CERT | Fax : +49 89 636 41166 D-81730 Muenchen / Germany | email : Udo.Schweigert@siemens.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 23:50: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F62137B403 for ; Sun, 7 Oct 2001 23:50:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f986o0X13583; Sun, 7 Oct 2001 23:50:00 -0700 (PDT) (envelope-from gnats) Received: from aerotus.nobutaka.com (pl009.nas921.m-hiroshima.nttpc.ne.jp [210.153.226.9]) by hub.freebsd.org (Postfix) with ESMTP id 40C0837B405 for ; Sun, 7 Oct 2001 23:49:12 -0700 (PDT) Received: (from nobutaka@localhost) by triton.nobutaka.com (8.11.6/8.11.4) id f986mp403003; Mon, 8 Oct 2001 15:48:51 +0900 (JST) (envelope-from nobutaka@nobutaka.com) Message-Id: <200110080648.f986mp403003@triton.nobutaka.com> Date: Mon, 8 Oct 2001 15:48:51 +0900 (JST) From: MANTANI Nobutaka Reply-To: MANTANI Nobutaka To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31123: New port: www/w3m-m17n Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31123 >Category: ports >Synopsis: New port: www/w3m-m17n >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 07 23:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: MANTANI Nobutaka >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD triton.nobutaka.com 5.0-CURRENT FreeBSD 5.0-CURRENT #7: Fri Oct 5 22:33:56 JST 2001 nobutaka@triton.nobutaka.com:/usr/src/sys/i386/compile/TRITON i386 >Description: Add new port www/w3m-m17n. w3m with multilingualization support. It is a slave port of www/w3m. >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: # # w3m-m17n # w3m-m17n/Makefile # w3m-m17n/pkg-comment # w3m-m17n/pkg-descr # echo c - w3m-m17n mkdir -p w3m-m17n > /dev/null 2>&1 echo x - w3m-m17n/Makefile sed 's/^X//' >w3m-m17n/Makefile << 'END-of-w3m-m17n/Makefile' X# New ports collection makefile for: w3m-m17n X# Date Created: 08 October 2001 X# Whom: MANTANI Nobutaka X# X# $FreeBSD$ X# X XPKGNAMESUFFIX= -m17n X XMASTERDIR= ${.CURDIR}/../../www/w3m XPKGDIR= ${.CURDIR} XPLIST= ${MASTERDIR}/pkg-plist X XM17N= yes X X.include "${MASTERDIR}/Makefile" END-of-w3m-m17n/Makefile echo x - w3m-m17n/pkg-comment sed 's/^X//' >w3m-m17n/pkg-comment << 'END-of-w3m-m17n/pkg-comment' XA pager/text-based WWW browser with multilingualization support END-of-w3m-m17n/pkg-comment echo x - w3m-m17n/pkg-descr sed 's/^X//' >w3m-m17n/pkg-descr << 'END-of-w3m-m17n/pkg-descr' Xw3m is a pager/text-based WWW browser. X XIt is a similar application to Lynx, but it has several features Lynx Xdoesn't have. X X* Rendering tables. X* Rendering frames. (It converts frames into a table). X* Display documents given from standard input. X* Small binary size. X XThis package also supports multilingualization. X XWWW: http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/eng/index.html X X-- XMANTANI Nobutaka END-of-w3m-m17n/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 23:50:46 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF65F37B408 for ; Sun, 7 Oct 2001 23:50:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f986o0S13607; Sun, 7 Oct 2001 23:50:00 -0700 (PDT) (envelope-from gnats) Received: from aerotus.nobutaka.com (pl009.nas921.m-hiroshima.nttpc.ne.jp [210.153.226.9]) by hub.freebsd.org (Postfix) with ESMTP id 61FE237B405 for ; Sun, 7 Oct 2001 23:49:15 -0700 (PDT) Received: (from nobutaka@localhost) by triton.nobutaka.com (8.11.6/8.11.4) id f986KZU02525; Mon, 8 Oct 2001 15:20:35 +0900 (JST) (envelope-from nobutaka@nobutaka.com) Message-Id: <200110080620.f986KZU02525@triton.nobutaka.com> Date: Mon, 8 Oct 2001 15:20:35 +0900 (JST) From: MANTANI Nobutaka Reply-To: MANTANI Nobutaka To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31125: Update port: devel/boehm-gc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31125 >Category: ports >Synopsis: Update port: devel/boehm-gc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 07 23:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: MANTANI Nobutaka >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD triton.nobutaka.com 5.0-CURRENT FreeBSD 5.0-CURRENT #7: Fri Oct 5 22:33:56 JST 2001 nobutaka@triton.nobutaka.com:/usr/src/sys/i386/compile/TRITON i386 >Description: Update devel/boehm-gc port to 6.0. Since I do not know whether non-i386 platforms are supported, ONLY_FOR_ARCHS=i386 is remained in Makefile. Changes from previous version: * Install shared library. * Do not create and install libleak. Leak detection mode can be initiated at run-time by setting GC_find_leak. >How-To-Repeat: >Fix: Index: boehm-gc/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/boehm-gc/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- boehm-gc/Makefile 2 Apr 2001 08:30:37 -0000 1.14 +++ boehm-gc/Makefile 8 Oct 2001 05:50:35 -0000 @@ -6,23 +6,24 @@ # PORTNAME= boehm-gc -PORTVERSION= 5.3 -PORTREVISION= 1 +PORTVERSION= 6.0 CATEGORIES= devel MASTER_SITES= http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/ -DISTNAME= gc5.3 +DISTNAME= gc${PORTVERSION} MAINTAINER= ports@FreeBSD.org ONLY_FOR_ARCHS= i386 # XXX can't figure out whether to define # # XXX SEARCH_FOR_DATA_START on other platforms -WRKSRC= ${WRKDIR}/gc +HAS_CONFIGURE= yes +INSTALLS_SHLIB= yes + MAN3= gc.3 -ALL_TARGET= FreeBSD-pkg-all -INSTALL_TARGET= FreeBSD-pkg-install -MAKE_ENV+= CP="${CP}" -MAKE_ENV+= INSTALL_DATA="${INSTALL_DATA}" -MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" + +post-install: + ${INSTALL_DATA} ${WRKSRC}/include/gc.h ${PREFIX}/include + ${INSTALL_DATA} ${WRKSRC}/include/gc_cpp.h ${PREFIX}/include + ${INSTALL_MAN} ${WRKSRC}/doc/gc.man ${PREFIX}/man/man3/gc.3 .include Index: boehm-gc/distinfo =================================================================== RCS file: /home/ncvs/ports/devel/boehm-gc/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- boehm-gc/distinfo 3 Jan 2001 20:17:06 -0000 1.6 +++ boehm-gc/distinfo 4 Oct 2001 01:31:35 -0000 @@ -1 +1 @@ -MD5 (gc5.3.tar.gz) = f5f65b9e2c4b7762fa567d5b91b573bb +MD5 (gc6.0.tar.gz) = 528371164ac9838dcb263fede456eff6 Index: boehm-gc/pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/boehm-gc/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- boehm-gc/pkg-plist 12 Aug 1998 01:55:16 -0000 1.2 +++ boehm-gc/pkg-plist 7 Oct 2001 03:46:59 -0000 @@ -1,4 +1,6 @@ include/gc.h include/gc_cpp.h lib/libgc.a -lib/libleak.a +lib/libgc.la +lib/libgc.so +lib/libgc.so.1 Index: boehm-gc/files/patch-aa =================================================================== RCS file: boehm-gc/files/patch-aa diff -N boehm-gc/files/patch-aa --- boehm-gc/files/patch-aa 10 Jan 2001 14:02:12 -0000 1.10 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,89 +0,0 @@ ---- Makefile.orig Sat Sep 23 02:27:35 2000 -+++ Makefile Wed Jan 10 16:16:18 2001 -@@ -8,16 +8,43 @@ - # c++ interface to gc.a - # cord/de - builds dumb editor based on cords. - ABI_FLAG= --CC=cc $(ABI_FLAG) - HOSTCC=$(CC) --CXX=g++ $(ABI_FLAG) --AS=as $(ABI_FLAG) -+CC+= $(ABI_FLAG) -+CXX+= $(ABI_FLAG) -+AS=cc -c -x assembler-with-cpp $(ABI_FLAG) - # The above doesn't work with gas, which doesn't run cpp. - # Define AS as `gcc -c -x assembler-with-cpp' instead. - # Under Irix 6, you will have to specify the ABI (-o32, -n32, or -64) - # if you use something other than the default ABI on your machine. - --CFLAGS= -O -DATOMIC_UNCOLLECTABLE -DNO_SIGNALS -DNO_EXECUTE_PERMISSION -DALL_INTERIOR_POINTERS -DSILENT -+# We want this to be a drop-in linkable library, hence the -DREDIRECT. -+# The new c++-t and c++-nt (test and notest) are because we don't want -+# to fill anyone's log with leak messages! - MMCG -+ -+GCFLAGS= -DNO_SIGNALS -DALL_INTERIOR_POINTERS -DATOMIC_UNCOLLECTABLE \ -+ -DNO_EXECUTE_PERMISSION -DSILENT -+CFLAGS+= $(GCFLAGS) -+ -+LEAKFLAGS=$(CFLAGS) -DFIND_LEAK -+ -+all: gc.a gctest -+ -+FreeBSD-pkg-all: fbsd-libgc.a fbsd-libleak.a -+ -+fbsd-libgc.a: -+ make CFLAGS="$(CFLAGS)" clean all -+ mv gc.a fbsd-libgc.a -+ -+fbsd-libleak.a: -+ make CFLAGS="$(LEAKFLAGS)" clean all -+ mv gc.a fbsd-libleak.a -+ -+FreeBSD-pkg-install: FreeBSD-pkg-all -+ ${CP} fbsd-libgc.a libgc.a -+ ${CP} fbsd-libleak.a libleak.a -+ ${INSTALL_DATA} libleak.a libgc.a ${PREFIX}/lib -+ ${INSTALL_DATA} gc.h gc_cpp.h ${PREFIX}/include -+ ${INSTALL_MAN} gc.man ${PREFIX}/man/man3/gc.3 - - # For dynamic library builds, it may be necessary to add flags to generate - # PIC code, e.g. -fPIC on Linux. -@@ -155,7 +182,7 @@ - -DDONT_ADD_BYTE_AT_END -DALL_INTERIOR_POINTERS - # Flags for building libgc.a -- the last two are required. - --CXXFLAGS= $(CFLAGS) -+CXXFLAGS+= $(GCFLAGS) - AR= ar - RANLIB= ranlib - -@@ -220,8 +247,6 @@ - # not time-critical anyway. - # Set SPECIALCFLAGS to -q nodirect_code on Encore. - --all: gc.a gctest -- - pcr: PCR-Makefile gc_private.h gc_hdrs.h gc.h gcconfig.h mach_dep.o $(SRCS) - make -f PCR-Makefile depend - make -f PCR-Makefile -@@ -263,6 +288,12 @@ - ./if_mach HP_PA HPUX $(CXX) $(CXXFLAGS) -o test_cpp $(srcdir)/test_cpp.cc gc_cpp.o gc.a -ldld `./threadlibs` - ./if_not_there test_cpp $(CXX) $(CXXFLAGS) -o test_cpp $(srcdir)/test_cpp.cc gc_cpp.o gc.a `./threadlibs` - -+c++-t: c++ -+ ./test_cpp 1 -+ -+c++-nt: c++ -+ @echo "Use ./test_cpp 1 to test the leak library" -+ - c++: gc_cpp.o $(srcdir)/gc_cpp.h test_cpp - rm -f dont_ar_4 - ./if_mach SPARC SUNOS5 touch dont_ar_4 -@@ -271,7 +302,6 @@ - ./if_mach M68K AMIGA $(AR) -vrus gc.a gc_cpp.o - ./if_not_there dont_ar_4 $(AR) ru gc.a gc_cpp.o - ./if_not_there dont_ar_4 $(RANLIB) gc.a || cat /dev/null -- ./test_cpp 1 - echo > c++ - - dyn_load_sunos53.o: dyn_load.c Index: boehm-gc/files/patch-ab =================================================================== RCS file: /home/ncvs/ports/devel/boehm-gc/files/patch-ab,v retrieving revision 1.2 diff -u -r1.2 patch-ab --- boehm-gc/files/patch-ab 20 Apr 1998 11:53:28 -0000 1.2 +++ boehm-gc/files/patch-ab 8 Oct 2001 01:29:44 -0000 @@ -1,17 +1,15 @@ ---- gc.man.orig Mon Feb 12 14:34:12 1996 -+++ gc.man Mon Apr 6 03:23:32 1998 -@@ -9,7 +9,9 @@ +--- doc/gc.man.orig Mon Oct 8 10:23:01 2001 ++++ doc/gc.man Mon Oct 8 10:28:31 2001 +@@ -9,7 +9,7 @@ ... malloc(...) ... .br .sp -cc ... gc.a +cc ... -lgc -+.sp -+cc ... -lleak .LP .SH DESCRIPTION .I GC_malloc -@@ -67,6 +69,48 @@ +@@ -67,6 +67,48 @@ This may temporarily write protect pages in the heap. See the README file for more information on how this interacts with system calls that write to the heap. .LP Other facilities not discussed here include limited facilities to support incremental collection on machines without appropriate VM support, provisions for providing more explicit object layout information to the garbage collector, more direct support for ``weak'' pointers, support for ``abortable'' garbage collections during idle time, etc. @@ -24,10 +22,10 @@ +.I gc_cpp.h +will probably be found in +.I /usr/local/include, -+and the libraries in ++and the library in +.I /usr/local/lib. +.LP -+These libraries have been compiled as drop-in replacements ++This library has been compiled as drop-in replacements +for malloc and free (which is to say, all malloc +calls will allocate garbage-collectable data). +There is no need to include "gc.h" in your C files unless you want @@ -51,7 +49,7 @@ +for the package than this man page; +look there for more information. +.LP -+Both libraries are compiled without (explicit) support ++This library is compiled without (explicit) support +for the experimental +.I gc +extension of Index: boehm-gc/files/patch-ac =================================================================== RCS file: /home/ncvs/ports/devel/boehm-gc/files/patch-ac,v retrieving revision 1.3 diff -u -r1.3 patch-ac --- boehm-gc/files/patch-ac 1 Aug 1999 03:03:23 -0000 1.3 +++ boehm-gc/files/patch-ac 7 Oct 2001 03:58:50 -0000 @@ -1,5 +1,5 @@ ---- gc_priv.h.orig Mon Mar 22 11:44:53 1999 -+++ gc_priv.h Tue Jul 20 02:31:51 1999 +--- include/private/gc_priv.h.orig Mon Mar 22 11:44:53 1999 ++++ include/private/gc_priv.h Tue Jul 20 02:31:51 1999 @@ -50,8 +50,13 @@ # endif Index: boehm-gc/files/patch-ae =================================================================== RCS file: /home/ncvs/ports/devel/boehm-gc/files/patch-ae,v retrieving revision 1.2 diff -u -r1.2 patch-ae --- boehm-gc/files/patch-ae 19 Jul 2000 09:10:43 -0000 1.2 +++ boehm-gc/files/patch-ae 8 Oct 2001 01:57:47 -0000 @@ -1,6 +1,6 @@ ---- gcconfig.h.orig Tue Oct 26 15:40:54 1999 -+++ gcconfig.h Wed Jul 19 02:07:50 2000 -@@ -22,10 +22,23 @@ +--- include/private/gcconfig.h.orig Mon Oct 8 10:36:25 2001 ++++ include/private/gcconfig.h Mon Oct 8 10:56:43 2001 +@@ -23,10 +23,19 @@ /* Machine specific parts contributed by various people. See README file. */ @@ -12,20 +12,16 @@ +# if defined(__FreeBSD__) +# define FREEBSD +# endif -+# if defined(__NetBSD__) -+# define NETBSD -+# endif +# if defined(__OpenBSD__) +# define OPENBSD +# endif +# if defined(bsdi) +# define BSDI +# endif -+ - /* Determine the machine type: */ - # if defined(sun) && defined(mc68000) -@@ -38,24 +51,16 @@ + /* And one for NetBSD: */ + # if defined(__NetBSD__) +@@ -44,25 +53,19 @@ # define HP # define mach_type_known # endif @@ -43,26 +39,28 @@ # endif -# if defined(__NetBSD__) && defined(m68k) -# define M68K --# define NETBSD -# define mach_type_known -# endif --# if defined(__NetBSD__) && defined(arm32) -+# if (defined(__FreeBSD__) || defined(__NetBSD__)) && defined(arm32) +-# if defined(__NetBSD__) && defined(__powerpc__) ++# if (defined(__FreeBSD__) || defined(__NetBSD__)) && defined(__powerpc__) + # define POWERPC + # define mach_type_known + # endif +-# if defined(__NetBSD__) && defined(__arm32__) ++# if (defined(__FreeBSD__) || defined(__NetBSD__)) && defined(__arm32__) # define ARM32 --# define NETBSD # define mach_type_known # endif - # if defined(vax) -@@ -111,7 +116,7 @@ +@@ -125,7 +128,7 @@ # define mach_type_known # endif # if defined(sparc) && defined(unix) && !defined(sun) && !defined(linux) \ -- && !defined(__OpenBSD__) -+ && !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__) +- && !defined(__OpenBSD__) && !(__NetBSD__) ++ && !defined(__FreeBSD__) && !defined(__OpenBSD__) && !(__NetBSD__) # define SPARC # define DRSNX # define mach_type_known -@@ -147,7 +152,7 @@ +@@ -170,7 +173,7 @@ # define I386 # define mach_type_known # endif @@ -71,46 +69,45 @@ # define IA64 # define mach_type_known # endif -@@ -165,7 +170,7 @@ +@@ -196,7 +199,7 @@ # endif # if defined(__alpha) || defined(__alpha__) # define ALPHA --# if !defined(LINUX) -+# if !defined(LINUX) && !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) +-# if !defined(LINUX) && !defined(NETBSD) ++# if !defined(LINUX) && !defined(__FreeBSD__) && !defined(NETBSD) && !defined(__OpenBSD__) # define OSF1 /* a.k.a Digital Unix */ # endif # define mach_type_known -@@ -192,6 +197,9 @@ - # define POWERPC - # define mach_type_known +@@ -218,6 +221,9 @@ + # define MACOS + # define mach_type_known # endif +# if (defined(__FreeBSD__) || defined(__NetBSD__) || defined(bsdi)) && (defined(__powerpc) || defined(__ppc__) || defined(__ppc)) +# define POWERPC +# endif - # if defined(NeXT) && defined(mc68000) - # define M68K - # define NEXT -@@ -202,26 +210,10 @@ + # if defined(macosx) || \ + defined(__APPLE__) && defined(__MACH__) && defined(__ppc__) + # define MACOSX +@@ -239,25 +245,10 @@ # define NEXT # define mach_type_known # endif --# if defined(__OpenBSD__) && defined(i386) --# define I386 --# define OPENBSD --# define mach_type_known --# endif --# if defined(__FreeBSD__) && defined(i386) -+# if (defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(bsdi)) && (defined(i386) || defined(__i386__)) +-# if defined(__OpenBSD__) && (defined(i386) || defined(__i386__)) ++# if (defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(bsdi)) && (defined(i386) || defined(__i386__)) # define I386 --# define FREEBSD +-# define OPENBSD # define mach_type_known # endif --# if defined(__NetBSD__) && defined(i386) +-# if defined(__FreeBSD__) && (defined(i386) || defined(__i386__)) +-# define I386 +-# define FREEBSD +-# define mach_type_known +-# endif +-# if defined(__NetBSD__) && (defined(i386) || defined(__i386__)) -# define I386 --# define NETBSD -# define mach_type_known -# endif --# if defined(bsdi) && defined(i386) +-# if defined(bsdi) && (defined(i386) || defined(__i386__)) -# define I386 -# define BSDI -# define mach_type_known @@ -118,8 +115,8 @@ # if !defined(mach_type_known) && defined(__386BSD__) # define I386 # define THREE86BSD -@@ -318,7 +310,7 @@ - /* (SUNOS4, SUNOS5, */ +@@ -391,7 +382,7 @@ + /* (SUNOS4, SUNOS5, LINUX, */ /* DRSNX variants) */ /* ALPHA ==> DEC Alpha */ - /* (OSF1 and LINUX variants) */ @@ -127,7 +124,7 @@ /* M88K ==> Motorola 88XX0 */ /* (CX_UX and DGUX) */ /* S370 ==> 370-like machine */ -@@ -965,6 +957,31 @@ +@@ -1262,6 +1253,24 @@ # define CPP_WORDSZ 64 # define MPROTECT_VDB # define DYNAMIC_LOADING @@ -135,27 +132,20 @@ +# ifdef FREEBSD +# define OS_TYPE "FREEBSD" +# define CPP_WORDSZ 64 -+# define HEURISTIC2 ++# define HEURISTIC2 +# define STACKBOTTOM ((ptr_t) 0x120000000) -+/* # define DATASTART ((ptr_t) 0x140000000) */ ++/* # define DATASTART ((ptr_t) 0x140000000) */ +# define DATASTART GC_data_start +/* # define DYNAMIC_LOADING */ -+ extern int _end; -+# define DATAEND (&_end) -+# endif -+# if defined(NETBSD) -+# define OS_TYPE "NETBSD" -+# define CPP_WORDSZ 64 -+# define HEURISTIC2 -+ extern int _end; -+# define DATAEND (&_end) ++ extern int _end; ++# define DATAEND (&_end) +# endif +# if defined(OPENBSD) +# define OS_TYPE "OPENBSD" +# define CPP_WORDSZ 64 -+# define HEURISTIC2 -+ extern int _end; -+# define DATAEND (&_end) ++# define HEURISTIC2 ++ extern int _end; ++# define DATAEND (&_end) # endif # ifdef LINUX # define OS_TYPE "LINUX" Index: boehm-gc/files/patch-af =================================================================== RCS file: /home/ncvs/ports/devel/boehm-gc/files/patch-af,v retrieving revision 1.2 diff -u -r1.2 patch-af --- boehm-gc/files/patch-af 3 Jan 2001 20:17:07 -0000 1.2 +++ boehm-gc/files/patch-af 8 Oct 2001 01:35:55 -0000 @@ -1,6 +1,8 @@ ---- os_dep.c.orig Wed Jul 19 01:59:57 2000 -+++ os_dep.c Wed Jul 19 02:06:27 2000 -@@ -81,2 +81,7 @@ +--- os_dep.c.orig Mon Oct 8 10:33:42 2001 ++++ os_dep.c Mon Oct 8 10:35:32 2001 +@@ -84,11 +84,16 @@ + # define NEED_FIND_LIMIT + # endif +# if defined(FREEBSD) && \ + (defined(POWERPC) || defined(SPARC) || defined(ALPHA) || defined(IA64)) @@ -8,8 +10,11 @@ +# endif + #ifdef NEED_FIND_LIMIT -@@ -85,3 +90,3 @@ + # include + #endif -#ifdef FREEBSD +#if defined(FREEBSD) && defined(I386) # include + #endif + >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 7 23:50:57 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B4AAC37B406 for ; Sun, 7 Oct 2001 23:50:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f986o0F13595; Sun, 7 Oct 2001 23:50:00 -0700 (PDT) (envelope-from gnats) Received: from aerotus.nobutaka.com (pl009.nas921.m-hiroshima.nttpc.ne.jp [210.153.226.9]) by hub.freebsd.org (Postfix) with ESMTP id C169F37B405 for ; Sun, 7 Oct 2001 23:49:13 -0700 (PDT) Received: (from nobutaka@localhost) by triton.nobutaka.com (8.11.6/8.11.4) id f986j5N02852; Mon, 8 Oct 2001 15:45:05 +0900 (JST) (envelope-from nobutaka@nobutaka.com) Message-Id: <200110080645.f986j5N02852@triton.nobutaka.com> Date: Mon, 8 Oct 2001 15:45:05 +0900 (JST) From: MANTANI Nobutaka Reply-To: MANTANI Nobutaka To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31124: Update port: www/w3m Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31124 >Category: ports >Synopsis: Update port: www/w3m >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 07 23:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: MANTANI Nobutaka >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD triton.nobutaka.com 5.0-CURRENT FreeBSD 5.0-CURRENT #7: Fri Oct 5 22:33:56 JST 2001 nobutaka@triton.nobutaka.com:/usr/src/sys/i386/compile/TRITON i386 >Description: Update www/w3m port to 0.2.1-inu-1.4 and www/w3m-img port to 0.2.1-inu-1.4-img-1.11. w3m-0.2.1-inu-1.4 is not official release, but it contains many bug fixes. And setup www/w3m for upcoming www/w3m-m17n port. This port depends on libgc.so.1, so please update devel/boehm-gc port first. Added files: files/extra-patch-XMakefile.m17n files/patch-configure scripts/pre-configure Removed files: files/extra-patch-XMakefile.noimg files/patch-aa files/patch-ak files/patch-ao files/patch-mimehead.c >How-To-Repeat: >Fix: Index: w3m/Makefile =================================================================== RCS file: /home/ncvs/ports/www/w3m/Makefile,v retrieving revision 1.31 diff -u -r1.31 Makefile --- w3m/Makefile 27 Aug 2001 23:45:07 -0000 1.31 +++ w3m/Makefile 8 Oct 2001 05:44:44 -0000 @@ -8,27 +8,30 @@ PORTNAME= w3m PORTVERSION= ${W3M_VERSION} CATEGORIES+= www ipv6 -MASTER_SITES= ftp://ei5nazha.yz.yamagata-u.ac.jp/w3m/ \ - http://mi.med.tohoku.ac.jp/~satodai/w3m/src/ \ - ftp://ftp.firedrake.org/w3m/ \ - ftp://ftp.umlauf.de/pub/w3m/ \ - http://www.instinct.org/w3m/ \ - http://grilli.net/mirrors/w3m/download/ -DISTNAME= ${PORTNAME}-${W3M_VERSION} +MASTER_SITES= http://mi.med.tohoku.ac.jp/~satodai/w3m/inusrc/200109/ +DISTNAME= ${PORTNAME}-${W3M_VERSION}-inu-${INU_VERSION} MAINTAINER?= nobutaka@nobutaka.com -BUILD_DEPENDS= ${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/boehm-gc +LIB_DEPENDS= gc.1:${PORTSDIR}/devel/boehm-gc W3M_VERSION= 0.2.1 -IMG_VERSION= 1.10 -PORTREVISION?= 1 - -.if defined(INLINE_IMAGE) -PORTVERSION:= ${PORTVERSION}+${IMG_VERSION} -.else -PORTREVISION= 1 -.endif +INU_VERSION= 1.4 +IMG_VERSION= 1.11 +M17N_VERSION= 0.19 + +.if !defined(M17N) +PORTREVISION?= 2 +.endif + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= -nonstop +HOSTNAME!= /bin/hostname +SCRIPTS_ENV= HOSTNAME=${HOSTNAME} WRKSRC=${WRKSRC} PREFIX=${PREFIX} \ + LOCALBASE=${LOCALBASE} JAPANESE=${JAPANESE} \ + USE_OPENSSL="${USE_OPENSSL}" SSL_CFLAGS="${SSL_CFLAGS}" \ + SSL_LIBS="${SSL_LIBS}" EXTRA_SSL_LIBS="${EXTRA_SSL_LIBS}" \ + INLINE_IMAGE=${INLINE_IMAGE} M17N=${M17N} MAN1= w3m.1 MANLANG= "" @@ -45,29 +48,34 @@ USE_OPENSSL= yes .endif -.include +.if defined(M17N) +PORTVERSION:= ${PORTVERSION}+${M17N_VERSION} +MASTER_SITES= http://www2u.biglobe.ne.jp/~hsaka/w3m/patch/ +DISTNAME= ${PORTNAME}-m17n-${M17N_VERSION} +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-XMakefile.m17n +PLIST_SUB+= M17N_ONLY="" NO_M17N="@comment " -.if ${OSVERSION} >= 400014 -SED_CMD+= -e "s,undef INET6,define INET6,g" +# Disable inline image support for w3m-m17n. +.undef INLINE_IMAGE +.else +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-XMakefile +PLIST_SUB+= M17N_ONLY="@comment " NO_M17N="" .endif .if defined(JAPANESE) -SED_CMD+= -e "s,undef JAPANESE,define JAPANESE,g" MANLANG+= ja -DOCS_JP= ${DOCS} HISTORY.kokb README.SSL README.cookie \ +DOCS_JP= ${DOCS} README.SSL README.cookie \ README.keymap README.mailcap README.menu -PLIST_SUB= JAPANESE_ONLY="" +PLIST_SUB+= JAPANESE_ONLY="" .else -PLIST_SUB= JAPANESE_ONLY="@comment " +PLIST_SUB+= JAPANESE_ONLY="@comment " .endif .if defined(USE_OPENSSL) SSL_CFLAGS= -I${OPENSSLINC}/openssl -I${OPENSSLINC} ${OPENSSL_CFLAGS} SSL_LIBS= -L${OPENSSLLIB} -lssl -lcrypto -SED_CMD+= -e "s,undef USE_SSL,define USE_SSL,g" \ - -e "s,undef USE_SSL_VERIFY, define USE_SSL_VERIFY,g" MAKE_FLAGS+= DEFS="${SSL_CFLAGS} -I${LOCALBASE}/include" \ LIBS="${SSL_LIBS} ${EXTRA_SSL_LIBS} -L${LOCALBASE}/lib" .else @@ -75,10 +83,10 @@ .endif .if defined(INLINE_IMAGE) +PORTVERSION:= ${PORTVERSION}+${IMG_VERSION} PATCH_SITES= http://www2u.biglobe.ne.jp/~hsaka/w3m/patch/ -PATCHFILES= ${DISTNAME}-img-${IMG_VERSION}.patch +PATCHFILES= ${PORTNAME}-${W3M_VERSION}-inu-${INU_VERSION}-img-${IMG_VERSION}.patch PATCH_DIST_STRIP= -p1 -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-XMakefile USE_IMLIB= yes @@ -88,7 +96,6 @@ PKGMESSAGE= ${MASTERDIR}/pkg-message .else -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-XMakefile.noimg PLIST_SUB+= INLINE_IMAGE_ONLY="@comment " # Don't use pkg-message @@ -100,13 +107,6 @@ @${ECHO_MSG} "You can disable support for SSL by defining WITHOUT_SSL." .endif -post-configure: - @${CP} ${CONFIG_H} ${CONFIG_H}.in - @${SED} ${SED_CMD} < ${CONFIG_H}.in > ${CONFIG_H} - @${SED} -e "s,@PERL@,${PERL},g" \ - -e "s,@CYGWIN@,0,g" \ - < ${WRKSRC}/scripts/dirlist.in > ${WRKSRC}/scripts/dirlist.cgi - post-install: .if !defined(NOPORTDOCS) .if defined(JAPANESE) @@ -120,6 +120,9 @@ for i in ${DOCS} ; do \ ${INSTALL_DATA} $$i ${PREFIX}/share/doc/w3m/ ; \ done +.if defined(M17N) + @${INSTALL_DATA} ${WRKSRC}/doc/README.m17n ${PREFIX}/share/doc/w3m +.endif .endif @${INSTALL_MAN} ${WRKSRC}/doc/w3m.1 ${PREFIX}/man/man1 .if defined(JAPANESE) @@ -129,4 +132,4 @@ @${CAT} ${PKGMESSAGE} .endif -.include +.include Index: w3m/distinfo =================================================================== RCS file: /home/ncvs/ports/www/w3m/distinfo,v retrieving revision 1.12 diff -u -r1.12 distinfo --- w3m/distinfo 27 Aug 2001 23:45:07 -0000 1.12 +++ w3m/distinfo 8 Oct 2001 03:12:11 -0000 @@ -1,2 +1,3 @@ -MD5 (w3m-0.2.1.tar.gz) = 906c2506f570b563807bcd1d23fecea5 -MD5 (w3m-0.2.1-img-1.10.patch) = 8cd810eb925fd5da17d04ffcb2b22b1a +MD5 (w3m-0.2.1-inu-1.4.tar.gz) = 0524de2794aa2562f92e06ab1a631d5e +MD5 (w3m-0.2.1-inu-1.4-img-1.11.patch) = 8440e8ec39e028e176054eb348584348 +MD5 (w3m-m17n-0.19.tar.gz) = 96243978524a7b8fba6cbb413026eeff Index: w3m/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/w3m/pkg-plist,v retrieving revision 1.7 diff -u -r1.7 pkg-plist --- w3m/pkg-plist 27 Aug 2001 23:45:07 -0000 1.7 +++ w3m/pkg-plist 8 Oct 2001 05:17:56 -0000 @@ -1,12 +1,12 @@ bin/w3m libexec/w3m/dirlist.cgi +%%NO_M17N%%libexec/w3m/inflate libexec/w3m/w3mbookmark libexec/w3m/w3mhelperpanel %%INLINE_IMAGE_ONLY%%libexec/w3m/w3mimgdisplay %%INLINE_IMAGE_ONLY%%libexec/w3m/w3mimgsize %%PORTDOCS%%%%JAPANESE_ONLY%%share/doc/ja/w3m/FAQ.html %%PORTDOCS%%%%JAPANESE_ONLY%%share/doc/ja/w3m/HISTORY -%%PORTDOCS%%%%JAPANESE_ONLY%%share/doc/ja/w3m/HISTORY.kokb %%PORTDOCS%%%%JAPANESE_ONLY%%share/doc/ja/w3m/MANUAL.html %%PORTDOCS%%%%JAPANESE_ONLY%%share/doc/ja/w3m/README %%PORTDOCS%%%%JAPANESE_ONLY%%share/doc/ja/w3m/README.SSL @@ -31,6 +31,7 @@ %%PORTDOCS%%share/doc/w3m/README.dict %%PORTDOCS%%share/doc/w3m/README.func %%PORTDOCS%%%%INLINE_IMAGE_ONLY%%share/doc/w3m/README.img +%%PORTDOCS%%%%M17N_ONLY%%share/doc/w3m/README.m17n %%PORTDOCS%%share/doc/w3m/STORY.html %%PORTDOCS%%share/doc/w3m/keymap.default %%PORTDOCS%%share/doc/w3m/keymap.lynx @@ -38,6 +39,7 @@ %%PORTDOCS%%share/doc/w3m/menu.submenu share/doc/w3m/w3mhelp-lynx_en.html share/doc/w3m/w3mhelp-w3m_en.html +share/doc/w3m/w3mhelp.html @dirrm libexec/w3m @dirrm share/doc/ja/w3m @dirrm share/doc/w3m Index: w3m/files/extra-patch-XMakefile =================================================================== RCS file: /home/ncvs/ports/www/w3m/files/extra-patch-XMakefile,v retrieving revision 1.2 diff -u -r1.2 extra-patch-XMakefile --- w3m/files/extra-patch-XMakefile 27 Aug 2001 23:45:07 -0000 1.2 +++ w3m/files/extra-patch-XMakefile 7 Oct 2001 06:37:54 -0000 @@ -1,27 +1,6 @@ ---- XMakefile.orig Mon Aug 13 00:52:11 2001 -+++ XMakefile Mon Aug 13 00:53:15 2001 -@@ -22,16 +22,16 @@ - - INCLUDES=-I. - --DEFS=$(INCLUDES) # -DDEBUG --CFLAGS=$(MYCFLAGS) $(DEFS) --LIBS=-L. -lindep $(GCLIB) $(MATHLIB) $(LOCAL_LIBRARIES) $(SYS_LIBRARIES) -+DEFS+=$(INCLUDES) # -DDEBUG -+CFLAGS+=$(DEFS) -+LIBS+=-L. -lindep -lgc $(MATHLIB) $(LOCAL_LIBRARIES) $(SYS_LIBRARIES) - INSTALL=sh install.sh - INSTALL2=sh ../install.sh - AR=ar - - all: $(TARGETS) - --$(TARGET): $(ALLOBJS) $(ALIB) $(GCTARGET) -+$(TARGET): $(ALLOBJS) $(ALIB) - $(CC) $(CFLAGS) -o $(TARGET) $(ALLOBJS) $(LIBS) - - $(ALIB): $(ALIBOBJS) -@@ -86,24 +86,25 @@ +--- XMakefile.orig Thu Sep 27 21:30:08 2001 ++++ XMakefile Sun Oct 7 14:42:43 2001 +@@ -80,22 +80,23 @@ install: $(TARGETS) -$(MKDIR) $(DESTDIR)$(BIN_DIR) -$(MKDIR) $(DESTDIR)$(HELP_DIR) @@ -33,16 +12,16 @@ - $(INSTALL) -m 644 w3mhelp-lynx_en.html $(DESTDIR)$(HELP_DIR)/w3mhelp-lynx_en.html - $(INSTALL) -m 644 w3mhelp-lynx_ja.html $(DESTDIR)$(HELP_DIR)/w3mhelp-lynx_ja.html - $(INSTALL) -m 644 $(HELP_FILE) $(DESTDIR)$(HELP_DIR)/w3mhelp.html -- for d in $(BOOKMARKER) $(HELPER) $(IMGTARGET); \ -- do $(INSTALL) -m 755 $$d $(DESTDIR)$(LIB_DIR)/$$d; done +- for d in $(EXT_TARGETS); do $(INSTALL) -m 755 $$d $(DESTDIR)$(LIB_DIR)/$$d; done - (cd scripts; for i in *.cgi; do $(INSTALL2) -m 755 $$i $(DESTDIR)$(LIB_DIR)/$$i; done) + $(BSD_INSTALL_PROGRAM) $(TARGET) $(DESTDIR)$(BIN_DIR)/$(TARGET) + $(BSD_INSTALL_DATA) w3mhelp-w3m_en.html $(DESTDIR)$(HELP_DIR)/w3mhelp-w3m_en.html + $(BSD_INSTALL_DATA) w3mhelp-w3m_ja.html $(DESTDIR)$(HELP_DIR_JA)/w3mhelp-w3m_ja.html + $(BSD_INSTALL_DATA) w3mhelp-lynx_en.html $(DESTDIR)$(HELP_DIR)/w3mhelp-lynx_en.html + $(BSD_INSTALL_DATA) w3mhelp-lynx_ja.html $(DESTDIR)$(HELP_DIR_JA)/w3mhelp-lynx_ja.html -+ for d in $(BOOKMARKER) $(HELPER) $(IMGDISPLAY) $(IMGSIZE); do $(BSD_INSTALL_PROGRAM) $$d $(DESTDIR)$(LIB_DIR)/$$d; done -+ cd scripts; for i in *.cgi; do $(BSD_INSTALL_SCRIPT) $$i $(DESTDIR)$(LIB_DIR)/$$i; done ++ $(BSD_INSTALL_DATA) -m 644 $(HELP_FILE) $(DESTDIR)$(HELP_DIR)/w3mhelp.html ++ for d in $(EXT_TARGETS); do $(BSD_INSTALL_SCRIPT) $$d $(DESTDIR)$(LIB_DIR)/$$d; done ++ (cd scripts; for i in *.cgi; do $(BSD_INSTALL_SCRIPT) $$i $(DESTDIR)$(LIB_DIR)/$$i; done) uninstall: -$(RM) $(BIN_DIR)/$(TARGET) @@ -51,11 +30,7 @@ + -$(RM) $(HELP_DIR_JA)/w3mhelp-lynx_ja.html -$(RM) $(HELP_DIR)/w3mhelp-w3m_en.html - -$(RM) $(HELP_DIR)/w3mhelp-w3m_ja.html -- -$(RM) $(HELP_DIR)/w3mhelp.html + -$(RM) $(HELP_DIR_JA)/w3mhelp-w3m_ja.html -+ -$(RM) $(LIB_DIR)/$(BOOKMARKER) -+ -$(RM) $(LIB_DIR)/$(HELPER) -+ - - clean: sweep - rm -f *.o *.a $(TARGETS) mktable$(EXT) + -$(RM) $(HELP_DIR)/w3mhelp.html + -$(RM) $(LIB_DIR)/$(BOOKMARKER) + -$(RM) $(LIB_DIR)/$(HELPER) Index: w3m/files/extra-patch-XMakefile.m17n =================================================================== RCS file: w3m/files/extra-patch-XMakefile.m17n diff -N w3m/files/extra-patch-XMakefile.m17n --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ w3m/files/extra-patch-XMakefile.m17n 8 Oct 2001 04:11:56 -0000 @@ -0,0 +1,36 @@ +--- XMakefile.orig Mon Oct 8 13:08:11 2001 ++++ XMakefile Mon Oct 8 13:11:26 2001 +@@ -87,22 +87,23 @@ + install: $(TARGETS) + -$(MKDIR) $(DESTDIR)$(BIN_DIR) + -$(MKDIR) $(DESTDIR)$(HELP_DIR) ++ -$(MKDIR) $(DESTDIR)$(HELP_DIR_JA) + -$(MKDIR) $(DESTDIR)$(LIB_DIR) +- $(INSTALL) -m 755 $(TARGET) $(DESTDIR)$(BIN_DIR)/$(TARGET) +- $(INSTALL) -m 644 w3mhelp-w3m_en.html $(DESTDIR)$(HELP_DIR)/w3mhelp-w3m_en.html +- $(INSTALL) -m 644 w3mhelp-w3m_ja.html $(DESTDIR)$(HELP_DIR)/w3mhelp-w3m_ja.html +- $(INSTALL) -m 644 w3mhelp-lynx_en.html $(DESTDIR)$(HELP_DIR)/w3mhelp-lynx_en.html +- $(INSTALL) -m 644 w3mhelp-lynx_ja.html $(DESTDIR)$(HELP_DIR)/w3mhelp-lynx_ja.html +- $(INSTALL) -m 644 $(HELP_FILE) $(DESTDIR)$(HELP_DIR)/w3mhelp.html +- for d in $(BOOKMARKER) $(HELPER); do $(INSTALL) -m 755 $$d $(DESTDIR)$(LIB_DIR)/$$d; done +- (cd scripts; for i in *.cgi; do $(INSTALL2) -m 755 $$i $(DESTDIR)$(LIB_DIR)/$$i; done) ++ $(BSD_INSTALL_PROGRAM) $(TARGET) $(DESTDIR)$(BIN_DIR)/$(TARGET) ++ $(BSD_INSTALL_DATA) w3mhelp-w3m_en.html $(DESTDIR)$(HELP_DIR)/w3mhelp-w3m_en.html ++ $(BSD_INSTALL_DATA) w3mhelp-w3m_ja.html $(DESTDIR)$(HELP_DIR_JA)/w3mhelp-w3m_ja.html ++ $(BSD_INSTALL_DATA) w3mhelp-lynx_en.html $(DESTDIR)$(HELP_DIR)/w3mhelp-lynx_en.html ++ $(BSD_INSTALL_DATA) w3mhelp-lynx_ja.html $(DESTDIR)$(HELP_DIR_JA)/w3mhelp-lynx_ja.html ++ $(BSD_INSTALL_DATA) $(HELP_FILE) $(DESTDIR)$(HELP_DIR)/w3mhelp.html ++ for d in $(BOOKMARKER) $(HELPER); do $(BSD_INSTALL_SCRIPT) $$d $(DESTDIR)$(LIB_DIR)/$$d; done ++ (cd scripts; for i in *.cgi; do $(BSD_INSTALL_SCRIPT) $$i $(DESTDIR)$(LIB_DIR)/$$i; done) + + uninstall: + -$(RM) $(BIN_DIR)/$(TARGET) + -$(RM) $(HELP_DIR)/w3mhelp-lynx_en.html +- -$(RM) $(HELP_DIR)/w3mhelp-lynx_ja.html ++ -$(RM) $(HELP_DIR_JA)/w3mhelp-lynx_ja.html + -$(RM) $(HELP_DIR)/w3mhelp-w3m_en.html +- -$(RM) $(HELP_DIR)/w3mhelp-w3m_ja.html ++ -$(RM) $(HELP_DIR_JA)/w3mhelp-w3m_ja.html + -$(RM) $(HELP_DIR)/w3mhelp.html + + clean: sweep Index: w3m/files/extra-patch-XMakefile.noimg =================================================================== RCS file: w3m/files/extra-patch-XMakefile.noimg diff -N w3m/files/extra-patch-XMakefile.noimg --- w3m/files/extra-patch-XMakefile.noimg 21 Jul 2001 18:21:56 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,59 +0,0 @@ ---- XMakefile.orig Fri Apr 21 13:35:48 2000 -+++ XMakefile Sat Apr 22 06:51:43 2000 -@@ -18,16 +18,16 @@ - - INCLUDES=-I. - --DEFS=$(INCLUDES) # -DDEBUG --CFLAGS=$(MYCFLAGS) $(DEFS) --LIBS=-L. -lindep $(GCLIB) $(MATHLIB) $(LOCAL_LIBRARIES) $(SYS_LIBRARIES) -+DEFS+=$(INCLUDES) # -DDEBUG -+CFLAGS+=$(DEFS) -+LIBS+=-L. -lindep -lgc $(MATHLIB) $(LOCAL_LIBRARIES) $(SYS_LIBRARIES) - INSTALL=sh install.sh - INSTALL2=sh ../install.sh - AR=ar - - all: $(TARGETS) - --$(TARGET): $(ALLOBJS) $(ALIB) $(GCTARGET) -+$(TARGET): $(ALLOBJS) $(ALIB) - $(CC) $(CFLAGS) -o $(TARGET) $(ALLOBJS) $(LIBS) - - $(ALIB): $(ALIBOBJS) -@@ -67,23 +67,24 @@ - install: $(TARGETS) - -$(MKDIR) $(DESTDIR)$(BIN_DIR) - -$(MKDIR) $(DESTDIR)$(HELP_DIR) -+ -$(MKDIR) $(DESTDIR)$(HELP_DIR_JA) - -$(MKDIR) $(DESTDIR)$(LIB_DIR) -- $(INSTALL) -m 755 $(TARGET) $(DESTDIR)$(BIN_DIR)/$(TARGET) -- $(INSTALL) -m 644 w3mhelp-w3m_en.html $(DESTDIR)$(HELP_DIR)/w3mhelp-w3m_en.html -- $(INSTALL) -m 644 w3mhelp-w3m_ja.html $(DESTDIR)$(HELP_DIR)/w3mhelp-w3m_ja.html -- $(INSTALL) -m 644 w3mhelp-lynx_en.html $(DESTDIR)$(HELP_DIR)/w3mhelp-lynx_en.html -- $(INSTALL) -m 644 w3mhelp-lynx_ja.html $(DESTDIR)$(HELP_DIR)/w3mhelp-lynx_ja.html -- $(INSTALL) -m 644 $(HELP_FILE) $(DESTDIR)$(HELP_DIR)/w3mhelp.html -- for d in $(BOOKMARKER) $(HELPER); do $(INSTALL) -m 755 $$d $(DESTDIR)$(LIB_DIR)/$$d; done -- (cd scripts; for i in *.cgi; do $(INSTALL2) -m 755 $$i $(DESTDIR)$(LIB_DIR)/$$i; done) -+ $(BSD_INSTALL_PROGRAM) $(TARGET) $(DESTDIR)$(BIN_DIR)/$(TARGET) -+ $(BSD_INSTALL_DATA) w3mhelp-w3m_en.html $(DESTDIR)$(HELP_DIR)/w3mhelp-w3m_en.html -+ $(BSD_INSTALL_DATA) w3mhelp-w3m_ja.html $(DESTDIR)$(HELP_DIR_JA)/w3mhelp-w3m_ja.html -+ $(BSD_INSTALL_DATA) w3mhelp-lynx_en.html $(DESTDIR)$(HELP_DIR)/w3mhelp-lynx_en.html -+ $(BSD_INSTALL_DATA) w3mhelp-lynx_ja.html $(DESTDIR)$(HELP_DIR_JA)/w3mhelp-lynx_ja.html -+ for d in $(BOOKMARKER) $(HELPER); do $(BSD_INSTALL_PROGRAM) $$d $(DESTDIR)$(LIB_DIR)/$$d; done -+ cd scripts; for i in *.cgi; do $(BSD_INSTALL_SCRIPT) $$i $(DESTDIR)$(LIB_DIR)/$$i; done - - uninstall: - -$(RM) $(BIN_DIR)/$(TARGET) - -$(RM) $(HELP_DIR)/w3mhelp-lynx_en.html -- -$(RM) $(HELP_DIR)/w3mhelp-lynx_ja.html -+ -$(RM) $(HELP_DIR_JA)/w3mhelp-lynx_ja.html - -$(RM) $(HELP_DIR)/w3mhelp-w3m_en.html -- -$(RM) $(HELP_DIR)/w3mhelp-w3m_ja.html -- -$(RM) $(HELP_DIR)/w3mhelp.html -+ -$(RM) $(HELP_DIR_JA)/w3mhelp-w3m_ja.html -+ -$(RM) $(LIB_DIR)/$(BOOKMARKER) -+ -$(RM) $(LIB_DIR)/$(HELPER) - - clean: sweep - rm -f *.o *.a $(TARGETS) mktable Index: w3m/files/patch-aa =================================================================== RCS file: w3m/files/patch-aa diff -N w3m/files/patch-aa --- w3m/files/patch-aa 27 Aug 2001 23:45:07 -0000 1.10 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,92 +0,0 @@ ---- config.h.orig Fri Mar 23 11:49:44 2001 -+++ config.h Mon Aug 27 15:16:50 2001 -@@ -20,3 +20,3 @@ - */ --#undef USE_MARK -+#define USE_MARK - -@@ -36,3 +36,3 @@ - */ --#undef VIEW_UNSEENOBJECTS -+#define VIEW_UNSEENOBJECTS - -@@ -51,3 +51,3 @@ - */ --#undef USE_GOPHER -+#define USE_GOPHER - -@@ -86,3 +86,3 @@ - */ --#undef EMACS_LIKE_LINEEDIT -+#define EMACS_LIKE_LINEEDIT - -@@ -96,11 +96,10 @@ - --BIN_DIR = /usr/local/bin --HELP_DIR = /usr/local/lib/w3m --LIB_DIR = /usr/local/lib/w3m -+PREFIX = %%PREFIX%% -+BIN_DIR = %%PREFIX%%/bin -+HELP_DIR = %%PREFIX%%/share/doc/w3m -+HELP_DIR_JA = %%PREFIX%%/share/doc/ja/w3m -+LIB_DIR = %%PREFIX%%/libexec/w3m - HELP_FILE = w3mhelp-w3m_ja.html --SYS_LIBRARIES = -lgpm -lbsd -lnsl -ltermcap -L/usr/local/ssl/lib -lssl -lcrypto -+SYS_LIBRARIES = -lncurses - LOCAL_LIBRARIES = --CC = gcc --MYCFLAGS = -g -Wall -I./gc/include -I/usr/local/ssl/include/openssl -I/usr/local/ssl/include --GCCFLAGS = -g -Wall -I./gc/include -DATOMIC_UNCOLLECTABLE -DNO_EXECUTE_PERMISSION -DALL_INTERIOR_POINTERS -DSILENT -DNO_DEBUGGING #-DNO_SIGNALS - KEYBIND_SRC = keybind.c -@@ -109,4 +108,2 @@ - MATHLIB=-lm --GCLIB=gc/gc.a --GCTARGET=gc/gc.a - RANLIB=ranlib -@@ -122,12 +119,19 @@ - #define EN 1 -+#undef JAPANESE -+#ifdef JAPANESE - #define LANG JA - #define KANJI_SYMBOLS -+#else -+#define LANG EN -+#undef KANJI_SYMBOLS -+#endif -+ - #define COLOR - #define MOUSE --#define USE_GPM --#undef USE_SYSMOUSE -+#undef USE_GPM -+#define USE_SYSMOUSE - #define MENU - #define USE_COOKIE --#define USE_SSL --#define USE_SSL_VERIFY -+#undef USE_SSL -+#undef USE_SSL_VERIFY - #define FTPPASS_HOSTNAMEGEN -@@ -135,9 +139,15 @@ - --#define DEF_EDITOR "/bin/vi" --#define DEF_MAILER "/bin/mail" --#define DEF_EXT_BROWSER "/usr/X11R6/bin/netscape" -- --#define LIB_DIR "/usr/local/lib/w3m" --#define HELP_DIR "/usr/local/lib/w3m" --#define HELP_FILE "w3mhelp.html" -+#define DEF_EDITOR "/usr/bin/vi" -+#define DEF_MAILER "/usr/bin/mail" -+#define DEF_EXT_BROWSER "%%PREFIX%%/bin/netscape" -+ -+#define IMGSIZE "w3mimgsize" -+#define IMGDISPLAY "w3mimgdisplay" -+ -+#define LIB_DIR "%%PREFIX%%/libexec/w3m" -+#ifdef JAPANESE -+#define HELP_FILE "%%PREFIX%%/share/doc/ja/w3m/w3mhelp-w3m_ja.html" -+#else -+#define HELP_FILE "%%PREFIX%%/share/doc/w3m/w3mhelp-w3m_en.html" -+#endif - #define W3MCONFIG "w3mconfig" Index: w3m/files/patch-ak =================================================================== RCS file: w3m/files/patch-ak diff -N w3m/files/patch-ak --- w3m/files/patch-ak 22 Apr 2000 02:50:42 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- main.c.orig Fri Apr 21 12:45:53 2000 -+++ main.c Sat Apr 22 06:35:44 2000 -@@ -1139,7 +1139,7 @@ - void - ldhelp(void) - { -- cmd_loadURL(helpFile(HELP_FILE), NULL); -+ cmd_loadURL(HELP_FILE, NULL); - } - - static void Index: w3m/files/patch-ao =================================================================== RCS file: w3m/files/patch-ao diff -N w3m/files/patch-ao --- w3m/files/patch-ao 8 Jul 2000 07:52:16 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,19 +0,0 @@ ---- rc.c.orig Fri Jun 9 04:55:18 2000 -+++ rc.c Fri Jun 9 04:55:26 2000 -@@ -990,16 +990,3 @@ - Strcat_charp(file, base); - return expandName(file->ptr); - } -- --char * --helpFile(char *base) --{ --#ifdef __EMX__ -- Str file = Strnew_charp(get_os2_dft("W3M_HELP_DIR", HELP_DIR)); --#else /* not __EMX__ */ -- Str file = Strnew_charp(HELP_DIR); --#endif /* not __EMX__ */ -- Strcat_char(file, '/'); -- Strcat_charp(file, base); -- return expandName(file->ptr); --} Index: w3m/files/patch-configure =================================================================== RCS file: w3m/files/patch-configure diff -N w3m/files/patch-configure --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ w3m/files/patch-configure 7 Oct 2001 05:33:28 -0000 @@ -0,0 +1,57 @@ +--- configure.orig Thu Sep 27 21:30:08 2001 ++++ configure Sun Oct 7 14:33:20 2001 +@@ -33,7 +33,9 @@ + + # parameters: + +-prefix=/usr/local ++if [ -z "$prefix" ]; then ++ prefix=/usr/local ++fi + all_yes=0 + while [ $# -gt 0 ] + do +@@ -332,6 +334,9 @@ + readdir "$def_helpdir" + helpdir=$_dir + echo "def_helpdir='$helpdir'" >> config.param ++readdir "$def_helpdir_ja" ++helpdir_ja=$_dir ++echo "def_helpdir_ja='$helpdir_ja'" >> config.param + + echo "Which language do you prefer?" + echo " 1 - Japanese (charset ISO-2022-JP, EUC-JP, Shift_JIS)" +@@ -1686,7 +1691,7 @@ + VIEW_UNSEENOBJECTS enables w3m to make a link to unseen objects. + e.g. background image. + */ +-#undef VIEW_UNSEENOBJECTS ++#define VIEW_UNSEENOBJECTS + + /* + VI_PREC_NUM enables vi-like behavior for '2 SPC' or '2 b' +@@ -1731,7 +1736,7 @@ + /* + * Use Emacs-like key binding for file name completion + */ +-#undef EMACS_LIKE_LINEEDIT ++#define EMACS_LIKE_LINEEDIT + + /* + * Remove line trailing spaces in html buffer. +@@ -1753,6 +1758,7 @@ + + BIN_DIR = $bindir + HELP_DIR = $helpdir ++HELP_DIR_JA = $helpdir_ja + LIB_DIR = $suplibdir + HELP_FILE = $helpfile + SYS_LIBRARIES = $gpmlib $extlib $termlib $ssllib $v6lib +@@ -1801,6 +1807,7 @@ + + #define LIB_DIR "$suplibdir" + #define HELP_DIR "$helpdir" ++#define HELP_DIR_JA "$helpdir_ja" + #define HELP_FILE "w3mhelp.html" + #define W3MCONFIG "w3mconfig" + Index: w3m/files/patch-mimehead.c =================================================================== RCS file: w3m/files/patch-mimehead.c diff -N w3m/files/patch-mimehead.c --- w3m/files/patch-mimehead.c 19 Jun 2001 12:56:09 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,28 +0,0 @@ ---- mimehead.c.orig Fri Mar 23 10:49:53 2001 -+++ mimehead.c Tue Jun 19 21:46:21 2001 -@@ -166,21 +166,20 @@ - Str - decodeWord(char **ow) - { -- char charset[32]; - char *p, *w = *ow; - char method; - Str a = Strnew(); -+ Str charset = Strnew(); - - if (*w != '=' || *(w + 1) != '?') - goto convert_fail; - w += 2; -- for (p = charset; *w != '?'; w++) { -+ for (; *w != '?'; w++) { - if (*w == '\0') - goto convert_fail; -- *(p++) = *w; -+ Strcat_char(charset,*w); - } -- *p = '\0'; -- if (strcasecmp(charset, J_CHARSET) != 0) { -+ if (Strcasecmp_charp(charset, J_CHARSET) != 0) { - /* NOT ISO-2022-JP encoding ... don't convert */ - goto convert_fail; - } Index: w3m/scripts/pre-configure =================================================================== RCS file: w3m/scripts/pre-configure diff -N w3m/scripts/pre-configure --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ w3m/scripts/pre-configure 8 Oct 2001 04:05:18 -0000 @@ -0,0 +1,43 @@ +#!/bin/sh + +echo "# Configuration at ${HOSTNAME}" > ${WRKSRC}/config.param +echo prefix=${PREFIX} >> ${WRKSRC}/config.param +echo def_bindir=${PREFIX}/bin >> ${WRKSRC}/config.param +echo def_libdir=${PREFIX}/libexec/w3m >> ${WRKSRC}/config.param +echo def_helpdir=${PREFIX}/share/doc/w3m >> ${WRKSRC}/config.param +echo def_helpdir_ja=${PREFIX}/share/doc/ja/w3m >> ${WRKSRC}/config.param +echo ftppass_hostnamegen=y >> ${WRKSRC}/config.param +echo show_params=y >> ${WRKSRC}/config.param +echo use_nntp=y >> ${WRKSRC}/config.param +echo ansi_color=y >> ${WRKSRC}/config.param +echo dmodel=5 >> ${WRKSRC}/config.param +echo use_ssl_verify=y >> ${WRKSRC}/config.param +echo ded=/usr/bin/vi >> ${WRKSRC}/config.param +echo dmail=/usr/bin/mail >> ${WRKSRC}/config.param +echo dbrowser=${PREFIX}/bin/netscape >> ${WRKSRC}/config.param +echo dcc=/usr/bin/cc >> ${WRKSRC}/config.param + +if [ "x${USE_OPENSSL}" = "xyes" ] ; then + echo dcflags="\"${SSL_CFLAGS} -I${LOCALBASE}/include\"" >> ${WRKSRC}/config.param + echo dldflags="\"${SSL_LIBS} ${EXTRA_SSL_LIBS} -L${LOCALBASE}/lib\"" >> ${WRKSRC}/config.param +else + echo dcflags=-I${LOCALBASE}/include >> ${WRKSRC}/config.param + echo dldflags=-L${LOCALBASE}/lib >> ${WRKSRC}/config.param +fi + +if [ "x${JAPANESE}" = "xYes" ] ; then + echo pref_lang=1 >> ${WRKSRC}/config.param +else + echo pref_lang=2 >> ${WRKSRC}/config.param +fi + +if [ "x${INLINE_IMAGE}" = "xyes" ] ; then + echo use_image=y >> ${WRKSRC}/config.param +fi + +if [ "x${M17N}" = "xyes" ] ; then + echo suffix= >> ${WRKSRC}/config.param + echo charset=UTF-8 >> ${WRKSRC}/config.param +else + echo def_dcode=E >> ${WRKSRC}/config.param +fi >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 0:10: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC50A37B406 for ; Mon, 8 Oct 2001 00:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f987A1O18904; Mon, 8 Oct 2001 00:10:01 -0700 (PDT) (envelope-from gnats) Received: from neva.vlink.ru (neva.vlink.ru [195.239.222.8]) by hub.freebsd.org (Postfix) with ESMTP id AC53737B42A for ; Mon, 8 Oct 2001 00:03:43 -0700 (PDT) Received: (from dsh@localhost) by neva.vlink.ru (8.11.6/8.11.6) id f9873f315017; Mon, 8 Oct 2001 11:03:41 +0400 (MSD) (envelope-from dsh) Message-Id: <200110080703.f9873f315017@neva.vlink.ru> Date: Mon, 8 Oct 2001 11:03:41 +0400 (MSD) From: Denis Shaposhnikov Reply-To: Denis Shaposhnikov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31126: master site update of net/binkd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31126 >Category: ports >Synopsis: master site update of net/binkd >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 08 00:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Denis Shaposhnikov >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD neva.vlink.ru 4.4-STABLE FreeBSD 4.4-STABLE #0: Mon Sep 17 13:51:32 MSD 2001 dsh@neva.vlink.ru:/var/FreeBSD/src/sys/compile/NEVA i386 >Description: >How-To-Repeat: >Fix: diff -Nru binkd.orig/Makefile binkd/Makefile --- binkd.orig/Makefile Wed Aug 2 00:00:00 2000 +++ binkd/Makefile Mon Oct 8 10:59:01 2001 @@ -8,7 +8,7 @@ PORTNAME= binkd PORTVERSION= 0.9.4 CATEGORIES= net -MASTER_SITES= ftp://happy.kiev.ua/pub/fidosoft/mailer/binkd/ +MASTER_SITES= http://happy.kiev.ua/pub/fidosoft/mailer/binkd/ DISTNAME= binkd094 MAINTAINER= dsh@vlink.ru >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 0:30: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9479B37B403 for ; Mon, 8 Oct 2001 00:30:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f987U0520953; Mon, 8 Oct 2001 00:30:00 -0700 (PDT) (envelope-from gnats) Received: from aerotus.nobutaka.com (pl009.nas921.m-hiroshima.nttpc.ne.jp [210.153.226.9]) by hub.freebsd.org (Postfix) with ESMTP id B06AA37B405 for ; Mon, 8 Oct 2001 00:21:30 -0700 (PDT) Received: (from nobutaka@localhost) by triton.nobutaka.com (8.11.6/8.11.4) id f987LL103545; Mon, 8 Oct 2001 16:21:21 +0900 (JST) (envelope-from nobutaka@nobutaka.com) Message-Id: <200110080721.f987LL103545@triton.nobutaka.com> Date: Mon, 8 Oct 2001 16:21:21 +0900 (JST) From: MANTANI Nobutaka Reply-To: MANTANI Nobutaka To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31127: Update port: x11/eterm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31127 >Category: ports >Synopsis: Update port: x11/eterm >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 08 00:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: MANTANI Nobutaka >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD triton.nobutaka.com 5.0-CURRENT FreeBSD 5.0-CURRENT #7: Fri Oct 5 22:33:56 JST 2001 nobutaka@triton.nobutaka.com:/usr/src/sys/i386/compile/TRITON i386 >Description: Make overridable CATEGORIES for slave ports. >How-To-Repeat: >Fix: Index: eterm/Makefile =================================================================== RCS file: /home/ncvs/ports/x11/eterm/Makefile,v retrieving revision 1.38 diff -u -r1.38 Makefile --- eterm/Makefile 23 Sep 2001 11:00:35 -0000 1.38 +++ eterm/Makefile 8 Oct 2001 07:07:15 -0000 @@ -8,7 +8,7 @@ PORTNAME= eterm PORTVERSION= 0.9.1 PORTREVISION= 1 -CATEGORIES= x11 +CATEGORIES?= x11 MASTER_SITES= http://www.eterm.org/download/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 0:30:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AEBA637B407 for ; Mon, 8 Oct 2001 00:30:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f987U0t20964; Mon, 8 Oct 2001 00:30:00 -0700 (PDT) (envelope-from gnats) Received: from aerotus.nobutaka.com (pl009.nas921.m-hiroshima.nttpc.ne.jp [210.153.226.9]) by hub.freebsd.org (Postfix) with ESMTP id E5FFB37B407 for ; Mon, 8 Oct 2001 00:21:31 -0700 (PDT) Received: (from nobutaka@localhost) by triton.nobutaka.com (8.11.6/8.11.4) id f987EWA03399; Mon, 8 Oct 2001 16:14:32 +0900 (JST) (envelope-from nobutaka@nobutaka.com) Message-Id: <200110080714.f987EWA03399@triton.nobutaka.com> Date: Mon, 8 Oct 2001 16:14:32 +0900 (JST) From: MANTANI Nobutaka Reply-To: MANTANI Nobutaka To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31128: Update port: japanese/eterm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31128 >Category: ports >Synopsis: Update port: japanese/eterm >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Oct 08 00:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: MANTANI Nobutaka >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD triton.nobutaka.com 5.0-CURRENT FreeBSD 5.0-CURRENT #7: Fri Oct 5 22:33:56 JST 2001 nobutaka@triton.nobutaka.com:/usr/src/sys/i386/compile/TRITON i386 >Description: Set CATEGORIES in Makefile. Follow default term_name changes in x11/eterm. >How-To-Repeat: >Fix: Index: eterm/Makefile =================================================================== RCS file: /home/ncvs/ports/japanese/eterm/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- eterm/Makefile 18 Sep 2001 07:36:04 -0000 1.15 +++ eterm/Makefile 8 Oct 2001 07:08:14 -0000 @@ -6,6 +6,7 @@ # MASTERDIR= ${.CURDIR}/../../x11/eterm +CATEGORIES= japanese x11 MAINTAINER= nobutaka@nobutaka.com @@ -27,7 +28,7 @@ post-configure: for theme in ${THEMES} ; do \ ${CP} ${WRKSRC}/themes/$$theme/theme.cfg ${WRKSRC}/themes/$$theme/theme.cfg.bak ; \ - ${SED} -e "s,term_name Eterm,term_name kterm," < ${WRKSRC}/themes/$$theme/theme.cfg.bak > ${WRKSRC}/themes/$$theme/theme.cfg ; \ + ${SED} -e "s,term_name xterm-color,term_name kterm," < ${WRKSRC}/themes/$$theme/theme.cfg.bak > ${WRKSRC}/themes/$$theme/theme.cfg ; \ ${RM} ${WRKSRC}/themes/$$theme/theme.cfg.bak ; \ done >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 0:38:29 2001 Delivered-To: freebsd-ports@freebsd.org Received: from digger1.defence.gov.au (digger1.defence.gov.au [203.5.217.4]) by hub.freebsd.org (Postfix) with ESMTP id 5F94B37B409; Mon, 8 Oct 2001 00:38:25 -0700 (PDT) Received: from dsto-ms2.dsto.defence.gov.au (dsto-ms2.dsto.defence.gov.au [131.185.2.150]) by digger1.defence.gov.au (8.10.1/8.10.1) with ESMTP id f987bl814188; Mon, 8 Oct 2001 17:07:47 +0930 (CST) Received: from muttley.dsto.defence.gov.au (unverified) by dsto-ms2.dsto.defence.gov.au (Content Technologies SMTPRS 4.1.5) with ESMTP id ; Mon, 8 Oct 2001 17:06:12 +0930 Received: from salex001.dsto.defence.gov.au (salex001.dsto.defence.gov.au [131.185.2.9]) by muttley.dsto.defence.gov.au (8.9.3/8.9.3/8.9.3.LMD.990513) with ESMTP id RAA00430; Mon, 8 Oct 2001 17:04:20 +0930 (CST) Received: from fang.dsto.defence.gov.au ([131.185.2.5]) by salex001.dsto.defence.gov.au with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id 4AVVT25R; Mon, 8 Oct 2001 17:04:17 +0930 Received: from dsto.defence.gov.au (fuzz.dsto.defence.gov.au [131.185.75.229]) by fang.dsto.defence.gov.au (8.9.3/8.9.3/8.9.3.LMD.990513) with ESMTP id RAA00270; Mon, 8 Oct 2001 17:04:19 +0930 (CST) Message-ID: <3BC156FE.1724A456@dsto.defence.gov.au> Date: Mon, 08 Oct 2001 17:04:22 +0930 From: "Thyer, Matthew" X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Udo Schweigert Cc: Johann Visagie , ports@freebsd.org, olgeni@freebsd.org Subject: Re: ports/security/nessus-devel ? References: <3BBBCB63.9840B269@dsto.defence.gov.au> <20011004104512.F21830@fling.sanbi.ac.za> <20011008084801.A82927@alaska.cert.siemens.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Please dont duplicate your efforts. olgeni@FreeBSD.org (the listed MAINTAINER of ports/security/nessus) has already replied with a nessus-devel port for version 1.1.3 and I pointed out that its now up to 1.1.5. So please work with olgeni@FreeBSD.org if possible. Udo Schweigert wrote: > > On Thu, Oct 04, 2001 at 10:45:13 +0200, Johann Visagie wrote: > JV> Thanks for the heads-up, and I'm sure a number of us have now tentatively put > JV> this on our to-do lists. However, we're all overworked volunteers here, so > JV> the quickest and easiest way you can make this happen is probably if you > JV> create and submit such a port yourself! :-) For details on how, see: > JV> > > I'm currently working on a port for that. I hope to send-pr it today. > > Best regards > > Udo Schweigert > -- > Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 > CT IC 3, Siemens CERT | Fax : +49 89 636 41166 > D-81730 Muenchen / Germany | email : Udo.Schweigert@siemens.com -- Matthew Thyer Phone: +61 8 8259 7249 Science Corporate Information Systems Fax: +61 8 8259 5537 Defence Science and Technology Organisation, Edinburgh PO Box 1500 Edinburgh South Australia 5111 IMPORTANT: This email remains the property of the Australian Defence Organisation and is subject to the jurisdiction of section 70 of the CRIMES ACT 1914. If you have received this email in error, you are requested to contact the sender and delete the email. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 0:55:40 2001 Delivered-To: freebsd-ports@freebsd.org Received: from chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 4515937B405; Mon, 8 Oct 2001 00:55:35 -0700 (PDT) Received: (from dima@localhost) by chg.ru (8.9.3/8.9.3) id LAA85155; Mon, 8 Oct 2001 11:55:27 +0400 (MSD) (envelope-from dima) Date: Mon, 8 Oct 2001 11:55:27 +0400 From: "Dmitry S. Sivachenko" To: Jeremy Norris Cc: Dmitry Sivachenko , ports@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/automake Makefile distinfo pkg-plist ports/devel/automake/files patch-ab patch-ad Message-ID: <20011008115526.A84719@netserv1.chg.ru> References: <200110071218.f97CIZc25424@freefall.freebsd.org> <20011007165100.A41031@babylon.merseine.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <20011007165100.A41031@babylon.merseine.nu>; from ishmael27@home.com on Sun, Oct 07, 2001 at 04:51:00PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Oct 07, 2001 at 04:51:00PM -0500, Jeremy Norris wrote: > I was under the impression that GNU auto-crap and libtool were under no-upgrade > status until such time that it could be tested (on bento) or something. > This upgrade broke the devel/fam port and I do not really understand auto-foo > well enough to fix it. By consequence this has broken the KDE-2. Could this be > either backed out or could you commit the proper fixes to devel/fam port? > Perhaps automake-1.5 should be put in automake-new port or something to prevent > breakages? This is mildly frustrating because I have several other ports that I > need to update and this takes away from my time to do those. > > Jeremy I'll look at it tonight. > > On Sun, Oct 07, 2001 at 05:18:35AM -0700, Dmitry Sivachenko wrote: > > demon 2001/10/07 05:18:35 PDT > > > > Modified files: > > devel/automake Makefile distinfo pkg-plist > > devel/automake/files patch-ab patch-ad > > Log: > > Update to version 1.5. > > > > Revision Changes Path > > 1.18 +2 -4 ports/devel/automake/Makefile > > 1.7 +1 -1 ports/devel/automake/distinfo > > 1.5 +6 -6 ports/devel/automake/files/patch-ab > > 1.4 +9 -22 ports/devel/automake/files/patch-ad > > 1.10 +54 -41 ports/devel/automake/pkg-plist > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe cvs-all" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 1: 0:26 2001 Delivered-To: freebsd-ports@freebsd.org Received: from chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id AAFE537B407; Mon, 8 Oct 2001 01:00:20 -0700 (PDT) Received: (from dima@localhost) by chg.ru (8.9.3/8.9.3) id LAA85500; Mon, 8 Oct 2001 11:59:58 +0400 (MSD) (envelope-from dima) Date: Mon, 8 Oct 2001 11:59:58 +0400 From: "Dmitry S. Sivachenko" To: MIHIRA Yoshiro Cc: demon@FreeBSD.ORG, ports@FreeBSD.ORG, ishmael27@home.com Subject: Re: cvs commit: ports/devel/automake Makefile distinfo pkg-plist ports/devel/automake/files patch-ab patch-ad Message-ID: <20011008115958.B84719@netserv1.chg.ru> References: <20011007165100.A41031@babylon.merseine.nu> <200110080433.f984X9C93292@lavender.sanpei.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <200110080433.f984X9C93292@lavender.sanpei.org>; from sanpei@sanpei.org on Mon, Oct 08, 2001 at 01:33:09PM +0900 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Oct 08, 2001 at 01:33:09PM +0900, MIHIRA Yoshiro wrote: > Hi. > Dmitry Sivachenko > > I also have automake problem with archives/rpm. I could not make > like this under 4-stable(20011008-JPSNAP). Strange, I testes automake update with a few of ports that use it. I'll fix that this evening. Sorry for troubles. --dima > > If I use automake-1.4.5_1, I could make rpm. > > # make > >> Checksum OK for rpm-3.0.6.tar.gz. > ===> rpm-3.0.6_5 depends on executable: gmake - found > ===> rpm-3.0.6_5 depends on executable: automake - found > ===> rpm-3.0.6_5 depends on executable: autoconf - found > ===> rpm-3.0.6_5 depends on executable: libtool - found > ===> rpm-3.0.6_5 depends on shared library: intl.1 - found > ===> rpm-3.0.6_5 depends on shared library: popt.0 - found > ===> Patching for rpm-3.0.6_5 > ===> Applying FreeBSD patches for rpm-3.0.6_5 > ===> Configuring for rpm-3.0.6_5 > automake: configure.in: required file `./depcomp' not found > /usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL > /usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL > /usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL > /usr/local/share/automake/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL > > Cheers. > ------ > MIHIRA Yoshiro > Yokohama, Japan. > > ishmael27@home.com wrote: > > >> I was under the impression that GNU auto-crap and libtool were under no-upgrade > >> status until such time that it could be tested (on bento) or something. > >> This upgrade broke the devel/fam port and I do not really understand auto-foo > >> well enough to fix it. By consequence this has broken the KDE-2. Could this be > >> either backed out or could you commit the proper fixes to devel/fam port? > >> Perhaps automake-1.5 should be put in automake-new port or something to prevent > >> breakages? This is mildly frustrating because I have several other ports that I > >> need to update and this takes away from my time to do those. > >> > >> Jeremy > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 1:24:52 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail-relay1.yahoo.com (mail-relay1.yahoo.com [216.145.48.34]) by hub.freebsd.org (Postfix) with ESMTP id 2EB3E37B405 for ; Mon, 8 Oct 2001 01:24:49 -0700 (PDT) Received: from DougBarton.net (db-cvad-2-tmp.yahoo.com [216.145.48.243]) by mail-relay1.yahoo.com (Postfix) with ESMTP id 8585E8B5B4; Mon, 8 Oct 2001 01:24:48 -0700 (PDT) Message-ID: <3BC162D6.C9491D2F@DougBarton.net> Date: Mon, 08 Oct 2001 01:24:54 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: Edwin Groothuis Cc: freebsd-ports@FreeBSD.ORG Subject: Re: NOCLEANDEPENDS / bsd.ports.subdir.mk References: <20011008122302.A10910@k7.mavetju.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Edwin Groothuis wrote: > > Greetings, > > A couple of weeks ago there was a small thread here regarding the > fact that "make clean" in /usr/ports caused a lot of (unnecessary) > extra calls to "make clean" for dependencies. The solution for this > is to add NOCLEANDEPENDS=yes to /etc/make.conf. Actually, the second best solution to that problem is 'make -DNOCLEANDEPENDS' on the command line. The best solution (in terms of speed) is 'cd /usr/ports && find . -type d -name work -exec rm -r {} \;' Doing it that way avoids all of the make overhead and just does the deed. > Only then, if you build a fresh port with dependencies, "make clean" > in that directory will only clean the ports-dir, not the dependencies. This is a good reason not to put such things in /etc/make.conf. > The expected behaviour would be that the NOCLEANDEPENDS variable > would only be used in the ports-makefiles, and automaticly set to > "yes" in the ports-directories-makefiles. That's not the expected behavior at all. > I've submitted a patch (ports/31113) to create this behaviour. > Please comment on this. I'm leaving that for one of the ports gurus to deal with, but I think that you're trying to apply the wrong solution to the wrong problem. -- "We will not tire, we will not falter, and we will not fail." - George W. Bush, President of the United States September 20, 2001 Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 1:27:58 2001 Delivered-To: freebsd-ports@freebsd.org Received: from fling.sanbi.ac.za (fling.sanbi.ac.za [196.38.142.119]) by hub.freebsd.org (Postfix) with ESMTP id 79C1A37B408; Mon, 8 Oct 2001 01:27:49 -0700 (PDT) Received: from johann by fling.sanbi.ac.za with local (Exim 3.13 #4) id 15qVlI-0001z3-00; Mon, 08 Oct 2001 10:27:44 +0200 Date: Mon, 8 Oct 2001 10:27:44 +0200 From: Johann Visagie To: Maxim Sobolev Cc: kuriyama@imgsrc.co.jp, portmgr@FreeBSD.org, ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: USE_LIBTOOL breakage in freebsd.port.mk Message-ID: <20011008102744.B7417@fling.sanbi.ac.za> References: <7m1ykhl40i.wl@waterblue.imgsrc.co.jp> <200110060717.KAA02458@ipcard.iptcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110060717.KAA02458@ipcard.iptcom.net>; from sobomax@FreeBSD.org on Sat, Oct 06, 2001 at 10:17:25AM +0300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Maxim Sobolev on 2001-10-06 (Sat) at 10:17:25 +0300: > > Please don't do that. Due to number of ports infected with > USE_LIBTOOL this patch should be extensively tested on the > bento first. Pardon my ignorance, but what is the procedure to ensure that something like this does get extensively tested on bento, and not just forgotten about. By now I've received a number of reports about ports affected by this problem. > In the meantime you can workarround the problem by replacing > USE_LIBTOOL with GNU_CONFIGURE and adding a small patch, which > prevents .la files from being installed (for example see > ports/textproc/libxml/files/patch-ltmain.sh). I'll do that for the moment - thanks! -- V To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 2: 7:46 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 01F3A37B401; Mon, 8 Oct 2001 02:07:44 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9892Ds34012; Mon, 8 Oct 2001 02:02:13 -0700 (PDT) (envelope-from petef) Date: Mon, 8 Oct 2001 02:02:13 -0700 (PDT) From: Message-Id: <200110080902.f9892Ds34012@freefall.freebsd.org> To: dsh@neva.vlink.ru, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31126: master site update of net/binkd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: master site update of net/binkd State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Mon Oct 8 02:01:42 PDT 2001 State-Changed-Why: The new site you gave didn't work for me either, but I found a good link from the homepage and set MASTER_SITES to that. Thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31126 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 2:18:42 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED9A437B406; Mon, 8 Oct 2001 02:18:38 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f989Icd39606; Mon, 8 Oct 2001 02:18:38 -0700 (PDT) (envelope-from sobomax) Date: Mon, 8 Oct 2001 02:18:38 -0700 (PDT) From: Message-Id: <200110080918.f989Icd39606@freefall.freebsd.org> To: ernst@jollem.com, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28183: JDK Documentation ports for JDK 1.1, 1.2, 1.3 and 1.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: JDK Documentation ports for JDK 1.1, 1.2, 1.3 and 1.4 State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Mon Oct 8 02:18:13 PDT 2001 State-Changed-Why: Committed, thank you! http://www.freebsd.org/cgi/query-pr.cgi?pr=28183 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 2:20: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EB18D37B401; Mon, 8 Oct 2001 02:20:00 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f989K0u39925; Mon, 8 Oct 2001 02:20:00 -0700 (PDT) (envelope-from sobomax) Date: Mon, 8 Oct 2001 02:20:00 -0700 (PDT) From: Message-Id: <200110080920.f989K0u39925@freefall.freebsd.org> To: jonathan.chen@itouch.co.nz, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31032: new port to install JDK1.2 documentation (java/jdk12-doc) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: new port to install JDK1.2 documentation (java/jdk12-doc) State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Mon Oct 8 02:19:30 PDT 2001 State-Changed-Why: Duplicates ports/28183. Nevertheless, thank you for submission! http://www.freebsd.org/cgi/query-pr.cgi?pr=31032 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 2:30: 4 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D84B37B405 for ; Mon, 8 Oct 2001 02:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f989U1T41203; Mon, 8 Oct 2001 02:30:01 -0700 (PDT) (envelope-from gnats) Date: Mon, 8 Oct 2001 02:30:01 -0700 (PDT) Message-Id: <200110080930.f989U1T41203@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ernst de Haan Subject: Re: ports/31032: new port to install JDK1.2 documentation (java/jdk12-doc) Reply-To: Ernst de Haan Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31032; it has been noted by GNATS. From: Ernst de Haan To: Jonathan Chen Cc: freebsd-gnats-submit@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/31032: new port to install JDK1.2 documentation (java/jdk12-doc) Date: Mon, 8 Oct 2001 11:27:20 +0200 Jonathan ...and Maxim just responded to 28183 confirming that it's been committed :-) /Ernst To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 2:31:25 2001 Delivered-To: freebsd-ports@freebsd.org Received: from digger1.defence.gov.au (digger1.defence.gov.au [203.5.217.4]) by hub.freebsd.org (Postfix) with ESMTP id 13A3A37B403 for ; Mon, 8 Oct 2001 02:31:19 -0700 (PDT) Received: from dsto-ms2.dsto.defence.gov.au (dsto-ms2.dsto.defence.gov.au [131.185.2.150]) by digger1.defence.gov.au (8.10.1/8.10.1) with ESMTP id f989Ue818733 for ; Mon, 8 Oct 2001 19:00:40 +0930 (CST) Received: from muttley.dsto.defence.gov.au (unverified) by dsto-ms2.dsto.defence.gov.au (Content Technologies SMTPRS 4.1.5) with ESMTP id ; Mon, 8 Oct 2001 18:59:09 +0930 Received: from salex001.dsto.defence.gov.au (salex001.dsto.defence.gov.au [131.185.2.9]) by muttley.dsto.defence.gov.au (8.9.3/8.9.3/8.9.3.LMD.990513) with ESMTP id SAA24936; Mon, 8 Oct 2001 18:59:37 +0930 (CST) Received: from fang.dsto.defence.gov.au ([131.185.2.5]) by salex001.dsto.defence.gov.au with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id 4AVVTJ02; Mon, 8 Oct 2001 18:59:33 +0930 Received: from dsto.defence.gov.au (fuzz.dsto.defence.gov.au [131.185.75.229]) by fang.dsto.defence.gov.au (8.9.3/8.9.3/8.9.3.LMD.990513) with ESMTP id SAA16702; Mon, 8 Oct 2001 18:59:36 +0930 (CST) Message-ID: <3BC17202.5F7F577C@dsto.defence.gov.au> Date: Mon, 08 Oct 2001 18:59:38 +0930 From: "Thyer, Matthew" X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: vns@delta.odessa.ua Cc: ports@freebsd.org Subject: ports/emulators/vmware2 wont build on recent -CURRENT Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org It fails regardless of whether I choose to use netgraph bridging or not. ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c:165 is at the end of the following structure: static struct cdevsw vmmon_cdevsw = { /* open */ FreeBSD_Driver_Open, /* close */ FreeBSD_Driver_Close, /* read */ noread, /* write */ nowrite, /* ioctl */ FreeBSD_Driver_Ioctl, /* poll */ FreeBSD_Driver_Poll, /* mmap */ nommap, /* strategy */ nostrategy, /* name */ DEVICE_NAME, /* maj */ CDEV_MAJOR, /* dump */ nodump, /* psize */ nopsize, /* flags */ 0, /* bmaj */ -1 XXXX }; /usr/include/sys/conf.h shows me that where driver.c thinks it is setting the "bmaj" member of the "Character device switch table" structure it is actually setting the d_kqfilter member which is defined as "d_kqfilter_t *d_kqfilter". The "int d_XXXbmaj" member was removed in PHK's commit of version 1.126, 2001/03/26 12:41:26 because it is deprecated. That member used to be "d_bmaj" but was renamed to "d_XXXbmaj" in PHK's commit of version 1.122, 2000/10/31 10:58:14. Hope this helps. /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common/vmx86.c:487: warning: no previous prototype for `Vmx86_CurrentVM' cc -O -pipe -I/usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include -I/usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common -I/usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd -I/usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include -I/sys -I/usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ -DCDEV_MAJOR_=200 -DSMP -DAPIC_IO -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I/usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include -I/usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common -I/usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd -I/usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include -I/sys -I/usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ ! -I! ! . -I@ -I@/dev -I@/../include -I/usr/include -mpreferred-stack-boundary=2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c:165: warning: initialization makes pointer from integer without a cast /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c:333: conflicting types for `FreeBSD_Driver_Open' /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c:137: previous declaration of `FreeBSD_Driver_Open' /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c:413: conflicting types for `FreeBSD_Driver_Close' /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c:138: previous declaration of `FreeBSD_Driver_Close' /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c:465: conflicting types for `FreeBSD_Driver_Poll' /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c:140: previous declaration of `FreeBSD_Driver_Poll' /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c: In function `FreeBSD_Driver_Poll': /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c:495: warning: passing arg 1 of `selrecord' from incompatible pointer type /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c: At top level: /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c:548: conflicting types for `FreeBSD_Driver_Ioctl' /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c:139: previous declaration of `FreeBSD_Driver_Ioctl' /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c: In function `FreeBSD_Driver_Ioctl': /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c:578: structure has no member named `p_retval' /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c:594: structure has no member named `p_retval' /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c:628: structure has no member named `p_retval' /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c:636: structure has no member named `p_retval' /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c:642: structure has no member named `p_retval' /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c:647: structure has no member named `p_retval' /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c:663: structure has no member named `p_retval' /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c:765: structure has no member named `p_retval' /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c:775: structure has no member named `p_retval' /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c:782: structure has no member named `p_retval' /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c:788: structure has no member named `p_retval' /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c: In function `Panic': /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c:1038: warning: passing arg 1 of `exit1' from incompatible pointer type *** Error code 1 Stop in /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only. *** Error code 1 -- Matthew Thyer Phone: +61 8 8259 7249 Science Corporate Information Systems Fax: +61 8 8259 5537 Defence Science and Technology Organisation, Edinburgh PO Box 1500 Edinburgh South Australia 5111 IMPORTANT: This email remains the property of the Australian Defence Organisation and is subject to the jurisdiction of section 70 of the CRIMES ACT 1914. If you have received this email in error, you are requested to contact the sender and delete the email. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 3: 0: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EF4237B403 for ; Mon, 8 Oct 2001 03:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98A02a45178; Mon, 8 Oct 2001 03:00:02 -0700 (PDT) (envelope-from gnats) Date: Mon, 8 Oct 2001 03:00:02 -0700 (PDT) Message-Id: <200110081000.f98A02a45178@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: David Taylor Subject: Re: ports/31116: Update Port: irc/ircd-hybrid to ircd-hybrid-6.2 Reply-To: David Taylor Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31116; it has been noted by GNATS. From: David Taylor To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/31116: Update Port: irc/ircd-hybrid to ircd-hybrid-6.2 Date: Mon, 8 Oct 2001 10:52:18 +0100 On Mon, 08 Oct 2001, David Taylor wrote: > The current ircd-hybrid port is very out of date, and the maintainer > has no time to update it. > > This updates the port from ircd-hybrid-5.3p8 to ircd-hybrid-6.2, > and sets me as the maintainer. > > (A diff would be roughly double the size of the shar) Also, this supersedes PR 20301... Maybe ircd-hybrid (5.3p8) should be repocopied to ircd-hybrid-5 first, however, hybrid-5 is unsupported, and should probably should just be left in history... -- David Taylor davidt@yadt.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 3: 2:41 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 9FF2437B401; Mon, 8 Oct 2001 03:02:33 -0700 (PDT) Received: from vega.vega.com (h64.229.dialup.iptcom.net [212.9.229.64]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id NAA61617; Mon, 8 Oct 2001 13:02:27 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id f98A1FU00579; Mon, 8 Oct 2001 13:01:15 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3BC179E1.DB06A660@FreeBSD.org> Date: Mon, 08 Oct 2001 13:03:14 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: John Merryweather Cooper Cc: gnome@FreeBSD.org, ports@FreeBSD.org Subject: Re: GNOME megaupdate [gal/gtkhtml/ORBit/bonobo-conf/librsvg/evolution/sodipodi] - correct patch References: <20011005223443.A73833@johncoop.MSHOME> <200110060723.KAA03417@ipcard.iptcom.net> <20011006085019.A14625@johncoop.MSHOME> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org John Merryweather Cooper wrote: > On 2001.10.06 00:23 Maxim Sobolev wrote: > > It is likely that you see this because you did not follow recommended > > testing procedure (see my original message below). Due to some > > changes, > > you have to remove all GNOME components first, and then rebuild them > > all from scratch. portupgrade is of little help here, sorry. > > > > -Maxim > > > > No, I followed the instructions in the e-mail for the first pass > (pkg_delete'd ORBit, make clean, make install in gnome-fifth-toe). > > I was using portupgrade only in an attempt to recover/build as much > as possible. I have a working system, it just doesn't have quite > everything . . . :) > > I think my suggestion on including portupgrade was confusing. My > appologies. Strange then. It looks like you have missed gnomelibs update somehow (you need version 1.4.1.2_1 to build latest bonobo/gnomeprint). Please check and let me know if so. It is also a good idea to send a full log of doing `make all install' in gnome-fifth-toe. Thanks! -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 3: 8:13 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 005A237B401; Mon, 8 Oct 2001 03:07:14 -0700 (PDT) Received: from vega.vega.com (h28.227.dialup.iptcom.net [212.9.227.28]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id NAA63430; Mon, 8 Oct 2001 13:07:07 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id f98A5uU00605; Mon, 8 Oct 2001 13:05:56 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3BC17AFA.CD9D3896@FreeBSD.org> Date: Mon, 08 Oct 2001 13:07:54 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Kutulu Cc: gnome@FreeBSD.org, ports@FreeBSD.org Subject: Re: GNOME megaupdate [gal/gtkhtml/ORBit/bonobo-conf/librsvg/evolution/sodipodi] - correct patch References: <3BBDC1DB.6D718ECA@FreeBSD.org> <3BBDC8E9.AC7372D5@FreeBSD.org> <20011005223443.A73833@johncoop.MSHOME> <000b01c14e9d$06463160$9865fea9@longhill1.md.home.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Kutulu wrote: > > On 2001.10.05 07:51 Maxim Sobolev wrote: > > > OOPS, sorry I've attached wrong file. Trying again. > > > > > > -Maxim > > > > > I ran through a build of gnome-fifth-toe from a completely X-less machine > (no x libs, no imake, no nothing). I ran into three problems, only one of > which seems to be anything really important: > > 1) The patch failed in /usr/ports/print/gnomeprint on the Makefile. > Checking the original vs. the rejected patch, it appeared to be a simple > case of an extra tab ot two somewhere. My Makefile says: > > USE_PERL5= yes > USE_GNOMECTRL= yes > USE_LIBTOOL= yes > INSTALLS_SHLIB= yes > > but the patch is looking for: > > USE_PERL5= yes > USE_GNOMECTRL= yes > - USE_LIBTOOL= yes > INSTALLS_SHLIB= yes > > Since the changes were minor and obvious, I just made them myself, but it > indicates to me that I might have something out of date and not know it. I > CVSup ports every night and have applied all of the 'mega-updates' I've seen > in the past 2 months, but maybe I missed something. > > 2) Since X wasn't even on the machine to begin with, I had removed > /usr/X11R6/bin from my default path. However, during the build process, > several ports (including oaf and gtk) stick their configuration scripts in > there, where later ports can't find them. I had run into this problem > before building X-based ports, so it was easy enough to append > /usr/X11R6/bin to my path and start the make again, but I wonder if there's > some way to account for this up front? Even something as simple as a > warning that you need to add to your path for this port to install? > > 3) When it got to pspell, I ran into a real error: > > Making all in interface > gmake[1]: Entering directory > `/usr/ports/textproc/pspell/work/pspell-.12.2/interface' > /bin/sh ../libtool --mode=compile > c++ -DPACKAGE=\"pspell\" -DVERSION=\".12.2\" -DUSE_LTDL=1 -DDATADIR=\"/usr/ > local/share/pspell\" -DLIBDIR=\"/usr/local/lib\" -I../modules/ -I./ -I/us > r/local/include -O -pipe -c manager_impl.cc > c++ -DPACKAGE=\"pspell\" -DVERSION=\".12.2\" -DUSE_LTDL=1 -DDATADIR=\"/usr/l > ocal/share/pspell\" -DLIBDIR=\"/usr/local/lib\" -I../modules/ -I./ -I/usr/lo > cal/include -O -pipe -c manager_impl.cc -fPIC -DPIC -o .libs/manager_impl.o > manager_impl.cc:22: ltdl.h: No such file or directory > manager_impl.cc: In function `void free_lt_handle(void *)': > manager_impl.cc:29: `lt_dlhandle' undeclared (first use this function) > manager_impl.cc:29: (Each undeclared identifier is reported only once > manager_impl.cc:29: for each function it appears in.) > manager_impl.cc:29: syntax error before `)' > manager_impl.cc:31: implicit declaration of function `int lt_dlexit(...)' > manager_impl.cc: In function `class PspellCanHaveError * > new_pspell_manager_class(PspellConfig *)': > manager_impl.cc:48: implicit declaration of function `int lt_dlinit(...)' > manager_impl.cc:54: syntax error before `=' > manager_impl.cc:55: `h' undeclared (first use this function) > manager_impl.cc:58: syntax error before `=' > manager_impl.cc:59: `fun' undeclared (first use this function) > gmake[1]: *** [manager_impl.lo] Error 1 > gmake[1]: Leaving directory > `/usr/ports/textproc/pspell/work/pspell-.12.2/interface' > gmake: *** [all-recursive] Error 1 > *** Error code 2 > > It appears libltdl was built in the step immediately before this, but was > not yet installed. There are several places where ltdl.h is found on my > system at this point: > > /usr/local/share/libtool/libltdl/ltdl.h > /usr/ports/lang/guile/work/guile-1.4/libltdl/ltdl.h > /usr/ports/textproc/pspell/work/pspell-.12.2/libltdl/ltdl.h > > I assume libtool is supposed to be finding the first one, which is why > '-I../libltdl' isn't one of the build flags. But the inner workings of > libtool are currently beyond me, so I can't help much more. Which version of libtool you have installed? Please verify that it is in fact latest version (1.3.4_2) and if if isn't then reinstall it from a freshly cvsup'ed ports. After that you should have /usr/local/include/ltdl.h file necessary to build pspell properly. Please let me know your progress. Thank you! -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 5: 0: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 508C037B408 for ; Mon, 8 Oct 2001 05:00:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98C04G70676; Mon, 8 Oct 2001 05:00:04 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ECDC537B409 for ; Mon, 8 Oct 2001 04:51:49 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98Bpnr69743; Mon, 8 Oct 2001 04:51:49 -0700 (PDT) (envelope-from nobody) Message-Id: <200110081151.f98Bpnr69743@freefall.freebsd.org> Date: Mon, 8 Oct 2001 04:51:49 -0700 (PDT) From: TOGAWA Satoshi To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31133: irc/xchat: dependence problem with x11/gnomelibs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31133 >Category: ports >Synopsis: irc/xchat: dependence problem with x11/gnomelibs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 08 05:00:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: TOGAWA Satoshi >Release: 4-STABLE >Organization: >Environment: FreeBSD cel.sd.puyo.org 4.4-STABLE FreeBSD 4.4-STABLE #35: Tue Oct 2 09:00:24 JST 2001 togawa@cel.sd.puyo.org:/usr/obj/usr/src/sys/CEL i386 >Description: In default, xchat uses "libzvt" in gnomelibs. So if gnomelibs has installed, xchat depends gnomelibs even if "WITHOUT_GNOME" is defined. And if we delete gnomelibs, xchat cannot work. >How-To-Repeat: 1. Install x11/gnomelibs. 2. Define "WITHOUT_GNOME=yes" in /etc/make.conf 3. Install irc/xchat. (Note that xchat now do not remain dependent information in /var/db/pkg/gnomelibs-*) 4. Uninstall x11/gnomelibs. >Fix: diff -u xchat/Makefile xchat.new/Makefile --- xchat/Makefile Wed Oct 3 20:36:57 2001 +++ xchat.new/Makefile Mon Oct 8 20:37:03 2001 @@ -7,6 +7,7 @@ PORTNAME= xchat PORTVERSION= 1.8.4 +PORTREVISION= 1 CATEGORIES+= irc gnome ipv6 MASTER_SITES= http://xchat.org/files/source/1.8/ \ http://xchat.linuxpower.org/files/source/1.8/ @@ -52,10 +53,10 @@ .if defined(HAVE_GNOME) USE_GNOME= yes -CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf +CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf --enable-zvt MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps" .else -CONFIGURE_ARGS+= --disable-gnome --disable-gdk-pixbuf +CONFIGURE_ARGS+= --disable-gnome --disable-gdk-pixbuf --disable-zvt .endif .if ${OSVERSION} < 500007 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 5:20:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E4E837B407 for ; Mon, 8 Oct 2001 05:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98CK1G76474; Mon, 8 Oct 2001 05:20:01 -0700 (PDT) (envelope-from gnats) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.128.241]) by hub.freebsd.org (Postfix) with ESMTP id EA43837B406; Mon, 8 Oct 2001 05:13:36 -0700 (PDT) Received: (from ernst@localhost) by zaphod.euronet.nl (8.11.6/8.11.6) id f98CDZS03877; Mon, 8 Oct 2001 14:13:35 +0200 (CEST) (envelope-from ernst) Message-Id: <200110081213.f98CDZS03877@zaphod.euronet.nl> Date: Mon, 8 Oct 2001 14:13:35 +0200 (CEST) From: Ernst de Haan Reply-To: Ernst de Haan To: FreeBSD-gnats-submit@freebsd.org Cc: java@freebsd.org, sobomax@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31136: Maintainer update: java/jdk11-doc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31136 >Category: ports >Synopsis: Maintainer update: java/jdk11-doc >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Oct 08 05:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Ernst de Haan >Release: FreeBSD 4.4-STABLE i386 >Organization: Euronet Internet B.V. >Environment: System: FreeBSD zaphod.euronet.nl 4.4-STABLE FreeBSD 4.4-STABLE #2: Mon Sep 24 18:08:27 CEST 2001 root@zaphod.euronet.nl:/usr/obj/usr/src/sys/ZAPHOD i386 >Description: The download URL is out of date. And the pkg-message file should be removed. >How-To-Repeat: N/A >Fix: diff -ruN --exclude=work --exclude=CVS --exclude=README.html /usr/ports/java/jdk11-doc/Makefile /home/ernst/freebsd-ports/java/jdk11-doc/Makefile --- /usr/ports/java/jdk11-doc/Makefile Mon Oct 8 12:19:45 2001 +++ /home/ernst/freebsd-ports/java/jdk11-doc/Makefile Mon Oct 8 14:09:50 2001 @@ -26,7 +26,7 @@ WRKSRC= ${WRKDIR}/jdk${JDK_VERSION:C/_.*\$//g}/docs JDK_VERSION= 1.1.8_003 JDK_MAJOR_VER= ${JDK_VERSION:R} -DOWNLOAD_URL= http://java.sun.com/jdk/${JDK_MAJOR_VER}/download-docs.html +DOWNLOAD_URL= http://java.sun.com/jdk/${JDK_MAJOR_VER}/docs.html NO_BUILD= yes diff -ruN --exclude=work --exclude=CVS --exclude=README.html /usr/ports/java/jdk11-doc/pkg-message /home/ernst/freebsd-ports/java/jdk11-doc/pkg-message --- /usr/ports/java/jdk11-doc/pkg-message Thu May 31 08:09:27 2001 +++ /home/ernst/freebsd-ports/java/jdk11-doc/pkg-message Thu Jan 1 01:00:00 1970 @@ -1,13 +0,0 @@ -Here are some useful bookmark entries for your Web browser: - -JDK 1.1.8 Documentation: - file:%%JDK_HOME%%/docs/index.html - -JDK 1.1 Package Index: - file:%%JDK_HOME%%/docs/api/packages.html - -JDK 1.1 Class Hierarchy: - file:%%JDK_HOME%%/docs/api/tree.html - -JDK 1.1 Index: - file:%%JDK_HOME%%/docs/api/a-names.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 5:30:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D242C37B409 for ; Mon, 8 Oct 2001 05:30:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98CU0v82791; Mon, 8 Oct 2001 05:30:00 -0700 (PDT) (envelope-from gnats) Received: from khan.acc.umu.se (khan.acc.umu.se [130.239.18.139]) by hub.freebsd.org (Postfix) with ESMTP id 44B5737B409 for ; Mon, 8 Oct 2001 05:24:21 -0700 (PDT) Received: from shaka.acc.umu.se (daemon@shaka.acc.umu.se [130.239.18.148]) by khan.acc.umu.se (8.11.6/8.11.6) with ESMTP id f98COJ907596 for ; Mon, 8 Oct 2001 14:24:19 +0200 (MEST) Received: (from markush@localhost) by shaka.acc.umu.se (8.11.6/8.11.2) id f98COJA06491 for FreeBSD-gnats-submit@freebsd.org; Mon, 8 Oct 2001 14:24:19 +0200 (MEST) Message-Id: <20011008121959.7795E2022@romy.stacktrace.org> Date: Mon, 8 Oct 2001 14:19:59 +0200 (CEST) From: Markus Holmberg Reply-To: Markus Holmberg To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31137: Fix: ports/x11/xlockmore/Makefile uses incorrect configure option [patch] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31137 >Category: ports >Synopsis: Fix: ports/x11/xlockmore/Makefile uses incorrect configure option [patch] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 08 05:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Markus Holmberg >Release: FreeBSD 4.4-STABLE i386 >Organization: n/a >Environment: System: FreeBSD romy.stacktrace.org 4.4-STABLE FreeBSD 4.4-STABLE #10: Thu Sep 20 09:36:26 CEST 2001 mac@romy.stacktrace.org:/usr/obj/usr/src/sys/ROMY i386 >Description: The xlockmore port (ports/x11/xlockmore/Makefile) uses incorrect configure option to disable MesaGL support. "--without-mesagl" should be changed to "--without-mesa" >How-To-Repeat: MesaGL gets included even though it is explicitly requested not to: cd ports/x11/xlockmore && make install WITH_MESAGL=no >Fix: Apply this patch: --- Makefile.orig Mon Oct 8 14:17:51 2001 +++ Makefile Mon Oct 8 14:18:38 2001 @@ -36,7 +36,7 @@ MESALIB= ${PTHREAD_LIBS} USE_MESA= yes .else -CONFIGURE_ARGS+= --without-mesagl --without-opengl +CONFIGURE_ARGS+= --without-mesa --without-opengl .endif CONFIGURE_ENV+= XLOCKLIBS="${KRB5LIB} ${MESALIB}" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 5:47:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6EA9737B401; Mon, 8 Oct 2001 05:47:12 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98ClCi86537; Mon, 8 Oct 2001 05:47:12 -0700 (PDT) (envelope-from sobomax) Date: Mon, 8 Oct 2001 05:47:12 -0700 (PDT) From: Message-Id: <200110081247.f98ClCi86537@freefall.freebsd.org> To: ernsth@nl.euro.net, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31136: Maintainer update: java/jdk11-doc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Maintainer update: java/jdk11-doc State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Mon Oct 8 05:46:22 PDT 2001 State-Changed-Why: Committed, thank you! http://www.freebsd.org/cgi/query-pr.cgi?pr=31136 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 6: 7:50 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4663F37B408; Mon, 8 Oct 2001 06:07:45 -0700 (PDT) Received: (from tom@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98D4mp88987; Mon, 8 Oct 2001 06:04:48 -0700 (PDT) (envelope-from tom) Date: Mon, 8 Oct 2001 06:04:48 -0700 (PDT) From: Message-Id: <200110081304.f98D4mp88987@freefall.freebsd.org> To: mvh@ix.netcom.com, tom@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25530: ports/net/cricket port does dependencies incorrectly Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ports/net/cricket port does dependencies incorrectly State-Changed-From-To: open->analyzed State-Changed-By: tom State-Changed-When: Mon Oct 8 06:01:16 PDT 2001 State-Changed-Why: I can't reproduce this problem with the latest version of the ports tree. Please could you confirm whether this is still a problem? Is is possible that you have the required Perl modules installed in a non-standard directory? Maybe you didn't install them using the ports tree, but with CPAN.pm or something similar. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25530 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 6:10: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 36E7337B407 for ; Mon, 8 Oct 2001 06:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98DA1w92714; Mon, 8 Oct 2001 06:10:01 -0700 (PDT) (envelope-from gnats) Received: from burka.carrier.kiev.ua (burka.carrier.kiev.ua [193.193.193.107]) by hub.freebsd.org (Postfix) with ESMTP id DA9CE37B401 for ; Mon, 8 Oct 2001 06:02:07 -0700 (PDT) Received: from snar@localhost (snar@localhost) by burka.carrier.kiev.ua id QAU71062; Mon, 8 Oct 2001 16:02:01 +0300 (EEST) (envelope-from snar) Message-Id: <200110081302.QAU71062@burka.carrier.kiev.ua> Date: Mon, 8 Oct 2001 16:02:01 +0300 (EEST) From: Alexander Snarskii Reply-To: Alexander Snarskii To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31138: New port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31138 >Category: ports >Synopsis: New port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 08 06:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Alexander Snarskii >Release: FreeBSD 4.4-RELEASE i386 >Organization: Lucky Net >Environment: System: FreeBSD burka.carrier.kiev.ua 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Tue Sep 25 18:31:35 EEST 2001 root@burka.carrier.kiev.ua:/usr/obj/sys/burka i386 >Description: CDPdaemon - sends Cisco Discovery Protocol announces over ethernet. >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: # # cdpd-port # cdpd-port/CVS # cdpd-port/CVS/Root # cdpd-port/CVS/Repository # cdpd-port/CVS/Entries # cdpd-port/Makefile # cdpd-port/distinfo # cdpd-port/pkg-comment # cdpd-port/pkg-descr # cdpd-port/pkg-plist # echo c - cdpd-port mkdir -p cdpd-port > /dev/null 2>&1 echo c - cdpd-port/CVS mkdir -p cdpd-port/CVS > /dev/null 2>&1 echo x - cdpd-port/CVS/Root sed 's/^X//' >cdpd-port/CVS/Root << 'END-of-cdpd-port/CVS/Root' X/home/snar/CVSROOT END-of-cdpd-port/CVS/Root echo x - cdpd-port/CVS/Repository sed 's/^X//' >cdpd-port/CVS/Repository << 'END-of-cdpd-port/CVS/Repository' Xcdpd-port END-of-cdpd-port/CVS/Repository echo x - cdpd-port/CVS/Entries sed 's/^X//' >cdpd-port/CVS/Entries << 'END-of-cdpd-port/CVS/Entries' X/Makefile/1.3/Mon Oct 1 16:04:11 2001// X/distinfo/1.4/Mon Oct 8 11:43:22 2001// X/pkg-comment/1.1.1.1/Wed Sep 26 14:21:08 2001// X/pkg-descr/1.1.1.1/Wed Sep 26 14:21:08 2001// X/pkg-plist/1.2/Mon Oct 8 11:50:38 2001// XD END-of-cdpd-port/CVS/Entries echo x - cdpd-port/Makefile sed 's/^X//' >cdpd-port/Makefile << 'END-of-cdpd-port/Makefile' X# New ports collection makefile for: cdpd X# Version required: 1.0 X# Date created: 26 Sep 2001 X# Whom: Alexandre Snarskii X# X# $Id: Makefile,v 1.3 2001/10/01 16:04:11 snar Exp $ X XPORTNAME=cdpd XPORTVERSION=1.0.1 XCATEGORIES=net XMASTER_SITES=ftp://ftp.lexa.ru/pub/domestic/snar/ X XMAINTAINER=snar@paranoia.ru X XMAN8=cdpd.8 X XHAS_CONFIGURE=yes X XBUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet X X.include END-of-cdpd-port/Makefile echo x - cdpd-port/distinfo sed 's/^X//' >cdpd-port/distinfo << 'END-of-cdpd-port/distinfo' XMD5 (cdpd-1.0.1.tar.gz) = 8864db0e85e976d13bf4f03fc82c99fd END-of-cdpd-port/distinfo echo x - cdpd-port/pkg-comment sed 's/^X//' >cdpd-port/pkg-comment << 'END-of-cdpd-port/pkg-comment' XCDPdaemon - sends Cisco Discovery Protocol announces over ethernet. END-of-cdpd-port/pkg-comment echo x - cdpd-port/pkg-descr sed 's/^X//' >cdpd-port/pkg-descr << 'END-of-cdpd-port/pkg-descr' X XThis program sends cdp announces over ethernet. END-of-cdpd-port/pkg-descr echo x - cdpd-port/pkg-plist sed 's/^X//' >cdpd-port/pkg-plist << 'END-of-cdpd-port/pkg-plist' Xlibexec/cdpd Xetc/rc.d/cdpd.sh END-of-cdpd-port/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 6:37:47 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 881FD37B401; Mon, 8 Oct 2001 06:37:45 -0700 (PDT) Received: (from tom@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98DWWp95588; Mon, 8 Oct 2001 06:32:32 -0700 (PDT) (envelope-from tom) Date: Mon, 8 Oct 2001 06:32:32 -0700 (PDT) From: Message-Id: <200110081332.f98DWWp95588@freefall.freebsd.org> To: killer@privat.cybercity.no, tom@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28482: PostgreSQL Compile problem Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: PostgreSQL Compile problem State-Changed-From-To: open->analyzed State-Changed-By: tom State-Changed-When: Mon Oct 8 06:30:13 PDT 2001 State-Changed-Why: I can't reproduce this problem. Does it still happen on your machine? If this is still a problem, please could you supply more information, such as the output from pkg_version for the dependencies of postgresql7? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28482 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 6:50:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F15C37B407 for ; Mon, 8 Oct 2001 06:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98Do1Y99409; Mon, 8 Oct 2001 06:50:01 -0700 (PDT) (envelope-from gnats) Received: from goliath.siemens.de (goliath.siemens.de [194.138.37.131]) by hub.freebsd.org (Postfix) with ESMTP id A32E437B401; Mon, 8 Oct 2001 06:44:58 -0700 (PDT) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by goliath.siemens.de (8.11.6/8.11.6) with ESMTP id f98Ditl06631; Mon, 8 Oct 2001 15:44:56 +0200 (MET DST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.11.6/8.11.6) with ESMTP id f98Dit121824; Mon, 8 Oct 2001 15:44:55 +0200 (MET DST) Received: from reims.mchp.siemens.de (alaska [139.23.202.134]) by mars.cert.siemens.de (8.12.1/8.12.1/Siemens CERT [ $Revision: 1.17 ]) with ESMTP id f98Ditt9035952; Mon, 8 Oct 2001 15:44:55 +0200 (CEST) Received: from reims.mchp.siemens.de (localhost [127.0.0.1]) by reims.mchp.siemens.de (8.12.1/8.12.1/alaska [ $Revision: 1.9 ]) with ESMTP id f98Dit7U024055; Mon, 8 Oct 2001 15:44:55 +0200 (CEST) Received: (from ust@localhost) by reims.mchp.siemens.de (8.12.1/8.12.1/alaska [ $Revision: 1.2 ]) id f98DisH2024054; Mon, 8 Oct 2001 15:44:55 +0200 (CEST) Message-Id: <200110081344.f98DisH2024054@reims.mchp.siemens.de> Date: Mon, 8 Oct 2001 15:44:55 +0200 (CEST) From: Udo Schweigert Reply-To: Udo Schweigert To: FreeBSD-gnats-submit@freebsd.org Cc: olgeni@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31139: New port: security/nessus-devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31139 >Category: ports >Synopsis: New port: security/nessus-devel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Oct 08 06:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Udo Schweigert >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD alaska.cert.siemens.de 4.4-STABLE FreeBSD 4.4-STABLE #5: Sat Oct 6 11:56:48 CEST 2001 ust@alaska.cert.siemens.de:/usr/obj/work/src/RELENG_4/sys/alaska i386 >Description: This is a port of nessus in its current development-snapshot (1.1.5). >How-To-Repeat: >Fix: begin 600 nessus-devel.tgz M'XL(`%.MP3L``^Q=>W?;-I;OO^:GP*39T^0DDD6]'&"^]._>]`?-O3?1=I`_Y1F M7MBB],'>87F^D_'-@E_3O#P4%'Y_8ZWY#.@[7`D/[D]&^U6J3D`9[` M4$11RV,R:_.D+20/]MY*3D8L!9(0N_>R<_C2[I)NIV-;SYX]JRBX]T$DY*.7 M$?("RW0'\%]1YNB(M.P7SU^09_K?HR.+1,*C$13/F,_EJZ.UKY"M0BJ9O\Q? M_PX`JW5^.AI]&EUBVKL&>&VE;S-U6# M^82/R7^3OY"63QX]7M;UB/SOOY,L9(FE&3Z^!CQII>N8(L\+8^&3@T[G5N9O M1/]J^7$KOA&;$MPA3U"KYO)/EW26OR_X%>,]0!#_R.&OGO@>3/[;]A'VT!N]?O M#!KYWT7ZEIRS*4F%S!3Q1!0Q+^,@RG')"60LY$NRM\HEUK?6M^3Q6\G8Z]') M2_(8OEL7'R^OSH\_G+Y:1^+C'T\O1V'%^=OOMX>78Z>K6G MF)=+GLVL#\>CJ]-+9W1VA8_'6?IR?Q_^;7M#+Z_$FZD'JP?8$4S]H^TQ7$O$DO]F/ MN?+N6U^8/7"%RP8RQ1EMCZ6N,.92"JF^K#8%<)ZQMI=$U&VI*0?CHNV%9:6W M*]N^A5X8M&6NVS?GHR_OKF+7N61`WNR>=+5.SD;KG.\)R6XA+6#PL_,K^/_T M\M5>[HNV\L(IXP',G4G)Z?@!PD5$7M[LNBKM') MV>6OMWM:B%DKXBYB+=T89_3I-6#G[;$^7_XPNGSS:F_O\2_P4=>RTE++^C0Z M=>"U5Q\_OG^U-V-0X/C\RGEW]4/QS8+)W8MRGY'_<)7?1D713F&HXNN_8MZ8 M^*`G$N8_^?[XQU,L]E37N"C?9I%BUIN/YV_/WGVZ/'6.+]^-GKUJM7RN<&A; M078-F,3G8^L.:J_5NF7_PUA,G"8GP->]B8WH"6A[),BY M#6-2RK.-WU\LOOOM%W,#A_H^*O[E@]+B67R7<9%O6:E0V=P5>JF'YB]HYJA, M/:EJ"!@:0%(Y8?*:S=HIBY]:>TNL/7!Z MM%KY)\7(Y@;EJ0^CW$JC/(`^DTR0X@F9B5R2XO%:5 M_;WGVS]:6K/_0"@SGHS%`[^CSO^S[7+]I]L?].V.MO\&=F/_[2)].!F0)^MS MKY[!M+76AJ%I!S\_):](W_6&;'@X=@\'K#.FGC_T.^-ACW:&[@O/]GJ-8'V= M:4W^T^L`J!^#/6*6A7NF6OGO@/P/#R!S>`">'^9V#IKUGYVD8S*W*8GR:)(P MGYDDD?PA+H\XAEGBO"$4!+P"4O`_LFF0EXW!>26-&#@(8\G8':6#K[1&QU?'Y\_)-.1>2*`&+RK>+/(,70N_>#LX&%!9 M'OE0"=/U@P,M`Y9XC(BQI8"3)8V(GL>DQ^&C`";'EE#H&9-L46\F!'AH*7C? MH-':EH5C40P%&G'/>N(+`HZI?CIE+BG<3H5`&(PL+`OC=\23 M%QWRMZ?U8X+$?$X$C&%+@>/G`3L@C:8TR;13"'T#)L&AMD"`VN!Y?_[\^24I M5ZZFT^GJDIIE78Q>DBM!2B]:-S:"4>?8+H:OD10]R.<$>K.V!#+W0S5KMIM) M:>MT1_^GR`@/^XXZ_:]]/NW_#0Y@`D#]/^PT_M].TG))QRI739;+:LF8!^WP M]O/RJ[J;L\I+5;G.@=@/??_P<>0;/_;R=I(_T?>!]`S?S?M;O+^']OB/0?@"G0S/^[2-^2"V/L M?V\3@ZQM`;BU`6`.:6+_3>S_7SSV?_'#.^3Y(CRZOO6EM6W,?^]VT+_@LBW# M_I)*CD'Z+0/_BXT":T'__SH=66?GHZOC]^]'SNA[>%X\6P3)<1^"3?!/JW0* M[(U!UB:^^O6EC?/_`\>!ZN(_I(_QWT[7MGOV$#_;@R;^NZ-4KNT=9QGUKLG( MDSS5*Y7O:1+D-/CS.D9_DE0I_P\8!ZJS_SN]SFWYM_L'C?SO(IT?C]Z3(EJQ MD/VHE'T"/,"#A/DZ%IPM(P&WHS<8\E`6Y3'6E.E`@Y@2FLQPU1Z^3P',X!49 M4YFN:QF\*"L*!?@;.KH\9E,K!BLVTS&;>5TI$VFDZ]([`K$Q7.KZ%`&S,A1Y M1D(Z*6(P9"JDG%G4Q:<%L@P=0+::J8S%12@)H`&5-,D8(QA?*=I;1%?TP!1C M8D$O=?0'8RC)#.,W`9I#T&YVX[$T@^9)Z%:L0SRWNZ8[30.*00UKG@L\%["L M3:["'+JIWZ4[JG1X"]K%J.+1#`<+Z'!V05)0SRP#+%)"6(I!\R4+\@B8M\Q# M*I!4B@D'NNEZE(@9>'8)O)'#7$[&>:)=/%4&PW@46>CM:=KJ=HJQC@[I*%^6 MEE$B$@NYB.,4Q&SK-EOST2N;?6?DR$MBE<<[]-OT*.JVPSB6[=9$!@;`M^NP M&E131*^*02JR[M2"RWHYI4*QD9CU`!519116)T6X=-Z$YU`'"HCVP#7M=""0Y!ENPIBU">[)!'Z+GI,46%$D%L"G MT"P=(-P@Q-`.:!B^HVV,OOD"?$8T]<,LCIII_T^2-L[_#[P/M'[_UV"Q_[,[ M+.;_3K/_:R=I=?]G2?X[>S\]>WQH'PYLSQMZ'CL\<#O49A[K^/;8?S'H'S3* MXNM-E?;_`^X#J)7_WD+^^WHOF#WH-O'_W20=R,8UP?F')_Q;G?P:] M9O_O;M+6\=\)6PLY;7T(?*5,$Q)N0L(U(>$O;N$?)"2\]4GO^QW57LK0G?/F MBZP[A\[O!'G7SU?C\6J6Z$/8'D]#)LU!X/G9P";^^R^5*N;_!XT`U\9_![U% M_*<'&<0>=CK]9O[?17H_)[F.RQ3QG>+4SNT@3R/:_XK)(/\/%@&N/__?+^2_ M>]"W!WV]_V/8Q']WDD;E&3I-;`P=@0.`FD#?"'7;E#('D!H%\16F"OE_T`A0 MO?P/%_$?>]C5\M]KYO^=I`WW?RP]BMN!H+'?ZPTZP\Z8T3X;NK[;'0^HUSL< M4CJ@8]II-,!7EPSS_X-%@.KD_V`P/__9[PV&>OUOT&O6_W:25LXV;@[\!"P3 M:7;W'&5(98`,LN$<:/4)48P.%0;#IBSV[Z;CNQFI1]-60F/FNYLS ME_$JW$*DG(#B_B(FEY&K6\^7,:P[&>WN(KQ5=(#>^KX2_YH_6)8IFGJKX.K# M9>GUIU"%/FN:)_-+MLNUHB.?2QF3NV.U.:=2,V\Z1?\'./_7Z_::^,\NTD;Z M[_C\7Z\[6,9_<"^`#4;&L-'_NTCW._]7,LA6T9\YMHGZW"_J<\]3<4W4YP\6 M]1%1P!)^5$H'LHEEO?YT]OYD>'3ZZWZE\51_!%!W8*TR M;<[%-*TH"SG6Y:?SE>.&1JRN/YHE-VN0Z72ZCP_O&\2:*P3KW?DG9Q&+*J\9 M7@\SN3F/_-O7\MZZX.-9WA<>= M.*@$GGV'B%2*0-*XO*)1G\5"+*'6VJ6PQ1V`.I>QZXTWR18U>/,+$-E-&@FP M$'W+G17'UB2+189G`C,)$[S$JP-7[B)D+U$_)SNN`IGNX/H<78JZU,BJ.`0II?>:)+Z:JZ,CML2JK41F2$%?` M"H(N&U@.`[$B1DOB-('!KS)MU/^[/O^EX_^X_C_L]3I:_]M-_&\W:4/\K^2" MN\?`QGV7'O9?'-)AM^,.X#_:H?V!YS&WTW=?N(V8?X6ITO[;V?FO`[O?[<[E M?U#N_^EUFOT_.TDK\3^]Z&*M_$(1]<`^2S+5SFZRU><_Y4R)-H8+K;M7@^[W MP!)QBB4^IMKZ;-D&5+]SXWA2*.7HA<$JV.O38V?*W$@$W',N@4EIY!27U#AO MA%]=[HV(_+''/I^$(YU)\H M1J47;H&%T9*S+7`U%;Y#ZKR]NCCI'!Y4@L[.1LY8@A&;TH`Y)Q]'E4NWCA@5$^-=5^\NWC# M9.:CF.Q+06F)JZ4$`RE1DP&9W`9$;K1(SB)2+4\1EJA#I4+8D2IY`/+^`& M1DDHZ%'?,*0E`%RWU`0"#7E3EX]JIA:328I=HX8Q3Q)64Y>(BMM-8"S'-(\R M)Z5*@=MM8-B4PGSAT#P+'?53Y,`S4`'&`2Y*^*`^(^VO&/BV@)9M0L]F2RA* M>6[H9PF.J#)P50DJ5"15!C(62+0T<%M+-4Y>,VY@&>6QQ'>NP7DW8'C:JNN= M2A>*G6:F]RUQPB`W6=AQ0KR5QC`"^372'&7&@`$6*0XN&=CIAB69(VF:"6EF MU1N3=$*FXP$I9'7O7>I="\G'W&.V`:1X!#J;)YZC?V2]&NFV0FY09IB/>Y,F MU1.,ZPIJD#1W##H?5[\,`%1;,,%6"U^!P3NO:`92(DW2Y_(`;45#/G`K4E5( MP[@@R!7CJEE3YWLXI62+B:6F-K-AIB%U2KX`E4N;4;7$:MS/-V/IN+EIH'[V M7;MNEG)%WXU?3TH6]H52+MJW!@D$@>[D%`3U\VA M-6PWA]6)!`PX<+L#'#-51ID`(+0NCTT`O%S-E#\%#5^='\(H1PS87,4X8+7V M9K%F;NA:R+SK5/#$T":0)=&:<#8M?P^I9>0*1#O#@T$]0A/=S&(:"A8]C6:F M4=.P^HKT^Z@?`RW!8P'$-OCZ:A/AI`8*8"AC"T*!XR?!9:^V>#WP_YVQ7@`H M.V%L6O%;8$5!,R!FP:35H.TGS$^7%KH>47C;)ZY*:32K@8/$&MJN MLQ>^I>_6(<=@Q1<7%]0`:Y483/8!$-QD")60&B/;S^.4)9/*?`;V=W7FN*:9 MC$-_G1C49&S&Q?HR5+,MP=#8,N1^@30PG"$-7`7Z:U(XX1'+G#R-P&0U@`T= MO/'0Y63F49B#TMR-.'AH,'F`JEKK5,1HM57&?L9!2`T=&M-KYE83=$QO8+PF MK-H=&:,'L;!Z-_M`A85FJ@(-N$X=`#U:7XC:BDQ*MH28U@/F%JID##=OUL!@ MNM=JS31_S"<^VTAMI"F0VX],0P48K2`-2X_C%-0%C_'6X$K(?"F^'E'K`"^1 MQLXM49.I4H8>+H"U<\`2JO!JX&H<&HR)2&:Q,*PJ(:J>PQ`$1I'!PUM"'-R" M5"D3`--VN_:[C+5Y4]^1PL2Q``HBX6XQ9(#<"@3NY<1,T#D(5\5$DIAL,8TU MT^>GY`87-6$XMFH>[BXRS@T:5#=FJ+;RVEXN4-7K"$M8_2JUQH(#Z>!%X6:4 MB+9E$7VA-RXY5T9O`(4FG*F6Q=(X&M9.-DN9L\52$];J20J&=G43`PI^!,Z8 MM<0-N(S&DK.D6O$&$8^AK=7Y"4T5KLH$\$)\3M\X\X:JVA4/,]]@>(=9 M()EA\&'"*2XF,4"*E:LM6@G6?4NF7HNEL6'=J%CY,#G.&A$SF+#]:E[6H#JI MUB`8XCK[<8$#O\[`0GIAT!75T8H"D0A7^`;V`=#$U!A06=(5<;7?Q;O"YQA/ MK.8L_B8TN,+\@LJLNH7<,Y7UF$?3_VOO7)HGV$N.F]W5K#?V)>5# M/6.*O1.TPK;Y\>5VSY5(\CQ1/U+2(!HP50M7S8I*(?QR#-#-L-'/%*IE%K.H/L#CYH2VLF!L8]AP/T-\$1 M.?SP'#NMV$4(W=Z"N5"@20C91](.8F#-50&':@>"7KDJPVAMD#LD,)3`R1Q*_-F5>V M$ZTW;1^NV!%!QXBW.P^PO8H6/R=F+X>8"P:*L/3ODN#*`O>=XYA\">\_TQL\ M?RICBZ@2WZKKJN1S`&M7M^\WLLD!`!%%TUP'WE'7E3Q/ENAL^>)9<*/.$W38 M.%(H.U+D621"?]\"%LA-W_L->(C2S29FC5,BY/->TK\SVZ MPM%TATU%2SA)H`#\-*>IFHX]2(ZA89!_N)%6OMA@1)0NI&\US#MN\NSEHPED7&2<,@R9A?G M%,0W'B2Q6.W`L".ML[(7WQ4\M9F6)99EM>2P0'?/<@A="RLY@!L,+Y05'DZN MXZVEM2A,%72F<[43NID^/RO:DR.C--\=;R,./T+2LNAA(Q.MC7X2:R#]`[CG M@C!L&QG;DL@]Z:FT"?9HG1+DP0]9AJ*IP3++M!6](#349TISJK6T)-)X]NK5 M,0?7_/:Z<[UZF@0M@?,"Y::]RALQ=<'[$'3?&"03A1F[Y60@M36AFF.I,R[Y ME9QM:ISR_(BJ8W%Q^RJ/M-N974I5`XAX9Y%:VNW(9AALFW]R-Z+*&XU=G20C M*PUU2D!`LR/]4;U!LHIMWM-&.C+T(5+_UIH.W!@!KF?CNK7L8X<@4.12-W@X M=B`#P=OJWS1U?TD19GBV1'-2F"\P$E\/8,,4..-N('9WW#`2,V3?!PX6L-.E M_$+N#A1IKQ^Q)VV$1`)P_=S0,E/TAI,-A%W-KR3G)D3QT/$'9L-0^0CC5;[^%O^5_O/'S^#WL`[ITAT);,%+(PSZB=:\&+,[Q%XY,!\[0<;JW8P MRJ^>+=L_O)8$U44[TX>)I&0>\L?W\RB$#&?7O8="/;:/6P?`;0SB`3U`%R1! MT9N\9[$;3'-2WW>)H=2;`D.CWW)MC&50?WL<]KTO.9.W'9F4!<%Z)F,\5ING M_`!;&%.?J][#2-F"DH#AK;<`)*G8V*KO;$6V"!ML4J56XX9M7NS!1I?V>Y+%WX!TZSX> M#8@FD-+#[A"H;C&CCC6VP6A4P!-YTT0%:*L((HB+(LRRL)IW3X1^1%&LAT-> MH^5YGJ,2!=FHPNV`+9``=+/[VM$3R8\T;]D28HS)4@ M`N4\^R.XO*-_*MY(1/#/UW]RL:>`W@R]/=DFI&1^,E>F<#&)+'_N[\;3K*56 M(+OZ1FZW-(!=XV@QEI&'+U,.8;&*`J$,%MU*-'LKZ;V(T'"1(`@<7C,:W[TWP@]/[[%EH#O%.GN>[0IS?=-X\#E]S2L]9?1%ZJ3 MO&O--%6_I^6A!Q.-GN@AV&)G@*1OPUP@(<8W9VA[/ZC.ER1@01([Z\;T-^@I MAUZ2PNR%2YOI7'OB,(S^6F:\&/3!?LHG1M]17ZJY5!V"+U^EY[$',/!A%'"R; MO?&8#=N\PA+\F";6A>GUE19`_>?:G% MO%P(MIW,`,(J)(5H)=0]H8$3;/,2*NQY/W)S?0%/$D$=7OEKKJBLT2P<,]`JSU@7B%0O@XS-`/Q2<)7'OAP M'1",)3!0MX717U.04FD04;*4!"'+%_].M(VR(4BH8S_MC\J9.J#I"N"#N2KG M4)\+$R@`+)E$D1+&`$C22E:B\TZN_ M[$$H+?A6\<$$I"$DCQ8:FX,>*T!BN),L3M%5@X-G-/<"WXX MDID)3:N%NRH3,9JS23O324N9.FB,S^R\O$&M)IJI1=6)YGX]M!KKK9(<(AY& MV0M1@(B1A#,L2::/>$_M\O!I'*'\XSL,IH'>.,[7T"G>!%&04'#C6]<6Z$(W MO&0;)L.#!1(U'AK.$3GR<'FC61J/9@\F"E&<=VJV&"1)MV;?&W,!.""%[%E`?=M"Y;ZPAS5D;"M/FG: M[5PZQ6T;WCQK`@BL,[T-XV!IR.RL,CJ)%6.XFAP)Y0,:*836?;N)(%>0&=N1 M6(M:]/^5U&^F,1T[[9.#'7L.!(H'_DGLJX+X7G^Y*W'!^YPOO]4GB_P*)]X'XH_-T?"M_; MC_F(Z"OWZ?W'CR7/F;D?"KF2ZR/N4^'U`8O_@?N,GU^P!S'N=;'!Y/'4Y&WN M!6I=Y'PJ%D;T1Q7W=3ZU>6%(N&EEIV[H*#X5N8@>Y%,MO!B6(XCWW<`D#:5P MS9O@ZK^;?^D'['>D$L#`XX(.H?]J4K$^_?:6%>%-SX0..G<[.42%.3G]6OAR M$KOG3/R"`VB-VL"4)H'.[-VR`3G:%JZEO[:P)HKDQRN5)A)SY16YDB)FF(2Y MT4(H*@CO+9:9_(0D*]=Z2%_CP1`[A_/F,B-E`2SVD?Q*RAQ0(XBX:==SM33^ MUH]V@/JSV-QBP.T-5%N8F?417<>YAQ4UYPY5E!(FYW"8=L*SV8%WVG_MQP`$ MM^=/(L+M!J0:/1_=VZV:Y]'A+9T"BLLRH0T*0IQ:()JI9?<4 MA'1-?N`\G*8.Y@@NBAV`A25Q)1"&/3F2)Y_O'K?1GD&MRCAVL`!TY(TC[-?A ME*`(2J@)Z&J+'-5Q,FI^BC"PQ[\P#Y695O3!DG_#&8[KZO?MLV'N?)%X6[#&PY>8D)(?\HCKKM6 M*0)_M"5)2$/?[F@28)?K#,6N1X.C#P/):OAI`4Y8MY(RAY`N-CR!\KEC+,A0 M')G[^[PZ0]U^X*+$%>+-DH$/J650?F;$$Z, MN.2O>10Y?K(6Q6K&J3!'[?=@-4SYYWHNRV^137-S<7YTNV>M<``!HVED.%5E M"B,;%'#[S]E+X4@_#J3R-*[&Q7O.S[^DGYW+^2H_OM#L@]1S&,X3W%D^/95M MTYO,%?LPRZZ&Z_;N)*$#I2SR'E14*3?5CE"Z*P]N]!PDE%L+Q0F9FB\M;,>@O"N0*X@!-S)I3XS)W5YC,NYSEIM7"EBD$5 M#+@5R7."RQ@ARHLBC1#5_9O[26YU#DW]&8-N$((XP-K%"N]V3ES*Y$0/B+#Q M!"\]5F/M]5^+9@`J[]U6^,Q/=`PH3.!W(,8*!,DRPU'MC:Q$Q(NE[<8-J"@E"7LEKA%UK9A-3,L!L( M'6$WJBC8=C7;O`U[-<<>?_-@R6#)/\P7"T3^"_IL('?"'Q?`M?3"/2M!P+04 M\F77H.#@R_62MA'FB&IO9)?[AY_-R;)5A1CJXCPBA*2__NO0^N:[>/<]2;D; MNWQ4]+N?:EI6VW?Y$^6)[W[B.?M.DK_?_>4?'^X(+O$5!B+&3IC09IEWF[]_ MJ.WY`Q>&>??;;^^&,-H__N;Z%=NUK6UM:UO;VM:VMK6M;6UK6]O:UK:VM:UM I;6M;V]K6MK:UK6UM:UO;VM:VMK6M;6UK6]O:UO9_WOX'W4W^D``8`0"V ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 7: 8: 4 2001 Delivered-To: freebsd-ports@freebsd.org Received: from barry.mail.mindspring.net (barry.mail.mindspring.net [207.69.200.25]) by hub.freebsd.org (Postfix) with ESMTP id B65EE37B401; Mon, 8 Oct 2001 07:08:00 -0700 (PDT) Received: from netcom1.netcom.com (user-2iniu1n.dialup.mindspring.com [165.121.120.55]) by barry.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id KAA15493; Mon, 8 Oct 2001 10:07:58 -0400 (EDT) Received: by netcom1.netcom.com (Postfix, from userid 1000) id 8855213452; Mon, 8 Oct 2001 07:07:54 -0700 (PDT) From: Mike Harding To: tom@FreeBSD.org Cc: tom@FreeBSD.org, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org In-reply-to: <200110081304.f98D4mp88987@freefall.freebsd.org> (tom@FreeBSD.org) Subject: Re: ports/25530: ports/net/cricket port does dependencies incorrectly References: <200110081304.f98D4mp88987@freefall.freebsd.org> Message-Id: <20011008140754.8855213452@netcom1.netcom.com> Date: Mon, 8 Oct 2001 07:07:54 -0700 (PDT) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org It looks like my proposed patches have already been applied - checking CVS, sobomax fixed it 6 months ago, but did not close the PR. - Mike Harding Date: Mon, 8 Oct 2001 06:04:48 -0700 (PDT) From: X-SpamBouncer: 1.4 (8/24/01) X-SBClass: OK Synopsis: ports/net/cricket port does dependencies incorrectly State-Changed-From-To: open->analyzed State-Changed-By: tom State-Changed-When: Mon Oct 8 06:01:16 PDT 2001 State-Changed-Why: I can't reproduce this problem with the latest version of the ports tree. Please could you confirm whether this is still a problem? Is is possible that you have the required Perl modules installed in a non-standard directory? Maybe you didn't install them using the ports tree, but with CPAN.pm or something similar. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25530 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 7:37:47 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D57F37B401; Mon, 8 Oct 2001 07:37:45 -0700 (PDT) Received: (from tom@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98EbhE19308; Mon, 8 Oct 2001 07:37:43 -0700 (PDT) (envelope-from tom) Date: Mon, 8 Oct 2001 07:37:43 -0700 (PDT) From: Message-Id: <200110081437.f98EbhE19308@freefall.freebsd.org> To: mvh@ix.netcom.com, tom@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25530: ports/net/cricket port does dependencies incorrectly Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ports/net/cricket port does dependencies incorrectly State-Changed-From-To: analyzed->closed State-Changed-By: tom State-Changed-When: Mon Oct 8 07:36:51 PDT 2001 State-Changed-Why: The originator of this PR notes the problem has now been fixed http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25530 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 8: 0:26 2001 Delivered-To: freebsd-ports@freebsd.org Received: from femail9.sdc1.sfba.home.com (femail9.sdc1.sfba.home.com [24.0.95.89]) by hub.freebsd.org (Postfix) with ESMTP id 5416A37B405; Mon, 8 Oct 2001 08:00:22 -0700 (PDT) Received: from home.com ([24.12.186.185]) by femail9.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011008150022.CPPQ15217.femail9.sdc1.sfba.home.com@home.com>; Mon, 8 Oct 2001 08:00:22 -0700 Message-ID: <3BC1BF4D.DA87129E@home.com> Date: Mon, 08 Oct 2001 07:59:25 -0700 From: Rob X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: MIHIRA Yoshiro Cc: demon@FreeBSD.ORG, ports@FreeBSD.ORG, ishmael27@home.com Subject: Re: cvs commit: ports/devel/automake Makefile distinfo pkg-plist ports/devel/automake/files patch-ab patch-ad References: <200110080433.f984X9C93292@lavender.sanpei.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In the working directory containing configure.in or .ac, type automake -a. That will bring in depcomp. Just a simple hack. Rob. MIHIRA Yoshiro wrote: > > Hi. > Dmitry Sivachenko > > I also have automake problem with archives/rpm. I could not make > like this under 4-stable(20011008-JPSNAP). > > If I use automake-1.4.5_1, I could make rpm. > > # make > >> Checksum OK for rpm-3.0.6.tar.gz. > ===> rpm-3.0.6_5 depends on executable: gmake - found > ===> rpm-3.0.6_5 depends on executable: automake - found > ===> rpm-3.0.6_5 depends on executable: autoconf - found > ===> rpm-3.0.6_5 depends on executable: libtool - found > ===> rpm-3.0.6_5 depends on shared library: intl.1 - found > ===> rpm-3.0.6_5 depends on shared library: popt.0 - found > ===> Patching for rpm-3.0.6_5 > ===> Applying FreeBSD patches for rpm-3.0.6_5 > ===> Configuring for rpm-3.0.6_5 > automake: configure.in: required file `./depcomp' not found > /usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL > /usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL > /usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL > /usr/local/share/automake/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL > > Cheers. > ------ > MIHIRA Yoshiro > Yokohama, Japan. > > ishmael27@home.com wrote: > > >> I was under the impression that GNU auto-crap and libtool were under no-upgrade > >> status until such time that it could be tested (on bento) or something. > >> This upgrade broke the devel/fam port and I do not really understand auto-foo > >> well enough to fix it. By consequence this has broken the KDE-2. Could this be > >> either backed out or could you commit the proper fixes to devel/fam port? > >> Perhaps automake-1.5 should be put in automake-new port or something to prevent > >> breakages? This is mildly frustrating because I have several other ports that I > >> need to update and this takes away from my time to do those. > >> > >> Jeremy > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message -- The Numeric Python EM Project www.members.home.net/europax To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 8: 3:30 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id 0BB7937B40A; Mon, 8 Oct 2001 08:03:16 -0700 (PDT) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id PAA06662; Mon, 8 Oct 2001 15:10:03 -0700 Date: Mon, 8 Oct 2001 08:03:03 -0700 From: John Merryweather Cooper To: Maxim Sobolev Cc: gnome@FreeBSD.org, ports@FreeBSD.org Subject: Re: GNOME megaupdate [gal/gtkhtml/ORBit/bonobo-conf/librsvg/evolution/sodipodi] - correct patch Message-ID: <20011008080303.C4484@johncoop.MSHOME> References: <20011005223443.A73833@johncoop.MSHOME> <200110060723.KAA03417@ipcard.iptcom.net> <20011006085019.A14625@johncoop.MSHOME> <3BC179E1.DB06A660@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit In-Reply-To: <3BC179E1.DB06A660@FreeBSD.org>; from sobomax@FreeBSD.org on Mon, Oct 08, 2001 at 03:03:14 -0700 X-Mailer: Balsa 1.2.0 Lines: 56 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 2001.10.08 03:03 Maxim Sobolev wrote: > John Merryweather Cooper wrote: > > > On 2001.10.06 00:23 Maxim Sobolev wrote: > > > It is likely that you see this because you did not follow > recommended > > > testing procedure (see my original message below). Due to some > > > changes, > > > you have to remove all GNOME components first, and then rebuild > them > > > all from scratch. portupgrade is of little help here, sorry. > > > > > > -Maxim > > > > > > > No, I followed the instructions in the e-mail for the first pass > > (pkg_delete'd ORBit, make clean, make install in gnome-fifth-toe). > > > > I was using portupgrade only in an attempt to recover/build as much > > as possible. I have a working system, it just doesn't have quite > > everything . . . :) > > > > I think my suggestion on including portupgrade was confusing. My > > appologies. > > Strange then. It looks like you have missed gnomelibs update somehow > (you need > version 1.4.1.2_1 to build latest bonobo/gnomeprint). Please check and > let me know > if so. It is also a good idea to send a full log of doing `make all > install' in > gnome-fifth-toe. Thanks! > > -Maxim > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > Just checked, I have gnomelibs 1.4.1.2 onboard. Damn! I cvsup and portupgrade regularly. I'll force it and try again. While I'm here, fpm IS in the ports tree (maybe it should be added to gnome-fifth-toe). Also, on the last megaupdate (not this one) balsa broke. The fix was easy (recompile/install), but when the ABI numbers for gal or gtkhtml change, stuff needs to get recompiled. -- jmc MacroHard -- the perfection of form over substance, marketing over performance, and greed over design . . . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 8:38:23 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id 82DE937B406; Mon, 8 Oct 2001 08:38:18 -0700 (PDT) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id PAA07539; Mon, 8 Oct 2001 15:45:13 -0700 Date: Mon, 8 Oct 2001 08:38:16 -0700 From: John Merryweather Cooper To: Maxim Sobolev Cc: John Merryweather Cooper , gnome@FreeBSD.org, ports@FreeBSD.org Subject: Re: GNOME megaupdate [gal/gtkhtml/ORBit/bonobo-conf/librsvg/evolution/sodipodi] - correct patch Message-ID: <20011008083816.A17095@johncoop.MSHOME> References: <20011005223443.A73833@johncoop.MSHOME> <200110060723.KAA03417@ipcard.iptcom.net> <20011006085019.A14625@johncoop.MSHOME> <3BC179E1.DB06A660@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit In-Reply-To: <3BC179E1.DB06A660@FreeBSD.org>; from sobomax@FreeBSD.org on Mon, Oct 08, 2001 at 03:03:14 -0700 X-Mailer: Balsa 1.2.0 Lines: 52 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 2001.10.08 03:03 Maxim Sobolev wrote: > John Merryweather Cooper wrote: > > > On 2001.10.06 00:23 Maxim Sobolev wrote: > > > It is likely that you see this because you did not follow > recommended > > > testing procedure (see my original message below). Due to some > > > changes, > > > you have to remove all GNOME components first, and then rebuild > them > > > all from scratch. portupgrade is of little help here, sorry. > > > > > > -Maxim > > > > > > > No, I followed the instructions in the e-mail for the first pass > > (pkg_delete'd ORBit, make clean, make install in gnome-fifth-toe). > > > > I was using portupgrade only in an attempt to recover/build as much > > as possible. I have a working system, it just doesn't have quite > > everything . . . :) > > > > I think my suggestion on including portupgrade was confusing. My > > appologies. > > Strange then. It looks like you have missed gnomelibs update somehow > (you need > version 1.4.1.2_1 to build latest bonobo/gnomeprint). Please check and > let me know > if so. It is also a good idea to send a full log of doing `make all > install' in > gnome-fifth-toe. Thanks! > > -Maxim > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > I just "blew away" and re-cvsup'ed gnomelibs--still comes up 1.4.1.2. I can't see anything in the patch; so, has 1.4.1.2_1 REALLY been committed? :) -- jmc MacroHard -- the perfection of form over substance, marketing over performance, and greed over design . . . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 8:47:31 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 8528837B408; Mon, 8 Oct 2001 08:47:22 -0700 (PDT) Received: from vega.vega.com (h28.228.dialup.iptcom.net [212.9.228.28]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id SAA95976; Mon, 8 Oct 2001 18:47:16 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id f98FkjU18839; Mon, 8 Oct 2001 18:46:45 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3BC1CADA.2563476B@FreeBSD.org> Date: Mon, 08 Oct 2001 18:48:43 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: John Merryweather Cooper Cc: gnome@FreeBSD.org, ports@FreeBSD.org Subject: Re: GNOME megaupdate [gal/gtkhtml/ORBit/bonobo-conf/librsvg/evolution/sodipodi] - correct patch References: <20011005223443.A73833@johncoop.MSHOME> <200110060723.KAA03417@ipcard.iptcom.net> <20011006085019.A14625@johncoop.MSHOME> <3BC179E1.DB06A660@FreeBSD.org> <20011008083816.A17095@johncoop.MSHOME> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org John Merryweather Cooper wrote: > On 2001.10.08 03:03 Maxim Sobolev wrote: > > John Merryweather Cooper wrote: > > > > > On 2001.10.06 00:23 Maxim Sobolev wrote: > > > > It is likely that you see this because you did not follow > > recommended > > > > testing procedure (see my original message below). Due to some > > > > changes, > > > > you have to remove all GNOME components first, and then rebuild > > them > > > > all from scratch. portupgrade is of little help here, sorry. > > > > > > > > -Maxim > > > > > > > > > > No, I followed the instructions in the e-mail for the first pass > > > (pkg_delete'd ORBit, make clean, make install in gnome-fifth-toe). > > > > > > I was using portupgrade only in an attempt to recover/build as much > > > as possible. I have a working system, it just doesn't have quite > > > everything . . . :) > > > > > > I think my suggestion on including portupgrade was confusing. My > > > appologies. > > > > Strange then. It looks like you have missed gnomelibs update somehow > > (you need > > version 1.4.1.2_1 to build latest bonobo/gnomeprint). Please check and > > let me know > > if so. It is also a good idea to send a full log of doing `make all > > install' in > > gnome-fifth-toe. Thanks! > > > > -Maxim > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-ports" in the body of the message > > > > I just "blew away" and re-cvsup'ed gnomelibs--still comes up 1.4.1.2. I > can't see anything in the patch; so, has 1.4.1.2_1 REALLY been > committed? :) Megapatch includes patch for gnomelibs (ports/x11/gnomelibs/Makefile and ports/x11/gnomelibs/files/patch-aa have been modified). You have to apply those patches and then rebuild/reinstall gnomelibs, which should bring you version 1.4.1.2_1 and hopefully allow to build updated version of gnomeprint and bonobo. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 9: 0: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 03CD337B407 for ; Mon, 8 Oct 2001 09:00:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98G02D33349; Mon, 8 Oct 2001 09:00:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA1AB37B40A for ; Mon, 8 Oct 2001 08:56:02 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98Fu2032865; Mon, 8 Oct 2001 08:56:02 -0700 (PDT) (envelope-from nobody) Message-Id: <200110081556.f98Fu2032865@freefall.freebsd.org> Date: Mon, 8 Oct 2001 08:56:02 -0700 (PDT) From: Samuli Tuomola To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31140: irssi segfaults on bad channel topics Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31140 >Category: ports >Synopsis: irssi segfaults on bad channel topics >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 08 09:00:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Samuli Tuomola >Release: 4.3-RELEASE >Organization: >Environment: FreeBSD chuck 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Fri Sep 21 21:41:42 EEST 2001 samuli@:/usr/src/sys/compile/WAGNER i386 >Description: irssi segfaults with certain badly formatted channel topic, it doesn't seem to happen with version 0.7.98.4 on linux. Versions I tried were, irssi 0.7.98.3 compiled on the system and irssi-0.7.98.3_3 installed from packages-4-stable. >How-To-Repeat: Commanding "/topic #channel $£@@£@£@£@@@". I'm not sure if that string comes through as I used it, but inspecting the apropriate sourcecode perhaps reveals the problem? I can compile irssi with debug symbols and send a backtrace if the repeating isn't succesfull. >Fix: None. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 9:16:27 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 651C337B40A; Mon, 8 Oct 2001 09:16:17 -0700 (PDT) Received: from vega.vega.com (h187.228.dialup.iptcom.net [212.9.228.187]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id TAA11173; Mon, 8 Oct 2001 19:16:08 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id f98GFbU18979; Mon, 8 Oct 2001 19:15:37 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3BC1D19E.6893A69E@FreeBSD.org> Date: Mon, 08 Oct 2001 19:17:34 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Johann Visagie Cc: kuriyama@imgsrc.co.jp, portmgr@FreeBSD.org, ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: USE_LIBTOOL breakage in freebsd.port.mk References: <7m1ykhl40i.wl@waterblue.imgsrc.co.jp> <200110060717.KAA02458@ipcard.iptcom.net> <20011008102744.B7417@fling.sanbi.ac.za> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Johann Visagie wrote: > Maxim Sobolev on 2001-10-06 (Sat) at 10:17:25 +0300: > > > > Please don't do that. Due to number of ports infected with > > USE_LIBTOOL this patch should be extensively tested on the > > bento first. > > Pardon my ignorance, but what is the procedure to ensure that something like > this does get extensively tested on bento, and not just forgotten about. By > now I've received a number of reports about ports affected by this problem. send-pr(1) (assign it to portmgr@) > > In the meantime you can workarround the problem by replacing > > USE_LIBTOOL with GNU_CONFIGURE and adding a small patch, which > > prevents .la files from being installed (for example see > > ports/textproc/libxml/files/patch-ltmain.sh). > > I'll do that for the moment - thanks! No problems. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 9:30: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD1EE37B40A for ; Mon, 8 Oct 2001 09:30:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98GU0N40640; Mon, 8 Oct 2001 09:30:00 -0700 (PDT) (envelope-from gnats) Received: from callen.phys.trinity.edu (callen.phys.trinity.edu [131.194.133.231]) by hub.freebsd.org (Postfix) with ESMTP id 6507E37B406 for ; Mon, 8 Oct 2001 09:22:13 -0700 (PDT) Received: (from charles@localhost) by callen.phys.trinity.edu (8.11.6/8.11.4) id f98GM3E81443; Mon, 8 Oct 2001 11:22:03 -0500 (CDT) (envelope-from charles) Message-Id: <200110081622.f98GM3E81443@callen.phys.trinity.edu> Date: Mon, 8 Oct 2001 11:22:03 -0500 (CDT) From: Charles Allen Reply-To: Charles Allen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31141: OpenDX port dumps core in dxexec Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31141 >Category: ports >Synopsis: OpenDX port dumps core in dxexec >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 08 09:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Charles Allen >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD i386 4.4-STABLE Oct 5 20:09:03 CDT 2001 4.4-STABLE cvsupped and rebuilt 2001-10-05. All ports up-to-date with that cvsup date as well. >Description: The OpenDX port gets to the initial dialog, but when trying to run an example or open the tutorial example1.net file, it dumps core in dxexec. Gdb reports the following from the dxexec.core file: (gdb) where #0 0x289df878 in kill () from /usr/lib/libc_r.so.4 #1 0x28a29dc2 in abort () from /usr/lib/libc_r.so.4 #2 0x289f64da in _thread_exit () from /usr/lib/libc_r.so.4 #3 0x289f3ecb in _thread_init () from /usr/lib/libc_r.so.4 #4 0x28a2a5b0 in _thread_init_invoker::_thread_init_invoker () from /usr/lib/libc_r.so.4 #5 0x28a2a5e9 in _thread_init_invoker::_thread_init_invoker () from /usr/lib/libc_r.so.4 #6 0x28a2a612 in _thread_init_invoker::_thread_init_invoker () from /usr/lib/libc_r.so.4 #7 0x28a2a640 in _thread_init_invoker::_thread_init_invoker () from /usr/lib/libc_r.so.4 #8 0x289b15d2 in _init () from /usr/lib/libc_r.so.4 #9 0x283dd8d4 in _rtld () from /usr/libexec/ld-elf.so.1 (gdb) >How-To-Repeat: Install opendx port, try to run any example. >Fix: None I could find. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 10: 5: 2 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from home.bsdclub.org (home.bsdclub.org [202.227.26.94]) by hub.freebsd.org (Postfix) with ESMTP id 3564437B40A for ; Mon, 8 Oct 2001 10:04:49 -0700 (PDT) Received: from mail.mk.bsdclub.org (mserver-auto.mk.bsdclub.org [3ffe:505:2022:0:290:27ff:fe51:c43e]) by home.bsdclub.org (8.11.6/3.7W) with ESMTP id f98H4h121182 for ; Tue, 9 Oct 2001 02:04:44 +0900 (JST) Received: from sakura.mk.bsdclub.org (sakura.mk.bsdclub.org [3ffe:505:2022:0:2a0:c9ff:fe20:9aff]) by mail.mk.bsdclub.org (8.11.6+3.4W/3.7W) with ESMTP/inet6 id f98ATDE79021; Mon, 8 Oct 2001 19:29:13 +0900 (JST) Received: from sakura.mk.bsdclub.org (localhost [127.0.0.1]) by sakura.mk.bsdclub.org (8.11.6/3.7W) with ESMTP/inet id f98ATDn02294; Mon, 8 Oct 2001 19:29:13 +0900 (JST) Message-Id: <200110081029.f98ATDn02294@sakura.mk.bsdclub.org> To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Carl Schmidt , freebsd-ports@hub.freebsd.org From: Motoyuki Konno X-Mailer: mh-e on Mule 2.3 / Emacs 19.34.1 Subject: Re: ports/30899: build of lang/pm3-base failure on -current References: <200109282305.f8SN5XG89023@lappy.slackerbsd.org> Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: multipart/mixed; boundary="Multipart_Mon_Oct__8_19:29:13_2001-1" Content-Transfer-Encoding: 7bit Date: Mon, 08 Oct 2001 19:29:13 +0900 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --Multipart_Mon_Oct__8_19:29:13_2001-1 Content-Type: text/plain; charset=US-ASCII Hi, This error caused by the NFS changes (NFS -> NFSSERVER + NFSCLIENT). Apply the patch I enclose Replace the ports/lang/pm3-base/files/patch-l[12] files with the patch I enclose with this mail. Carl Schmidt wrote: : >Number: 30899 : >Category: ports : >Synopsis: build of lang/pm3-base failure on -current : >Confidential: no : >Severity: serious : >Priority: medium : >Responsible: freebsd-ports : >State: open : >Quarter: : >Keywords: : >Date-Required: : >Class: sw-bug : >Submitter-Id: current-users : >Arrival-Date: Fri Sep 28 16:30:01 PDT 2001 : >Closed-Date: : : >Description: : Building the cvsup-devel port requires lang/pm3-base which is failing to build on -CURRENT. : : In file included from RTHeapDepC.c:101: : /usr/include/nfs/nfs.h:207: syntax error before `NFSKERBKEY_T' : /usr/include/nfs/nfs.h:218: syntax error before `NFSKERBKEY_T' : gmake[1]: *** [RTHeapDepC.o] Error 1 : gmake[1]: Leaving directory : `/usr/ports/lang/pm3-base/work/pm3-1.1.15/boot-FreeBSD4/m3core/FreeBSD4' : gmake: *** [boot] Error 2 --Multipart_Mon_Oct__8_19:29:13_2001-1 Content-Type: text/plain; charset=US-ASCII --- lang/pm3-base/old/patch-l1 Sun Jul 22 06:07:55 2001 +++ lang/pm3-base/files/patch-l1 Fri Oct 5 18:45:50 2001 @@ -1,6 +1,18 @@ ---- libs/m3core/src/runtime/FreeBSD4/RTHeapDepC.c.old Thu Jun 1 02:54:33 2000 -+++ libs/m3core/src/runtime/FreeBSD4/RTHeapDepC.c Tue Jun 12 14:07:31 2001 -@@ -693,7 +693,9 @@ +--- libs/m3core/src/runtime/FreeBSD4/RTHeapDepC.c.old Thu Jun 1 02:54:33 2000 ++++ libs/m3core/src/runtime/FreeBSD4/RTHeapDepC.c Fri Oct 5 18:40:13 2001 +@@ -98,7 +98,11 @@ + #include + #include + #include ++#if __FreeBSD_version >= 500023 ++#include ++#else + #include ++#endif + #include + #endif + +@@ -693,7 +697,9 @@ void *data; { int result; struct ufs_args *u_data; @@ -10,7 +22,7 @@ struct nfs_args *n_data; ENTER_CRITICAL; -@@ -704,11 +706,13 @@ +@@ -704,11 +710,13 @@ MAKE_READABLE(u_data); MAKE_READABLE(u_data->fspec); result = syscall(SYS_mount, type, dir, flags, data); --- lang/pm3-base/old/patch-l2 Tue Sep 11 07:12:09 2001 +++ lang/pm3-base/files/patch-l2 Fri Oct 5 18:45:58 2001 @@ -1,6 +1,18 @@ ---- libs/m3core/src/runtime/FBSD_ALPHA/RTHeapDepC.c.old Thu Jun 1 02:54:33 2000 -+++ libs/m3core/src/runtime/FBSD_ALPHA/RTHeapDepC.c Tue Jun 12 14:07:31 2001 -@@ -693,7 +693,9 @@ +--- libs/m3core/src/runtime/FBSD_ALPHA/RTHeapDepC.c.old Thu Jun 1 02:54:24 2000 ++++ libs/m3core/src/runtime/FBSD_ALPHA/RTHeapDepC.c Fri Oct 5 18:40:48 2001 +@@ -98,7 +98,11 @@ + #include + #include + #include ++#if __FreeBSD_version >= 500023 ++#include ++#else + #include ++#endif + #include + #endif + +@@ -693,7 +697,9 @@ void *data; { int result; struct ufs_args *u_data; @@ -10,7 +22,7 @@ struct nfs_args *n_data; ENTER_CRITICAL; -@@ -704,11 +706,13 @@ +@@ -704,11 +710,13 @@ MAKE_READABLE(u_data); MAKE_READABLE(u_data->fspec); result = syscall(SYS_mount, type, dir, flags, data); --Multipart_Mon_Oct__8_19:29:13_2001-1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 11: 0:26 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DDFE637B40E for ; Mon, 8 Oct 2001 11:00:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98I00L54195; Mon, 8 Oct 2001 11:00:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FB1A37B40C for ; Mon, 8 Oct 2001 10:55:01 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98Ht1V53812; Mon, 8 Oct 2001 10:55:01 -0700 (PDT) (envelope-from nobody) Message-Id: <200110081755.f98Ht1V53812@freefall.freebsd.org> Date: Mon, 8 Oct 2001 10:55:01 -0700 (PDT) From: Heikki Suonsivu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31143: gd does not compile, uses nonexistent ftglyph.h Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31143 >Category: ports >Synopsis: gd does not compile, uses nonexistent ftglyph.h >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 08 11:00:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Heikki Suonsivu >Release: 4.4-STABLE >Organization: >Environment: FreeBSD lelu.olari.bbnetworks.net 4.4-STABLE FreeBSD 4.4-STABLE #0: Mon Oct 8 19:52:53 EEST 2001 hsu@lelu.olari.bbnetworks.net:/usr/obj/usr/src/sys/CAT i386 >Description: Compiling gd from ports results in: ===> Building for gd-1.8.4_3 cc -I. -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include/X11 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -O -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -c gdft.c gdft.c:37: freetype/ftglyph.h: No such file or directory *** Error code 1 Stop in /usr/ports/graphics/gd/work/gd-1.8.4. *** Error code 1 Stop in /usr/ports/graphics/gd. *** Error code 1 Stop in /usr/ports/graphics/gd. *** Error code 1 freetype does not seem to install ftglyph.h at all, could this be out-of-sync somewhere. gd is used by other ports, in particular astro/rmap. >How-To-Repeat: cd /usr/ports/graphics/gd make all install >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 11: 1:40 2001 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E9B4E37B410 for ; Mon, 8 Oct 2001 11:00:08 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98I08K54244 for freebsd-ports@freebsd.org; Mon, 8 Oct 2001 11:00:08 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 8 Oct 2001 11:00:08 -0700 (PDT) Message-Id: <200110081800.f98I08K54244@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD ports list Subject: Current unassigned ports problem reports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/05/07] ports/27186 ports Firebird's gbak failed at make install o [2001/07/30] ports/29325 ports Dbview contains an error, because of whic o [2001/09/23] ports/30758 ports nntpcache-2.4.0b5 doesn't build on FreeBS o [2001/09/30] ports/30935 ports pips sc880 - needs to have syvr4 support o [2001/10/05] ports/31057 ports Update port: security/drweb-sendmail 5 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [2000/06/13] ports/19238 ports sgmltools1 a [2000/10/30] ports/22421 ports New port: Enhydra 3.1 beta 1 o [2000/11/26] ports/23125 ports Successful emulation of StarOffice depend o [2000/12/07] ports/23358 ports New port: java/jakarta-oro o [2000/12/09] ports/23401 ports NetHack 3.3.1 with GNOME support a [2001/01/09] ports/24190 ports [NEW PORT] kde-18n polish internationaliz a [2001/01/31] ports/24753 ports Pipsecd may get a tun device with the IFH a [2001/02/08] ports/24948 ports New port: Orchard - innovative, lightweig o [2001/04/09] ports/26464 ports Citrix client no longer reads files in lo o [2001/04/27] ports/26891 ports Star Office 5.2 doesn't run after install o [2001/05/15] ports/27358 ports Naming scheme for JDK ports (java) a [2001/05/29] ports/27739 ports Broken Port: textproc/pspell-ispell -- co o [2001/06/04] ports/27875 ports invoked on boot, SIGHUP is delivered and o [2001/06/11] ports/28030 ports VMware requires block device for linux /d o [2001/06/20] ports/28301 ports Isakmpd port hogs 99% of cpu capacity. o [2001/06/23] ports/28378 ports p5-Net-IRC-0.70_1 eats irc text with col o [2001/06/24] ports/28398 ports ja-dvips cannot find tex.pro o [2001/06/27] ports/28458 ports Gnome-1.4's use of Xalf out of sync with o [2001/07/02] ports/28623 ports New port: Sun's Java Communication API o [2001/07/02] ports/28624 ports New port: FreeBSD-specific support for Su o [2001/08/03] ports/29422 ports New port: archivers/stuffit (un)compress o [2001/08/05] ports/29468 ports apache+ssl-1.3.12.1.40 port doesn't insta o [2001/08/22] ports/29954 ports Tircproxy breaks in transparent proxy mod a [2001/08/24] ports/30056 ports mod_php4 with gd selected doesn't compile o [2001/09/05] ports/30364 ports Installing XFree86-Server-4.0.3 with sysi o [2001/09/06] ports/30401 ports Make the archivers/freeze port honor CFLA o [2001/09/09] ports/30477 ports mogrify (ImageMagick-5.3.7) is not moving a [2001/09/17] ports/30638 ports SQL-Ledger port update o [2001/09/18] ports/30663 ports NEW PORT: devel/libCxClient o [2001/09/20] ports/30679 ports Update port: Sablot-0.70 o [2001/09/21] ports/30728 ports pkg_add causes install of multiple versio o [2001/09/23] ports/30767 ports silly links break XFree-4 port if /usr/X1 o [2001/09/24] ports/30807 ports NEW PORT: net/citadel o [2001/09/25] ports/30823 ports New port: KinterbasDB, Python module to a f [2001/09/27] ports/30872 ports Patch for IPv6 compat doesn't handle extr o [2001/09/28] ports/30886 ports upgrade port of lla.pl o [2001/09/30] ports/30944 ports mail/postilion broken o [2001/09/30] ports/30947 ports mail/mahogany fails to build, conflicts w o [2001/10/02] ports/30987 ports mail/evolution does not depend on db3 and o [2001/10/04] ports/31031 ports Maintainer update port: net/ipcad: upgrad o [2001/10/06] ports/31086 ports StarOffice52 port failing on FreeBSD 4.4 o [2001/10/07] ports/31113 ports bsd.ports.subdir.mk: remove NOCLEANDEPEND o [2001/10/08] ports/31140 ports irssi segfaults on bad channel topics o [2001/10/08] ports/31141 ports OpenDX port dumps core in dxexec o [2001/10/08] ports/31143 ports gd does not compile, uses nonexistent ftg 45 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1999/04/05] ports/10965 ports lcc-3.6 unable to compile anything o [2000/03/19] ports/17489 ports Zephyr port is broken with Kerberos enabl o [2000/05/29] ports/18896 ports Tcl "info hostname" command returns chop- a [2000/08/14] ports/20601 ports DESTDIR and /etc/shells a [2000/09/04] ports/21021 ports graphics/quickpics bogus colorspace error f [2000/09/10] ports/21179 ports New port: math/gul-vdog-qt f [2000/09/16] ports/21313 ports vmwarIPv6 and vmware2 panic: Fatal trap 1 f [2000/10/28] ports/22379 ports New port: libudbc f [2000/11/07] ports/22683 ports New port net/dnip-update f [2000/11/28] ports/23151 ports NEW PORT : sysutils/wake-on-lan a [2000/12/02] ports/23232 ports gettext/xview port collision a [2000/12/12] ports/23499 ports [NEW PORT]: Two LaTeX macro package ports o [2000/12/24] ports/23822 ports mtree entries for German X11 man pages f [2001/01/04] ports/24071 ports security/digest - md5,md4,sha1,ripemd160 a [2001/01/10] ports/24237 ports new port: kde-i18n-pl o [2001/01/12] ports/24299 ports Configure the synaptics touchpad. f [2001/01/16] ports/24395 ports Date object is not deserialized correct a [2001/01/26] ports/24660 ports New port: Xerces-C 1.3.0 o [2001/01/27] ports/24687 ports QUAKE FORGE & SVGALIB a [2001/01/30] ports/24736 ports New port: SGI's open inventor (graphics/i a [2001/02/17] ports/25177 ports New port: java/jdbcpool-current f [2001/02/19] ports/25219 ports New port: plist-builder a [2001/02/24] ports/25342 ports saint: user authentication fails in remot o [2001/02/28] ports/25448 ports mpmf20 fails to correctly display the dir a [2001/03/05] ports/25560 ports New port: ftp/kbear: An ftp client for KD a [2001/03/11] ports/25710 ports New port: news/slrn-pl, slrn with polish a [2001/03/21] ports/25983 ports New port: databases/py-bsddb3 o [2001/03/28] ports/26192 ports apel appeared both in xemacs/site-package a [2001/04/01] ports/26274 ports New port: Perl/TK Jabber client a [2001/04/02] ports/26292 ports New port: Version 3 of Squeak, the Smallt a [2001/04/02] ports/26297 ports New port: devel/florist a [2001/04/03] ports/26313 ports New Port: german/eagle: A tool for design a [2001/04/16] ports/26628 ports New port: audio/qtecasound, well done o [2001/04/23] ports/26801 ports cyrus port should add periodic file to pr a [2001/04/24] ports/26825 ports port xmms-avi won't compile libavixmms.so a [2001/04/26] ports/26884 ports new port for visualworks 5i.3 f [2001/04/28] ports/26931 ports (NEW PORT) Virtual Terrain Applications o [2001/05/06] ports/27167 ports ETHOberonV4 won't run a [2001/05/11] ports/27272 ports New Port: John McCalpin's STREAM Benchmar f [2001/05/15] ports/27332 ports New port: swedish/staroffice52 a [2001/05/23] ports/27569 ports bootup error problem with Apache 2 o [2001/05/23] ports/27573 ports The port of ascd dumped core o [2001/05/24] ports/27610 ports www/apache-jserv: some docs are installed f [2001/05/29] ports/27740 ports new port: isoqlog Qmail Log Analyzer o [2001/05/31] ports/27805 ports New port: SQL-Ledger Accounting o [2001/06/07] ports/27931 ports devel/pth vs. native pthreads conflict fi a [2001/06/08] ports/27956 ports New port:A messenging client supporting A o [2001/06/10] ports/28025 ports New port: net/spread o [2001/06/12] ports/28106 ports New port: libCxClient-0.10 - Citadel/UX C o [2001/06/12] ports/28111 ports pcb port has unlisted dependencies a [2001/06/12] ports/28115 ports New Port - textproc/htmldoc o [2001/06/17] ports/28225 ports [New Port] net/xipdump - displays ip pack o [2001/06/18] ports/28256 ports New port: citadel-5.74 a [2001/06/19] ports/28272 ports Update port: net/libsocket++ o [2001/06/21] ports/28332 ports Gimp manual port 1-2 years out of date, m o [2001/06/23] ports/28363 ports New port: audacity-0.95 - a graphical wav o [2001/06/26] ports/28428 ports New port: graphics/xmms-xvs o [2001/06/27] ports/28450 ports New ports: sword bible library, sword-mod o [2001/06/27] ports/28464 ports New port: www/orion-current a [2001/06/28] ports/28482 ports PostgreSQL Compile problem o [2001/06/29] ports/28521 ports inconsistency: daemontools and serialmail f [2001/06/30] ports/28551 ports ports/mail/faces doesn't build (linking w o [2001/07/02] ports/28658 ports new port: x11/mwheel.el o [2001/07/05] ports/28727 ports patch to make expect build WITHOUT_X11 o [2001/07/06] ports/28771 ports opendx server fails to start o [2001/07/07] ports/28796 ports New port: russian/tac+ia o [2001/07/08] ports/28812 ports New port: databases/ccc o [2001/07/09] ports/28851 ports New port: conserver-7.0.2 o [2001/07/14] ports/28964 ports New port: chat client for VChat conferenc o [2001/07/19] ports/29080 ports New port: net/icradius - IC-Radius daemon o [2001/07/19] ports/29081 ports New port: net/p5-IC-Radius o [2001/07/21] ports/29120 ports [PATCH] net/radiusd-cistron: Add PAM supp o [2001/07/25] ports/29223 ports cyrus-imapd and postfix master.8 manpage o [2001/07/25] ports/29227 ports New port: zclock time/date applet for GNO o [2001/07/28] ports/29286 ports New port: french/xtel - an emulator for t o [2001/07/29] ports/29297 ports NEW PORT: System Maintenance Aid written o [2001/07/30] ports/29332 ports Refiling New Port: ripem-2.1 o [2001/07/30] ports/29343 ports new postgresql7 port feature o [2001/07/31] ports/29346 ports New port: misc/afbackup-beta o [2001/08/01] ports/29369 ports new port for the CHTML package o [2001/08/02] ports/29392 ports Small built-time glitch in Makefile for a o [2001/08/03] ports/29418 ports New Port: www/waccess-1.1 - A Quick-N-Dir o [2001/08/03] ports/29426 ports New port: he2 - a Hebrew LaTeX oriented e o [2001/08/04] ports/29456 ports New port of blimitd (daemon to enforce lo o [2001/08/04] ports/29461 ports new port: x11-wm/bbapm (blackbox APM mete o [2001/08/04] ports/29462 ports new port: x11-wm/bbrun (blackbox run box) o [2001/08/07] ports/29514 ports new port submission: games/xlogical (SDL o [2001/08/07] ports/29519 ports X11 ports generate undef pthread refs wit o [2001/08/09] ports/29573 ports New port: A script to fetch mail from a H o [2001/08/09] ports/29590 ports [new port] www/parser-bin One more server o [2001/08/10] ports/29616 ports ports/net/generic-nqs loaddaemon does not a [2001/08/11] ports/29630 ports New port : xtexsh o [2001/08/12] ports/29667 ports New port: www/mod_auth_pwcheck o [2001/08/13] ports/29674 ports diclookup-mule port which works on emacs- o [2001/08/14] ports/29711 ports New port: xjumpx -- improved version of g o [2001/08/15] ports/29731 ports minor errors in docs, install o [2001/08/17] ports/29805 ports New port: devel/c2man o [2001/08/17] ports/29836 ports New port: cyrus-imspd o [2001/08/18] ports/29843 ports StarOffice 5.2 port does not find CD-ROM o [2001/08/18] ports/29857 ports New port: www/py-websvcs o [2001/08/18] ports/29858 ports Updated port: audio/lame (3.89b) o [2001/08/21] ports/29924 ports remove port smalleiffel-0.76.b4 o [2001/08/21] ports/29948 ports Update port converters/tnef to version 1. o [2001/08/22] ports/29960 ports ports/devel/glg has a checksum error o [2001/08/23] ports/30007 ports [NEW PORT] of Gary Pearlman's unix|stat s a [2001/08/23] ports/30014 ports Installation of PHP with GD fails o [2001/08/24] ports/30029 ports new port: net/papaya-plugins (plugins for o [2001/08/24] ports/30030 ports new port: net/papaya-plugins (graphical m o [2001/08/24] ports/30050 ports New port: audio/ecawave o [2001/08/25] ports/30094 ports New port: ferite o [2001/08/26] ports/30115 ports New Port: pdnmesh a finite element progra o [2001/08/26] ports/30116 ports New Port: x86info shows interesting info o [2001/08/27] ports/30122 ports print/ttf2pt1 is compiled with freetype2 f [2001/08/28] ports/30166 ports ports/net/nettest2001 o [2001/08/28] ports/30170 ports majordomo port: scripts/createuser does n f [2001/09/01] ports/30249 ports SmallEiffel update to -0.75 o [2001/09/04] ports/30314 ports [PATCH] Add Exim packages to CDROM 1 o [2001/09/05] ports/30337 ports Update to new distribution/ old one broke f [2001/09/05] ports/30358 ports new port: www/httpgrabber - HTTP traffic o [2001/09/05] ports/30361 ports Update port: russian/apache13 o [2001/09/06] ports/30368 ports New port: net/p5-RPC-XML o [2001/09/06] ports/30381 ports Updated port: textproc/latex2html (pkg-me o [2001/09/06] ports/30382 ports New port: x11-toolkits/notif2 (1.0) o [2001/09/06] ports/30395 ports New port: lang/spl o [2001/09/06] ports/30411 ports new port: mail/ricochet o [2001/09/08] ports/30431 ports ircd-hybrid fails to open logfile when st o [2001/09/09] ports/30476 ports new port www/gallery o [2001/09/13] ports/30549 ports Maintainer update: Jakarta Ant 1.4 o [2001/09/13] ports/30557 ports bitchx fails to build when WITH_TCL=yes i o [2001/09/13] ports/30560 ports Typos in /usr/ports/french/staroffice52/p f [2001/09/13] ports/30569 ports Gdm won't compile o [2001/09/14] ports/30573 ports /usr/X11R6/bin/xfce_setup does not create o [2001/09/15] ports/30604 ports postgresql7 doesn't build with kerberos5 o [2001/09/16] ports/30615 ports The 'bcwipe' port installs Linux binaries o [2001/09/17] ports/30625 ports [PATCH] vmware2 patch for -current with K o [2001/09/19] ports/30667 ports update port: mail/ezmlm-web - config file o [2001/09/19] ports/30669 ports New port: www/moinmoin o [2001/09/19] ports/30677 ports New Port: International Components for Un o [2001/09/20] ports/30698 ports New port: news/pl-slrn o [2001/09/20] ports/30701 ports setiathome port misuses the 'nobody' user o [2001/09/21] ports/30711 ports New port: C++ SOAP Library based on expat o [2001/09/21] ports/30713 ports 'gtar --version' segfaults o [2001/09/21] ports/30722 ports Update port: math/oleo o [2001/09/22] ports/30741 ports ftp.proxy's syslog facility is LOG_MAIL o [2001/09/23] ports/30763 ports Maintainer UPDATE: net/gtk-gnutella o [2001/09/23] ports/30776 ports new port: sysutils/pkg_tree o [2001/09/24] ports/30779 ports make deinstall fails on mysql-server-3.23 o [2001/09/24] ports/30793 ports Maintainer update: devel/adabroker o [2001/09/24] ports/30799 ports New port: lang/hope o [2001/09/24] ports/30800 ports Update port: russian/apache13 o [2001/09/25] ports/30810 ports Wish: apcupsd port o [2001/09/25] ports/30811 ports new port o [2001/09/25] ports/30822 ports New port: devel/glui o [2001/09/25] ports/30824 ports security/amavis-perl port update o [2001/09/25] ports/30826 ports NEW PORT: vterrain-sdk o [2001/09/25] ports/30827 ports NEW PORT: vterrain-apps o [2001/09/25] ports/30828 ports NEW PORT: gdal o [2001/09/25] ports/30829 ports NEW PORT: usgs-proj o [2001/09/26] ports/30840 ports [NEW PORT]: x11-fonts/mkfontalias o [2001/09/26] ports/30841 ports News port: fortuneru, contains fortune fi o [2001/09/26] ports/30845 ports New port: textproc/xerces-c: Xerces C++ X o [2001/09/26] ports/30849 ports news/ntpcache fails compiling authinfo_pa o [2001/09/26] ports/30859 ports A New Port o [2001/09/27] ports/30870 ports httpd in free(): warning: recursive call o [2001/09/27] ports/30875 ports fix bug in 'prompt' variable processing i o [2001/09/27] ports/30878 ports [PATH] Fixes build of port strace for -CU o [2001/09/28] ports/30890 ports Mark ports/devel/stlport as broken for Fr o [2001/09/28] ports/30891 ports Maintainer update: irc/{irchat-pj-*,pure- o [2001/09/28] ports/30903 ports Updated port: mail/pgp4pine (NOPORTDOCS a o [2001/09/29] ports/30910 ports New port: lang/ghc5, rename lang/ghc to l o [2001/09/29] ports/30911 ports Update devel/happy to version 1.11 o [2001/09/29] ports/30912 ports [PATCH] port editors/AbiWord fails to set o [2001/09/29] ports/30925 ports ifhp port update o [2001/09/29] ports/30926 ports LPRngTool port update o [2001/09/30] ports/30929 ports [net/pppoa] use usbd to initialize USB AD o [2001/09/30] ports/30930 ports maintainer-update mail/mutt-devel o [2001/09/30] ports/30932 ports maintainer update: net/samplicator o [2001/09/30] ports/30933 ports New port : lang/linux-j o [2001/09/30] ports/30934 ports new port: net/stools o [2001/09/30] ports/30937 ports pnet 1.2 -> 1.6 o [2001/09/30] ports/30942 ports New port: Pike 7.0 from CVS o [2001/09/30] ports/30943 ports [MAINTAINER UPDATE] doxygen 1.2.10_1 -> 1 o [2001/10/01] ports/30953 ports New port: net/p5-Net-ParseWhois o [2001/10/01] ports/30956 ports update to ports/net/gq o [2001/10/01] ports/30957 ports New port: japanese/gqmpeg o [2001/10/01] ports/30963 ports Make net/generic-nqs honor CFLAGS o [2001/10/01] ports/30979 ports New port for "txfonts" TeX's font package o [2001/10/02] ports/30988 ports AbiWord's american.hash dictionary appear o [2001/10/02] ports/30990 ports biology/ncbi-toolkit will not compile (PA o [2001/10/02] ports/30997 ports new port: security/p5-Digest-HMAC o [2001/10/02] ports/30998 ports Update Port: java/bluej 1.1.4 -> 1.1.5 o [2001/10/02] ports/30999 ports [PORT UPDATE] security/gpgme 0.2.2 -> 0.2 o [2001/10/03] ports/31001 ports Maintainer update: www/orion 1.4.5_7 o [2001/10/03] ports/31010 ports update port biology/molden for checksum e o [2001/10/03] ports/31011 ports Update port biology/psi88 for unreachable o [2001/10/03] ports/31012 ports security/aide doesn't compile o [2001/10/03] ports/31026 ports New Port: Internet Message Support Protoc o [2001/10/04] ports/31036 ports NEW PORT: KWebget o [2001/10/04] ports/31037 ports NEW PORT: Krusader o [2001/10/04] ports/31038 ports [PATCH] ratpoison port is out of date. o [2001/10/04] ports/31039 ports New Port: nhc98 1.08 - a haskell compiler o [2001/10/04] ports/31044 ports UPDATE: mosfet-liquid-0.6 f [2001/10/04] ports/31053 ports Update port: devel/stlport o [2001/10/05] ports/31058 ports Maintainer update: net/isc-dhcp3 - 3.0 re o [2001/10/05] ports/31061 ports New port: security/gnupg-devel o [2001/10/05] ports/31063 ports Upgrade aim-transport in jabber port. o [2001/10/05] ports/31072 ports Update port: graphics/libmng to 1.0.3 o [2001/10/05] ports/31082 ports New port: LaBrea security utility o [2001/10/06] ports/31087 ports Update port: games/actx from 1.01 to 1.05 o [2001/10/06] ports/31089 ports Port www/horde: minor patch to make the c o [2001/10/06] ports/31090 ports Port mail/imp: change the default IMAP se o [2001/10/06] ports/31093 ports new port "flyway" o [2001/10/06] ports/31095 ports Update port: security/amavis-perl from 10 o [2001/10/06] ports/31096 ports New port for jakarta-tomcat 4 o [2001/10/07] ports/31099 ports New port: sysutils/flog o [2001/10/07] ports/31101 ports Update port: mail/vpopmail various requir o [2001/10/07] ports/31106 ports Update port: security/amavis-perl [MAINTA o [2001/10/07] ports/31108 ports Updated port: textproc/p5-Tree-Nary from o [2001/10/07] ports/31110 ports Updated port: sysutils/fcron from 1.1.1 t o [2001/10/07] ports/31112 ports Update port graphics/imlib2 o [2001/10/07] ports/31114 ports Update port databases/edb o [2001/10/07] ports/31115 ports Update port devel/libast o [2001/10/07] ports/31116 ports Update Port: irc/ircd-hybrid to ircd-hybr o [2001/10/07] ports/31117 ports Update ports graphics/gliv o [2001/10/07] ports/31118 ports Update port graphics/evas o [2001/10/07] ports/31119 ports New ports: graphics/imlib2_loaders o [2001/10/07] ports/31120 ports New port: graphics/entice o [2001/10/07] ports/31121 ports audio/mpg321: update to 0.2.0 and unbreak o [2001/10/07] ports/31123 ports New port: www/w3m-m17n o [2001/10/07] ports/31124 ports Update port: www/w3m o [2001/10/07] ports/31125 ports Update port: devel/boehm-gc o [2001/10/08] ports/31127 ports Update port: x11/eterm o [2001/10/08] ports/31128 ports Update port: japanese/eterm o [2001/10/08] ports/31133 ports irc/xchat: dependence problem with x11/gn o [2001/10/08] ports/31137 ports Fix: ports/x11/xlockmore/Makefile uses in o [2001/10/08] ports/31138 ports New port o [2001/10/08] ports/31139 ports New port: security/nessus-devel 237 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 11:17:51 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 55C3637B40B; Mon, 8 Oct 2001 11:17:46 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98IEWl60677; Mon, 8 Oct 2001 11:14:32 -0700 (PDT) (envelope-from dd) Date: Mon, 8 Oct 2001 11:14:32 -0700 (PDT) From: Message-Id: <200110081814.f98IEWl60677@freefall.freebsd.org> To: dd@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31104: Update port: devel/doxygen 1.2.10_1 -> 1.2.11.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: devel/doxygen 1.2.10_1 -> 1.2.11.1 Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: dd Responsible-Changed-When: Mon Oct 8 11:14:08 PDT 2001 Responsible-Changed-Why: ports pr  http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31104 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 12:16:38 2001 Delivered-To: freebsd-ports@freebsd.org Received: from perninha.conectiva.com.br (perninha.conectiva.com.br [200.250.58.156]) by hub.freebsd.org (Postfix) with ESMTP id D2F2037B407 for ; Mon, 8 Oct 2001 12:16:33 -0700 (PDT) Received: from burns.conectiva (burns.conectiva [10.0.0.4]) by perninha.conectiva.com.br (Postfix) with SMTP id 5281338FDD for ; Mon, 8 Oct 2001 16:16:21 -0300 (EST) Received: (qmail 6830 invoked by uid 0); 8 Oct 2001 19:14:18 -0000 Received: from verde.distro.conectiva (10.0.17.77) by burns.conectiva with SMTP; 8 Oct 2001 19:14:18 -0000 Date: Mon, 8 Oct 2001 16:17:24 -0300 (BRT) From: =?iso-8859-1?Q?aur=E9lio?= X-X-Sender: To: Subject: FreeBSD Port: txt2regex-0.6 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, i'm the txt2regex author, and now i saw it is on your "ports" area. cool! Maintained by: ports@FreeBSD.org Requires: bash-2.05, gettext-0.10.35, sh-utils-2.0 i've noted that it requires sh-utils... maybe because the seq command? on previous versions, seq was required, but now "seq is no more". so, if you want to take it out, you can. just to tell you, bye. -- (( www.verde666.org )) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 12:40:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 65C6F37B408 for ; Mon, 8 Oct 2001 12:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98Je2175346; Mon, 8 Oct 2001 12:40:02 -0700 (PDT) (envelope-from gnats) Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by hub.freebsd.org (Postfix) with SMTP id 67DDC37B406 for ; Mon, 8 Oct 2001 12:35:40 -0700 (PDT) Received: (qmail 72810 invoked by uid 1165); 8 Oct 2001 19:35:40 -0000 Message-Id: <20011008193540.72809.qmail@magnesium.net> Date: 8 Oct 2001 12:35:40 -0700 From: Seth Kingsley Reply-To: Seth Kingsley To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31144: New port: x11/xcursor Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31144 >Category: ports >Synopsis: New port: x11/xcursor >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 08 12:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Seth Kingsley >Release: FreeBSD 4.4-PRERELEASE >Organization: >Environment: FreeBSD 4.4-PRERELEASE #4: Thu Sep 20 05:47:24 PDT 2001 sethk@kaneda.meowfishies.com:/usr/obj/usr/src/sys/KANEDA >Description: This is a Motif program for graphically selecting a different X cursor. The user is presented with a grid containing buttons for each cursor from the X11 "cursor" font. The cursor is used as the default root cursor after it is selected. WWW: http://hea-www.harvard.edu/~rpete/xcursor/ - Seth sethk@meowfishies.com >How-To-Repeat: N/A >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: # # x11/xcursor # x11/xcursor/Makefile # x11/xcursor/distinfo # x11/xcursor/pkg-comment # x11/xcursor/pkg-descr # x11/xcursor/pkg-plist # x11/xcursor/files # x11/xcursor/files/Imakefile # x11/xcursor/files/patch-xcursor.c # echo c - x11/xcursor mkdir -p x11/xcursor > /dev/null 2>&1 echo x - x11/xcursor/Makefile sed 's/^X//' >x11/xcursor/Makefile << 'END-of-x11/xcursor/Makefile' X# New ports collection makefile for: xcursor X# Date created: 7 October 2001 X# Whom: sethk@meowfishies.com X# X# $FreeBSD$ X# X XPORTNAME= xcursor XPORTVERSION= 0.0 XPORTEPOCH= 20011007 XCATEGORIES= x11 XMASTER_SITES= http://hea-www.harvard.edu/~rpete/xcursor/ XDISTFILES= xcursor.c XCursor XDIST_SUBDIR= xcursor XEXTRACT_ONLY= X XMAINTAINER= sethk@meowfishies.com X XNO_WRKSUBDIR= yes XNO_INSTALL_MANPAGES=yes X XUSE_IMAKE= yes XREQUIRES_MOTIF= yes X Xpost-extract: X @${CP} -p ${DISTDIR}/${DIST_SUBDIR}/xcursor.c ${WRKDIR}/ X @${CP} -p ${DISTDIR}/${DIST_SUBDIR}/XCursor ${WRKDIR}/XCursor.ad X @${CP} ${FILESDIR}/Imakefile ${WRKDIR}/ X.if !defined(EXTRACT_PRESERVE_OWNERSHIP) X @if [ `id -u` = 0 ]; then \ X ${CHMOD} -R ug-s ${WRKDIR}; \ X ${CHOWN} -R 0:0 ${WRKDIR}; \ X fi X.endif X X.include END-of-x11/xcursor/Makefile echo x - x11/xcursor/distinfo sed 's/^X//' >x11/xcursor/distinfo << 'END-of-x11/xcursor/distinfo' XMD5 (xcursor/xcursor.c) = f050ec2d69f5028f9186e2e1b244a489 XMD5 (xcursor/XCursor) = 1d1dd6c1fa7243b447ae70fcdb45a30a END-of-x11/xcursor/distinfo echo x - x11/xcursor/pkg-comment sed 's/^X//' >x11/xcursor/pkg-comment << 'END-of-x11/xcursor/pkg-comment' XSelect a different X11 cursor using a Motif interface END-of-x11/xcursor/pkg-comment echo x - x11/xcursor/pkg-descr sed 's/^X//' >x11/xcursor/pkg-descr << 'END-of-x11/xcursor/pkg-descr' XThis is a Motif program for graphically selecting a different X cursor. XThe user is presented with a grid containing buttons for each cursor Xfrom the X11 "cursor" font. The cursor is used as the default root Xcursor after it is selected. X XWWW: http://hea-www.harvard.edu/~rpete/xcursor/ X X- Seth Xsethk@meowfishies.com END-of-x11/xcursor/pkg-descr echo x - x11/xcursor/pkg-plist sed 's/^X//' >x11/xcursor/pkg-plist << 'END-of-x11/xcursor/pkg-plist' Xbin/xcursor Xlib/X11/app-defaults/XCursor END-of-x11/xcursor/pkg-plist echo c - x11/xcursor/files mkdir -p x11/xcursor/files > /dev/null 2>&1 echo x - x11/xcursor/files/Imakefile sed 's/^X//' >x11/xcursor/files/Imakefile << 'END-of-x11/xcursor/files/Imakefile' X# Xmkmf driver for x11/xcursor X XSYS_LIBRARIES = $(XGLIB) $(XPMLIB) $(XMLIB) X#if SharedLibXp X SYS_LIBRARIES+= -lXp X#endif /* SharedLibXp */ XSYS_LIBRARIES+= $(XTOOLLIB) $(XONLYLIB) X XOBJS = xcursor.o XSRCS = xcursor.c X XComplexProgramTargetNoMan(xcursor) XInstallAppDefaults(XCursor) X Xinstall.man:: X END-of-x11/xcursor/files/Imakefile echo x - x11/xcursor/files/patch-xcursor.c sed 's/^X//' >x11/xcursor/files/patch-xcursor.c << 'END-of-x11/xcursor/files/patch-xcursor.c' X--- xcursor.c.orig Mon Oct 8 12:07:54 2001 X+++ xcursor.c Mon Oct 8 12:08:07 2001 X@@ -273,7 +273,7 @@ X */ X void ChangeCursors( Widget w, XtPointer client_data, XtPointer call_data ) { X Cursor cursor; X- unsigned value = client_data; X+ unsigned value = (unsigned)client_data; X if ((cursor = XCreateFontCursor(data.display,value)) != None) { X XDefineCursor( data.display, data.rootwindow, cursor ); X XDefineCursor( data.display, XtWindow(data.shell), cursor ); X@@ -289,7 +289,7 @@ X */ X void PaintCursor( Widget w, XtPointer client_data, XtPointer call_data) { X Dimension width, height; X- unsigned char char_value = client_data; X+ unsigned char char_value = (unsigned)client_data; X XCharStruct cs = data.fs->per_char[(int)client_data]; X X XtVaGetValues( END-of-x11/xcursor/files/patch-xcursor.c exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 13: 0:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 62E7D37B405 for ; Mon, 8 Oct 2001 13:00:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98K03978473; Mon, 8 Oct 2001 13:00:03 -0700 (PDT) (envelope-from gnats) Date: Mon, 8 Oct 2001 13:00:03 -0700 (PDT) Message-Id: <200110082000.f98K03978473@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Thierry Thomas Subject: Re: ports/31089: Port www/horde: minor patch to make the configuration easier. Reply-To: Thierry Thomas Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31089; it has been noted by GNATS. From: Thierry Thomas To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/31089: Port www/horde: minor patch to make the configuration easier. Date: Mon, 8 Oct 2001 21:56:18 +0200 Le 6 Oct 01 à 23:22:17 +0000, Thierry Thomas écrivait : > >Description: > Trying to make the post-install configuration easier. > No need to upgrade if you already have Horde running. > >How-To-Repeat: > Apply the included patch. Please, replace the patch enclosed in PR/31089 with the following one: --- Makefile.orig Tue Sep 18 21:22:27 2001 +++ Makefile Mon Oct 8 21:22:55 2001 @@ -50,6 +50,8 @@ APACHE_CONF= ${APACHE_CNFDIR}/httpd.conf MIMETYPES= ${APACHE_CNFDIR}/mime.types +PHP_CNFDIR?= ${LOCALBASE}/etc + pre-everything:: .if !defined(WITHOUT_SSL) @${ECHO_MSG} "" @@ -89,6 +91,11 @@ ${CP} ${HORDEDIR}/config/horde.php3.dist ${HORDEDIR}/config/horde.php3 ${CHMOD} 444 ${HORDEDIR}/config/horde.php3 ${CHMOD} 444 ${HORDEDIR}/setup.php3 + ${PERL} -pi -e "s:/usr/local/apache/php:${PHPLIBDIR}:g" ${PHPLIBDIR}/README + ${PERL} -pi -e "s:horde/docs:${DOCSDIR}:g" ${PHPLIBDIR}/README + ${PERL} -pi -e "s:/usr/lib:${PHP_CNFDIR}:g" ${PHPLIBDIR}/README + ${PERL} -pi -e "s:horde/scripts:${HORDEDIR}/scripts:g" ${PHPLIBDIR}/README + ${PERL} -pi -e "s:horde/docs:${DOCSDIR}:g" ${HORDEDIR}/scripts/database/MYSQL .if !defined(WITH_PHP3) # Enabling execution of .php3, in case you only run php4 @(if [ -f ${MIMETYPES} ] ; then \ @@ -108,13 +115,11 @@ @(if [ -f ${APACHE_CONF} ] ; then \ (if [ ! -f ${APACHE_CONF}.beforeHorde ] ; then \ ${ECHO} "===> Updating httpd.conf..." ; \ - ${CP} -p ${.CURDIR}/httpd.conf.phplib ${WRKDIR}/httpd.conf.phplib.orig ; \ + ${CP} -p ${.CURDIR}/httpd.conf.phplib ${WRKDIR}/httpd.conf.phplib ; \ ${PERL} -pi -e "s:/home/httpd/html/horde:${HORDEDIR}:g" ${WRKDIR}/httpd.conf.phplib ; \ ${PERL} -pi -e "s:/home/httpd/phplib:${PHPLIBDIR}:g" ${WRKDIR}/httpd.conf.phplib ; \ ${CP} -p ${APACHE_CONF} ${APACHE_CONF}.beforeHorde ; \ ${GREP} -qw 'phplib' ${APACHE_CONF} || ${CAT} ${WRKDIR}/httpd.conf.phplib >> ${APACHE_CONF} ; \ - ${RM} ${.CURDIR}/httpd.conf.phplib ; \ - ${MV} ${.CURDIR}/httpd.conf.phplib.orig ${.CURDIR}/httpd.conf.phplib ; \ fi) ; \ fi) .if !defined(NOPORTDOCS) [end of patch] There was a mistake when copying httpd.conf.phplib. Best regards, -- Th. Thomas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 13:10:26 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FA1F37B40D for ; Mon, 8 Oct 2001 13:10:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98KA0d83049; Mon, 8 Oct 2001 13:10:00 -0700 (PDT) (envelope-from gnats) Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 86DA737B406 for ; Mon, 8 Oct 2001 13:01:14 -0700 (PDT) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id f98JxVP01881 for ; Mon, 8 Oct 2001 15:59:31 -0400 (EDT) (envelope-from marcus@shumai.marcuscom.com) Received: (from marcus@localhost) by shumai.marcuscom.com (8.11.3/8.11.3) id f98K1TA41231; Mon, 8 Oct 2001 16:01:29 -0400 (EDT) (envelope-from marcus) Message-Id: <200110082001.f98K1TA41231@shumai.marcuscom.com> Date: Mon, 8 Oct 2001 16:01:29 -0400 (EDT) From: marcus@marcuscom.com Reply-To: marcus@marcuscom.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31145: [MAINTAINER UPDATE] net/netatalk to 1.5pre8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31145 >Category: ports >Synopsis: [MAINTAINER UPDATE] net/netatalk to 1.5pre8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Oct 08 13:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Joe Marcus Clarke >Release: FreeBSD 4.3-RELEASE i386 >Organization: MarcusCom, Inc. >Environment: System: FreeBSD shumai.marcuscom.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sun May 6 01:46:59 EDT 2001 root@shumai.marcuscom.com:/usr/src/sys/compile/SHUMAI i386 >Description: These patches update net/netatalk to 1.5pre8. This is a nasty release as some of the files are symlinks to Linux specific files (like missing and mkinstalldirs). Hopefully, this Makefile will work on bento. I tested quite a few times, and while it's messy, it does compile, install, and uninstall. >How-To-Repeat: >Fix: * DELETED FILES: files/patch-aa files/patch-ab files/patch-ac files/patch-ad files/patch-ae files/patch-af files/patch-ah files/patch-ai files/patch-aj diff -ruN netatalk.orig/Makefile netatalk/Makefile --- netatalk.orig/Makefile Mon Oct 8 15:49:31 2001 +++ netatalk/Makefile Fri Oct 5 13:16:21 2001 @@ -6,30 +6,43 @@ # PORTNAME= netatalk -PORTVERSION= 1.5p7 -PORTREVISION= 3 +PORTVERSION= 1.5p8 CATEGORIES= net print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= netatalk -DISTNAME= netatalk-1.5pre7 +DISTNAME= netatalk-1.5pre8 MAINTAINER= marcus@marcuscom.com .if defined(WITH_CNID) LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3 .endif +.if defined(WITH_SRVLOC) +LIB_DEPENDS= slp.1:${PORTSDIR}/net/openslp +.endif .if !exists(/usr/include/tcpd.h) LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper .endif CONFIGURE_ARGS+= --with-tcp-wrappers \ - --with-pkgconfdir=${PREFIX}/etc + --with-pkgconfdir=${PREFIX}/etc \ +# --disable-ddp .if defined(WITH_PAM) PLIST_SUB+= NETATALKPAM="" .else CONFIGURE_ARGS+= --without-pam PLIST_SUB+= NETATALKPAM="@comment " .endif +.if defined(WITH_SRVLOC) +# Enable Service Location Protocol support. This allows MacOS X < 10.1 to +# pickup afpd servers in the network. +CONFIGURE_ARGS+= --enable-srvloc +.endif +.if defined(WITH_FLOCK_LOCKS) +# Disable byte locking, and do full file locking. This _may_ help with some +# Quark Express save issues. +.endif +CONFIGURE_ARGS+= --with-flock-locks .if defined(WITH_CNID) # Configure EXPERIMENTAL CNID DID support. This is an attmept to make # DIDs more persistent by using a Berkeley database to store the DID values. @@ -39,10 +52,11 @@ --with-db3=/usr/local .else # This method of DID calculation is not persistent, but has been tested to -# work with MacOS X (10.0.4) as well as MacOS 7-9.2.1. +# work with MacOS X (10.0.4 and 10.1) as well as MacOS 7-9.2.1. CONFIGURE_ARGS+= --with-did=last .endif -USE_AUTOCONF= yes +USE_AUTOMAKE= yes +AUTOMAKE_ARGS= --add-missing --no-force USE_LIBTOOL= yes LIBTOOLFILES= configure USE_GMAKE= yes @@ -64,13 +78,14 @@ post-extract: @${SED} -e "s=%%PREFIX%%=${PREFIX}=g" ${FILESDIR}/netatalk.sh \ > ${WRKSRC}/netatalk.sh + @${RM} -f ${WRKSRC}/missing ${WRKSRC}/mkinstalldirs post-configure: @${TOUCH} -f ${WRKSRC}/config/Makefile.in post-install: @${RM} -f ${PREFIX}/bin/nu ${PREFIX}/bin/lp2pap.sh \ - ${PREFIX}/etc/netatalk.pamd.dist ${PREFIX}/bin/test_parse_mtab \ + ${PREFIX}/bin/test_parse_mtab \ ${PREFIX}/bin/afpd-mtab.pl ${PREFIX}/etc/netatalk.conf.dist ${INSTALL_SCRIPT} ${WRKSRC}/netatalk.sh ${PREFIX}/etc/rc.d/netatalk.sh ${INSTALL_SCRIPT} ${WRKSRC}/contrib/macusers/macusers \ diff -ruN netatalk.orig/distinfo netatalk/distinfo --- netatalk.orig/distinfo Mon Oct 8 15:49:31 2001 +++ netatalk/distinfo Fri Oct 5 12:37:14 2001 @@ -1 +1 @@ -MD5 (netatalk-1.5pre7.tar.gz) = d8f93cd5a634497e1cdbe9f78c4f7240 +MD5 (netatalk-1.5pre8.tar.gz) = 5abc43625a4efa19ac4bf1a10bebab69 diff -ruN netatalk.orig/files/patch-aa netatalk/files/patch-aa --- netatalk.orig/files/patch-aa Mon Oct 8 15:49:31 2001 +++ netatalk/files/patch-aa Wed Dec 31 19:00:00 1969 @@ -1,177 +0,0 @@ ---- libatalk/cnid/cnid_add.c.orig Thu Aug 16 10:30:29 2001 -+++ libatalk/cnid/cnid_add.c Sun Sep 2 03:15:54 2001 -@@ -13,6 +13,7 @@ - #include "config.h" - #endif /* HAVE_CONFIG_H */ - -+#ifdef CNID_DB - #include - #include - #include -@@ -41,23 +42,27 @@ - { - DBT altkey, altdata; - DB_TXN *tid; -+ /* We create rc here because using rc is bad. Why? Well, if you -+ * use rc once, then call another function which resets it, you're -+ * screwed. */ -+ int rc = 0; - - memset(&altkey, 0, sizeof(altkey)); - memset(&altdata, 0, sizeof(altdata)); - - retry: -- if ((errno = txn_begin(db->dbenv, ptid, &tid,0))) { -- return errno; -+ if ((rc = txn_begin(db->dbenv, ptid, &tid,0))) { -+ return rc; - } - - /* main database */ -- if ((errno = db->db_cnid->put(db->db_cnid, tid, -+ if ((rc = db->db_cnid->put(db->db_cnid, tid, - key, data, DB_NOOVERWRITE))) { - txn_abort(tid); -- if (errno == DB_LOCK_DEADLOCK) -+ if (rc == DB_LOCK_DEADLOCK) - goto retry; - -- return errno; -+ return rc; - } - - /* dev/ino database */ -@@ -65,25 +70,25 @@ - altkey.size = CNID_DEVINO_LEN; - altdata.data = key->data; - altdata.size = key->size; -- if ((errno = db->db_devino->put(db->db_devino, tid, -+ if ((rc = db->db_devino->put(db->db_devino, tid, - &altkey, &altdata, 0))) { - txn_abort(tid); -- if (errno == DB_LOCK_DEADLOCK) -+ if (rc == DB_LOCK_DEADLOCK) - goto retry; - -- return errno; -+ return rc; - } - - /* did/name database */ - altkey.data = (char *) data->data + CNID_DEVINO_LEN; - altkey.size = data->size - CNID_DEVINO_LEN; -- if ((errno = db->db_didname->put(db->db_didname, tid, -+ if ((rc = db->db_didname->put(db->db_didname, tid, - &altkey, &altdata, 0))) { - txn_abort(tid); -- if (errno == DB_LOCK_DEADLOCK) -+ if (rc == DB_LOCK_DEADLOCK) - goto retry; - -- return errno; -+ return rc; - } - - return txn_commit(tid, 0); -@@ -100,6 +105,7 @@ - DBT rootinfo_key, rootinfo_data; - DB_TXN *tid; - cnid_t id, save; -+ int rc = 0; - - int debug = 0; - -@@ -137,8 +143,8 @@ - * cnid's to the database. */ - if (ntohl(hint) >= CNID_START) { - /* if the key doesn't exist, add it in. don't fiddle with nextID. */ -- errno = add_cnid(db, NULL, &key, &data); -- switch (errno) { -+ rc = add_cnid(db, NULL, &key, &data); -+ switch (rc) { - case DB_KEYEXIST: /* need to use RootInfo after all. */ - break; - default: -@@ -153,14 +159,14 @@ - - /* Abort and retry the modification. */ - if (0) { --retry: if ((errno = txn_abort(tid)) != 0) -- syslog(LOG_ERR, "cnid_add: txn_begin failed (%d)", errno); -+retry: if ((rc = txn_abort(tid)) != 0) -+ syslog(LOG_ERR, "cnid_add: txn_begin failed (%d)", rc); - /* FALLTHROUGH */ - } - - /* Begin the transaction. */ -- if ((errno = txn_begin(db->dbenv, NULL, &tid, 0)) != 0) { -- syslog(LOG_ERR, "cnid_add: txn_begin failed (%d)", errno); -+ if ((rc = txn_begin(db->dbenv, NULL, &tid, 0)) != 0) { -+ syslog(LOG_ERR, "cnid_add: txn_begin failed (%d)", rc); - goto cleanup_err; - } - -@@ -172,7 +178,7 @@ - rootinfo_key.size = ROOTINFO_KEYLEN; - - /* Get the key. */ -- switch (errno = db->db_didname->get(db->db_didname, tid, &rootinfo_key, &rootinfo_data, 0)) { -+ switch (rc = db->db_didname->get(db->db_didname, tid, &rootinfo_key, &rootinfo_data, 0)) { - case DB_LOCK_DEADLOCK: - goto retry; - case 0: -@@ -186,7 +192,7 @@ - syslog(LOG_ERR, "cnid_add: using CNID_START for did %d, name %s as %d", did, name, hint); - break; - default: -- syslog(LOG_ERR, "cnid_add: unable to lookup rootinfo (%d)", errno); -+ syslog(LOG_ERR, "cnid_add: unable to lookup rootinfo (%d)", rc); - goto cleanup_abort; - } - -@@ -194,12 +200,12 @@ - * wrap-around. NOTE: i do it this way so that we can go back and - * fill in holes. */ - save = id = ntohl(hint); -- while ((errno = add_cnid(db, tid, &key, &data))) { -+ while ((rc = add_cnid(db, tid, &key, &data))) { - /* don't use any of the special CNIDs */ - if (++id < CNID_START) - id = CNID_START; - -- if ((errno != DB_KEYEXIST) || (save == id)) { -+ if ((rc != DB_KEYEXIST) || (save == id)) { - syslog(LOG_ERR, "cnid_add: unable to add CNID(%x)", hint); - hint = 0; - goto cleanup_abort; -@@ -211,21 +217,21 @@ - rootinfo_data.data = &hint; - rootinfo_data.size = sizeof(hint); - -- switch (errno = db->db_didname->put(db->db_didname, tid, &rootinfo_key, &rootinfo_data, 0)) { -+ switch (rc = db->db_didname->put(db->db_didname, tid, &rootinfo_key, &rootinfo_data, 0)) { - case DB_LOCK_DEADLOCK: - goto retry; - case 0: - break; - default: -- syslog(LOG_ERR, "cnid_add: unable to update rootinfo (%d)", errno); -+ syslog(LOG_ERR, "cnid_add: unable to update rootinfo (%d)", rc); - goto cleanup_abort; - } - - - cleanup_commit: - /* The transaction finished, commit it. */ -- if ((errno = txn_commit(tid, 0)) != 0) { -- syslog(LOG_ERR, "cnid_add: txn_commit failed (%d)", errno); -+ if ((rc = txn_commit(tid, 0)) != 0) { -+ syslog(LOG_ERR, "cnid_add: txn_commit failed (%d)", rc); - goto cleanup_err; - } - -@@ -239,3 +245,4 @@ - cleanup_err: - return 0; - } -+#endif /* CNID_DB */ diff -ruN netatalk.orig/files/patch-ab netatalk/files/patch-ab --- netatalk.orig/files/patch-ab Mon Oct 8 15:49:31 2001 +++ netatalk/files/patch-ab Wed Dec 31 19:00:00 1969 @@ -1,16 +0,0 @@ ---- libatalk/cnid/cnid_close.c.orig Fri Aug 17 00:30:29 2001 -+++ libatalk/cnid/cnid_close.c Wed Aug 29 15:48:45 2001 -@@ -6,6 +6,7 @@ - #include "config.h" - #endif /* HAVE_CONFIG_H */ - -+#ifdef CNID_DB - #ifdef HAVE_UNISTD_H - #include - #endif /* HAVE_UNISTD_H */ -@@ -69,3 +70,4 @@ - - free(db); - } -+#endif /* CNID_DB */ - diff -ruN netatalk.orig/files/patch-ac netatalk/files/patch-ac --- netatalk.orig/files/patch-ac Mon Oct 8 15:49:31 2001 +++ netatalk/files/patch-ac Wed Dec 31 19:00:00 1969 @@ -1,16 +0,0 @@ ---- libatalk/cnid/cnid_delete.c.orig Fri Aug 17 00:30:29 2001 -+++ libatalk/cnid/cnid_delete.c Wed Aug 29 15:49:49 2001 -@@ -11,6 +11,7 @@ - #include "config.h" - #endif /* HAVE_CONFIG_H */ - -+#ifdef CNID_DB - #include - #include - #include -@@ -111,3 +112,4 @@ - syslog(LOG_ERR, "cnid_del: unable to delete CNID(%x)", id); - return errno; - } -+#endif /* CNID_DB */ - diff -ruN netatalk.orig/files/patch-ad netatalk/files/patch-ad --- netatalk.orig/files/patch-ad Mon Oct 8 15:49:31 2001 +++ netatalk/files/patch-ad Wed Dec 31 19:00:00 1969 @@ -1,16 +0,0 @@ ---- libatalk/cnid/cnid_get.c.orig Wed Aug 15 12:16:25 2001 -+++ libatalk/cnid/cnid_get.c Wed Aug 29 15:49:52 2001 -@@ -6,6 +6,7 @@ - #include "config.h" - #endif /* HAVE_CONFIG_H */ - -+#ifdef CNID_DB - #include - #include - #include -@@ -57,3 +58,4 @@ - memcpy(&id, data.data, sizeof(id)); - return id; - } -+#endif /* CNID_DB */ - diff -ruN netatalk.orig/files/patch-ae netatalk/files/patch-ae --- netatalk.orig/files/patch-ae Mon Oct 8 15:49:31 2001 +++ netatalk/files/patch-ae Wed Dec 31 19:00:00 1969 @@ -1,16 +0,0 @@ ---- libatalk/cnid/cnid_lookup.c.orig Fri Aug 17 00:30:29 2001 -+++ libatalk/cnid/cnid_lookup.c Wed Aug 29 15:49:55 2001 -@@ -6,6 +6,7 @@ - #include "config.h" - #endif /* HAVE_CONFIG_H */ - -+#ifdef CNID_DB - #include - #include - #include -@@ -115,3 +116,4 @@ - syslog(LOG_ERR, "cnid_lookup: looked up did %d, name %s as %d (needed update)", did, name, id); - return id; - } -+#endif /* CNID_DB */ - diff -ruN netatalk.orig/files/patch-af netatalk/files/patch-af --- netatalk.orig/files/patch-af Mon Oct 8 15:49:31 2001 +++ netatalk/files/patch-af Wed Dec 31 19:00:00 1969 @@ -1,18 +0,0 @@ ---- libatalk/cnid/cnid_nextid.c.orig Fri Aug 17 00:30:29 2001 -+++ libatalk/cnid/cnid_nextid.c Wed Aug 29 15:50:04 2001 -@@ -7,6 +7,7 @@ - #include "config.h" - #endif /* HAVE_CONFIG_H */ - -+#ifdef CNID_DB - #include - - #include -@@ -29,5 +30,6 @@ - memcpy(&id, ad_entry(&db->rootinfo, ADEID_DID), sizeof(id)); - return id; - } -+#endif /* CNID_DB */ - #endif - - diff -ruN netatalk.orig/files/patch-ag netatalk/files/patch-ag --- netatalk.orig/files/patch-ag Mon Oct 8 15:49:31 2001 +++ netatalk/files/patch-ag Wed Dec 31 19:00:00 1969 @@ -1,50 +0,0 @@ ---- libatalk/cnid/cnid_open.c.orig Thu Aug 16 10:30:29 2001 -+++ libatalk/cnid/cnid_open.c Sun Sep 2 03:13:49 2001 -@@ -37,6 +37,7 @@ - #include "config.h" - #endif /* HAVE_CONFIG_H */ - -+#ifdef CNID_DB - #include - #include - #include -@@ -83,7 +84,7 @@ - #define DBVERSION DBVERSION1 - - #define DBOPTIONS (DB_CREATE | DB_INIT_MPOOL | DB_INIT_LOCK | \ --DB_INIT_LOG | DB_INIT_TXN | DB_TXN_NOSYNC | DB_RECOVER) -+DB_INIT_LOG | DB_INIT_TXN | DB_RECOVER) - - #define MAXITER 0xFFFF /* maximum number of simultaneously open CNID - * databases. */ -@@ -100,7 +101,7 @@ - - /* sort did's and then names. this is for unix paths. - * i.e., did/unixname lookups. */ --static int compare_unix(const DBT *a, const DBT *b) -+static int compare_unix(DB* db, const DBT *a, const DBT *b) - { - u_int8_t *sa, *sb; - int len, ret; -@@ -214,6 +215,8 @@ - goto fail_lock; - } - -+ /* Check to see if a DBENV already exists. If it does, join it. */ -+ if (db->dbenv->open(db->dbenv, path, DB_JOINENV, 0666)) { - if (db->dbenv->open(db->dbenv, path, DBOPTIONS, 0666)) { - - /* try with a shared memory pool */ -@@ -229,6 +232,7 @@ - open_flag = DB_RDONLY; - syslog(LOG_INFO, "cnid_open: read-only CNID database"); - } -+ } - - /* did/name reverse mapping. we use a btree for this one. */ - if (db_create(&db->db_didname, db->dbenv, 0)) -@@ -358,3 +362,4 @@ - free(db); - return NULL; - } -+#endif /* CNID_DB */ diff -ruN netatalk.orig/files/patch-ah netatalk/files/patch-ah --- netatalk.orig/files/patch-ah Mon Oct 8 15:49:31 2001 +++ netatalk/files/patch-ah Wed Dec 31 19:00:00 1969 @@ -1,16 +0,0 @@ ---- libatalk/cnid/cnid_resolve.c.orig Fri Aug 17 00:30:29 2001 -+++ libatalk/cnid/cnid_resolve.c Wed Aug 29 15:50:34 2001 -@@ -6,6 +6,7 @@ - #include "config.h" - #endif /* HAVE_CONFIG_H */ - -+#ifdef CNID_DB - #include - #include - #include -@@ -48,3 +49,4 @@ - memcpy(id, (char *) data.data + CNID_DEVINO_LEN, sizeof(*id)); - return (char *) data.data + CNID_HEADER_LEN; - } -+#endif /* CNID_DB */ - diff -ruN netatalk.orig/files/patch-ai netatalk/files/patch-ai --- netatalk.orig/files/patch-ai Mon Oct 8 15:49:31 2001 +++ netatalk/files/patch-ai Wed Dec 31 19:00:00 1969 @@ -1,15 +0,0 @@ ---- libatalk/cnid/cnid_update.c.orig Fri Aug 17 00:30:30 2001 -+++ libatalk/cnid/cnid_update.c Wed Aug 29 15:50:39 2001 -@@ -6,6 +6,7 @@ - #include "config.h" - #endif /* HAVE_CONFIG_H */ - -+#ifdef CNID_DB - #include - #include - #include -@@ -136,3 +137,4 @@ - syslog(LOG_ERR, "cnid_update: can't update CNID(%x)", id); - return -1; - } -+#endif /* CNID_DB */ diff -ruN netatalk.orig/files/patch-aj netatalk/files/patch-aj --- netatalk.orig/files/patch-aj Mon Oct 8 15:49:31 2001 +++ netatalk/files/patch-aj Wed Dec 31 19:00:00 1969 @@ -1,104 +0,0 @@ ---- libatalk/util/getiface.c.orig Thu Sep 13 00:28:21 2001 -+++ libatalk/util/getiface.c Thu Sep 13 00:28:30 2001 -@@ -43,13 +43,6 @@ - { - /* if we've run out of room, allocate some more. just return - * the present list if we can't. */ -- if (*i >= *length) { -- char **new = realloc(list, sizeof(char **)*(*length + IFACE_NUM)); -- -- if (!new) /* just break if we can't allocate anything */ -- return -1; -- *length += IFACE_NUM; -- } - - if ((list[*i] = strdup(name)) == NULL) - return -1; -@@ -60,30 +53,32 @@ - } - - --static int getifaces(const int sockfd, char **list, int *length) -+static int getifaces(const int sockfd, char ***list, int *length) - { - #ifdef HAVE_IFNAMEINDEX - struct if_nameindex *ifstart, *ifs; - int i = 0; -+ char **new; - -- if (!list || *length < 1) -- return 0; -- - ifs = ifstart = if_nameindex(); -+ -+ new = (char **) malloc((sizeof(ifs)/sizeof(struct if_nameindex) + 1) * sizeof(char *)); - while (ifs && ifs->if_name) { - /* just bail if there's a problem */ -- if (addname(list, &i, length, ifs->if_name) < 0) -+ if (addname(new, &i, length, ifs->if_name) < 0) - break; - ifs++; - } - - if_freenameindex(ifstart); -+ *list = new; - return i; - - #else - struct ifconf ifc; - struct ifreq ifrs[ 64 ], *ifr, *nextifr; - int ifrsize, i = 0; -+ char **new; - - if (!list || *length < 1) - return 0; -@@ -96,6 +91,7 @@ - return 0; - } - -+ new = (char **) malloc((ifc.ifc_len/sizeof(struct ifreq) + 1) * sizeof(char *)); - for ( ifr = ifc.ifc_req; ifc.ifc_len >= sizeof( struct ifreq ); - ifc.ifc_len -= ifrsize, ifr = nextifr ) { - #ifdef BSD4_4 -@@ -108,9 +104,10 @@ - nextifr = (struct ifreq *)((caddr_t)ifr + ifrsize ); - - /* just bail if there's a problem */ -- if (addname(list, &i, length, ifr->ifr_name) < 0) -+ if (addname(new, &i, length, ifr->ifr_name) < 0) - break; - } -+ *list = new; - return i; - #endif - } -@@ -122,17 +119,14 @@ - */ - char **getifacelist() - { -- char **list = (char **) malloc(sizeof(char **)*(IFACE_NUM + 1)); -+ char **list; - char **new; -- int length = IFACE_NUM, i, fd; -+ int length, i, fd; - -- if (!list) -- return NULL; -- - if ((fd = socket(PF_INET, SOCK_STREAM, 0)) < 0) - return NULL; - -- if ((i = getifaces(fd, list, &length)) == 0) { -+ if ((i = getifaces(fd, &list, &length)) == 0) { - free(list); - close(fd); - return NULL; -@@ -140,7 +134,7 @@ - close(fd); - - if ((i < length) && -- (new = (char **) realloc(list, sizeof(char **)*(i + 1)))) -+ (new = (char **) realloc(list, (i + 1) * sizeof(char *)))) - return new; - - return list; diff -ruN netatalk.orig/files/patch-configure.in netatalk/files/patch-configure.in --- netatalk.orig/files/patch-configure.in Mon Oct 8 15:49:31 2001 +++ netatalk/files/patch-configure.in Fri Oct 5 12:38:55 2001 @@ -1,20 +1,6 @@ ---- configure.in.orig Sat Sep 1 19:32:49 2001 -+++ configure.in Sat Sep 1 19:34:07 2001 -@@ -262,18 +262,18 @@ - db3_found=no - for db3dir in "" $trydb3dir /usr /usr /usr/local ; do - if test -f "$db3dir/include/db3/db.h" ; then -- LDFLAGS="$LDFLAGS -L$db3dir/lib -L$db3dir" -- CFLAGS="$CFLAGS -I$db3dir/include" -+ LDFLAGS="$LDFLAGS -L$db3dir/lib" -+ CFLAGS="$CFLAGS -I$db3dir/include/db3" - - dnl If we require DB3, die if we don't have it - if test "x$db3_required" != "xno"; then -- AC_CHECK_LIB(db, main, -+ AC_CHECK_LIB(db3, main, - dnl AC_MSG_RESULT([enabling db3 support]) - db3_found=yes +--- configure.in.orig Fri Oct 5 12:38:18 2001 ++++ configure.in Fri Oct 5 12:38:33 2001 +@@ -273,7 +273,7 @@ dnl -- also enable CNID DB when this is found AC_DEFINE(CNID_DB, 1) AC_MSG_RESULT([using persistent cnid database per volume]) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 13:17:47 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E183437B408; Mon, 8 Oct 2001 13:17:45 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98KCA183208; Mon, 8 Oct 2001 13:12:10 -0700 (PDT) (envelope-from lioux) Date: Mon, 8 Oct 2001 13:12:10 -0700 (PDT) From: Message-Id: <200110082012.f98KCA183208@freefall.freebsd.org> To: ishmael27@home.com, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31112: Update port graphics/imlib2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port graphics/imlib2 State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Mon Oct 8 13:09:16 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31112 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 14:20:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C14537B40E for ; Mon, 8 Oct 2001 14:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98LK1Y95809; Mon, 8 Oct 2001 14:20:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B9A137B618 for ; Mon, 8 Oct 2001 14:10:10 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98LAAm93683; Mon, 8 Oct 2001 14:10:10 -0700 (PDT) (envelope-from nobody) Message-Id: <200110082110.f98LAAm93683@freefall.freebsd.org> Date: Mon, 8 Oct 2001 14:10:10 -0700 (PDT) From: Göran Runfeldt To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31146: Update port: games/xpilot 4.4.1 -> 4.4.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31146 >Category: ports >Synopsis: Update port: games/xpilot 4.4.1 -> 4.4.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 08 14:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Göran Runfeldt >Release: >Organization: >Environment: >Description: Update of xpilot port to latest version. >How-To-Repeat: >Fix: begin 644 xpilot-4.4.2.diff M9&EF9B`M'!I;&]T+F]L9"]-86ME9FEL92!X<&EL;W0O36%K969I;&4* M+2TM('AP:6QO="YO;&0O36%K969I;&4)36]N($]C="`@."`R,CHU.3HS,R`R M,#`Q"BLK*R!X<&EL;W0O36%K969I;&4)36]N($]C="`@."`R,CHU.3HT-"`R M,#`Q"D!`("TV+#<@*S8L-R!`0`H@(PH@"B!03U)43D%-13T)>'!I;&]T"BU0 M3U)45D524TE/3CT)-"XT+C$**U!/4E1615)324]./0DT+C0N,@H@0T%414=/ M4DE%4ST)9V%M97,*($U!4U1%4E]3251%4ST)9G1P.B\O9G1P+GAP:6QO="YO M'!I;&]T+F]R9R]P=6(O M>'!I;&]T+V]L9"\@7`ID:69F("UR=2!X<&EL;W0N;VQD+V1I'!I;&]T+30N M-"XQ+G1ABD@/2!C-V(W.#4T83DV.3Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 16:10:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D2B737B40C for ; Mon, 8 Oct 2001 16:10:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98NA3E16480; Mon, 8 Oct 2001 16:10:03 -0700 (PDT) (envelope-from gnats) Date: Mon, 8 Oct 2001 16:10:03 -0700 (PDT) Message-Id: <200110082310.f98NA3E16480@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jeremy Norris Subject: Re: ports/30094: New port: ferite Reply-To: Jeremy Norris Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/30094; it has been noted by GNATS. From: Jeremy Norris To: freebsd-gnats-submit@FreeBSD.org Cc: ishmael27@home.com Subject: Re: ports/30094: New port: ferite Date: Mon, 8 Oct 2001 18:07:42 -0500 The included shar is updated for newest version, 0.99.1. # 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: # # ferite # ferite/files # ferite/files/patch-configure # ferite/files/patch-libs::Makefile.in # ferite/files/patch-src::Makefile.in # ferite/files/patch-Makefile.in # ferite/files/patch-docs::Makefile.in # ferite/files/patch-docs::images::Makefile.in # ferite/files/patch-ltmain.sh # ferite/files/patch-scripts::test::test.fe # ferite/files/patch-ferite-config.in # ferite/Makefile # ferite/distinfo # ferite/pkg-comment # ferite/pkg-descr # ferite/pkg-plist # echo c - ferite mkdir -p ferite > /dev/null 2>&1 echo c - ferite/files mkdir -p ferite/files > /dev/null 2>&1 echo x - ferite/files/patch-configure sed 's/^X//' >ferite/files/patch-configure << 'END-of-ferite/files/patch-configure' X--- configure.orig Mon Oct 8 14:11:39 2001 X+++ configure Mon Oct 8 17:45:36 2001 X@@ -260,7 +260,6 @@ X : ${ac_max_here_lines=38} X X ac_unique_file="src/ferite.c" X-ac_subdirs_all="$ac_subdirs_all libs/ltdl" X X # Initialize some variables set by options. X ac_init_help= X@@ -2455,18 +2454,6 @@ X SET_MAKE="MAKE=${MAKE-make}" X fi X X- case $enable_ltdl_convenience in X- no) { { echo "$as_me:2459: error: this package needs a convenience libltdl" >&5 X-echo "$as_me: error: this package needs a convenience libltdl" >&2;} X- { (exit 1); exit 1; }; } ;; X- "") enable_ltdl_convenience=yes X- ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;; X- esac X- LIBLTDL='${top_builddir}/''libltdl'/libltdlc.la X- INCLTDL='-I${top_srcdir}/''libltdl' X- X-subdirs="$subdirs libs/ltdl" X- X # Check whether --enable-shared or --disable-shared was given. X if test "${enable_shared+set}" = set; then X enableval="$enable_shared" X@@ -6257,7 +6244,7 @@ X build_old_libs=$enable_static X X # Whether or not to add -lc for building shared libraries. X-build_libtool_need_lc=$need_lc X+build_libtool_need_lc=no X X # Whether or not to optimize for fast installation. X fast_install=$enable_fast_install X@@ -6846,13 +6833,13 @@ X { (exit 1); exit 1; }; } X fi X X-echo "$as_me:6849: checking for pthread_mutex_lock in -lpthread" >&5 X-echo $ECHO_N "checking for pthread_mutex_lock in -lpthread... $ECHO_C" >&6 X+echo "$as_me:6849: checking for pthread_mutex_lock in -pthread" >&5 X+echo $ECHO_N "checking for pthread_mutex_lock in -pthread... $ECHO_C" >&6 X if test "${ac_cv_lib_pthread_pthread_mutex_lock+set}" = set; then X echo $ECHO_N "(cached) $ECHO_C" >&6 X else X ac_check_lib_save_LIBS=$LIBS X-LIBS="-lpthread $LIBS" X+LIBS="-pthread $LIBS" X cat >conftest.$ac_ext <<_ACEOF X #line 6857 "configure" X #include "confdefs.h" X@@ -6900,7 +6887,7 @@ X #define HAVE_LIBPTHREAD 1 X EOF X X- LIBS="-lpthread $LIBS" X+ LIBS="-pthread $LIBS" X X else X X@@ -6937,7 +6924,7 @@ X modules="$modules file" X X echo "checking module math ..." X-math_LIBS="" X+math_LIBS="-lm" X math_CFLAGS="" X X modules="$modules math" END-of-ferite/files/patch-configure echo x - ferite/files/patch-libs::Makefile.in sed 's/^X//' >ferite/files/patch-libs::Makefile.in << 'END-of-ferite/files/patch-libs::Makefile.in' X--- libs/Makefile.in.orig Tue Aug 21 04:21:24 2001 X+++ libs/Makefile.in Sat Aug 25 19:11:20 2001 X@@ -104,7 +104,7 @@ X # A list of all the files in the current directory which can be regenerated X MAINTAINERCLEANFILES = X X-SUBDIRS = ltdl X+SUBDIRS = X X EXTRA_DIST = X mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs END-of-ferite/files/patch-libs::Makefile.in echo x - ferite/files/patch-src::Makefile.in sed 's/^X//' >ferite/files/patch-src::Makefile.in << 'END-of-ferite/files/patch-src::Makefile.in' X--- src/Makefile.in.orig Mon Oct 8 14:18:25 2001 X+++ src/Makefile.in Mon Oct 8 17:43:52 2001 X@@ -110,7 +110,7 @@ X X LDFLAGS = -L/usr/local/lib X X-INCLUDES = -I${top_srcdir}/include -I${prefix}/include -I$(includedir) -I${top_srcdir}/include/ferite/ -I$(top_srcdir)/libs/ltdl @pcre_cflags@ X+INCLUDES = -I${top_srcdir}/include -I${prefix}/include -I$(includedir) -I${top_srcdir}/include/ferite/ @pcre_cflags@ X X X DEFS = -DMODULE_DIR=\"$(libdir)/ferite/modules\" -DSCRIPT_DIR=\"$(libdir)/ferite/scripts\" @debugdefs@ X@@ -122,7 +122,7 @@ X libferite_la_SOURCES = ferite_mem_classic.c ferite_mem_jedi.c ferite_variables.c ferite_namespace.c ferite_function.c ferite_compile.c ferite_execute.c ferite_scanner.c ferite_globals.c ferite_parser.c ferite_opcode.c ferite_module.c ferite_error.c ferite_utils.c ferite_stack.c ferite_regex.c ferite_class.c ferite_file.c ferite_hash.c ferite_uarray.c ferite_ops.c ferite_gc. c ferite.c X X X-libferite_la_LIBADD = $(top_builddir)/libs/ltdl/libltdlc.la -lm @pcre_libs@ $(LDFLAGS) X+libferite_la_LIBADD = -lltdl -lm @pcre_libs@ $(LDFLAGS) X libferite_la_DEPENDENCIES = $(top_builddir)/config.h X libferite_la_LDFLAGS = -version-info 0:99:0 -export-dynamic X mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs END-of-ferite/files/patch-src::Makefile.in echo x - ferite/files/patch-Makefile.in sed 's/^X//' >ferite/files/patch-Makefile.in << 'END-of-ferite/files/patch-Makefile.in' X--- Makefile.in.orig Tue Aug 21 04:21:23 2001 X+++ Makefile.in Sat Aug 25 19:40:04 2001 X@@ -105,7 +105,7 @@ X MAINTAINERCLEANFILES = INSTALL Makefile.in aclocal.m4 config.guess config.h.in config.sub configure install-sh ltconfig ltmain.sh missing mkinstalldirs stamp-h.in X X X-SUBDIRS = libs src builder test include modules docs scripts X+SUBDIRS = libs src builder test include modules $(DOCS) scripts X X bin_SCRIPTS = ferite-config X END-of-ferite/files/patch-Makefile.in echo x - ferite/files/patch-docs::Makefile.in sed 's/^X//' >ferite/files/patch-docs::Makefile.in << 'END-of-ferite/files/patch-docs::Makefile.in' X--- docs/Makefile.in.orig Tue Aug 21 04:21:48 2001 X+++ docs/Makefile.in Sat Aug 25 19:42:51 2001 X@@ -102,7 +102,7 @@ X docs_DATA = ferite_language_def.pdf X X X-docsdir = $(prefix)/share/ferite/docs X+docsdir = $(prefix)/share/doc/ferite X X EXTRA_DIST = $(docs_DATA) X END-of-ferite/files/patch-docs::Makefile.in echo x - ferite/files/patch-docs::images::Makefile.in sed 's/^X//' >ferite/files/patch-docs::images::Makefile.in << 'END-of-ferite/files/patch-docs::images::Makefile.in' X--- docs/images/Makefile.in.orig Tue Aug 21 04:21:49 2001 X+++ docs/images/Makefile.in Sat Aug 25 19:43:23 2001 X@@ -102,7 +102,7 @@ X images_DATA = ferite_logo_colour_blue.png ferite_logo_black.png ferite_logo_black_600x300.png ferite_logo_colour.png ferite_logo.xcf X X X-imagesdir = $(prefix)/share/ferite/images X+imagesdir = $(prefix)/share/doc/ferite/images X X EXTRA_DIST = $(images_DATA) X mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs END-of-ferite/files/patch-docs::images::Makefile.in echo x - ferite/files/patch-ltmain.sh sed 's/^X//' >ferite/files/patch-ltmain.sh << 'END-of-ferite/files/patch-ltmain.sh' X--- ltmain.sh.orig Tue Aug 14 16:55:55 2001 X+++ ltmain.sh Sun Aug 26 09:11:33 2001 X@@ -944,6 +944,7 @@ X ;; X X -avoid-version) X+ build_old_libs=no X avoid_version=yes X continue X ;; X@@ -4175,10 +4176,12 @@ X fi X X # Install the pseudo-library for information purposes. X+ if false; then X name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` X instname="$dir/$name"i X $show "$install_prog $instname $destdir/$name" X $run eval "$install_prog $instname $destdir/$name" || exit $? X+ fi X X # Maybe install the static library, too. X test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" END-of-ferite/files/patch-ltmain.sh echo x - ferite/files/patch-scripts::test::test.fe sed 's/^X//' >ferite/files/patch-scripts::test::test.fe << 'END-of-ferite/files/patch-scripts::test::test.fe' X--- scripts/test/test.fe.orig Thu Jul 26 01:10:56 2001 X+++ scripts/test/test.fe Sun Aug 26 00:06:31 2001 X@@ -17,17 +17,17 @@ X a_global_int = 10; X testfile = new File(); X X- Console.println( "Printing Out All ext2 Partitions in /etc/fstab" ); X+ Console.println( "Printing Out All ufs Partitions in /etc/fstab" ); X testfile->open( "/etc/fstab", "r" ); X Console.println( "Here." ); X while( blam = testfile->readln() && ! testfile->eof() ) X { X if( blam =~ / X- (\/dev\/[hs]d[a-g][1-9]) # device entry X- [\ \t]* # whitespace X- (\/[a-z]*(\/[a-z]*)*) # mount point X- [\ \t]* # whitespace X- ext2 # force adherance to ext2 X+ (\/dev\/[ad][ad][0-9]s[1-4][a-h]) # device entry X+ [\ \t]* # whitespace X+ (\/[a-z]*(\/[a-z]*)*) # mount point X+ [\ \t]* # whitespace X+ ufs # force adherance to ext2 X /xoi /* make usre it's not case sensitive */ X ) X { END-of-ferite/files/patch-scripts::test::test.fe echo x - ferite/files/patch-ferite-config.in sed 's/^X//' >ferite/files/patch-ferite-config.in << 'END-of-ferite/files/patch-ferite-config.in' X--- ferite-config.in.orig Wed Jul 25 15:47:03 2001 X+++ ferite-config.in Sat Aug 25 19:13:09 2001 X@@ -46,7 +46,7 @@ X ;; X --libs) X libdirs=-L@libdir@ X- echo $libdirs -lferite -lm -lpcre X+ echo $libdirs -lferite %%PTHREAD_LIBS%% -lm -lpcre X ;; X --module-path) X echo @libdir@/ferite/modules END-of-ferite/files/patch-ferite-config.in echo x - ferite/Makefile sed 's/^X//' >ferite/Makefile << 'END-of-ferite/Makefile' X# New ports collection Makefile for: ferite X# Date created: 21 August 2001 X# Whom: Jeremy Norris X# X# $FreeBSD$ X# X XPORTNAME= ferite XPORTVERSION= 0.99.1 XCATEGORIES= lang XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= ishmael27@home.com X XBUILD_DEPENDS= automake:${PORTSDIR}/devel/automake X XLIB_DEPENDS= ltdl.1:${PORTSDIR}/devel/libtool \ X mysqlclient.10:${PORTSDIR}/databases/mysql323-client \ X pcre.0:${PORTSDIR}/devel/pcre \ X xml2.5:${PORTSDIR}/textproc/libxml2 X XGNU_CONFIGURE= yes XCONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ X LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/lib/mysql" \ X sql_CFLAGS="-I${LOCALBASE}/include/mysql" \ X sql_LIBS="-L${LOCALBASE}/lib/mysql -lmysqlclient -lz \ X -lcrypt -lm" X XEXTRA_DOCS= AUTHORS COPYING ChangeLog README ROADMAP TODO X X.if defined(NOPORTDOCS) XMAKE_ENV= DOCS="" X.else XMAKE_ENV= DOCS=docs Xpost-install: X.for i in ${EXTRA_DOCS} X ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/ferite X.endfor X.endif X Xpost-patch: X @${PERL} -pi -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS:S/"//g}|g' \ X ${WRKSRC}/ferite-config.in X Xpost-configure: X @${PERL} -pi -e 's|^s%\@LIBS.*|s%\@LIBS\@%-L${LOCALBASE}/lib%g|' \ X ${WRKSRC}/config.status X X.include END-of-ferite/Makefile echo x - ferite/distinfo sed 's/^X//' >ferite/distinfo << 'END-of-ferite/distinfo' XMD5 (ferite-0.99.1.tar.gz) = aac4c03b8fe5b01ee86fb927bfe0e98e END-of-ferite/distinfo echo x - ferite/pkg-comment sed 's/^X//' >ferite/pkg-comment << 'END-of-ferite/pkg-comment' XAn embeddable scripting language END-of-ferite/pkg-comment echo x - ferite/pkg-descr sed 's/^X//' >ferite/pkg-descr << 'END-of-ferite/pkg-descr' XA scripting language designed to be embedded in other applications, that aims Xto provide a powerful object oriented syntax with low memory and cpu overhead. X XWWW: http://www.ferite.org/ END-of-ferite/pkg-descr echo x - ferite/pkg-plist sed 's/^X//' >ferite/pkg-plist << 'END-of-ferite/pkg-plist' Xbin/builder Xbin/ferite Xbin/ferite-config Xinclude/ferite.h Xinclude/ferite/farray.h Xinclude/ferite/fcompile.h Xinclude/ferite/fdebug.h Xinclude/ferite/ferror.h Xinclude/ferite/ffunction.h Xinclude/ferite/fgc.h Xinclude/ferite/fglobals.h Xinclude/ferite/fhash.h Xinclude/ferite/fmem.h Xinclude/ferite/fmem_jedi.h Xinclude/ferite/fmodule.h Xinclude/ferite/fns.h Xinclude/ferite/foop.h Xinclude/ferite/fopcode.h Xinclude/ferite/fops.h Xinclude/ferite/fparser.h Xinclude/ferite/fregex.h Xinclude/ferite/freq.h Xinclude/ferite/fstack.h Xinclude/ferite/fstructs.h Xinclude/ferite/futils.h Xinclude/ferite/fvariables.h Xlib/ferite/modules/array.so Xlib/ferite/modules/console.so Xlib/ferite/modules/file.so Xlib/ferite/modules/math.so Xlib/ferite/modules/network.so Xlib/ferite/modules/sql.so Xlib/ferite/modules/string.so Xlib/ferite/modules/system.so Xlib/ferite/modules/time.so Xlib/ferite/modules/xml.so Xlib/ferite/scripts/cgi/cgi.fe Xlib/ferite/scripts/test/error.fe Xlib/ferite/scripts/test/helloworld.fe Xlib/ferite/scripts/test/loop.fe Xlib/ferite/scripts/test/mem.fe Xlib/ferite/scripts/test/namespace.fe Xlib/ferite/scripts/test/native_inheiritance.fe Xlib/ferite/scripts/test/recurse.fe Xlib/ferite/scripts/test/regex.fe Xlib/ferite/scripts/test/string.fe Xlib/ferite/scripts/test/super.fe Xlib/ferite/scripts/test/test.fe Xlib/ferite/scripts/test/test2.fe Xlib/ferite/scripts/test/testfncparams.fe Xlib/ferite/scripts/test/uarray.fe Xlib/libferite.a Xlib/libferite.so Xlib/libferite.so.0 X%%PORTDOCS%%share/doc/ferite/AUTHORS X%%PORTDOCS%%share/doc/ferite/COPYING X%%PORTDOCS%%share/doc/ferite/ChangeLog X%%PORTDOCS%%share/doc/ferite/README X%%PORTDOCS%%share/doc/ferite/ROADMAP X%%PORTDOCS%%share/doc/ferite/TODO X%%PORTDOCS%%share/doc/ferite/manual.pdf X%%PORTDOCS%%share/doc/ferite/images/ferite_logo.xcf X%%PORTDOCS%%share/doc/ferite/images/ferite_logo_black.png X%%PORTDOCS%%share/doc/ferite/images/ferite_logo_black_600x300.png X%%PORTDOCS%%share/doc/ferite/images/ferite_logo_colour.png X%%PORTDOCS%%share/doc/ferite/images/ferite_logo_colour_blue.png X@dirrm include/ferite X@dirrm lib/ferite/modules X@dirrm lib/ferite/scripts/cgi X@dirrm lib/ferite/scripts/test X@dirrm lib/ferite/scripts X@dirrm lib/ferite X%%PORTDOCS%%@dirrm share/doc/ferite/images X%%PORTDOCS%%@dirrm share/doc/ferite END-of-ferite/pkg-plist exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 18:27:50 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F64837B403; Mon, 8 Oct 2001 18:27:46 -0700 (PDT) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f991JVQ38443; Mon, 8 Oct 2001 18:19:31 -0700 (PDT) (envelope-from dougb) Date: Mon, 8 Oct 2001 18:19:31 -0700 (PDT) From: Message-Id: <200110090119.f991JVQ38443@freefall.freebsd.org> To: samuli@stt.aivo.com, dougb@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31140: irssi segfaults on bad channel topics Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: irssi segfaults on bad channel topics State-Changed-From-To: open->closed State-Changed-By: dougb State-Changed-When: Mon Oct 8 18:19:03 PDT 2001 State-Changed-Why: You need to bring this up with the authors of irssi. Good luck. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31140 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 19: 8:56 2001 Delivered-To: freebsd-ports@freebsd.org Received: from Terry.Dorm11.NCTU.edu.tw (Terry.Dorm11.NCTU.edu.tw [140.113.192.99]) by hub.freebsd.org (Postfix) with ESMTP id 86DA737B408 for ; Mon, 8 Oct 2001 19:08:51 -0700 (PDT) Received: (from ijliao@localhost) by Terry.Dorm11.NCTU.edu.tw (8.11.6/8.11.6) id f9929DW04141; Tue, 9 Oct 2001 10:09:13 +0800 (CST) (envelope-from ijliao) Date: Tue, 9 Oct 2001 10:09:13 +0800 From: Ying-Chieh Liao To: =?big5?Q?aur=E9lio?= Cc: ports@FreeBSD.ORG Subject: Re: FreeBSD Port: txt2regex-0.6 Message-ID: <20011009100913.A3125@terry.dragon2.net> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wRRV7LY7NUeQGEoC" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.20i X-Operating-System: FreeBSD 5.0-CURRENT i386 X-PGP-Key-Location: http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x11C02382 X-PGP-Key-Fingerprint: 4E98 55CC 2866 7A90 EFD7 9DA5 ACC6 0165 11C0 2382 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --wRRV7LY7NUeQGEoC Content-Type: text/plain; charset=big5 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 08, 2001 at 16:17:24 -0300, aur=E9lio wrote: > i've noted that it requires sh-utils... maybe because the seq > command? on previous versions, seq was required, but now > "seq is no more". so, if you want to take it out, you can. thanks for your notice btw, do you want to become maintainer of this port ? :) --=20 int i;main(){for(;i["]; Mon, 8 Oct 2001 19:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f992A2E46352; Mon, 8 Oct 2001 19:10:02 -0700 (PDT) (envelope-from gnats) Received: from krusty.e-technik.uni-dortmund.de (krusty.E-Technik.Uni-Dortmund.DE [129.217.163.1]) by hub.freebsd.org (Postfix) with ESMTP id 55FF237B409 for ; Mon, 8 Oct 2001 19:06:37 -0700 (PDT) Received: from emma1.emma.line.org (krusty.dt.e-technik.uni-dortmund.de [129.217.163.1]) by krusty.e-technik.uni-dortmund.de (Postfix) with ESMTP id 22579A3828 for ; Tue, 9 Oct 2001 04:06:35 +0200 (CEST) Received: from freebsd.emma.line.org (freebsd.emma.line.org [192.168.0.4]) by emma1.emma.line.org (Postfix) with ESMTP id 7CB71A201F for ; Tue, 9 Oct 2001 04:06:34 +0200 (CEST) Received: by freebsd.emma.line.org (Postfix, from userid 500) id 03FF02D310; Tue, 9 Oct 2001 04:06:33 +0200 (CEST) Message-Id: <20011009020633.03FF02D310@freebsd.emma.line.org> Date: Tue, 9 Oct 2001 04:06:33 +0200 (CEST) From: Matthias Andree Reply-To: Matthias Andree To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31150: Update port: devel/doxygen -> 1.2.11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31150 >Category: ports >Synopsis: Update port: devel/doxygen -> 1.2.11 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Oct 08 19:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD freebsd.emma.line.org 4.4-STABLE FreeBSD 4.4-STABLE #8: Sat Oct 6 22:08:32 CEST 2001 root@freebsd.emma.line.org:/usr/src/sys/compile/M2A2 i386 >Description: NOTE: This is a resubmission, my first send-pr disappeared without notice behind hub.freebsd.org. Dimitri van Heesch has released a new doxygen version. The patch below updates the port to match the new version. >How-To-Repeat: >Fix: Apply this patch. diff -Nur --exclude=work /usr/ports/devel/doxygen/Makefile /tmp/doxygen/Makefile --- /usr/ports/devel/doxygen/Makefile Sun Sep 30 00:21:07 2001 +++ /tmp/doxygen/Makefile Sun Oct 7 18:19:15 2001 @@ -6,8 +6,7 @@ # PORTNAME= doxygen -PORTVERSION= 1.2.10 -PORTREVISION= 1 +PORTVERSION= 1.2.11.1 CATEGORIES= devel MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/ EXTRACT_SUFX= .src.tar.gz @@ -22,7 +21,7 @@ USE_PERL5= yes HAS_CONFIGURE= yes USE_GMAKE= yes -QT_NONSTANDARD= yes # non-standard configure arguements +QT_NONSTANDARD= yes # non-standard configure arguments CONFIGURE_ARGS+=--prefix ${PREFIX} --perl ${PERL} --make ${GMAKE} \ --with-doxywizard diff -Nur --exclude=work /usr/ports/devel/doxygen/distinfo /tmp/doxygen/distinfo --- /usr/ports/devel/doxygen/distinfo Tue Sep 25 16:50:04 2001 +++ /tmp/doxygen/distinfo Sun Oct 7 18:19:41 2001 @@ -1 +1 @@ -MD5 (doxygen-1.2.10.src.tar.gz) = 16b6d5a2ceb9629f46695cb01069f115 +MD5 (doxygen-1.2.11.1.src.tar.gz) = 022161aaed3058d0aa10c35f393f738c >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 19:57:22 2001 Delivered-To: freebsd-ports@freebsd.org Received: from no-spam.it.helsinki.fi (NO-SPAM.it.helsinki.fi [128.214.205.34]) by hub.freebsd.org (Postfix) with ESMTP id 7A0ED37B408 for ; Mon, 8 Oct 2001 19:57:19 -0700 (PDT) Received: from mursu.pesa.fi (root@sirppi.helsinki.fi [128.214.205.27]) by no-spam.it.helsinki.fi (8.11.4/8.11.4-SPAMmers-sod-off) with ESMTP id f992vGV28849 for ; Tue, 9 Oct 2001 05:57:16 +0300 (EEST) Received: (from poku@localhost) by mursu.pesa.fi (8.11.4/8.11.1) id f98HVnl97036; Mon, 8 Oct 2001 20:31:49 +0300 (EEST) (envelope-from poku@mursu.pesa.fi) To: freebsd-ports@FreeBSD.ORG Subject: japanese/ruby14-tcltklib X-No-Archive: yes From: Jussi Reissell Date: 08 Oct 2001 20:31:48 +0300 Message-ID: <87u1xa598b.fsf@mursu.pesa.fi> Lines: 7 User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org What's up with this port? It contains a reference to a non-existing port in it's makefile: MASTERDIR= ${.CURDIR}/../../lang/ruby14-tcltklib This screws up things like make readmes ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 20:47:48 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B055037B406; Mon, 8 Oct 2001 20:47:46 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f993jgs59348; Mon, 8 Oct 2001 20:45:42 -0700 (PDT) (envelope-from petef) Date: Mon, 8 Oct 2001 20:45:42 -0700 (PDT) From: Message-Id: <200110090345.f993jgs59348@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, jim@FreeBSD.org Subject: Re: ports/31133: irc/xchat: dependence problem with x11/gnomelibs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: irc/xchat: dependence problem with x11/gnomelibs Responsible-Changed-From-To: freebsd-ports->jim Responsible-Changed-By: petef Responsible-Changed-When: Mon Oct 8 20:45:21 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31133 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 20:47:56 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DA2CF37B407; Mon, 8 Oct 2001 20:47:46 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f993kvl59542; Mon, 8 Oct 2001 20:46:57 -0700 (PDT) (envelope-from petef) Date: Mon, 8 Oct 2001 20:46:57 -0700 (PDT) From: Message-Id: <200110090346.f993kvl59542@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, tg@FreeBSD.org Subject: Re: ports/31137: Fix: ports/x11/xlockmore/Makefile uses incorrect configure option [patch] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix: ports/x11/xlockmore/Makefile uses incorrect configure option [patch] Responsible-Changed-From-To: freebsd-ports->tg Responsible-Changed-By: petef Responsible-Changed-When: Mon Oct 8 20:46:39 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 20:57:48 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A72DB37B406; Mon, 8 Oct 2001 20:57:46 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f993mNI59726; Mon, 8 Oct 2001 20:48:23 -0700 (PDT) (envelope-from petef) Date: Mon, 8 Oct 2001 20:48:23 -0700 (PDT) From: Message-Id: <200110090348.f993mNI59726@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, vanilla@FreeBSD.org Subject: Re: ports/31140: irssi segfaults on bad channel topics Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: irssi segfaults on bad channel topics Responsible-Changed-From-To: freebsd-ports->vanilla Responsible-Changed-By: petef Responsible-Changed-When: Mon Oct 8 20:48:14 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31140 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 21:20:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D38237B409 for ; Mon, 8 Oct 2001 21:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f994K1R65210; Mon, 8 Oct 2001 21:20:01 -0700 (PDT) (envelope-from gnats) Received: from smtp.noos.fr (verlaine.noos.net [212.198.2.73]) by hub.freebsd.org (Postfix) with ESMTP id 6735637B405 for ; Mon, 8 Oct 2001 21:13:54 -0700 (PDT) Received: (qmail 34462059 invoked by uid 0); 9 Oct 2001 04:13:52 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.231.187]) (envelope-sender ) by 212.198.2.73 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 9 Oct 2001 04:13:52 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id f994DpE00967; Tue, 9 Oct 2001 06:13:51 +0200 (CEST) (envelope-from root) Message-Id: <200110090413.f994DpE00967@gits.dyndns.org> Date: Tue, 9 Oct 2001 06:13:51 +0200 (CEST) From: Cyrille Lefevre Reply-To: Cyrille Lefevre To: FreeBSD-gnats-submit@freebsd.org Cc: nik@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31151: print/jadetex is missing mktexlsr in pkg-plist Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31151 >Category: ports >Synopsis: print/jadetex is missing mktexlsr in pkg-plist >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 08 21:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.4-RC i386 >Organization: ACME >Environment: System: FreeBSD gits 4.4-RC FreeBSD 4.4-RC #7: Thu Sep 20 12:40:17 CEST 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386 >Description: mktexlsr is well called from Makefile but not from the pkg-plist. this cause jadetex to not be recognized by tex at runtime. Makefile MAINTAINER email adress fixed PREFIX changed to LOCALBASE where needed pkg-message handling added do-install rewritten (long lines wrapped) pkg-message /usr/local changed to LOCALBASE pkg-plist @comment $FreeBSD$ added @exec mktexlsr added >How-To-Repeat: pkg_add -r jadetex tex "&jadetex" ' \nonstopmode\input{article.tex-ps}' >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/print/jadetex/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- Makefile 2001/09/11 02:59:19 1.19 +++ Makefile 2001/10/09 04:08:26 @@ -11,29 +11,42 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= jadetex -MAINTAINER= nik +MAINTAINER= nik@FreeBSD.org BUILD_DEPENDS= hugelatex:${PORTSDIR}/print/hugelatex LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX -MAKE_ENV= TEXMFCNF=${FILESDIR}:${PREFIX}/share/texmf/web2c +MAKE_ENV= TEXMFCNF=${FILESDIR}:${LOCALBASE}/share/texmf/web2c WRKSRC= ${WRKDIR}/${PORTNAME} -MESSAGE= ${WRKDIR}/pkg-message -post-extract: +MESSAGE= ${PKGDIR}/pkg-message +PKGMESSAGE= ${WRKDIR}/pkg-message + +post-patch: patch-makefile patch-message + +patch-makefile: @${ECHO} all: betterdefault > ${WRKSRC}/Makefile.tmp @${ECHO} betterdefault: jadetex.fmt pdfjadetex.fmt >> ${WRKSRC}/Makefile.tmp @${CAT} ${WRKSRC}/Makefile >> ${WRKSRC}/Makefile.tmp @${MV} ${WRKSRC}/Makefile.tmp ${WRKSRC}/Makefile +patch-message: + @${SED} -e 's,%%LOCALBASE%%,${LOCALBASE},' ${MESSAGE} > ${PKGMESSAGE} + do-install: - @(cd ${WRKSRC} && ${INSTALL_DATA} jadetex.fmt pdfjadetex.fmt `kpsewhich -expand-var '$$TEXMFMAIN'`/web2c && ${MKDIR} -m 555 `kpsewhich -expand-var '$$TEXMFMAIN'`/tex/jadetex && ${INSTALL_DATA} dsssl.def jadetex.ltx `kpsewhich -expand-var '$$TEXMFMAIN'`/tex/jadetex) + @cd ${WRKSRC}; TEXMFMAIN=$$(kpsewhich -expand-var '$$TEXMFMAIN'); \ + ${INSTALL_DATA} jadetex.fmt pdfjadetex.fmt $$TEXMFMAIN/web2c; \ + ${MKDIR} -m 555 $$TEXMFMAIN/tex/jadetex; \ + ${INSTALL_DATA} dsssl.def jadetex.ltx $$TEXMFMAIN/tex/jadetex + +post-install: rebuild-tex-database display-message + +rebuild-tex-database: + ${LOCALBASE}/bin/mktexlsr -post-install: - ${PREFIX}/bin/mktexlsr - @${SED} -e 's,/usr/local,${PREFIX},' ${PKGMESSAGE} > ${MESSAGE} - @${CAT} ${MESSAGE} +display-message: + @${CAT} ${PKGMESSAGE} .include Index: pkg-message =================================================================== RCS file: /home/ncvs/ports/print/jadetex/pkg-message,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 pkg-message --- pkg-message 1998/12/08 21:08:28 1.1.1.1 +++ pkg-message 2001/10/09 04:04:35 @@ -1,6 +1,6 @@ JadeTeX uses quite a lot of TeX's resources. You may find it necessary to increase the size of some of TeX's resource pools by -editing the file /usr/local/share/texmf/web2c/texmf.cnf with any text +editing the file %%LOCALBASE%%/share/texmf/web2c/texmf.cnf with any text editor. For example, to typeset the FreeBSD Handbook with JadeTeX, change the @@ -11,6 +11,6 @@ max_strings = 70000 save_size = 10000 -If you change /usr/local/share/texmf/web2c/texmf.cnf, delete the word +If you change %%LOCALBASE%%/share/texmf/web2c/texmf.cnf, delete the word "original" on line 1 of the file. This will prevent future installations of TeX from overwriting changes you've made. Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/print/jadetex/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 2001/01/03 17:20:20 1.3 +++ pkg-plist 2001/10/09 04:11:03 @@ -1,6 +1,8 @@ +@comment $FreeBSD$ share/texmf/tex/jadetex/dsssl.def share/texmf/tex/jadetex/jadetex.ltx share/texmf/web2c/jadetex.fmt share/texmf/web2c/pdfjadetex.fmt @dirrm share/texmf/tex/jadetex +@exec %D/bin/mktexlsr @unexec %D/bin/mktexlsr >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 21:20:35 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C1B7637B401 for ; Mon, 8 Oct 2001 21:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f994K1l65201; Mon, 8 Oct 2001 21:20:01 -0700 (PDT) (envelope-from gnats) Date: Mon, 8 Oct 2001 21:20:01 -0700 (PDT) Message-Id: <200110090420.f994K1l65201@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: MANTANI Nobutaka Subject: Re: ports/31124: Update port: www/w3m Reply-To: MANTANI Nobutaka Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31124; it has been noted by GNATS. From: MANTANI Nobutaka To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/31124: Update port: www/w3m Date: Tue, 09 Oct 2001 13:10:43 +0900 At Mon, 8 Oct 2001 15:45:05 +0900 (JST), MANTANI Nobutaka wrote: > > >Description: > > Update www/w3m port to 0.2.1-inu-1.4 and www/w3m-img port to 0.2.1-inu-1.4-img-1.11. > w3m-0.2.1-inu-1.4 is not official release, but it contains many bug fixes. > And setup www/w3m for upcoming www/w3m-m17n port. > > This port depends on libgc.so.1, so please update devel/boehm-gc port first. w3m-m17n-0.19 has a security problem. I added a security fix patch to PATCHFILES. Please use this patch instead of the patch in my PR. Index: w3m/Makefile =================================================================== RCS file: /home/ncvs/ports/www/w3m/Makefile,v retrieving revision 1.31 diff -u -r1.31 Makefile --- w3m/Makefile 27 Aug 2001 23:45:07 -0000 1.31 +++ w3m/Makefile 9 Oct 2001 03:54:51 -0000 @@ -8,27 +8,30 @@ PORTNAME= w3m PORTVERSION= ${W3M_VERSION} CATEGORIES+= www ipv6 -MASTER_SITES= ftp://ei5nazha.yz.yamagata-u.ac.jp/w3m/ \ - http://mi.med.tohoku.ac.jp/~satodai/w3m/src/ \ - ftp://ftp.firedrake.org/w3m/ \ - ftp://ftp.umlauf.de/pub/w3m/ \ - http://www.instinct.org/w3m/ \ - http://grilli.net/mirrors/w3m/download/ -DISTNAME= ${PORTNAME}-${W3M_VERSION} +MASTER_SITES= http://mi.med.tohoku.ac.jp/~satodai/w3m/inusrc/200109/ +DISTNAME= ${PORTNAME}-${W3M_VERSION}-inu-${INU_VERSION} MAINTAINER?= nobutaka@nobutaka.com -BUILD_DEPENDS= ${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/boehm-gc +LIB_DEPENDS= gc.1:${PORTSDIR}/devel/boehm-gc W3M_VERSION= 0.2.1 -IMG_VERSION= 1.10 -PORTREVISION?= 1 - -.if defined(INLINE_IMAGE) -PORTVERSION:= ${PORTVERSION}+${IMG_VERSION} -.else -PORTREVISION= 1 -.endif +INU_VERSION= 1.4 +IMG_VERSION= 1.11 +M17N_VERSION= 0.19 + +.if !defined(M17N) +PORTREVISION?= 2 +.endif + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= -nonstop +HOSTNAME!= /bin/hostname +SCRIPTS_ENV= HOSTNAME=${HOSTNAME} WRKSRC=${WRKSRC} PREFIX=${PREFIX} \ + LOCALBASE=${LOCALBASE} JAPANESE=${JAPANESE} \ + USE_OPENSSL="${USE_OPENSSL}" SSL_CFLAGS="${SSL_CFLAGS}" \ + SSL_LIBS="${SSL_LIBS}" EXTRA_SSL_LIBS="${EXTRA_SSL_LIBS}" \ + INLINE_IMAGE=${INLINE_IMAGE} M17N=${M17N} MAN1= w3m.1 MANLANG= "" @@ -45,29 +48,40 @@ USE_OPENSSL= yes .endif -.include +.if defined(M17N) +PORTVERSION:= ${PORTVERSION}+${M17N_VERSION} + +MASTER_SITES= http://www2u.biglobe.ne.jp/~hsaka/w3m/patch/ +DISTNAME= ${PORTNAME}-m17n-${M17N_VERSION} -.if ${OSVERSION} >= 400014 -SED_CMD+= -e "s,undef INET6,define INET6,g" +PATCH_SITES= http://www.nobutaka.com/FreeBSD/ports/20011009/ +PATCHFILES= ${PORTNAME}-m17n-${M17N_VERSION}-security-fix.diff +PATCH_DIST_STRIP= -p0 -F3 + +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-XMakefile.m17n +PLIST_SUB+= M17N_ONLY="" NO_M17N="@comment " + +# Disable inline image support for w3m-m17n. +.undef INLINE_IMAGE +.else +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-XMakefile +PLIST_SUB+= M17N_ONLY="@comment " NO_M17N="" .endif .if defined(JAPANESE) -SED_CMD+= -e "s,undef JAPANESE,define JAPANESE,g" MANLANG+= ja -DOCS_JP= ${DOCS} HISTORY.kokb README.SSL README.cookie \ +DOCS_JP= ${DOCS} README.SSL README.cookie \ README.keymap README.mailcap README.menu -PLIST_SUB= JAPANESE_ONLY="" +PLIST_SUB+= JAPANESE_ONLY="" .else -PLIST_SUB= JAPANESE_ONLY="@comment " +PLIST_SUB+= JAPANESE_ONLY="@comment " .endif .if defined(USE_OPENSSL) SSL_CFLAGS= -I${OPENSSLINC}/openssl -I${OPENSSLINC} ${OPENSSL_CFLAGS} SSL_LIBS= -L${OPENSSLLIB} -lssl -lcrypto -SED_CMD+= -e "s,undef USE_SSL,define USE_SSL,g" \ - -e "s,undef USE_SSL_VERIFY, define USE_SSL_VERIFY,g" MAKE_FLAGS+= DEFS="${SSL_CFLAGS} -I${LOCALBASE}/include" \ LIBS="${SSL_LIBS} ${EXTRA_SSL_LIBS} -L${LOCALBASE}/lib" .else @@ -75,10 +89,10 @@ .endif .if defined(INLINE_IMAGE) +PORTVERSION:= ${PORTVERSION}+${IMG_VERSION} PATCH_SITES= http://www2u.biglobe.ne.jp/~hsaka/w3m/patch/ -PATCHFILES= ${DISTNAME}-img-${IMG_VERSION}.patch +PATCHFILES= ${PORTNAME}-${W3M_VERSION}-inu-${INU_VERSION}-img-${IMG_VERSION}.patch PATCH_DIST_STRIP= -p1 -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-XMakefile USE_IMLIB= yes @@ -88,7 +102,6 @@ PKGMESSAGE= ${MASTERDIR}/pkg-message .else -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-XMakefile.noimg PLIST_SUB+= INLINE_IMAGE_ONLY="@comment " # Don't use pkg-message @@ -100,13 +113,6 @@ @${ECHO_MSG} "You can disable support for SSL by defining WITHOUT_SSL." .endif -post-configure: - @${CP} ${CONFIG_H} ${CONFIG_H}.in - @${SED} ${SED_CMD} < ${CONFIG_H}.in > ${CONFIG_H} - @${SED} -e "s,@PERL@,${PERL},g" \ - -e "s,@CYGWIN@,0,g" \ - < ${WRKSRC}/scripts/dirlist.in > ${WRKSRC}/scripts/dirlist.cgi - post-install: .if !defined(NOPORTDOCS) .if defined(JAPANESE) @@ -120,6 +126,9 @@ for i in ${DOCS} ; do \ ${INSTALL_DATA} $$i ${PREFIX}/share/doc/w3m/ ; \ done +.if defined(M17N) + @${INSTALL_DATA} ${WRKSRC}/doc/README.m17n ${PREFIX}/share/doc/w3m +.endif .endif @${INSTALL_MAN} ${WRKSRC}/doc/w3m.1 ${PREFIX}/man/man1 .if defined(JAPANESE) @@ -129,4 +138,4 @@ @${CAT} ${PKGMESSAGE} .endif -.include +.include Index: w3m/distinfo =================================================================== RCS file: /home/ncvs/ports/www/w3m/distinfo,v retrieving revision 1.12 diff -u -r1.12 distinfo --- w3m/distinfo 27 Aug 2001 23:45:07 -0000 1.12 +++ w3m/distinfo 9 Oct 2001 03:56:38 -0000 @@ -1,2 +1,4 @@ -MD5 (w3m-0.2.1.tar.gz) = 906c2506f570b563807bcd1d23fecea5 -MD5 (w3m-0.2.1-img-1.10.patch) = 8cd810eb925fd5da17d04ffcb2b22b1a +MD5 (w3m-0.2.1-inu-1.4.tar.gz) = 0524de2794aa2562f92e06ab1a631d5e +MD5 (w3m-0.2.1-inu-1.4-img-1.11.patch) = 8440e8ec39e028e176054eb348584348 +MD5 (w3m-m17n-0.19.tar.gz) = 96243978524a7b8fba6cbb413026eeff +MD5 (w3m-m17n-0.19-security-fix.diff) = 3d7bb72b8d12e6fc8ba485121b458148 Index: w3m/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/w3m/pkg-plist,v retrieving revision 1.7 diff -u -r1.7 pkg-plist --- w3m/pkg-plist 27 Aug 2001 23:45:07 -0000 1.7 +++ w3m/pkg-plist 8 Oct 2001 05:17:56 -0000 @@ -1,12 +1,12 @@ bin/w3m libexec/w3m/dirlist.cgi +%%NO_M17N%%libexec/w3m/inflate libexec/w3m/w3mbookmark libexec/w3m/w3mhelperpanel %%INLINE_IMAGE_ONLY%%libexec/w3m/w3mimgdisplay %%INLINE_IMAGE_ONLY%%libexec/w3m/w3mimgsize %%PORTDOCS%%%%JAPANESE_ONLY%%share/doc/ja/w3m/FAQ.html %%PORTDOCS%%%%JAPANESE_ONLY%%share/doc/ja/w3m/HISTORY -%%PORTDOCS%%%%JAPANESE_ONLY%%share/doc/ja/w3m/HISTORY.kokb %%PORTDOCS%%%%JAPANESE_ONLY%%share/doc/ja/w3m/MANUAL.html %%PORTDOCS%%%%JAPANESE_ONLY%%share/doc/ja/w3m/README %%PORTDOCS%%%%JAPANESE_ONLY%%share/doc/ja/w3m/README.SSL @@ -31,6 +31,7 @@ %%PORTDOCS%%share/doc/w3m/README.dict %%PORTDOCS%%share/doc/w3m/README.func %%PORTDOCS%%%%INLINE_IMAGE_ONLY%%share/doc/w3m/README.img +%%PORTDOCS%%%%M17N_ONLY%%share/doc/w3m/README.m17n %%PORTDOCS%%share/doc/w3m/STORY.html %%PORTDOCS%%share/doc/w3m/keymap.default %%PORTDOCS%%share/doc/w3m/keymap.lynx @@ -38,6 +39,7 @@ %%PORTDOCS%%share/doc/w3m/menu.submenu share/doc/w3m/w3mhelp-lynx_en.html share/doc/w3m/w3mhelp-w3m_en.html +share/doc/w3m/w3mhelp.html @dirrm libexec/w3m @dirrm share/doc/ja/w3m @dirrm share/doc/w3m Index: w3m/files/extra-patch-XMakefile =================================================================== RCS file: /home/ncvs/ports/www/w3m/files/extra-patch-XMakefile,v retrieving revision 1.2 diff -u -r1.2 extra-patch-XMakefile --- w3m/files/extra-patch-XMakefile 27 Aug 2001 23:45:07 -0000 1.2 +++ w3m/files/extra-patch-XMakefile 7 Oct 2001 06:37:54 -0000 @@ -1,27 +1,6 @@ ---- XMakefile.orig Mon Aug 13 00:52:11 2001 -+++ XMakefile Mon Aug 13 00:53:15 2001 -@@ -22,16 +22,16 @@ - - INCLUDES=-I. - --DEFS=$(INCLUDES) # -DDEBUG --CFLAGS=$(MYCFLAGS) $(DEFS) --LIBS=-L. -lindep $(GCLIB) $(MATHLIB) $(LOCAL_LIBRARIES) $(SYS_LIBRARIES) -+DEFS+=$(INCLUDES) # -DDEBUG -+CFLAGS+=$(DEFS) -+LIBS+=-L. -lindep -lgc $(MATHLIB) $(LOCAL_LIBRARIES) $(SYS_LIBRARIES) - INSTALL=sh install.sh - INSTALL2=sh ../install.sh - AR=ar - - all: $(TARGETS) - --$(TARGET): $(ALLOBJS) $(ALIB) $(GCTARGET) -+$(TARGET): $(ALLOBJS) $(ALIB) - $(CC) $(CFLAGS) -o $(TARGET) $(ALLOBJS) $(LIBS) - - $(ALIB): $(ALIBOBJS) -@@ -86,24 +86,25 @@ +--- XMakefile.orig Thu Sep 27 21:30:08 2001 ++++ XMakefile Sun Oct 7 14:42:43 2001 +@@ -80,22 +80,23 @@ install: $(TARGETS) -$(MKDIR) $(DESTDIR)$(BIN_DIR) -$(MKDIR) $(DESTDIR)$(HELP_DIR) @@ -33,16 +12,16 @@ - $(INSTALL) -m 644 w3mhelp-lynx_en.html $(DESTDIR)$(HELP_DIR)/w3mhelp-lynx_en.html - $(INSTALL) -m 644 w3mhelp-lynx_ja.html $(DESTDIR)$(HELP_DIR)/w3mhelp-lynx_ja.html - $(INSTALL) -m 644 $(HELP_FILE) $(DESTDIR)$(HELP_DIR)/w3mhelp.html -- for d in $(BOOKMARKER) $(HELPER) $(IMGTARGET); \ -- do $(INSTALL) -m 755 $$d $(DESTDIR)$(LIB_DIR)/$$d; done +- for d in $(EXT_TARGETS); do $(INSTALL) -m 755 $$d $(DESTDIR)$(LIB_DIR)/$$d; done - (cd scripts; for i in *.cgi; do $(INSTALL2) -m 755 $$i $(DESTDIR)$(LIB_DIR)/$$i; done) + $(BSD_INSTALL_PROGRAM) $(TARGET) $(DESTDIR)$(BIN_DIR)/$(TARGET) + $(BSD_INSTALL_DATA) w3mhelp-w3m_en.html $(DESTDIR)$(HELP_DIR)/w3mhelp-w3m_en.html + $(BSD_INSTALL_DATA) w3mhelp-w3m_ja.html $(DESTDIR)$(HELP_DIR_JA)/w3mhelp-w3m_ja.html + $(BSD_INSTALL_DATA) w3mhelp-lynx_en.html $(DESTDIR)$(HELP_DIR)/w3mhelp-lynx_en.html + $(BSD_INSTALL_DATA) w3mhelp-lynx_ja.html $(DESTDIR)$(HELP_DIR_JA)/w3mhelp-lynx_ja.html -+ for d in $(BOOKMARKER) $(HELPER) $(IMGDISPLAY) $(IMGSIZE); do $(BSD_INSTALL_PROGRAM) $$d $(DESTDIR)$(LIB_DIR)/$$d; done -+ cd scripts; for i in *.cgi; do $(BSD_INSTALL_SCRIPT) $$i $(DESTDIR)$(LIB_DIR)/$$i; done ++ $(BSD_INSTALL_DATA) -m 644 $(HELP_FILE) $(DESTDIR)$(HELP_DIR)/w3mhelp.html ++ for d in $(EXT_TARGETS); do $(BSD_INSTALL_SCRIPT) $$d $(DESTDIR)$(LIB_DIR)/$$d; done ++ (cd scripts; for i in *.cgi; do $(BSD_INSTALL_SCRIPT) $$i $(DESTDIR)$(LIB_DIR)/$$i; done) uninstall: -$(RM) $(BIN_DIR)/$(TARGET) @@ -51,11 +30,7 @@ + -$(RM) $(HELP_DIR_JA)/w3mhelp-lynx_ja.html -$(RM) $(HELP_DIR)/w3mhelp-w3m_en.html - -$(RM) $(HELP_DIR)/w3mhelp-w3m_ja.html -- -$(RM) $(HELP_DIR)/w3mhelp.html + -$(RM) $(HELP_DIR_JA)/w3mhelp-w3m_ja.html -+ -$(RM) $(LIB_DIR)/$(BOOKMARKER) -+ -$(RM) $(LIB_DIR)/$(HELPER) -+ - - clean: sweep - rm -f *.o *.a $(TARGETS) mktable$(EXT) + -$(RM) $(HELP_DIR)/w3mhelp.html + -$(RM) $(LIB_DIR)/$(BOOKMARKER) + -$(RM) $(LIB_DIR)/$(HELPER) Index: w3m/files/extra-patch-XMakefile.m17n =================================================================== RCS file: w3m/files/extra-patch-XMakefile.m17n diff -N w3m/files/extra-patch-XMakefile.m17n --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ w3m/files/extra-patch-XMakefile.m17n 8 Oct 2001 04:11:56 -0000 @@ -0,0 +1,36 @@ +--- XMakefile.orig Mon Oct 8 13:08:11 2001 ++++ XMakefile Mon Oct 8 13:11:26 2001 +@@ -87,22 +87,23 @@ + install: $(TARGETS) + -$(MKDIR) $(DESTDIR)$(BIN_DIR) + -$(MKDIR) $(DESTDIR)$(HELP_DIR) ++ -$(MKDIR) $(DESTDIR)$(HELP_DIR_JA) + -$(MKDIR) $(DESTDIR)$(LIB_DIR) +- $(INSTALL) -m 755 $(TARGET) $(DESTDIR)$(BIN_DIR)/$(TARGET) +- $(INSTALL) -m 644 w3mhelp-w3m_en.html $(DESTDIR)$(HELP_DIR)/w3mhelp-w3m_en.html +- $(INSTALL) -m 644 w3mhelp-w3m_ja.html $(DESTDIR)$(HELP_DIR)/w3mhelp-w3m_ja.html +- $(INSTALL) -m 644 w3mhelp-lynx_en.html $(DESTDIR)$(HELP_DIR)/w3mhelp-lynx_en.html +- $(INSTALL) -m 644 w3mhelp-lynx_ja.html $(DESTDIR)$(HELP_DIR)/w3mhelp-lynx_ja.html +- $(INSTALL) -m 644 $(HELP_FILE) $(DESTDIR)$(HELP_DIR)/w3mhelp.html +- for d in $(BOOKMARKER) $(HELPER); do $(INSTALL) -m 755 $$d $(DESTDIR)$(LIB_DIR)/$$d; done +- (cd scripts; for i in *.cgi; do $(INSTALL2) -m 755 $$i $(DESTDIR)$(LIB_DIR)/$$i; done) ++ $(BSD_INSTALL_PROGRAM) $(TARGET) $(DESTDIR)$(BIN_DIR)/$(TARGET) ++ $(BSD_INSTALL_DATA) w3mhelp-w3m_en.html $(DESTDIR)$(HELP_DIR)/w3mhelp-w3m_en.html ++ $(BSD_INSTALL_DATA) w3mhelp-w3m_ja.html $(DESTDIR)$(HELP_DIR_JA)/w3mhelp-w3m_ja.html ++ $(BSD_INSTALL_DATA) w3mhelp-lynx_en.html $(DESTDIR)$(HELP_DIR)/w3mhelp-lynx_en.html ++ $(BSD_INSTALL_DATA) w3mhelp-lynx_ja.html $(DESTDIR)$(HELP_DIR_JA)/w3mhelp-lynx_ja.html ++ $(BSD_INSTALL_DATA) $(HELP_FILE) $(DESTDIR)$(HELP_DIR)/w3mhelp.html ++ for d in $(BOOKMARKER) $(HELPER); do $(BSD_INSTALL_SCRIPT) $$d $(DESTDIR)$(LIB_DIR)/$$d; done ++ (cd scripts; for i in *.cgi; do $(BSD_INSTALL_SCRIPT) $$i $(DESTDIR)$(LIB_DIR)/$$i; done) + + uninstall: + -$(RM) $(BIN_DIR)/$(TARGET) + -$(RM) $(HELP_DIR)/w3mhelp-lynx_en.html +- -$(RM) $(HELP_DIR)/w3mhelp-lynx_ja.html ++ -$(RM) $(HELP_DIR_JA)/w3mhelp-lynx_ja.html + -$(RM) $(HELP_DIR)/w3mhelp-w3m_en.html +- -$(RM) $(HELP_DIR)/w3mhelp-w3m_ja.html ++ -$(RM) $(HELP_DIR_JA)/w3mhelp-w3m_ja.html + -$(RM) $(HELP_DIR)/w3mhelp.html + + clean: sweep Index: w3m/files/extra-patch-XMakefile.noimg =================================================================== RCS file: w3m/files/extra-patch-XMakefile.noimg diff -N w3m/files/extra-patch-XMakefile.noimg --- w3m/files/extra-patch-XMakefile.noimg 21 Jul 2001 18:21:56 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,59 +0,0 @@ ---- XMakefile.orig Fri Apr 21 13:35:48 2000 -+++ XMakefile Sat Apr 22 06:51:43 2000 -@@ -18,16 +18,16 @@ - - INCLUDES=-I. - --DEFS=$(INCLUDES) # -DDEBUG --CFLAGS=$(MYCFLAGS) $(DEFS) --LIBS=-L. -lindep $(GCLIB) $(MATHLIB) $(LOCAL_LIBRARIES) $(SYS_LIBRARIES) -+DEFS+=$(INCLUDES) # -DDEBUG -+CFLAGS+=$(DEFS) -+LIBS+=-L. -lindep -lgc $(MATHLIB) $(LOCAL_LIBRARIES) $(SYS_LIBRARIES) - INSTALL=sh install.sh - INSTALL2=sh ../install.sh - AR=ar - - all: $(TARGETS) - --$(TARGET): $(ALLOBJS) $(ALIB) $(GCTARGET) -+$(TARGET): $(ALLOBJS) $(ALIB) - $(CC) $(CFLAGS) -o $(TARGET) $(ALLOBJS) $(LIBS) - - $(ALIB): $(ALIBOBJS) -@@ -67,23 +67,24 @@ - install: $(TARGETS) - -$(MKDIR) $(DESTDIR)$(BIN_DIR) - -$(MKDIR) $(DESTDIR)$(HELP_DIR) -+ -$(MKDIR) $(DESTDIR)$(HELP_DIR_JA) - -$(MKDIR) $(DESTDIR)$(LIB_DIR) -- $(INSTALL) -m 755 $(TARGET) $(DESTDIR)$(BIN_DIR)/$(TARGET) -- $(INSTALL) -m 644 w3mhelp-w3m_en.html $(DESTDIR)$(HELP_DIR)/w3mhelp-w3m_en.html -- $(INSTALL) -m 644 w3mhelp-w3m_ja.html $(DESTDIR)$(HELP_DIR)/w3mhelp-w3m_ja.html -- $(INSTALL) -m 644 w3mhelp-lynx_en.html $(DESTDIR)$(HELP_DIR)/w3mhelp-lynx_en.html -- $(INSTALL) -m 644 w3mhelp-lynx_ja.html $(DESTDIR)$(HELP_DIR)/w3mhelp-lynx_ja.html -- $(INSTALL) -m 644 $(HELP_FILE) $(DESTDIR)$(HELP_DIR)/w3mhelp.html -- for d in $(BOOKMARKER) $(HELPER); do $(INSTALL) -m 755 $$d $(DESTDIR)$(LIB_DIR)/$$d; done -- (cd scripts; for i in *.cgi; do $(INSTALL2) -m 755 $$i $(DESTDIR)$(LIB_DIR)/$$i; done) -+ $(BSD_INSTALL_PROGRAM) $(TARGET) $(DESTDIR)$(BIN_DIR)/$(TARGET) -+ $(BSD_INSTALL_DATA) w3mhelp-w3m_en.html $(DESTDIR)$(HELP_DIR)/w3mhelp-w3m_en.html -+ $(BSD_INSTALL_DATA) w3mhelp-w3m_ja.html $(DESTDIR)$(HELP_DIR_JA)/w3mhelp-w3m_ja.html -+ $(BSD_INSTALL_DATA) w3mhelp-lynx_en.html $(DESTDIR)$(HELP_DIR)/w3mhelp-lynx_en.html -+ $(BSD_INSTALL_DATA) w3mhelp-lynx_ja.html $(DESTDIR)$(HELP_DIR_JA)/w3mhelp-lynx_ja.html -+ for d in $(BOOKMARKER) $(HELPER); do $(BSD_INSTALL_PROGRAM) $$d $(DESTDIR)$(LIB_DIR)/$$d; done -+ cd scripts; for i in *.cgi; do $(BSD_INSTALL_SCRIPT) $$i $(DESTDIR)$(LIB_DIR)/$$i; done - - uninstall: - -$(RM) $(BIN_DIR)/$(TARGET) - -$(RM) $(HELP_DIR)/w3mhelp-lynx_en.html -- -$(RM) $(HELP_DIR)/w3mhelp-lynx_ja.html -+ -$(RM) $(HELP_DIR_JA)/w3mhelp-lynx_ja.html - -$(RM) $(HELP_DIR)/w3mhelp-w3m_en.html -- -$(RM) $(HELP_DIR)/w3mhelp-w3m_ja.html -- -$(RM) $(HELP_DIR)/w3mhelp.html -+ -$(RM) $(HELP_DIR_JA)/w3mhelp-w3m_ja.html -+ -$(RM) $(LIB_DIR)/$(BOOKMARKER) -+ -$(RM) $(LIB_DIR)/$(HELPER) - - clean: sweep - rm -f *.o *.a $(TARGETS) mktable Index: w3m/files/patch-aa =================================================================== RCS file: w3m/files/patch-aa diff -N w3m/files/patch-aa --- w3m/files/patch-aa 27 Aug 2001 23:45:07 -0000 1.10 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,92 +0,0 @@ ---- config.h.orig Fri Mar 23 11:49:44 2001 -+++ config.h Mon Aug 27 15:16:50 2001 -@@ -20,3 +20,3 @@ - */ --#undef USE_MARK -+#define USE_MARK - -@@ -36,3 +36,3 @@ - */ --#undef VIEW_UNSEENOBJECTS -+#define VIEW_UNSEENOBJECTS - -@@ -51,3 +51,3 @@ - */ --#undef USE_GOPHER -+#define USE_GOPHER - -@@ -86,3 +86,3 @@ - */ --#undef EMACS_LIKE_LINEEDIT -+#define EMACS_LIKE_LINEEDIT - -@@ -96,11 +96,10 @@ - --BIN_DIR = /usr/local/bin --HELP_DIR = /usr/local/lib/w3m --LIB_DIR = /usr/local/lib/w3m -+PREFIX = %%PREFIX%% -+BIN_DIR = %%PREFIX%%/bin -+HELP_DIR = %%PREFIX%%/share/doc/w3m -+HELP_DIR_JA = %%PREFIX%%/share/doc/ja/w3m -+LIB_DIR = %%PREFIX%%/libexec/w3m - HELP_FILE = w3mhelp-w3m_ja.html --SYS_LIBRARIES = -lgpm -lbsd -lnsl -ltermcap -L/usr/local/ssl/lib -lssl -lcrypto -+SYS_LIBRARIES = -lncurses - LOCAL_LIBRARIES = --CC = gcc --MYCFLAGS = -g -Wall -I./gc/include -I/usr/local/ssl/include/openssl -I/usr/local/ssl/include --GCCFLAGS = -g -Wall -I./gc/include -DATOMIC_UNCOLLECTABLE -DNO_EXECUTE_PERMISSION -DALL_INTERIOR_POINTERS -DSILENT -DNO_DEBUGGING #-DNO_SIGNALS - KEYBIND_SRC = keybind.c -@@ -109,4 +108,2 @@ - MATHLIB=-lm --GCLIB=gc/gc.a --GCTARGET=gc/gc.a - RANLIB=ranlib -@@ -122,12 +119,19 @@ - #define EN 1 -+#undef JAPANESE -+#ifdef JAPANESE - #define LANG JA - #define KANJI_SYMBOLS -+#else -+#define LANG EN -+#undef KANJI_SYMBOLS -+#endif -+ - #define COLOR - #define MOUSE --#define USE_GPM --#undef USE_SYSMOUSE -+#undef USE_GPM -+#define USE_SYSMOUSE - #define MENU - #define USE_COOKIE --#define USE_SSL --#define USE_SSL_VERIFY -+#undef USE_SSL -+#undef USE_SSL_VERIFY - #define FTPPASS_HOSTNAMEGEN -@@ -135,9 +139,15 @@ - --#define DEF_EDITOR "/bin/vi" --#define DEF_MAILER "/bin/mail" --#define DEF_EXT_BROWSER "/usr/X11R6/bin/netscape" -- --#define LIB_DIR "/usr/local/lib/w3m" --#define HELP_DIR "/usr/local/lib/w3m" --#define HELP_FILE "w3mhelp.html" -+#define DEF_EDITOR "/usr/bin/vi" -+#define DEF_MAILER "/usr/bin/mail" -+#define DEF_EXT_BROWSER "%%PREFIX%%/bin/netscape" -+ -+#define IMGSIZE "w3mimgsize" -+#define IMGDISPLAY "w3mimgdisplay" -+ -+#define LIB_DIR "%%PREFIX%%/libexec/w3m" -+#ifdef JAPANESE -+#define HELP_FILE "%%PREFIX%%/share/doc/ja/w3m/w3mhelp-w3m_ja.html" -+#else -+#define HELP_FILE "%%PREFIX%%/share/doc/w3m/w3mhelp-w3m_en.html" -+#endif - #define W3MCONFIG "w3mconfig" Index: w3m/files/patch-ak =================================================================== RCS file: w3m/files/patch-ak diff -N w3m/files/patch-ak --- w3m/files/patch-ak 22 Apr 2000 02:50:42 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- main.c.orig Fri Apr 21 12:45:53 2000 -+++ main.c Sat Apr 22 06:35:44 2000 -@@ -1139,7 +1139,7 @@ - void - ldhelp(void) - { -- cmd_loadURL(helpFile(HELP_FILE), NULL); -+ cmd_loadURL(HELP_FILE, NULL); - } - - static void Index: w3m/files/patch-ao =================================================================== RCS file: w3m/files/patch-ao diff -N w3m/files/patch-ao --- w3m/files/patch-ao 8 Jul 2000 07:52:16 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,19 +0,0 @@ ---- rc.c.orig Fri Jun 9 04:55:18 2000 -+++ rc.c Fri Jun 9 04:55:26 2000 -@@ -990,16 +990,3 @@ - Strcat_charp(file, base); - return expandName(file->ptr); - } -- --char * --helpFile(char *base) --{ --#ifdef __EMX__ -- Str file = Strnew_charp(get_os2_dft("W3M_HELP_DIR", HELP_DIR)); --#else /* not __EMX__ */ -- Str file = Strnew_charp(HELP_DIR); --#endif /* not __EMX__ */ -- Strcat_char(file, '/'); -- Strcat_charp(file, base); -- return expandName(file->ptr); --} Index: w3m/files/patch-configure =================================================================== RCS file: w3m/files/patch-configure diff -N w3m/files/patch-configure --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ w3m/files/patch-configure 7 Oct 2001 05:33:28 -0000 @@ -0,0 +1,57 @@ +--- configure.orig Thu Sep 27 21:30:08 2001 ++++ configure Sun Oct 7 14:33:20 2001 +@@ -33,7 +33,9 @@ + + # parameters: + +-prefix=/usr/local ++if [ -z "$prefix" ]; then ++ prefix=/usr/local ++fi + all_yes=0 + while [ $# -gt 0 ] + do +@@ -332,6 +334,9 @@ + readdir "$def_helpdir" + helpdir=$_dir + echo "def_helpdir='$helpdir'" >> config.param ++readdir "$def_helpdir_ja" ++helpdir_ja=$_dir ++echo "def_helpdir_ja='$helpdir_ja'" >> config.param + + echo "Which language do you prefer?" + echo " 1 - Japanese (charset ISO-2022-JP, EUC-JP, Shift_JIS)" +@@ -1686,7 +1691,7 @@ + VIEW_UNSEENOBJECTS enables w3m to make a link to unseen objects. + e.g. background image. + */ +-#undef VIEW_UNSEENOBJECTS ++#define VIEW_UNSEENOBJECTS + + /* + VI_PREC_NUM enables vi-like behavior for '2 SPC' or '2 b' +@@ -1731,7 +1736,7 @@ + /* + * Use Emacs-like key binding for file name completion + */ +-#undef EMACS_LIKE_LINEEDIT ++#define EMACS_LIKE_LINEEDIT + + /* + * Remove line trailing spaces in html buffer. +@@ -1753,6 +1758,7 @@ + + BIN_DIR = $bindir + HELP_DIR = $helpdir ++HELP_DIR_JA = $helpdir_ja + LIB_DIR = $suplibdir + HELP_FILE = $helpfile + SYS_LIBRARIES = $gpmlib $extlib $termlib $ssllib $v6lib +@@ -1801,6 +1807,7 @@ + + #define LIB_DIR "$suplibdir" + #define HELP_DIR "$helpdir" ++#define HELP_DIR_JA "$helpdir_ja" + #define HELP_FILE "w3mhelp.html" + #define W3MCONFIG "w3mconfig" + Index: w3m/files/patch-mimehead.c =================================================================== RCS file: w3m/files/patch-mimehead.c diff -N w3m/files/patch-mimehead.c --- w3m/files/patch-mimehead.c 19 Jun 2001 12:56:09 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,28 +0,0 @@ ---- mimehead.c.orig Fri Mar 23 10:49:53 2001 -+++ mimehead.c Tue Jun 19 21:46:21 2001 -@@ -166,21 +166,20 @@ - Str - decodeWord(char **ow) - { -- char charset[32]; - char *p, *w = *ow; - char method; - Str a = Strnew(); -+ Str charset = Strnew(); - - if (*w != '=' || *(w + 1) != '?') - goto convert_fail; - w += 2; -- for (p = charset; *w != '?'; w++) { -+ for (; *w != '?'; w++) { - if (*w == '\0') - goto convert_fail; -- *(p++) = *w; -+ Strcat_char(charset,*w); - } -- *p = '\0'; -- if (strcasecmp(charset, J_CHARSET) != 0) { -+ if (Strcasecmp_charp(charset, J_CHARSET) != 0) { - /* NOT ISO-2022-JP encoding ... don't convert */ - goto convert_fail; - } Index: w3m/scripts/pre-configure =================================================================== RCS file: w3m/scripts/pre-configure diff -N w3m/scripts/pre-configure --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ w3m/scripts/pre-configure 8 Oct 2001 04:05:18 -0000 @@ -0,0 +1,43 @@ +#!/bin/sh + +echo "# Configuration at ${HOSTNAME}" > ${WRKSRC}/config.param +echo prefix=${PREFIX} >> ${WRKSRC}/config.param +echo def_bindir=${PREFIX}/bin >> ${WRKSRC}/config.param +echo def_libdir=${PREFIX}/libexec/w3m >> ${WRKSRC}/config.param +echo def_helpdir=${PREFIX}/share/doc/w3m >> ${WRKSRC}/config.param +echo def_helpdir_ja=${PREFIX}/share/doc/ja/w3m >> ${WRKSRC}/config.param +echo ftppass_hostnamegen=y >> ${WRKSRC}/config.param +echo show_params=y >> ${WRKSRC}/config.param +echo use_nntp=y >> ${WRKSRC}/config.param +echo ansi_color=y >> ${WRKSRC}/config.param +echo dmodel=5 >> ${WRKSRC}/config.param +echo use_ssl_verify=y >> ${WRKSRC}/config.param +echo ded=/usr/bin/vi >> ${WRKSRC}/config.param +echo dmail=/usr/bin/mail >> ${WRKSRC}/config.param +echo dbrowser=${PREFIX}/bin/netscape >> ${WRKSRC}/config.param +echo dcc=/usr/bin/cc >> ${WRKSRC}/config.param + +if [ "x${USE_OPENSSL}" = "xyes" ] ; then + echo dcflags="\"${SSL_CFLAGS} -I${LOCALBASE}/include\"" >> ${WRKSRC}/config.param + echo dldflags="\"${SSL_LIBS} ${EXTRA_SSL_LIBS} -L${LOCALBASE}/lib\"" >> ${WRKSRC}/config.param +else + echo dcflags=-I${LOCALBASE}/include >> ${WRKSRC}/config.param + echo dldflags=-L${LOCALBASE}/lib >> ${WRKSRC}/config.param +fi + +if [ "x${JAPANESE}" = "xYes" ] ; then + echo pref_lang=1 >> ${WRKSRC}/config.param +else + echo pref_lang=2 >> ${WRKSRC}/config.param +fi + +if [ "x${INLINE_IMAGE}" = "xyes" ] ; then + echo use_image=y >> ${WRKSRC}/config.param +fi + +if [ "x${M17N}" = "xyes" ] ; then + echo suffix= >> ${WRKSRC}/config.param + echo charset=UTF-8 >> ${WRKSRC}/config.param +else + echo def_dcode=E >> ${WRKSRC}/config.param +fi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 21:47:48 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AB66737B405; Mon, 8 Oct 2001 21:47:46 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f994hLD67510; Mon, 8 Oct 2001 21:43:21 -0700 (PDT) (envelope-from petef) Date: Mon, 8 Oct 2001 21:43:21 -0700 (PDT) From: Message-Id: <200110090443.f994hLD67510@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, nik@FreeBSD.org Subject: Re: ports/31151: print/jadetex is missing mktexlsr in pkg-plist Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: print/jadetex is missing mktexlsr in pkg-plist Responsible-Changed-From-To: freebsd-ports->nik Responsible-Changed-By: petef Responsible-Changed-When: Mon Oct 8 21:43:10 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31151 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 23: 0: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D568037B407 for ; Mon, 8 Oct 2001 23:00:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99600M78109; Mon, 8 Oct 2001 23:00:00 -0700 (PDT) (envelope-from gnats) Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id 117D837B406 for ; Mon, 8 Oct 2001 22:55:28 -0700 (PDT) Received: from horsey.gshapiro.net (gshapiro@localhost [IPv6:::1]) by horsey.gshapiro.net (8.12.1/8.12.1) with ESMTP id f995tRG1048031 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 8 Oct 2001 22:55:27 -0700 (PDT) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.1/8.12.1/Submit) id f995tRS8048030; Mon, 8 Oct 2001 22:55:27 -0700 (PDT) Message-Id: <200110090555.f995tRS8048030@horsey.gshapiro.net> Date: Mon, 8 Oct 2001 22:55:27 -0700 (PDT) From: Gregory Neil Shapiro To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31152: New port: p5-Crypt-HCE_SHA Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31152 >Category: ports >Synopsis: New port: p5-Crypt-HCE_SHA >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 08 23:00:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gregory Neil Shapiro >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD horsey.gshapiro.net 4.4-STABLE FreeBSD 4.4-STABLE #13: Sun Oct 7 17:12:57 PDT 2001 gshapiro@horsey.gshapiro.net:/home/FreeBSD/RELENG_4/obj/sys/HORSEY i386 >Description: The shar file below contains a new port (security/p5-Crypt-HCE_SHA). This module implements a chaining block cipher using a one way hash. This method of encryption is the same that is used by radius (RFC2138) and is also described in Applied Cryptography. >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: # # p5-Crypt-HCE_SHA # p5-Crypt-HCE_SHA/Makefile # p5-Crypt-HCE_SHA/distinfo # p5-Crypt-HCE_SHA/pkg-comment # p5-Crypt-HCE_SHA/pkg-descr # p5-Crypt-HCE_SHA/pkg-plist # echo c - p5-Crypt-HCE_SHA mkdir -p p5-Crypt-HCE_SHA > /dev/null 2>&1 echo x - p5-Crypt-HCE_SHA/Makefile sed 's/^X//' >p5-Crypt-HCE_SHA/Makefile << 'END-of-p5-Crypt-HCE_SHA/Makefile' X# New ports collection makefile for: p5-Crypt-HCE_SHA X# Date created: October 8th 2001 X# Whom: Gregory Neil Shapiro X# X# $FreeBSD$ X# X XPORTNAME= Crypt-HCE_SHA XPORTVERSION= 0.60 XCATEGORIES= security perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Crypt XPKGNAMEPREFIX= p5- X XMAINTAINER= ports@FreeBSD.org X XRESTRICTED= "Crypto; export-controlled" X XPERL_CONFIGURE= yes X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= Crypt::HCE_SHA.3 X X.include END-of-p5-Crypt-HCE_SHA/Makefile echo x - p5-Crypt-HCE_SHA/distinfo sed 's/^X//' >p5-Crypt-HCE_SHA/distinfo << 'END-of-p5-Crypt-HCE_SHA/distinfo' XMD5 (Crypt-HCE_SHA-0.60.tar.gz) = 4e92d64bfa6d2a75ae1b641bd92331ca END-of-p5-Crypt-HCE_SHA/distinfo echo x - p5-Crypt-HCE_SHA/pkg-comment sed 's/^X//' >p5-Crypt-HCE_SHA/pkg-comment << 'END-of-p5-Crypt-HCE_SHA/pkg-comment' XPerl5 interface to one way hash chaining block cipher END-of-p5-Crypt-HCE_SHA/pkg-comment echo x - p5-Crypt-HCE_SHA/pkg-descr sed 's/^X//' >p5-Crypt-HCE_SHA/pkg-descr << 'END-of-p5-Crypt-HCE_SHA/pkg-descr' X This module implements a chaining block cipher using a one X way hash. This method of encryption is the same that is X used by radius (RFC2138) and is also described in Applied X Cryptography. X X Two interfaces are provided in the module. The first is X straight block encryption/decryption the second does base64 X mime encoding/decoding of the encrypted/decrypted blocks. X X The idea is the the two sides have a shared secret that X supplies one of the keys and a randomly generated block of X bytes provides the second key. The random key is passed in X cleartext between the two sides. X X An example client and server are packaged as modules with X this module. They are used in the tests. END-of-p5-Crypt-HCE_SHA/pkg-descr echo x - p5-Crypt-HCE_SHA/pkg-plist sed 's/^X//' >p5-Crypt-HCE_SHA/pkg-plist << 'END-of-p5-Crypt-HCE_SHA/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/Crypt/HCE_SHA.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/HCE_SHA/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/auto/Crypt/HCE_SHA/autosplit.ix X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/HCE_SHA X@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Crypt/HCE_SHA X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt 2> /dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt 2> /dev/null || true END-of-p5-Crypt-HCE_SHA/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 8 23:10: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B8CF337B408 for ; Mon, 8 Oct 2001 23:10:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f996A0O82167; Mon, 8 Oct 2001 23:10:00 -0700 (PDT) (envelope-from gnats) Received: from thehutt.org (cj647207-a.reston1.va.home.com [65.1.132.232]) by hub.freebsd.org (Postfix) with ESMTP id 1A03137B406 for ; Mon, 8 Oct 2001 23:01:53 -0700 (PDT) Received: from jerry by thehutt.org with local (Exim 3.33 #1) id 15qpy9-000599-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 09 Oct 2001 02:02:21 -0400 Message-Id: Date: Tue, 09 Oct 2001 02:02:21 -0400 From: Jerry A! Reply-To: Jerry A! To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31153: Patch to update sysutils/fcron from 1.1.1 to 2.0.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31153 >Category: ports >Synopsis: Patch to update sysutils/fcron from 1.1.1 to 2.0.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Oct 08 23:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jerry A! >Release: FreeBSD 4.4-STABLE i386 >Organization: Broken Toys Unlimited >Environment: System: FreeBSD thehutt.org 4.4-STABLE FreeBSD 4.4-STABLE #0: Mon Oct 8 18:01:40 EDT 2001 root@bobo.thehutt.org:/tmp/obj/usr/src/sys/BOBO i386 >Description: Attached is a patch to update fcron from version 1.1.1 to 2.0.0. This is version is a feature-enhancement and bug-fix release. diff -urN sysutils/fcron/Makefile local/fcron/Makefile --- sysutils/fcron/Makefile Fri Sep 21 11:47:27 2001 +++ local/fcron/Makefile Tue Oct 9 01:37:06 2001 @@ -7,8 +7,7 @@ # PORTNAME= fcron -PORTVERSION= 1.1.1 -PORTREVISION= 2 +PORTVERSION= 2.0.0 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SUNSITE} \ http://fcron.free.fr/ @@ -18,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org USE_AUTOCONF= yes -CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --with-cflags="${CFLAGS}" \ +CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --with-cflags="${CFLAGS}" \ --with-rootname=root --with-rootgroup=wheel \ --with-answer-all=yes diff -urN sysutils/fcron/distinfo local/fcron/distinfo --- sysutils/fcron/distinfo Fri Jul 20 02:47:56 2001 +++ local/fcron/distinfo Tue Oct 9 00:36:14 2001 @@ -1 +1 @@ -MD5 (fcron-1.1.1.src.tar.gz) = 38a3da60ca42e68ab8469e8360ebaeac +MD5 (fcron-2.0.0.src.tar.gz) = b20c6bc5d9435a790e5500ecb7990df8 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 0:30: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A5F0637B407 for ; Tue, 9 Oct 2001 00:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f997U2j95232; Tue, 9 Oct 2001 00:30:02 -0700 (PDT) (envelope-from gnats) Received: from mdw.elis.rug.ac.be (mdw.elis.rug.ac.be [157.193.67.161]) by hub.freebsd.org (Postfix) with SMTP id E3E4837B407 for ; Tue, 9 Oct 2001 00:21:10 -0700 (PDT) Received: (qmail 13350 invoked by uid 1000); 9 Oct 2001 07:21:09 -0000 Message-Id: <20011009072109.13349.qmail@mdw.elis.rug.ac.be> Date: 9 Oct 2001 07:21:09 -0000 From: Michiel De Wilde Reply-To: Michiel De Wilde To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31154: Update port (by maintainer): x11-wm/mosfet-liquid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31154 >Category: ports >Synopsis: Update port (by maintainer): x11-wm/mosfet-liquid >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 09 00:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Michiel De Wilde >Release: FreeBSD 4.4-STABLE i386 >Organization: Ghent University >Environment: System: FreeBSD mdw.elis.rug.ac.be 4.4-STABLE FreeBSD 4.4-STABLE #0: Fri Sep 21 16:36:32 CEST 2001 root@mdw.elis.rug.ac.be:/usr/src/sys/compile/mdw.elis.rug.ac.be i386 >Description: Straightforward update from 0.5.1 to 6.0 >How-To-Repeat: >Fix: diff -u Makefile.orig Makefile --- Makefile.orig Tue Oct 9 09:08:00 2001 +++ Makefile Tue Oct 9 09:09:10 2001 @@ -6,7 +6,7 @@ # PORTNAME= mosfet-liquid -PORTVERSION= 0.5.1 +PORTVERSION= 0.6 CATEGORIES= x11-wm kde MASTER_SITES= http://www.mosfet.org/ DISTNAME= ${PORTNAME}${PORTVERSION} diff -u distinfo.orig distinfo --- distinfo.orig Tue Oct 9 09:08:00 2001 +++ distinfo Tue Oct 9 09:09:18 2001 @@ -1 +1 @@ -MD5 (mosfet-liquid0.5.1.tar.gz) = a9f02564bee5c6835ae5744bda9c982f +MD5 (mosfet-liquid0.6.tar.gz) = bccb73771728ae9887d2cc7acb1df654 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 0:40: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6811937B408 for ; Tue, 9 Oct 2001 00:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f997e1L96757; Tue, 9 Oct 2001 00:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A146437B407 for ; Tue, 9 Oct 2001 00:37:53 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f997brO96450; Tue, 9 Oct 2001 00:37:53 -0700 (PDT) (envelope-from nobody) Message-Id: <200110090737.f997brO96450@freefall.freebsd.org> Date: Tue, 9 Oct 2001 00:37:53 -0700 (PDT) From: Michael Johnson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31155: p5-Proc-ProcessTable 0.31 -> 0.32 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31155 >Category: ports >Synopsis: p5-Proc-ProcessTable 0.31 -> 0.32 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 09 00:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: >Organization: >Environment: >Description: diff -ruN p5-Proc-ProcessTable.orig/Makefile p5-Proc-ProcessTable/Makefile --- p5-Proc-ProcessTable.orig/Makefile Tue Oct 9 03:33:39 2001 +++ p5-Proc-ProcessTable/Makefile Tue Oct 9 03:34:01 2001 @@ -6,7 +6,7 @@ # PORTNAME= Proc-ProcessTable -PORTVERSION= 0.31 +PORTVERSION= 0.32 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Proc diff -ruN p5-Proc-ProcessTable.orig/distinfo p5-Proc-ProcessTable/distinfo --- p5-Proc-ProcessTable.orig/distinfo Tue Oct 9 03:33:39 2001 +++ p5-Proc-ProcessTable/distinfo Tue Oct 9 03:34:07 2001 @@ -1 +1 @@ -MD5 (Proc-ProcessTable-0.31.tar.gz) = 511ce5719bbc687c8491fe5c8d806412 +MD5 (Proc-ProcessTable-0.32.tar.gz) = e9d6fe4a8a019b2ebfc9eedaca2a9a66 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 0:57:49 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 51A6137B409; Tue, 9 Oct 2001 00:57:47 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f997skr98377; Tue, 9 Oct 2001 00:54:46 -0700 (PDT) (envelope-from ijliao) Date: Tue, 9 Oct 2001 00:54:46 -0700 (PDT) From: Message-Id: <200110090754.f997skr98377@freefall.freebsd.org> To: jerry@thehutt.org, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31153: Patch to update sysutils/fcron from 1.1.1 to 2.0.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Patch to update sysutils/fcron from 1.1.1 to 2.0.0 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Tue Oct 9 00:54:28 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31153 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 1: 2:36 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id E667237B406; Tue, 9 Oct 2001 01:02:28 -0700 (PDT) Received: from vega.vega.com (h16.229.dialup.iptcom.net [212.9.229.16]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id LAA62123; Tue, 9 Oct 2001 11:02:22 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id f9981pU21900; Tue, 9 Oct 2001 11:01:51 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3BC2AF66.1648EB0F@FreeBSD.org> Date: Tue, 09 Oct 2001 11:03:50 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: gnome@FreeBSD.org, ports@FreeBSD.org Subject: [HEADS-UP] Gnome megaupdate landed Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi folks, I've just committed my GNOME megaupdate. Due to some substantial changes you have to deinstall *all* GNOME components and reinstall them all from scratch from a freshly cvsup'ed tree. To do so use the following procedure: # pkg_delete `cat /var/db/pkg/ORBit-*/+REQUIRED_BY`; pkg_delete ORBit* (users of -current and very recent -stable can use "pkg_delete -r ORBit*" instead) As usually, please report any unusual problems to gnome@FreeBSD.org. Thank you! -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 1:50: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F385F37B405 for ; Tue, 9 Oct 2001 01:50:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f998o0Y11507; Tue, 9 Oct 2001 01:50:00 -0700 (PDT) (envelope-from gnats) Received: from infres.enst.fr (infres-192.enst.fr [137.194.192.1]) by hub.freebsd.org (Postfix) with ESMTP id B3B2037B408 for ; Tue, 9 Oct 2001 01:45:59 -0700 (PDT) Received: from shalmaneser.enst.fr (shalmaneser.enst.fr [137.194.162.11]) by infres.enst.fr (Postfix) with ESMTP id BD7BE18C2 for ; Tue, 9 Oct 2001 10:45:57 +0200 (MEST) Received: by shalmaneser.enst.fr (Postfix, from userid 11117) id 171A711295; Tue, 9 Oct 2001 10:45:55 +0200 (CEST) Message-Id: <20011009084555.171A711295@shalmaneser.enst.fr> Date: Tue, 9 Oct 2001 10:45:55 +0200 (CEST) From: Thomas Quinot Reply-To: Thomas Quinot To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31157: security/calife: new upstream release Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31157 >Category: ports >Synopsis: security/calife: new upstream release >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 09 01:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Thomas Quinot >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD shalmaneser.enst.fr 5.0-CURRENT FreeBSD 5.0-CURRENT #19: Fri Sep 7 18:30:43 CEST 2001 quinot@shalmaneser.enst.fr:/usr/obj/usr/src/sys/SHALMANESER i386 >Description: A new bugfix release has been published by the upstream author. >How-To-Repeat: >Fix: Please apply the following patch. Thanks, Thomas. --- Makefile.dist Tue Nov 21 16:52:44 2000 +++ Makefile Tue Oct 9 10:16:47 2001 @@ -6,7 +6,7 @@ # PORTNAME= calife -PORTVERSION= 2.8.4b +PORTVERSION= 2.8.4c CATEGORIES= security MASTER_SITES= ftp://postfix.eu.org/pub/calife/ --- distinfo.dist Tue Oct 9 10:45:29 2001 +++ distinfo Tue Oct 9 10:18:08 2001 @@ -1 +1 @@ -MD5 (calife-2.8.4b.tar.gz) = 17a612291fd4d83510cb112ebc8bb899 +MD5 (calife-2.8.4c.tar.gz) = 4c3678621a1425ad7d5580ec92439a92 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 1:53:49 2001 Delivered-To: freebsd-ports@freebsd.org Received: from melchior.cuivre.fr.eu.org (melchior.enst.fr [137.194.161.6]) by hub.freebsd.org (Postfix) with ESMTP id 6F30F37B403; Tue, 9 Oct 2001 01:53:46 -0700 (PDT) Received: by melchior.cuivre.fr.eu.org (Postfix, from userid 11117) id 2AB127ED2; Tue, 9 Oct 2001 10:53:45 +0200 (CEST) Date: Tue, 9 Oct 2001 10:53:44 +0200 From: Thomas Quinot To: freebsd-bugs-submit@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31157: security/calife: new upstream release Message-ID: <20011009105344.A17176@cuivre.fr.eu.org> Reply-To: Thomas Quinot References: <20011009084555.171A711295@shalmaneser.enst.fr> <200110090850.f998o0a11503@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.3.15i In-Reply-To: <200110090850.f998o0a11503@freefall.freebsd.org>; from gnats-admin@FreeBSD.org on Tue, Oct 09, 2001 at 01:50:00AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Le 2001-10-09, gnats-admin@FreeBSD.org écrivait : > >Category: ports > >Responsible: freebsd-ports > >Synopsis: security/calife: new upstream release > >Arrival-Date: Tue Oct 09 01:50:00 PDT 2001 Ooops, wrong hash, sorry. Here is a fixed patch: --- Makefile.dist Tue Nov 21 16:52:44 2000 +++ Makefile Tue Oct 9 10:16:47 2001 @@ -6,7 +6,7 @@ # PORTNAME= calife -PORTVERSION= 2.8.4b +PORTVERSION= 2.8.4c CATEGORIES= security MASTER_SITES= ftp://postfix.eu.org/pub/calife/ --- distinfo.dist Tue Oct 9 10:45:29 2001 +++ distinfo Tue Oct 9 10:52:04 2001 @@ -1 +1 @@ -MD5 (calife-2.8.4b.tar.gz) = 17a612291fd4d83510cb112ebc8bb899 +MD5 (calife-2.8.4c.tar.gz) = c78ff2bc3d3d42903d12b54e841a400f -- Thomas Quinot ** Département Informatique & Réseaux ** quinot@inf.enst.fr ENST // 46 rue Barrault // 75634 PARIS CEDEX 13 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 2: 0: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8569637B405 for ; Tue, 9 Oct 2001 02:00:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99901O12594; Tue, 9 Oct 2001 02:00:01 -0700 (PDT) (envelope-from gnats) Date: Tue, 9 Oct 2001 02:00:01 -0700 (PDT) Message-Id: <200110090900.f99901O12594@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Thomas Quinot Subject: Re: ports/31157: security/calife: new upstream release Reply-To: Thomas Quinot Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31157; it has been noted by GNATS. From: Thomas Quinot To: freebsd-bugs-submit@FreeBSD.org, freebsd-ports@FreeBSD.org Cc: Subject: Re: ports/31157: security/calife: new upstream release Date: Tue, 9 Oct 2001 10:53:44 +0200 Le 2001-10-09, gnats-admin@FreeBSD.org écrivait : > >Category: ports > >Responsible: freebsd-ports > >Synopsis: security/calife: new upstream release > >Arrival-Date: Tue Oct 09 01:50:00 PDT 2001 Ooops, wrong hash, sorry. Here is a fixed patch: --- Makefile.dist Tue Nov 21 16:52:44 2000 +++ Makefile Tue Oct 9 10:16:47 2001 @@ -6,7 +6,7 @@ # PORTNAME= calife -PORTVERSION= 2.8.4b +PORTVERSION= 2.8.4c CATEGORIES= security MASTER_SITES= ftp://postfix.eu.org/pub/calife/ --- distinfo.dist Tue Oct 9 10:45:29 2001 +++ distinfo Tue Oct 9 10:52:04 2001 @@ -1 +1 @@ -MD5 (calife-2.8.4b.tar.gz) = 17a612291fd4d83510cb112ebc8bb899 +MD5 (calife-2.8.4c.tar.gz) = c78ff2bc3d3d42903d12b54e841a400f -- Thomas Quinot ** Département Informatique & Réseaux ** quinot@inf.enst.fr ENST // 46 rue Barrault // 75634 PARIS CEDEX 13 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 2:37:49 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4261D37B401; Tue, 9 Oct 2001 02:37:47 -0700 (PDT) Received: (from roberto@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f999Uve18998; Tue, 9 Oct 2001 02:30:57 -0700 (PDT) (envelope-from roberto) Date: Tue, 9 Oct 2001 02:30:57 -0700 (PDT) From: Message-Id: <200110090930.f999Uve18998@freefall.freebsd.org> To: quinot@inf.enst.fr, roberto@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31157: security/calife: new upstream release Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: security/calife: new upstream release State-Changed-From-To: open->closed State-Changed-By: roberto State-Changed-When: Tue Oct 9 02:30:44 PDT 2001 State-Changed-Why: Patch applied, thanks ! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31157 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 3:10:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7BB2937B409 for ; Tue, 9 Oct 2001 03:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99AA1M27065; Tue, 9 Oct 2001 03:10:01 -0700 (PDT) (envelope-from gnats) Received: from plab.ku.dk (plab.ku.dk [130.225.105.65]) by hub.freebsd.org (Postfix) with ESMTP id 0C9E837B40C for ; Tue, 9 Oct 2001 03:00:23 -0700 (PDT) Received: (from dk@localhost) by plab.ku.dk (8.11.3/8.9.3) id f99A0LB63800 for FreeBSD-gnats-submit@freebsd.org.AVP; Tue, 9 Oct 2001 12:00:21 +0200 (CEST) (envelope-from dk) Received: (from dk@localhost) by plab.ku.dk (8.11.3/8.9.3) id f99A0FU63789; Tue, 9 Oct 2001 12:00:15 +0200 (CEST) (envelope-from dk) Message-Id: <200110091000.f99A0FU63789@plab.ku.dk> Date: Tue, 9 Oct 2001 12:00:15 +0200 (CEST) From: dmitry@karasik.eu.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31158: new port: p5-Prima A perl GUI toolkit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31158 >Category: ports >Synopsis: new port: p5-Prima A perl GUI toolkit >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 09 03:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dmitry Karasik >Release: FreeBSD 4.3-RELEASE i386 >Organization: >Environment: System: FreeBSD plab.ku.dk 4.3-RELEASE FreeBSD 4.3-RELEASE #1: Fri Jun 8 12:28:48 CEST 2001 root@plab.ku.dk:/usr/src/sys/compile/PUMA i386 >Description: Prima is a toolkit for building a GUI in perl. WWW: http://prima.eu.org/ >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: # # p5-Prima # p5-Prima/distinfo # p5-Prima/Makefile # p5-Prima/pkg-plist # p5-Prima/pkg-comment # p5-Prima/pkg-descr # echo c - p5-Prima mkdir -p p5-Prima > /dev/null 2>&1 echo x - p5-Prima/distinfo sed 's/^X//' >p5-Prima/distinfo << 'END-of-p5-Prima/distinfo' XMD5 (Prima-1.03.tar.gz) = 65fc26c0a9e0f8100dc396a4ff0a12e0 END-of-p5-Prima/distinfo echo x - p5-Prima/Makefile sed 's/^X//' >p5-Prima/Makefile << 'END-of-p5-Prima/Makefile' X# New ports collection makefile for: Prima X# Date created: 27 July 2001 X# Whom: dk X# X# $FreeBSD$ X# X XPORTNAME= Prima XPORTVERSION= 1.03 XCATEGORIES= x11-toolkits perl5 graphics XMASTER_SITES= http://www.prima.eu.org/download/ XPKGNAMEPREFIX= p5- X XMAINTAINER= dmitry@karasik.eu.org X XLIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \ X png.5:${PORTSDIR}/graphics/png \ X jpeg.9:${PORTSDIR}/graphics/jpeg X XPERL_CONFIGURE= yes X Xtest: build X cd ${WRKSRC} && make test X Xpost-install: X strip ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/auto/Prima/Prima.so X X.include END-of-p5-Prima/Makefile echo x - p5-Prima/pkg-plist sed 's/^X//' >p5-Prima/pkg-plist << 'END-of-p5-Prima/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Prima/Prima.so Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/Application.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/Buttons.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/Classes.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/ColorDialog.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/ComboBox.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/Config.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/Const.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/DetailedList.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/DockManager.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/Docks.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/Edit.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/EditDialog.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/ExtLists.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/FileDialog.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/FontDialog.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/Gencls.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/Header.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/ImageDialog.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/ImageViewer.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/IniFile.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/InputLine.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/IntUtils.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/KeySelector.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/Label.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/Lists.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/MDI.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/Make.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/MsgBox.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/Notebooks.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/Outlines.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PrintDialog.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/ScrollBar.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/ScrollWidget.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/Sliders.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/StartupWindow.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/StdBitmap.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/StdDlg.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/Stress.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/Terminals.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/Utils.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/Widgets.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/sysimage.gif Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/Image/GBM.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/Image/TransparencyControl.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/Image/gif.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/Image/jpeg.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/Drawable.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/Encodings.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/Fonts.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/Printer.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/Setup.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/setup.fm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/AvantGarde-Book Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/AvantGarde-BookOblique Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/AvantGarde-Demi Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/AvantGarde-DemiOblique Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/Bookman-Demi Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/Bookman-DemiItalic Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/Bookman-Light Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/Bookman-LightItalic Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/Courier Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/Courier-Bold Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/Courier-BoldOblique Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/Courier-Oblique Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/Helvetica Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/Helvetica-Bold Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/Helvetica-BoldOblique Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/Helvetica-Narrow Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/Helvetica-Narrow-Bold Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/Helvetica-Narrow-BoldOblique Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/Helvetica-Narrow-Oblique Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/Helvetica-Oblique Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/NewCenturySchlbk-Bold Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/NewCenturySchlbk-BoldItalic Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/NewCenturySchlbk-Italic Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/NewCenturySchlbk-Roman Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/Palatino-Bold Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/Palatino-BoldItalic Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/Palatino-Italic Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/Palatino-Roman Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/Symbol Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/Times-Bold Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/Times-BoldItalic Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/Times-Italic Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/Times-Roman Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/ZapfChancery-MediumItalic Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts/ZapfDingbats Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/locale/ascii Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/locale/ibm-cp437 Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/locale/ibm-cp850 Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/locale/iso8859-1 Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/locale/iso8859-10 Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/locale/iso8859-13 Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/locale/iso8859-14 Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/locale/iso8859-15 Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/locale/iso8859-2 Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/locale/iso8859-3 Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/locale/iso8859-4 Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/locale/iso8859-7 Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/locale/iso8859-9 Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/locale/ps-iso-latin1 Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/locale/ps-standart Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/locale/win-cp1250 Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/locale/win-cp1252 Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/VB/CfgMaint.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/VB/Classes.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/VB/Config.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/VB/CoreClasses.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/VB/VB.gif Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/VB/VBControls.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/VB/VBLoader.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/VB/classes.gif Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/VB/starter.pl Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/VB/examples/Sample.fm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/VB/examples/Widgety.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/Hand.gif Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/amba Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/buttons Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/buttons2 Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/cv Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/dock Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/drivecombo Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/e Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/edit Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/editor Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/extlist Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/eyes Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/f_fill Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/fontdlg Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/generic Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/grip Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/iv Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/keys Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/label Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/launch Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/listbox Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/macro Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/matrix.gif Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/matrix Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/mdi Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/menu Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/notebk Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/outline Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/ownerchange Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/palette Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/pitch Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/pointers Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/print Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/ps_setup Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/rot Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/rtc Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/scrollbar Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/sheet Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/test Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/transparent Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples/triangle Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/CORE/apricot.h Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/CORE/dbmalloc.h Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/CORE/gbm.h Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/CORE/guts.h Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/CORE/img.h Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/CORE/img_conv.h Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/CORE/generic/AbstractMenu.h Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/CORE/generic/AccelTable.h Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/CORE/generic/Application.h Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/CORE/generic/Clipboard.h Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/CORE/generic/Component.h Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/CORE/generic/DeviceBitmap.h Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/CORE/generic/Drawable.h Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/CORE/generic/File.h Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/CORE/generic/Icon.h Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/CORE/generic/Image.h Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/CORE/generic/Menu.h Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/CORE/generic/Object.h Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/CORE/generic/Popup.h Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/CORE/generic/Printer.h Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/CORE/generic/Timer.h Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/CORE/generic/Types.h Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/CORE/generic/Utils.h Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/CORE/generic/Widget.h Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/CORE/generic/Window.h Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/CORE/generic/config.h Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/CORE/unix/guts.h Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/prima-gp-problems.pod Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/prima-image-guts.pod Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/prima-image.pod Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/prima-guts.pod Xbin/gencls Xbin/tmlink Xbin/VB Xbin/cfgmaint X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/CORE/unix X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/CORE/generic X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/CORE X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/fonts X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS/locale X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/PS X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/VB/examples X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/VB X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/examples X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima/Image X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Prima X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Prima END-of-p5-Prima/pkg-plist echo x - p5-Prima/pkg-comment sed 's/^X//' >p5-Prima/pkg-comment << 'END-of-p5-Prima/pkg-comment' XA perl GUI toolkit END-of-p5-Prima/pkg-comment echo x - p5-Prima/pkg-descr sed 's/^X//' >p5-Prima/pkg-descr << 'END-of-p5-Prima/pkg-descr' XPrima is a toolkit for building a GUI in perl. X XWWW: http://prima.eu.org/ X X- Dmitry Karasik, Xdmitry@karasik.eu.org END-of-p5-Prima/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 3:20: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2063D37B403 for ; Tue, 9 Oct 2001 03:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99AK1828417; Tue, 9 Oct 2001 03:20:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B0FF337B40A for ; Tue, 9 Oct 2001 03:12:04 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99AC4F27337; Tue, 9 Oct 2001 03:12:04 -0700 (PDT) (envelope-from nobody) Message-Id: <200110091012.f99AC4F27337@freefall.freebsd.org> Date: Tue, 9 Oct 2001 03:12:04 -0700 (PDT) From: Jean-Francois Dockes To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31159: gmixer 0.98c dumps core with some mixers (cmedia cmi8738) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31159 >Category: ports >Synopsis: gmixer 0.98c dumps core with some mixers (cmedia cmi8738) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 09 03:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jean-Francois Dockes >Release: 4.4-STABLE >Organization: >Environment: FreeBSD hautmedoc 4.4-STABLE FreeBSD 4.4-STABLE #2: Mon Oct 8 18:44:52 CEST 2001 dockes@hautmedoc:/usr/src/sys/compile/HAUTMEDOC i386 >Description: There is a static array in the program, used to setup the volume sliders. Not enough entries are initialized. The mixer in the cmedia chip causes the use of initialized entries >How-To-Repeat: Just start the program with a mixer with devices existing at an index greater than 16 >Fix: Initialize all entries in array. Simple patch to be found here: http://perso.wanadoo.fr/dockes/patches/gmixer-0.98c.patch >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 4: 4:31 2001 Delivered-To: freebsd-ports@freebsd.org Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12]) by hub.freebsd.org (Postfix) with ESMTP id 2986F37B403; Tue, 9 Oct 2001 04:04:24 -0700 (PDT) Received: from naos.dbai.tuwien.ac.at (naos [128.130.111.28]) by vexpert.dbai.tuwien.ac.at (8.11.6/8.11.6) with ESMTP id f99B4J628339; Tue, 9 Oct 2001 13:04:19 +0200 (MET DST) Date: Tue, 9 Oct 2001 13:04:17 +0200 (CEST) From: Gerald Pfeifer To: , , Cc: Subject: URGENT: ports/30786: LPRng-3.7.5: Checksum mismatch, no in 4.4-RELEASE, not up-to-date In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is getting absolutely ridiculous. The LPRng port has been broken for over a month, there are a couple of PRs concerning this, and still nobody has installed my patch which fixes the problem. desmo has aquired all PRs dealing with this, and then disappeared -- can someone else *PLEASE* just COMMIT MY FIX?!? Gerald On Tue, 2 Oct 2001, Gerald Pfeifer wrote: > Ping. > > On Thu, 27 Sep 2001, Gerald Pfeifer wrote: >> The patch below fixes all of the problems mentioned in the PR and updates >> the sysutils/LPRng port from 3.7.5 to 3.7.6. >> >> Given that the port is currently broken and has been for a while, >> this should go in ASAP (and files/patch-aj removed) without waiting >> for maintainer approval. > > This port has been broken since before 4.4-RELEASE (and thus the release > lacks the corresponding package). There are two high priority PRs filed, > but the maintainer of that port hasn't reacted in any way. > > Could someone *please* install my fix (which is part of ports/30786)? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 4:10:10 2001 Delivered-To: freebsd-ports@freebsd.org Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12]) by hub.freebsd.org (Postfix) with ESMTP id 707A137B403 for ; Tue, 9 Oct 2001 04:10:00 -0700 (PDT) Received: from naos.dbai.tuwien.ac.at (naos [128.130.111.28]) by vexpert.dbai.tuwien.ac.at (8.11.6/8.11.6) with ESMTP id f99B9w628446 for ; Tue, 9 Oct 2001 13:09:58 +0200 (MET DST) Date: Tue, 9 Oct 2001 13:09:57 +0200 (CEST) From: Gerald Pfeifer To: Subject: How to mark a port "Not updated intentionally?" Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm the maintainer of the Wine port and, while preparing the (monthly) update to the current snapshot, noticed that this month's snapshot is broken -- it will build, but not operate properly. Thus, I'd like to skip this snapshot and not update our port. What's the best way to document this in our port? Gerald -- Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 4:15: 9 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 47DF137B403 for ; Tue, 9 Oct 2001 04:15:03 -0700 (PDT) Received: from vega.vega.com (h164.229.dialup.iptcom.net [212.9.229.164]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id OAA36867; Tue, 9 Oct 2001 14:14:56 +0300 (EEST) (envelope-from max@vega.com) Received: (from max@localhost) by vega.vega.com (8.11.6/8.11.3) id f99BEOg23137; Tue, 9 Oct 2001 14:14:24 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200110091114.f99BEOg23137@vega.vega.com> Subject: Re: How to mark a port "Not updated intentionally?" To: pfeifer@dbai.tuwien.ac.at (Gerald Pfeifer) Date: Tue, 9 Oct 2001 14:14:24 +0300 (EEST) Cc: freebsd-ports@FreeBSD.ORG In-Reply-To: from "Gerald Pfeifer" at Oct 09, 2001 01:09:57 PM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > > I'm the maintainer of the Wine port and, while preparing the (monthly) > update to the current snapshot, noticed that this month's snapshot is > broken -- it will build, but not operate properly. > > Thus, I'd like to skip this snapshot and not update our port. > > What's the best way to document this in our port? Add a PKGMESSAGE that will inform user about that fact. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 4:24: 5 2001 Delivered-To: freebsd-ports@freebsd.org Received: from straylight.ringlet.net (straylight.ringlet.net [217.75.134.254]) by hub.freebsd.org (Postfix) with SMTP id C3BD837B401 for ; Tue, 9 Oct 2001 04:24:00 -0700 (PDT) Received: (qmail 53383 invoked by uid 1000); 9 Oct 2001 10:21:21 -0000 Date: Tue, 9 Oct 2001 13:21:21 +0300 From: Peter Pentchev To: Pete Fritchman Cc: Jim Bryant , freebsd-ports@freebsd.org Subject: Re: jdk12-doc installs jdk1.1.8 docs! Message-ID: <20011009132121.B15400@straylight.oblivion.bg> Mail-Followup-To: Pete Fritchman , Jim Bryant , freebsd-ports@freebsd.org References: <3BBFD2A2.8040007@yahoo.com> <20011007035622.A21280@databits.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011007035622.A21280@databits.net>; from petef@databits.net on Sun, Oct 07, 2001 at 03:56:22AM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Oct 07, 2001 at 03:56:22AM -0400, Pete Fritchman wrote: > ++ 06/10/01 22:57 -0500 - Jim Bryant: > [...] > | ===> Registering installation for jdk-doc-1.1.8 > | 10:55:56pm wahoo(118): pwd > | /usr/ports/java/jdk12-doc > | 10:56:14pm wahoo(119): > > There was a repo copy request in to copy the jdk-doc port to jdk12-doc > (to preserve history), and then someone (I think sobomax@ was working on > this) will go ahead and commit the jdk12-doc stuff to it (which will > probably happen soon). This has already been done. G'luck, Peter -- If there were no counterfactuals, this sentence would not have been paradoxical. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 4:27:49 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EDA237B406; Tue, 9 Oct 2001 04:27:47 -0700 (PDT) Received: (from mita@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99BN0x44333; Tue, 9 Oct 2001 04:23:00 -0700 (PDT) (envelope-from mita) Date: Tue, 9 Oct 2001 04:23:00 -0700 (PDT) From: Message-Id: <200110091123.f99BN0x44333@freefall.freebsd.org> To: sa264@cam.ac.uk, mita@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30875: fix bug in 'prompt' variable processing in cad/cider Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: fix bug in 'prompt' variable processing in cad/cider State-Changed-From-To: open->closed State-Changed-By: mita State-Changed-When: Tue Oct 9 04:21:47 PDT 2001 State-Changed-Why: Applied patch from the maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30875 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 4:40: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2128A37B405 for ; Tue, 9 Oct 2001 04:40:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99Be3c46014; Tue, 9 Oct 2001 04:40:03 -0700 (PDT) (envelope-from gnats) Date: Tue, 9 Oct 2001 04:40:03 -0700 (PDT) Message-Id: <200110091140.f99Be3c46014@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: ports/31113: bsd.ports.subdir.mk: remove NOCLEANDEPENDS from the /etc/make.conf Reply-To: Peter Pentchev Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31113; it has been noted by GNATS. From: Peter Pentchev To: Edwin Groothuis Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/31113: bsd.ports.subdir.mk: remove NOCLEANDEPENDS from the /etc/make.conf Date: Tue, 9 Oct 2001 14:30:01 +0300 On Mon, Oct 08, 2001 at 12:03:47PM +1000, Edwin Groothuis wrote: > > >Number: 31113 > >Category: ports > >Synopsis: bsd.ports.subdir.mk: remove NOCLEANDEPENDS from the /etc/make.conf > >Originator: Edwin Groothuis > >Release: FreeBSD 4.4-RELEASE i386 > >Organization: > - > >Environment: > System: FreeBSD k7.mavetju.org 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Thu Oct 4 08:49:05 EST 2001 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386 > > >Description: > > When using "make clean" in a directory below /usr/ports/*, default > is to do a make clean for the dependant ports also. This is nice. > > When using "make clean" in /usr/ports or in a directory of > /usr/ports/*, default is to do a make clean for the dependant ports > also. This is not nice, because a lot of ports have the same > dependencies, causing a *lot* of extra calls for "make clean"s which > are not needed. > > The solution for this is to add NOCLEANDEPENDS=yes in /etc/make.conf. > But then next time when you run "make clean" in a freshly cleaned > ports-directory, it will not clean the dependencies (which is > exactly what is wanted with putting it in /etc/make.conf). Uhm.. wouldn't a simpler solution be to specify NOCLEANDEPENDS for just that one run of make(1), on the command line? Something like 'make NOCLEANDEPENDS=yes clean' or simply 'make -DNOCLEANDEPENDS clean'? G'luck, Peter -- If the meanings of 'true' and 'false' were switched, then this sentence wouldn't be false. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 5:36:33 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CDF037B408; Tue, 9 Oct 2001 05:36:30 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99CaUM62818; Tue, 9 Oct 2001 05:36:30 -0700 (PDT) (envelope-from sobomax) Date: Tue, 9 Oct 2001 05:36:30 -0700 (PDT) From: Message-Id: <200110091236.f99CaUM62818@freefall.freebsd.org> To: ernst@jollem.com, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31160: Maintainer update: java/jdk14-doc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Maintainer update: java/jdk14-doc State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Tue Oct 9 05:36:18 PDT 2001 State-Changed-Why: Committed, thank you! http://www.freebsd.org/cgi/query-pr.cgi?pr=31160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 5:39:11 2001 Delivered-To: freebsd-ports@freebsd.org Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.128.241]) by hub.freebsd.org (Postfix) with ESMTP id C809E37B403; Tue, 9 Oct 2001 05:39:07 -0700 (PDT) Received: (from ernst@localhost) by zaphod.euronet.nl (8.11.6/8.11.6) id f99Cd5u68536; Tue, 9 Oct 2001 14:39:05 +0200 (CEST) (envelope-from ernst) Message-Id: <200110091239.f99Cd5u68536@zaphod.euronet.nl> Content-Type: text/plain; charset="iso-8859-1" From: Ernst de Haan Organization: Jollem Information Technology To: , freebsd-ports@FreeBSD.org Subject: Re: ports/31160: Maintainer update: java/jdk14-doc Date: Tue, 9 Oct 2001 14:39:00 +0200 X-Mailer: KMail [version 1.3] References: <200110091236.f99CaUM62818@freefall.freebsd.org> In-Reply-To: <200110091236.f99CaUM62818@freefall.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thanks again, Maxim! /Ernst On Tuesday 09 October 2001 14:36, sobomax@FreeBSD.org wrote: > Synopsis: Maintainer update: java/jdk14-doc > > State-Changed-From-To: open->closed > State-Changed-By: sobomax > State-Changed-When: Tue Oct 9 05:36:18 PDT 2001 > State-Changed-Why: > Committed, thank you! > > http://www.freebsd.org/cgi/query-pr.cgi?pr=31160 -- Ernst de Haan EuroNet Internet B.V. "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 5:47:49 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B5A437B401; Tue, 9 Oct 2001 05:47:47 -0700 (PDT) Received: (from greid@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99Cck463351; Tue, 9 Oct 2001 05:38:46 -0700 (PDT) (envelope-from greid) Date: Tue, 9 Oct 2001 05:38:46 -0700 (PDT) From: Message-Id: <200110091238.f99Cck463351@freefall.freebsd.org> To: greid@FreeBSD.org, greid@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31015: Fix port audio/rioutil Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix port audio/rioutil Responsible-Changed-From-To: greid->freebsd-ports Responsible-Changed-By: greid Responsible-Changed-When: Tue Oct 9 05:38:31 PDT 2001 Responsible-Changed-Why: I didn't ask for maintainership of this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31015 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 5:57:50 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD3ED37B409; Tue, 9 Oct 2001 05:57:47 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99Cn5T64654; Tue, 9 Oct 2001 05:49:05 -0700 (PDT) (envelope-from tobez) Date: Tue, 9 Oct 2001 05:49:05 -0700 (PDT) From: Message-Id: <200110091249.f99Cn5T64654@freefall.freebsd.org> To: tobez@FreeBSD.org, freebsd-ports@FreeBSD.org, tobez@FreeBSD.org Subject: Re: ports/31158: new port: p5-Prima A perl GUI toolkit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: new port: p5-Prima A perl GUI toolkit Responsible-Changed-From-To: freebsd-ports->tobez Responsible-Changed-By: tobez Responsible-Changed-When: Tue Oct 9 05:48:45 PDT 2001 Responsible-Changed-Why: I'll take care of this port. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31158 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 6: 3:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD17537B405; Tue, 9 Oct 2001 06:03:08 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99D38l66606; Tue, 9 Oct 2001 06:03:08 -0700 (PDT) (envelope-from sobomax) Date: Tue, 9 Oct 2001 06:03:08 -0700 (PDT) From: Message-Id: <200110091303.f99D38l66606@freefall.freebsd.org> To: ernst@jollem.com, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31001: Maintainer update: www/orion 1.4.5_7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Maintainer update: www/orion 1.4.5_7 State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Tue Oct 9 06:02:47 PDT 2001 State-Changed-Why: Committed, thank you! http://www.freebsd.org/cgi/query-pr.cgi?pr=31001 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 6:10:30 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D282037B40C for ; Tue, 9 Oct 2001 06:10:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99DA0H70484; Tue, 9 Oct 2001 06:10:00 -0700 (PDT) (envelope-from gnats) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by hub.freebsd.org (Postfix) with ESMTP id 101AD37B405 for ; Tue, 9 Oct 2001 06:08:40 -0700 (PDT) Received: (from mb@localhost) by levais.imp.ch (8.11.5/8.11.5) id f99DA8M08917; Tue, 9 Oct 2001 15:10:08 +0200 (CEST) (envelope-from mb) Message-Id: <200110091310.f99DA8M08917@levais.imp.ch> Date: Tue, 9 Oct 2001 15:10:08 +0200 (CEST) From: Martin Blapp Reply-To: Martin Blapp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31161: new port: Staroffice 6.0 beta Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31161 >Category: ports >Synopsis: new port: Staroffice 6.0 beta >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 09 06:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Martin Blapp >Release: FreeBSD 5.0-CURRENT i386 >Organization: ImproWare AG >Environment: FreeBSD > 4.1 RELEASE >Description: Add first version of this port. The userinstall has been very very unstable and segfaults all the time. I've rewritten it in the Makefile. There is also a bug in soffice.bin that makes staroffice write configfiles to $PREFIX instead of the users directory. I'll add adabas-support later. CD-ROM support will be added when it's available. A repo-copy from editors/staroffice52 to editors/staroffice60 is needed. editors/staroffice5 can be deleted (I think) >How-To-Repeat: >Fix: begin 664 staroffice60.tgz.uu M'XL(`);TPCL``^P]:7/<-I;Y:E7Y/Z!ZR[-V26J1S;.U5B:R#ENQ=91:CFQ,FXQR.I\1[`]Q[>B8/)(?!3A=_D%69JI&):JJCI"\,-4OD/&OXB>UJ?(0`(( M?9?<)H%29QZ7^89JK)B_DV#S;]FFI9AP?P;B@[VKWR9QP]__LWG_^>?V%QG MOSS=F($DSJDN('.L[#U[]N;\].C9LQU.1\;*TXVG&W\TT=\^7^PCL?]?W4_N MES)]^@'[-W6]U_Y536W\OZ)KT*(KNO7-_G^/S\;/)S%((`Q_V;APO8_N`I?? MW1R\PF&08B]/TON]7U.LCK6QNL&#+]S\9F^\<7#Q[G!/V=CW_8"TNN%!Z&;9 MD@!?GA\?GQP<.0?O]F>SPY/+[W<\`L/9^%U",S?VY\E=#S0-_+`'5,1) MT`?[M4CS7M!-'R6W0;P`1OLZ@I$X\-`>\%T4WN!PV0_-,-A8W[/]>5_'7C[< MN[Z'+=TTPRD!"G-'9WOOUTF*MU5'<]3M,(B+N^U`L\WQ/(@WRLBPQ^;])QS[ M2;HW*V)T&GAIDMUG.8ZR+702>V."&UP'V&_WN<3_+$"#6JW*QM&=%Q8^;AK5 ML8G(3VO.?KVBOVSX.8%!-G[^$63]RP;Y"5I&?LV\-%CF1.66RQ#G&?SU1]O1 MG_4C\?_O05TNH!&^C$%3'_^,%?X?0=77^'_RMVJ8JOG-__\>GY=_ARE&9<*_ M-U+'R@CAV$M\\'Y[H_=7Q]OVZ._?;[SDE`*!Q'*\-XH`B=C\"'G7B]UEZ4]& M2;H8)TL<,ZT:(1@_SO9&-WF^W-W9:2!C0-R9*(JRD^)%D.7I_8Z71,LDQG'> M4L)RB%UXRGK#!,3-Q?6S=^^RH.YX>WL[OM5H)W4ZG>[\X_3=S+O!D;M=]_I^ M`[T\='.WPR<`T$N//;NX/#H^^8=8ZNTLTV21NA&G$4^N M"HS.O1RA*5+579["HZP_OA![0]V5)UM`D_#?3# M#QOH">BP7WCYF1OA)V@/C9I"=/1?3QMXF3$0#*".@0[QM5N$^2'.?[L:O_J MY/R,`CID_/?1C`J3Y56-F,%P:?NK((_<)1UKE"6F,IY'RY;XW[GQH@#O3Q`4 ME8&JMNQ)T\J>74,88!?^1[L4O4Q M3B(HK6-%PPQ^6\2SPW;)I)W)R[&79>!?,PX$3R!H3JO(Z[ MHA6><9(E8^DI6&-$QG6F2X'+"=P4TZ(I:4W#?M%GN3$;70)KP41!LO6($QNQTD:W5+U M[G:Y+.`7SS*;M=E]-$_"+O,=^RD=6M/P`?(&P>CZ#-XY3Q?..10\C/U2"BTW MT!$D#._/80J[HCW%<=%OURS2KW)%C=X`9>^]>?E?^$`QUT9'2=0YSE7 M:8%)`00":(4ZZIGB:Y@2NEK5C5YDZ0YCSY@(5%:\<`;FAM%%$"8= M<[E*DK!C$<)PQ!C;?H71=!J`T;:GKM*<1@XBRQ7A.,_;\5*8)2(2WM38(TLK MZ5IBI3/'H=L9U"%K`S[8?I?."\A'<9Q3+CJ*5N9<)!^3SB>AI&7`$XE]!&'+ M65=T?KB]!>%=2USU20P=8KPRJ>,5]C-]4-OH6P(6Q4\3IZG29>3B)LFY7(1L M'\3.3);:3:==\=3ZE;?26$Y*;AQ$/:(@HTJ<8-<&:Q"9[GB]=+DKM$3NN"EO MAB'JW$E$ZLU6""?>D/"Z)(:82<@CL2OK"JD*`[W>I^K6A3Z:(C:(S]6T+G<,H(N8AJ#3O=44Q;;$AFG7L@04W1`;1!GH MMM@@T6#1,1,W(%8=#S'*QREGRZ)90:5VS6H_39/;3$9S:?=TB@?R`?$9EDAU MVXV4PXFBZSQ6FN1%KFA:KX,H"KR/O+_.DU1619%MIK;]79$LI?N?MM*O-XF62=,MMSJ/.7:\3 M5R^QZT?=\6%L=4TU[C[J*DV*>2B:@22SEY=9?:*4>OS[I,@[60V(IRG?'Y4->+VVKJDO>/C9O4F#%]8<\E*I_A\D.N2%A!"`=5\K58(1,=;5N]U M3)055@](0!O4K@?[4^QCB/Q_B?T,&8E_\#Z&M'AZS'Y&)\7_FOAW]X_Q5^<#^#[L)[V"]2MJ/[G.#43<[;(`S+BM;YD'[,\M(3"1@P:"8" MZNU@'.)*>`WT@AQ!H8Z>=&:4'!19GD39DYH.U@#)2VDDY#M99'Q1;[W2?5=5 MF6RI$[1IJ9I*CB"PPP)?W009@G^WD+IC!(4&\K$7^!@:`N\&<<-%;!@$I*`\07-,CU*0 M2?7'(W[/'OM/FOWZ>K^<4<%3?P&!XT.:/^WG#S#ZV?N00@Z9]G$%#$#*@Y9D MCK(,;!Y=%[%'%T+)62=N'$#Y1!@FO-\&^0U:)KH5DOK."AE M1?YPW@5SY\,RFY`#%*6:V%.-;.=;TXE>;N=_EA"AD//Z1<@A9DV*5_&ZSJQW M^2!/9#S8VE0A/-CZ9/(8'DZB)3EWT<_&DEL&+]48D9//&9US.K>@S&P42`): M^-G#N3RZ@_RY'*[DU-(8IY:I/893$K[D;$(D05!]HT_T*/QVD@8P.#O=QWX401C8+)+!RE*W26(F3DWIOQ@EDF4=SYH MGG.R+`USJD\4ZK^GNF%\AO\^7[+K">B@/F%J)8GHMD%ZU;: M,F&<0R!9U7]FZ'4!7KV?LR=L@8S%YSN$/ M>ZVS7.0LJ!H#G]`:DB7#1K<+V`(C$HP`[\2@:5I3`26M[")Y]`M+)NQ6R)A(C*D4!E MYGUD4LJ6F$;QSW&0X&]);9&H-*$L1:5JEKVE3BT0EJJK\*=9'CDEG;@$D@F: M))G[51'1:IK+V@))8]#2\>TVD3^Z*?S_;DF.0#5S4=W=80='R;T<[-='8:\= M1=?4\F@JU$.TBV&J-CO7&J1/GE0SSJV@4>"!FT*H2ALX5(UE&X6_CX.[RV!Q MD]-\WM1U-B0$,$:7!C9)CNRRAY,U8=:NF$IU5I8S\XO]@[='AUOH\/SLRCG_ MZ>CRP^7)U1&1QC:5QK94&A?T> M%Y(DP]F'K/H3.]SQHRN(R:UAPZ+2!%'IAF:;7Z>D'B`9%J(S,=B?V M5!EMH7ZTB**IAFX.HF4,#1*+0;2;P:\QINKJXN#-;R%(4:@J:I/],]W M%[=TR:7C+UCSL,,P!(_/SIV#\].+\[.CLZO/$VL1]`FV"$S-#H-!\5JB>"U@K2<7^0N(]\%Q;N+0 M\RU5K=BXS2D?F$2LVI<;0UBU$Q_$JKRXQB-I#*D;Z*9#6'*R1"PY62*6C"Q5 M=19A,G?#KKRFZC!>39HEBWY=_)I(:WC%W7BW)"5K.%)[6!)I=?!DDJO M@R65GN[XU2YB5WXK,6ORIJLP:Q)78E9D2B?%<,@ZXRHIBEAR*8I8M@J('N=)18[(&7; M4L.?Z+K]%S-\T_'9<1>)4K;T7()8JZ6]`K%6R%6(E4JV;->J\;I&/EF!*"=1 M@B@G48+8D/@`J[E(TMP-2:",PJHI398XS0.[#UM.=A^VC&Q5:2.3O6^BM-AO M")^NAU^3;LC";G^_F@ECO>=4;#PH(6]<"KMQW`W*C2>948S!`*V+6W.3J6Y9 M/3YDG0#M+I>2C8,%#QKV(U/!CTQ,>:B6;A[HAMV3HLN.4E/,,YQ39+G'(:E/F[K1,H:5X;-': M9Y(VZV2B M6,K*;=9![9:MZIQ.U)Q7]MU+PA-PF*Q6:_>DY:;_%\Y;TH)9Z@.%^@-[NIZ[IWM+V8>,5-_Y5U5;L MQQEO=^%HP4&<5#5>UI78K,UM;U[]9[8A;,6D,1W]0(&#Z%`;S/I4"T+!6 MB:#YJ*S4&W=GVP]1J/_! M,4FFN^KT&P,,*Y.XB6YKJOFXY%E:@R_:P&&5TD0_-9'7X=(R'.J5OY9.-5O$ MW5/*;55@<[SJ$"JO(J0O8HLU]6LZVT=PNPCT=9.T.WUWYK;T(&=USI([G]D< M-MSJU>7V:;M^/.G9LW[T-VOB<=OL:R$503]::]^I'ZU:EN['&%R":[_,;]UR MN_]A59G2C]'D0ZMPRAC7C\9Y+D%/OE[5627N/Z,*_;E5YT45K3@?Q(6KSE7> MU2\[^.Q(SJ^3<66(JK3CN7!P_E40T^NS,U;V5.?FH:S>LM0I.3=OFMK65&/' MYN5!HB]78*'YP*_/PM;7.BE.<\F3Q;KRN#\-S`"JPS*%EL!11SJSJ_VSP_UW MYV<@(.Y-QUOHY`S^?/=N"^T?7QU=.N1K);;RQ%CE#:J%+>O`C[R%0L*,X3^^?PUQ]"M(D?CXBKYD>O2`+3C0_HD4NI";D M=_N_!#7:DJ]F"9@`(M?DP(9&+WI)XAF`J>7>RI\5\=A+(NY-UB/Y*+Q\(>62 M(UT>G:+3;/$JN7L^ZLS=+AJAO_$"ZJ&7O'JA)GUX^ M1__!$]P6@;S;09ADN-6M7R_?)DM(`4OFV+N8^C43'L[>KT?-=`UU(R\F[^#* M)Y8;F-.VUSB?$54!I1M7;SD'K;D\VC\DRB"*'_4_K!A9E3SS-TP931!FDT`WOZKG-1DY MNZ$EO;:U*%^[=[)FN@(K!=#%4AF$K&W*VNF"K01`_BL"U?;$BZKV M%9(AX8U'K1?;=@OD-=Z"(7^QSQ!4]J*D+T$1/UF/H(Q);O`-&ZTPVXV;!.L\NDT6P38/;]Z[ MB65LB\")MXML4+0?TJ:P(E&2]8ALR]T4:)STW'MGAL.9.R0E2Y;LB/"#G+GW MW'/./>?CQ&1C;V)LMO\?OWW1-#6/:6M M>TJW])Y2X8))N\CL9NBNUU=<>ZV[]/Y:'W48MJIHH_FI<4I:[W7R,2S04`>[ MDQ$PMF$+;D8:-YJ:ZQP-B"446_$]6$O0\(VS.M:U MO]/-'4.`]&-V=['K9&S9L=ULTZZ3V81'N^[F<)VLE/3^!J8U\_G*L6:W$RN97"S.0^L5$NWRAIV'M2P>ZI^JW>UMHU`AL/FY@BJ%TCV*0\ M+(MOVLR'+87:RQ*"Z+<%@_$U-S$%L8[%Q<;R%E^WBR`:TTPV+XMSTNK=J+G< MEVT2&S4+L"E968Q]>.^F0Q7HF7V>;PG\R)E=5G^RVJ;:]1"EM;F.74B^T[D3 MS3*E4-\%\Y%3>T<0/[=#7^EID]MRVJ0!AA?TA$%$05F69-0GJ1**MD="W3VQ M<-M/@NT]L:YP3ZPSO*^K0R^,-^7WA8S07:VFLZ5\@0R(/;SUX=?ZEKWM;:W] MK0EP`.WBU?QO3`02DJ@*=4DJ"BD17AF`Q2V?!%'".4:K=J`=>*]8U$%%26Q. MU,XI/"H$4T&>>7UZ2>T3%>A1#:HR;^$/<0J.N4?CJ^&]:.`=ZI0E41W@1#Z- MH`=)4+&4$2V5'GVB[C2/FP$#@)-AD`(X3:LRP.%0JYP(R,C:+KB@H'@*$"1A M5U6NGT=\,@G(>_#)@(%OG3.^8?.^>5(2`&,ACO?K$Q*Z1+;82;ADU"=/0!&. MT`"(RZ&IV:M+N6O?Y*Y<,A$S-?\]NO;UY-?5Z)MK7T_\'[IQ;1;-SBSD M%G.+L]^CKZY>6UZ:G<>-7IV=7_94HAV.;-=IL%%;YW7NJHL3U_\+79]91+G) M.?BZ?'UB>09=N;JT?/W+V9FY'+J^9.[+9?@)Q+KS`N=!?YRX.C$W,?\=REV9 M6,S-S5U>_._EZZ2B0:1;[[')RQ-H<0)=7O[FQO+2_RRBI=AOJR#!.4Y*Z" MGB\#QB36*<%RQ-#Q*L!QAZ'E:4/-X\(R6*<0U?(!'#J1&X1_Q2P_R.$C-3`^ M:88D$=U/FQ2=P+%K>EW#;6)6"[&VVJ?-SG-=5IJ=\>X"F'%)5B00PW1>X$>` MC07A5F<1O""A=!70+OB"^9_,=P61]8C`#0X*-*PP@^$<@!+CJ@2,\5U76H%!?1%3V854OZ'K0+GABPKLW#=H%$B"DD_][D'ZA!L=`G5<] M,(D0J:0,\F):Z%/4//9NL[B`F9D6$UCH4U8W/-<749K]4RD\V!%'EI"I]]!05L9#(%?0=PD^ M8QF>44H01[)]?/+;/A"^-D$EWC;0E=`G40'7$!F*+O+9:I3-($6(IWAY)*NH MH+$X72VTIY!Z*5BF#$KZ`$.<;1@2V51D'%\Z]];2^/-+Y\XMC1];.G=V:?RY MJ0]>GQS[)S,]DV-ODDY<&G]R:?SGN#B4'7]B:?S%I?'C4`.*SYX_EWOBIV9R[,7)(T>7QL]@J.<^("T\A:O@G_#])*Z+OW^T-/["TKG7 MX/ODT;_+/?;4[+OOYTZ<)A!^.7ED;'+L9Y-C;^1>?GSZY^]`@9E?_';V5T]I M;\=.3HZ11L>.05L,PFN="5\X]O+";YY=//WL_!-/H_F3SRV>'Y=ZKF MSA[98>G'A6=.H87WGH8W\Z>>77CF^,(3[\Z?.#Y_XF4/FG_[R-Q;Y]#"T=<6 M3[^^\/PQM/#2D8477H$&YCXXBQ;.'%L\_0Y:>.%O%YYY=.[M=^?.'D-S[QR9 M_^5K"R^G3[^1.'<\=/TOZ=>;TDY>?_T7NL4>! MB;-OOC]]]-7+/WUJ^N_/YDZ]F7OBU=S[KTR=.T/+S+SQ#S.G'J.@ISY\96K\ M/"TS>Q[$YE?3IX]/OW"&W1-6PV)&&>/[/`;ZT4F,WGL_RYW]J5G^6-A"*T`J MQ7/FN0]SC[XR\_:',^_^>OJYH[FSOY[]FW.YEU^:.G=^YNE7-<"G7P2IFG[R M\-%?&&S"DWQ`1GPJ[:(B+;8=3NQUGR!%#TK)@547\6 MK(5X(YVX<077A0$K`S-$*QW)OR,=1_ZP\4%=/'?/_D#ROTQAZO^Y^+BYQG9:>R#D[++%0)0V:2F8.9851E/P2H,;V*3#JS<;NE&^LP!U9OC%KE8 MS^".<85_BT..'")1#+;XX\`?&LAABST.[*&Q+'[P[#%%R&#)$/$XWV)2428E MN4-;'"K*(7H%8HM)19F$[W#<`2QRO-_FM(AQO-_F5)IUO\VALU9YOXT%BG6_ M[69GQ*86'=8CI>^SN==L%9SW+F&OA3ORGB9K[%QA@E]D99Q5DM_BW6:R-B9N M+R@CJ&2+6)34(;R!@%=CW9P,J*M.BVPL1%F%E]/.'AF6TJ2I&':CVEJD"^RO0)88"V@*4> M)U$MI:N1#YA1L8#=`1MZ7I;&F=U1S/59QHWIGF)\"OF'!0-+-2]6.H*R'HJ7 M`#6@.H.RGI.6`"5G'4'9G"1*$9AV!K5"7HE%0*V05TG9&93U'+\4@8HS*.M& M:@E0@G,/V@Y=2X"":8XC*.N6=`E0RJ`S*.NI00E0`\X]:#O=*T4@[PC*=IQ6 M`M1!9U[9#JA*@.J7G$&MD.TCJ5A[ES.T%7(>H/7L=X1F.ULI`4UU5A_;@4<) M4%P14"L4B5`4Y]#I"%8BY`22<3)1`BC;0!<<&C#>AY)X4%+T29EV)*T.#_`$ MT9Z8:892B7I,_H^6CVG0=YCPT2F9PY2/>N6R!C;\,:8))4&S(!3A96FLBTQ3 M;PYG'3`38S$12CI,Q_(3H8"VTC`1H2\^*DT+$0,1R\O\4,'[9!8V! M$YYJPB>C]/62/?YL4LXFZ<9^'E>GY2%9/A468S'A9N?K';R@A[ZQ3]:-ERN8 MJN_K,B;K;<'.<"18;+9N;GW]Y^JWJ6*;K-3)$;Q%P:Y,NQ/[?`R)1I4XH$M`&S0HS)BF)!8J\!H3"8C3T>)".8 MC25JC2KAW.0Z(#Z!OU*WA&AX3VLD%$4T`E\'#6@3M,2S88>3O&WBK]ABR^B1 M!!Q?D)MHK+=ZF!O,DX)@-*P[TBP`QHU?IY>LY\853:>7K.?F2W5%WE34K]$3Q.W76P!-:;!C[G;J"FW9EQ(8I3&.SD9?JMH*_;$SP%_<=$ORE M#/5;??0.__I%[]CT&KB5/G=#TN=:]'(K?>YF2)]KZ93-ECZW#!NXNC@G?FO@ MG36+<[+IS=]6,MK2A3=-,EJ+?JY-,MHRM&J5D5NL$9C6*G++IE>JK42O-Y7H MM0R)O*D0+K;$Z&L5PF73"^96=M0[(CNJ91Q8K^RH9>AA/O.HNU3F4;8NVG*5 M^]EC!'/G1\L\RM!$A\Q)[O(R)VV60%:W;8;1\B2'M6'!SNK)E)U&:V0X+:NG MW8XS-RVTK)X_%.'9RMZI9^]T;U#VSO*4PKZ"967+9"N$-:@/*'TD].B2;+ZR/F*L$A MKR.[IZSA"_VU[)4"":QTHY%EG1>[N+IO-;V#D!A.J]2=^-- MZ;QNSYOQMRJ=EP-*6W?EU^ZN_`_INM/ZI?-:_^M/I7-YK=3YB9G+JRSWIS7, MY>5FY/)RLW)YL9VDMG)YL7-Y6=RG;AM?,B?7J#LZEU>^LVXREU<))R];+J_B MD^#"7%XK=LIJ7#>GK-V;)=#YED_6ED_6^OED67-:N4OFM&+KH=4WB^:TLJDA M,W$#S6G%UD%[3JLBZT][3JM-N@J%<30MQ,F<1M].-#T9%!-DC7$HD_;HS#>6 MJO04R58GVUU8TD6;0Q68K$(GTAQ:F%ZO&X<=#5M["_@[_JP"?_C57L%G5K;IMH1 M25(MTVS-!=HCB$(E6Y>T%.PVB=6B\Q58"L3"+3K(R[AC*7*H!'+FK)P>1:LJ MQS%R&J>;FJJ;O(33_H9JG\9J&]K[%)I[KBC;VJ!-6/!P`RMG7*]>E>)VDXQC M8O>3P0RQRRM'[J!6<_UPBZX.L?7&BNZJK`(O6G%-,-.5(`0S#3-VL*[*Q!ZD M`DVGQK31AEAM.6JA0S4*L/2+E(SB;`2P/B:4Z0W2-(J[^6%*F'4C@5#V()?. M:@S9B>..XEM@]].EG_N35QH[9= M&0MU=8:9-HW)LKR2PM-$-J[V\\/E]*XCPPJTGG:IF6/&:\J4/,NTYN&!C5TL M;A9RPB:X)6C=(]'Q<4,HU1NWT;FM*OI0=%\T&&D/=W6&=NVHL9AH,]6UJZ!: M0V]#B-9*V6@V:Y"9OKI5]6J?M$$]VB?9*/-92:HOVXY%9;Y/@):&8S`U3`I] M6;K1!ATH@T#@&[PW9],,\)1,.O0WP22KJ9$,_4VU^B0K3Z-BM$U-D8G2-`AT MFF6@RNM`8R3>UQ6.]3S4'8S>5">:!_85]*'1N*TC]?FT1T[TKM[X%%`).OY@ MJ'WC"-7;7Q&MY9N:JM+1^593NCX!`1SK:-HA2O?F24HR#XOF]++H; M"K:BL(9'M+F*03Q^J$]@-&LL#P+"2NQ`)IWBTP-WN^[:^FS:CVE5ZZW!`J?4 MD/$/[VBN51L^K]=?7X_N(F?Q7LO_\/'7^1%JK/-[&_P-WMI:A'SU]?[&NY!W MK1`H]LEB#B!TEPRJ5*S<4(KGUXPCF^>S\T?0T4@;Q@*5/ASDBA?C4D(0^P*5 M^WHZW4V5/[K?M9,(!4E7QP;XUN.&KPQ06NZ7_M^+SEW'SEL9?W>W*;RP$R$;"W:ZM M`?P._A3H_UZNGT1P7N,VBNM_?8/7IX__C;4^,O[7U=;7;>G_K?CH"931)P`Z&+19W0M>]Q.T6Q64>AUAKJ:CPUJ%P7)5Z>1EA+P`H ML#\E95JL;IAH+R>K@HC:TK#62AMA,0J,"MM[?V!'>%(Z%@-%#!)P15DA64%L3L(=?>UBCV#(_"LB<:<'6$ MHCHTR>V/>=V]O,JY>P7134J[>=$#/US!`SV1UO:>6'1?YX&`\2O>A@`L@ MAKIZX&\P$JC(]/Y8R`QXXBF7JS/8T_Y`K"/8'>SJ`"RV'=X3ZMIWH*TU&ARM M20N]^&_?\NVPQC_:$Q@`<"$NB:_"Q:"[1V1\-Y`Q?:](.LX/%Y"&A+3$H=S]M$[63CG<`9% MLR(:%#@$TZ5\XOKMKE`T!DP(8K:$'@1N#O,*!DH0I[^B8:.#*)*8[:/TJ_9F MU+6[(XA=?0,5GOX$[]H?V1V-M`E>8>,U6OI<,J=, M]'K@/Y000L?J1R0AJY1>0S/^2&^M'VP]1M M?-NV^M'M+D"H.Q)N[XP"K!H%E\E(67AKJM0G\P-8H`&+>%)Q!.<#:"[`+9[. M)GBTLU=)>+`6>P9DWI/IO]_E@B_N)*_&4RU0+(D(,VC;HZZ*'V\['&Q_(&SZ MAMI3?+P?Q_3/MRTH2,Z*(DQN6[#OK\O#IT'.\E7IM8=*B@4=D:<.I M5%%KR*,\@^4A&`>]S/HWR]O.UCT@]M!E.!FF)@%A?4]U%.U$]3`L>]EMAZ-N MK6!!I5)]EN!AA0;]A9WSD>:Z#AQ+"H?P,&*J0R1:D>,UT#GQ(DE%*Z$OQLKGS3'6T_LX.].'$W[C+M,$& MU7M\EAHL9F&-)WSR.O*I!UKGL0RJDH22,(XFH06PJ4H_HFE,!4T&L6::ZADW M83VH1T)9$:^@S8PD8F\6:A5A8E2,R]ZV?"LT$[<#!??PAV`5IU1M.XQ'0LW$ MZH,B6&?SP#>ZPQ7:U16.!`.5&MM`";*P,ATV!@OD7)D.'T7O_G@0ZLZJQ6`8 M@5H-YJ`\YD07P0B0>0GB^CA!]&ROU*EU)20WCQWCXBJU=?B11R@T_&L4!0*HLA+8AO)=B@PSR(D/;___]MZV.6X<21?=K^M?H>B[ M<^9LW)6J6"^2O+,[L;;LMMUMMWTMSW;O?8D*D$15P2()-DBJ))^9_WZ0(*O$ M*E41^5#5LW$CVKLQ;DO/DT@D$IEX(U">T&(#V3A/Q/V_MG_?V"=RT=(U;B/V MY%88)<+$-'=J?ARM_^1(_:_[_/_O$?J=E._N=:0V>)__$_6NBK#Z_^ MUOIG<[?XB\]OKO_F^#2^W#+4/[D2'QCU9X..\,\G?W(<>J#&_<<_2GHF.*A_ M.E?T5ZPSN7&P7!?EZ7JF+.N`_^GUY_?6,KDZTT8MK(E._EC\M?F$9OUME-NI MWW2"/]CT^^HO5^LQT7=_V@=_&)-T$?_8LGM]GMF-4FQ':`XY_O^@(Y""FQC5 M&JEM+%#']?[NL) M;J#Y'0V\:.AM__&W[TZ^O/[PZ=\W'?3$#D??OWOY^<7G_ZJ'I5;%>H#ZMVUM M:?!6+$].HY,_[C2;'3+*\H]6!6N+_\=6\T`--D/2FO3__>EDX[KKYOC3UK_> M+3)M4Q/%4VF,-J>I+`H[J#EKS>7HR["E*.R,P(I2Z^^\=@055119ZKRB7+`[ MI/K38PVH93OT>I'5^ISH*+(]*5X_#[ZMU?J@[MK'"DE#,1O\[1A[I6P_B658 M+4YU_>DFY88=I75*L:;UK6!HL;7NS2#@M/7Y&XT--K,[FY*7(KLI]M;N']O_E:'CS]PXT%WF/DCZ4;Q\-_V%'GR MY^T?MG3M]KQF;.*#Y2).[;3Z449BL9XU%CRE5?)_W1K&#):V40=IN+.<[CK$ M/V_'$IIG_JV].=\>W>^<4_CW-;RMUW'YWXA/9QKJ"7M;QLEAV9LPU8P%OMNGG=M"&-"-)G1KR7=,/'T*Q,62 M[$@;P\6'=OQ:L:6'HE`1%UPGWF-[T$K;>)0ZQLNOK!3%G85\J1:J(R- M+MR:#P@?Q$;9X(*RYCHK4UD:5A=UCZT@X:(FL*M?PZ-8#O9_^8](:#^9B_#J M5[\9(7_]B_47`W_=)+V_NHS\CSLY87/.8BLC].^B#_)^`V7I$Z/F2-(15=Z5 M^ALH_K"(>Y:+,EH>UOP1\N`P;@]Y@]TJ_*NP4+[YD__ M+,Y"47WG&IPQ2-HB\6VD'EE=VDJD&Q"(;#LR*^]1;YF-&G MI'*9@B41`RUIC%9IW*]&8[1"8Z0^;A0[B)5(]*(XNTN4MZ#'#*2D>CT=**A% MX)73A")AY^>K97Q6:.DM:0\%*BM*1&%UM<0%MZPV!2IK22&.+J`K]));V!8' M*BW5L3094K$6`RHI%^X"&$N,N$6U*5!9A?O`T?)B;E$M!N:%%+G#Y&R>EFPO M;%&@LN*P5*4=@=`!:&99;0KF\>G]#=)4&SQ42A/3D(+:%*Q?E6F"%+3!@YYG M1_W"4(QA-](6IV]I['IMP`O\7I6QH[$FYQ^I;&CO%;'*BT ME0P1!UG#O66\?W?U^J?KUUURUQ"OK.9BO`Y1#>)AKZ4X*&QK%^+0X+XU,^>* M6Q\8/R"PO4[&%5DO*!\4V?QZ[[JQNX=P0)<0_O/>=8(68+#ST1N(1U8U.J2T M5B@`UJ/UD"XWJI=#:F&9+/\?A4!.T)1U)MZU[\9^JWK8P6,/Z-GZ^ M$@T>+Z='>SS%\KN/"/!+?<2$R]Z]")]?]B-FS[(?7;:/JO!80&]-MN[UQ_78 MIO?48OL!`52)'79/';8?*D!UV&'#.NQ__H"OQ0'^D_38?FBAGRX[,IZD3^M9 MAW[*M`4\29/MER/Z*;,CXTGZM-^IZ*?-EH0>T7SK30PDF&\3X9*W7]W@%[S# M@\O=\Y0$O_!]9%B#G4<2^*7O$N&2]]WYSR]^+[M]&G5GD/U/_ZOY'N!O^\?8 M#[]O%$WKVRH/[=SM1P]:=R\RF<2P1,ZXGL?M&ITS)3!V+EER.F8;?D^YB6L_ MV6/:KELP'\T\_2W5*>Y8VG9YCF2";>DO5;V/&3+ MNJ>9CF39+5F_A66/HNQ!@;^)QO1^[7%5WI)X9&]HWJ[;Z/M$A]@1]]LH6S^K M?BP?WB_TR)K3C/-8"F_)^BU<>-$XYNS?P3,*9V3YB,=6OH669$Y@0]EG0X MNOF6(2$5>R])\C3M6J8$]>RU9,G1R_=9<^?IVK,/VT+;/ MFFRWKMWKM$P5>Z[9=FO6N8[+5*S?FFZW7N#N]5.6UUI23WY+Y;NVMY^D?Z^M M[NX:[-W^9BJ);85[]'AB@Q\[_7BVS]D]>7+X?1B3/>_C8>CW^]_^WO\^?!J M>O(_]U^0%DNZ(.V?3_[]1$S&8WJ'(@RC\<5%'`WC\\DTNA#!\W@HHV'XK$-* M?GN_<_SH>G__>__\N?[8'#W27E3@I*GK:7,]/FBL?\OK1!W6K MRON3UGHJW1CIGDI4V>*9.*$OI@E+]X5H\R\GK36X?SE9&)$O552XD65[:?-? M3E1J9W#/4I&IG&XU=#\CE-O8H27&D_8%E%8G:0IWLXD(54(JVB3#RHRNM#S\J1AN9N-SWZ/,(_^/.K_S44QQRS#T_]'TU&POO^5KEJC_G]^ M,?F]__\]_NST_T^V;]$#]2?-S>0G;_7J](M^]NQGVZ]*F9V$]\VUKJ_HV8?L MY&Q12GWYES?7 M__KLV8L3^L:CN;>&XN?25ICN4:KHDL=HG,VB[4LLC^6C;RZ:FN)SUQ\-,(&5QO5GOVLS8TMH,IBJ]#_80-GJN.3 MBXN+DW^JYZ*[=^;4=QM`]XELQ/Z?Q3&E/FMDD>&L@Z1V(GH2B<):Z+OZQE;W MEMG9R8N8'B2@PJUUK,&>U>6T+@LD<]77`ZKY"=F6;B"C>R=/:#)LK)6^D`6+ MI:X2NAPTN:^OPLUL'BE.*K.@BZ!6&T.2E'M=$>"/Y;.5J&^)HM\3G()%?2>A M=)ZJ)*6W92W%+^2U3UAGB M$^O[F2R=GFN?U/-GV[W\[.1C%C4]QIK$V>2O2MKNV5Z18U. M@P4W:B#MGSU[HZU;OZ^BFZ.TTG]W0`?_/,K_=G17="9"_$]G_C\/1N?3S?WO MP?#"C?^GO\___SY_MCM._2W@L^T?-M\:[OR4GG8:I#9`S$HCLH*6CL_NBF0? M*K(VUNE95!3[?BNS0>'.8:CX;O#JX]7UV9<7+UE`+^CZZNWK#R^\L(_??W_] M^HM?W*>/U^^^O/OXDQ_Y^M6;O?;:KL*[*Y+VXO-_>:%7'W_Z\OH7AHKOW_WT M(]W`VHV\D?>=OU^6G;_^*DSG[Z/YHO/W<7CHU^Y@I[_E-C!OBVR0GC;>X+P& MW""[VG@#\OGS%M`/\GK,!NKS&`?L:$CW^PX_<;\_["?NUQU^4)_@/>@'Z]/3 M?E=H([W>T`9['*(-]?I$&]SE%FV"\7K)!=KG(!N3SCRV@'^3UC`W4 MYQ8.V.$3[O<=#N%^?]@;W*\[7*$^H7[0#YJ3M'Y/:`&]OM#">KRAA?3Z0PO; MY1$MF,\G=J`T2`.^T<#Z/"0]6'JP['"?3'`"!8; MG#]:;*"^<+$!^N/%!MH9,#8H;\380C)0_IBQP7J#AD-V10T'Z`H;#M`1-]SO MNP)'_9W((:\HC92W2J[H&X(#$&G(,0_^VCO-R5545D9VF"'2::JS#L!:Q&'G M=I>_,9S[`>=U[@>HQ[D?@%[G?H!V.?<#RN?N`1W. M70,..W?]^P[GK@&/O*)U_9"[LG-]!Y$/5K3N1`*PN^IU826`C0$L4C>ON=9W ME?EPKO`1[NGSP,]?L^T^V9'L]T=J:?,UV9[,O;3V,:=TANP^T>Z.M%U/$M]V8YJI?/^B`I,,W(N]#=UWYO(-O M;SJ>Z20>Y.Z\P#*01;W::B3037+Z(!T)Q$!K/H3[^7`*EP%&AF!R<8EE-6)@ODL,K![$`.LQ&HVQ_D$, MK,V)`=9CA&9.RQAAXT1B8.-$8F!C'V*`7F(9H)=8!MR"(RS"$0-N`FWX"7<@NC8QS+@%KR$6_`2;D%PY8X8<)NC([+A^`)N\PNXS2_@ M%KR`6_`"MA6X4D0,V+KH2'\XAN/N"(Z)(S@FCN"8.()CX@B.#",X,HS@7CN" M>^UH"FLUA:T[A:T[A6L^@%X;P//:`)[7HIOAQ(#;?`JW.3QW#J9PF\/9.8"S M)8ZA&=% M0WB\"Y]G&`[A$=D0'@$,X1'`$,ZUZ$E`RX!S[1#.M4,X[@[AN#N$X^X0CKMV M*`,ST%B"GA$.X#/"`7Q&.(#/"!,#;D$P)@[/I^!(9GB.[JM9!K@?-83/T!,# MK?D87,4A!N:[Q("M"ZY^$`/S$F)@_9P8L*W`U0]BX+;"8CLQ8"\!Y\[$P"(# M,>`V!S,G,>`V!^?.Q(#;')P[$P-N=HM\; M$`.U%?J]@66@:Z]3]&0_,6!;P:,E].L!8J"^.SY'X^[X'(V[8_"^#&+`O@M^ MVT<,N`7AD0R\>FX9<)O#HPQX?7<*KUG:`0#<'G`4A=>6N+M+FS=\UB_*[K[A M\RZ3Y9[K4G%!?RFD^60EJ$0>1=YU?;'7$21543AXJZ01)EK>'TWB=:G-<6I* MTJX4^%YEBXI>ZXV.*?7G^N;L8]9\29J;7@[)@_/>(4']LTN71#R[ M=$GKGUVZG_[KV4\\0G%W]@B$LXM'7L\/+W2+S^_A>.N)4,(U&4`QFK,K=^EK,9 MA;B5(&.I5P!<9;&\`_!4!0#>_'TF"N]\<:L$`)_K)$'EDTD!2O.NALIV+P3W MUIMO*5<-/KQ1"?!M_C#Y]O\]1"75_N#;%;=#[)9-3_(YM7[(JN.P7CF7G4":_B8QHM2CVB\X/2(QFN_Z:S(Z:7J8BEEB?KI`3*O'0^0 M>6UY@,RK\V2+#/KM`3*OS@?(O#H?(/-\>#JC1W%1%]YE\3QXE\5SX%T6KUZ3 MV?K5#[1N^YB\^NUC\NJXC\FKYVA&C^F@==QE\>JWR^+5;9?%JUE0&#:R[+%YTV67QPLHNBU>O4O71:O M7KLL3KVFP^&L?J^'4Y\'-*<>#VB._@]H7C^ZL-$S,CI1H1'FGMF)=DB\'K1# MXG6?'1*O3N=@MVD3>'4Y!SM+F\#K)\&,$+.P*DMIY@FS91[3>#WE$8W751[1 MNNN6R7(@\CS);@;7%E(OI'[J6)HR/XT;UK+*:R5CR'I229N3;">H$BSS/`$">U5)Y:85*62Y)`X%3G> MX#:+SX@3JUM5D"!JK.-)JQ]`/ZV'Q<<6^S1YE=M+/$)]&T&-3L>HZK;$HUFM M>7;\:.)H6_(8]7RZH+9:U+&.HM;3!;754LT>Y#$TX\A:9#I]VJX*5\+A42=7 MPN$!*%?"X;'HEH0>NRL\/M,&/798>'QN_?%=%AZ?6W]\IX7'Y]8?VFWQ4KFU MAG9/LXNS'\^K#V-V\/8.SJ=-&[=6+LZ!RG< M.K%V=@Y2N/T(V-WQ$+D]"=CA\1!]=:35"O8ZY`.%L_CY@.8NN#XP&!L@#V#. M9L<#&MK8V$]C;&+L)_HV+/:S&)L3^XF>5?('$GO389?"VI7`V$QYS.!L' MNRQV]5D;F@]PMMR.C!%EI"?#CM\O2]']^V[^Y/G,^HWUYJZ*3)Z?%KE,$B]* M,V'+^WSI1?E!XPE#^?&$H[Q%,]5)H7Y+!>TF=#+6.]5 M*GM4^+U8?9R_-L:U="X6/9OJ778KBY+F/I]MZ#99#TW>BE0EI2M?9%DEDG>9S;A6J\]N/(X*>R7G*E-DC>O2"+58EM1&N)RKI4R5 M]:K7B:RGHK``4='WT#"/C&#U!YRB&1*[']1UC3'>S]K<%$N=X\SKI>K!^D%\ M^X:SKG2B-U_`P^R7225SHUQ+@M07=F";ZA`IMCVQL2%9U#NQGY:ZU-2NJH>0 M+TLCY2L;+3(*-'VE?)9VJ'U-P*5.[!#Q@YT9T72JG[2/9E&?#.A'O])I+K+[ M+^)&ZEMI^DI9TH8VE]N:$3;6.+V.9":,GGO%% MA*ZC]A#RLK*9J.S)5=HL[\MERJ;3XD$QL`$MU.%52Y'F=`Q$A>64NE'V16@=0WHAX=(9SODWOK"2#II='1LC*H M'5]J?6,I"X#RUDZ>[8!-#DI56D==J'D?/[%FXHYH*= MY($L;,%]%?^ULJ-*GQ2]%=@(>)H"NC??^DU&G:MW!=8"GJ9` M[PJDFF8H?;5/Y+P,K?/V+)Q6RWJ7[<@]"U[:_^C/[1^D9)J7][UK'&D[(^E/ MMN/#)WAZPW]J^7V+?X*7A2*Z69@L/ON:]TI+(M15?[LY=F^KU6RLZ*NER.W@ MR3YVJSTG)6'=A^V,M:KP9@K*V9*D9MSRXPIK/200IMTT7:F(&P M_QL,Q^.#2\QYX19,UG^?V9BVOV.N@;%1=A(V^.7S[-75:#P\^W3-@_\TFHQ' M`#RXH,M_N?!7YP&]F@/`Z8%!'OS+CY_>G@_9T@D^F4+P,5]W"[>Z_`#`IU,( M;E7_A,$1Z;:FB'0+AZ2?8]*M[B,VW-KQ$Z`,O2SQ'(('%WSX!%/&&N8'0#K! MIQA\!,!)=[[=+?S\.0B'E`DN(.E(,XV'PU^09AH"K7K]T_6GSZ^OV/`WKW_Z M]/D+$_W^YY^^S*;!)1?^\7H\F4X_\>$C#!Y<8O#S$00?(=(__7P9<#.317_Y M_.+Z"H-#:$!QB_X)0O\(H5]CJB!&.0_.(30WM]=H;O^OT4#;NUX!P$<8G'H% M`K>]`H&/$.D?)HAA7H\1]-4$4.1J@D@.1NQ1YONWU^_>_/1N#,'?0O!W/[`= ME^!O`?C_]9?KSX#N!`=TMW!$=PM'='_[^<=/[RX@^%L`;H7_`,'?(O#7GW]\ M!U35P@&[6SAB=PM'[/[F+R]!^&M`]ZN/W[__S.[8#GX%P*WP']CPU[]02IKQ MX9/AQ7-VNB/XF`^?CF>SZ8AMR.EX#,&'L]GD.1L^QI098\J,064(SAY_OQ]A MTD>8](#@[(SZXZNW])P1=ZC1P+G*_/CJ^>@3`K\\!^;Y;S_-9E?OV3,3"Q]_ MFHZXO8G@KQ#X^Q]FLS%?F?<_3*_??<#@D/1/,PC^8<8-J02??/A/1/KX4X`8 M`W2U\C,`_O?_+-7?*T<"Y<<;"/WR"=/_P M"=+]P_L9X#.3#^<8?(S`Q]?OWK/7AAP<<8+1=#ADKX"\_42#?3;\S>N?[."* M.TE]_6EV_>736ZYP"R=M$/CP`H%?CKYGK^#5<'8K6?@42$T6/L;@P12RS/`2 MD/[]+S_\./Z>VU5K^!""CS#I`0#_\(OU`>YTE>!3##Y&X"\P95Y@RKRP0V8( M#NC^ZBJP+L:.J%#?(_`WG]G#]QK.'@+7<,@R5]OS/WI!QFK*GU7BH0>#YKO_S#F@)!7*EN$HBP0WL\JBPMM$,H7^I+K M]+-.18;3\)K5O)_H\Z@S6N,T^O1SGMZ>??[S^X?0M(N.3 M2(1U"(W;:\/$J[VA]K/:%ATA_B175S(K*W-_'2V3\`:O]",)N/:/1/0SPEXQ MH("7HKB1YE8EB>QEBC:_5PW:`GJ;85<(0G\KDUM9JDCT(IU^#!/U:R7[D4G7 M)PM`F&]TN531RYR\(Z$GE?3O4?ANW^F; M;U]8+42JLQAVEYTZ'*2F:E$_KSQ(5)B&=]/SYXDZ*[0'/'L^G$4ZNSUX7O4! M^D&HI/E,\*R(]Y_XI=.M=/YUA#C<#U6VM;4-NF#5E5V%JO]'V8]!M>(@X2%L(G1W`^*13"TS;7_@/D# MZ/*L7!ZX+JJ%*>);!L97U@6CK`M&61>,LLX999TSRCIGE#5EE#5EE#5EE#5A ME#4>\T!^C1S(I])XQ"ENQ"ENQ"DNX!07<(H+&,6-GC.*LR!_<0[D+8[3(4>< M'CGB=,D1IT^..)URQ.F5(TZW'''ZY8C3,4>(H1*G_P:<5!=PMZ3-^W) MF_3DC7OR1CUY00\>W?Z#LHRXI;L%4=KZRIS35)B;6<\.L"VD3P?8EM#/?;=E MA$F%6R-7,K)1J!>MK_%JOEG MK/IW1L?M8P%'[%=K1^U5T]"H>-&#)N@VP_O94B1XGUJ3YU62]";7%T_U9,,\ MD45+[>^5,JZ:!SE7VB1Q*G)_SG_,`2AE%;(==8=UJ^A.2I3%<>P=2JZR&Y2C MC<@8;KG#2M0IJQ/LT'A];H<$%E2(,EK*!+3?FF43T`K1<,/#E#150A,W/B'7 M)>Y]1(*=CTB8[8@!NAY18,\C$NYXQ$+]CCAH,3+KT4"6A#>0):'FMA3S%+-4&)H%X MW#T="XL%CF);TI_X'W.@UG
M15%`IHZ6*HF+2!6%AB)\ M:*IBB;=138.#2$W#VK;F@*&G)L'!IZ;A@:3FH0;(#2';` ME+W4E7&Q=L;82]LF,#;1M@F,W3,B/#_E&OWYZ9")O&3+O&3+O&#+O&#+/&?+ M/&?+G)Z6^C1@MM:4K<"4K<"$+7/"ECEFRQRS98[8,D=LF4'`%FJA;*E#OM0A M7RI?*%LF7U&6GKG4>2('*Z%H,X`1LW8(_E[0$,JES?N@+UGM^3&SQ;%WJ,FXL-M7\"U$!%%2N9V2D(6_$-PZ]Z_7-ARD&NBS+B MK%RT*/R=B6T29Z5IF\%:9MJF\)9\MCFL]9X61>32?&7$[QW*;.3O^FW*@K&> ML8T'X)E<%4XK@%._A,CHU8\HB$O.Q5UJ$Q[G0-L#26:W,M$YI[L\D***CA;- M(OL3B11F>0A:Y_=XA2*UL+\H&5M%+8XTI;+_X&PP9>)6G8[BP;V>$RAXD;EB.,+POJ^X MAY-KE4%JN6U+!"]4@N`3>HT8PL\A_3L?`MR#[WS\;P\>]5O<9^>B*.%2&@Y> M$MH[UARLI)C.X(!XM`0Z=(8Q(,<*=5GJ%&*`IL7-2B?R,C0D"'ZU5TLD-3DT M4`&+1U*-A4.IJ<%C"L&IJ<7!2X(\I,7!2L)2$Q&PU&09<&JR'"PU60*4F@B/ MI":+AU*3PP.IR>*AU&3Q4&JR>-1O<9^%4U.+@Y>$]HX>JL MR?2:-9D>LR;3:]9DP%F3@6=-!IXU&6S69.!9DP%G30:>-9D^LR8#S9JT05*3 M0P,5L'@DU5@XE)H:/*80G)I:'+PDR$-:'*PD+#41`4M-E@&G)LO!4I,E0*F) M\$AJLG@H-3D\D)HL'DI-%@^E)HM'_1;W63@UM3AX26COZ)&:+`M*30T>+0%* M38X!.1:8FH@!FA8W*YZ:'(F-3A22FAP:J(#%(ZG&PJ'4U.`QA>#4U.+@)4$> MTN)@)6&IB0A8:K(,.#59#I::+`%*381'4I/%0ZG)X8'49/%0:K)X*#59/.JW MN,_"J:G%P4M">T>/U&194&IJ\&@)4&IR#,BQP-1$#-"TN%GQU.1(;/0"FC4M MP%G3`ILU+-2UZS)H6O69-BQZSID6O6=,"G34MX%G3HL>L:8'.FA;@ MK&D!SIH6X*QI`4B+@Y6$I28B8*G),N#49#E8:K($*#41'DE-%@^E)H<'4I/% M0ZG)XJ'49/&HW^(^"Z>F%@T=/5*394&IJ<&C)4"IR3$@QP)3$S%`T^)F MQ5.3(WG1-_+>W7QNH/R-MH/X>NH%^Y4,5'[KD0P'O MFC\'L)<`]@+`G@/8*8"=`-@Q@!T!V``"!PAXB(`!+!_JSZ,;:,R'1J4!.F;$ MAX9\J$B`F"OX4*"[`;T-Z&Q`7P.Z&M#3@(X&=!W`O_W=9JXR>M&\&-S+;.;_ M]G(+[O]>?`,OQ*W_^[P-.E>+Q?UI*!A?PFXX*J.+BPJ@E+E@W.B\0<,B- M,EU*J!X/)*`N:Q)BX34'80`M+NP$JF)G,=NLJSY4_U3W@QY050YU(*_S1M@VY=@,CGI/J&\8C3`SZJ0O^` MIP67.3U([Q_1/5`0YS,Z9*S/;.`YY*6YIO-3B340P%%`S\]E.2M2E4C`)2Q` M9K$$;)3I`JA`)F4\6PIE(J0?I+JRN&@)%)2J.Z06*>(6B>UFUNV`MDY$M?#/ ML3?P&\58G]Z@ER+/@296"=!=%D8!,0Z.#PM14'9EX]WUGC/,Y>9&(R7P]E`V M^/@>RL9QE?HGB@]H+._%JK!#&UP M@P^U_@;X@PVY.KYO;HH%6-#(R%W7/)/WB%YJ`7JV<+>P`7AL2"12\8W1;G3# M;%5*4S]0LU*Q7,G0?WGL%@N"WUB@>\')#C\9X_A]5#[)]2BXJ)IU2LL"*-7H MBG5O]P.><7?P&IR+)*6==3:!9DJV?S%N&UXS*%<#U4UUICBSRUV"LRV?E=`C M"G17-63;];(.GV&#Q%?&!?D;O#QU>]=LO`W8[(?8MDFX1B3"1T5)HQDWI:P[H(*'*!..%L0>\%*Q+WM=X"ZFR M^+1]#XE%0N1+[4C*O*'BC,7E*CER*S&9[? M3=HL9C]I4UA/QSSF\#I7F\3M735G;N+L%_T^H.'B[!?SGK#AXN8+A$D9HMQOA_6Z$=KP1WO-&:-<;X7UOA':^$=[[&"\M M[!+P,M`..,)[X`AUW5$/WV6\+[)#P,M`(\D(CR2,]S)V"7@9*!XN(4`C28!' MD@"-)`$>20(TD@1X)`G02!+@D83QKLHN`2\#C20!'DD"-)($>"1AO"*R2\#+ M0"-)@$<2QNLXNP2\#!3/*"&T?VNWG4C/4S3?(("D5,4QX\VL'98[EL_F%'DB MBN4IJ%_#0A5L:*"&-T;)QH*(X;=X_N6._3S_]'J75]NDAZ(-$=>T(>*J4COT M4-31<#4=#5>2MF\81T3W<98N(:]K#76HB["XM&JXF["XU#767YC_00=^: MAHZJUCS6L$H8HU?N")HNW27O&,&_!+Z-]QM[&[^4XO8>5ZNFHSG#_@FM5L_BU4HN,GJ)BX^T/$'&0`76#/HF M_)1=CRT6NSIK5O,%.LI"";!>\.N&@=3:_77. MKT2#9U?"_34%Y4]!^1.@U1H"[;GT9&%U:4AHA1P):/HU[?37BG-&;IN%1)Z& M@AJACUJIC!7>1HZ%JN=(:!LY$MY&B>*O]ZPI(!X=5&W14-N!PY\M%FZ]I4CF M(`7)90T%URM2)O*?07C,\9\I>,SQGQ%XS/%OEF]SX"0R1OUMW"L(C_L$X7&? M(#SN%X3'L&ZH6JA&(]3&(VBT^T#!*C("#36R`9?Q- ME+Y.97L>@;E8D>>)J/BM*')I2K8F#NT%KU:K4Y&IE&(U069)?2J*[" M?ROMAKE(PDG"N8MDBQ$+X[^FXH$AA2DRZ;_@>,.0V:U,=.Z_I>*!P;J=?0.G MS\CIR@2,$28"J'94A8Q;:A[@FE([XYJ7%B.SB;6*W#45_ILF]_/\UTYN>*&^ M@UHQ%`:SL25@)CX?SE+&U4$;_&2*X<>@_(`G?YZ(!=VUF6=&I);&/=T+2$<3>F0]N! MY(WU?<0KB"+9;5>CV6"KB>(Z?[FT64ED_KL>VG"VWN*K@CI+<6\46[H#<[$K M57Z3!JBI8[!56JT5PPK0L`LFLX$_VKL!"N:`=F8O/*SG3TS'JCAABGEL'5)]>FK!:"<;5W M"\X73K$+0W/!2Y6H/+?YCIN^-PRV/M)4")8+M7T"&-0T<+8BPHXY030;#*7% M&L[5A'H<@F5",VU6;%-;,)(M+'PAV6"UD,`PH8&ST5'M)5R\7'V3?%WD:F;A M0.?,9+FLQRWR0Z?!LK;.8'S`=F(N-,.M%B/66E9UL&K9#-7`N6F=Q943! MEM[@F7`[K"HEI34,S]7&W26*6'Y#`/`1>YQ:H_E@48;LN:\=TMJ1.]L+&C@; M;8?C_*[1P)GHN:$'@KBR:S07K*#6;^!,-#VKE4ON*H],9H5(;D7,>3"J9BSN M<_8XPH&YV*@"U(AUJF@.E,V,]!]M:C@RLR-L]LI=`V>BHV]V*$G*5*$=)R(D MKC[1?6XJ=LBKT5QP%;*[D7ORAPG5%C,#EE8CG>B4O^#8P-F:+U7&KR:!^=B$ M'2HI$ MW?(K*9.%JMC;O0VKBG<::0WGO6_49K#/[ZP)[LP@0ECJE'>@ M:$UP)W[9A%NE$2-9.&@DR\#J;`E8G*M%@YZJV6`WFH9F+=:`NBMQ("\ MU1(P;[4$S%LM`?-62\"\E0B0MUH"YJV6@'CKPF28[V6P[V6P[V6H[V6P[V6H M[V6H[V6H[V6H[V7R+DK\[RVW&:BW9JBW9JBW9IBW2LQ;)>RM$O96B7JKA+V5 M_Q'&FH!ZJT2]5:+>*E'?DYCOA4F%^(:%@[YA&:!O6`;F&Y8`^@8Q(-^P!,PW M+`'S#4O`?,,2,-\@`NH;6%RR!$9<,M:4IG#+,E5B_!_\-/C5LJ2KD/VMW.!I MN2UG/.7;P&DF;=69@O@)B!^#>/]W5-MXMCEI]H;@:?R,Z-_@V?HW>$"?#+)_ M@P?TST#],U1_R)T720SA*5);?;?\&S[9_@V?;/TQN>/8L M*C,7D727*.3T$:U[+?5KOL!8I\W+K#@QIT?8<5K]V"K.<^^M(K01A`X@]"EB MZ[)*5,Y&%U4VMPUB?8%/H?L73E-9BH3/H=.\[G(*+L/H:K&,A!TR<1FY#,-$ M\NN1B[*4)CL-U0+@6!2_[21?>VU$MO`/?-;PM"H*R;=_J@NA(CZ<&A?K`XG* M-,P`NJ9#@P5(<2L+,`0TI-#0J))+6MY3S,"ZQ,)H?0OT:U>-66QTSG=QQSFM MG9;K67-E_\4N`=,G,N+;/=@@-0=J^,@")+\OU>^X1I11\A4)IC&*$ MIGRI2TTW%94F48F_%1I\*;ZF8LGPO09O@WXARPD&'V-P?S[<@OL3X@.<$I;A MXHUFM-,::V?#1@N_+S3X7"0INU%U)(7?ZQMP2O=.9`7;B`V>;<54BI@Q#&O0 M=M2=+43)MN-<&UGP/:"&LW7GCE?6<"43=HO.[8"`BXUE(0V_6]1PME%J.-LH M[A4GMDUH7)6PFS,2V;UFFR64(EIRP:(JJY0MFJX&X@SP[M-0)\7@FS3^#Z#6 MX)51[J(7-I[U'>$&O90RB99"^0^E;B@RY&.%4Y[QR.N:4>46I8S_#-F:4*[X MMBQ9!\@V:.T_=;O!+NVX;"8X7V6V*-)_2'*-+A!MBDROYHFX`<17?+L42P6H M(C/%./&\@4>J*#30_+Q['#=HI/W=PKAB?'ZV()8%QLLD$S M[JG88&FM($J`=G(,`+W@*ZZ!2F9Z5J3Z!@EXF2Q7G(M2U_A49ZH$7#)5B?_# MA`U8QHQ;!S9HP3@FO0:[1$K/\P#ME$A:2ICYSWIN$P`XXU;4-5C%DM\WD"1F MDS`?*Q-^IUC2ZM`2B:-S7?&M-Z<'N?EH=0OHH8P\E7>,#UPW#`EYH[R#1B4T M'>>#]2H#1P&\^W8;<%3QS1(Q;A7>8'6:5TCW(8(H"C<5Y'.`<%2_H8K!V>A0 MI_R18"A"OAZT`)I!J5=DQ8IA^+"R?Y=N=Y-@WI68-OY7^PN$$"N1^OLI$[88O8R)VP!6Q$!VPA&]'P,`3PN<[I M46O&=9J[#/]&V`,C45"MZ^V&F7\K;X<`5*(F\.N@S0)R)<)#KN0.S"*NY`[, M`D:E\[*0*RW,/51EPD-5=JG0)5CE#*QRAE8YPT*8.^N'V2@# M;92!-M+)'"LAB;$ZTVW+;E,"(B`J40"SDPK_V8(=`C\B-01^1&H(_(@4Z6R] MY8]0#./$4AOO#@<@!-IMA0B)2D0$,>I=+H01W8-*0?Y7;XK-_$=;=@B(_SD" MXG^.@/B?(_#]SUH(BI6$AV(E-0'BK>[X(1(JW?%#(&K0Z4,H5(;)#2_RT0%' M.@DY6&GMWU!Y0,ORM*S,KY56C)VX!YK]`?4A_R;HAE+?GUX9.>/M,.\A4I#F M==S'9*0\SDF8;?BIN]Z?SW&/I/#A>D[/&[3LA]C]!@'3_2,0^M0]H,#GT#3? MOTGT`%?9HCAMCM^`+-#/:"8&M6)>F9RQ3_>`KZ<]"$'[3PT\H#EI]@'MIB]H MZS6GLOB$3)?,%QTZ`)QFFK+?2I,*6R.,4X]K(A?I4B*VS"`QE\N'4N M:8K2@A!2JDKAWOU(I*"[3P%J!'.7.M()YTA2BR(E,@"-1'8KBAG6&G2W$>W7\`E6?)AH_X'M%D.OT`&NY40W M@'E#00"N='8K3?FYRGCH--4LY(NJU)]4HKF27R6+3Z(H5IK4CA,& MO-'<@WZ7TJM(/ZMOUAZ#]R);5'3FLUNA+!RWA@IW0E3)OY*&R.+7&>QI%OJF2PR;^DW M[P:__@]>)%BS;%L\5(=)<05D'PEN;Q#?YYB7]DDUE);0' M^,MZ4Y>-I__ZYLUHU]%2DFL-/JZRU[I!$?A&T&\>EB(2BK6$,PC:2%J+9A/?B7E?^B<86@Q4-6HR'_^1SK+&^8%5_ M]?*#+'V.OUT"_>O5RX.-,;>>1]]!5K*\SR4=FUL+/?/WA[C0P7B0?DS M!%\LY7P6QA#<3@,1N%EPX3(CB,3@772ZUR:*<"X^J M-`SMR!*1KC#QH/1OH/)LZ81F@T42BNR>KWJA*W[[.]G?0%U0W?FJ6PA]J06U M4LAO)??/LUB9O6#:]5>+05[(LLKMH"M/_3`?JO[N;%!$0_IS%J8Y`UW-Z+PY M%[M4BR437-`P'L#&7&RD1^B+"80>0VBNXQ%Z&"!Z#P-^XQ`:TF3X'$)?0FBD+8?#*81&VG(X1-IR.(1: MAQURBFAT,3SGVX30YQ":;T&+'@-Z!Z,IA)Y`:$R3$80&>H-%(VT9!,\A]"6$ M!N*)19]#:*@M@PF_-Q":'ZL(#6D"^8EM>@@-R08B,J$AV4`<)#0_#A*:'P<) M#;7\$+()U-.&4-\90GUG"`RJ"(W4<@CUR^$4D@WTXF!R<XL&QM\TX(!J"<180F.:(+4<(C:QX030>S@!QIJ$!BQHT9@F@`4M M&K')9`KTR^$$B57#"69OQ$\L&JGE^#D0JRP:LMH(ZFFC*:3)%++@%++@%*KE!)(]P61#%@166PB-])W1&-(;F7D- MH9G7$)IE#*%9AATB0WT'BR?`&DTALG]):*@M`Z@M`Z@MH1%U$$!M&4!M M&4!MB>P)#)$]78L&3MD0&K()L%],:,@FT!HULE],:,B_H;G4$)I+#:$5[2$T M\QI",Z\A-!,80N-!:+]X.(1&,T,HNPZA[#J$0O<^!G52+!D[P$!II MG?,+Q";G4$\[1T:/T_,)$C7/@=T@0B-1\QS8#;)H8!UY.)T"JT2$1EI^"N7+ M*90!IU`FF4*99`I%^RDRR[!HQ$^FR"S#HJ%:(C,!BX9L@HQC+1JR"90!IU`& M1$ZB$QJS">3?4/R>(/,=BT9L,H&RZP3*KA,HNTZ@[(J<6RIG02*R" MUMFFR'ED0B,V0`;&T)#K0.-"J`55HN&VA+*W-#ZX!1:"[/)%;(W%-GX:QS5+-,F%8D/ M;N1"%:6Y'T0B6LJ!HO=>LTC2Z[@#G9;(\BT5Y!%%TG^DG*T,E\D@2 MJR@<7)?:'%/>E6-4QCV6="2Y'^N_?A"WXK@2KT02'5?B]?>_'%?@>Y4M*D7/ M51U7;GT!^<\R_"W$'E?FE_MH_E5P51_:I^C;8X\B\=AWP\U19=;6>*H7"S5LEC3#1\OXHTNI@>`Q)VV'PJ1+; M`?!(LEZ)4KR((ED4QY+X093+8\EZ1R\W'4^U]0W-QY'6"LE'DKA^#>)(M;6D MI_?W=65%*)/C-00EW*,:C3+8D01NYYDC":TSS+$ZK1$KMJSNG/)4*7W20><@ M^:E"^F4#_]#X&)+Z90/&4/-(HC`G]0B#\H!'5H\L!0TFCR04S"^\,?21I/7( M5IQ9T[%D0;F*,T$\EN<=(]3V',WX6A1+R>R)H$?@2H:1*$K[0[TZ$T7GZL@& M*VYE;CTOYTOF0546RSLF5L:J9$*;O[G5S0L_+E?WU M+-/T,O@9O>EVD%[_+-91E>?4$NZ-U]0[[7C1VHWE)>E12[P M!BCH175ZN`YV+5%610\_*2*CE%+BOSZ\(@UFZ3:1FM#[$H=2:7]A=/H/=CYDL)19LMKD`Z M49LI1>_6+>B=OCY$HXN>%:U?L>W#S'4>:9/UX]I?J)[-:J<_/>MJIWZQ4:*? MRC8-A#U[0*)^K52_ADW48EDNC.P7:QR[MS?:8F76FZUZ]I^Y2H"A4(L8RPA( MMBTBS>-I5-R3G-HY?Q]FJ$TL^P5R:I12E3W=D=B%HC>!>].3OIV7R%^ER/IU M8&+;!-:O,Q"Y=\`B,KV@W8<[HL=E>A)'?8E!7^*P7^>S@^3>H2+2&IB'-"/< M0:+M7[3.7Y3[%Q4/,K_JRMBQ(TZ,A+$YQ`5CG&G_TX5$D!E6\<)-/[@\;=)B MD"^MGC936MX*X;GD.NK%"E!6(G,[C7134(BGLM)D20;7;9&9I!`NZD$\>9?+ MK!Y?,7DRKB+Z=Q$IF95S(#^LF:6B]YRRI,55-51(-OBF9NS(46 MQXA$02M)$J7%(*%T7966A6XTWQ:.6C3/'H.TAQ)%`IB_KIY.Z^49K#Y%!%]Z.(N-^JV'W-N4F"LLV'*[%8F.N]3VZ@RYE:5 M@D\E@`O9A@9G0"-MB.X<2:KMU#;KRXX2.[IPLVJ4GJJL=]&6V[]@E=UJ"^U= M>,/OI8"=U)I!*M,^A:^Y_0M.2M.[8,OM7[#M4;T+MERX8#OMD#1M'-#!BQXT M%=_).U$ON]RAY,HDL](&\6)NXY95@$=?J6_"Q.ZO13;FZ[S%`V:#6SQ@/OC` MLZ[82T_+ZZ6GY?72TSI0+STMKY>>EM=+S]#,>^EI>;WTM+P>>LIP4)3)Z4J6 M6%K?X=/^5J55\00)1D0WP`!GAUY40##:Y99F%9K[>MF\KXC-88">`MQI&84L M=>Q(L--?HX'HN$-'QZD[]$Q;5K+HS4\K*"/LLA4RJMTA+VFKICX^TD_`7-EI M"S13V!'07IKO+R%,=`1,D?=(>`+YYHGZB\S^7R]ZE)6GY4J[39E^"I"$)W5@ M$J`S=V*U+]W^K)\'$YFF5K<"F%7MX<\5,/7?PX^JHM0I,K7;)T1GI8B>8`AU M9UTAZAD&&PFV)9\BP?ZZ!):8=MC14N2T4-5;0*@2^J9#]*^`2,(JA=GN`&PQ MN-,%?R%UFVI3>'V*MB<_K]+\1@'+OSOT>BNL'U<4I436K+?I3?)4P(;:C@!* M8;W)$EDSW^$*._+KW6*I2A*99A<%]IJWX32&&`[=X^$F3O0!XL(59F* MG,)=_8.#E[EX!%2%Z$W-^S*+E8QEUIN="]6;;*JB4+VK3&N:U:+CZAPO/REN M>I>N;\3]K+_5'3W6J]ZVRV2'+Z3BL`]? MQL1A'[XFRL?N;_"GM+7MGVZSLB<]HL9*GN"LC8"G5"'L'Q5_^?#^]%U*O7TV M.CU\ZQDBI;?S;4GI[81;4GH[XX?K(U2H+:1W?=I">E>GD="[@1M^;TLT_-[Z M?V]GFS^[G_2/3B^,6S.;3<\6:OX4`9.G"A@_5<#HJ0*"O@):#;&O,7.C[1`[ MI8_G*"+:T4NDC3P$RD67ZS"`YC M1)XG*A+EF8D[E(]#6H49=1:5Q*6_&9*8T59)O/1[5-'1'>H?453JJI)-]]TU MFJ\2O[+SU0T'I/R@V.UF_Q($'NBU_>EU96?8,Q'JJNP(SJYDR5#/^+JP!>FY M8("4KY?010AQ6,9YMRU"1F$JN^W\_5T>Z;03D5M_G'@043<@*W+3C4B+12@* M694JZ<;I;U\+3\<0^638%8'`!T! M2NNN/K8-MJ,C]VTI#VWB.1=J?^INK&/#)5NT]6Y^J]@.2CV0#Z>3T3RLB&-3 M'PEGXL/B/HOL<))!.#/RT*":K"6B&SL,[,Z$L8K*V;?E[,O/W0$Y-?ZH?1LQ MLJJ.PZA;I4@GB;O]I'/X4S'R+DU,LN[2.P9(I!&NMVT7#`,49>)6&A911Q\@ M0^5Y18:29OSFZHHSJJ*/J73WJ"J/&(Y>538B]ON'E-X@Y"M6,0)^W?>6%"'V$*:6_L+ M3Y0M[HMBV2&J_E'7?,6O<>[S(XJ%']U/6<'0Z+O[0G;,$NHVH3&B1?SJ.R.!$7(\/12 M5V5WDA))LI"IW+O[ON69=U[WSAEACOH`*R-Z.HH=:HI:9P*SR*'[;^,9F,TK8T5G&$=S30E8\TQRA@]RXYXNI>M MHODB79CNO%(WG&]T0HXB/$/;)&.LSH>*,?2(:9+`"4W=:ZHFC>Y*1N5B.?>Y MKY&I+F5H5+SHF/B30\F.U8RL6!F1YUU+8G;H'-W=>4?.+L)_%;,?/GF:Q!<$ M"YV+,EHF\E;:GG)H6X0H13'?7C6T'Z)CO-.F[VX]2Q=EVNF7$V^*6$4I4=BNZUJ.;[4N/SC:"T"RZ M6YVJ8<,6?:F2P8\[8X9"SJT-S%:VFWE]D=\_S3C:\C(T^#V7@6G"8JJ^Y. ME7NA\Z!?BCA6F:N'=_-F`S7>B5\-+71E(CFPDL^6!_?$MZ!WA&4AW3_.#@7' M+:A5-QBS-4A$MN#)O;."#RI+"SL.)7.*]\/@S/[$BTTE'YN7?.Q"`7(+-M;M MZ_.@K7UXINP(@"[Y6#?!XF'M_(>-K=>1>=AZA,O45_#=9[TLQT,WJRX\L')K M84R55X@.;&P]<&*J$/.A+N$RL;=\B]4+@]R&XYNLSH%<;`Y@^0Y<[[US[<#O M\PN@P]4G$I@Z2'Y;U*-AZHXJ'K0]',+&*'_SLJ`&([0AV`6!#/K8R_"Z_ MX/=C`?CZ9N&6Z>XW?/>I)],\;+U'Q,.N5M_X>2OSZNLN\I#%^N^SK^+0!'B- MO$N30M(C;`SL9KCKA]KI>\*16)4,E"U2\:1Q:A&''+-P]+*VHY4HEF:&(Y#N MO*:;50\CYRHII7'+?*5O@O*`50"V'M@RY7I7/EO8U+?.U);KFXFT]>5C5>2; M^;6P,;]N]4"<*=?X)F0MN0!6Y;[I>MMFOFER&^M;DFEC`1WN^#JHW+>0V]:! MCU4EOVXJY_N.3`'[(OTB\NE;K[$E>O'L/V)E3'JR#:-P-9!9?3#[S+JX!T9G MM!FPYK@V`^DN*?;#FJL"&?*6]$B6'V>'!LI?\.%?[O]-5=AVJ9\^@\J1:J`-M[`"AB&ZJKJ9>:1/38;VN0HKO155JN@W.(\%]X>)KA^/T@J-U M@*?[?D^W[^'Q?&?O=..BT^L6=.EG9Q%T.H`V!FG:DRC-0'I MANS_3?U=VSH*)/&@N$]#G3#!WN>\#[HK+JK+9V%I3Q'3EXORX!"`B^IG4R@8 M\,3TY8(\)KQYBY6'[D+=Q'*@++3P@3)9NL_*LIO6(9,3PM#C;R9U[ZF?V#GN M27W:J;==#Z1@TSM[)C*6'^49^T$T!A0#Z3KUXM, MIPP'J&&NVKS6>2!X6^(!"CO2ANH%=0'H$$C7[PMWEVVQ^:*:E*P2T5G_74[S MT"K$H6D7O M=P;P#&@7I&M:T819VP>]/DX@9L\A*-P1HNY>WCT!:&K*F*YL(WVSH"UT%R15 M"^,-B[R1YC:V"[.>[G'D=4\-FS!3#[P'I=%5:+UJJ36]Q,JAU"_:>.J_!D>) M2@5+$=4=]M:X7&K;"SC(^N?"=(?;!IR)6W4ZZAQ[K*$W\C[4=(,"`]N\%M6= M?-9V3;4_LZW-JM.\*CV9Z@&;TF>K+&SSW@T'&]J_-5-?88Q>L9"%KK*8A5RM M5JN/?2UUJGE`WL61!PXK> MUF`;@!:?.%BZ<5_>Y0=V\B.5'/MR'X\5V`2@5%C;T5Y(.BWJ1_FD;>Y'C M8<+IOFAYVI2<*XP[*6?*>YJ@_FR8B1">M-YTO+6F(ZPS]5UCZK.^Y%\0LF&@ MU-V#X:WL-%>_H08S0.<$(?>?L(,UCSM M!9$(`)?D`)[)\<'WBB#2P\WO?6CU7P?COZG)=^6?;.@A]TIVAVSC&`X M/)],3O[AA/X,=_ZV?^SO3TXNQN?#\?GYQ;G][V!\,0S^X61X3"4._:G(`BEXO68] M<,=P!B&M-U@?_N_6__<_O__Y_<_O?W[_\_N?W__\_N?W/]B?_PVW9\^@`(@$ !`,=P ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 6:20: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CBCF237B407 for ; Tue, 9 Oct 2001 06:20:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99DK0T71745; Tue, 9 Oct 2001 06:20:00 -0700 (PDT) (envelope-from gnats) Received: from ws66.v6lab.net (ws66.v6lab.net [192.71.20.66]) by hub.freebsd.org (Postfix) with ESMTP id 9B54D37B409 for ; Tue, 9 Oct 2001 06:11:13 -0700 (PDT) Received: from ws113.v6lab.net (ws113.v6lab.net [3ffe:200:8::4]) by ws66.v6lab.net (Postfix) with ESMTP id 5FDCB1A0996 for ; Tue, 9 Oct 2001 15:11:06 +0200 (CEST) Received: by ws113.v6lab.net (Postfix, from userid 10000) id 7F47B65042; Tue, 9 Oct 2001 15:11:01 +0200 (CEST) Message-Id: <20011009131101.7F47B65042@ws113.v6lab.net> Date: Tue, 9 Oct 2001 15:11:01 +0200 (CEST) From: Martti Kuparinen Reply-To: Martti Kuparinen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31162: new apache IPv6 patch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31162 >Category: ports >Synopsis: new apache IPv6 patch >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Oct 09 06:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Martti Kuparinen >Release: FreeBSD 4.4-RELEASE i386 >Organization: >Environment: System: FreeBSD outside 4.4-RELEASE FreeBSD 4.4-RELEASE #1: Tue Sep 18 09:38:20 CEST 2001 root@outside:/usr/obj/usr/src/sys/OUTSIDE i386 >Description: I updated the IPv6 patch at ftp.piuha.net. This should fix one possible problem with getaddrinfo(). >How-To-Repeat: >Fix: diff -ru /usr/ports/www/apache13+ipv6/Makefile apache13+ipv6/Makefile --- /usr/ports/www/apache13+ipv6/Makefile Fri Aug 10 03:08:31 2001 +++ apache13+ipv6/Makefile Tue Oct 9 14:58:40 2001 @@ -7,7 +7,7 @@ PORTNAME= apache+ipv6 PORTVERSION= 1.3.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www ipv6 MASTER_SITES= http://httpd.apache.org/dist/httpd/ \ ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/httpd/ \ @@ -27,7 +27,7 @@ DISTNAME= apache_${PORTVERSION} PATCH_SITES= ftp://ftp.piuha.net/pub/misc/ -PATCHFILES= apache-1.3.20-v6-20010807.diff.gz +PATCHFILES= apache-1.3.20-v6-20011009.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= sumikawa@FreeBSD.org diff -ru /usr/ports/www/apache13+ipv6/distinfo apache13+ipv6/distinfo --- /usr/ports/www/apache13+ipv6/distinfo Fri Aug 10 03:08:31 2001 +++ apache13+ipv6/distinfo Tue Oct 9 15:00:17 2001 @@ -1,2 +1,2 @@ MD5 (apache_1.3.20.tar.gz) = d58d373b5f528a61a3490daec5e8f91f -MD5 (apache-1.3.20-v6-20010807.diff.gz) = e7885adefcab56186b590b6e99fc355e +MD5 (apache-1.3.20-v6-20011009.diff.gz) = f6edb61668577b289b4876f44226e3be >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 6:30:35 2001 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 904) id D55C337B406; Tue, 9 Oct 2001 06:30:33 -0700 (PDT) Date: Tue, 9 Oct 2001 06:30:33 -0700 From: Max Khon To: ports@freebsd.org Subject: ports policy Message-ID: <20011009063033.A45996@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, there! I would like to add FreeBSD native Oracle OCI libraries to ports/ collection (e.g. for DBD::Oracle etc.) but I do not know where they were taken from and whether it is legal to distribute them. What is the policy WRT such ports? /fjoe PS please reply directly (I am not subscribed) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 6:36:26 2001 Delivered-To: freebsd-ports@freebsd.org Received: from e132109.ap.plala.or.jp (e132109.ap.plala.or.jp [202.229.132.109]) by hub.freebsd.org (Postfix) with ESMTP id CF54A37B407; Tue, 9 Oct 2001 06:36:23 -0700 (PDT) Received: from souffle.bogus-local.net (souffle.bogus-local.net [192.168.1.1]) by e132109.ap.plala.or.jp (Postfix) with ESMTP id CD88D8; Tue, 9 Oct 2001 13:36:22 +0000 (GMT) Date: Tue, 09 Oct 2001 22:36:22 +0900 Message-ID: <86g08t6ill.wl@gray.plala.or.jp> From: FUJISHIMA Satsuki To: gnome@FreeBSD.org, ports@FreeBSD.org Subject: libgmp dependency User-Agent: Wanderlust/2.7.4 (Too Funky) SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.3 Emacs/20.7 (i386--freebsd) MULE/4.1 (AOI) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org When building lang/librep at -CURRENT I got: .... checking for nl_types.h... yes checking for malloc.h... no checking for sys/param.h... yes checking for gmp.h... no configure: error: Can't find GMP (--without-gmp for cut-down non-GMP build) ===> Script "configure" failed: here are the contents of "config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. As libgmp has been removed several weeks ago, it seems we should add new dependency on math/libgmp or math/libgmp3 for -CURRENT. -- FUJISHIMA Satsuki To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 6:47:51 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 90EED37B406; Tue, 9 Oct 2001 06:47:47 -0700 (PDT) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99DlaJ64255; Tue, 9 Oct 2001 06:47:36 -0700 (PDT) (envelope-from roam) Date: Tue, 9 Oct 2001 06:47:36 -0700 (PDT) From: Message-Id: <200110091347.f99DlaJ64255@freefall.freebsd.org> To: martti.kuparinen@iki.fi, roam@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31162: new apache IPv6 patch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: new apache IPv6 patch State-Changed-From-To: open->closed State-Changed-By: roam State-Changed-When: Tue Oct 9 06:47:24 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31162 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 6:49: 7 2001 Delivered-To: freebsd-ports@freebsd.org Received: from straylight.ringlet.net (straylight.ringlet.net [217.75.134.254]) by hub.freebsd.org (Postfix) with SMTP id 4A88937B407 for ; Tue, 9 Oct 2001 06:49:02 -0700 (PDT) Received: (qmail 36321 invoked by uid 1000); 9 Oct 2001 13:30:06 -0000 Date: Tue, 9 Oct 2001 16:30:06 +0300 From: Peter Pentchev To: FUJISHIMA Satsuki Cc: gnome@FreeBSD.org, ports@FreeBSD.org Subject: Re: libgmp dependency Message-ID: <20011009163006.E15400@straylight.oblivion.bg> Mail-Followup-To: FUJISHIMA Satsuki , gnome@FreeBSD.org, ports@FreeBSD.org References: <86g08t6ill.wl@gray.plala.or.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <86g08t6ill.wl@gray.plala.or.jp>; from sf@FreeBSD.org on Tue, Oct 09, 2001 at 10:36:22PM +0900 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Oct 09, 2001 at 10:36:22PM +0900, FUJISHIMA Satsuki wrote: > When building lang/librep at -CURRENT I got: > > .... > checking for nl_types.h... yes > checking for malloc.h... no > checking for sys/param.h... yes > checking for gmp.h... no > configure: error: Can't find GMP (--without-gmp for cut-down non-GMP build) > ===> Script "configure" failed: here are the contents of "config.log" > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > > As libgmp has been removed several weeks ago, it seems we should add > new dependency on math/libgmp or math/libgmp3 for -CURRENT. Does librep work properly if you replace all references to -lgmp or gmp.h with -lmp or mp.h? G'luck, Peter -- This sentence no verb. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 6:56:51 2001 Delivered-To: freebsd-ports@freebsd.org Received: from e132109.ap.plala.or.jp (e132109.ap.plala.or.jp [202.229.132.109]) by hub.freebsd.org (Postfix) with ESMTP id DC9EB37B406; Tue, 9 Oct 2001 06:56:47 -0700 (PDT) Received: from souffle.bogus-local.net (souffle.bogus-local.net [192.168.1.1]) by e132109.ap.plala.or.jp (Postfix) with ESMTP id 58E4D8B; Tue, 9 Oct 2001 13:56:46 +0000 (GMT) Date: Tue, 09 Oct 2001 22:56:46 +0900 Message-ID: <86eloc7w81.wl@gray.plala.or.jp> From: FUJISHIMA Satsuki To: gnome@FreeBSD.org, ports@FreeBSD.org Subject: Re: libgmp dependency In-Reply-To: <86g08t6ill.wl@gray.plala.or.jp> References: <86g08t6ill.wl@gray.plala.or.jp> User-Agent: Wanderlust/2.7.4 (Too Funky) SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.3 Emacs/20.7 (i386--freebsd) MULE/4.1 (AOI) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Oops, OK, my bad. Please forget about this mail. At Tue, 09 Oct 2001 22:36:22 +0900, FUJISHIMA Satsuki wrote: > > When building lang/librep at -CURRENT I got: > > .... > checking for nl_types.h... yes > checking for malloc.h... no > checking for sys/param.h... yes > checking for gmp.h... no > configure: error: Can't find GMP (--without-gmp for cut-down non-GMP build) > ===> Script "configure" failed: here are the contents of "config.log" > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > > As libgmp has been removed several weeks ago, it seems we should add > new dependency on math/libgmp or math/libgmp3 for -CURRENT. > > -- > FUJISHIMA Satsuki To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 6:57: 4 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 11AD837B426; Tue, 9 Oct 2001 06:56:51 -0700 (PDT) Received: from vega.vega.com (h217.227.dialup.iptcom.net [212.9.227.217]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id QAA01809; Tue, 9 Oct 2001 16:56:41 +0300 (EEST) (envelope-from max@vega.com) Received: (from max@localhost) by vega.vega.com (8.11.6/8.11.3) id f99DuAF40284; Tue, 9 Oct 2001 16:56:10 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200110091356.f99DuAF40284@vega.vega.com> Subject: Re: ports policy To: fjoe@FreeBSD.ORG (Max Khon) Date: Tue, 9 Oct 2001 16:54:50 +0300 (EEST) Cc: ports@FreeBSD.ORG In-Reply-To: <20011009063033.A45996@hub.freebsd.org> from "Max Khon" at Oct 09, 2001 06:30:33 AM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > > hi, there! > > I would like to add FreeBSD native Oracle OCI libraries to ports/ collection > (e.g. for DBD::Oracle etc.) but I do not know where they were taken from and > whether it is legal to distribute them. > What is the policy WRT such ports? In general you should try to be at the safe side - i.e. avoid adding things with unknown origin and license terms. It is why we have ports/LEGAL file in the first place. There are two main goals: 1. User should know when he/she installs software with restrictive license to be able to act accordingly; 2. commercial distributors of the value-added products (e.g. FreeBSD CD sets, etc) should have a way to distinguish packages that could be legally redistributed for a fee from those that could not. I would suggest you to clarify license terms for the above mentioned software and only then add it into collection. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 6:58:57 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 99AB737B406; Tue, 9 Oct 2001 06:58:47 -0700 (PDT) Received: from vega.vega.com (h217.227.dialup.iptcom.net [212.9.227.217]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id QAA02451; Tue, 9 Oct 2001 16:58:42 +0300 (EEST) (envelope-from max@vega.com) Received: (from max@localhost) by vega.vega.com (8.11.6/8.11.3) id f99DwB540395; Tue, 9 Oct 2001 16:58:11 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200110091358.f99DwB540395@vega.vega.com> Subject: Re: libgmp dependency To: sf@FreeBSD.ORG (FUJISHIMA Satsuki) Date: Tue, 9 Oct 2001 16:58:11 +0300 (EEST) Cc: gnome@FreeBSD.ORG, ports@FreeBSD.ORG In-Reply-To: from "FUJISHIMA Satsuki" at Oct 09, 2001 10:36:22 PM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > > When building lang/librep at -CURRENT I got: > > .... > checking for nl_types.h... yes > checking for malloc.h... no > checking for sys/param.h... yes > checking for gmp.h... no > configure: error: Can't find GMP (--without-gmp for cut-down non-GMP build) > ===> Script "configure" failed: here are the contents of "config.log" > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > > As libgmp has been removed several weeks ago, it seems we should add > new dependency on math/libgmp or math/libgmp3 for -CURRENT. It is already there (see ports/lang/librep/Makefile): [...] .if !exists(/usr/lib/libgmp.so) LIB_DEPENDS+= gmp.3:${PORTSDIR}/math/libgmp .endif [...] -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 7:13: 6 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id 4906237B403; Tue, 9 Oct 2001 07:13:02 -0700 (PDT) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id OAA32653; Tue, 9 Oct 2001 14:19:51 -0700 Date: Tue, 9 Oct 2001 07:12:55 -0700 From: John Merryweather Cooper To: Maxim Sobolev Cc: gnome@FreeBSD.org, ports@FreeBSD.org Subject: Re: [HEADS-UP] Gnome megaupdate landed Message-ID: <20011009071255.A11518@johncoop.MSHOME> References: <3BC2AF66.1648EB0F@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit In-Reply-To: <3BC2AF66.1648EB0F@FreeBSD.org>; from sobomax@FreeBSD.org on Tue, Oct 09, 2001 at 01:03:50 -0700 X-Mailer: Balsa 1.2.0 Lines: 35 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 2001.10.09 01:03 Maxim Sobolev wrote: > Hi folks, > > I've just committed my GNOME megaupdate. Due to some > substantial changes you have to deinstall *all* GNOME > components and reinstall them all from scratch from a > freshly cvsup'ed tree. To do so use the following procedure: > > # pkg_delete `cat /var/db/pkg/ORBit-*/+REQUIRED_BY`; > pkg_delete ORBit* > (users of -current and very recent -stable can use > "pkg_delete -r ORBit*" instead) > > As usually, please report any unusual problems to > gnome@FreeBSD.org. Thank you! > > -Maxim > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > Well, I got the gnomeupdate.diff patch working last night. The difference for me was using "pkg_delete -fr ORBit*"--the "-r" switch doesn't appear to deinstall a port (at least on -STABLE) unless the port has nothing dependent on it--definitely NOT the case with ORBit. -- jmc MacroHard -- the perfection of form over substance, marketing over performance, and greed over design . . . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 7:17:49 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A1E4A37B403; Tue, 9 Oct 2001 07:17:47 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99EA7l96422; Tue, 9 Oct 2001 07:10:07 -0700 (PDT) (envelope-from petef) Date: Tue, 9 Oct 2001 07:10:07 -0700 (PDT) From: Message-Id: <200110091410.f99EA7l96422@freefall.freebsd.org> To: jean-francois.dockes@wanadoo.fr, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31159: gmixer 0.98c dumps core with some mixers (cmedia cmi8738) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: gmixer 0.98c dumps core with some mixers (cmedia cmi8738) State-Changed-From-To: open->feedback State-Changed-By: petef State-Changed-When: Tue Oct 9 07:09:23 PDT 2001 State-Changed-Why: Have you submitted this change to the upstream maintainers of gmixer? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31159 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 8: 2: 0 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 47A1337B408; Tue, 9 Oct 2001 08:01:52 -0700 (PDT) Received: from vega.vega.com (h142.227.dialup.iptcom.net [212.9.227.142]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id SAA24547; Tue, 9 Oct 2001 18:01:45 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id f99F0pU40756; Tue, 9 Oct 2001 18:00:51 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3BC3119C.CE135FDA@FreeBSD.org> Date: Tue, 09 Oct 2001 18:02:52 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Peter Pentchev Cc: FUJISHIMA Satsuki , gnome@FreeBSD.org, ports@FreeBSD.org Subject: Re: libgmp dependency References: <86g08t6ill.wl@gray.plala.or.jp> <20011009163006.E15400@straylight.oblivion.bg> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Peter Pentchev wrote: > On Tue, Oct 09, 2001 at 10:36:22PM +0900, FUJISHIMA Satsuki wrote: > > When building lang/librep at -CURRENT I got: > > > > .... > > checking for nl_types.h... yes > > checking for malloc.h... no > > checking for sys/param.h... yes > > checking for gmp.h... no > > configure: error: Can't find GMP (--without-gmp for cut-down non-GMP build) > > ===> Script "configure" failed: here are the contents of "config.log" > > This file contains any messages produced by compilers while > > running configure, to aid debugging if configure makes a mistake. > > > > As libgmp has been removed several weeks ago, it seems we should add > > new dependency on math/libgmp or math/libgmp3 for -CURRENT. > > Does librep work properly if you replace all references to -lgmp or gmp.h > with -lmp or mp.h? This is not an option because libmp isn't available on -stable and crypto-less -current. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 8: 6:22 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.estcard.ee (smtp.estcard.ee [194.204.43.43]) by hub.freebsd.org (Postfix) with ESMTP id 74D8B37B403 for ; Tue, 9 Oct 2001 08:06:17 -0700 (PDT) Received: from xyz.internal (xyz.internal [192.168.10.6]) by smtp.estcard.ee (8.9.3/8.9.3) with ESMTP id RAA94667; Tue, 9 Oct 2001 17:06:12 +0200 (EET) (envelope-from fazz@estcard.ee) Received: from estcard.ee (fazz.internal [192.168.10.100]) by xyz.internal (8.9.3/8.9.3) with ESMTP id RAA56235; Tue, 9 Oct 2001 17:06:11 +0200 (EET) (envelope-from fazz@estcard.ee) Message-ID: <3BC31278.8402091B@estcard.ee> Date: Tue, 09 Oct 2001 17:06:32 +0200 From: Mart Oruaas Organization: Pankade Kaardikeskuse AS X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: naddy@mips.inka.de Cc: ports@FreeBSD.org Subject: FreeBSD Port: ksh93-20010704.0000 Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms97ED78F9C2F8673232652C2E" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a cryptographically signed message in MIME format. --------------ms97ED78F9C2F8673232652C2E Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello, Dou you still have a problem with the ksh93 port? I can build it without problems on a quite old 4.3-BETA box: FreeBSD xxx 4.3-BETA FreeBSD 4.3-BETA #4: Thu Mar 15 15:32:35 EET 2001 root@xxx:/usr/src/sys/compile/XXX i386 Also, the compiled version runs on a fresh 4.4-STABLE. Sorry, but I cannot try compiling on that. :-( -- /* * Mart Oruaas * * UNIX/Network manager Tel: +372-6-711416 * Pankade Kaardikeskus Fax: +372-6-711420 * Laki 12, Tallinn, Estonia E-mail: fazz@estcard.ee * */ --------------ms97ED78F9C2F8673232652C2E Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIIIYAYJKoZIhvcNAQcCoIIIUTCCCE0CAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHAaCC BjMwggMCMIICa6ADAgECAgMFE4AwDQYJKoZIhvcNAQECBQAwgZIxCzAJBgNVBAYTAlpBMRUw EwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhh d3RlMR0wGwYDVQQLExRDZXJ0aWZpY2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwg RnJlZW1haWwgUlNBIDIwMDAuOC4zMDAeFw0wMTA2MjExNjA3NTNaFw0wMjA2MjExNjA3NTNa MIHKMQswCQYDVQQGEwJFRTEXMBUGA1UECBMOSGFyanUgUHJvdmluY2UxEDAOBgNVBAcTB1Rh bGxpbm4xITAfBgNVBAoTGFBhbmthZGUgS2FhcmRpa2Vza3VzZSBBUzEXMBUGA1UEDBMOU3lz dGVtIE1hbmFnZXIxDzANBgNVBAQTBk9ydWFhczENMAsGA1UEKhMETWFydDEUMBIGA1UEAxML TWFydCBPcnVhYXMxHjAcBgkqhkiG9w0BCQEWD2ZhenpAZXN0Y2FyZC5lZTCBnzANBgkqhkiG 9w0BAQEFAAOBjQAwgYkCgYEA8AUR00pmkjQPCkVzJ0pcr219dofNGn7N85APNKbChuZ+DCLK 45BA3kDVr+R87DnyXHbr+ejV5B4I1OX0OG6FQUTOUujw0yuHnHLnMC1cKdQMiHkrHjRmh7SB v3ScIfZnCTwENgyLPkZ9tCONnHADPl9NS2ohAmNnDxW2kS/mofkCAwEAAaMsMCowGgYDVR0R BBMwEYEPZmF6ekBlc3RjYXJkLmVlMAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQECBQADgYEA IJDeXfX9PEVlNjoSNWHXc4jz0kBLnmsxYYSYlREk6C2/f47C5HPxYiNKueyhhEj+wpWR9J+w GMg8C4M3eNGwqh+pSXIzJCctC3r4x0bARjVtOEo/0yWfEjxdl/qNlWPNXFzsEH0B8CozpAXH HgoegRYcXbDkGiI0nmlY5MWLjYEwggMpMIICkqADAgECAgEMMA0GCSqGSIb3DQEBBAUAMIHR MQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQHEwlDYXBlIFRv d24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9u IFNlcnZpY2VzIERpdmlzaW9uMSQwIgYDVQQDExtUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwg Q0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZyZWVtYWlsQHRoYXd0ZS5jb20wHhcNMDAw ODMwMDAwMDAwWhcNMDIwODI5MjM1OTU5WjCBkjELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdl c3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNV BAsTFENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25hbCBGcmVlbWFpbCBS U0EgMjAwMC44LjMwMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDeMzKmY8cJJUU+0m54 J2eBxdqIGYKXDuNEKYpjNSptcDz63K737nRvMLwzkH/5NHGgo22Y8cNPomXbDfpL8dbdYaX5 hc1VmjUanZJ1qCeu2HL5ugL217CR3hzpq+AYA6h8Q0JQUYeDPPA5tJtUihOH/7ObnUlmAC0J ieyUa+mhaQIDAQABo04wTDApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxhYmVs MS0yOTcwEgYDVR0TAQH/BAgwBgEB/wIBADALBgNVHQ8EBAMCAQYwDQYJKoZIhvcNAQEEBQAD gYEAcxtvJmWL/xU0S1liiu1EvknH6A27j7kNaiYqYoQfuIdjdBxtt88aU5FL4c3mONntUPQ6 bDSSrOaSnG7BIwHCCafvS65y3QZn9VBvLli4tgvBUFe17BzX7xe21Yibt6KIGu05Wzl9NPy2 lhglTWr0ncXDkS+plrgFPFL83eliA0gxggH1MIIB8QIBATCBmjCBkjELMAkGA1UEBhMCWkEx FTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMQ8wDQYDVQQKEwZU aGF3dGUxHTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25h bCBGcmVlbWFpbCBSU0EgMjAwMC44LjMwAgMFE4AwCQYFKw4DAhoFAKCBsTAYBgkqhkiG9w0B CQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0wMTEwMDkxNTA2MzJaMCMGCSqGSIb3 DQEJBDEWBBQnqYp/Y47j47nIoqmlhcKbKB06QzBSBgkqhkiG9w0BCQ8xRTBDMAoGCCqGSIb3 DQMHMA4GCCqGSIb3DQMCAgIAgDAHBgUrDgMCBzANBggqhkiG9w0DAgIBQDANBggqhkiG9w0D AgIBKDANBgkqhkiG9w0BAQEFAASBgG3DrF6jKKkRB668IdXvpSYMa7ey4U8wlbLFWRQUs7jI biEHZqAd7ETZ9BQcy1P+CNtWQw+8aW+h9Atq++5j/G/vtuIR4TuI91dHNS0b3Jk9AUGsyRan xRAjKWro8HLdOGgJM4N8lyY8UJWKPpQsH8/JeIYSlwzlOjIsB9Erwa6V --------------ms97ED78F9C2F8673232652C2E-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 9:40:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C18D837B406 for ; Tue, 9 Oct 2001 09:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99Ge1S21960; Tue, 9 Oct 2001 09:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B26137B40A for ; Tue, 9 Oct 2001 09:35:22 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99GZMv21580; Tue, 9 Oct 2001 09:35:22 -0700 (PDT) (envelope-from nobody) Message-Id: <200110091635.f99GZMv21580@freefall.freebsd.org> Date: Tue, 9 Oct 2001 09:35:22 -0700 (PDT) From: Yoichi ASAI To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31167: Update port: japanese/mozilla-jlp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31167 >Category: ports >Synopsis: Update port: japanese/mozilla-jlp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 09 09:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yoichi ASAI >Release: FreeBSD 4.4-STABLE >Organization: >Environment: >Description: Update port: japanese/mozilla-jlp >How-To-Repeat: >Fix: diff -urN mozilla-jlp.orig/Makefile mozilla-jlp/Makefile --- mozilla-jlp.orig/Makefile Wed Sep 26 23:08:35 2001 +++ mozilla-jlp/Makefile Wed Oct 10 01:26:34 2001 @@ -6,12 +6,13 @@ # PORTNAME= mozilla -PORTVERSION= 0.9.4.r1 +PORTVERSION= 0.9.4 #PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= japanese www MASTER_SITES= http://www.mozilla.gr.jp/jlp/ \ - http://www.ash.ne.jp/~mal/mozilla/ + http://www.ash.ne.jp/~mal/mozilla/ \ + http://dev.jp/ PKGNAMESUFFIX= -jlp DISTNAME= ${JLP_SRC} EXTRACT_SUFX= # none @@ -34,8 +35,8 @@ .else MOZILLA_PORT= ${PORTSDIR}/www/mozilla .endif -JLP_SRC= ${PORTNAME}${PORTVERSION:R}-langjajp-RC1.xpi \ - ${PORTNAME}${PORTVERSION:R}-regjp-RC1.xpi +JLP_SRC= ${PORTNAME}${PORTVERSION}-langjajp.xpi \ + ${PORTNAME}${PORTVERSION}-regjp.xpi .include diff -urN mozilla-jlp.orig/distinfo mozilla-jlp/distinfo --- mozilla-jlp.orig/distinfo Wed Sep 26 23:08:35 2001 +++ mozilla-jlp/distinfo Wed Oct 10 01:28:24 2001 @@ -1,2 +1,2 @@ -MD5 (mozilla0.9.4-langjajp-RC1.xpi) = 3a34834693a30c9c9ea40212fa09a135 -MD5 (mozilla0.9.4-regjp-RC1.xpi) = 38593fee0a448a0c233d1ac0e92ced9d +MD5 (mozilla0.9.4-langjajp.xpi) = fa9caa69fb0f36c619bb9454cdaeec00 +MD5 (mozilla0.9.4-regjp.xpi) = cd2b60ecf59754286a56d7935e899ee2 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 9:50:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FC1F37B40A for ; Tue, 9 Oct 2001 09:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99Go0923093; Tue, 9 Oct 2001 09:50:00 -0700 (PDT) (envelope-from gnats) Received: from meta.lo-res.org (meta.lo-res.org [195.58.189.92]) by hub.freebsd.org (Postfix) with ESMTP id 17AB037B401 for ; Tue, 9 Oct 2001 09:46:29 -0700 (PDT) Received: (from aaron@localhost) by meta.lo-res.org (8.11.6/8.11.6) id f99Gmg253358; Tue, 9 Oct 2001 18:48:42 +0200 (CEST) (envelope-from aaron) Message-Id: <200110091648.f99Gmg253358@meta.lo-res.org> Date: Tue, 9 Oct 2001 18:48:42 +0200 (CEST) From: aaron Reply-To: aaron To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31170: kpilot does not build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31170 >Category: ports >Synopsis: kpilot does not build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 09 09:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: aaron >Release: FreeBSD 4.4-RC i386 >Organization: lo-res >Environment: System: FreeBSD meta.lo-res.org 4.4-RC FreeBSD 4.4-RC #0: Mon Sep 3 17:10:10 CEST 2001 root@meta.lo-res.org:/usr/people/src/sys/compile/meta.43 i386 >Description: /usr/ports/deskutils/kdepim port: the build won't find the pilot-link header files which are neccessary for kpilot >How-To-Repeat: install pilot-link (from the ports tree) -> it will land in /usr/local/pilot/bin - include - lib - etc... --> the configure script in the kdepim port won't find the include directory of the pilot-link port. Therefore it assumes that pilot-link is not available so kpilot is not built. (found from the config.log file) >Fix: either add /usr/local/pilot/include [ - /lib ] to the searchable paths or install the pilot-link package into /usr/local instead of /usr/local/pilot >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 9:50:27 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1978737B409 for ; Tue, 9 Oct 2001 09:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99Go0u23075; Tue, 9 Oct 2001 09:50:00 -0700 (PDT) (envelope-from gnats) Received: from robin.mail.pas.earthlink.net (robin.mail.pas.earthlink.net [207.217.120.65]) by hub.freebsd.org (Postfix) with ESMTP id 22B2137B401 for ; Tue, 9 Oct 2001 09:40:59 -0700 (PDT) Received: from moo.holy.cow (sdn-ar-003dcwashP114.dialsprint.net [206.133.21.74]) by robin.mail.pas.earthlink.net (8.11.5/8.9.3) with ESMTP id f99Geuc00249 for ; Tue, 9 Oct 2001 09:40:56 -0700 (PDT) Received: by moo.holy.cow (Postfix, from userid 1001) id C49BE50BC5; Tue, 9 Oct 2001 12:41:54 -0400 (EDT) Message-Id: <20011009164154.C49BE50BC5@moo.holy.cow> Date: Tue, 9 Oct 2001 12:41:54 -0400 (EDT) From: parv_@yahoo.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31168: portupgrade problem: 'update_db': instance of IO needed: Cannot update the packages database! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31168 >Category: ports >Synopsis: portupgrade problem: 'update_db': instance of IO needed: Cannot update the packages database! >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 09 09:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: parv >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD moo.holy.cow 4.4-STABLE FreeBSD 4.4-STABLE #0: Wed Oct 3 19:33:26 EDT 2001 >Description: in /source/ports/distfiles, when i issued following command... # portupgrade bladeenc-0.92 ...portupgrade started upgrading everything in /var/db/pkg (247 of them), so i interrupted it via Ctrl-C. after that, when i tried the following command, got error... # portupgrade bladee* [Updating the packages database in /var/db/pkg ... /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:343:in `update_db': instance of IO needed: Cannot update the packages database!] (PkgDB::DBError) from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:349:in `open_db' from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:481:in `installed_pkgs_' from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:409:in `installed_pkg?' from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:115:in `pkg' from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:520:in `glob' from /usr/local/sbin/portupgrade:416:in `main' from /usr/local/sbin/portupgrade:415:in `catch' from /usr/local/sbin/portupgrade:415:in `main' ... 6 levels... from /usr/local/sbin/portupgrade:175:in `initialize' from /usr/local/sbin/portupgrade:175:in `new' from /usr/local/sbin/portupgrade:175:in `main' from /usr/local/sbin/portupgrade:1408 ...seems like package db was messed up or something is wrong w/ the newest version of portupgrade. when i tried fixing db, it produced the following message... # pkgdb -F [Updating the packages database in /var/db/pkg ... instance of IO needed: Cannot update the packages database!] portupgrade version is 20011006.1, and am using 4.4-stable. i had cvsup'd ports a few minutes ago and deleted everything ruby before installing it again... # pkg_delete -d -f ruby* ...after all that, portupgrade still gives the above message. what am i missing? i had already looked at pr 29956 w/ similar problem where above (deinstall & reinstall again) worked, but not for me. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29956 here is the listing of /var/db/pkg... drwxr-xr-x 2 root wheel 512 Oct 6 20:13 /var/db/pkg/portupgrade-20011006.1/ drwxr-xr-x 2 root wheel 512 Oct 6 20:12 /var/db/pkg/ruby-1.6.5/ drwxr-xr-x 2 root wheel 512 Oct 6 20:13 /var/db/pkg/ruby-fnmatch-1.1b_1/ drwxr-xr-x 2 root wheel 512 Oct 6 20:13 /var/db/pkg/ruby-optparse-0.8.4/ drwxr-xr-x 2 root wheel 512 Oct 6 20:13 /var/db/pkg/ruby-uri-0.9,1/ >How-To-Repeat: may be start portupgrade like... # portupgrade '*' ...then interrupt it; afterwords try to upgrade one particular port to produce the error. i cannot be sure if the above will work as i didn't have a chance to try it myself due to the reasons described above. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 10: 9:24 2001 Delivered-To: freebsd-ports@freebsd.org Received: from trinity.magpage.com (trinity.magpage.com [216.155.0.8]) by hub.freebsd.org (Postfix) with ESMTP id E443337B40F; Tue, 9 Oct 2001 10:09:00 -0700 (PDT) Received: from magpage.com (dfrazier@poomba.magpage.com [216.155.24.136]) by trinity.magpage.com (8.11.6/8.11.3) with ESMTP id f99H8xf31009; Tue, 9 Oct 2001 13:08:59 -0400 (EDT) Message-ID: <3BC32F2B.1040700@magpage.com> Date: Tue, 09 Oct 2001 13:08:59 -0400 From: Daniel Frazier User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.3) Gecko/20010807 X-Accept-Language: en-us MIME-Version: 1.0 To: Maxim Sobolev Cc: gnome@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: [HEADS-UP] Gnome megaupdate landed References: <3BC2AF66.1648EB0F@FreeBSD.org> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-RRT-Status: UNKNOWN Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Maxim Sobolev wrote: > Hi folks, > > I've just committed my GNOME megaupdate. Due to some > substantial changes you have to deinstall *all* GNOME > components and reinstall them all from scratch from a > freshly cvsup'ed tree. To do so use the following procedure: > > # pkg_delete `cat /var/db/pkg/ORBit-*/+REQUIRED_BY`; > pkg_delete ORBit* > (users of -current and very recent -stable can use > "pkg_delete -r ORBit*" instead) > After doing "pkg_delete -rf ORBit*" and then cvsupping my ports tree I'm running into a bit of an issue with /usr/ports/x11/gnome. make finishes fine, but make install dies with... cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGTTGLADEDIR=\""/usr/X11R6/share/gnome/gtt"\" -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -O -pipe -I/usr/X11R6/include -Wall -Wunused -I/usr/X11R6/include/gconf/1 -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/usr/local/include/gnome-xml -I/usr/X11R6/include/libglade-1.0 -I/usr/X11R6/include/gconf/1 -I/usr/local/include/orbit-1.0 -DGTKHTML_HAVE_GCONF -c util.c util.c:37: langinfo.h: No such file or directory util.c: In function `print_date': util.c:149: warning: implicit declaration of function `nl_langinfo' util.c:149: `D_FMT' undeclared (first use in this function) util.c:149: (Each undeclared identifier is reported only once util.c:149: for each function it appears in.) util.c:149: warning: passing arg 3 of `strftime' makes pointer from integer without a cast util.c: In function `print_date_time': util.c:199: `D_T_FMT' undeclared (first use in this function) util.c:199: warning: passing arg 3 of `strftime' makes pointer from integer without a cast util.c: In function `print_time': util.c:219: `T_FMT' undeclared (first use in this function) util.c:219: warning: passing arg 3 of `strftime' makes pointer from integer without a cast gmake[3]: *** [util.o] Error 1 gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/misc/gnomeutils. *** Error code 1 Stop in /usr/ports/misc/gnomeutils. *** Error code 1 Stop in /usr/ports/misc/gnomeutils. any ideas as to what could be causing this? -- ---------------------------------------------------------------------- Daniel Frazier Tel: 302-239-5900 Ext. 231 Systems Administrator Fax: 302-239-3909 MAGPAGE, We Power the Internet WWW: http://www.magpage.com/ "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin, Historical Review of Pennsylvania, 1759. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 10:30:49 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id 5F15C37B403 for ; Tue, 9 Oct 2001 10:30:45 -0700 (PDT) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 15r0iK-00019S-01; Tue, 9 Oct 2001 19:30:44 +0200 Received: (from daemon@localhost) by kemoauc.mips.inka.de (8.11.6/8.11.6) id f99GlDZ79257 for freebsd-ports@freebsd.org; Tue, 9 Oct 2001 18:47:13 +0200 (CEST) (envelope-from daemon) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: FreeBSD Port: ksh93-20010704.0000 Date: Tue, 9 Oct 2001 16:47:11 +0000 (UTC) Message-ID: <9pv9mf$2ch0$1@kemoauc.mips.inka.de> References: <3BC31278.8402091B@estcard.ee> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Mart Oruaas wrote: > Dou you still have a problem with the ksh93 port? I received a (glaringly obvious) fix from Mitch Tishmack. I need reports whether this builds on -STABLE/i386 -STABLE/alpha -CURRENT/i386 It fails on -CURRENT/alpha for another reason. (Probably not difficult to fix, but I'm currently rather busy elsewhere.) diff -uNr /usr/ports/shells/ksh93/Makefile ksh93/Makefile --- /usr/ports/shells/ksh93/Makefile Fri Sep 28 14:03:55 2001 +++ ksh93/Makefile Tue Oct 9 18:46:44 2001 @@ -12,7 +12,6 @@ MAINTAINER= naddy@mips.inka.de -BROKEN= "does not build" RESTRICTED= "Source recipient must acknowledge license" DISTNAME= ${PORTNAME}-${VERSION} DISTFILES= INIT.${VERSION}.tgz ast-ksh.${VERSION}.tgz diff -uNr /usr/ports/shells/ksh93/files/patch-src_lib_libast_comp_wc.c ksh93/files/patch-src_lib_libast_comp_wc.c --- /usr/ports/shells/ksh93/files/patch-src_lib_libast_comp_wc.c Thu Jan 1 01:00:00 1970 +++ ksh93/files/patch-src_lib_libast_comp_wc.c Mon Oct 8 03:22:04 2001 @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- src/lib/libast/comp/wc.c.orig Mon Oct 8 03:21:02 2001 ++++ src/lib/libast/comp/wc.c Mon Oct 8 03:21:20 2001 +@@ -63,7 +63,6 @@ + wcrtomb(char* s, wchar_t c, mbstate_t* q) + { + #if _lib_wctomb +- *q = 0; + memset(q, 0, sizeof(*q)); + return wctomb(s, c); + #else -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 10:50:31 2001 Delivered-To: freebsd-ports@freebsd.org Received: from perninha.conectiva.com.br (perninha.conectiva.com.br [200.250.58.156]) by hub.freebsd.org (Postfix) with ESMTP id 35FEA37B411 for ; Tue, 9 Oct 2001 10:50:21 -0700 (PDT) Received: from burns.conectiva (burns.conectiva [10.0.0.4]) by perninha.conectiva.com.br (Postfix) with SMTP id 2206A392D7 for ; Tue, 9 Oct 2001 14:50:07 -0300 (EST) Received: (qmail 17772 invoked by uid 0); 9 Oct 2001 17:48:04 -0000 Received: from verde.distro.conectiva (10.0.17.77) by burns.conectiva with SMTP; 9 Oct 2001 17:48:04 -0000 Date: Tue, 9 Oct 2001 14:51:11 -0300 (BRT) From: =?iso-8859-1?Q?aur=E9lio?= X-X-Sender: To: Ying-Chieh Liao Cc: Subject: Re: FreeBSD Port: txt2regex-0.6 In-Reply-To: <20011009100913.A3125@terry.dragon2.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi liao, @ 9/10, Ying-Chieh Liao: > On Mon, Oct 08, 2001 at 16:17:24 -0300, aurélio wrote: > > i've noted that it requires sh-utils... maybe because the seq > > command? on previous versions, seq was required, but now > > "seq is no more". so, if you want to take it out, you can. > > thanks for your notice > btw, do you want to become maintainer of this port ? :) mmmmmmmm, what i have to do? if it's not too complicated and doesn't require a FreeBSD installed, why not? &:) -- (( www.verde666.org )) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 11: 1:35 2001 Delivered-To: freebsd-ports@freebsd.org Received: from gull.mail.pas.earthlink.net (gull.mail.pas.earthlink.net [207.217.121.85]) by hub.freebsd.org (Postfix) with ESMTP id 7DD3737B40A; Tue, 9 Oct 2001 11:01:32 -0700 (PDT) Received: from moo.holy.cow (sdn-ar-003dcwashP114.dialsprint.net [206.133.21.74]) by gull.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id LAA02497; Tue, 9 Oct 2001 11:01:30 -0700 (PDT) Received: by moo.holy.cow (Postfix, from userid 1001) id 46A2F50BC5; Tue, 9 Oct 2001 14:00:54 -0400 (EDT) Date: Tue, 9 Oct 2001 14:00:54 -0400 From: parv To: gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31168: portupgrade problem: 'update_db': instance of IO needed: Cannot update the packages database! Message-ID: <20011009140053.A8270@moo.holy.cow> Mail-Followup-To: gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org References: <20011009164154.C49BE50BC5@moo.holy.cow> <200110091650.f99Go0523071@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200110091650.f99Go0523071@freefall.freebsd.org>; from gnats-admin@FreeBSD.org on Tue, Oct 09, 2001 at 09:50:00AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org this was, on the fateful occasion around Oct 09 12:50 -0400, sent by gnats-admin@FreeBSD.org > ... > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=31168 > > >Category: ports > >Responsible: freebsd-ports > >Synopsis: portupgrade problem: 'update_db': instance of IO needed: Cannot update the packages database! > >Arrival-Date: Tue Oct 09 09:50:00 PDT 2001 i have solved my problem by deleting /var/db/pkg/pkgdb.db and rebuilding it... # rm -f /var/db/pkg/pkgdb.db ; pkgdb -F ...after it, portupgrade worked just fine. i need confirmation whether this was (a|the) correct solution not just a workaround. -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 11:10:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 16C9037B409 for ; Tue, 9 Oct 2001 11:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99IA1A38422; Tue, 9 Oct 2001 11:10:01 -0700 (PDT) (envelope-from gnats) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 00DB037B408 for ; Tue, 9 Oct 2001 11:08:53 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.11.6/8.11.6) id f99I8ng54693; Tue, 9 Oct 2001 13:08:49 -0500 (CDT) (envelope-from dan) Message-Id: <200110091808.f99I8ng54693@dan.emsphone.com> Date: Tue, 9 Oct 2001 13:08:49 -0500 (CDT) From: Dan Nelson Reply-To: Dan Nelson To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31171: PATCH: update to audio/sox port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31171 >Category: ports >Synopsis: PATCH: update to audio/sox port >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 09 11:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dan Nelson >Release: FreeBSD 5.0-CURRENT i386 >Organization: The Allant Group >Environment: System: FreeBSD dan.emsphone.com 5.0-CURRENT FreeBSD 5.0-CURRENT #118: Wed Oct 3 18:31:56 CDT 2001 zsh@dan.emsphone.com:/usr/src/sys/i386/compile/DANSMP i386 >Description: Sox update from 12.17.1 to 12.17.2 >How-To-Repeat: >Fix: Enclosed are a tarball of the new port, plus diffs to update the existing port to 12.17.2. begin 644 sox.tar.gz M'XL(`-T[PSL``^U:;5/C-A#F:_PK=GI\@"%^D5_!4SI`7FBNE^0F#@??&,46 MQ'..G;$<.-JY_O:NG#B7T+GFVB&A[>F9(8FEE7:EU:YVU_#LD[ZW91B&;7B> MA]\&\1QC#S\1KGBNL&=XEFNXEN/:2$<,Q[7VP-FV8`(S7M`<8"^BZ5_2I=DH MBYYV(=%.P5'_=W'"^!9/P;?KW[1MU\%^XKI$ZG\7^*+_QH=@2V?@[]@_,83] MFQ9^2?WO`.OZ'V19\?(\T)\;KNM^7?_$0OV;EFE9MF,)_5O$=O;`>'E1_HSO M7/_Z.)LP/0T?N/+:HDB\`I[9/YMF/"ZR_$4/^D;[-]UG]F_;AK3_G6":Y077 MZ2R*,WUY%J0K^&ZP;O^MM,ACQE^81VG_MOU5^RF"8?O$]FT#3-20KBL5Y4A0GNC!+(4N[APA0`R?$-_V MGE.&NJ%WTKB(:0++)EUI2O?R[\&Z_5=:JK]H%K#)_O^<_]F8`4C[WP6^Z+_2 M_WU?],U[-=SQ._"3&)(^M_NT"E_^U$_G-LRO\MD?-[INVZGNN4[W],1_K_ MW4"??KQ7PVPR86FA$\W2`UK`6XSMT9L35[AU^QC(R4$1+%Z5U6$HK+YRU-`2P@CF];OG-<)17- M19BBBT'5/82#R%K2\CP5>>WM_=>CLO_M5/[G^*;ZOVL1SR:.9=C"_@V9_^\& MLO[_?6-I_UNI_,^QT?ZMY_9OF9XM[7\7^&+_^K-7`=(??`\0]E]%4]OBL<'^ M"1&_J_J?*_I-$T,":?\[P!OHL4QL[K]&Q8&,-KQ1>L'2DO,'& M_7;.V$70].'Y>\?J#-8?0,3T\_C=,/7%BPC'=SS`>1X8"C"%?9Q->=\?#'OG MW=:ID*]\^M`:!)U^[[1&3)Q#,Y7&^;!UV1]T6L%IK>2E=,^#86MP&W2&HFW_ MMY7GVZ!_-6BTVOW!9>NSLM9Q=='L#.9\L*/3&^)?"QNBE"4\2\_8A$_'6]JYN&_U>NW-Y M-<`5/3&N+!]OSP>7.$!564I'"5/O*"_464(?8;V)8I.B:/$=1+B7*8L.KCO# MGV\O@^[AL\F.3G'H8UR,U7L^2>+1Z?YO[P>M=N?FLXY/*WUQ&J[TX5,RBYCR MKG-QVVR];_6:.%,-R33B(Q5J(,!]^KQ0*[8K&DNC^$X(-1\*/XYXI`GE:Y./ M/\DKYM4A;*]*P;?%8^/['PSV%O5_TS'G__]'#.G_=X%NTX$#/`3JPF5JN!O: M_:^'<`HGU"3A"7%)&)JF=6R;[EV(`?H)\49&9(;'TGK_!Q#VOU("W`J/C?F? M*_(_SW),P[+G]1_/D/6?G2#HBZ".WGDRG&@45. M4YY0C.:DV?^?4-E_6=;?$H]-^9]%;&'_MFTZMBUJ07C_.[+^LQ.(U*ZR;<;7 M;)[#B!6/C*6`(?P=R_%Z@"HGG-""UQ6*M%.6BV<.#S2/LUDU!<,18<$U11F. M8XY)3L(H9^A=(G0N!0[D\$-.'W\H9^00I\OQHSBE^=,7)D@%!?M4S-`E1;2@ M=66>B%XDF/.P'+0/_<9\ECIT!HWS[CQ1;9>2SIN#JQX$4YJ'R+E,;Q6-SJK. MR0S%*:#9:L!*Z_D4=T`/+CMPWFFWJU:ET50'<#"9\3B$1G,AY&$=NC2,TR+C M8_BYT>\N^6;E>I>C>^QF"!I'X5<$.V^^;W3A`"_@:N[#56657KS.+V'0I#,/7B."JX#C2+1SL)Q!DK$,`6%!%-% ME(7BBI]$7Y(]JG48Q_=C;,3)1_BA3BGG@C'N.-+@6G(FK@E!3RL.J,0L%^LM M,N`,MWLL-@@"5%J*^S7!U='[:E%",DPZZ$3HO,W*??H0C_)LL1AEFFU/@T?TI9(;)L_?=P1.\?69*(\H$V+B:)O)C^`2K_7[ZLW1*/S?5_ M\MS_VX8I_?\N@-ZV+/:+;U&0*G_D+)3&)"$A(2$A(2$A(2$A(2$A(2$A\=_' )'['?41,`4``` ` end Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/sox/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- Makefile 26 Feb 2001 04:15:57 -0000 1.17 +++ Makefile 9 Oct 2001 17:57:04 -0000 @@ -6,8 +6,7 @@ # PORTNAME= sox -PORTVERSION= 12.17.1 -PORTREVISION= 1 +PORTVERSION= 12.17.2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sox Index: distinfo =================================================================== RCS file: /home/ncvs/ports/audio/sox/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 1 Jan 2001 19:18:52 -0000 1.5 +++ distinfo 9 Oct 2001 16:27:03 -0000 @@ -1 +1 @@ -MD5 (sox-12.17.1.tar.gz) = 9afc59e4c5221462a24fa6092038b6b3 +MD5 (sox-12.17.2.tar.gz) = 9a21c9161cc2238426fc153917b0d2c8 Index: files/patch-aa =================================================================== RCS file: files/patch-aa diff -N files/patch-aa --- files/patch-aa 26 Feb 2001 04:14:40 -0000 1.7 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- avr.c.orig Mon Aug 14 21:10:58 2000 -+++ avr.c Sat Feb 24 22:27:31 2001 -@@ -38,7 +38,7 @@ - unsigned short midi; /* 0xffff = no MIDI note assigned, - 0xffXX = single key note assignment - 0xLLHH = key split, low/hi note */ -- ULONG int rate; /* sample frequency in hertz */ -+ ULONG rate; /* sample frequency in hertz */ - ULONG size; /* sample length in bytes or words (see rez) */ - ULONG lbeg; /* offset to start of loop in bytes or words. - set to zero if unused. */ Index: files/patch-ab =================================================================== RCS file: files/patch-ab diff -N files/patch-ab --- files/patch-ab 10 Mar 2001 16:28:45 -0000 1.9 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- resample.c.orig Fri Sep 1 18:08:24 2000 -+++ resample.c Sat Mar 10 17:26:57 2001 -@@ -180,7 +180,7 @@ - resample_t r = (resample_t) effp->priv; - LONG Xoff, gcdrate; - int i; -- extern long st_gcd(P2(long a,long b)); -+ extern LONG st_gcd(P2(LONG,LONG)); - - r->Factor = (double)effp->outinfo.rate / (double)effp->ininfo.rate; - Index: files/patch-ac =================================================================== RCS file: files/patch-ac diff -N files/patch-ac --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-ac 9 Oct 2001 16:59:34 -0000 @@ -0,0 +1,11 @@ +--- Makefile.in~ Wed Sep 5 11:06:01 2001 ++++ Makefile.in Tue Oct 9 11:59:26 2001 +@@ -74,7 +74,7 @@ + $(CC) $(LDFLAGS) -o sox sox.o $(LIBS) + + soxmix.o: sox.c +- $(CC) $(CFLAGS) -DSOXMIX -c -o soxmix.o $< ++ $(CC) $(CFLAGS) -DSOXMIX -c -o soxmix.o sox.c + + soxmix: libst.a soxmix.o + $(CC) $(LDFLAGS) -o soxmix soxmix.o $(LIBS) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 11:20: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3554837B40E for ; Tue, 9 Oct 2001 11:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99IK1Y39397; Tue, 9 Oct 2001 11:20:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D18137B405 for ; Tue, 9 Oct 2001 11:15:51 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99IFp539090; Tue, 9 Oct 2001 11:15:51 -0700 (PDT) (envelope-from nobody) Message-Id: <200110091815.f99IFp539090@freefall.freebsd.org> Date: Tue, 9 Oct 2001 11:15:51 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31173: Update port: print/ghostscript-afpl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31173 >Category: ports >Synopsis: Update port: print/ghostscript-afpl >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 09 11:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - DISTDIR/DIST_SUBDIR -> _DISTDIR >How-To-Repeat: >Fix: diff -urN /usr/ports/print/ghostscript-afpl/Makefile print/ghostscript-afpl/Makefile --- /usr/ports/print/ghostscript-afpl/Makefile Tue Oct 9 19:16:58 2001 +++ print/ghostscript-afpl/Makefile Tue Oct 9 19:28:26 2001 @@ -142,27 +142,27 @@ # # for HP8XX driver ${ECHO_MSG} ">>> extracting ${HP8XX_DRV} ..." - ${TAR} -C ${WRKSRC}/src -xzf ${DISTDIR}/${DIST_SUBDIR}/${HP8XX_DRV} + ${TAR} -C ${WRKSRC}/src -xzf ${_DISTDIR}/${HP8XX_DRV} # for HPDJ driver ${ECHO_MSG} ">>> extracting ${HPDJ_SRC} ..." - ${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${DIST_SUBDIR}/${HPDJ_SRC} + ${TAR} -C ${WRKSRC} -xzf ${_DISTDIR}/${HPDJ_SRC} ${TAR} -C ${WRKSRC}/src -xf ${WRKSRC}/${HPDJ_NAME}/${HPDJ}.tar # for PCL3 driver ${ECHO_MSG} ">>> extracting ${PCL3_SRC} ..." - ${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${DIST_SUBDIR}/${PCL3_SRC} + ${TAR} -C ${WRKSRC} -xzf ${_DISTDIR}/${PCL3_SRC} ${LN} -sf ${PCL3_NAME} ${WRKSRC}/pcl3 ${TAR} -C ${WRKSRC}/${PCL3_NAME} -xf \ ${WRKSRC}/${PCL3_NAME}/${PCL3}.tar # for HP DeskJet 970 driver ${ECHO_MSG} ">>> extracting ${HP970_DRV} ..." - ${CP} ${DISTDIR}/${DIST_SUBDIR}/${HP970_DRV} ${WRKSRC}/src + ${CP} ${_DISTDIR}/${HP970_DRV} ${WRKSRC}/src ${GUNZIP_CMD} ${WRKSRC}/src/${HP970_DRV} # for gimp-print ${ECHO_MSG} ">>> extracting ${GPRINT_SRC} ..." - ${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${DIST_SUBDIR}/${GPRINT_SRC} + ${TAR} -C ${WRKSRC} -xzf ${_DISTDIR}/${GPRINT_SRC} # for HPinkjet driver ${ECHO_MSG} ">>> extracting ${HPIJS_SRC} ..." - ${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${DIST_SUBDIR}/${HPIJS_SRC} + ${TAR} -C ${WRKSRC} -xzf ${_DISTDIR}/${HPIJS_SRC} ${LN} -sf ${HPIJS_NAME} ${WRKSRC}/hpijs post-patch: @@ -235,8 +235,8 @@ ${ECHO_MSG} ">>> creating ghostscript destdir ..." ${MKDIR} ${DATADIR} ${ECHO_MSG} ">>> extracting ghostscript fonts..." - ${TAR} -C ${DATADIR} -xzf ${DISTDIR}/${DIST_SUBDIR}/${GS_FONTS_STD} - ${TAR} -C ${DATADIR} -xzf ${DISTDIR}/${DIST_SUBDIR}/${GS_FONTS_OTHER} + ${TAR} -C ${DATADIR} -xzf ${_DISTDIR}/${GS_FONTS_STD} + ${TAR} -C ${DATADIR} -xzf ${_DISTDIR}/${GS_FONTS_OTHER} post-install: ${ECHO_MSG} ">>> in post-install ..." @@ -305,7 +305,7 @@ .endfor # for reading encrypted PDFs ${ECHO_MSG} ">>> installing support for encrypted PDF files ..." - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${DECRYPT_PDF} \ + ${INSTALL_DATA} ${_DISTDIR}/${DECRYPT_PDF} \ ${DATADIR}/${PORTVERSION}/lib # # now NOPORTDOCS dependend stuff >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 11:20:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D36637B409 for ; Tue, 9 Oct 2001 11:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99IK1H39406; Tue, 9 Oct 2001 11:20:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0869537B40B for ; Tue, 9 Oct 2001 11:16:20 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99IGKb39141; Tue, 9 Oct 2001 11:16:20 -0700 (PDT) (envelope-from nobody) Message-Id: <200110091816.f99IGKb39141@freefall.freebsd.org> Date: Tue, 9 Oct 2001 11:16:20 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31174: Update port: print/ghostscript-gnu Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31174 >Category: ports >Synopsis: Update port: print/ghostscript-gnu >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 09 11:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - DISTDIR/DIST_SUBDIR -> _DISTDIR >How-To-Repeat: >Fix: diff -urN /usr/ports/print/ghostscript-gnu/Makefile print/ghostscript-gnu/Makefile --- /usr/ports/print/ghostscript-gnu/Makefile Tue Oct 9 19:16:59 2001 +++ print/ghostscript-gnu/Makefile Tue Oct 9 19:23:52 2001 @@ -139,27 +139,27 @@ # # for HP8XX driver ${ECHO_MSG} ">>> extracting ${HP8XX_DRV} ..." - ${TAR} -C ${WRKSRC}/src -xzf ${DISTDIR}/${DIST_SUBDIR}/${HP8XX_DRV} + ${TAR} -C ${WRKSRC}/src -xzf ${_DISTDIR}/${HP8XX_DRV} # for HPDJ driver ${ECHO_MSG} ">>> extracting ${HPDJ_SRC} ..." - ${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${DIST_SUBDIR}/${HPDJ_SRC} + ${TAR} -C ${WRKSRC} -xzf ${_DISTDIR}/${HPDJ_SRC} ${TAR} -C ${WRKSRC}/src -xf ${WRKSRC}/${HPDJ_NAME}/${HPDJ}.tar # for PCL3 driver ${ECHO_MSG} ">>> extracting ${PCL3_SRC} ..." - ${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${DIST_SUBDIR}/${PCL3_SRC} + ${TAR} -C ${WRKSRC} -xzf ${_DISTDIR}/${PCL3_SRC} ${LN} -sf ${PCL3_NAME} ${WRKSRC}/pcl3 ${TAR} -C ${WRKSRC}/${PCL3_NAME} -xf \ ${WRKSRC}/${PCL3_NAME}/${PCL3}.tar # for HP DeskJet 970 driver ${ECHO_MSG} ">>> extracting ${HP970_DRV} ..." - ${CP} ${DISTDIR}/${DIST_SUBDIR}/${HP970_DRV} ${WRKSRC}/src + ${CP} ${_DISTDIR}/${HP970_DRV} ${WRKSRC}/src ${GUNZIP_CMD} ${WRKSRC}/src/${HP970_DRV} # for gimp-print ${ECHO_MSG} ">>> extracting ${GPRINT_SRC} ..." - ${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${DIST_SUBDIR}/${GPRINT_SRC} + ${TAR} -C ${WRKSRC} -xzf ${_DISTDIR}/${GPRINT_SRC} # for HPinkjet driver ${ECHO_MSG} ">>> extracting ${HPIJS_SRC} ..." - ${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${DIST_SUBDIR}/${HPIJS_SRC} + ${TAR} -C ${WRKSRC} -xzf ${_DISTDIR}/${HPIJS_SRC} ${LN} -sf ${HPIJS_NAME} ${WRKSRC}/hpijs post-patch: @@ -228,8 +228,8 @@ ${ECHO_MSG} ">>> creating ghostscript destdir ..." ${MKDIR} ${DATADIR} ${ECHO_MSG} ">>> extracting ghostscript fonts..." - ${TAR} -C ${DATADIR} -xzf ${DISTDIR}/${DIST_SUBDIR}/${GS_FONTS_STD} - ${TAR} -C ${DATADIR} -xzf ${DISTDIR}/${DIST_SUBDIR}/${GS_FONTS_OTHER} + ${TAR} -C ${DATADIR} -xzf ${_DISTDIR}/${GS_FONTS_STD} + ${TAR} -C ${DATADIR} -xzf ${_DISTDIR}/${GS_FONTS_OTHER} post-install: ${ECHO_MSG} ">>> in post-install ..." @@ -298,7 +298,7 @@ .endfor # for reading encrypted PDFs ${ECHO_MSG} ">>> installing support for encrypted PDF files ..." - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${DECRYPT_PDF} \ + ${INSTALL_DATA} ${_DISTDIR}/${DECRYPT_PDF} \ ${DATADIR}/${PORTVERSION}/lib # # now NOPORTDOCS dependend stuff >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 11:20:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DEF2E37B40C for ; Tue, 9 Oct 2001 11:20:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99IK0t39388; Tue, 9 Oct 2001 11:20:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BCCC37B405 for ; Tue, 9 Oct 2001 11:14:52 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99IEpm38993; Tue, 9 Oct 2001 11:14:51 -0700 (PDT) (envelope-from nobody) Message-Id: <200110091814.f99IEpm38993@freefall.freebsd.org> Date: Tue, 9 Oct 2001 11:14:51 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31172: Update port: japanese/truetypefonts to 2001.08.18.2 (fix ports/31074) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31172 >Category: ports >Synopsis: Update port: japanese/truetypefonts to 2001.08.18.2 (fix ports/31074) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 09 11:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Update to latest version This PR supersedes ports/31074. >How-To-Repeat: >Fix: diff -urN /usr/ports/japanese/truetypefonts/Makefile japanese/truetypefonts/Makefile --- /usr/ports/japanese/truetypefonts/Makefile Fri Aug 31 21:37:41 2001 +++ japanese/truetypefonts/Makefile Wed Oct 10 03:03:07 2001 @@ -6,10 +6,10 @@ # PORTNAME= truetypefonts -PORTVERSION= 2001.08.18 +PORTVERSION= 2001.08.18.2 CATEGORIES= japanese x11-fonts MASTER_SITES= ftp://ftp.debian.org/debian/pool/main/t/ttf-xtt/ -DISTNAME= ttf-xtt_0.${PORTVERSION:S/.//g}-1 +DISTNAME= ttf-xtt_0.${PORTVERSION:R:S/.//g}-${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org @@ -21,22 +21,25 @@ RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients .endif -WRKSRC= ${WRKDIR}/ttf-xtt-0.${PORTVERSION:S/.//g} +WRKSRC= ${WRKDIR}/ttf-xtt-0.${PORTVERSION:R:S/.//g} NO_BUILD= yes -FONTDIR= ${PREFIX}/lib/X11/fonts/TrueType + +FONTSDIR= lib/X11/fonts/TrueType +MAKE_ENV= FONTSDIR=${FONTSDIR} +PLIST_SUB= FONTSDIR=${FONTSDIR} do-install: -.if !exists(${FONTDIR}) +.if !exists(${PREFIX}/${FONTSDIR}) @${ECHO} "*********************************************************" - @${ECHO} "Please add ${FONTDIR} to your font path" + @${ECHO} "Please add ${PREFIX}/${FONTSDIR} to your font path" @${ECHO} "in /etc/XF86Config." @${ECHO} "*********************************************************" - ${MKDIR} ${FONTDIR} + ${MKDIR} ${PREFIX}/${FONTSDIR} .endif - ${INSTALL_DATA} ${WRKSRC}/wadalab-gothic.ttf ${FONTDIR} - ${INSTALL_DATA} ${WRKSRC}/watanabe-mincho.ttf ${FONTDIR} - ${INSTALL_DATA} ${FILESDIR}/fonts.dir.truetype ${FONTDIR} - ${INSTALL_DATA} ${FILESDIR}/fonts.alias.truetype ${FONTDIR} + ${INSTALL_DATA} ${WRKSRC}/wadalab-gothic.ttf ${PREFIX}/${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/watanabe-mincho.ttf ${PREFIX}/${FONTSDIR} + ${INSTALL_DATA} ${FILESDIR}/fonts.dir.truetype ${PREFIX}/${FONTSDIR} + ${INSTALL_DATA} ${FILESDIR}/fonts.alias.truetype ${PREFIX}/${FONTSDIR} ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include diff -urN /usr/ports/japanese/truetypefonts/distinfo japanese/truetypefonts/distinfo --- /usr/ports/japanese/truetypefonts/distinfo Fri Aug 31 21:37:42 2001 +++ japanese/truetypefonts/distinfo Sun Sep 30 08:19:50 2001 @@ -1 +1 @@ -MD5 (ttf-xtt_0.20010818-1.tar.gz) = 3b490d173a5a8570f40d97b134f2f0fc +MD5 (ttf-xtt_0.20010818-2.tar.gz) = f5b6decdc650627f75db39ff1b1edba8 diff -urN /usr/ports/japanese/truetypefonts/pkg-plist japanese/truetypefonts/pkg-plist --- /usr/ports/japanese/truetypefonts/pkg-plist Fri Nov 20 03:39:26 1998 +++ japanese/truetypefonts/pkg-plist Sun Sep 30 08:44:14 2001 @@ -1,4 +1,4 @@ -lib/X11/fonts/TrueType/wadalab-gothic.ttf -lib/X11/fonts/TrueType/watanabe-mincho.ttf -lib/X11/fonts/TrueType/fonts.dir.truetype -lib/X11/fonts/TrueType/fonts.alias.truetype +%%FONTSDIR%%/fonts.alias.truetype +%%FONTSDIR%%/fonts.dir.truetype +%%FONTSDIR%%/wadalab-gothic.ttf +%%FONTSDIR%%/watanabe-mincho.ttf >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 11:35:40 2001 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 904) id 4B6EE37B406; Tue, 9 Oct 2001 11:35:37 -0700 (PDT) Date: Tue, 9 Oct 2001 11:35:37 -0700 From: Max Khon To: Maxim Sobolev Cc: ports@freebsd.org Subject: Re: ports policy Message-ID: <20011009113537.A67160@hub.freebsd.org> References: <20011009063033.A45996@hub.freebsd.org> <200110091356.f99DuAF40284@vega.vega.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110091356.f99DuAF40284@vega.vega.com>; from sobomax@FreeBSD.ORG on Tue, Oct 09, 2001 at 04:54:50PM +0300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, there! On Tue, Oct 09, 2001 at 04:54:50PM +0300, Maxim Sobolev wrote: > > I would like to add FreeBSD native Oracle OCI libraries to ports/ collection > > (e.g. for DBD::Oracle etc.) but I do not know where they were taken from and > > whether it is legal to distribute them. > > What is the policy WRT such ports? > > In general you should try to be at the safe side - i.e. avoid adding > things with unknown origin and license terms. It is why we have > ports/LEGAL file in the first place. There are two main goals: > > 1. User should know when he/she installs software with restrictive > license to be able to act accordingly; > > 2. commercial distributors of the value-added products (e.g. FreeBSD > CD sets, etc) should have a way to distinguish packages that could > be legally redistributed for a fee from those that could not. > > I would suggest you to clarify license terms for the above mentioned > software and only then add it into collection. I wonder whom should I contact about this stuff? Oracle? Seems that they never released this beast. /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 11:50: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C21C37B408 for ; Tue, 9 Oct 2001 11:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99Io1I44406; Tue, 9 Oct 2001 11:50:01 -0700 (PDT) (envelope-from gnats) Date: Tue, 9 Oct 2001 11:50:01 -0700 (PDT) Message-Id: <200110091850.f99Io1I44406@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ernst de Haan Subject: Re: ports/28464: New port: www/orion-current Reply-To: Ernst de Haan Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28464; it has been noted by GNATS. From: Ernst de Haan To: freebsd-gnats-submit@FreeBSD.org Cc: sobomax@FreeBSD.org, java@FreeBSD.org Subject: Re: ports/28464: New port: www/orion-current Date: Tue, 9 Oct 2001 20:46:46 +0200 Could somebody please commit this port? I've submitted it quite a while ago... And I would like to backport some changes in www/orion to this new port (www/orion-current)... If you want a diff between www/orion and www/orion-current, it's here: * http://www.jollem.com/~ernst/orion__orion-current.diff * http://www.pensioenconsult.com/orion__orion-current.diff (mirror) If you want me to submit this as a new PR, lemme know... /Ernst To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 12:28: 0 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 57D2A37B40A; Tue, 9 Oct 2001 12:27:56 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99JQ9751724; Tue, 9 Oct 2001 12:26:09 -0700 (PDT) (envelope-from tobez) Date: Tue, 9 Oct 2001 12:26:09 -0700 (PDT) From: Message-Id: <200110091926.f99JQ9751724@freefall.freebsd.org> To: svenasse@polaris.ca, tobez@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31108: Updated port: textproc/p5-Tree-Nary from 1.1 to 1.21 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Updated port: textproc/p5-Tree-Nary from 1.1 to 1.21 State-Changed-From-To: open->closed State-Changed-By: tobez State-Changed-When: Tue Oct 9 12:22:54 PDT 2001 State-Changed-Why: Update committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31108 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 12:28: 0 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B7E737B405; Tue, 9 Oct 2001 12:27:56 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99JKIR51066; Tue, 9 Oct 2001 12:20:18 -0700 (PDT) (envelope-from tobez) Date: Tue, 9 Oct 2001 12:20:18 -0700 (PDT) From: Message-Id: <200110091920.f99JKIR51066@freefall.freebsd.org> To: ahze@ahze.net, tobez@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31155: p5-Proc-ProcessTable 0.31 -> 0.32 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: p5-Proc-ProcessTable 0.31 -> 0.32 State-Changed-From-To: open->closed State-Changed-By: tobez State-Changed-When: Tue Oct 9 12:03:35 PDT 2001 State-Changed-Why: Update committed, thanks! I also fixed plist. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31155 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 13: 0: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F05A337B40B for ; Tue, 9 Oct 2001 13:00:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99K03f54909; Tue, 9 Oct 2001 13:00:03 -0700 (PDT) (envelope-from gnats) Received: from Clarke.i-pi.com (Clarke.i-pi.com [198.49.217.12]) by hub.freebsd.org (Postfix) with ESMTP id 1942F37B408 for ; Tue, 9 Oct 2001 12:51:44 -0700 (PDT) Received: (from ingham@localhost) by Clarke.i-pi.com (8.11.6/8.11.6) id f99JpeO13687; Tue, 9 Oct 2001 13:51:40 -0600 (MDT) (envelope-from ingham) Message-Id: <200110091951.f99JpeO13687@Clarke.i-pi.com> Date: Tue, 9 Oct 2001 13:51:40 -0600 (MDT) From: Kenneth Ingham Reply-To: Kenneth Ingham To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31176: Updated Makefile and distinfo for ifhp port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31176 >Category: ports >Synopsis: Updated Makefile and distinfo for ifhp port >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Oct 09 13:00:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Kenneth Ingham >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD Clarke.i-pi.com 4.4-STABLE FreeBSD 4.4-STABLE #17: Sun Sep 16 13:21:28 MDT 2001 ingham@Clarke.i-pi.com:/usr/src/sys/compile/CLARKE i386 >Description: The version of ifhp that the ports build does not run on parallel ports. >How-To-Repeat: Build the current port and try it on a parallel port. >Fix: Here is the md5 for the new distinfo file in the port MD5 (ifhp-3.4.6.tgz) = bc91827d89042f032ea21753667c17a9 Here is the new Makefile # New ports collection makefile for: ifhp # Date created: 27 August 1999 # Whom: papowell@astart.com # # $FreeBSD: ports/print/ifhp/Makefile,v 1.3 2000/04/09 17:49:58 cpiazza Exp $ # PORTNAME= ifhp PORTVERSION= 3.4.6 CATEGORIES= print MASTER_SITES= ftp://ftp.astart.com/pub/LPRng/FILTERS/ EXTRACT_SUFX= .tgz MAINTAINER= papowell@astart.com MAKEFILE= Makefile HAS_CONFIGURE= yes MAN8= ifhp.8 textps.8 post-install: ${INSTALL} -d -g bin -o bin -m 0555 ${PREFIX}/share/doc/ifhp .if !defined(NOPORTSDOCS) ${CP} -r ${WRKSRC}/HOWTO/* ${PREFIX}/share/doc/ifhp; .endif .include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 13:40:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7505B37B407 for ; Tue, 9 Oct 2001 13:40:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99Ke6F62187; Tue, 9 Oct 2001 13:40:06 -0700 (PDT) (envelope-from gnats) Date: Tue, 9 Oct 2001 13:40:06 -0700 (PDT) Message-Id: <200110092040.f99Ke6F62187@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jonathan Chen Subject: Re: ports/31170: kpilot does not build Reply-To: Jonathan Chen Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31170; it has been noted by GNATS. From: Jonathan Chen To: aaron Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/31170: kpilot does not build Date: Wed, 10 Oct 2001 09:30:59 +1300 There's a pr to fix this at: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31024 It just needs to be reviewed and committed. -- Jonathan Chen ---------------------------------------------------------------------- "With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead." -- RFC 1925 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 13:57:52 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6429A37B40A; Tue, 9 Oct 2001 13:57:49 -0700 (PDT) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99KpmT63757; Tue, 9 Oct 2001 13:51:48 -0700 (PDT) (envelope-from olgeni) Date: Tue, 9 Oct 2001 13:51:48 -0700 (PDT) From: Message-Id: <200110092051.f99KpmT63757@freefall.freebsd.org> To: michiel.dewilde@rug.ac.be, olgeni@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31154: Update port (by maintainer): x11-wm/mosfet-liquid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port (by maintainer): x11-wm/mosfet-liquid State-Changed-From-To: open->closed State-Changed-By: olgeni State-Changed-When: Tue Oct 9 13:49:48 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31154 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 13:57:53 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 96EE637B409; Tue, 9 Oct 2001 13:57:48 -0700 (PDT) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99KqNQ63837; Tue, 9 Oct 2001 13:52:23 -0700 (PDT) (envelope-from olgeni) Date: Tue, 9 Oct 2001 13:52:23 -0700 (PDT) From: Message-Id: <200110092052.f99KqNQ63837@freefall.freebsd.org> To: ddavid_3@yahoo.com, olgeni@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31044: UPDATE: mosfet-liquid-0.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: UPDATE: mosfet-liquid-0.6 State-Changed-From-To: open->closed State-Changed-By: olgeni State-Changed-When: Tue Oct 9 13:49:02 PDT 2001 State-Changed-Why: Committed from ports/31154, but thanks anyway! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31044 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 15: 7:50 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E837537B40B; Tue, 9 Oct 2001 15:07:48 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99M5NB79420; Tue, 9 Oct 2001 15:05:23 -0700 (PDT) (envelope-from lioux) Date: Tue, 9 Oct 2001 15:05:23 -0700 (PDT) From: Message-Id: <200110092205.f99M5NB79420@freefall.freebsd.org> To: tkato@prontomail.com, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31172: Update port: japanese/truetypefonts to 2001.08.18.2 (fix ports/31074) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: japanese/truetypefonts to 2001.08.18.2 (fix ports/31074) State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Tue Oct 9 15:05:11 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31172 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 15:10:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D38837B408 for ; Tue, 9 Oct 2001 15:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99MA1b80192; Tue, 9 Oct 2001 15:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E543137B403 for ; Tue, 9 Oct 2001 15:04:30 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99M4Up76467; Tue, 9 Oct 2001 15:04:30 -0700 (PDT) (envelope-from nobody) Message-Id: <200110092204.f99M4Up76467@freefall.freebsd.org> Date: Tue, 9 Oct 2001 15:04:30 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31178: Update port: games/oonsoo Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31178 >Category: ports >Synopsis: Update port: games/oonsoo >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 09 15:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line >How-To-Repeat: >Fix: diff -urN /usr/ports/games/oonsoo/Makefile games/oonsoo/Makefile --- /usr/ports/games/oonsoo/Makefile Sun Oct 29 15:31:34 2000 +++ games/oonsoo/Makefile Wed Oct 10 05:36:31 2001 @@ -8,7 +8,7 @@ PORTNAME= oonsoo PORTVERSION= 1.2 CATEGORIES= games -MASTER_SITES= ftp://ftp.eos.ncsu.edu/pub/bsvc/rohan/ +MASTER_SITES= ftp://ftp.redlinelabs.com/pub/oonsoo/ EXTRACT_SUFX= .tgz MAINTAINER= ports@freebsd.org diff -urN /usr/ports/games/oonsoo/pkg-descr games/oonsoo/pkg-descr --- /usr/ports/games/oonsoo/pkg-descr Thu Apr 20 04:22:03 2000 +++ games/oonsoo/pkg-descr Wed Oct 10 05:34:32 2001 @@ -5,7 +5,7 @@ This game is a little harder than most because a different deck of cards is used. Sounds effects are also built in. -WWW: http://www4.ncsu.edu/~bwmott/www/oonsoo/ +WWW: http://www.redlinelabs.com/oonsoo/ Share and enjoy, >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 15:10:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 465D937B40B for ; Tue, 9 Oct 2001 15:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99MA1A80201; Tue, 9 Oct 2001 15:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 80C2F37B409 for ; Tue, 9 Oct 2001 15:05:18 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99M5Im78832; Tue, 9 Oct 2001 15:05:18 -0700 (PDT) (envelope-from nobody) Message-Id: <200110092205.f99M5Im78832@freefall.freebsd.org> Date: Tue, 9 Oct 2001 15:05:18 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31179: Update port: graphics/netpbm to 9.20 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31179 >Category: ports >Synopsis: Update port: graphics/netpbm to 9.20 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 09 15:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 9.20 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/netpbm/Makefile graphics/netpbm/Makefile --- /usr/ports/graphics/netpbm/Makefile Sat Sep 22 17:38:36 2001 +++ graphics/netpbm/Makefile Wed Oct 10 00:00:00 2001 @@ -6,7 +6,7 @@ # PORTNAME= netpbm -PORTVERSION= 9.19 +PORTVERSION= 9.20 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -urN /usr/ports/graphics/netpbm/distinfo graphics/netpbm/distinfo --- /usr/ports/graphics/netpbm/distinfo Sat Sep 22 17:38:40 2001 +++ graphics/netpbm/distinfo Wed Oct 10 00:00:00 2001 @@ -1 +1 @@ -MD5 (netpbm-9.19.tgz) = c5793f67bb96c8bc7ff4531d0b9c08ac +MD5 (netpbm-9.20.tgz) = a815a1f0ae94d727cb6614698f3aff28 diff -urN /usr/ports/graphics/netpbm/files/patch-ba graphics/netpbm/files/patch-ba --- /usr/ports/graphics/netpbm/files/patch-ba Thu Sep 6 00:07:29 2001 +++ graphics/netpbm/files/patch-ba Wed Oct 10 00:00:00 2001 @@ -1,5 +1,5 @@ ---- GNUmakefile.orig Fri Aug 17 13:34:44 2001 -+++ GNUmakefile Wed Sep 5 00:00:00 2001 +--- GNUmakefile.orig Sat Sep 22 01:26:48 2001 ++++ GNUmakefile Wed Oct 10 00:00:00 2001 @@ -69,7 +69,7 @@ default: $(DEFAULT_TARGET) @@ -10,13 +10,13 @@ .PHONY: nonmerge nonmerge: $(SUBDIRS) @@ -160,10 +160,10 @@ - - .PHONY: install.hdr install.hdr: $(INSTALLHDRS) $(SRCDIR)/pm_config.h -- $(INSTALL) -c -m$(INSTALL_PERM_HDR) \ + # See notes in Makefile.common about how $(INSTALL) varies from one + # platform to another. +- $(INSTALL) -c -m $(INSTALL_PERM_HDR) \ + ${BSD_INSTALL_DATA} \ $(SRCDIR)/pm_config.h $(INSTALLHDRS) -- $(INSTALL) -c -m$(INSTALL_PERM_HDR) \ +- $(INSTALL) -c -m $(INSTALL_PERM_HDR) \ - $(SRCDIR)/shhopt/shhopt.h $(INSTALLHDRS) + ${BSD_INSTALL_DATA} \ + $(SRCDIR)/shhopt/pm_shhopt.h $(INSTALLHDRS) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 15:20: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C39F37B40A for ; Tue, 9 Oct 2001 15:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99MK1m81509; Tue, 9 Oct 2001 15:20:01 -0700 (PDT) (envelope-from gnats) Received: from proxy4.ba.best.com (proxy4.ba.best.com [206.184.139.15]) by hub.freebsd.org (Postfix) with ESMTP id 8394337B401 for ; Tue, 9 Oct 2001 15:16:31 -0700 (PDT) Received: from renfro.org (ckftoh@sdn-ar-007casjosP058.dialsprint.net [63.180.74.42]) by proxy4.ba.best.com (8.9.3/8.9.2/best.out) with ESMTP id PAA28027 for ; Tue, 9 Oct 2001 15:15:52 -0700 (PDT) Received: (from scott@localhost) by renfro.org (8.11.4/8.11.4) id f99MFo502607; Tue, 9 Oct 2001 15:15:50 -0700 (PDT) (envelope-from scott) Message-Id: <200110092215.f99MFo502607@renfro.org> Date: Tue, 9 Oct 2001 15:15:50 -0700 (PDT) From: Scott Renfro Reply-To: Scott Renfro To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31180: upgrade security/rats from 1.1 to 1.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31180 >Category: ports >Synopsis: upgrade security/rats from 1.1 to 1.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Oct 09 15:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Scott Renfro >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD bonsai 4.3-STABLE FreeBSD 4.3-STABLE #1: Sun Aug 5 13:27:32 PDT 2001 scott:/usr/src/sys/compile/FWGW4 i386 >Description: [This supersedes ports/30791] This patch upgrades security/rats (a source code auditing tool) from v1.1 to v1.3 (note that v1.3 was released just a few days after 1.2 due to a bug in the php database). The resulting port passes all of the tests in the porter's handbook. >How-To-Repeat: >Fix: diff -ruN rats.orig/Makefile rats/Makefile --- rats.orig/Makefile Tue Oct 9 14:34:45 2001 +++ rats/Makefile Tue Oct 9 14:50:23 2001 @@ -6,7 +6,7 @@ # PORTNAME= rats -PORTVERSION= 1.1 +PORTVERSION= 1.3 CATEGORIES= security devel MASTER_SITES= http://www.securesw.com/rats/ @@ -25,5 +25,6 @@ ${MKDIR} ${PREFIX}/share/doc/rats ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/rats .endif +MAN1= rats.1 .include diff -ruN rats.orig/distinfo rats/distinfo --- rats.orig/distinfo Tue Oct 9 14:34:45 2001 +++ rats/distinfo Tue Oct 9 14:39:28 2001 @@ -1 +1 @@ -MD5 (rats-1.1.tar.gz) = 39bd3a5f9bdecff15b0fec0c1bb5203a +MD5 (rats-1.3.tar.gz) = 1c90d307be665ec8c5b406aee6b02535 diff -ruN rats.orig/pkg-plist rats/pkg-plist --- rats.orig/pkg-plist Tue Oct 9 14:34:45 2001 +++ rats/pkg-plist Tue Oct 9 14:41:53 2001 @@ -2,5 +2,6 @@ lib/rats-c.xml lib/rats-perl.xml lib/rats-python.xml +lib/rats-php.xml %%PORTDOCS%%share/doc/rats/README %%PORTDOCS%%@dirrm share/doc/rats >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 15:28:41 2001 Delivered-To: freebsd-ports@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id 0B95437B408; Tue, 9 Oct 2001 15:28:38 -0700 (PDT) Received: from jonc.itouch ([192.168.2.21]) by itouch.co.nz with esmtp (Exim 3.33 #1) id 15r5Ma-000567-00; Wed, 10 Oct 2001 11:28:36 +1300 Received: (from jonc@localhost) by jonc.itouch (8.11.6/8.11.6) id f99MSaK09600; Wed, 10 Oct 2001 11:28:36 +1300 (NZDT) (envelope-from jonc) Date: Wed, 10 Oct 2001 11:28:35 +1300 From: Jonathan Chen To: freebsd-ports@freebsd.org, doc@freebsd.org Subject: Removing symbolic links in the package with pkg_delete Message-ID: <20011010112835.A9529@jonc.itouch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, It may be worth mentioning in the Porter's Handbook that it's better to list symbolic links in the pkg-plist prior to real files, otherwise pkg_delete refuses to remove them if the file that it points to is already gone, as the md5 checksum doesn't match. Cheers. -- Jonathan Chen | To do is to be -- Nietzsche | To be is to do -- Sartre | Scooby do be do -- Scooby To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 16:57:52 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A6F5437B401; Tue, 9 Oct 2001 16:57:48 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99NtIq92928; Tue, 9 Oct 2001 16:55:18 -0700 (PDT) (envelope-from lioux) Date: Tue, 9 Oct 2001 16:55:18 -0700 (PDT) From: Message-Id: <200110092355.f99NtIq92928@freefall.freebsd.org> To: tkato@prontomail.com, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31179: Update port: graphics/netpbm to 9.20 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: graphics/netpbm to 9.20 State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Tue Oct 9 16:54:40 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31179 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 17:20:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 596BA37B407 for ; Tue, 9 Oct 2001 17:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9A0K1S99465; Tue, 9 Oct 2001 17:20:01 -0700 (PDT) (envelope-from gnats) Received: from mail.netbeat.de (mail.netbeat.de [212.6.214.38]) by hub.freebsd.org (Postfix) with SMTP id B6AE437B403 for ; Tue, 9 Oct 2001 17:14:51 -0700 (PDT) Received: (qmail 5361 invoked from network); 10 Oct 2001 00:30:52 -0000 Received: from p3ee3944c.dip.t-dialin.net (HELO olli.homeip.net) (62.227.148.76) by mail.netbeat.de with SMTP; 10 Oct 2001 00:30:52 -0000 Received: (from olivleh1@localhost) by olli.homeip.net (8.11.6/8.11.5) id f9A0ENm36751; Wed, 10 Oct 2001 02:14:23 +0200 (CEST) (envelope-from olivleh1) Message-Id: <200110100007.f9A07v832748@olli.homeip.net> Date: Wed, 10 Oct 2001 02:07:57 +0200 (CEST) From: Oliver Lehmann Reply-To: Oliver Lehmann To: FreeBSD-gnats-submit@freebsd.org Cc: Oliver Lehmann X-Send-Pr-Version: 3.113 Subject: ports/31181: update port: mail/sylpheed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31181 >Category: ports >Synopsis: update port: mail/sylpheed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Oct 09 17:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Oliver Lehmann >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD sina.sesamestreet.net 4.4-STABLE FreeBSD 4.4-STABLE #2: Tue Sep 25 01:17:28 CEST 2001 olivleh1@bert.sesamestreet.net:/usr/obj/usr/src/sys/SINA i386 >Description: update sylpheed-port to 0.6.3 >How-To-Repeat: >Fix: diff -ruN sylpheed.old/Makefile sylpheed/Makefile --- sylpheed.old/Makefile Wed Oct 10 01:39:49 2001 +++ sylpheed/Makefile Wed Oct 10 01:39:58 2001 @@ -6,7 +6,7 @@ # PORTNAME= sylpheed -PORTVERSION= 0.6.2 +PORTVERSION= 0.6.3 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ diff -ruN sylpheed.old/distinfo sylpheed/distinfo --- sylpheed.old/distinfo Wed Oct 10 01:39:49 2001 +++ sylpheed/distinfo Wed Oct 10 01:40:23 2001 @@ -1 +1 @@ -MD5 (sylpheed-0.6.2.tar.bz2) = 4f92dce0a085f68391d4a78d0f5cc656 +MD5 (sylpheed-0.6.3.tar.bz2) = 538225dec1ef6d896e4bd950fc085d3e diff -ruN sylpheed.old/pkg-plist sylpheed/pkg-plist --- sylpheed.old/pkg-plist Wed Oct 10 01:39:49 2001 +++ sylpheed/pkg-plist Wed Oct 10 02:02:24 2001 @@ -20,6 +20,7 @@ share/locale/pl/LC_MESSAGES/sylpheed.mo share/locale/pt_BR/LC_MESSAGES/sylpheed.mo share/locale/ru/LC_MESSAGES/sylpheed.mo +share/locale/sv/LC_MESSAGES/sylpheed.mo share/locale/zh_CN.GB2312/LC_MESSAGES/sylpheed.mo share/locale/zh_TW.Big5/LC_MESSAGES/sylpheed.mo share/sylpheed/manual/en/sylpheed-1.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 17:37:50 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4D4B37B406; Tue, 9 Oct 2001 17:37:48 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9A0ZXD05886; Tue, 9 Oct 2001 17:35:33 -0700 (PDT) (envelope-from tobez) Date: Tue, 9 Oct 2001 17:35:33 -0700 (PDT) From: Message-Id: <200110100035.f9A0ZXD05886@freefall.freebsd.org> To: anders@fix.no, tobez@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30953: New port: net/p5-Net-ParseWhois Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: net/p5-Net-ParseWhois State-Changed-From-To: open->closed State-Changed-By: tobez State-Changed-When: Tue Oct 9 17:34:36 PDT 2001 State-Changed-Why: New port added by petef, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30953 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 17:57:50 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF21937B407; Tue, 9 Oct 2001 17:57:48 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9A0nSW07018; Tue, 9 Oct 2001 17:49:28 -0700 (PDT) (envelope-from tobez) Date: Tue, 9 Oct 2001 17:49:28 -0700 (PDT) From: Message-Id: <200110100049.f9A0nSW07018@freefall.freebsd.org> To: adrian@ubergeeks.com, tobez@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30997: new port: security/p5-Digest-HMAC Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: new port: security/p5-Digest-HMAC State-Changed-From-To: open->analyzed State-Changed-By: tobez State-Changed-When: Tue Oct 9 17:42:07 PDT 2001 State-Changed-Why: Please follow the guidelines listed in the Porter's Handbook (http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html) when submitting a port. In particular, it would be nice if you make this port at least marginally portlint-clean (see /usr/ports/devel/portlint). It is also good to make the shar archive which will create the port directory when launched, rather then creating the files in the current directory. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30997 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 18: 7:50 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C30C337B403; Tue, 9 Oct 2001 18:07:48 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9A132B08833; Tue, 9 Oct 2001 18:03:02 -0700 (PDT) (envelope-from tobez) Date: Tue, 9 Oct 2001 18:03:02 -0700 (PDT) From: Message-Id: <200110100103.f9A132B08833@freefall.freebsd.org> To: gshapiro+freebsd-gnats@gshapiro.net, tobez@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31152: New port: p5-Crypt-HCE_SHA Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: p5-Crypt-HCE_SHA State-Changed-From-To: open->closed State-Changed-By: tobez State-Changed-When: Tue Oct 9 18:02:25 PDT 2001 State-Changed-Why: New port added, thanks! I have fixed plist and added missing dependencies. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31152 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 18:21:28 2001 Delivered-To: freebsd-ports@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 148F937B403 for ; Tue, 9 Oct 2001 18:21:23 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 86E672B6AC; Wed, 10 Oct 2001 03:21:12 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id 8D9B57B0; Wed, 10 Oct 2001 11:20:37 +1000 (EST) Date: Wed, 10 Oct 2001 11:20:37 +1000 From: Edwin Groothuis To: Peter Pentchev Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/31113: bsd.ports.subdir.mk: remove NOCLEANDEPENDS from the /etc/make.conf Message-ID: <20011010112037.A2860@k7.mavetju.org> References: <200110091140.f99Be3c46014@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110091140.f99Be3c46014@freefall.freebsd.org>; from roam@ringlet.net on Tue, Oct 09, 2001 at 04:40:03AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Oct 09, 2001 at 04:40:03AM -0700, Peter Pentchev wrote: > The following reply was made to PR ports/31113; it has been noted by GNATS. > > From: Peter Pentchev > To: Edwin Groothuis > Cc: FreeBSD-gnats-submit@freebsd.org > Subject: Re: ports/31113: bsd.ports.subdir.mk: remove NOCLEANDEPENDS from the /etc/make.conf > Date: Tue, 9 Oct 2001 14:30:01 +0300 > > On Mon, Oct 08, 2001 at 12:03:47PM +1000, Edwin Groothuis wrote: > > > > >Number: 31113 > > >Category: ports > > >Synopsis: bsd.ports.subdir.mk: remove NOCLEANDEPENDS from the /etc/make.conf > > >Originator: Edwin Groothuis > > >Release: FreeBSD 4.4-RELEASE i386 > > >Organization: > > - > > >Environment: > > System: FreeBSD k7.mavetju.org 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Thu Oct 4 08:49:05 EST 2001 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386 > > > > >Description: > > > > When using "make clean" in a directory below /usr/ports/*, default > > is to do a make clean for the dependant ports also. This is nice. > > > > When using "make clean" in /usr/ports or in a directory of > > /usr/ports/*, default is to do a make clean for the dependant ports > > also. This is not nice, because a lot of ports have the same > > dependencies, causing a *lot* of extra calls for "make clean"s which > > are not needed. > > > > The solution for this is to add NOCLEANDEPENDS=yes in /etc/make.conf. > > But then next time when you run "make clean" in a freshly cleaned > > ports-directory, it will not clean the dependencies (which is > > exactly what is wanted with putting it in /etc/make.conf). > > Uhm.. wouldn't a simpler solution be to specify NOCLEANDEPENDS for > just that one run of make(1), on the command line? > Something like 'make NOCLEANDEPENDS=yes clean' or simply > 'make -DNOCLEANDEPENDS clean'? Sure. But then you have to specify it everytime you do it. And people who are running it for the first time, without clue of this, will run into the same situation over and over again. There is a difference between the way the environment variables and commandline-options should be treated when running it in a port-directory (/usr/ports/something/blaat) and when it is in the ports-directory (/usr/ports or /usr/ports/something) Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 18:40: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 311A537B401 for ; Tue, 9 Oct 2001 18:40:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9A1e2j15500; Tue, 9 Oct 2001 18:40:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 9 Oct 2001 18:40:02 -0700 (PDT) Message-Id: <200110100140.f9A1e2j15500@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chern Lee Subject: Re: ports/30779: make deinstall fails on mysql-server-3.23.42 Reply-To: Chern Lee Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/30779; it has been noted by GNATS. From: Chern Lee To: , Cc: Subject: Re: ports/30779: make deinstall fails on mysql-server-3.23.42 Date: Tue, 9 Oct 2001 18:35:09 -0700 (PDT) The version you have installed and the version in your ports tree may be different. Try looking at: pkg_info | grep mysql-server and pkg_delete mysql-server- - chern To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 19: 7:32 2001 Delivered-To: freebsd-ports@freebsd.org Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by hub.freebsd.org (Postfix) with ESMTP id 2EE2237B403; Tue, 9 Oct 2001 19:07:22 -0700 (PDT) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2:290:27ff:fe98:c0b7]) by white.imgsrc.co.jp (Postfix) with ESMTP id 239B024D2C; Wed, 10 Oct 2001 11:07:21 +0900 (JST) Received: from waterblue.imgsrc.co.jp (waterblue.imgsrc.co.jp [2001:218:422:2:2d0:b7ff:fea0:d487]) by black.imgsrc.co.jp (Postfix) with ESMTP id 4A50BD1401; Wed, 10 Oct 2001 11:07:20 +0900 (JST) Date: Wed, 10 Oct 2001 11:07:18 +0900 Message-ID: <7m669ojlih.wl@waterblue.imgsrc.co.jp> From: Jun Kuriyama To: Ports Team Cc: billf@FreeBSD.org Subject: [ucd-snmp] 4.2.2 released In-Reply-To: <7mofnpovaa.wl@waterblue.imgsrc.co.jp> References: <7mofnpovaa.wl@waterblue.imgsrc.co.jp> User-Agent: Wanderlust/2.6.0 (Twist And Shout) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 MULE XEmacs/21.4 (patch 4) (Artificial Intelligence) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: multipart/mixed; boundary="Multipart_Wed_Oct_10_11:07:18_2001-1" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --Multipart_Wed_Oct_10_11:07:18_2001-1 Content-Type: text/plain; charset=US-ASCII OK. I updated port for 4.2.2 release of net/net-snmp. One trouble I cannot resolve yet is: o snmpwalk(1) checks if returned OIDs are ordered as increasing or not. But var_udp6() in agent/mibgroup/mibII/ipv6.c may not return OIDs such. So it may be required to use "-Cc" option for snmpwalk(1) if you want to use snmpwalk(1) to 4.2.2 release of snmpd(8). I tested this updates only on -current. I appreciate if someone can test this on 4-stable. I'll commit this after 4-stable checking (by me or someone). -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project --Multipart_Wed_Oct_10_11:07:18_2001-1 Content-Type: application/octet-stream; type=tar+gzip Content-Disposition: attachment; filename="net-snmp.tgz" Content-Transfer-Encoding: base64 H4sIAN2rwzsAA+w8a3faSLLzFX5FTx47JlhCAklgss4NAZwwMeADOMmc2Tk6siRAayHp6mHH m/X+9lvVeiCwBJ6EMPfe0Ccx6q7q7uqqrurqp6X7jGctnMpP3y8QgauLIvmJEL5ep78QuOg3 ipB6TeLqVbEmVAGNl+riT0T8jjQlIfB8xSXkp+vANe6UhZKHdzvXdXMfBO03WLH82x/G36sP PFr+klATRAnQqrXaQf57CSvyH9m2/x3q4DmQrLBB/nwN5F+tofw5DvW/VuX5nwj3HWh5EH5w +Vfm9kKvWOqNV/yrSTmEvyCs6r/u2J7h2+7dTuvYqv/Vdf0XBEE66P8+gmO7vleBXlCJe8LB DvxIYUX/u5bvGrq36zq26X9N4Nf8v1pdEA76v4/QqUwNU/cqEIoV53rGaLqnuhWeFSqTeUB+ VSzCN+BfU2g0aw1S5TgeMfvKtY4ZAVGsU8y+ckd4DjFFocnVEkzN8HzDmtqAyQsbMbF2xwR0 RN1cKKKq9mKhWz4l9cw1SCuYxbjVJi/FuH81g/+Xh0T/Y4l+hzq26L8o1euh/sOoL/EC6r8g 1g76v4/wlAz0W0K9AKLapqmrvmFbZBH1BjK13WYhULXQNXhKOoqvE9XV4UdrFiBUJfJrYOmE PzmRAP4R5hM0vTBzFHOhu8WnkPrszNX1N+NOkzz0N5Ked3xD0JqEisuJFVBmTmwKEpgeEkuH dD875BmUWbwYjiaDVr97uqQOkz50R+PecHBaENgqWy22W5Pu2+Go1x2fFqBCYjg3UrHfGk+6 I3ncm0AyKTz7kkqQx8PLUbt7Nhy97d6TfxQLhanvNCuVuBIWPpQbw2N1Laik4F5ggeess6pl KleMd2v46pxV55WF4bq2m2RPZ4G/7K1hsbbL/tOpOMEVsuTWdq8rFDPJUlwh7/JNpzc6JYm3 BtDeYAL/u6PTwpVhmtPXEbOh4FmxeDnuyq3LybA9HJydFu50r/gUk857bybD4XmY0huMJ63z 87E8fgfpYVqEcHbeegu8Yxiw48qVqTOmbxpXHmEYVzd1xdMZY2bZrl4sYgW9t5cjqG70dlw+ BRTdolm8ueLqGsSBK3NmYVwxC1sLYNQ5fTK3Pf9JDJlZAWNqRdaYEg16hKVrR29ak/a7UlbZ NAegKYHpe3Hcu/NgXLB8RfVPLfvK1u5eWzYLqgsEsrrp6cXeWAZ2dUet9qT3oXtKsKmsbmnG FDk54E8LBWTrVWBez3Sf5Ukcu1XM6yiqLrT4y7am0ScmoWzpt276SpweIyyLgy9L/xzHcHB0 F6ncIFqwSTHYS7JhYuBFER85G3/rnp/K77uK5ZmgoDHYVZzoM/AW0VfYHGxyDZqsaJoMctEM l60RGqECkl3dMRVVx3EWABG3ZQ9miDrEsUJoS4xs2RqmGpbhY2GpT9mwfN21FNODRIwrjhHl d1yAydTpMBw0PZAepoVFhN/21T8NLYndKGagr+S/UVyDMqRGwDRpsmKamN+L4ygnYxbHwpIx dxil5CfAlcbQpLh2bx74mn1rpQpAVsrKDPgTtSlMMBWQaBxJpTuGrLuuB162NUuXoJq2p8dY OlqMNHQK+iw7WhAj2I5uxd/OA2wkOYZ6Ohp0GbtYGsWDDr9E8bw0jWHcu7PUGC2VDUArpNKU mIJlCsr9QcY01TThIek0eZV+SMhtBIVZ68ieF/aiZZpvLHQ7WKMo7Ji3imuBLLwlPnRv5UZP 90gvnXFZVhgF3Qq5h6okRtaDpXZBDFGividGViICpZR1mRh3Y48VsbjGaRqnUXzTG6TME2pw bE7SZoWkbEhsQZLqQhuSWI3YPoT2IrEWiYUojpd1aglYKxZhvBhNLi/ks945jMDPvlyMume9 T/cV3VcrrspqlbCx3rwI5txSzUDTyd+vPI3F8Z91wHwsrl8Vqal/9mU4jkbte/LqlAgcjP/C huGEjuGxzaYjlrwc9YsX573xBIfJ8mnBm8NYdfrsywrSfbHowKjDOAoM0c1i4fWzL+2LeyAD 2zKGwfW+ggoHxArsHJI/jt6PR+37ircJVVxDDaswLOC3aWIlR0TVyJJPV4ZF/vY3gpYA/Jkv wOV7UnqI5q3hjfMQIx4nTgNmAmLf9Yede4LO94vM4nFgDr0NtJY5mcA/eo9tfZBR/6wsHJw8 Jh5Y4TWMZeQMDH+KG91Prf7FeZd2cpJKp2YTK565duCslNbRF/ZFcGUaKs31kmg27cLPvkSu itxpTVpA0bOz7VQRzG7pQBz0tt/Jz4TBTpfuwffkj5fEn+tWVEm3/W54T5600c0F60A29G+C 0wc/cAh6sOyTl2tkjtuj3sXknjALUhf5lZ4Tl8B6lN51kmhJUGq2AkHvohr0zf5/4oXH8/Qd zCnWA87/pE3rv8v5n1AX6PxP5A7rv3sJ/Y5IjmJNYeikiQWGsLN/lcgpaUz1q7oG/6dVjZca kiApU0HhhYagNBo6rxxWV/6vh0T/U0tqu65j6/4Pnvmo10Dpq5IocLj/AwbjoP/7CC2LgM8I zhS6VmQ86F8QA4cj7AcKer8HFf9/HVb0n056dl/HNv2XqgLd/+Wlmljl6P6PKFYP+r+PMJkb HoF/l+0O1f5johBNd40bUP4bndhT0u5f/uKFlsFR1Gvw2tli8QPMVG2YSPq2bXrE1c3QUfZt dKPJmJoQMgiXM0lfsSAXWhRy4dq+rdomCX1ayNMkxSJ2gtgQeQYaIjo3IDGAVg5TOVdx78LE sF6oztX/O8CJLEw7cJ4bLqZRw0Wmrr0Is9LSvLWckKa7OOtVLI3M4U9s/3CKGyEr5EZ3cT0B GYEtCyzjM/klml3/QnDAxOyBh62nuaN8k+uKo7smrnaRK9e+9XQXGvrx48cmmft0+TfWPNaz A1fVgW7gLC6M79Xirug/3X3bfR2b9Z/nqiLd/xVh8BerNar/kige9H8f4cqwKrql2pouX+t3 KujBTC9iInTcqkq/UuvhK3G6QBQnqHNdTcVg0p5E6Gr4MrYEpAuMFq+SeKjISTTSuCTupbKG a1pJlK6ML2NgHJaReKUrneIkkcBbVnijqMtI0lL/GthSfLjItb78Eq5tyIal6Z/ZXHB6aXoD 0gyU0r3Lx6Dr+1lQz+Iz0wPfli1U9SyoqpjmFdj5LNjqBkAWghcuhmfB5tBa3YX24tiQyRXD 8iUhCwA9k5rtLBiu4kZr9vmsxAX77GRMywI5iutlNnGL0DwVV4OzAGjqc9IZX80D5fMztdOQ C80nRVZNY1PBMOkPshuIUBzfc4GmPZvh/kYenLJWVtxZpjwpyg2g5AFxDysHdFPLhPhuoGa3 9M7z9czScrsbNSFommTb0DIxksUUKjkmgm9Gze9PCcrGcnzDlKeBpWZCgZlyPg8iBwdArzXD dRdkHaMIjlcF93yxAysrMc9ei7LPn9M19+fPYwBul9MerDxIWeZOJWWWQLfylPWElfxRSiq7 l4w4y89w9yJnnXhloToX6eHqdMy4vEXx1VX2qpouP5WKRhWd62woCNG/c0D8GWCv0nrbHUw+ Mf3eG9aHQXQd3OmN+60BM26/63Yuz7vb8XDROherC46we25c67kY79qDyz4zaWcDh+MJM+qG 5yzG+WWsok1+u+iOMxF7rUGLaXU6gDtmzlr93vlvDFT/pjvKL5zmOW8N3l4C5zZiGdMJsD0f 5YzpDT50R5NuhxlPWu33mzBzQYPuJGlBLtLFJtDZcPSxNepsQPkgMb12f1MhgLERmCPPCLal 5MtOPsLorM3zosiM+71ceJWvbcrPAIKYDewPB7k5x/3LfK3B6RzTHvb7l4Pe5LfNaGejVr/7 cTjKlz9F61/ki4giDIaT3lmv3Zr0NlGNmBej4actRE1ao7fdfD2mOJfj7oh50xpj/+1vRv3Q 636MUFvtzbg3VQb3bzfBt2TP6wsROKcvxtB+JnRTJ71sd5hOtz/cjNAbv+9tQTnvD/NljBi9 i7OPrXZ7I07YWfIQslUJ/+DgEHqa9As8/bnt+N4WNOrrocu2BQ9r34JiB74T5JOlRXSp5jaU K8Uz8ASKHzjbUMP1603kR4gL28LLLdvQbAfXhXDpewti6D5uw6LLSYZ1nc+65RmQSrh65W9q TAobP8OVq+LrAKbPukrAD2Gm5HlnfW+/wtLJ6KqvkkAzkh8KdxuS9iisJfkbMB+CDtsQ3yck 63/hNYDvUsej7/+KoiAJdP2Pw/3/w/3f7x/W5P9dboE/Tv7VuiRKfB3vAvM1QeAO8t9HyJD/ zm+B/7n73yh/ocYf7n/tJRzuf//YIUv/d30LfKv+1/g1/RdFkTvo/z5Cxn0s2hMO1uDHCBn6 v/Nb4FvP/0j1Nf9P5KTD+Z+9hNRdB7x2Xfmoa6TlAEPqhJeaXL0pcHi18wRvXYeT/OTEeoL/ a2ASIhK+2qxJTUHEC5wcvaWNNywYRQHE2sbb5BGi9lhEJLX6GMTrxyLS6+lpRO6kKQIit45o John+hX0VPBdkUt8bQ0xvtTK+razmgXK5ptVoVmtr2WZu7J36wYWqyZ8yLn/3tmddc7Q/3Vq jr91NrD1/H84/6tJ1TpXo+f/69zh/P9+Qq780x34G3vAI+UvcLW6WKvyiAbO4EH++whr8l+O BjusY/v7TxI4AXUO1J+v0fcfBKl+eP9tL+FpfLnsSST6Gjt/cnD+f5iwpv+xy7bTOrb6/zVx 7fy/IBzO/+4nMAxD73XjSapkyKePkhizQt+2yFD1wUATnm8K8I8+q8QVy+VyVq4CnQ2gA11H n7V60gSxo89afP2aMHXuWCJl+Ase7evXRVIk8cGxZ0d4P7v7adId4A3tUhiP7muXmthHnn2Z DN/8Or4vkkIIPe/I7X6n9MgylvnLBVMjzBu6s0jvPDGebSkLnaROsQnkH4BXYOxUIt5Tjwuw cI81BaLYLJs+CCdQQketAVDxWCKRJdGVcc1wveY+zHD2+C/uf/yn5/9rkhTqf50/zP/3Eg7j /48dssd/bad1bNH/qhS9/5oe/+v1g/7vI+D4v/YQB3z0ehX6ZNNUUfHIcegN4COLHV2li15C k683YaqeeANbyyikF9e4Jic0herSN+CrJ8d1Ug5/0Dl4akzJu9aHrjz+bYz/25Nz+R0mx29h eHceHsBSfZOdv4KRk4Ecmj4lsRkrlp+m3hGLU0vk3/9eTxSyEkUYjZ9i7wzTCb6ZFpHRO8Mn ZgBMHxQDrFQ9CB90JyV8SuXntSKrpbCpDaGKLlA5/GjQ5hYKBWd+5yma5l4FU3JKuJeYiO5O wZguIOEoPMIPlckLbzbXXPKi5PqLl9/ezjJWQY7i+j3yM1RfIkn8d4v+/IFE3NiG9qJ0hCSV CV96iZlDcLmMpISv8iDRpg5e0imQu2BewR8kGpJoq1SHlLMh0KBUU11/2VTVoQi3c3yU8IiW /gpsCLAZ8jCv4I+M5+PJ6SkZTfogg494oLpEvuyEP0lzkspiohEYtuchKOogmN0CwXmyYhqK lwgXuK6sSlZZEy1J1ewZ/9Lt6dELzAR8D3uS1ECXmm/UpUht8OHF+/DHU1Jle7Z6jWJachLQ UuLaznks9T6s9qRRpcp6csIn1WIPAmFqLP6RNcVX4MuQTcXzw0uFrH8je2A9QEAoNsyD6rU1 TxBnQlkipaZtzWRX9wPXClnJFArIaPJoEv4ePtqDT3lFSVTI9+SbiwlJxHY9oJIkFeTgHAUy JpT263xljv/Ltf+d1LFl/Jd4rra2/ydVD/7/fkLG+I9vclaWXeA/dFbfBybxMJmvNgWxKYav K2cN/GuZC5NAp3mrdbo/WG9GD7xSS1KTRDQk+MPzoSHBDgFGSHXujsJnEo+J49qqDKMi88pB a+CyAV4iRSNIYgMGljb2F95/6Mtvu5OL0bA9zrT9Ih2cZTl6JVWOb/i/OiVi+PRcmaRCFjH0 ivHv5/btBcR6eK76D/baiKmK7f5XleLICGOdVGHpJsZtMQ0r+FyK+UUfwZwekbj4JxUspPJc q4R3o59AjYZGkGOR0SVHR1MHjM4UX2VMZXSflEpobQeX5+clEtkmjIQjjsDXUWBClV8R2AvV 4SMrd5DIFomoCw1Q9Z2JRBQ5FIkoNlZEcr/0T3cph7B19HVjcrSR9fT5ydD/itygR2ZN+J0u IYvjnm0qruFVS2Eb5fF5a/xOxubJ/e7k3bAjr1UaGxLyX2mb4srmrcM6Lq1PJ00y7nXOsVrk rlTjj09IWRJqx3x9yV0cv9NmyUMn4AWMc99PA2i9lRfk06dPTdJSVXzn1JoR4LRDHTtVAdvo gZs4g7kFy7JRjlUfY5PAaDHUxvqGeu2RclRC0tZt+byvzGfQfC/Ji0omzdzL1S702BYl/Shp D3kEXane9zW5orbswmzvzEJI9RrOEqQT6MO1cHKd0zXJ+hz6z3Jcp2zQ5ZsFewMTIcVhcdpS 4bmqEErxW7v+n+7VNwvPUVSdeQX0+EgM7Z/b+mY6l/dVuTTM9TKT3HTsBTma6b4DThTiH5VI Bd/DEUqbtIF8nTasyibmBdnSqvV8MTewYzX4k+MGKTcEabVjZRjoQkRiqiI1cF18voQmwYd7 Vy7/8XL3dhP1ZnO9y/EKVz5IKWL8I0mmtszQUlbqUTWuDnNRxeTPVZyUEdef2JxH0/Et9Uf1 /tVTmEP4hpC9/r/L3b/t+39Vuv+3uv4vHc5/7SXg/N+0VcUM37YKJ/t4oBdkwjWaYq1ZTe35 pzDX9vpr1aaYXs8/FkiZP6ajAvP050rgufjmOX0TDwzUagJhbnHrG5/yM1ydiAeTsr+Qrf/X O61ji/7zYm39/U/h8P73nsJy/e/B6Z9xALMI+4bwJ7h0JzaanLS+35d/9qdWb3IpeyA16JYX /jSWh3+Sd58edQDoHNLoQ0f0HA5Jvfu07VjNwyNDj6z5Ya0kKQp+xqWNx4keW0nqsFHqJSys O111+uBRGi11+Cj9jtaDA0iPZVbx8cixYPq9N7mHsx5XUrqUP8vj+OkvYY2RUToUndC3ysIY YZWDSXFfz0DV1BVrL8e3vjlk2//dGrot5//x7afo/odYlzie2v/D/e/9BLT/4euDgYtm/D+F MUwH8d4RkfCikiCtOIBp1Ghf6I5afL7JnTS5RogZnuhoSHRzGn+hCDT6rbbcbrXfdWX4335/ RDfs7SlxfTqlJOHmMxR+rKiyeiOPQMMmo99kfPvtuEh+B9Uqa5ZJBFB1fEZU8elb0Vf/097R P7WtI9+vyV+hpqaJ82nnwylhwruWhpY5aDkCc2+u5VwndsDNhzO2A3T6+N9vdyU5TkgI92Bo Z563nWDL0molS+uVtB+zEGRHZAg2g7W/2AtIF6A2LL336ej44LCT+4w7CHHtEe5P73IX0oWS xz87Jx87h/N7M0pYVDvx+kMn5CVnE9wwi/Lx2xXl0MLW92ahQ8XOi0AN7WhQ/u7pydneadTe D2+6cG2+657OSfFD0w7oYB4jkwWlXX+CDnujRX8Bz0ii03ven364wzDZD8uy3GftvAwle27I 2kzfmT8F5HR3XmR3O7+dgQ4tQbdngBmn2eI7oNe62NFsTUf/7MGewB1Yzf+fNgrQpvV/wxDy f6PW1KX+X8L/nwXuOf+nEfE9Uv+Ly/fbyO3rrzdqAUQolkrrWqsaWx3UXpMawOtI9y/iHqE9 QtfNu/NjNVL0u1+fCxLcuvoAxS+e8f9SCZRb0+87p/vd7umbU54msx7tdzEo7WEHBUHJu48+ nX08NT/ud1OZySD4tbSrl+b/kon309Sxcf6T/Y9e01AAxGsdpMBk/j8LvHxB23AYqBGG8QvG A921lZxzM/WZorEWy3zJVcr5L6oIfvelbFeUXM8KSOSCLOoXJaPy+HmkYuH0Lz2WUbQW27Mm Ey+EyRE6/hhnAobQ4DVk2O6rKs9+A8KInsZId31ACiX1DHMnaVKuU9Opz6x0sxQSkQ9Tds4D Fq54AulERWnCsjzuZjad2tkBnN4UUA7d0cgajdj9mfOQk7flLAD+1mJfY43+yn4QgX8iylve GizkBFY/naY2ab/URF8Dq7//fdroLY/rT1LHpvVfrSrj/xm1Btn/Glot2f97FqDvf/S651/6 rjPFjT+tCYu6lqbHvvRRZtLtI/PAbVz/NQyx/hMnANtNriTcFF/1z7BMOOn86+zgBJYIcC0C jJvdzunZ8bkKiwrcOnnJKCJRH0SFnsNmAZBCUX56M3dk4y4MeuZn1xirc+I4tmOnSxLRu85x t51RYPlizW5M2/Uro3BsuRP4nGXShcVcG+OZszV4iMQ3o2vre4DUMW/mM+96Iikrp5mMrJ5V ct0PHdTIUHLAI0xqAWBTKyJvlvqpqlfr2FHiL/YUk1GHSKW9LcSPkuL1vnH/sJiFeKUSz4hM kyaULOCMBsDDSnyWifBJJvKvwAymTh8o/AGpmHCr/BDNvy0HHmGdDQYu8t2VOZgikuE6K7Xz HlvDHbyCP+B7lif77Ym3kAzZzakPYtZN7MlOcoD0YFin/w3TY/hE6t8b+X9d5/7fjHqjbmAs KL3RNGoJ/38OuGf9x4cA/yRErL6GDo9q9VZ9e63t12J5Mhsjx0dVeK+thtaq67GvREOnTcJG pFC8VoUI4Y1tmx9OzHeAmauhsBzLVGznquLbwbDS18Ktvq0FW/1MkWW1LPwYWXlFP80sKdQ9 CJe91Y9jqq3CtE6njfPEFVXwGiwikiPXEVsdf74QYgt/LrPqzkYc+qNx2Nbj6bCth9DBVnZU bf175civH9RRm3A8hMCfPRF/Eqzk/3HfT09Qx6bzf03XpPzfNHTc/zPqtcT/z7MA8v/46547 /sCj/6rGtAYd/Tfm7D6ePbXk1k5fsOpt6GSaIK0EX7IjN+izPW88dUcUMDMEGTDN9vZSciuo zf6xt0dZpSrnZDbuOT6GKOVyHiwIet+ZBeMHZGH423PCEJ7T4bAdBQldLE1rBHEoLeuhU1sU 1FWQ/cee7bSBpCEk7+2hxL63f/jmfRee+TAlLiEBMKPwzuQ6gWllJRcdX5c8WmE8VR2C/BJG QWR1xM4WzpwJ+8jiqYIIXidPOnyH4VcO3hMxq+gALuwGsSr/ruzvbw9r7T9lNLInqGOD/F8z qlUZ/7XaaDaR/zf0RP5/FrjP/lMOgfk3gXaFmkwzWjr+32wFKlHQnpJcQBitxnarEfMM1ajy DwWaFWrSjr3nO9YwZk+VStGWx4eTLp1Jm0dvz/Zb/DQochRxjDs8HxZPfu5YB9xvM1DVURsI x2Uln4oMb14IgdUc92aD3KuY1YWqclONVGrB8KYQM2OIUbbSgB0T8WOWc+meuWhazs39xz1U zy+PzTEdoquV1emftXMVyhUKqjDoWDQMKbTZcgH3XJgPGrzrjXpx+5fp+b/Wk9ApU9yCm/rm 5MIJWYnFEqazUM3P77EbuZuEApTrj5YLxlJ4yXkCN+xZWs8cvcWzQKDv6C18ZYXKo15soMqj Uaxti309xgb9kRc4ucFULlsE+Tl646bnm7Tn2W5jd59+OoE2H/ynw36nx6zFd0RVYVHF0oXb uAbIX+x8Q3S+OwnThYWBDin5+EiCde0PvhwkakM27U9nYoGIPi5A3DK93regyFyRyp0asNAL 4VkR/2IF4qHQV4HXQkYo+by8ast3L1DDDOS+XnrfcXcwlxk6/qTsTvvlcY8MWJAOWN9hqSJ7 hXfyRlNhNpHziELq2vInuQzH1MKe913nCgXRGBY2ciYZcmwi3owmiL2d05Kb04nhkr1+bt5w MUGXm6bGTfTmtPDiLdzvxpMyukMr1LEz9kCMRa4gUID865E/neCh1AFTeDCBjyfvPqpk5ThJ oQ1qjjq6so4UUXiZJUosgtEVUrKdLrYz1ugCjb5UpI51hFNorkpFt6mU4KGlXfTYAoSoUY7U 0dvjzsnxe8iDlnk044FaKhfL9b7z8bB7Cpmi5pWYrsoxy0d8jDCe/Rzq68Hkml4ELM9ERTCT byN2+7zf/3XyH9mmPqH/j3v1P3Xp/69e1yn+F/oBSeS/54B75D8xBJY2gKvoGl+Tzr/ulf4E ggXZr9nSq9KTPdf9IfcF8Mu/kfgVoXKOb9pOaLkjk/uwIMaxs5jB8X3PX3gigsxf+pQl8md0 ZfkuaY7ni55rw6/8fsEV5Ivf/tt3Q+fICS89yJdXhX8tkj4Oj7nCz/7BYQcmrz+bmCOa2+QW K+4aAv+lKvlVwButky/Uml6VR355du2Gl6R+0JuNhtfWaIi8kg2sPpDnhmzoONOAFCh45HY2 8L0xKU9gsEhEYMMrCj2Grgi8WRioZUytrKU/facBaeH0oFatFWtAXdUo1oWxRkxSGdhkfj6w ueU58a7CT+FdCTweVvJ/d3plPNXh32+b/f8bzaaM/1irVzU8/6vqCf9/Fljv/5HGwBLz30bP j7XXLU1by/zjpRcKwpK/KiOv8LM/vcYP//CvXPcPR543nE1z0hvatMhy/UsLHdG9cifGtN+L JFh+q6oxjwg8CcVMyflv3Amm5NUb90It7d64JiTsCLcALwSOMqSZV4ORdcFesYOPxyaGLFe5 IIwDFMrGnOMhSmgz4MxJ0jBDAbNhDRcmLCFU6fuh702AQ8/IF8RtbE39TQrDV9PSLi5qhA/E NRsB0kfgxDDRb4pc7T/6/a+c/5G+yxMMsN82z/+mYSzFfzW0ZP/veYDsv+XrvjPbq1pLq7Ya jflsj/IuZ6u16jGprq43G2TxyS+qfHIPXBKMXrID7uWcxJlp4MxsryRPbnD847EH6jnh/sR0 5k+9wAnKfM5GhuMDC6a81DpN4QRqf1W4uuYfCg7mDPuTKX/gdknJYdlg67/lfGVrK/uV2EQQ UomMgupdCl5nXLT3Cy69a5ZRhBd29HdxwRSZnSm2E4TzElgAZCjmXFmjBxdCxXJSD1V+hxZF PXJkfe850vs79QvKZW5fnmjh1okHEl0qBGyoqppRvBHpP+HTDO7t8AKozQbtmt8w3sZ47kRO SyCBBBJIIIEEEkgggQQSSCCBvxX8D1DQTTkAyAAA --Multipart_Wed_Oct_10_11:07:18_2001-1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 19:30:27 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id A912037B407 for ; Tue, 9 Oct 2001 19:30:24 -0700 (PDT) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 15r98Y-0000E5-00; Wed, 10 Oct 2001 04:30:22 +0200 Received: (from daemon@localhost) by kemoauc.mips.inka.de (8.11.6/8.11.6) id f9A2CC347700 for freebsd-ports@freebsd.org; Wed, 10 Oct 2001 04:12:12 +0200 (CEST) (envelope-from daemon) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: FreeBSD Port: ksh93-20010704.0000 Date: Wed, 10 Oct 2001 02:12:10 +0000 (UTC) Message-ID: <9q0apq$1e6c$1@kemoauc.mips.inka.de> References: <3BC31278.8402091B@estcard.ee> <9pv9mf$2ch0$1@kemoauc.mips.inka.de> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Christian Weisgerber wrote: > I received a (glaringly obvious) fix from Mitch Tishmack. I need > reports whether this builds on > > -STABLE/i386 > -STABLE/alpha > -CURRENT/i386 > > It fails on -CURRENT/alpha for another reason. Okay, I've more or less located my build problem. It concerns the alpha architecture, independent of the operating system. I should be able to bandaid this. -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 19:50: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E5F2A37B408 for ; Tue, 9 Oct 2001 19:50:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9A2o0w26044; Tue, 9 Oct 2001 19:50:00 -0700 (PDT) (envelope-from gnats) Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id 38C6E37B40A for ; Tue, 9 Oct 2001 19:45:51 -0700 (PDT) Received: from jonc.itouch ([192.168.2.21]) by itouch.co.nz with esmtp (Exim 3.33 #1) id 15r9NU-0008wg-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 10 Oct 2001 15:45:48 +1300 Received: (from jonc@localhost) by jonc.itouch (8.11.6/8.11.6) id f9A2jli11192; Wed, 10 Oct 2001 15:45:47 +1300 (NZDT) (envelope-from jonc) Message-Id: <200110100245.f9A2jli11192@jonc.itouch> Date: Wed, 10 Oct 2001 15:45:47 +1300 (NZDT) From: Jonathan Chen Reply-To: Jonathan Chen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31182: pkg_delete doesn't always remove symbolic links in packages Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31182 >Category: ports >Synopsis: pkg_delete doesn't always remove symbolic links in packages >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 09 19:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jonathan Chen >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD jonc.itouch 4.4-STABLE FreeBSD 4.4-STABLE #0: Mon Oct 8 06:47:45 NZDT 2001 root@jonc.itouch:/usr/obj/usr/src/sys/JONC i386 >Description: pkg_delete doesn't deinstall a package cleanly if the package list has a symbolic link that points to a file that has been removed by pkg_delete earlier in the same run. >How-To-Repeat: install linux-base pkg_delete linux-base >Fix: Cause: pkg_delete refuses to remove them if the file that it points to is already gone, as the md5 checksum doesn't match. Two possible solutions: 1. change pkg_delete to *always* remove symbolic links, regardless of checksum. or 2. Update the Porter's Handbook to mention that it's better to list symbolic links in the pkg-plist prior to real files. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 20: 0: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3092137B406 for ; Tue, 9 Oct 2001 20:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9A302H27359; Tue, 9 Oct 2001 20:00:02 -0700 (PDT) (envelope-from gnats) Received: from it.mitsue.co.jp (saba.mitsue.co.jp [210.232.34.66]) by hub.freebsd.org (Postfix) with SMTP id 5E8A237B405 for ; Tue, 9 Oct 2001 19:54:59 -0700 (PDT) Received: (qmail 14854 invoked by uid 1019); 10 Oct 2001 02:54:57 -0000 Message-Id: <20011010025457.14853.qmail@it.mitsue.co.jp> Date: 10 Oct 2001 11:54:57 +0900 From: Okumura Yoshifumi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31183: make php4 with ming 0.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31183 >Category: ports >Synopsis: make php4 with ming 0.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Oct 09 20:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Okumura Yoshifumi >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: System: FreeBSD saba.mitsue.co.jp 4.4-RC FreeBSD 4.4-RC #4: Mon Sep 10 20:36:36 JST 2001 root@saba.mitsue.co.jp:/usr/src/sys/compile/SABA i386 >Description: www/mod_php4 fails to make when version of ming library is 0.2a Current ming library does not define MING_VERSION_TEXT macro. But php4 require above macro. >How-To-Repeat: cd /usr/ports/graphics/ming make install cd ../www/mod_php4 make install >Fix: Replace /usr/ports/www/mod_php4/patch-aa. --- ext/ming/php_ming.h.orig Mon May 28 09:09:57 2001 +++ ext/ming/php_ming.h Mon Oct 8 21:29:02 2001 @@ -28,7 +28,9 @@ #if HAVE_MING -#include "ming.h" +#include "ming/ming.h" + +#define MING_VERSION_TEXT "0.2a" extern zend_module_entry ming_module_entry; #define ming_module_ptr &ming_module_entry >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 20:30: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC6A437B403 for ; Tue, 9 Oct 2001 20:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9A3U2032783; Tue, 9 Oct 2001 20:30:02 -0700 (PDT) (envelope-from gnats) Received: from ccduty.csie.nctu.edu.tw (ccduty.csie.nctu.edu.tw [140.113.209.6]) by hub.freebsd.org (Postfix) with ESMTP id D43BF37B403 for ; Tue, 9 Oct 2001 20:28:30 -0700 (PDT) Received: (from wkwu@localhost) by ccduty.csie.nctu.edu.tw (8.11.6/8.11.4) id f9A3S7w00537; Wed, 10 Oct 2001 11:28:07 +0800 (CST) Message-Id: <200110100328.f9A3S7w00537@ccduty.csie.nctu.edu.tw> Date: Wed, 10 Oct 2001 11:28:07 +0800 (CST) From: wkwu@csie.nctu.edu.tw Reply-To: wkwu@csie.nctu.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31184: Latex2html problem Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31184 >Category: ports >Synopsis: Latex2html problem >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 09 20:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Wei-Kai Wu >Release: FreeBSD 4.4-STABLE i386 >Organization: Kavalan >Environment: System: FreeBSD 4.4-STABLE #4: Sun Sep 23 12:41:41 CST 2001 >Description: I have installed the latex2html on FreeBSD by /usr/ports/textproc/latex2html. Please compare the following two web pages: http://www.csie.nctu.edu.tw/~wkwu/test/node4.html http://www.csie.nctu.edu.tw/~wkwu/test2/node4.html The first one is generated by the one I installed. The second one is generated by old version. Why the iamges on the new page have strange left and bottom line >How-To-Repeat: Just install teTeX and latex2html by /usr/ports. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 20:40:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B25737B405 for ; Tue, 9 Oct 2001 20:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9A3e1L33559; Tue, 9 Oct 2001 20:40:01 -0700 (PDT) (envelope-from gnats) Received: from aerotus.nobutaka.com (pl009.nas921.m-hiroshima.nttpc.ne.jp [210.153.226.9]) by hub.freebsd.org (Postfix) with ESMTP id 8086C37B403 for ; Tue, 9 Oct 2001 20:39:44 -0700 (PDT) Received: (from nobutaka@localhost) by triton.nobutaka.com (8.11.6/8.11.4) id f9A3dEV84900; Wed, 10 Oct 2001 12:39:14 +0900 (JST) (envelope-from nobutaka@nobutaka.com) Message-Id: <200110100339.f9A3dEV84900@triton.nobutaka.com> Date: Wed, 10 Oct 2001 12:39:14 +0900 (JST) From: MANTANI Nobutaka Reply-To: MANTANI Nobutaka To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31185: Update port: graphics/libxine Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31185 >Category: ports >Synopsis: Update port: graphics/libxine >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 09 20:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: MANTANI Nobutaka >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD triton.nobutaka.com 5.0-CURRENT FreeBSD 5.0-CURRENT #8: Tue Oct 9 22:39:35 JST 2001 nobutaka@triton.nobutaka.com:/usr/src/sys/i386/compile/TRITON i386 >Description: Correct pkg-plist of graphics/libxine. >How-To-Repeat: >Fix: Index: libxine/Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/libxine/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- libxine/Makefile 20 Sep 2001 07:49:19 -0000 1.1 +++ libxine/Makefile 10 Oct 2001 03:17:27 -0000 @@ -7,6 +7,7 @@ PORTNAME= xine PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://xine.sourceforge.net/files/ \ ${MASTER_SITE_SOURCEFORGE} Index: libxine/pkg-plist =================================================================== RCS file: /home/ncvs/ports/graphics/libxine/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- libxine/pkg-plist 20 Sep 2001 07:49:19 -0000 1.1 +++ libxine/pkg-plist 10 Oct 2001 03:17:38 -0000 @@ -19,6 +19,7 @@ include/xine/xine_internal.h include/xine.h lib/libxine.la +lib/libxine.so lib/libxine.so.0 %%HAVE_ARTS%%lib/xine/plugins/xineplug_ao_out_arts.la %%HAVE_ARTS%%lib/xine/plugins/xineplug_ao_out_arts.so >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 20:40:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C31737B409 for ; Tue, 9 Oct 2001 20:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9A3e1g33568; Tue, 9 Oct 2001 20:40:01 -0700 (PDT) (envelope-from gnats) Received: from aerotus.nobutaka.com (pl009.nas921.m-hiroshima.nttpc.ne.jp [210.153.226.9]) by hub.freebsd.org (Postfix) with ESMTP id 31A8337B401 for ; Tue, 9 Oct 2001 20:39:48 -0700 (PDT) Received: (from nobutaka@localhost) by triton.nobutaka.com (8.11.6/8.11.4) id f9A3aeC82280; Wed, 10 Oct 2001 12:36:41 +0900 (JST) (envelope-from nobutaka@nobutaka.com) Message-Id: <200110100336.f9A3aeC82280@triton.nobutaka.com> Date: Wed, 10 Oct 2001 12:36:41 +0900 (JST) From: MANTANI Nobutaka Reply-To: MANTANI Nobutaka To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31186: Update port: japanese/migemo Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31186 >Category: ports >Synopsis: Update port: japanese/migemo >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 09 20:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: MANTANI Nobutaka >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD triton.nobutaka.com 5.0-CURRENT FreeBSD 5.0-CURRENT #8: Tue Oct 9 22:39:35 JST 2001 nobutaka@triton.nobutaka.com:/usr/src/sys/i386/compile/TRITON i386 >Description: Correct pkg-plist of japanese/migemo. >How-To-Repeat: >Fix: Index: migemo/Makefile =================================================================== RCS file: /home/ncvs/ports/japanese/migemo/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- migemo/Makefile 20 Sep 2001 04:46:09 -0000 1.5 +++ migemo/Makefile 10 Oct 2001 03:06:49 -0000 @@ -7,6 +7,7 @@ PORTNAME= migemo PORTVERSION= 0.32 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= japanese elisp MASTER_SITES= http://migemo.namazu.org/stable/ Index: migemo/pkg-plist =================================================================== RCS file: /home/ncvs/ports/japanese/migemo/pkg-plist,v retrieving revision 1.6 diff -u -r1.6 pkg-plist --- migemo/pkg-plist 20 Sep 2001 04:46:09 -0000 1.6 +++ migemo/pkg-plist 10 Oct 2001 03:13:35 -0000 @@ -7,6 +7,7 @@ %%MIGEMO%%%%RUBY_SITELIBDIR%%/migemo-convert.rb %%MIGEMO%%%%RUBY_SITELIBDIR%%/migemo-dict.rb %%MIGEMO%%%%RUBY_SITELIBDIR%%/migemo-index.rb +%%MIGEMO%%%%RUBY_SITELIBDIR%%/migemo-regex.rb %%ELISP%%%%EMACS_LIBDIR%%/site-lisp/migemo.el %%ELISP%%%%EMACS_LIBDIR%%/site-lisp/migemo.elc %%MIGEMO%%share/doc/migemo/migemo.ja.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 21:40: 8 2001 Delivered-To: freebsd-ports@freebsd.org Received: from digger1.defence.gov.au (digger1.defence.gov.au [203.5.217.4]) by hub.freebsd.org (Postfix) with ESMTP id 2D11037B407; Tue, 9 Oct 2001 21:40:01 -0700 (PDT) Received: from dsto-ms2.dsto.defence.gov.au (dsto-ms2.dsto.defence.gov.au [131.185.2.150]) by digger1.defence.gov.au (8.10.1/8.10.1) with ESMTP id f9A4dG822556; Wed, 10 Oct 2001 14:09:16 +0930 (CST) Received: from muttley.dsto.defence.gov.au (unverified) by dsto-ms2.dsto.defence.gov.au (Content Technologies SMTPRS 4.1.5) with ESMTP id ; Wed, 10 Oct 2001 14:04:37 +0930 Received: from salex001.dsto.defence.gov.au (salex001.dsto.defence.gov.au [131.185.2.9]) by muttley.dsto.defence.gov.au (8.9.3/8.9.3/8.9.3.LMD.990513) with ESMTP id KAA30302; Wed, 10 Oct 2001 10:12:41 +0930 (CST) Received: from fang.dsto.defence.gov.au ([131.185.2.5]) by salex001.dsto.defence.gov.au with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id 4AVV4CW1; Wed, 10 Oct 2001 10:12:37 +0930 Received: from dsto.defence.gov.au (fuzz.dsto.defence.gov.au [131.185.75.229]) by fang.dsto.defence.gov.au (8.9.3/8.9.3/8.9.3.LMD.990513) with ESMTP id KAA29631; Wed, 10 Oct 2001 10:12:41 +0930 (CST) Message-ID: <3BC39984.F5CD9A0A@dsto.defence.gov.au> Date: Wed, 10 Oct 2001 10:12:44 +0930 From: "Thyer, Matthew" X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: sobomax@freebsd.org Cc: ports@freebsd.org Subject: Windowmaker 0.70.0 was released 6 days ago Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org From the http://www.windowmaker.org/ web site: WM 0.70.0 is released! posted on 2001-10-04 21:44:13 by teknix Window Maker 0.70.0 has been released. The most important thing to note about this release is that libPropList is no longer a dependency! . That's right, all the old libPropList code has been removed, and been replaced with cleaner, more robust code in WINGs. From the user point of view, there are no changes, but developers and package maintainers will undoubtedly be breathing a sigh of relief. proplist handling should be much improved now. In addition to this, there are several bug fixes, and a new copy/paste feature in the Dock and Clip. This new functionality is described in the NEWS file. -- Matthew Thyer Phone: +61 8 8259 7249 Science Corporate Information Systems Fax: +61 8 8259 5537 Defence Science and Technology Organisation, Edinburgh PO Box 1500 Edinburgh South Australia 5111 IMPORTANT: This email remains the property of the Australian Defence Organisation and is subject to the jurisdiction of section 70 of the CRIMES ACT 1914. If you have received this email in error, you are requested to contact the sender and delete the email. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 22:27:51 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DACFF37B403; Tue, 9 Oct 2001 22:27:49 -0700 (PDT) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9A5Pe648374; Tue, 9 Oct 2001 22:25:40 -0700 (PDT) (envelope-from dougb) Date: Tue, 9 Oct 2001 22:25:40 -0700 (PDT) From: Message-Id: <200110100525.f9A5Pe648374@freefall.freebsd.org> To: dougb@FreeBSD.org, freebsd-ports@FreeBSD.org, lioux@FreeBSD.org Subject: Re: ports/30926: LPRngTool port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: LPRngTool port update Responsible-Changed-From-To: freebsd-ports->lioux Responsible-Changed-By: dougb Responsible-Changed-When: Tue Oct 9 22:25:14 PDT 2001 Responsible-Changed-Why: lioux has taken over the rest of the lprng pr's http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30926 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 9 22:28: 2 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail-relay1.yahoo.com (mail-relay1.yahoo.com [216.145.48.34]) by hub.freebsd.org (Postfix) with ESMTP id 44BBA37B406; Tue, 9 Oct 2001 22:28:00 -0700 (PDT) Received: from DougBarton.net (db-cvad-2-tmp.yahoo.com [216.145.48.243]) by mail-relay1.yahoo.com (Postfix) with ESMTP id A40408B5A7; Tue, 9 Oct 2001 22:27:59 -0700 (PDT) Message-ID: <3BC3DC6A.D2EF799F@DougBarton.net> Date: Tue, 09 Oct 2001 22:28:10 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: Gerald Pfeifer Cc: freebsd-ports@FreeBSD.ORG, desmo@bandwidth.org, admin@dbai.tuwien.ac.at, lioux@freebsd.org Subject: Re: URGENT: ports/30786: LPRng-3.7.5: Checksum mismatch, no in 4.4-RELEASE,not up-to-date References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Gerald Pfeifer wrote: > > This is getting absolutely ridiculous. > > The LPRng port has been broken for over a month, there are a couple of PRs > concerning this, and still nobody has installed my patch which fixes the > problem. This happens sometimes. Sorry it happened to you, but that's life. > desmo has aquired all PRs dealing with this, and then disappeared -- > can someone else *PLEASE* just COMMIT MY FIX?!? Looks like lioux is on the case. Please keep in contact with him about this, and after a week or two come back to freebsd-ports if you're not satisfied with the results. Thanks, Doug -- "We will not tire, we will not falter, and we will not fail." - George W. Bush, President of the United States September 20, 2001 Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 0:10: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 37A8637B401 for ; Wed, 10 Oct 2001 00:10:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9A7A4H66752; Wed, 10 Oct 2001 00:10:04 -0700 (PDT) (envelope-from gnats) Date: Wed, 10 Oct 2001 00:10:04 -0700 (PDT) Message-Id: <200110100710.f9A7A4H66752@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: ports/31168: portupgrade problem: 'update_db': instance of IO needed: Cannot update the packages database! Reply-To: Peter Pentchev Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31168; it has been noted by GNATS. From: Peter Pentchev To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/31168: portupgrade problem: 'update_db': instance of IO needed: Cannot update the packages database! Date: Wed, 10 Oct 2001 10:06:05 +0300 Forwarding this to freebsd-gnats-submit@FreeBSD.org, so it gets into the PR's audit trail.. G'luck, Peter -- I am the meaning of this sentence. ----- Forwarded message from parv ----- Date: Tue, 9 Oct 2001 14:00:54 -0400 From: parv To: gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31168: portupgrade problem: 'update_db': instance of IO needed: Cannot update the packages database! this was, on the fateful occasion around Oct 09 12:50 -0400, sent by gnats-admin@FreeBSD.org > ... > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=31168 > > >Category: ports > >Responsible: freebsd-ports > >Synopsis: portupgrade problem: 'update_db': instance of IO needed: Cannot update the packages database! > >Arrival-Date: Tue Oct 09 09:50:00 PDT 2001 i have solved my problem by deleting /var/db/pkg/pkgdb.db and rebuilding it... # rm -f /var/db/pkg/pkgdb.db ; pkgdb -F ...after it, portupgrade worked just fine. i need confirmation whether this was (a|the) correct solution not just a workaround. ----- End forwarded message ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 0:17:52 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A964C37B407; Wed, 10 Oct 2001 00:17:49 -0700 (PDT) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9A7F7Z67468; Wed, 10 Oct 2001 00:15:07 -0700 (PDT) (envelope-from roam) Date: Wed, 10 Oct 2001 00:15:07 -0700 (PDT) From: Message-Id: <200110100715.f9A7F7Z67468@freefall.freebsd.org> To: roam@FreeBSD.org, freebsd-ports@FreeBSD.org, knu@FreeBSD.org Subject: Re: ports/31168: portupgrade problem: 'update_db': instance of IO needed: Cannot update the packages database! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: portupgrade problem: 'update_db': instance of IO needed: Cannot update the packages database! Responsible-Changed-From-To: freebsd-ports->knu Responsible-Changed-By: roam Responsible-Changed-When: Wed Oct 10 00:14:34 PDT 2001 Responsible-Changed-Why: Over to the portupgrade author/maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31168 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 0:17:52 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7742D37B401; Wed, 10 Oct 2001 00:17:49 -0700 (PDT) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9A7GPC67603; Wed, 10 Oct 2001 00:16:25 -0700 (PDT) (envelope-from roam) Date: Wed, 10 Oct 2001 00:16:25 -0700 (PDT) From: Message-Id: <200110100716.f9A7GPC67603@freefall.freebsd.org> To: roam@FreeBSD.org, freebsd-ports@FreeBSD.org, dirk@FreeBSD.org Subject: Re: ports/31183: make php4 with ming 0.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: make php4 with ming 0.2 Responsible-Changed-From-To: freebsd-ports->dirk Responsible-Changed-By: roam Responsible-Changed-When: Wed Oct 10 00:15:21 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31183 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 0:26:50 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id BCCB837B408; Wed, 10 Oct 2001 00:26:40 -0700 (PDT) Received: from vega.vega.com (h182.228.dialup.iptcom.net [212.9.228.182]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id KAA19241; Wed, 10 Oct 2001 10:26:08 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id f9A7P8U43130; Wed, 10 Oct 2001 10:25:08 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3BC3F84E.9361FF93@FreeBSD.org> Date: Wed, 10 Oct 2001 10:27:10 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Daniel Frazier Cc: gnome@FreeBSD.org, ports@FreeBSD.org Subject: Re: [HEADS-UP] Gnome megaupdate landed References: <3BC2AF66.1648EB0F@FreeBSD.org> <3BC32F2B.1040700@magpage.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Daniel Frazier wrote: > Maxim Sobolev wrote: > > Hi folks, > > > > I've just committed my GNOME megaupdate. Due to some > > substantial changes you have to deinstall *all* GNOME > > components and reinstall them all from scratch from a > > freshly cvsup'ed tree. To do so use the following procedure: > > > > # pkg_delete `cat /var/db/pkg/ORBit-*/+REQUIRED_BY`; > > pkg_delete ORBit* > > (users of -current and very recent -stable can use > > "pkg_delete -r ORBit*" instead) > > > > After doing "pkg_delete -rf ORBit*" and then cvsupping my ports tree I'm > running into a bit of an issue with /usr/ports/x11/gnome. make > finishes fine, but make install dies with... Should be fixed now. Please recvsup and try again. Thanks for reporting! -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 0:30:38 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 04CA237B409; Wed, 10 Oct 2001 00:30:27 -0700 (PDT) Received: from vega.vega.com (h182.228.dialup.iptcom.net [212.9.228.182]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id KAA20213; Wed, 10 Oct 2001 10:29:16 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id f9A7S5U43143; Wed, 10 Oct 2001 10:28:05 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3BC3F8FF.B6C91137@FreeBSD.org> Date: Wed, 10 Oct 2001 10:30:07 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Max Khon Cc: ports@FreeBSD.org Subject: Re: ports policy References: <20011009063033.A45996@hub.freebsd.org> <200110091356.f99DuAF40284@vega.vega.com> <20011009113537.A67160@hub.freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Max Khon wrote: > hi, there! > > On Tue, Oct 09, 2001 at 04:54:50PM +0300, Maxim Sobolev wrote: > > > > I would like to add FreeBSD native Oracle OCI libraries to ports/ collection > > > (e.g. for DBD::Oracle etc.) but I do not know where they were taken from and > > > whether it is legal to distribute them. > > > What is the policy WRT such ports? > > > > In general you should try to be at the safe side - i.e. avoid adding > > things with unknown origin and license terms. It is why we have > > ports/LEGAL file in the first place. There are two main goals: > > > > 1. User should know when he/she installs software with restrictive > > license to be able to act accordingly; > > > > 2. commercial distributors of the value-added products (e.g. FreeBSD > > CD sets, etc) should have a way to distinguish packages that could > > be legally redistributed for a fee from those that could not. > > > > I would suggest you to clarify license terms for the above mentioned > > software and only then add it into collection. > > I wonder whom should I contact about this stuff? Oracle? Seems that they > never released this beast. Donno, sorry. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 0:40: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E5C337B403 for ; Wed, 10 Oct 2001 00:40:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9A7e0O70308; Wed, 10 Oct 2001 00:40:00 -0700 (PDT) (envelope-from gnats) Received: from rbn-gw.bgtu.debryansk.ru (rbn-gw.bgtu.debryansk.ru [62.76.89.2]) by hub.freebsd.org (Postfix) with ESMTP id 3190B37B409 for ; Wed, 10 Oct 2001 00:35:26 -0700 (PDT) Received: from server.bitmcnit.bryansk.su (root@bitmcnit.bryansk.su [192.168.121.2]) by rbn-gw.bgtu.debryansk.ru (8.11.2/8.11.2) with ESMTP id f9A7TVM02594 for ; Wed, 10 Oct 2001 11:29:35 +0400 Received: (from uucp@localhost) by server.bitmcnit.bryansk.su (8.9.3/8.9.3) with UUCP id LAA22322 for FreeBSD-gnats-submit@freebsd.org; Wed, 10 Oct 2001 11:23:14 +0400 Received: (from alex@localhost) by kapran.bitmcnit.bryansk.su (8.11.6/8.11.6) id f9A7Ptx03420; Wed, 10 Oct 2001 11:25:55 +0400 (MSD) (envelope-from alex) Message-Id: <200110100725.f9A7Ptx03420@kapran.bitmcnit.bryansk.su> Date: Wed, 10 Oct 2001 11:25:55 +0400 (MSD) From: Alex Kapranoff To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31187: [patch] russian/pscyr port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31187 >Category: ports >Synopsis: [patch] russian/pscyr port update >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 10 00:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Alex Kapranoff >Release: FreeBSD 4.4-STABLE i386 >Organization: Inner Mongolia >Environment: System: FreeBSD kapran.bitmcnit.bryansk.su 4.4-STABLE FreeBSD 4.4-STABLE #1: Sat Sep 29 10:41:22 MSD 2001 root@kapran.bitmcnit.bryansk.su:/usr/obj/usr/src/sys/KAPRAN i386 >Description: 0. Update to -patch2. 1. Introduce ${PATCH_LEVEL} to reduce future update efforts. 2. Claim that this is sufficient to typeset Russian, Ukrainian and Belorussian in pkg-descr. 3. Change my email. >How-To-Repeat: >Fix: diff -urN /usr/ports/russian/pscyr/Makefile pscyr/Makefile --- /usr/ports/russian/pscyr/Makefile Sat Sep 29 10:06:20 2001 +++ pscyr/Makefile Wed Oct 10 11:20:32 2001 @@ -6,14 +6,15 @@ # PORTNAME= PSCyr -PORTVERSION= 0.4c1 +PATCH_LEVEL= 2 +PORTVERSION= 0.4c${PATCH_LEVEL} CATEGORIES= russian print MASTER_SITES= ftp://mch5.chem.msu.su/pub/russian/psfonts/ \ ftp://ftp.vsu.ru/pub/tex/font-packs/pscyr/ -DISTFILES= ${PORTNAME}-${PORTVERSION:S/1/-patch1/}-tex.tar.gz \ - ${PORTNAME}-${PORTVERSION:S/1/-patch1/}-type1.tar.gz +DISTFILES= ${PORTNAME}-${PORTVERSION:S/${PATCH_LEVEL}$/-patch&/}-tex.tar.gz \ + ${PORTNAME}-${PORTVERSION:S/${PATCH_LEVEL}$/-patch&/}-type1.tar.gz -MAINTAINER= kapr@crosswinds.net +MAINTAINER= kapr@acm.org RUN_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX # no other TeX is sufficient diff -urN /usr/ports/russian/pscyr/distinfo pscyr/distinfo --- /usr/ports/russian/pscyr/distinfo Sat Sep 29 10:06:20 2001 +++ pscyr/distinfo Wed Oct 10 11:12:13 2001 @@ -1,2 +1,2 @@ -MD5 (PSCyr-0.4c-patch1-tex.tar.gz) = 232aadb786bc8ffb1b9466a637354661 -MD5 (PSCyr-0.4c-patch1-type1.tar.gz) = 4e2f418b4ef0011624ff76e486f2016a +MD5 (PSCyr-0.4c-patch2-tex.tar.gz) = af9c7dbb09ad4c6fe75e688993949315 +MD5 (PSCyr-0.4c-patch2-type1.tar.gz) = 123e9188761ca01c7ce53cd2b72c3c99 diff -urN /usr/ports/russian/pscyr/pkg-descr pscyr/pkg-descr --- /usr/ports/russian/pscyr/pkg-descr Mon Jul 2 13:04:24 2001 +++ pscyr/pkg-descr Wed Oct 10 11:20:15 2001 @@ -12,6 +12,9 @@ The package provides 71 different font shapes altogether. +The glyph set is sufficient to typeset documents in Russian, Ukrainian +and Belorussian. + WWW: ftp://mch5.chem.msu.su/pub/russian/psfonts/ --- Alex Kapranoff +-- Alex Kapranoff >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 0:50:40 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A1DB37B40C for ; Wed, 10 Oct 2001 00:50:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9A7o2971984; Wed, 10 Oct 2001 00:50:02 -0700 (PDT) (envelope-from gnats) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.128.241]) by hub.freebsd.org (Postfix) with ESMTP id D315637B403; Wed, 10 Oct 2001 00:45:35 -0700 (PDT) Received: (from ernst@localhost) by zaphod.euronet.nl (8.11.6/8.11.6) id f9A7jVv75068; Wed, 10 Oct 2001 09:45:31 +0200 (CEST) (envelope-from ernst) Message-Id: <200110100745.f9A7jVv75068@zaphod.euronet.nl> Date: Wed, 10 Oct 2001 09:45:31 +0200 (CEST) From: Ernst de Haan Reply-To: Ernst de Haan To: FreeBSD-gnats-submit@freebsd.org Cc: java@freebsd.org, sobomax@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31188: New port: www/orion-current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31188 >Category: ports >Synopsis: New port: www/orion-current >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 10 00:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Ernst de Haan >Release: FreeBSD 4.4-STABLE i386 >Organization: Jollem Information Technology >Environment: System: FreeBSD zaphod.euronet.nl 4.4-STABLE FreeBSD 4.4-STABLE #2: Mon Sep 24 18:08:27 CEST 2001 root@zaphod.euronet.nl:/usr/obj/usr/src/sys/ZAPHOD i386 >Description: New port, www/orion-current that contains the less stable version of Orion. The stable version of Orion is in www/orion. www/orion is currently orion-1.4.5_7 www/orion-current is orion-1.5.2 Note that this PR supercedes this one: * http://www.freebsd.org/cgi/query-pr.cgi?pr=28464 >How-To-Repeat: N/A >Fix: Here's a diff between orion and orion-current. Alternatively, it can be downloaded from: * http://www.jollem.com/~ernst/orion__orion-current.diff * http://www.pensioenconsult.com/orion__orion-current.diff I guess a repo-copy is involved? diff -ruN --exclude=CVS orion/Makefile orion-current/Makefile --- orion/Makefile Tue Oct 9 20:41:25 2001 +++ orion-current/Makefile Tue Oct 9 20:35:34 2001 @@ -1,19 +1,14 @@ -# New ports collection makefile for: orion -# Date created: 22 December 2000 +# New ports collection makefile for: orion-current +# Date created: 27 June 2001 # Whom: Ernst de Haan # # $FreeBSD: ports/www/orion/Makefile,v 1.13 2001/10/09 13:02:30 sobomax Exp $ # PORTNAME= orion -PORTVERSION= 1.4.5 -PORTREVISION= 7 +PORTVERSION= 1.5.2 CATEGORIES= www java -MASTER_SITES= ftp://ftp.sunet.se/pub/database/utils/orionserver/ \ - ${MASTER_SITE_LOCAL} \ - http://www.jollem.com/ \ - http://www.sebster.com/~elvis/ -MASTER_SITE_SUBDIR= sobomax +MASTER_SITES= ftp://ftp.sunet.se/pub/database/utils/orionserver/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ernst@jollem.com @@ -92,11 +87,6 @@ | ${SED} "/%%USER_NAME%%/s//${USER_NAME}/" \ > ${ORIONCTL_DEST} ${CHMOD} 755 ${ORIONCTL_DEST} - - @# Fix a small typo in the index.html served as the root - ${CAT} ${WRKSRC}/default-web-app/index.html \ - | ${SED} "/1\.4\.0/s//${PORTVERSION}/" \ - > ${ORION_HOME}/default-web-app/index.html @# Install the startup script ${LN} -sf ${ORIONCTL_DEST} ${RC_SCRIPT} diff -ruN --exclude=CVS orion/distinfo orion-current/distinfo --- orion/distinfo Fri May 25 14:18:10 2001 +++ orion-current/distinfo Tue Oct 9 20:23:29 2001 @@ -1 +1 @@ -MD5 (orion1.4.5.zip) = efdcae8bdcdf6a8bc94ab4982a8192a2 +MD5 (orion1.5.2.zip) = 64a505dea83bf57193745a0af4d29c6d diff -ruN --exclude=CVS orion/pkg-comment orion-current/pkg-comment --- orion/pkg-comment Tue May 15 12:42:21 2001 +++ orion-current/pkg-comment Tue Oct 9 20:23:29 2001 @@ -1 +1 @@ -Orion Application Server +Orion Application Server, current version diff -ruN --exclude=CVS orion/pkg-descr orion-current/pkg-descr --- orion/pkg-descr Fri Jun 1 14:50:14 2001 +++ orion-current/pkg-descr Tue Oct 9 20:40:48 2001 @@ -1,4 +1,4 @@ -Orion is a J2EE (Java 2 Enterprise Edition) compliant Application Server. It +Current version of Orion, a J2EE compliant Application Server. It supports all major standards including HTTP/1.1, JSP 1.1, EJB 1.1, Servlet 2.2, JNDI 1.2 and others. It also offers clustering support and some unique auto-deployment features. diff -ruN --exclude=CVS orion/pkg-plist orion-current/pkg-plist --- orion/pkg-plist Tue Oct 2 14:29:19 2001 +++ orion-current/pkg-plist Tue Oct 9 20:23:29 2001 @@ -1,45 +1,136 @@ -etc/rc.d/orion.sh bin/orionctl +etc/rc.d/orion.sh +man/man1/orionctl.1 +%%T%%/Copyright.txt +%%T%%/Readme.txt +%%T%%/activation.jar +%%T%%/admin.jar +%%T%%/applicationlauncher.jar +%%T%%/applications/atm-install.txt +%%T%%/applications/atm.ear +%%T%%/applications/estore-bugs.txt +%%T%%/applications/estore-install.txt +%%T%%/applications/estore-orionadapter.jar +%%T%%/applications/estore-patched.ear +%%T%%/applications/news-install.txt +%%T%%/applications/news.ear +%%T%%/assemblerlauncher.jar +%%T%%/autoupdate.jar +%%T%%/autoupdate.properties +%%T%%/changes.txt +%%T%%/clientassembler.jar +%%T%%/config/application.xml +%%T%%/config/data-sources.xml %%T%%/config/database-schemas/hypersonic.xml %%T%%/config/database-schemas/ms-access.xml %%T%%/config/database-schemas/ms-sql.xml %%T%%/config/database-schemas/oracle.xml %%T%%/config/database-schemas/postgresql.xml +%%T%%/config/database-schemas/sapdb.xml %%T%%/config/database-schemas/sybase.xml -%%T%%/config/data-sources.xml %%T%%/config/default-web-site.xml %%T%%/config/global-web-application.xml %%T%%/config/jms.xml %%T%%/config/mime.types %%T%%/config/principals.xml %%T%%/config/rmi.xml -%%T%%/config/application.xml %%T%%/config/server.xml +%%T%%/crimson.jar +%%T%%/default-web-app/WEB-INF/classes/BBoardServlet.class +%%T%%/default-web-app/WEB-INF/classes/BBoardServlet.java +%%T%%/default-web-app/WEB-INF/classes/ConfigServlet.class +%%T%%/default-web-app/WEB-INF/classes/ConfigServlet.java +%%T%%/default-web-app/WEB-INF/classes/CookieExample.class +%%T%%/default-web-app/WEB-INF/classes/CookieExample.java +%%T%%/default-web-app/WEB-INF/classes/Counter.class +%%T%%/default-web-app/WEB-INF/classes/Counter.java +%%T%%/default-web-app/WEB-INF/classes/DateServlet.class +%%T%%/default-web-app/WEB-INF/classes/DateServlet.java +%%T%%/default-web-app/WEB-INF/classes/FingerServlet.class +%%T%%/default-web-app/WEB-INF/classes/FingerServlet.java +%%T%%/default-web-app/WEB-INF/classes/HelloWorldExample.class +%%T%%/default-web-app/WEB-INF/classes/HelloWorldExample.java +%%T%%/default-web-app/WEB-INF/classes/HelloWorldServlet.class +%%T%%/default-web-app/WEB-INF/classes/HelloWorldServlet.java +%%T%%/default-web-app/WEB-INF/classes/LinkCheckerServlet.class +%%T%%/default-web-app/WEB-INF/classes/LinkCheckerServlet.java +%%T%%/default-web-app/WEB-INF/classes/LocalStrings.properties +%%T%%/default-web-app/WEB-INF/classes/ParameterBean.class +%%T%%/default-web-app/WEB-INF/classes/ParameterBean.java +%%T%%/default-web-app/WEB-INF/classes/RedirectServlet.class +%%T%%/default-web-app/WEB-INF/classes/RedirectServlet.java +%%T%%/default-web-app/WEB-INF/classes/RequestHeaderExample.class +%%T%%/default-web-app/WEB-INF/classes/RequestHeaderExample.java +%%T%%/default-web-app/WEB-INF/classes/RequestInfoExample.class +%%T%%/default-web-app/WEB-INF/classes/RequestInfoExample.java +%%T%%/default-web-app/WEB-INF/classes/RequestParamExample.class +%%T%%/default-web-app/WEB-INF/classes/RequestParamExample.java +%%T%%/default-web-app/WEB-INF/classes/SessionExample.class +%%T%%/default-web-app/WEB-INF/classes/SessionExample.java +%%T%%/default-web-app/WEB-INF/classes/SessionServlet.class +%%T%%/default-web-app/WEB-INF/classes/SessionServlet.java +%%T%%/default-web-app/WEB-INF/classes/SimpleServlet.class +%%T%%/default-web-app/WEB-INF/classes/SimpleServlet.java +%%T%%/default-web-app/WEB-INF/classes/SnoopServlet.class +%%T%%/default-web-app/WEB-INF/classes/SnoopServlet.java +%%T%%/default-web-app/WEB-INF/classes/SurveyServlet.class +%%T%%/default-web-app/WEB-INF/classes/SurveyServlet.java +%%T%%/default-web-app/WEB-INF/classes/ToJSPServlet.class +%%T%%/default-web-app/WEB-INF/classes/ToJSPServlet.java +%%T%%/default-web-app/WEB-INF/classes/URLInfo.class +%%T%%/default-web-app/WEB-INF/classes/UpperCaseFilter.class +%%T%%/default-web-app/WEB-INF/classes/UpperCaseFilter.java +%%T%%/default-web-app/WEB-INF/classes/cal/Entries.class +%%T%%/default-web-app/WEB-INF/classes/cal/Entries.java +%%T%%/default-web-app/WEB-INF/classes/cal/Entry.class +%%T%%/default-web-app/WEB-INF/classes/cal/Entry.java +%%T%%/default-web-app/WEB-INF/classes/cal/JspCalendar.class +%%T%%/default-web-app/WEB-INF/classes/cal/JspCalendar.java +%%T%%/default-web-app/WEB-INF/classes/cal/TableBean.class +%%T%%/default-web-app/WEB-INF/classes/cal/TableBean.java +%%T%%/default-web-app/WEB-INF/classes/checkbox/CheckTest.class +%%T%%/default-web-app/WEB-INF/classes/checkbox/CheckTest.java +%%T%%/default-web-app/WEB-INF/classes/colors/ColorGameBean.class +%%T%%/default-web-app/WEB-INF/classes/colors/ColorGameBean.java +%%T%%/default-web-app/WEB-INF/classes/dates/JspCalendar.class +%%T%%/default-web-app/WEB-INF/classes/dates/JspCalendar.java +%%T%%/default-web-app/WEB-INF/classes/error/Smart.class +%%T%%/default-web-app/WEB-INF/classes/error/Smart.java +%%T%%/default-web-app/WEB-INF/classes/num/NumberGuessBean.class +%%T%%/default-web-app/WEB-INF/classes/num/NumberGuessBean.java +%%T%%/default-web-app/WEB-INF/classes/sessions/DummyCart.class +%%T%%/default-web-app/WEB-INF/classes/sessions/DummyCart.java +%%T%%/default-web-app/WEB-INF/web.xml +%%T%%/default-web-app/examples/cal/Entries.txt +%%T%%/default-web-app/examples/cal/Entry.txt +%%T%%/default-web-app/examples/cal/JspCalendar.txt %%T%%/default-web-app/examples/cal/TableBean.txt +%%T%%/default-web-app/examples/cal/cal1.jsp %%T%%/default-web-app/examples/cal/cal1.txt %%T%%/default-web-app/examples/cal/cal2.jsp %%T%%/default-web-app/examples/cal/cal2.txt %%T%%/default-web-app/examples/cal/calendar.html -%%T%%/default-web-app/examples/cal/Entries.txt -%%T%%/default-web-app/examples/cal/Entry.txt -%%T%%/default-web-app/examples/cal/JspCalendar.txt %%T%%/default-web-app/examples/cal/login.html -%%T%%/default-web-app/examples/cal/cal1.jsp %%T%%/default-web-app/examples/images/code.gif %%T%%/default-web-app/examples/images/execute.gif %%T%%/default-web-app/examples/images/return.gif -%%T%%/default-web-app/examples/jsp/include/foo.html -%%T%%/default-web-app/examples/jsp/include/foo.jsp -%%T%%/default-web-app/examples/jsp/include/inc.html -%%T%%/default-web-app/examples/jsp/include/include.jsp -%%T%%/default-web-app/examples/jsp/include/include.txt +%%T%%/default-web-app/examples/jsp/cal/Entries.txt +%%T%%/default-web-app/examples/jsp/cal/Entry.txt +%%T%%/default-web-app/examples/jsp/cal/JspCalendar.txt +%%T%%/default-web-app/examples/jsp/cal/TableBean.txt +%%T%%/default-web-app/examples/jsp/cal/cal1.jsp +%%T%%/default-web-app/examples/jsp/cal/cal1.txt +%%T%%/default-web-app/examples/jsp/cal/cal2.jsp +%%T%%/default-web-app/examples/jsp/cal/cal2.txt +%%T%%/default-web-app/examples/jsp/cal/calendar.html +%%T%%/default-web-app/examples/jsp/cal/login.html +%%T%%/default-web-app/examples/jsp/checkbox/CheckTest.html %%T%%/default-web-app/examples/jsp/checkbox/check.html %%T%%/default-web-app/examples/jsp/checkbox/checkresult.jsp %%T%%/default-web-app/examples/jsp/checkbox/checkresult.txt -%%T%%/default-web-app/examples/jsp/checkbox/CheckTest.html %%T%%/default-web-app/examples/jsp/checkbox/cresult.html -%%T%%/default-web-app/examples/jsp/colors/clr.html %%T%%/default-web-app/examples/jsp/colors/ColorGameBean.html +%%T%%/default-web-app/examples/jsp/colors/clr.html %%T%%/default-web-app/examples/jsp/colors/colors.html %%T%%/default-web-app/examples/jsp/colors/colors.txt %%T%%/default-web-app/examples/jsp/colors/colrs.jsp @@ -56,19 +147,12 @@ %%T%%/default-web-app/examples/jsp/forward/fwd.html %%T%%/default-web-app/examples/jsp/forward/one.jsp %%T%%/default-web-app/examples/jsp/forward/two.html -%%T%%/default-web-app/examples/jsp/snp/snoop.html -%%T%%/default-web-app/examples/jsp/snp/snoop.jsp -%%T%%/default-web-app/examples/jsp/snp/snoop.txt -%%T%%/default-web-app/examples/jsp/cal/TableBean.txt -%%T%%/default-web-app/examples/jsp/cal/cal1.txt -%%T%%/default-web-app/examples/jsp/cal/cal2.jsp -%%T%%/default-web-app/examples/jsp/cal/cal2.txt -%%T%%/default-web-app/examples/jsp/cal/calendar.html -%%T%%/default-web-app/examples/jsp/cal/Entries.txt -%%T%%/default-web-app/examples/jsp/cal/Entry.txt -%%T%%/default-web-app/examples/jsp/cal/JspCalendar.txt -%%T%%/default-web-app/examples/jsp/cal/login.html -%%T%%/default-web-app/examples/jsp/cal/cal1.jsp +%%T%%/default-web-app/examples/jsp/include/foo.html +%%T%%/default-web-app/examples/jsp/include/foo.jsp +%%T%%/default-web-app/examples/jsp/include/inc.html +%%T%%/default-web-app/examples/jsp/include/include.jsp +%%T%%/default-web-app/examples/jsp/include/include.txt +%%T%%/default-web-app/examples/jsp/index.html %%T%%/default-web-app/examples/jsp/jsptoserv/hello.jsp %%T%%/default-web-app/examples/jsp/jsptoserv/jsptoservlet.jsp %%T%%/default-web-app/examples/jsp/jsptoserv/jts.html @@ -82,19 +166,21 @@ %%T%%/default-web-app/examples/jsp/plugin/plugin.html %%T%%/default-web-app/examples/jsp/plugin/plugin.jsp %%T%%/default-web-app/examples/jsp/plugin/plugin.txt +%%T%%/default-web-app/examples/jsp/sessions/DummyCart.html %%T%%/default-web-app/examples/jsp/sessions/carts.html %%T%%/default-web-app/examples/jsp/sessions/carts.jsp %%T%%/default-web-app/examples/jsp/sessions/carts.txt %%T%%/default-web-app/examples/jsp/sessions/crt.html -%%T%%/default-web-app/examples/jsp/sessions/DummyCart.html +%%T%%/default-web-app/examples/jsp/snp/snoop.html +%%T%%/default-web-app/examples/jsp/snp/snoop.jsp +%%T%%/default-web-app/examples/jsp/snp/snoop.txt %%T%%/default-web-app/examples/jsp/taglib/loop/META-INF/taglib.tld -%%T%%/default-web-app/examples/jsp/taglib/loop/taglib/LoopTag.class -%%T%%/default-web-app/examples/jsp/taglib/loop/taglib/LoopTag.java %%T%%/default-web-app/examples/jsp/taglib/loop/index.html %%T%%/default-web-app/examples/jsp/taglib/loop/looptag.jsp %%T%%/default-web-app/examples/jsp/taglib/loop/looptag.jsp.txt %%T%%/default-web-app/examples/jsp/taglib/loop/looptags.jar -%%T%%/default-web-app/examples/jsp/index.html +%%T%%/default-web-app/examples/jsp/taglib/loop/taglib/LoopTag.class +%%T%%/default-web-app/examples/jsp/taglib/loop/taglib/LoopTag.java %%T%%/default-web-app/examples/perl/helloworld.pl %%T%%/default-web-app/examples/perl/post.html %%T%%/default-web-app/examples/perl/post.pl @@ -107,83 +193,9 @@ %%T%%/default-web-app/examples/xsl/doc.jsp %%T%%/default-web-app/examples/xsl/doc.xml %%T%%/default-web-app/examples/xsl/doc.xsl -%%T%%/default-web-app/WEB-INF/classes/colors/ColorGameBean.class -%%T%%/default-web-app/WEB-INF/classes/colors/ColorGameBean.java -%%T%%/default-web-app/WEB-INF/classes/num/NumberGuessBean.class -%%T%%/default-web-app/WEB-INF/classes/num/NumberGuessBean.java -%%T%%/default-web-app/WEB-INF/classes/error/Smart.class -%%T%%/default-web-app/WEB-INF/classes/error/Smart.java -%%T%%/default-web-app/WEB-INF/classes/sessions/DummyCart.class -%%T%%/default-web-app/WEB-INF/classes/sessions/DummyCart.java -%%T%%/default-web-app/WEB-INF/classes/dates/JspCalendar.class -%%T%%/default-web-app/WEB-INF/classes/dates/JspCalendar.java -%%T%%/default-web-app/WEB-INF/classes/cal/TableBean.java -%%T%%/default-web-app/WEB-INF/classes/cal/Entries.java -%%T%%/default-web-app/WEB-INF/classes/cal/Entry.class -%%T%%/default-web-app/WEB-INF/classes/cal/Entry.java -%%T%%/default-web-app/WEB-INF/classes/cal/JspCalendar.class -%%T%%/default-web-app/WEB-INF/classes/cal/JspCalendar.java -%%T%%/default-web-app/WEB-INF/classes/cal/TableBean.class -%%T%%/default-web-app/WEB-INF/classes/cal/Entries.class -%%T%%/default-web-app/WEB-INF/classes/checkbox/CheckTest.class -%%T%%/default-web-app/WEB-INF/classes/checkbox/CheckTest.java -%%T%%/default-web-app/WEB-INF/classes/Counter.java -%%T%%/default-web-app/WEB-INF/classes/DateServlet.class -%%T%%/default-web-app/WEB-INF/classes/DateServlet.java -%%T%%/default-web-app/WEB-INF/classes/FingerServlet.class -%%T%%/default-web-app/WEB-INF/classes/FingerServlet.java -%%T%%/default-web-app/WEB-INF/classes/HelloWorldExample.class -%%T%%/default-web-app/WEB-INF/classes/HelloWorldExample.java -%%T%%/default-web-app/WEB-INF/classes/HelloWorldServlet.class -%%T%%/default-web-app/WEB-INF/classes/HelloWorldServlet.java -%%T%%/default-web-app/WEB-INF/classes/LinkCheckerServlet.class -%%T%%/default-web-app/WEB-INF/classes/LinkCheckerServlet.java -%%T%%/default-web-app/WEB-INF/classes/LocalStrings.properties -%%T%%/default-web-app/WEB-INF/classes/ParameterBean.class -%%T%%/default-web-app/WEB-INF/classes/ParameterBean.java -%%T%%/default-web-app/WEB-INF/classes/RedirectServlet.class -%%T%%/default-web-app/WEB-INF/classes/RedirectServlet.java -%%T%%/default-web-app/WEB-INF/classes/RequestHeaderExample.class -%%T%%/default-web-app/WEB-INF/classes/RequestHeaderExample.java -%%T%%/default-web-app/WEB-INF/classes/RequestInfoExample.class -%%T%%/default-web-app/WEB-INF/classes/RequestInfoExample.java -%%T%%/default-web-app/WEB-INF/classes/RequestParamExample.class -%%T%%/default-web-app/WEB-INF/classes/RequestParamExample.java -%%T%%/default-web-app/WEB-INF/classes/SessionExample.class -%%T%%/default-web-app/WEB-INF/classes/SessionExample.java -%%T%%/default-web-app/WEB-INF/classes/SessionServlet.class -%%T%%/default-web-app/WEB-INF/classes/SessionServlet.java -%%T%%/default-web-app/WEB-INF/classes/SimpleServlet.class -%%T%%/default-web-app/WEB-INF/classes/SimpleServlet.java -%%T%%/default-web-app/WEB-INF/classes/SnoopServlet.class -%%T%%/default-web-app/WEB-INF/classes/SnoopServlet.java -%%T%%/default-web-app/WEB-INF/classes/SurveyServlet.class -%%T%%/default-web-app/WEB-INF/classes/SurveyServlet.java -%%T%%/default-web-app/WEB-INF/classes/ToJSPServlet.class -%%T%%/default-web-app/WEB-INF/classes/ToJSPServlet.java -%%T%%/default-web-app/WEB-INF/classes/UpperCaseFilter.class -%%T%%/default-web-app/WEB-INF/classes/UpperCaseFilter.java -%%T%%/default-web-app/WEB-INF/classes/BBoardServlet.class -%%T%%/default-web-app/WEB-INF/classes/URLInfo.class -%%T%%/default-web-app/WEB-INF/classes/BBoardServlet.java -%%T%%/default-web-app/WEB-INF/classes/ConfigServlet.class -%%T%%/default-web-app/WEB-INF/classes/ConfigServlet.java -%%T%%/default-web-app/WEB-INF/classes/CookieExample.class -%%T%%/default-web-app/WEB-INF/classes/CookieExample.java -%%T%%/default-web-app/WEB-INF/classes/Counter.class -%%T%%/default-web-app/WEB-INF/web.xml %%T%%/default-web-app/index.html -%%T%%/applications/news.ear -%%T%%/applications/atm.ear -%%T%%/applications/estore-bugs.txt -%%T%%/applications/estore-install.txt -%%T%%/applications/estore-orionadapter.jar -%%T%%/applications/estore-patched.ear -%%T%%/applications/news-install.txt -%%T%%/applications/atm-install.txt -%%T%%/demo/ejb/cart/META-INF/application-client.xml -%%T%%/demo/ejb/cart/META-INF/ejb-jar.xml -%%T%%/demo/ejb/cart/META-INF/MANIFEST.MF +%%T%%/demo/ejb/META-INF/application.xml +%%T%%/demo/ejb/cart/Cart.class %%T%%/demo/ejb/cart/Cart.java %%T%%/demo/ejb/cart/CartClient.class %%T%%/demo/ejb/cart/CartClient.java @@ -191,19 +203,19 @@ %%T%%/demo/ejb/cart/CartEJB.java %%T%%/demo/ejb/cart/CartHome.class %%T%%/demo/ejb/cart/CartHome.java -%%T%%/demo/ejb/cart/jndi.properties +%%T%%/demo/ejb/cart/META-INF/MANIFEST.MF +%%T%%/demo/ejb/cart/META-INF/application-client.xml +%%T%%/demo/ejb/cart/META-INF/ejb-jar.xml %%T%%/demo/ejb/cart/NotInCartException.class %%T%%/demo/ejb/cart/NotInCartException.java -%%T%%/demo/ejb/cart/Cart.class +%%T%%/demo/ejb/cart/jndi.properties %%T%%/demo/ejb/cart/orion-cart.jar -%%T%%/demo/ejb/META-INF/application.xml +%%T%%/demo/ejb/install.txt +%%T%%/demo/ejb/product/META-INF/MANIFEST.MF %%T%%/demo/ejb/product/META-INF/application-client.xml %%T%%/demo/ejb/product/META-INF/ejb-jar.xml -%%T%%/demo/ejb/product/META-INF/MANIFEST.MF -%%T%%/demo/ejb/product/orion-product.jar %%T%%/demo/ejb/product/Product.class %%T%%/demo/ejb/product/Product.java -%%T%%/demo/ejb/product/product.skeleton %%T%%/demo/ejb/product/ProductClient.class %%T%%/demo/ejb/product/ProductClient.java %%T%%/demo/ejb/product/ProductEJB.class @@ -211,29 +223,40 @@ %%T%%/demo/ejb/product/ProductHome.class %%T%%/demo/ejb/product/ProductHome.java %%T%%/demo/ejb/product/ProductServlet.class -%%T%%/demo/ejb/product/jndi.properties %%T%%/demo/ejb/product/ProductServlet.java +%%T%%/demo/ejb/product/jndi.properties +%%T%%/demo/ejb/product/orion-product.jar +%%T%%/demo/ejb/product/product.skeleton %%T%%/demo/ejb/usermanager/META-INF/ejb-jar.xml -%%T%%/demo/ejb/install.txt -%%T%%/demo/jms/coffeemaker/META-INF/application-client.xml -%%T%%/demo/jms/coffeemaker/META-INF/MANIFEST.MF -%%T%%/demo/jms/coffeemaker/META-INF/orion-application-client.xml +%%T%%/demo/jms/coffeemaker.jar %%T%%/demo/jms/coffeemaker/CoffeeMachine.class %%T%%/demo/jms/coffeemaker/CoffeeMachine.java %%T%%/demo/jms/coffeemaker/CoffeeMaker.class %%T%%/demo/jms/coffeemaker/CoffeeMaker.java +%%T%%/demo/jms/coffeemaker/META-INF/MANIFEST.MF +%%T%%/demo/jms/coffeemaker/META-INF/application-client.xml +%%T%%/demo/jms/coffeemaker/META-INF/orion-application-client.xml %%T%%/demo/jms/coffeemaker/jndi.properties -%%T%%/demo/jms/jmschat/META-INF/application-client.xml -%%T%%/demo/jms/jmschat/META-INF/MANIFEST.MF -%%T%%/demo/jms/jmschat/META-INF/orion-application-client.xml +%%T%%/demo/jms/jmschat.jar %%T%%/demo/jms/jmschat/JMSChat$1.class %%T%%/demo/jms/jmschat/JMSChat.class %%T%%/demo/jms/jmschat/JMSChat.java +%%T%%/demo/jms/jmschat/META-INF/MANIFEST.MF +%%T%%/demo/jms/jmschat/META-INF/application-client.xml +%%T%%/demo/jms/jmschat/META-INF/orion-application-client.xml %%T%%/demo/jms/jmschat/jndi.properties -%%T%%/demo/jms/coffeemaker.jar -%%T%%/demo/jms/jmschat.jar %%T%%/demo/jms/jmsdemo-readme.txt -%%T%%/demo/news-app/news-ejb-source/com/evermind/ejb/NewsView.java +%%T%%/demo/messagelogger.ear +%%T%%/demo/news-app/META-INF/application.xml +%%T%%/demo/news-app/counter.jar +%%T%%/demo/news-app/news-client-source/META-INF/MANIFEST.MF +%%T%%/demo/news-app/news-client-source/META-INF/application-client.xml +%%T%%/demo/news-app/news-client-source/com/evermind/ejb/NewsClient.class +%%T%%/demo/news-app/news-client-source/com/evermind/ejb/NewsClient.java +%%T%%/demo/news-app/news-client-source/com/evermind/ejb/NewsItemClient.class +%%T%%/demo/news-app/news-client.jar +%%T%%/demo/news-app/news-ejb-source/META-INF/ejb-jar.xml +%%T%%/demo/news-app/news-ejb-source/com/evermind/ejb/NewsItem.class %%T%%/demo/news-app/news-ejb-source/com/evermind/ejb/NewsItem.java %%T%%/demo/news-app/news-ejb-source/com/evermind/ejb/NewsItemClient.class %%T%%/demo/news-app/news-ejb-source/com/evermind/ejb/NewsItemEJB.class @@ -249,24 +272,22 @@ %%T%%/demo/news-app/news-ejb-source/com/evermind/ejb/NewsSessionHome.class %%T%%/demo/news-app/news-ejb-source/com/evermind/ejb/NewsSessionHome.java %%T%%/demo/news-app/news-ejb-source/com/evermind/ejb/NewsView.class -%%T%%/demo/news-app/news-ejb-source/com/evermind/ejb/NewsItem.class -%%T%%/demo/news-app/news-ejb-source/META-INF/ejb-jar.xml -%%T%%/demo/news-app/news-client-source/com/evermind/ejb/NewsClient.class -%%T%%/demo/news-app/news-client-source/com/evermind/ejb/NewsClient.java -%%T%%/demo/news-app/news-client-source/com/evermind/ejb/NewsItemClient.class -%%T%%/demo/news-app/news-client-source/META-INF/application-client.xml -%%T%%/demo/news-app/news-client-source/META-INF/MANIFEST.MF -%%T%%/demo/news-app/news-web/admin/editnews.jsp -%%T%%/demo/news-app/news-web/admin/editnews_done.jsp +%%T%%/demo/news-app/news-ejb-source/com/evermind/ejb/NewsView.java +%%T%%/demo/news-app/news-ejb.jar +%%T%%/demo/news-app/news-web.war %%T%%/demo/news-app/news-web/WEB-INF/lib/ejbtags.jar %%T%%/demo/news-app/news-web/WEB-INF/lib/utiltags.jar %%T%%/demo/news-app/news-web/WEB-INF/web.xml +%%T%%/demo/news-app/news-web/addnews.jsp +%%T%%/demo/news-app/news-web/addnews_done.jsp +%%T%%/demo/news-app/news-web/admin/editnews.jsp +%%T%%/demo/news-app/news-web/admin/editnews_done.jsp %%T%%/demo/news-app/news-web/border.html %%T%%/demo/news-app/news-web/checks.jsp %%T%%/demo/news-app/news-web/index.html %%T%%/demo/news-app/news-web/initviews.jsp %%T%%/demo/news-app/news-web/login-error.html -%%T%%/demo/news-app/news-web/addnews.jsp +%%T%%/demo/news-app/news-web/login.html %%T%%/demo/news-app/news-web/loginbox.jsp %%T%%/demo/news-app/news-web/logout.jsp %%T%%/demo/news-app/news-web/news-body.jsp @@ -274,67 +295,52 @@ %%T%%/demo/news-app/news-web/newsdetail.jsp %%T%%/demo/news-app/news-web/newssearch.jsp %%T%%/demo/news-app/news-web/usertest.jsp -%%T%%/demo/news-app/news-web/login.html -%%T%%/demo/news-app/news-web/addnews_done.jsp -%%T%%/demo/news-app/META-INF/application.xml -%%T%%/demo/news-app/news-web.war -%%T%%/demo/news-app/news-client.jar -%%T%%/demo/news-app/news-ejb.jar -%%T%%/demo/news-app/counter.jar %%T%%/demo/rmi/RMIApp.class %%T%%/demo/rmi/RMIApp.java %%T%%/demo/ssl/ssl-user-registration.jsp -%%T%%/demo/messagelogger.ear +%%T%%/earassembler.jar +%%T%%/ejb.jar +%%T%%/ejbassembler.jar +%%T%%/ejbmaker.jar +%%T%%/jaas.jar +%%T%%/jaxp.jar +%%T%%/jcert.jar +%%T%%/jdbc.jar +%%T%%/jndi.jar +%%T%%/jnet.jar +%%T%%/jsse.jar +%%T%%/jta.jar %%T%%/lib/hsql.jar %%T%%/loadbalancer.jar -%%T%%/jta.jar -%%T%%/jsse.jar -%%T%%/jnet.jar -%%T%%/jndi.jar -%%T%%/jdbc.jar -%%T%%/jcert.jar -%%T%%/jaxp.jar -%%T%%/ejbmaker.jar -%%T%%/ejbassembler.jar -%%T%%/ejb.jar -%%T%%/earassembler.jar -%%T%%/clientassembler.jar -%%T%%/changes.txt -%%T%%/autoupdate.properties -%%T%%/autoupdate.jar -%%T%%/assemblerlauncher.jar -%%T%%/applicationlauncher.jar -%%T%%/admin.jar -%%T%%/activation.jar -%%T%%/Readme.txt -%%T%%/xerces.jar -%%T%%/Copyright.txt -%%T%%/xalan.jar -%%T%%/webappassembler.jar -%%T%%/taglibassembler.jar -%%T%%/parser.jar -%%T%%/orionconsole.jar +%%T%%/mail.jar %%T%%/orion.jar +%%T%%/orionconsole.jar +%%T%%/parser.jar +%%T%%/taglibassembler.jar %%T%%/tools.jar -%%T%%/mail.jar +%%T%%/webappassembler.jar +%%T%%/xalan.jar +%%T%%/xerces.jar @dirrm %%T%%/application-deployments +@dirrm %%T%%/applications @dirrm %%T%%/config/database-schemas @dirrm %%T%%/config +@dirrm %%T%%/database @dirrm %%T%%/default-web-app/examples/cal @dirrm %%T%%/default-web-app/examples/images -@dirrm %%T%%/default-web-app/examples/jsp/include +@dirrm %%T%%/default-web-app/examples/jsp/cal @dirrm %%T%%/default-web-app/examples/jsp/checkbox @dirrm %%T%%/default-web-app/examples/jsp/colors @dirrm %%T%%/default-web-app/examples/jsp/dates @dirrm %%T%%/default-web-app/examples/jsp/error @dirrm %%T%%/default-web-app/examples/jsp/forward -@dirrm %%T%%/default-web-app/examples/jsp/snp -@dirrm %%T%%/default-web-app/examples/jsp/cal +@dirrm %%T%%/default-web-app/examples/jsp/include @dirrm %%T%%/default-web-app/examples/jsp/jsptoserv @dirrm %%T%%/default-web-app/examples/jsp/num @dirrm %%T%%/default-web-app/examples/jsp/plugin/applet @dirrm %%T%%/default-web-app/examples/jsp/plugin @dirrm %%T%%/default-web-app/examples/jsp/sessions +@dirrm %%T%%/default-web-app/examples/jsp/snp @dirrm %%T%%/default-web-app/examples/jsp/taglib/loop/META-INF @dirrm %%T%%/default-web-app/examples/jsp/taglib/loop/taglib @dirrm %%T%%/default-web-app/examples/jsp/taglib/loop @@ -344,18 +350,16 @@ @dirrm %%T%%/default-web-app/examples/ssi @dirrm %%T%%/default-web-app/examples/xsl @dirrm %%T%%/default-web-app/examples +@dirrm %%T%%/default-web-app/WEB-INF/classes/cal +@dirrm %%T%%/default-web-app/WEB-INF/classes/checkbox @dirrm %%T%%/default-web-app/WEB-INF/classes/colors -@dirrm %%T%%/default-web-app/WEB-INF/classes/num +@dirrm %%T%%/default-web-app/WEB-INF/classes/dates @dirrm %%T%%/default-web-app/WEB-INF/classes/error +@dirrm %%T%%/default-web-app/WEB-INF/classes/num @dirrm %%T%%/default-web-app/WEB-INF/classes/sessions -@dirrm %%T%%/default-web-app/WEB-INF/classes/dates -@dirrm %%T%%/default-web-app/WEB-INF/classes/cal -@dirrm %%T%%/default-web-app/WEB-INF/classes/checkbox @dirrm %%T%%/default-web-app/WEB-INF/classes @dirrm %%T%%/default-web-app/WEB-INF @dirrm %%T%%/default-web-app -@dirrm %%T%%/applications -@dirrm %%T%%/database @dirrm %%T%%/demo/ejb/cart/META-INF @dirrm %%T%%/demo/ejb/cart @dirrm %%T%%/demo/ejb/META-INF @@ -394,5 +398,3 @@ @dirrm %%T%%/persistence/ejb @dirrm %%T%%/persistence @dirrm %%T%% -@unexec pw groupdel orion || true -@unexec pw userdel orion || true >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 1: 0: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 642B637B408 for ; Wed, 10 Oct 2001 01:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9A802X73396; Wed, 10 Oct 2001 01:00:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 10 Oct 2001 01:00:02 -0700 (PDT) Message-Id: <200110100800.f9A802X73396@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ernst de Haan Subject: Re: ports/28464: New port: www/orion-current Reply-To: Ernst de Haan Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28464; it has been noted by GNATS. From: Ernst de Haan To: freebsd-gnats-submit@FreeBSD.org, ernst@jollem.com Cc: sobomax@FreeBSD.org Subject: Re: ports/28464: New port: www/orion-current Date: Wed, 10 Oct 2001 09:52:36 +0200 Please remove this PR, it is superceded by: * http://www.freebsd.org/cgi/query-pr.cgi?pr=31188 Thanks, Ernst To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 1:17:51 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BAB837B406; Wed, 10 Oct 2001 01:17:49 -0700 (PDT) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9A8ESn78245; Wed, 10 Oct 2001 01:14:28 -0700 (PDT) (envelope-from roam) Date: Wed, 10 Oct 2001 01:14:28 -0700 (PDT) From: Message-Id: <200110100814.f9A8ESn78245@freefall.freebsd.org> To: ernst@jollem.com, roam@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28464: New port: www/orion-current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: www/orion-current State-Changed-From-To: open->closed State-Changed-By: roam State-Changed-When: Wed Oct 10 01:14:08 PDT 2001 State-Changed-Why: Superceded by ports/31188. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28464 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 1:20:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B3ED37B40A for ; Wed, 10 Oct 2001 01:20:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9A8K0T79023; Wed, 10 Oct 2001 01:20:00 -0700 (PDT) (envelope-from gnats) Received: from skinner.codefactory.se (skinner.codefactory.se [212.32.187.2]) by hub.freebsd.org (Postfix) with ESMTP id 3A44037B408 for ; Wed, 10 Oct 2001 01:12:59 -0700 (PDT) Received: from jellyfish.codefactory.se (dhcp-109.gbg.codefactory.se [192.168.20.109]) by skinner.codefactory.se (Postfix) with ESMTP id 145B719145 for ; Wed, 10 Oct 2001 10:14:29 +0200 (CEST) Received: by jellyfish.codefactory.se (Postfix, from userid 1000) id B91B93D15; Wed, 10 Oct 2001 10:12:19 +0200 (CEST) Message-Id: <20011010081219.B91B93D15@jellyfish.codefactory.se> Date: Wed, 10 Oct 2001 10:12:19 +0200 (CEST) From: Anders Andersson Reply-To: Anders Andersson To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31189: Update port: irc/ninja from 1.5.3 to 1.5.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31189 >Category: ports >Synopsis: Update port: irc/ninja from 1.5.3 to 1.5.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 10 01:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anders Andersson >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD jellyfish.codefactory.se 4.4-STABLE FreeBSD 4.4-STABLE #0: Mon Oct 8 23:27:52 CEST 2001 toor@jellyfish.codefactory.se:/usr/obj/usr/src/sys/JELLYFISH i386 >Description: I updated the irc/ninja port to the latest version. >How-To-Repeat: >Fix: diff -ruN ninja/Makefile ninja.new/Makefile --- ninja/Makefile Sat Sep 1 10:47:57 2001 +++ ninja.new/Makefile Wed Oct 10 09:53:04 2001 @@ -6,7 +6,7 @@ # PORTNAME= ninja -PORTVERSION= 1.5.3 +PORTVERSION= 1.5.4 CATEGORIES= irc MASTER_SITES= ftp://ninja.qoop.org/ninja/sources/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff -ruN ninja/distinfo ninja.new/distinfo --- ninja/distinfo Sat Sep 1 10:47:57 2001 +++ ninja.new/distinfo Wed Oct 10 09:53:27 2001 @@ -1 +1 @@ -MD5 (ninja-1.5.3-src.tar.gz) = 7c9227f5d99ac7ba7cd2f9d60ee92bd7 +MD5 (ninja-1.5.4-src.tar.gz) = d87e87c9819c4b9dc83218ade7df150a >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 1:27:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 11A0537B406; Wed, 10 Oct 2001 01:27:09 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9A8R9880143; Wed, 10 Oct 2001 01:27:09 -0700 (PDT) (envelope-from sobomax) Date: Wed, 10 Oct 2001 01:27:09 -0700 (PDT) From: Message-Id: <200110100827.f9A8R9880143@freefall.freebsd.org> To: jonathan.chen@itouch.co.nz, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31182: pkg_delete doesn't always remove symbolic links in packages Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: pkg_delete doesn't always remove symbolic links in packages State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Wed Oct 10 01:25:01 PDT 2001 State-Changed-Why: I've just committed fix for this into -current. The fix will be MFC'ed in two weeks, so please be patient. Thank you for submission! http://www.freebsd.org/cgi/query-pr.cgi?pr=31182 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 1:31: 1 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 1390537B403 for ; Wed, 10 Oct 2001 01:30:52 -0700 (PDT) Received: from vega.vega.com (h118.227.dialup.iptcom.net [212.9.227.118]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id LAA43887; Wed, 10 Oct 2001 11:30:35 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id f9A8U4U43376; Wed, 10 Oct 2001 11:30:04 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3BC40785.B50CFDA4@FreeBSD.org> Date: Wed, 10 Oct 2001 11:32:06 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Neil Blakey-Milner Cc: freebsd-ports@FreeBSD.org Subject: Re: Problem removing links to directories with pkg_delete References: <200108130929.f7D9T6K11536@vega.vega.com> <20010813120919.A57988@mithrandr.moria.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Neil Blakey-Milner wrote: > On Mon 2001-08-13 (12:28), Maxim Sobolev wrote: > > > > > > >At Sun, 12 Aug 2001 22:10:25 +0200, > > > >Jean-Sebastien Roy wrote: > > > >> I made a port (scilab 2.6, see: ports/26997) that includes a file > > > >> named "config" in it's plist. This file is a link to a > > > >> directory. (the name has no importance) > > > >> > > > >> When I use "make deinstall" to uninstall the port, everything is fine. > > > >> (I used the recommanded test ordering in the handbook and everything went fine) > > > >> > > > >> But when I use pkg_delete, it complains that the directory enclosing > > > >> "config" cannot be removed because it is not empty. Indeed, it > > > >> contains "config", which was not removed. I suppose it's because its > > > >> MD5 checksum changed while pkg_delete removed file in the directory > > > >> "config" points to. > > > >> What is the recomended way to cope with this problem (and with links > > > >> inside plist in general) ? > > > > > > > >List the symlink prior to the file/directory it points to. :) > > > > > > Of course... but it breaks the handbook recommendation to keep the files sorted alphabeticaly. It's the only solution ? > > > > I have a patch in the local CVS that changes the way pkg_create(8) > > registers checksums of symlinks - i.e. instead of checksum of entry > > the link is poining to it registers checksum of the value returned > > by readlink(2). This should fix the problem in question. > > > > I'll try to commit this fix after 4.4 is out. > > Since you're in the area, can you have something like the attached, > which only does MD5s for regular files, not devices and such things > (used locally to generate a jail package). I've just committed this patch (slightly adjusted to fit better into the framework). Please test it and let me know if there are any problems with it. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 1:40:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3757437B408 for ; Wed, 10 Oct 2001 01:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9A8e1p81548; Wed, 10 Oct 2001 01:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C566137B401 for ; Wed, 10 Oct 2001 01:31:46 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9A8VkH80607; Wed, 10 Oct 2001 01:31:46 -0700 (PDT) (envelope-from nobody) Message-Id: <200110100831.f9A8VkH80607@freefall.freebsd.org> Date: Wed, 10 Oct 2001 01:31:46 -0700 (PDT) From: Rainer Duffner To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31191: netsaint - plugins sometimes not found Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31191 >Category: ports >Synopsis: netsaint - plugins sometimes not found >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 10 01:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Rainer Duffner >Release: 4.4 R >Organization: >Environment: >Description: Hi, I've installed the Beta7 on FreeBSD 4.4 and have come across a strange problem: When I start netsaint, it seems the plugins for the checks I defined for the hosts are not found. Instead of looking for /usr/local/libexec/netsaint/_the_check_, I get a message on the console trying to access /_the_check. As if the $USER1-macro was not read. When I go to the host and force a re-check, it finds the plugin and the check succeeds. Does anybody have an idea why this could happen ? Or even better, how to solve it ? >How-To-Repeat: Always happens. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 2: 0:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A0C0937B406 for ; Wed, 10 Oct 2001 02:00:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9A901183979; Wed, 10 Oct 2001 02:00:01 -0700 (PDT) (envelope-from gnats) Received: from CRWdog.demon.co.uk (adsl-216-103-105-71.dsl.snfc21.pacbell.net [216.103.105.71]) by hub.freebsd.org (Postfix) with ESMTP id 114D737B401 for ; Wed, 10 Oct 2001 01:57:02 -0700 (PDT) Received: by CRWdog.demon.co.uk (Postfix, from userid 1001) id 6E82F3E7C; Wed, 10 Oct 2001 01:56:53 -0700 (PDT) Message-Id: <20011010085653.6E82F3E7C@CRWdog.demon.co.uk> Date: Wed, 10 Oct 2001 01:56:53 -0700 (PDT) From: Andy Sparrow Reply-To: Andy Sparrow To: FreeBSD-gnats-submit@freebsd.org Cc: clefevre@citeweb.net X-Send-Pr-Version: 3.113 Subject: ports/31192: Update ISC DHCP v3 port to released version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31192 >Category: ports >Synopsis: Update ISC DHCP v3 port to released version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 10 02:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Andy Sparrow >Release: FreeBSD 4.4-STABLE i386 >Organization: Not Much >Environment: System: FreeBSD omni.geek4food.org 4.4-STABLE FreeBSD 4.4-STABLE #64: Sat Oct 6 17:16:06 CDT 2001 root@omni.geek4food.org:/usr/src/sys/compile/tureg i386 >Description: Ports has ISC DHCP v3 at release candidate 11, rather than the recently released version: http://marc.theaimsgroup.com/?l=dhcp-server&m=100226241108272&w=2 Patch updates the port and addresses a couple of nits/things that have changed. >How-To-Repeat: See description. >Fix: diff -ruN isc-dhcp3-rc11/Makefile isc-dhcp3/Makefile --- isc-dhcp3-rc11/Makefile Wed Oct 10 01:41:01 2001 +++ isc-dhcp3/Makefile Wed Oct 10 01:37:34 2001 @@ -7,7 +7,7 @@ # PORTNAME= dhcp -PORTVERSION= 3.0.r11 +PORTVERSION= 3.0 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/%SUBDIR%/ \ ${US_MASTER_SITES} ${JAPAN_MASTER_SITES} \ @@ -19,7 +19,7 @@ ${SWEDEN_MASTER_SITES} ${UK_MASTER_SITES} \ ${NETHERLANDS_MASTER_SITES} ${BRAZIL_MASTER_SITES} \ ${GREECE_MASTER_SITES} ${TURKEY_MASTER_SITES} -MASTER_SITE_SUBDIR= dhcp dpcp/dhcp-3.0-history +MASTER_SITE_SUBDIR= dhcp dhcp/dhcp-3.0-history PKGNAMEPREFIX= isc- PKGNAMESUFFIX= 3 DISTNAME= ${PORTNAME}-${RELEASE}${VERSION}${PATCHLEVEL} @@ -40,7 +40,7 @@ MAN1= omshell.1 MAN3= dhcpctl.3 omapi.3 omshell.3 -MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-contrib.5 \ +MAN5= dhclient.conf.5 dhclient.leases.5 \ dhcp-eval.5 dhcp-options.5 dhcpd.conf.5 \ dhcpd.leases.5 MAN8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8 diff -ruN isc-dhcp3-rc11/distinfo isc-dhcp3/distinfo --- isc-dhcp3-rc11/distinfo Fri Oct 5 22:08:35 2001 +++ isc-dhcp3/distinfo Tue Oct 9 23:19:14 2001 @@ -1 +1 @@ -MD5 (dhcp-3.0rc11.tar.gz) = 6b244e2bb056d423a49aca7b6bbeee91 +MD5 (dhcp-3.0.tar.gz) = 06e0247fe787d356ac00933633e1fe71 diff -ruN isc-dhcp3-rc11/files/patch-site.conf isc-dhcp3/files/patch-site.conf --- isc-dhcp3-rc11/files/patch-site.conf Fri Oct 5 22:08:37 2001 +++ isc-dhcp3/files/patch-site.conf Wed Oct 10 01:17:11 2001 @@ -35,4 +35,4 @@ +CFLAGS += -D_PATH_DHCLIENT_CONF=\"$(ETC)/dhclient.conf\" +CFLAGS += -D_PATH_DHCLIENT_SCRIPT=\"$(CLIENTBINDIR)/dhclient-script\" +CFLAGS += -D_PATH_DHCLIENT_DB=\"$(VARDB)/dhclient.leases\" -+CFLAGS += -D_PATH_DHCLIENT_PID=\"$(VARDB)/dhclient.pid\" ++CFLAGS += -D_PATH_DHCLIENT_PID=\"$(VARRUN)/dhclient.pid\" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 2:17:51 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B22B637B409; Wed, 10 Oct 2001 02:17:49 -0700 (PDT) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9A9CRj88138; Wed, 10 Oct 2001 02:12:27 -0700 (PDT) (envelope-from roam) Date: Wed, 10 Oct 2001 02:12:27 -0700 (PDT) From: Message-Id: <200110100912.f9A9CRj88138@freefall.freebsd.org> To: spadger@best.com, roam@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31192: Update ISC DHCP v3 port to released version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update ISC DHCP v3 port to released version State-Changed-From-To: open->closed State-Changed-By: roam State-Changed-When: Wed Oct 10 02:08:38 PDT 2001 State-Changed-Why: There is a maintainer update in ports/31058. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31192 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 2:30:54 2001 Delivered-To: freebsd-ports@freebsd.org Received: from webhorse1.imisk.com.tr (webhorse1.imisk.com.tr [193.192.121.100]) by hub.freebsd.org (Postfix) with ESMTP id 0C04837B407; Wed, 10 Oct 2001 02:29:35 -0700 (PDT) Received: from webhorse.imisk.com.tr (n193-192-121-200.netone.com.tr [193.192.121.200]) by webhorse1.imisk.com.tr with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id 4T35PHJ4; Wed, 10 Oct 2001 12:06:50 +0100 Received: from 65.89.250.69 by webhorse.imisk.com.tr with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1459.74) id RXCGV34F; Wed, 10 Oct 2001 12:30:33 +0300 Reply-To: From: "jhylandleo@giantegg.net" To: "7921@btinternet.com" <7921@btinternet.com> Subject: A special offer for foreign residents Content-Type: text/plain; charset="us-ascii";format=flowed Content-Transfer-Encoding: 7bit Message-Id: <20011010092935.0C04837B407@hub.freebsd.org> Date: Wed, 10 Oct 2001 02:29:35 -0700 (PDT) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Doubling your investment is more achievable than you think! 200% return could have been achieved in less than 30 days! Learn about our strategy trading in the Interbank Foreign Currency Exchange. Get our Reports, Charts and Strategies on the US Dollar Vs Japanese Yen and Euro. Must be 21 years of age For additional information: http://fupwes.gruskoze.uk%218key=965895210index=a21r7p6qw@1110350280/%7e%62e%6e%7a/cust01/index.htm =================================================================================== Opt-Out Instructions: mailto:remove@kilten.com ****** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 3:37:52 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1073037B406; Wed, 10 Oct 2001 03:37:50 -0700 (PDT) Received: (from markp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9AATeK07826; Wed, 10 Oct 2001 03:29:40 -0700 (PDT) (envelope-from markp) Date: Wed, 10 Oct 2001 03:29:40 -0700 (PDT) From: Message-Id: <200110101029.f9AATeK07826@freefall.freebsd.org> To: anders@fix.no, markp@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31099: New port: sysutils/flog Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: sysutils/flog State-Changed-From-To: open->closed State-Changed-By: markp State-Changed-When: Wed Oct 10 03:29:26 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31099 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 3:44:36 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id AC22937B403; Wed, 10 Oct 2001 03:44:32 -0700 (PDT) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id KAA29852; Wed, 10 Oct 2001 10:51:20 -0700 Date: Wed, 10 Oct 2001 03:44:26 -0700 From: John Merryweather Cooper To: Maxim Sobolev Cc: Daniel Frazier , gnome@FreeBSD.org, ports@FreeBSD.org Subject: Re: [HEADS-UP] Gnome megaupdate landed Message-ID: <20011010034426.A13962@johncoop.MSHOME> References: <3BC2AF66.1648EB0F@FreeBSD.org> <3BC32F2B.1040700@magpage.com> <3BC3F84E.9361FF93@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit In-Reply-To: <3BC3F84E.9361FF93@FreeBSD.org>; from sobomax@FreeBSD.org on Wed, Oct 10, 2001 at 00:27:10 -0700 X-Mailer: Balsa 1.2.0 Lines: 42 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 2001.10.10 00:27 Maxim Sobolev wrote: > Daniel Frazier wrote: > > > Maxim Sobolev wrote: > > > Hi folks, > > > > > > I've just committed my GNOME megaupdate. Due to some > > > substantial changes you have to deinstall *all* GNOME > > > components and reinstall them all from scratch from a > > > freshly cvsup'ed tree. To do so use the following procedure: > > > > > > # pkg_delete `cat /var/db/pkg/ORBit-*/+REQUIRED_BY`; > > > pkg_delete ORBit* > > > (users of -current and very recent -stable can use > > > "pkg_delete -r ORBit*" instead) > > > > > > > After doing "pkg_delete -rf ORBit*" and then cvsupping my ports tree > I'm > > running into a bit of an issue with /usr/ports/x11/gnome. make > > finishes fine, but make install dies with... > > Should be fixed now. Please recvsup and try again. > > Thanks for reporting! > > -Maxim > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > Yes, the patch you put up fixed it for me. -- jmc MacroHard -- the perfection of form over substance, marketing over performance, and greed over design . . . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 4:10: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9334F37B408 for ; Wed, 10 Oct 2001 04:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9ABA1V21785; Wed, 10 Oct 2001 04:10:01 -0700 (PDT) (envelope-from gnats) Date: Wed, 10 Oct 2001 04:10:01 -0700 (PDT) Message-Id: <200110101110.f9ABA1V21785@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Cyrille Lefevre" Subject: re: ports/31058: maintainer update: net/isc-dhcp3 - 3.0 release Reply-To: "Cyrille Lefevre" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31058; it has been noted by GNATS. From: "Cyrille Lefevre" To: Cc: Subject: re: ports/31058: maintainer update: net/isc-dhcp3 - 3.0 release Date: Wed, 10 Oct 2001 13:10:51 +0100 I coudn't find PR "Update ISC DHCP v3 port to released version" submitted by Andy Sparrow which can be closed since it's a dup of this one. Anyway, thanks to him the have seen and corrected these typos. diff -ruN isc-dhcp3-rc11/Makefile isc-dhcp3/Makefile --- isc-dhcp3-rc11/Makefile Wed Oct 10 01:41:01 2001 +++ isc-dhcp3/Makefile Wed Oct 10 01:37:34 2001 @@ -22,1 +22,1 @@ -MASTER_SITE_SUBDIR= dhcp dpcp/dhcp-3.0-history +MASTER_SITE_SUBDIR= dhcp dhcp/dhcp-3.0-history diff -ruN isc-dhcp3-rc11/files/patch-site.conf isc-dhcp3/files/patch-site.conf --- isc-dhcp3-rc11/files/patch-site.conf Fri Oct 5 22:08:37 2001 +++ isc-dhcp3/files/patch-site.conf Wed Oct 10 01:17:11 2001 @@ -38,1 +38,1 @@ -+CFLAGS += -D_PATH_DHCLIENT_PID=\"$(VARDB)/dhclient.pid\" ++CFLAGS += -D_PATH_DHCLIENT_PID=\"$(VARRUN)/dhclient.pid\" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 4:20: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3208537B409 for ; Wed, 10 Oct 2001 04:20:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9ABK6X23215; Wed, 10 Oct 2001 04:20:06 -0700 (PDT) (envelope-from gnats) Date: Wed, 10 Oct 2001 04:20:06 -0700 (PDT) Message-Id: <200110101120.f9ABK6X23215@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: ports/31058: maintainer update: net/isc-dhcp3 - 3.0 release Reply-To: Peter Pentchev Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31058; it has been noted by GNATS. From: Peter Pentchev To: Cyrille Lefevre Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/31058: maintainer update: net/isc-dhcp3 - 3.0 release Date: Wed, 10 Oct 2001 14:17:41 +0300 On Wed, Oct 10, 2001 at 04:10:01AM -0700, Cyrille Lefevre wrote: > > I coudn't find PR "Update ISC DHCP v3 port to released version" submitted by > Andy Sparrow which can be closed since it's a dup of this > one. You probably could not find it, since I already closed it as a dup :) G'luck, Peter -- I am jealous of the first word in this sentence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 4:47:54 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B9AEB37B408; Wed, 10 Oct 2001 04:47:50 -0700 (PDT) Received: (from mita@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9ABkII27531; Wed, 10 Oct 2001 04:46:18 -0700 (PDT) (envelope-from mita) Date: Wed, 10 Oct 2001 04:46:18 -0700 (PDT) From: Message-Id: <200110101146.f9ABkII27531@freefall.freebsd.org> To: sa264@cam.ac.uk, mita@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30963: Make net/generic-nqs honor CFLAGS Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Make net/generic-nqs honor CFLAGS State-Changed-From-To: open->closed State-Changed-By: mita State-Changed-When: Wed Oct 10 04:45:30 PDT 2001 State-Changed-Why: Proposed PR committed. Thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30963 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 4:47:54 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 18EE937B406; Wed, 10 Oct 2001 04:47:51 -0700 (PDT) Received: (from mita@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9ABlGZ27833; Wed, 10 Oct 2001 04:47:16 -0700 (PDT) (envelope-from mita) Date: Wed, 10 Oct 2001 04:47:16 -0700 (PDT) From: Message-Id: <200110101147.f9ABlGZ27833@freefall.freebsd.org> To: jdn@bga.com, mita@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29616: ports/net/generic-nqs loaddaemon does not report correct load Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ports/net/generic-nqs loaddaemon does not report correct load State-Changed-From-To: open->closed State-Changed-By: mita State-Changed-When: Wed Oct 10 04:46:39 PDT 2001 State-Changed-Why: Submitted patch was imported as files/patch-ag. Thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29616 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 4:50: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B9A2237B403 for ; Wed, 10 Oct 2001 04:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9ABo1k28500; Wed, 10 Oct 2001 04:50:01 -0700 (PDT) (envelope-from gnats) Date: Wed, 10 Oct 2001 04:50:01 -0700 (PDT) Message-Id: <200110101150.f9ABo1k28500@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Thomas Gellekum Subject: Re: ports/31141: OpenDX port dumps core in dxexec Reply-To: Thomas Gellekum Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31141; it has been noted by GNATS. From: Thomas Gellekum To: Charles Allen Cc: FreeBSD-gnats-submit@FreeBSD.ORG, deischen@FreeBSD.ORG Subject: Re: ports/31141: OpenDX port dumps core in dxexec Date: 10 Oct 2001 13:46:12 +0200 ,---- | $ /usr/local/dx/bin_freebsd/dxexec | Memory cache will use 24 MB (2 for small items, 22 for large) | | Fatal error 'Cannot allocate priority ready queue.' at line 241 in file | /home/FreeBSD/5/src/lib/libc_r/uthread/uthread_init.c (errno = 22) | Abort (core dumped) `---- I guess EINVAL comes from malloc(3) via brk(2) (but I'll need to build a libc_r with debugging symbols to make sure). First time I see this. I tried the other binaries from OpenDX, they seem to start up fine. Daniel, any ideas? tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 5:50:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 96AB437B431 for ; Wed, 10 Oct 2001 05:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9ACo1J48044; Wed, 10 Oct 2001 05:50:01 -0700 (PDT) (envelope-from gnats) Date: Wed, 10 Oct 2001 05:50:01 -0700 (PDT) Message-Id: <200110101250.f9ACo1J48044@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Daniel Eischen Subject: Re: ports/31141: OpenDX port dumps core in dxexec Reply-To: Daniel Eischen Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31141; it has been noted by GNATS. From: Daniel Eischen To: Thomas Gellekum Cc: Charles Allen , FreeBSD-gnats-submit@FreeBSD.ORG, deischen@FreeBSD.ORG Subject: Re: ports/31141: OpenDX port dumps core in dxexec Date: Wed, 10 Oct 2001 08:40:33 -0400 (EDT) On 10 Oct 2001, Thomas Gellekum wrote: > ,---- > | $ /usr/local/dx/bin_freebsd/dxexec > | Memory cache will use 24 MB (2 for small items, 22 for large) > | > | Fatal error 'Cannot allocate priority ready queue.' at line 241 in file > | /home/FreeBSD/5/src/lib/libc_r/uthread/uthread_init.c (errno = 22) > | Abort (core dumped) > `---- > > I guess EINVAL comes from malloc(3) via brk(2) (but I'll need to build > a libc_r with debugging symbols to make sure). First time I see this. > > I tried the other binaries from OpenDX, they seem to start up fine. > > Daniel, any ideas? The above error message looks very similar to old error messages that were caused either by the threads library not being properly initialized (before trying to use functions within it), or by having relying on old libraries that use libgcc_r, or something like that... -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 7:40:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E26D37B40A for ; Wed, 10 Oct 2001 07:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9AEe1t81915; Wed, 10 Oct 2001 07:40:01 -0700 (PDT) (envelope-from gnats) Received: from mout0.freenet.de (mout0.freenet.de [194.97.50.131]) by hub.freebsd.org (Postfix) with ESMTP id 8293837B407; Wed, 10 Oct 2001 07:30:23 -0700 (PDT) Received: from [194.97.50.135] (helo=mx2.freenet.de) by mout0.freenet.de with esmtp (Exim 3.33 #1) id 15rKNK-0006QT-00; Wed, 10 Oct 2001 16:30:22 +0200 Received: from ac05c.pppool.de ([213.6.192.92] helo=ramanujan.dyndns.org) by mx2.freenet.de with asmtp (ID florian.schrack@freenet.de) (Exim 3.33 #3) id 15rKNJ-0000w7-00; Wed, 10 Oct 2001 16:30:22 +0200 Received: (from flo@localhost) by ramanujan.dyndns.org (8.11.6/8.11.6) id f9AESsT01698; Wed, 10 Oct 2001 16:28:54 +0200 (CEST) (envelope-from flo) Message-Id: <200110101428.f9AESsT01698@ramanujan.dyndns.org> Date: Wed, 10 Oct 2001 16:28:54 +0200 (CEST) From: Florian Schrack Reply-To: Florian Schrack To: FreeBSD-gnats-submit@freebsd.org Cc: keith@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31195: Missing meta-simulator in mmix port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31195 >Category: ports >Synopsis: Missing meta-simulator in mmix port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 10 07:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Florian Schrack >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD ramanujan.dyndns.org 4.4-STABLE FreeBSD 4.4-STABLE #3: Sun Oct 7 16:20:12 CEST 2001 root@ramanujan.dyndns.org:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: Prof. Knuth's MMIX tarball, which is used in the mmix port, contains the sources for a program called mmmix (a meta-simulator for MMIX). At my machine, this program is successfully compiled during 'make' but not installed during 'make install'. I think this is just an unintentional mistake because the program can be run without problems and the port maintainer has just forgotten to include the installation command for the mmmix binary in the Makefile. >How-To-Repeat: Type 'make' in /usr/ports/lang/mmix. Watch mmmix being successfully compiled. To see that the mmmix binary actually works change to the directory where it was compiled (usually /usr/ports/lang/mmix/work) and type the following: ./mmixal primes.mms ./mmix -Dprimes.mmb primes ./mmmix plain.mmconfig primes.mmb At the now appearing prompt ('mmmix>') type '1000000' and watch a list of 500 primes being generated. Exit the simulator with 'q'. No error should appear, so the mmmix program seems ready for inclusion in the port. >Fix: Add one line to the Makefile. Here is a patch: --- begin of patch --- *** Makefile.orig Wed Oct 10 15:59:14 2001 --- Makefile Wed Oct 10 16:00:02 2001 *************** *** 23,28 **** --- 23,29 ---- ${INSTALL_PROGRAM} ${WRKSRC}/mmix ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/mmixal ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/mmotype ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/mmmix ${PREFIX}/bin @${MKDIR} ${MMIXDIR} ${INSTALL_DATA} ${WRKSRC}/README ${MMIXDIR} ${INSTALL_DATA} ${WRKSRC}/*.mmconfig ${MMIXDIR} --- end of patch --- An additional suggestion is to upgrade to the newest version of MMIX from Prof. Knuth's homepage as some details in the simulator might have changed. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 8:10:49 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD70E37B409 for ; Wed, 10 Oct 2001 08:10:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9AFA0L88757; Wed, 10 Oct 2001 08:10:00 -0700 (PDT) (envelope-from gnats) Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id 8E1C037B403; Wed, 10 Oct 2001 08:02:23 -0700 (PDT) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.11.6/8.11.6) with ESMTP id f9AF2LS25393; Wed, 10 Oct 2001 17:02:22 +0200 (MET DST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.11.6/8.11.6) with ESMTP id f9AF2Lk08036; Wed, 10 Oct 2001 17:02:21 +0200 (MEST) Received: from reims.mchp.siemens.de (alaska [139.23.202.134]) by mars.cert.siemens.de (8.12.1/8.12.1/Siemens CERT [ $Revision: 1.17 ]) with ESMTP id f9AF2LnE032097; Wed, 10 Oct 2001 17:02:21 +0200 (CEST) Received: from reims.mchp.siemens.de (localhost [127.0.0.1]) by reims.mchp.siemens.de (8.12.1/8.12.1/alaska [ $Revision: 1.9 ]) with ESMTP id f9AF2LEA035730; Wed, 10 Oct 2001 17:02:21 +0200 (CEST) Received: (from ust@localhost) by reims.mchp.siemens.de (8.12.1/8.12.1/alaska [ $Revision: 1.2 ]) id f9AF2LNb035729; Wed, 10 Oct 2001 17:02:21 +0200 (CEST) Message-Id: <200110101502.f9AF2LNb035729@reims.mchp.siemens.de> Date: Wed, 10 Oct 2001 17:02:21 +0200 (CEST) From: Udo Schweigert Reply-To: Udo Schweigert To: FreeBSD-gnats-submit@freebsd.org Cc: dwcjr@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31196: maintainer update of mail/mutt-devel to 1.3.23 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31196 >Category: ports >Synopsis: maintainer update of mail/mutt-devel to 1.3.23 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 10 08:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Udo Schweigert >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD alaska.cert.siemens.de 4.4-STABLE FreeBSD 4.4-STABLE #6: Wed Oct 10 09:24:24 CEST 2001 ust@alaska.cert.siemens.de:/usr/obj/work/src/RELENG_4/sys/alaska i386 >Description: Update mail/mutt-devel to latest version 1.3.23. Also fix that post-patch was not executed if NOPORTDOCS was set and thus additional docs were installed in /usr/local/share/doc/mutt. The attached patch again includes the fix from ports/30930 which thus can also be closed. >How-To-Repeat: >Fix: diff -ru --exclude=CVS /usr/ports/mail/mutt-devel/Makefile mutt-devel/Makefile --- /usr/ports/mail/mutt-devel/Makefile Mon Sep 3 07:49:13 2001 +++ mutt-devel/Makefile Wed Oct 10 14:28:44 2001 @@ -7,8 +7,7 @@ # PORTNAME= mutt-devel -PORTVERSION= 1.3.22.1 -PORTREVISION= 1 +PORTVERSION= 1.3.23 CATEGORIES+= mail .if defined(WITH_MUTT_NNTP) CATEGORIES+= news @@ -119,7 +118,7 @@ MAN1= flea.1 mutt.1 mutt_dotlock.1 muttbug.1 MAN5= muttrc.5 mbox.5 -post-patch: +post-patch:: @${PERL} -pi.fbsd -e 's,/usr/bin/gpg,${LOCALBASE}/bin/gpg,g' \ ${WRKSRC}/contrib/gpg.rc @@ -154,6 +153,7 @@ PLIST_SUB+= SUB_ADD_L="@comment " PLIST_SUB+= SUB_ADD_M="@comment " PLIST_SUB+= SUB_ADD_N="@comment " +PLIST_SUB+= SUB_ADD_O="@comment " .elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) && \ defined(IMAP_OR_POP_SET) @@ -171,6 +171,7 @@ PLIST_SUB+= SUB_ADD_L="@comment " PLIST_SUB+= SUB_ADD_M="@comment " PLIST_SUB+= SUB_ADD_N="@comment " +PLIST_SUB+= SUB_ADD_O="@comment " .elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ !defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) && \ defined(IMAP_OR_POP_SET) @@ -188,6 +189,7 @@ PLIST_SUB+= SUB_ADD_L="@comment " PLIST_SUB+= SUB_ADD_M="@comment " PLIST_SUB+= SUB_ADD_N="@comment " +PLIST_SUB+= SUB_ADD_O="@comment " .elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ !defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) && \ defined(IMAP_OR_POP_SET) @@ -205,6 +207,7 @@ PLIST_SUB+= SUB_ADD_L="@comment " PLIST_SUB+= SUB_ADD_M="@comment " PLIST_SUB+= SUB_ADD_N="@comment " +PLIST_SUB+= SUB_ADD_O="@comment " .elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) && \ defined(IMAP_OR_POP_SET) @@ -222,6 +225,7 @@ PLIST_SUB+= SUB_ADD_L="@comment " PLIST_SUB+= SUB_ADD_M="@comment " PLIST_SUB+= SUB_ADD_N="@comment " +PLIST_SUB+= SUB_ADD_O="@comment " .elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) && \ defined(IMAP_OR_POP_SET) @@ -239,6 +243,7 @@ PLIST_SUB+= SUB_ADD_L="@comment " PLIST_SUB+= SUB_ADD_M="@comment " PLIST_SUB+= SUB_ADD_N="@comment " +PLIST_SUB+= SUB_ADD_O="@comment " .elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ !defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) && \ defined(IMAP_OR_POP_SET) @@ -256,6 +261,7 @@ PLIST_SUB+= SUB_ADD_L="@comment " PLIST_SUB+= SUB_ADD_M="@comment " PLIST_SUB+= SUB_ADD_N="@comment " +PLIST_SUB+= SUB_ADD_O="@comment " .elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ !defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) && \ defined(IMAP_OR_POP_SET) @@ -273,6 +279,7 @@ PLIST_SUB+= SUB_ADD_L="@comment " PLIST_SUB+= SUB_ADD_M="@comment " PLIST_SUB+= SUB_ADD_N="@comment " +PLIST_SUB+= SUB_ADD_O="@comment " .elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) && \ defined(IMAP_OR_POP_SET) @@ -290,6 +297,7 @@ PLIST_SUB+= SUB_ADD_L="@comment " PLIST_SUB+= SUB_ADD_M="@comment " PLIST_SUB+= SUB_ADD_N="@comment " +PLIST_SUB+= SUB_ADD_O="@comment " .elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) && \ defined(IMAP_OR_POP_SET) @@ -307,6 +315,7 @@ PLIST_SUB+= SUB_ADD_L="@comment " PLIST_SUB+= SUB_ADD_M="@comment " PLIST_SUB+= SUB_ADD_N="@comment " +PLIST_SUB+= SUB_ADD_O="@comment " .elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ !defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) && \ defined(IMAP_OR_POP_SET) @@ -324,6 +333,7 @@ PLIST_SUB+= SUB_ADD_L="@comment " PLIST_SUB+= SUB_ADD_M="@comment " PLIST_SUB+= SUB_ADD_N="@comment " +PLIST_SUB+= SUB_ADD_O="@comment " .elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ !defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) && \ defined(IMAP_OR_POP_SET) @@ -341,6 +351,7 @@ PLIST_SUB+= SUB_ADD_L="@comment " PLIST_SUB+= SUB_ADD_M="@comment " PLIST_SUB+= SUB_ADD_N="@comment " +PLIST_SUB+= SUB_ADD_O="@comment " .elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) && \ defined(IMAP_OR_POP_SET) @@ -358,9 +369,11 @@ PLIST_SUB+= SUB_ADD_L="@comment " PLIST_SUB+= SUB_ADD_M="@comment " PLIST_SUB+= SUB_ADD_N="@comment " +PLIST_SUB+= SUB_ADD_O="@comment " .elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) && \ defined(IMAP_OR_POP_SET) +PLIST_SUB+= SUB_ADD_O="" PLIST_SUB+= SUB_ADD_A="@comment " PLIST_SUB+= SUB_ADD_B="@comment " PLIST_SUB+= SUB_ADD_C="@comment " @@ -392,9 +405,11 @@ PLIST_SUB+= SUB_ADD_L="@comment " PLIST_SUB+= SUB_ADD_M="@comment " PLIST_SUB+= SUB_ADD_N="@comment " +PLIST_SUB+= SUB_ADD_O="@comment " .elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ !defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) && \ defined(IMAP_OR_POP_SET) +PLIST_SUB+= SUB_ADD_O="" PLIST_SUB+= SUB_ADD_A="@comment " PLIST_SUB+= SUB_ADD_B="@comment " PLIST_SUB+= SUB_ADD_C="@comment " @@ -426,6 +441,7 @@ PLIST_SUB+= SUB_ADD_K="@comment " PLIST_SUB+= SUB_ADD_L="@comment " PLIST_SUB+= SUB_ADD_M="@comment " +PLIST_SUB+= SUB_ADD_O="@comment " .elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) && \ !defined(IMAP_OR_POP_SET) @@ -443,6 +459,7 @@ PLIST_SUB+= SUB_ADD_K="@comment " PLIST_SUB+= SUB_ADD_L="@comment " PLIST_SUB+= SUB_ADD_N="@comment " +PLIST_SUB+= SUB_ADD_O="@comment " .elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ !defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) && \ !defined(IMAP_OR_POP_SET) @@ -460,6 +477,7 @@ PLIST_SUB+= SUB_ADD_K="@comment " PLIST_SUB+= SUB_ADD_L="@comment " PLIST_SUB+= SUB_ADD_M="@comment " +PLIST_SUB+= SUB_ADD_O="@comment " .elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ !defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) && \ !defined(IMAP_OR_POP_SET) @@ -477,6 +495,7 @@ PLIST_SUB+= SUB_ADD_K="@comment " PLIST_SUB+= SUB_ADD_L="@comment " PLIST_SUB+= SUB_ADD_N="@comment " +PLIST_SUB+= SUB_ADD_O="@comment " .elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) && \ !defined(IMAP_OR_POP_SET) @@ -494,6 +513,7 @@ PLIST_SUB+= SUB_ADD_L="@comment " PLIST_SUB+= SUB_ADD_M="@comment " PLIST_SUB+= SUB_ADD_N="@comment " +PLIST_SUB+= SUB_ADD_O="@comment " .elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) && \ !defined(IMAP_OR_POP_SET) @@ -511,6 +531,7 @@ PLIST_SUB+= SUB_ADD_L="@comment " PLIST_SUB+= SUB_ADD_M="@comment " PLIST_SUB+= SUB_ADD_N="@comment " +PLIST_SUB+= SUB_ADD_O="@comment " .elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ !defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) && \ !defined(IMAP_OR_POP_SET) @@ -528,6 +549,7 @@ PLIST_SUB+= SUB_ADD_L="@comment " PLIST_SUB+= SUB_ADD_M="@comment " PLIST_SUB+= SUB_ADD_N="@comment " +PLIST_SUB+= SUB_ADD_O="@comment " .elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ !defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) && \ !defined(IMAP_OR_POP_SET) @@ -545,6 +567,7 @@ PLIST_SUB+= SUB_ADD_L="@comment " PLIST_SUB+= SUB_ADD_M="@comment " PLIST_SUB+= SUB_ADD_N="@comment " +PLIST_SUB+= SUB_ADD_O="@comment " .elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) && \ !defined(IMAP_OR_POP_SET) @@ -562,6 +585,7 @@ PLIST_SUB+= SUB_ADD_K="@comment " PLIST_SUB+= SUB_ADD_M="@comment " PLIST_SUB+= SUB_ADD_N="@comment " +PLIST_SUB+= SUB_ADD_O="@comment " .elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) && \ !defined(IMAP_OR_POP_SET) @@ -579,6 +603,7 @@ PLIST_SUB+= SUB_ADD_L="@comment " PLIST_SUB+= SUB_ADD_M="@comment " PLIST_SUB+= SUB_ADD_N="@comment " +PLIST_SUB+= SUB_ADD_O="@comment " .elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ !defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) && \ !defined(IMAP_OR_POP_SET) @@ -596,6 +621,7 @@ PLIST_SUB+= SUB_ADD_K="@comment " PLIST_SUB+= SUB_ADD_M="@comment " PLIST_SUB+= SUB_ADD_N="@comment " +PLIST_SUB+= SUB_ADD_O="@comment " .elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ !defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) && \ !defined(IMAP_OR_POP_SET) @@ -613,6 +639,7 @@ PLIST_SUB+= SUB_ADD_L="@comment " PLIST_SUB+= SUB_ADD_M="@comment " PLIST_SUB+= SUB_ADD_N="@comment " +PLIST_SUB+= SUB_ADD_O="@comment " .elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) && \ !defined(IMAP_OR_POP_SET) @@ -630,6 +657,7 @@ PLIST_SUB+= SUB_ADD_L="@comment " PLIST_SUB+= SUB_ADD_M="@comment " PLIST_SUB+= SUB_ADD_N="@comment " +PLIST_SUB+= SUB_ADD_O="@comment " .elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) && \ !defined(IMAP_OR_POP_SET) @@ -647,6 +675,7 @@ PLIST_SUB+= SUB_ADD_L="@comment " PLIST_SUB+= SUB_ADD_M="@comment " PLIST_SUB+= SUB_ADD_N="@comment " +PLIST_SUB+= SUB_ADD_O="@comment " .elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ !defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) && \ !defined(IMAP_OR_POP_SET) @@ -664,6 +693,7 @@ PLIST_SUB+= SUB_ADD_L="@comment " PLIST_SUB+= SUB_ADD_M="@comment " PLIST_SUB+= SUB_ADD_N="@comment " +PLIST_SUB+= SUB_ADD_O="@comment " .elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ !defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) && \ !defined(IMAP_OR_POP_SET) @@ -681,6 +711,7 @@ PLIST_SUB+= SUB_ADD_L="@comment " PLIST_SUB+= SUB_ADD_M="@comment " PLIST_SUB+= SUB_ADD_N="@comment " +PLIST_SUB+= SUB_ADD_O="@comment " .else # patches PLIST_SUB+= SUB_ADD_A="@comment " PLIST_SUB+= SUB_ADD_B="@comment " @@ -696,6 +727,7 @@ PLIST_SUB+= SUB_ADD_L="@comment " PLIST_SUB+= SUB_ADD_M="@comment " PLIST_SUB+= SUB_ADD_N="@comment " +PLIST_SUB+= SUB_ADD_O="@comment " .endif .else # HTML PLIST_SUB+= SUB_HTML="@comment " @@ -713,6 +745,7 @@ PLIST_SUB+= SUB_ADD_L="@comment " PLIST_SUB+= SUB_ADD_M="@comment " PLIST_SUB+= SUB_ADD_N="@comment " +PLIST_SUB+= SUB_ADD_O="@comment " .endif .else # NOPORTDOCS PLIST_SUB+= SUB_HTML="@comment " @@ -730,7 +763,8 @@ PLIST_SUB+= SUB_ADD_L="@comment " PLIST_SUB+= SUB_ADD_M="@comment " PLIST_SUB+= SUB_ADD_N="@comment " -post-patch: +PLIST_SUB+= SUB_ADD_O="@comment " +post-patch:: ${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-nodoc ${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-nodoc-contrib .endif diff -ru --exclude=CVS /usr/ports/mail/mutt-devel/distinfo mutt-devel/distinfo --- /usr/ports/mail/mutt-devel/distinfo Sat Sep 1 08:04:06 2001 +++ mutt-devel/distinfo Wed Oct 10 13:08:03 2001 @@ -1,6 +1,6 @@ -MD5 (mutt/mutt-1.3.22.1i.tar.gz) = cef70b45444ddff0a1128d89f9fc7086 -MD5 (mutt/patch-1.3.22.1.rr.compressed.gz) = 48664a452fe0b202ebb6c1dcf4e86e70 -MD5 (mutt/patch-1.3.22.1.vvv.nntp.gz) = e8d75799330a1824d2638078b86320df -MD5 (mutt/patch-1.3.22.1.vvv.initials.gz) = 927a087886b866d48aa19d1f2e6043fc -MD5 (mutt/patch-1.3.22.1.vvv.quote.gz) = 3173c88ca5a6871298113a76f0e44f90 -MD5 (mutt/patch-1.3.22.1.vvv.ru.gz) = b338e1b6993bbab930d0df2d38deb909 +MD5 (mutt/mutt-1.3.23i.tar.gz) = 0de890dca66042bcfcb01023c691bb5a +MD5 (mutt/patch-1.3.23.rr.compressed.gz) = 384f31f3ed9b4e4dec9b1958c10243ab +MD5 (mutt/patch-1.3.23.vvv.nntp.gz) = cc00c8fee6c8d0223ad6e1bce54ec1d3 +MD5 (mutt/patch-1.3.23.vvv.initials.gz) = 2ce0d25369dc64ed07239a7fbfe34a29 +MD5 (mutt/patch-1.3.23.vvv.quote.gz) = adbd067d1acb8426624e719791269789 +MD5 (mutt/patch-1.3.23.vvv.ru.gz) = 4b9d34b244124f1d92a1e8f676d5a2c7 diff -ru --exclude=CVS /usr/ports/mail/mutt-devel/pkg-plist mutt-devel/pkg-plist --- /usr/ports/mail/mutt-devel/pkg-plist Mon Sep 3 08:38:58 2001 +++ mutt-devel/pkg-plist Wed Oct 10 15:58:23 2001 @@ -333,6 +333,9 @@ %%SUB_HTML%%share/doc/mutt/html/manual322.html %%SUB_HTML%%share/doc/mutt/html/manual323.html %%SUB_HTML%%share/doc/mutt/html/manual324.html +%%SUB_HTML%%share/doc/mutt/html/manual325.html +%%SUB_HTML%%share/doc/mutt/html/manual326.html +%%SUB_HTML%%share/doc/mutt/html/manual327.html %%SUB_HTML%%share/doc/mutt/html/manual31.html %%SUB_HTML%%share/doc/mutt/html/manual32.html %%SUB_HTML%%share/doc/mutt/html/manual33.html @@ -409,26 +412,23 @@ %%SUB_HTML%%share/doc/mutt/html/manual98.html %%SUB_HTML%%share/doc/mutt/html/manual99.html %%SUB_HTML%%share/doc/mutt/html/manual_toc.html -%%SUB_ADD_A%%share/doc/mutt/html/manual325.html -%%SUB_ADD_A%%share/doc/mutt/html/manual326.html -%%SUB_ADD_A%%share/doc/mutt/html/manual327.html -%%SUB_ADD_B%%share/doc/mutt/html/manual325.html -%%SUB_ADD_B%%share/doc/mutt/html/manual326.html -%%SUB_ADD_B%%share/doc/mutt/html/manual327.html +%%SUB_ADD_A%%share/doc/mutt/html/manual328.html +%%SUB_ADD_A%%share/doc/mutt/html/manual329.html +%%SUB_ADD_A%%share/doc/mutt/html/manual330.html %%SUB_ADD_B%%share/doc/mutt/html/manual328.html %%SUB_ADD_B%%share/doc/mutt/html/manual329.html %%SUB_ADD_B%%share/doc/mutt/html/manual330.html -%%SUB_ADD_C%%share/doc/mutt/html/manual325.html -%%SUB_ADD_C%%share/doc/mutt/html/manual326.html -%%SUB_ADD_C%%share/doc/mutt/html/manual327.html +%%SUB_ADD_B%%share/doc/mutt/html/manual331.html +%%SUB_ADD_B%%share/doc/mutt/html/manual332.html +%%SUB_ADD_B%%share/doc/mutt/html/manual333.html %%SUB_ADD_C%%share/doc/mutt/html/manual328.html %%SUB_ADD_C%%share/doc/mutt/html/manual329.html %%SUB_ADD_C%%share/doc/mutt/html/manual330.html %%SUB_ADD_C%%share/doc/mutt/html/manual331.html %%SUB_ADD_C%%share/doc/mutt/html/manual332.html -%%SUB_ADD_D%%share/doc/mutt/html/manual325.html -%%SUB_ADD_D%%share/doc/mutt/html/manual326.html -%%SUB_ADD_D%%share/doc/mutt/html/manual327.html +%%SUB_ADD_C%%share/doc/mutt/html/manual333.html +%%SUB_ADD_C%%share/doc/mutt/html/manual334.html +%%SUB_ADD_C%%share/doc/mutt/html/manual335.html %%SUB_ADD_D%%share/doc/mutt/html/manual328.html %%SUB_ADD_D%%share/doc/mutt/html/manual329.html %%SUB_ADD_D%%share/doc/mutt/html/manual330.html @@ -448,9 +448,9 @@ %%SUB_ADD_D%%share/doc/mutt/html/manual344.html %%SUB_ADD_D%%share/doc/mutt/html/manual345.html %%SUB_ADD_D%%share/doc/mutt/html/manual346.html -%%SUB_ADD_E%%share/doc/mutt/html/manual325.html -%%SUB_ADD_E%%share/doc/mutt/html/manual326.html -%%SUB_ADD_E%%share/doc/mutt/html/manual327.html +%%SUB_ADD_D%%share/doc/mutt/html/manual347.html +%%SUB_ADD_D%%share/doc/mutt/html/manual348.html +%%SUB_ADD_D%%share/doc/mutt/html/manual349.html %%SUB_ADD_E%%share/doc/mutt/html/manual328.html %%SUB_ADD_E%%share/doc/mutt/html/manual329.html %%SUB_ADD_E%%share/doc/mutt/html/manual330.html @@ -472,9 +472,9 @@ %%SUB_ADD_E%%share/doc/mutt/html/manual346.html %%SUB_ADD_E%%share/doc/mutt/html/manual347.html %%SUB_ADD_E%%share/doc/mutt/html/manual348.html -%%SUB_ADD_F%%share/doc/mutt/html/manual325.html -%%SUB_ADD_F%%share/doc/mutt/html/manual326.html -%%SUB_ADD_F%%share/doc/mutt/html/manual327.html +%%SUB_ADD_E%%share/doc/mutt/html/manual349.html +%%SUB_ADD_E%%share/doc/mutt/html/manual350.html +%%SUB_ADD_E%%share/doc/mutt/html/manual351.html %%SUB_ADD_F%%share/doc/mutt/html/manual328.html %%SUB_ADD_F%%share/doc/mutt/html/manual329.html %%SUB_ADD_F%%share/doc/mutt/html/manual330.html @@ -499,9 +499,9 @@ %%SUB_ADD_F%%share/doc/mutt/html/manual349.html %%SUB_ADD_F%%share/doc/mutt/html/manual350.html %%SUB_ADD_F%%share/doc/mutt/html/manual351.html -%%SUB_ADD_G%%share/doc/mutt/html/manual325.html -%%SUB_ADD_G%%share/doc/mutt/html/manual326.html -%%SUB_ADD_G%%share/doc/mutt/html/manual327.html +%%SUB_ADD_F%%share/doc/mutt/html/manual352.html +%%SUB_ADD_F%%share/doc/mutt/html/manual353.html +%%SUB_ADD_F%%share/doc/mutt/html/manual354.html %%SUB_ADD_G%%share/doc/mutt/html/manual328.html %%SUB_ADD_G%%share/doc/mutt/html/manual329.html %%SUB_ADD_G%%share/doc/mutt/html/manual330.html @@ -528,23 +528,23 @@ %%SUB_ADD_G%%share/doc/mutt/html/manual351.html %%SUB_ADD_G%%share/doc/mutt/html/manual352.html %%SUB_ADD_G%%share/doc/mutt/html/manual353.html -%%SUB_ADD_H%%share/doc/mutt/html/manual325.html -%%SUB_ADD_H%%share/doc/mutt/html/manual326.html -%%SUB_ADD_I%%share/doc/mutt/html/manual325.html -%%SUB_ADD_I%%share/doc/mutt/html/manual326.html -%%SUB_ADD_I%%share/doc/mutt/html/manual327.html +%%SUB_ADD_G%%share/doc/mutt/html/manual354.html +%%SUB_ADD_G%%share/doc/mutt/html/manual355.html +%%SUB_ADD_G%%share/doc/mutt/html/manual356.html +%%SUB_ADD_H%%share/doc/mutt/html/manual328.html +%%SUB_ADD_H%%share/doc/mutt/html/manual329.html %%SUB_ADD_I%%share/doc/mutt/html/manual328.html %%SUB_ADD_I%%share/doc/mutt/html/manual329.html -%%SUB_ADD_J%%share/doc/mutt/html/manual325.html -%%SUB_ADD_J%%share/doc/mutt/html/manual326.html -%%SUB_ADD_J%%share/doc/mutt/html/manual327.html +%%SUB_ADD_I%%share/doc/mutt/html/manual330.html +%%SUB_ADD_I%%share/doc/mutt/html/manual331.html +%%SUB_ADD_I%%share/doc/mutt/html/manual332.html %%SUB_ADD_J%%share/doc/mutt/html/manual328.html %%SUB_ADD_J%%share/doc/mutt/html/manual329.html %%SUB_ADD_J%%share/doc/mutt/html/manual330.html %%SUB_ADD_J%%share/doc/mutt/html/manual331.html -%%SUB_ADD_K%%share/doc/mutt/html/manual325.html -%%SUB_ADD_K%%share/doc/mutt/html/manual326.html -%%SUB_ADD_K%%share/doc/mutt/html/manual327.html +%%SUB_ADD_J%%share/doc/mutt/html/manual332.html +%%SUB_ADD_J%%share/doc/mutt/html/manual333.html +%%SUB_ADD_J%%share/doc/mutt/html/manual334.html %%SUB_ADD_K%%share/doc/mutt/html/manual328.html %%SUB_ADD_K%%share/doc/mutt/html/manual329.html %%SUB_ADD_K%%share/doc/mutt/html/manual330.html @@ -564,9 +564,9 @@ %%SUB_ADD_K%%share/doc/mutt/html/manual344.html %%SUB_ADD_K%%share/doc/mutt/html/manual345.html %%SUB_ADD_K%%share/doc/mutt/html/manual346.html -%%SUB_ADD_L%%share/doc/mutt/html/manual325.html -%%SUB_ADD_L%%share/doc/mutt/html/manual326.html -%%SUB_ADD_L%%share/doc/mutt/html/manual327.html +%%SUB_ADD_K%%share/doc/mutt/html/manual347.html +%%SUB_ADD_K%%share/doc/mutt/html/manual348.html +%%SUB_ADD_K%%share/doc/mutt/html/manual349.html %%SUB_ADD_L%%share/doc/mutt/html/manual328.html %%SUB_ADD_L%%share/doc/mutt/html/manual329.html %%SUB_ADD_L%%share/doc/mutt/html/manual330.html @@ -588,9 +588,9 @@ %%SUB_ADD_L%%share/doc/mutt/html/manual346.html %%SUB_ADD_L%%share/doc/mutt/html/manual347.html %%SUB_ADD_L%%share/doc/mutt/html/manual348.html -%%SUB_ADD_M%%share/doc/mutt/html/manual325.html -%%SUB_ADD_M%%share/doc/mutt/html/manual326.html -%%SUB_ADD_M%%share/doc/mutt/html/manual327.html +%%SUB_ADD_L%%share/doc/mutt/html/manual349.html +%%SUB_ADD_L%%share/doc/mutt/html/manual350.html +%%SUB_ADD_L%%share/doc/mutt/html/manual351.html %%SUB_ADD_M%%share/doc/mutt/html/manual328.html %%SUB_ADD_M%%share/doc/mutt/html/manual329.html %%SUB_ADD_M%%share/doc/mutt/html/manual330.html @@ -615,9 +615,9 @@ %%SUB_ADD_M%%share/doc/mutt/html/manual349.html %%SUB_ADD_M%%share/doc/mutt/html/manual350.html %%SUB_ADD_M%%share/doc/mutt/html/manual351.html -%%SUB_ADD_N%%share/doc/mutt/html/manual325.html -%%SUB_ADD_N%%share/doc/mutt/html/manual326.html -%%SUB_ADD_N%%share/doc/mutt/html/manual327.html +%%SUB_ADD_M%%share/doc/mutt/html/manual352.html +%%SUB_ADD_M%%share/doc/mutt/html/manual353.html +%%SUB_ADD_M%%share/doc/mutt/html/manual354.html %%SUB_ADD_N%%share/doc/mutt/html/manual328.html %%SUB_ADD_N%%share/doc/mutt/html/manual329.html %%SUB_ADD_N%%share/doc/mutt/html/manual330.html @@ -644,5 +644,9 @@ %%SUB_ADD_N%%share/doc/mutt/html/manual351.html %%SUB_ADD_N%%share/doc/mutt/html/manual352.html %%SUB_ADD_N%%share/doc/mutt/html/manual353.html +%%SUB_ADD_N%%share/doc/mutt/html/manual354.html +%%SUB_ADD_N%%share/doc/mutt/html/manual355.html +%%SUB_ADD_N%%share/doc/mutt/html/manual356.html +%%SUB_ADD_O%%share/doc/mutt/html/manual328.html %%SUB_HTML%%@dirrm share/doc/mutt/html %%PORTDOCS%%@dirrm share/doc/mutt >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 8:40:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B17A337B409 for ; Wed, 10 Oct 2001 08:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9AFe2R93046; Wed, 10 Oct 2001 08:40:02 -0700 (PDT) (envelope-from gnats) Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id 0FE5537B406 for ; Wed, 10 Oct 2001 08:30:50 -0700 (PDT) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 15rLJo-0003gO-00; Wed, 10 Oct 2001 17:30:48 +0200 Received: (from naddy@localhost) by kemoauc.mips.inka.de (8.11.6/8.11.6) id f9AETKw26233; Wed, 10 Oct 2001 16:29:20 +0200 (CEST) (envelope-from naddy) Message-Id: <200110101429.f9AETKw26233@kemoauc.mips.inka.de> Date: Wed, 10 Oct 2001 16:29:20 +0200 (CEST) From: Christian Weisgerber Reply-To: Christian Weisgerber To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31197: shells/ksh93: unbreak Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31197 >Category: ports >Synopsis: shells/ksh93: unbreak >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 10 08:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 5.0-CURRENT alpha >Organization: >Environment: System: FreeBSD kemoauc.mips.inka.de 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Sep 30 20:32:19 CEST 2001 naddy@kemoauc.mips.inka.de:/home/obj/usr/src/sys/KEMOAUC alpha >Description: - Remove BROKEN. - Comment out WANT_STATIC, which is currently broken. - Fix an mbstate_t syntax error; from Mitch Tishmack . - Skip unused floating point tests that prevent building on alpha. - Point out LC_NUMERIC problem in pkg-message. >How-To-Repeat: >Fix: diff -uNr /usr/ports/shells/ksh93/Makefile ksh93/Makefile --- /usr/ports/shells/ksh93/Makefile Fri Sep 28 14:03:55 2001 +++ ksh93/Makefile Wed Oct 10 16:00:27 2001 @@ -12,16 +12,15 @@ MAINTAINER= naddy@mips.inka.de -BROKEN= "does not build" RESTRICTED= "Source recipient must acknowledge license" DISTNAME= ${PORTNAME}-${VERSION} DISTFILES= INIT.${VERSION}.tgz ast-ksh.${VERSION}.tgz NO_WRKSUBDIR= yes MAKE_ARGS= CC='${CC}' CCFLAGS='${CFLAGS}' SHELL='${SH}' -.if defined(WANT_STATIC) -MAKE_ARGS+= LDFLAGS=-static -.endif +#.if defined(WANT_STATIC) # broken +#MAKE_ARGS+= LDFLAGS=-static +#.endif MAN1= ksh93.1 diff -uNr /usr/ports/shells/ksh93/files/patch-src_lib_libast_comp_wc.c ksh93/files/patch-src_lib_libast_comp_wc.c --- /usr/ports/shells/ksh93/files/patch-src_lib_libast_comp_wc.c Thu Jan 1 01:00:00 1970 +++ ksh93/files/patch-src_lib_libast_comp_wc.c Mon Oct 8 03:22:04 2001 @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- src/lib/libast/comp/wc.c.orig Mon Oct 8 03:21:02 2001 ++++ src/lib/libast/comp/wc.c Mon Oct 8 03:21:20 2001 +@@ -63,7 +63,6 @@ + wcrtomb(char* s, wchar_t c, mbstate_t* q) + { + #if _lib_wctomb +- *q = 0; + memset(q, 0, sizeof(*q)); + return wctomb(s, c); + #else diff -uNr /usr/ports/shells/ksh93/files/patch-src_lib_libast_features_float ksh93/files/patch-src_lib_libast_features_float --- /usr/ports/shells/ksh93/files/patch-src_lib_libast_features_float Thu Jan 1 01:00:00 1970 +++ ksh93/files/patch-src_lib_libast_features_float Wed Oct 10 14:12:59 2001 @@ -0,0 +1,37 @@ + +$FreeBSD$ + +--- src/lib/libast/features/float.orig Wed Oct 10 14:10:50 2001 ++++ src/lib/libast/features/float Wed Oct 10 14:12:26 2001 +@@ -125,6 +125,7 @@ + else + printf("#define UINTMAX_DIG ULONG_DIG\n"); + printf("\n"); ++ #if !defined(__alpha__) /* ksh93 doesn't use this */ + f = 1; + w = 1; + do +@@ -145,6 +146,7 @@ + } + else + printf("#define FLT_UINTMAX_MAX FLT_ULONG_MAX\n"); ++ #endif + #ifdef FLT_DIG + s = FLT_DIG; + #else +@@ -256,6 +258,7 @@ + printf("#endif\n"); + + printf("\n"); ++ #if !defined(__alpha__) /* ksh93 doesn't use this */ + d = 1.0; + w = 1; + do +@@ -276,6 +279,7 @@ + } + else + printf("#define DBL_UINTMAX_MAX DBL_ULONG_MAX\n"); ++ #endif + #ifdef DBL_DIG + s = DBL_DIG; + #else diff -uNr /usr/ports/shells/ksh93/pkg-message ksh93/pkg-message --- /usr/ports/shells/ksh93/pkg-message Tue Feb 27 02:59:25 2001 +++ ksh93/pkg-message Wed Oct 10 15:15:20 2001 @@ -16,3 +16,11 @@ (c) AT&T Corp. All rights reserved. AT&T is a registered trademark of AT&T Corp. + +------------------------------------------------------------------------ + +Known problem: Defining the LC_NUMERIC environment variable, or +any locale setting by which it is implied (LANG, LC_ALL), will cause +ksh93 to crash. LC_COLLATE, LC_CTYPE, LC_MESSAGES, LC_MONETARY, +and LC_TIME are safe. + >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 8:42:26 2001 Delivered-To: freebsd-ports@freebsd.org Received: from trinity.magpage.com (trinity.magpage.com [216.155.0.8]) by hub.freebsd.org (Postfix) with ESMTP id 2306837B406; Wed, 10 Oct 2001 08:42:21 -0700 (PDT) Received: from magpage.com (dfrazier@poomba.magpage.com [216.155.24.136]) by trinity.magpage.com (8.11.6/8.11.3) with ESMTP id f9AFfL442618; Wed, 10 Oct 2001 11:41:21 -0400 (EDT) Message-ID: <3BC46C20.8070409@magpage.com> Date: Wed, 10 Oct 2001 11:41:20 -0400 From: Daniel Frazier User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.3) Gecko/20010807 X-Accept-Language: en-us MIME-Version: 1.0 To: John Merryweather Cooper Cc: Maxim Sobolev , gnome@FreeBSD.org, ports@FreeBSD.org Subject: Re: [HEADS-UP] Gnome megaupdate landed References: <3BC2AF66.1648EB0F@FreeBSD.org> <3BC32F2B.1040700@magpage.com> <3BC3F84E.9361FF93@FreeBSD.org> <20011010034426.A13962@johncoop.MSHOME> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-RRT-Status: UNKNOWN Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org John Merryweather Cooper wrote: > On 2001.10.10 00:27 Maxim Sobolev wrote: > >>Daniel Frazier wrote: >> >> >>>Maxim Sobolev wrote: >>> >>>>Hi folks, >>>> >>>>I've just committed my GNOME megaupdate. Due to some >>>>substantial changes you have to deinstall *all* GNOME >>>>components and reinstall them all from scratch from a >>>>freshly cvsup'ed tree. To do so use the following procedure: >>>> >>>># pkg_delete `cat /var/db/pkg/ORBit-*/+REQUIRED_BY`; >>>>pkg_delete ORBit* >>>>(users of -current and very recent -stable can use >>>>"pkg_delete -r ORBit*" instead) >>>> >>>> >>>After doing "pkg_delete -rf ORBit*" and then cvsupping my ports tree >>> >>I'm >> >>>running into a bit of an issue with /usr/ports/x11/gnome. make >>>finishes fine, but make install dies with... >>> >>Should be fixed now. Please recvsup and try again. >> >> > > Yes, the patch you put up fixed it for me. > I've gotten past the point where it was bombing out before, so I'd say the patch fixed it for me as well. Thanks for the quick response, Maxim! -- ---------------------------------------------------------------------- Daniel Frazier Tel: 302-239-5900 Ext. 231 Systems Administrator Fax: 302-239-3909 MAGPAGE, We Power the Internet WWW: http://www.magpage.com/ "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin, Historical Review of Pennsylvania, 1759. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 8:50:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 75BA837B405 for ; Wed, 10 Oct 2001 08:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9AFo1o94491; Wed, 10 Oct 2001 08:50:01 -0700 (PDT) (envelope-from gnats) Received: from shadowmere.student.utwente.nl (wit401305.student.utwente.nl [130.89.236.145]) by hub.freebsd.org (Postfix) with ESMTP id 7660837B401 for ; Wed, 10 Oct 2001 08:41:47 -0700 (PDT) Received: by shadowmere.student.utwente.nl (Postfix, from userid 1000) id 7332526C07; Wed, 10 Oct 2001 17:41:47 +0200 (CEST) Message-Id: <20011010154147.7332526C07@shadowmere.student.utwente.nl> Date: Wed, 10 Oct 2001 17:41:47 +0200 (CEST) From: Pascal Hofstee Reply-To: Pascal Hofstee To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31198: gettext / gettext-devel "circular" dependency Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31198 >Category: ports >Synopsis: gettext / gettext-devel "circular" dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 10 08:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pascal Hofstee >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD shadowmere.student.utwente.nl 4.4-STABLE FreeBSD 4.4-STABLE #35: Mon Oct 8 14:01:26 CEST 2001 daeron@shadowmere.student.utwente.nl:/usr/obj/usr/src/sys/DUNYA i386 >Description: There exists a "circular" dependency between the gettext and gettext-devel ports. The gettext-devel port requires bison to build, which in turn requires libintl to build. Which will result in installing BOTH gettext AND gettext-devel ports whith the gettext-devel port basically overwriting a lot of files from the gettext port. >How-To-Repeat: Try to build gettext-devel port without libintl currently available. >Fix: Don't know how to fix this. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 10:47:53 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B775A37B409; Wed, 10 Oct 2001 10:47:50 -0700 (PDT) Received: (from jim@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9AHg5R15650; Wed, 10 Oct 2001 10:42:05 -0700 (PDT) (envelope-from jim) Date: Wed, 10 Oct 2001 10:42:05 -0700 (PDT) From: Message-Id: <200110101742.f9AHg5R15650@freefall.freebsd.org> To: ust@cert.siemens.de, jim@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30930: maintainer-update mail/mutt-devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: maintainer-update mail/mutt-devel State-Changed-From-To: open->closed State-Changed-By: jim State-Changed-When: Wed Oct 10 10:41:35 PDT 2001 State-Changed-Why: Closed by ports/31196. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30930 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 10:47:53 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EB8F837B40A; Wed, 10 Oct 2001 10:47:50 -0700 (PDT) Received: (from jim@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9AHfPm15488; Wed, 10 Oct 2001 10:41:25 -0700 (PDT) (envelope-from jim) Date: Wed, 10 Oct 2001 10:41:25 -0700 (PDT) From: Message-Id: <200110101741.f9AHfPm15488@freefall.freebsd.org> To: ust@cert.siemens.de, jim@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31196: maintainer update of mail/mutt-devel to 1.3.23 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: maintainer update of mail/mutt-devel to 1.3.23 State-Changed-From-To: open->closed State-Changed-By: jim State-Changed-When: Wed Oct 10 10:41:12 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31196 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 11: 7:52 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 95E8837B407; Wed, 10 Oct 2001 11:07:50 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9AHxqB18156; Wed, 10 Oct 2001 10:59:52 -0700 (PDT) (envelope-from lioux) Date: Wed, 10 Oct 2001 10:59:52 -0700 (PDT) From: Message-Id: <200110101759.f9AHxqB18156@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, keith@FreeBSD.org Subject: Re: ports/31195: Missing meta-simulator in mmix port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Missing meta-simulator in mmix port Responsible-Changed-From-To: freebsd-ports->keith Responsible-Changed-By: lioux Responsible-Changed-When: Wed Oct 10 10:59:16 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31195 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 11:20: 6 2001 Delivered-To: freebsd-ports@freebsd.org Received: from schroeder.cs.wisc.edu (schroeder.cs.wisc.edu [128.105.6.11]) by hub.freebsd.org (Postfix) with ESMTP id 7777737B407 for ; Wed, 10 Oct 2001 11:19:59 -0700 (PDT) Received: from stat.wisc.edu (spline2.stat.wisc.edu [128.105.5.17]) by schroeder.cs.wisc.edu (8.11.3/8.11.3) with ESMTP id f9AIJv501451 for ; Wed, 10 Oct 2001 13:19:58 -0500 Message-ID: <3BC4914D.A01794DB@stat.wisc.edu> Date: Wed, 10 Oct 2001 13:19:57 -0500 From: Shuangge Ma X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.19-6.2.7smp i686) X-Accept-Language: en MIME-Version: 1.0 To: ports@FreeBSD.org Subject: FreeBSD Port: linpack-1.0 Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS-perl11-milter (http://amavis.org/) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hello: I got a question for you. I need to use Linpack. But I did not find out where and how I can downlaod it. I even do not know whether it is free. can you give me some idea? Thanks! shuangge To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 12:10:26 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 32AC137B401 for ; Wed, 10 Oct 2001 12:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9AJA2o34211; Wed, 10 Oct 2001 12:10:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 10 Oct 2001 12:10:02 -0700 (PDT) Message-Id: <200110101910.f9AJA2o34211@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Udo Schweigert Subject: Re: ports/31139: New port: security/nessus-devel Reply-To: Udo Schweigert Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31139; it has been noted by GNATS. From: Udo Schweigert To: freebsd-gnats-submit@FreeBSD.org Cc: olgeni@FreeBSD.org Subject: Re: ports/31139: New port: security/nessus-devel Date: Wed, 10 Oct 2001 21:07:44 +0200 Here is an update which fixes some problems. begin 600 nessus-devel.tgz M'XL(`%.MP3L``^Q=>W?;-I;OO^:GP*39T^0DDD6]'&"^]._>]`?-O3?1=I`_Y1F M7MBB],'>87F^D_'-@E_3O#P4%'Y_8ZWY#.@[7`D/[D]&^U6J3D`9[` M4$11RV,R:_.D+20/]MY*3D8L!9(0N_>R<_C2[I)NIV-;SYX]JRBX]T$DY*.7 M$?("RW0'\%]1YNB(M.P7SU^09_K?HR.+1,*C$13/F,_EJZ.UKY"M0BJ9O\Q? M_PX`JW5^.AI]&EUBVKL&>&VE;S-U6# M^82/R7^3OY"63QX]7M;UB/SOOY,L9(FE&3Z^!CQII>N8(L\+8^&3@T[G5N9O M1/]J^7$KOA&;$MPA3U"KYO)/EW26OR_X%>,]0!#_R.&OGO@>3/[;]A'VT!N]?O M#!KYWT7ZEIRS*4F%S!3Q1!0Q+^,@RG')"60LY$NRM\HEUK?6M^3Q6\G8Z]') M2_(8OEL7'R^OSH\_G+Y:1^+C'T\O1V'%^=OOMX>78Z>K6G MF)=+GLVL#\>CJ]-+9W1VA8_'6?IR?Q_^;7M#+Z_$FZD'JP?8$4S]H^TQ7$O$DO]F/ MN?+N6U^8/7"%RP8RQ1EMCZ6N,.92"JF^K#8%<)ZQMI=$U&VI*0?CHNV%9:6W M*]N^A5X8M&6NVS?GHR_OKF+7N61`WNR>=+5.SD;KG.\)R6XA+6#PL_,K^/_T M\M5>[HNV\L(IXP',G4G)Z?@!PD5$7M[LNBKM') MV>6OMWM:B%DKXBYB+=T89_3I-6#G[;$^7_XPNGSS:F_O\2_P4=>RTE++^C0Z M=>"U5Q\_OG^U-V-0X/C\RGEW]4/QS8+)W8MRGY'_<)7?1D713F&HXNN_8MZ8 M^*`G$N8_^?[XQU,L]E37N"C?9I%BUIN/YV_/WGVZ/'6.+]^-GKUJM7RN<&A; M078-F,3G8^L.:J_5NF7_PUA,G"8GP->]B8WH"6A[),BY M#6-2RK.-WU\LOOOM%W,#A_H^*O[E@]+B67R7<9%O6:E0V=P5>JF'YB]HYJA, M/:EJ"!@:0%(Y8?*:S=HIBY]:>TNL/7!Z MM%KY)\7(Y@;EJ0^CW$JC/(`^DTR0X@F9B5R2XO%:5 M_;WGVS]:6K/_0"@SGHS%`[^CSO^S[7+]I]L?].V.MO\&=F/_[2)].!F0)^MS MKY[!M+76AJ%I!S\_):](W_6&;'@X=@\'K#.FGC_T.^-ACW:&[@O/]GJ-8'V= M:4W^T^L`J!^#/6*6A7NF6OGO@/P/#R!S>`">'^9V#IKUGYVD8S*W*8GR:)(P MGYDDD?PA+H\XAEGBO"$4!+P"4O`_LFF0EXW!>26-&#@(8\G8':6#K[1&QU?'Y\_)-.1>2*`&+RK>+/(,70N_>#LX&%!9 M'OE0"=/U@P,M`Y9XC(BQI8"3)8V(GL>DQ^&C`";'EE#H&9-L46\F!'AH*7C? MH-':EH5C40P%&G'/>N(+`HZI?CIE+BG<3H5`&(PL+`OC=\23 M%QWRMZ?U8X+$?$X$C&%+@>/G`3L@C:8TR;13"'T#)L&AMD"`VN!Y?_[\^24I M5ZZFT^GJDIIE78Q>DBM!2B]:-S:"4>?8+H:OD10]R.<$>K.V!#+W0S5KMIM) M:>MT1_^GR`@/^XXZ_:]]/NW_#0Y@`D#]/^PT_M].TG))QRI739;+:LF8!^WP M]O/RJ[J;L\I+5;G.@=@/??_P<>0;/_;R=I(_T?>!]`S?S?M;O+^']OB/0?@"G0S/^[2-^2"V/L M?V\3@ZQM`;BU`6`.:6+_3>S_7SSV?_'#.^3Y(CRZOO6EM6W,?^]VT+_@LBW# M_I)*CD'Z+0/_BXT":T'__SH=66?GHZOC]^]'SNA[>%X\6P3)<1^"3?!/JW0* M[(U!UB:^^O6EC?/_`\>!ZN(_I(_QWT[7MGOV$#_;@R;^NZ-4KNT=9QGUKLG( MDSS5*Y7O:1+D-/CS.D9_DE0I_P\8!ZJS_SN]SFWYM_L'C?SO(IT?C]Z3(EJQ MD/VHE'T"/,"#A/DZ%IPM(P&WHS<8\E`6Y3'6E.E`@Y@2FLQPU1Z^3P',X!49 M4YFN:QF\*"L*!?@;.KH\9E,K!BLVTS&;>5TI$VFDZ]([`K$Q7.KZ%`&S,A1Y M1D(Z*6(P9"JDG%G4Q:<%L@P=0+::J8S%12@)H`&5-,D8(QA?*=I;1%?TP!1C M8D$O=?0'8RC)#.,W`9I#T&YVX[$T@^9)Z%:L0SRWNZ8[30.*00UKG@L\%["L M3:["'+JIWZ4[JG1X"]K%J.+1#`<+Z'!V05)0SRP#+%)"6(I!\R4+\@B8M\Q# M*I!4B@D'NNEZE(@9>'8)O)'#7$[&>:)=/%4&PW@46>CM:=KJ=HJQC@[I*%^6 MEE$B$@NYB.,4Q&SK-EOST2N;?6?DR$MBE<<[]-OT*.JVPSB6[=9$!@;`M^NP M&E131*^*02JR[M2"RWHYI4*QD9CU`!519116)T6X=-Z$YU`'"HCVP#7M=""0Y!ENPIBU">[)!'Z+GI,46%$D%L"G MT"P=(-P@Q-`.:!B^HVV,OOD"?$8T]<,LCIII_T^2-L[_#[P/M'[_UV"Q_[,[ M+.;_3K/_:R=I=?]G2?X[>S\]>WQH'PYLSQMZ'CL\<#O49A[K^/;8?S'H'S3* MXNM-E?;_`^X#J)7_WD+^^WHOF#WH-O'_W20=R,8UP?F')_Q;G?P:] M9O_O;M+6\=\)6PLY;7T(?*5,$Q)N0L(U(>$O;N$?)"2\]4GO^QW57LK0G?/F MBZP[A\[O!'G7SU?C\6J6Z$/8'D]#)LU!X/G9P";^^R^5*N;_!XT`U\9_![U% M_*<'&<0>=CK]9O[?17H_)[F.RQ3QG>+4SNT@3R/:_XK)(/\/%@&N/__?+^2_ M>]"W!WV]_V/8Q']WDD;E&3I-;`P=@0.`FD#?"'7;E#('D!H%\16F"OE_T`A0 MO?P/%_$?>]C5\M]KYO^=I`WW?RP]BMN!H+'?ZPTZP\Z8T3X;NK[;'0^HUSL< M4CJ@8]II-,!7EPSS_X-%@.KD_V`P/__9[PV&>OUOT&O6_W:25LXV;@[\!"P3 M:7;W'&5(98`,LN$<:/4)48P.%0;#IBSV[Z;CNQFI1]-60F/FNYLS ME_$JW$*DG(#B_B(FEY&K6\^7,:P[&>WN(KQ5=(#>^KX2_YH_6)8IFGJKX.K# M9>GUIU"%/FN:)_-+MLNUHB.?2QF3NV.U.:=2,V\Z1?\'./_7Z_::^,\NTD;Z M[_C\7Z\[6,9_<"^`#4;&L-'_NTCW._]7,LA6T9\YMHGZW"_J<\]3<4W4YP\6 M]1%1P!)^5$H'LHEEO?YT]OYD>'3ZZWZE\51_!%!W8*TR M;<[%-*TH"SG6Y:?SE>.&1JRN/YHE-VN0Z72ZCP_O&\2:*P3KW?DG9Q&+*J\9 M7@\SN3F/_-O7\MZZX.-9WA<>= M.*@$GGV'B%2*0-*XO*)1G\5"+*'6VJ6PQ1V`.I>QZXTWR18U>/,+$-E-&@FP M$'W+G17'UB2+189G`C,)$[S$JP-7[B)D+U$_)SNN`IGNX/H<78JZU,BJ.`0II?>:)+Z:JZ,CML2JK41F2$%?` M"H(N&U@.`[$B1DOB-('!KS)MU/^[/O^EX_^X_C_L]3I:_]M-_&\W:4/\K^2" MN\?`QGV7'O9?'-)AM^,.X#_:H?V!YS&WTW=?N(V8?X6ITO[;V?FO`[O?[<[E M?U#N_^EUFOT_.TDK\3^]Z&*M_$(1]<`^2S+5SFZRU><_Y4R)-H8+K;M7@^[W MP!)QBB4^IMKZ;-D&5+]SXWA2*.7HA<$JV.O38V?*W$@$W',N@4EIY!27U#AO MA%]=[HV(_+''/I^$(YU)\H M1J47;H&%T9*S+7`U%;Y#ZKR]NCCI'!Y4@L[.1LY8@A&;TH`Y)Q]'E4NWCA@5$^-=5^\NWC# M9.:CF.Q+06F)JZ4$`RE1DP&9W`9$;K1(SB)2+4\1EJA#I4+8D2IY`/+^`& M1DDHZ%'?,*0E`%RWU`0"#7E3EX]JIA:328I=HX8Q3Q)64Y>(BMM-8"S'-(\R M)Z5*@=MM8-B4PGSAT#P+'?53Y,`S4`'&`2Y*^*`^(^VO&/BV@)9M0L]F2RA* M>6[H9PF.J#)P50DJ5"15!C(62+0T<%M+-4Y>,VY@&>6QQ'>NP7DW8'C:JNN= M2A>*G6:F]RUQPB`W6=AQ0KR5QC`"^372'&7&@`$6*0XN&=CIAB69(VF:"6EF MU1N3=$*FXP$I9'7O7>I="\G'W&.V`:1X!#J;)YZC?V2]&NFV0FY09IB/>Y,F MU1.,ZPIJD#1W##H?5[\,`%1;,,%6"U^!P3NO:`92(DW2Y_(`;45#/G`K4E5( MP[@@R!7CJEE3YWLXI62+B:6F-K-AIB%U2KX`E4N;4;7$:MS/-V/IN+EIH'[V M7;MNEG)%WXU?3TH6]H52+MJW!@D$@>[D%`3U\VA M-6PWA]6)!`PX<+L#'#-51ID`(+0NCTT`O%S-E#\%#5^='\(H1PS87,4X8+7V M9K%F;NA:R+SK5/#$T":0)=&:<#8M?P^I9>0*1#O#@T$]0A/=S&(:"A8]C6:F M4=.P^HKT^Z@?`RW!8P'$-OCZ:A/AI`8*8"AC"T*!XR?!9:^V>#WP_YVQ7@`H M.V%L6O%;8$5!,R!FP:35H.TGS$^7%KH>47C;)ZY*:32K@8/$&MJN MLQ>^I>_6(<=@Q1<7%]0`:Y483/8!$-QD")60&B/;S^.4)9/*?`;V=W7FN*:9 MC$-_G1C49&S&Q?HR5+,MP=#8,N1^@30PG"$-7`7Z:U(XX1'+G#R-P&0U@`T= MO/'0Y63F49B#TMR-.'AH,'F`JEKK5,1HM57&?L9!2`T=&M-KYE83=$QO8+PF MK-H=&:,'L;!Z-_M`A85FJ@(-N$X=`#U:7XC:BDQ*MH28U@/F%JID##=OUL!@ MNM=JS31_S"<^VTAMI"F0VX],0P48K2`-2X_C%-0%C_'6X$K(?"F^'E'K`"^1 MQLXM49.I4H8>+H"U<\`2JO!JX&H<&HR)2&:Q,*PJ(:J>PQ`$1I'!PUM"'-R" M5"D3`--VN_:[C+5Y4]^1PL2Q``HBX6XQ9(#<"@3NY<1,T#D(5\5$DIAL,8TU MT^>GY`87-6$XMFH>[BXRS@T:5#=FJ+;RVEXN4-7K"$M8_2JUQH(#Z>!%X6:4 MB+9E$7VA-RXY5T9O`(4FG*F6Q=(X&M9.-DN9L\52$];J20J&=G43`PI^!,Z8 MM<0-N(S&DK.D6O$&$8^AK=7Y"4T5KLH$\$)\3M\X\X:JVA4/,]]@>(=9 M()EA\&'"*2XF,4"*E:LM6@G6?4NF7HNEL6'=J%CY,#G.&A$SF+#]:E[6H#JI MUB`8XCK[<8$#O\[`0GIAT!75T8H"D0A7^`;V`=#$U!A06=(5<;7?Q;O"YQA/ MK.8L_B8TN,+\@LJLNH7<,Y7UF$?3_VOO7)HGV$N.F]W5K#?V)>5# M/6.*O1.TPK;Y\>5VSY5(\CQ1/U+2(!HP50M7S8I*(?QR#-#-L-'/%*IE%K.H/L#CYH2VLF!L8]AP/T-\$1 M.?SP'#NMV$4(W=Z"N5"@20C91](.8F#-50&':@>"7KDJPVAMD#LD,)3`R1Q*_-F5>V M$ZTW;1^NV!%!QXBW.P^PO8H6/R=F+X>8"P:*L/3ODN#*`O>=XYA\">\_TQL\ M?RICBZ@2WZKKJN1S`&M7M^\WLLD!`!%%TUP'WE'7E3Q/ENAL^>)9<*/.$W38 M.%(H.U+D621"?]\"%LA-W_L->(C2S29FC5,BY/->TK\SVZ MPM%TATU%2SA)H`#\-*>IFHX]2(ZA89!_N)%6OMA@1)0NI&\US#MN\NSEHPED7&2<,@R9A?G M%,0W'B2Q6.W`L".ML[(7WQ4\M9F6)99EM>2P0'?/<@A="RLY@!L,+Y05'DZN MXZVEM2A,%72F<[43NID^/RO:DR.C--\=;R,./T+2LNAA(Q.MC7X2:R#]`[CG M@C!L&QG;DL@]Z:FT"?9HG1+DP0]9AJ*IP3++M!6](#349TISJK6T)-)X]NK5 M,0?7_/:Z<[UZF@0M@?,"Y::]RALQ=<'[$'3?&"03A1F[Y60@M36AFF.I,R[Y ME9QM:ISR_(BJ8W%Q^RJ/M-N974I5`XAX9Y%:VNW(9AALFW]R-Z+*&XU=G20C M*PUU2D!`LR/]4;U!LHIMWM-&.C+T(5+_UIH.W!@!KF?CNK7L8X<@4.12-W@X M=B`#P=OJWS1U?TD19GBV1'-2F"\P$E\/8,,4..-N('9WW#`2,V3?!PX6L-.E M_$+N#A1IKQ^Q)VV$1`)P_=S0,E/TAI,-A%W-KR3G)D3QT/$'9L-0^0CC5;[^%O^5_O/'S^#WL`[ITAT);,%+(PSZB=:\&+,[Q%XY,!\[0<;JW8P MRJ^>+=L_O)8$U44[TX>)I&0>\L?W\RB$#&?7O8="/;:/6P?`;0SB`3U`%R1! MT9N\9[$;3'-2WW>)H=2;`D.CWW)MC&50?WL<]KTO.9.W'9F4!<%Z)F,\5ING M_`!;&%.?J][#2-F"DH#AK;<`)*G8V*KO;$6V"!ML4J56XX9M7NS!1I?V>Y+%WX!TZSX> M#8@FD-+#[A"H;C&CCC6VP6A4P!-YTT0%:*L((HB+(LRRL)IW3X1^1%&LAT-> MH^5YGJ,2!=FHPNV`+9``=+/[VM$3R8\T;]D28HS)4@ M`N4\^R.XO*-_*MY(1/#/UW]RL:>`W@R]/=DFI&1^,E>F<#&)+'_N[\;3K*56 M(+OZ1FZW-(!=XV@QEI&'+U,.8;&*`J$,%MU*-'LKZ;V(T'"1(`@<7C,:W[TWP@]/[[%EH#O%.GN>[0IS?=-X\#E]S2L]9?1%ZJ3 MO&O--%6_I^6A!Q.-GN@AV&)G@*1OPUP@(<8W9VA[/ZC.ER1@01([Z\;T-^@I MAUZ2PNR%2YOI7'OB,(S^6F:\&/3!?LHG1M]17ZJY5!V"+U^EY[$',/!A%'"R; MO?&8#=N\PA+\F";6A>GUE19`_>?:G% MO%P(MIW,`,(J)(5H)=0]H8$3;/,2*NQY/W)S?0%/$D$=7OEKKJBLT2P<,]`JSU@7B%0O@XS-`/Q2<)7'OAP M'1",)3!0MX717U.04FD04;*4!"'+%_].M(VR(4BH8S_MC\J9.J#I"N"#N2KG M4)\+$R@`+)E$D1+&`$C22E:B\TZN_ M[$$H+?A6\<$$I"$DCQ8:FX,>*T!BN),L3M%5@X-G-/<"WXX MDID)3:N%NRH3,9JS23O324N9.FB,S^R\O$&M)IJI1=6)YGX]M!KKK9(<(AY& MV0M1@(B1A#,L2::/>$_M\O!I'*'\XSL,IH'>.,[7T"G>!%&04'#C6]<6Z$(W MO&0;)L.#!1(U'AK.$3GR<'FC61J/9@\F"E&<=VJV&"1)MV;?&W,!.""%[%E`?=M"Y;ZPAS5D;"M/FG: M[5PZQ6T;WCQK`@BL,[T-XV!IR.RL,CJ)%6.XFAP)Y0,:*836?;N)(%>0&=N1 M6(M:]/^5U&^F,1T[[9.#'7L.!(H'_DGLJX+X7G^Y*W'!^YPOO]4GB_P*)]X'XH_-T?"M_; MC_F(Z"OWZ?W'CR7/F;D?"KF2ZR/N4^'U`8O_@?N,GU^P!S'N=;'!Y/'4Y&WN M!6I=Y'PJ%D;T1Q7W=3ZU>6%(N&EEIV[H*#X5N8@>Y%,MO!B6(XCWW<`D#:5P MS9O@ZK^;?^D'['>D$L#`XX(.H?]J4K$^_?:6%>%-SX0..G<[.42%.3G]6OAR M$KOG3/R"`VB-VL"4)H'.[-VR`3G:%JZEO[:P)HKDQRN5)A)SY16YDB)FF(2Y MT4(H*@CO+9:9_(0D*]=Z2%_CP1`[A_/F,B-E`2SVD?Q*RAQ0(XBX:==SM33^ MUH]V@/JSV-QBP.T-5%N8F?417<>YAQ4UYPY5E!(FYW"8=L*SV8%WVG_MQP`$ MM^=/(L+M!J0:/1_=VZV:Y]'A+9T"BLLRH0T*0IQ:()JI9?<4 MA'1-?N`\G*8.Y@@NBAV`A25Q)1"&/3F2)Y_O'K?1GD&MRCAVL`!TY(TC[-?A ME*`(2J@)Z&J+'-5Q,FI^BC"PQ[\P#Y695O3!DG_#&8[KZO?MLV'N?)%X6[#&PY>8D)(?\HCKKM6 M*0)_M"5)2$/?[F@28)?K#,6N1X.C#P/):OAI`4Y8MY(RAY`N-CR!\KEC+,A0 M')G[^[PZ0]U^X*+$%>+-DH$/J650?F;$$Z, MN.2O>10Y?K(6Q6K&J3!'[?=@-4SYYWHNRV^137-S<7YTNV>M<``!HVED.%5E M"B,;%'#[S]E+X4@_#J3R-*[&Q7O.S[^DGYW+^2H_OM#L@]1S&,X3W%D^/95M MTYO,%?LPRZZ&Z_;N)*$#I2SR'E14*3?5CE"Z*P]N]!PDE%L+Q0F9FB\M;,>@O"N0*X@!-S)I3XS)W5YC,NYSEIM7"EBD$5 M#+@5R7."RQ@ARHLBC1#5_9O[26YU#DW]&8-N$((XP-K%"N]V3ES*Y$0/B+#Q M!"\]5F/M]5^+9@`J[]U6^,Q/=`PH3.!W(,8*!,DRPU'MC:Q$Q(NE[<8-J"@E"7LEKA%UK9A-3,L!L( M'6$WJBC8=C7;O`U[-<<>?_-@R6#)/\P7"T3^"_IL('?"'Q?`M?3"/2M!P+04 M\F77H.#@R_62MA'FB&IO9)?[AY_-R;)5A1CJXCPBA*2__NO0^N:[>/<]2;D; MNWQ4]+N?:EI6VW?Y$^6)[W[B.?M.DK_?_>4?'^X(+O$5!B+&3IC09IEWF[]_ MJ.WY`Q>&>??;;^^&,-H__N;Z%=NUK6UM:UO;VM:VMK6M;6UK6]O:UK:VM:UM I;6M;V]K6MK:UK6UM:UO;VM:VMK6M;6UK6]O:UO9_WOX'W4W^D``8`0"V ` end To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 12:27:53 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ABA4837B403; Wed, 10 Oct 2001 12:27:50 -0700 (PDT) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9AJISN35353; Wed, 10 Oct 2001 12:18:28 -0700 (PDT) (envelope-from olgeni) Date: Wed, 10 Oct 2001 12:18:28 -0700 (PDT) From: Message-Id: <200110101918.f9AJISN35353@freefall.freebsd.org> To: olgeni@FreeBSD.org, freebsd-ports@FreeBSD.org, olgeni@FreeBSD.org Subject: Re: ports/31139: New port: security/nessus-devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: security/nessus-devel Responsible-Changed-From-To: freebsd-ports->olgeni Responsible-Changed-By: olgeni Responsible-Changed-When: Wed Oct 10 12:17:26 PDT 2001 Responsible-Changed-Why: I'll commit this after the nessus repository copies are done. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31139 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 14:20: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D84F37B406 for ; Wed, 10 Oct 2001 14:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9ALK1w55427; Wed, 10 Oct 2001 14:20:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D73937B408 for ; Wed, 10 Oct 2001 14:10:13 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9ALADV54496; Wed, 10 Oct 2001 14:10:13 -0700 (PDT) (envelope-from nobody) Message-Id: <200110102110.f9ALADV54496@freefall.freebsd.org> Date: Wed, 10 Oct 2001 14:10:13 -0700 (PDT) From: David To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31206: Install Kstars files into proper directory's Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31206 >Category: ports >Synopsis: Install Kstars files into proper directory's >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 10 14:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David >Release: 4.4-STABLE >Organization: >Environment: >Description: The KStars port install's all it's files into ${X11BASE}, this patch changes that too ${LOCALBASE} which allows KDE too see its installed. >How-To-Repeat: Install KStars >Fix: --- Makefile.orig Wed Oct 10 16:59:35 2001 +++ Makefile Wed Oct 10 16:59:46 2001 @@ -15,8 +15,6 @@ GNU_CONFIGURE= yes USE_KDELIBS_VER= 2 -USE_X_PREFIX= yes -CONFIGURE_ENV= KDEDIR="${LOCALBASE}" pre-patch: @${PERL} -pi.orig -e 's|-ljpeg6b|-ljpeg|; \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 14:30:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EAD6737B406 for ; Wed, 10 Oct 2001 14:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9ALU1v56159; Wed, 10 Oct 2001 14:30:01 -0700 (PDT) (envelope-from gnats) Received: from parsec.zeromm.com (parsec.zeromm.com [192.111.45.73]) by hub.freebsd.org (Postfix) with ESMTP id 366C837B407 for ; Wed, 10 Oct 2001 14:21:21 -0700 (PDT) Received: (from root@localhost) by parsec.zeromm.com (8.11.6/8.11.1) id f9ALLJS31241; Wed, 10 Oct 2001 17:21:19 -0400 (EDT) (envelope-from djm) Message-Id: <200110102121.f9ALLJS31241@parsec.zeromm.com> Date: Wed, 10 Oct 2001 17:21:19 -0400 (EDT) From: David MacKenzie Reply-To: David MacKenzie To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31207: new port: audio/id3v2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31207 >Category: ports >Synopsis: new port: audio/id3v2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 10 14:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David MacKenzie >Release: FreeBSD 4.4-STABLE i386 >Organization: Zero Millimeter >Environment: System: FreeBSD parsec.zeromm.com 4.4-STABLE FreeBSD 4.4-STABLE #8: Wed Sep 19 12:56:09 EDT 2001 djm@parsec.zeromm.com:/home/src/stable/src/sys/compile/EARTH i386 >Description: Command line id3v2 tag editor >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: # # id3v2 # id3v2/pkg-descr # id3v2/pkg-comment # id3v2/files # id3v2/files/patch-aa # id3v2/files/patch-ab # id3v2/files/patch-ac # id3v2/README.html # id3v2/Makefile # id3v2/distinfo # id3v2/pkg-plist # echo c - id3v2 mkdir -p id3v2 > /dev/null 2>&1 echo x - id3v2/pkg-descr sed 's/^X//' >id3v2/pkg-descr << 'END-of-id3v2/pkg-descr' Xd3v2 is a command line id3v2 tag editor. You can add/modifiy/delete Xid3v2 tags and convert id3v1 tags to id3v2 tags. It uses id3lib. X XWWW: http://sourceforge.net/projects/id3v2/ END-of-id3v2/pkg-descr echo x - id3v2/pkg-comment sed 's/^X//' >id3v2/pkg-comment << 'END-of-id3v2/pkg-comment' XCommand line id3v2 tag editor END-of-id3v2/pkg-comment echo c - id3v2/files mkdir -p id3v2/files > /dev/null 2>&1 echo x - id3v2/files/patch-aa sed 's/^X//' >id3v2/files/patch-aa << 'END-of-id3v2/files/patch-aa' X--- Makefile.orig Thu Apr 6 17:23:27 2000 X+++ Makefile Wed Oct 10 16:59:49 2001 X@@ -1,7 +1,12 @@ X+PREFIX = /usr/local X+CXXFLAGS += -I${PREFIX}/include X+LDFLAGS += -L${PREFIX}/lib X+ X all: id3v2 X X-id3v2: Makefile convert.cpp list.cpp id3v2.cpp convert.cpp X- g++ -lid3 -g -o id3v2 id3v2.cpp list.cpp convert.cpp X+id3v2: convert.o list.o id3v2.o X+ g++ ${LDFLAGS} -lid3 -lz -lgnugetopt -o $@ convert.o list.o id3v2.o X X install: all X- cp id3v2 /usr/local/bin/ X+ install -c -s id3v2 ${PREFIX}/bin/id3v2 X+ nroff -man id3v2.1 > ${PREFIX}/man/man1/id3v2.1 END-of-id3v2/files/patch-aa echo x - id3v2/files/patch-ab sed 's/^X//' >id3v2/files/patch-ab << 'END-of-id3v2/files/patch-ab' X--- convert.cpp~ Fri Apr 7 14:11:22 2000 X+++ convert.cpp Wed Oct 10 15:50:16 2001 X@@ -14,22 +14,22 @@ X cout << argv[nIndex] << "\"..."; X X myTag.Clear(); X- myTag.Link(argv[nIndex]); X+ myTag.Link(argv[nIndex], ID3TT_ALL); X X luint nTags; X switch(whichTags) X { X case 1: X- nTags = myTag.Strip(V1_TAG); X+ nTags = myTag.Strip(ID3TT_ID3V1); X cout << "id3v1 "; X break; X case 2: X- nTags = myTag.Strip(V2_TAG); X+ nTags = myTag.Strip(ID3TT_ID3V2); X cout << "id3v2 "; X break; X case 0: X default: X- nTags = myTag.Strip(BOTH_ID3_TAGS); X+ nTags = myTag.Strip(ID3TT_ID3); X cout << "id3v1 and v2 "; X } X X@@ -61,11 +61,11 @@ X cout << argv[nIndex] << "..."; X X myTag.Clear(); X- myTag.Link(argv[nIndex]); X+ myTag.Link(argv[nIndex], ID3TT_ALL); X X luint nTags; X X- nTags = myTag.Update(V2_TAG); X+ nTags = myTag.Update(ID3TT_ID3V2); X cout << " converted "; X cout << endl; X } X--- id3v2.cpp~ Sat Apr 22 13:46:44 2000 X+++ id3v2.cpp Wed Oct 10 15:52:09 2001 X@@ -291,7 +291,7 @@ X // cout << "Tagging " << argv[nIndex] << ": "; X X // fix me - not checking to see if we can link to it X- myTag.Link(argv[nIndex], false, false); X+ myTag.Link(argv[nIndex], ID3TT_ID3V2); X X // loop thru the frames we need to add/modify X for(ii = 0; ii < frameCounter; ii++) X@@ -557,7 +557,7 @@ X } X } // steping thru frames X X- luint nTags = myTag.Update(V2_TAG); X+ luint nTags = myTag.Update(ID3TT_ID3V2); X X } X catch(ID3_Error err) X--- list.cpp~ Sat Apr 22 13:47:43 2000 X+++ list.cpp Wed Oct 10 15:52:37 2001 X@@ -353,7 +353,7 @@ X X if(!PrintID3v1Tag(argv[nIndex])) X tags = true; X- myTag.Link(argv[nIndex], false, false); X+ myTag.Link(argv[nIndex], ID3TT_ID3V2); X if(!PrintInformation(argv[nIndex],myTag)) X tags = true; X if(!tags) END-of-id3v2/files/patch-ab echo x - id3v2/files/patch-ac sed 's/^X//' >id3v2/files/patch-ac << 'END-of-id3v2/files/patch-ac' X--- /dev/null Wed Oct 10 15:39:32 2001 X+++ id3v2.1 Mon Dec 11 00:53:03 2000 X@@ -0,0 +1,74 @@ X+.TH ID3V2 1 "May 2000" "" "User Command" X+.SH NAME X+id3v2 \- Adds/Modifies/Removes/Views id3v2 tags, converts/lists id3v1 tags X+.SH SYNOPSIS X+.B id3v2 X+.RB [ X+.I OPTION X+.RB ] X+... X+.RB [ X+.I FILE X+.RB ] X+... X+.br X+.SH OPTIONS X+.TP X+.B \-h, \-\-help X+Display help and exit X+.TP X+.B \-f, \-\-list\-frames X+Display all possible frames for id3v2 X+.TP X+.B \-L, \-\-list\-genres X+Lists all id3v1 genres X+.TP X+.B \-v, \-\-version X+Display version information and exit X+.TP X+.B \-l, \-\-list X+Lists the tag(s) on the file(s) X+.TP X+.B \-R, \-\-list-rfc822 X+Lists using an rfc822\-style format for output X+.TP X+.B \-d, \-\-delete\-v2 X+Deletes id3v2 tags X+.TP X+.B \-s, \-\-delete\-v1 X+Deletes id3v1 tags X+.TP X+.B \-D, \-\-delete\-all X+ Deletes both id3v1 and id3v2 tags X+.TP X+.B \-C, \-\-convert X+ Converts id3v1 tag to id3v2 X+.TP X+.B \-a, \-\-artist ARTIST X+Set the artist information X+.TP X+.B \-A, \-\-album ALBUM X+Set the album title information X+.TP X+.B \-t, \-\-song SONG X+Set the song title information X+.TP X+.B \-c, \-\-comment DESCRIPTION:COMMENT X+Set the comment information X+.TP X+.B \-g, \-\-genre num X+Set the genre number X+.TP X+.B \-y, \-\-year num X+Set the year X+.TP X+.B \-T, \-\-track num/num X+Set the track number/(optional) total tracks X+ X+.SH SEE ALSO X+id3tag(1), id3info(1), id3convert(1) X+.SH AUTHOR X+.B id3v2 X+is by myers with major portions used from id3lib X+examples. Manual page written for Debian GNU/Linux by Robert Woodcock X+. END-of-id3v2/files/patch-ac echo x - id3v2/README.html sed 's/^X//' >id3v2/README.html << 'END-of-id3v2/README.html' X X The FreeBSD Ports Collection (audio/id3v2) X

The FreeBSD Ports Collection ("audio/id3v2")


X X X

You are now in the directory for the port "audio/id3v2" (package name "id3v2-0.1.2"). X X

This is the one-line description for this port: X X


XCommand line id3v2 tag editor X


X X

Please read the "description file" for a Xlonger description. X X

Go to the top of the ports tree for Xa summary on how to use the ports collection. X X

XThis port requires package(s) "" to build. X

XThis port requires package(s) "" to run. X X


X Go up one level X| X Go to top of ports tree X X END-of-id3v2/README.html echo x - id3v2/Makefile sed 's/^X//' >id3v2/Makefile << 'END-of-id3v2/Makefile' X# New ports collection makefile for: id3v2 X# Date created: 10 Oct 2001 X# Whom: David MacKenzie X# X# $FreeBSD$ X# X XPORTNAME= id3v2 XPORTVERSION= 0.1.2 XCATEGORIES= audio XMASTER_SITES= http://download.sourceforge.net/id3v2/ X XMAINTAINER= djm@pix.net X XLIB_DEPENDS= id3:${PORTSDIR}/audio/id3lib gnugetopt.1:${PORTSDIR}/devel/libgnugetopt X XMAN1= id3v2.1 X X.include END-of-id3v2/Makefile echo x - id3v2/distinfo sed 's/^X//' >id3v2/distinfo << 'END-of-id3v2/distinfo' XMD5 (id3v2-0.1.2.tar.gz) = 6bc856e78da102c2f012db63d516806e END-of-id3v2/distinfo echo x - id3v2/pkg-plist sed 's/^X//' >id3v2/pkg-plist << 'END-of-id3v2/pkg-plist' Xbin/id3v2 END-of-id3v2/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 14:40:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3833B37B407 for ; Wed, 10 Oct 2001 14:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9ALe2s57206; Wed, 10 Oct 2001 14:40:02 -0700 (PDT) (envelope-from gnats) Received: from navy.csi.cam.ac.uk (navy.csi.cam.ac.uk [131.111.8.49]) by hub.freebsd.org (Postfix) with ESMTP id D316F37B407 for ; Wed, 10 Oct 2001 14:31:11 -0700 (PDT) Received: from m218-3.phy.cam.ac.uk ([131.111.79.217]) by navy.csi.cam.ac.uk with esmtp (Exim 3.22 #1) id 15rQwT-0004Be-00; Wed, 10 Oct 2001 22:31:05 +0100 Received: from sa264 by m218-3.phy.cam.ac.uk with local (Exim 3.33 #1) id 15rQwT-000HY0-00; Wed, 10 Oct 2001 22:31:05 +0100 Message-Id: Date: Wed, 10 Oct 2001 22:31:05 +0100 From: AMAKAWA Shuhei Reply-To: AMAKAWA Shuhei To: FreeBSD-gnats-submit@freebsd.org Cc: tonym@biolateral.com.au X-Send-Pr-Version: 3.113 Subject: ports/31208: Fix bugs in net/generic-nqs. Now it really works! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31208 >Category: ports >Synopsis: Fix bugs in net/generic-nqs. Now it really works! >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 10 14:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: AMAKAWA Shuhei >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD m218-3.phy.cam.ac.uk 4.4-STABLE FreeBSD 4.4-STABLE #1: Fri Oct 5 00:32:28 BST 2001 sa264@m218-3.phy.cam.ac.uk:/usr/obj/usr/src/sys/KERNCONF i386 >Description: Make Generic-NQS actually work properly. files/patch-ab is empty so should be removed. files/patch-ah fixes the bug which prevented NQS from sending emails. files/patch-ai fixes the bug which caused removal of jobs from a pipe queue when all the inbound-load-balanced queues that follow it are busy. files/nqs.sh really kills the nqsdaemon. >How-To-Repeat: Try the workstation cluster example configuration given in the document provided. >Fix: Removed file: files/patch-ab Added files: files/patch-ah files/patch-ai diff -uNr /usr/ports/net/generic-nqs/Makefile generic-nqs/Makefile --- /usr/ports/net/generic-nqs/Makefile Wed Oct 10 21:56:06 2001 +++ generic-nqs/Makefile Wed Oct 10 22:18:31 2001 @@ -9,7 +9,7 @@ PORTNAME= Generic-NQS PORTVERSION= 3.50.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= fenner diff -uNr /usr/ports/net/generic-nqs/files/nqs.sh generic-nqs/files/nqs.sh --- /usr/ports/net/generic-nqs/files/nqs.sh Wed Jul 5 13:36:41 2000 +++ generic-nqs/files/nqs.sh Sun Oct 7 17:48:40 2001 @@ -8,7 +8,7 @@ fi ;; stop) - killall nqsdaemon && echo -n ' nqs' + killall -KILL nqsdaemon netdaemon loaddaemon && echo -n ' nqs' ;; *) echo "Usage: `basename $0` {start|stop}" >&2 diff -uNr /usr/ports/net/generic-nqs/files/patch-ah generic-nqs/files/patch-ah --- /usr/ports/net/generic-nqs/files/patch-ah Thu Jan 1 01:00:00 1970 +++ generic-nqs/files/patch-ah Sat Oct 6 10:22:14 2001 @@ -0,0 +1,19 @@ +--- Source-Tree/nqsdaemon/all-systems/nqs_mai.c.orig Sun Mar 19 13:19:21 2000 ++++ Source-Tree/nqsdaemon/all-systems/nqs_mai.c Sat Oct 6 10:21:00 2001 +@@ -247,8 +247,14 @@ + argv [0] = "mail"; + argv [1] = maildest; + argv [2] = (char *) 0; +- execve ("/bin/mail", argv, /* Execve() mail program */ +- envp); ++ { ++ struct stat stb; ++ if (stat("/bin/mail", &stb) != -1) ++ execve ("/bin/mail",/* Execve() mail program */ ++ argv, envp); ++ else if (stat("/usr/bin/mail", &stb) != -1) ++ execve ("/usr/bin/mail", argv, envp); ++ } + _exit (1); + } + else if (pid == -1) return (-1); /* Fork failed */ diff -uNr /usr/ports/net/generic-nqs/files/patch-ai generic-nqs/files/patch-ai --- /usr/ports/net/generic-nqs/files/patch-ai Thu Jan 1 01:00:00 1970 +++ generic-nqs/files/patch-ai Tue Oct 9 10:52:38 2001 @@ -0,0 +1,14 @@ +--- Source-Tree/pipeclient/all-systems/pipeclient.c.orig Sun Mar 19 13:19:42 2000 ++++ Source-Tree/pipeclient/all-systems/pipeclient.c Tue Oct 9 10:51:53 2001 +@@ -1059,7 +1059,11 @@ + signal(SIGPIPE, catch_sigpipe); + + do { ++#if HAS_BSD_PIPE ++ interconn(); ++#else + interset(-1); ++#endif + interclear (); + interw32i (rawreq->orig_seqno); + interw32u (rawreq->orig_mid); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 14:50:39 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4631637B406 for ; Wed, 10 Oct 2001 14:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9ALo1C58163; Wed, 10 Oct 2001 14:50:01 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 7F87F37B405; Wed, 10 Oct 2001 14:42:19 -0700 (PDT) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.6/8.11.6) id f9ALgIm95851; Wed, 10 Oct 2001 17:42:18 -0400 (EDT) (envelope-from pat) Message-Id: <200110102142.f9ALgIm95851@cc92687-a.wlgrv1.pa.home.com> Date: Wed, 10 Oct 2001 17:42:18 -0400 (EDT) From: Patrick Li Reply-To: Patrick Li To: FreeBSD-gnats-submit@freebsd.org Cc: jim@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31209: Update port: net/gaim Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31209 >Category: ports >Synopsis: Update port: net/gaim >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 10 14:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Sep 29 17:22:31 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: - Update gaim to version 0.45 - Delete files/patch-aim.c - Add depends for gdk-pixbuf (for non-gnome users) - Do proper substitution in patch - PR ports/30465 is now obsolete >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/net/gaim/Makefile gaim/Makefile --- /usr/ports/net/gaim/Makefile Fri Sep 21 05:06:25 2001 +++ gaim/Makefile Wed Oct 10 17:29:58 2001 @@ -6,7 +6,7 @@ # PORTNAME= gaim -PORTVERSION= 0.44 +PORTVERSION= 0.45 CATEGORIES= net MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ \ ${MASTER_SITE_SOURCEFORGE} @@ -14,6 +14,8 @@ MAINTAINER= jim@FreeBSD.org +BUILD_DEPENDS= ${X11BASE}/bin/gdk-pixbuf-config:${PORTSDIR}/graphics/gdk-pixbuf + USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes @@ -43,8 +45,8 @@ .endif pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @${PERL} -pi.orig -e 's|-lpthreads|${PTHREAD_LIBS:S/"//g}|g; \ + s|-lpthread|${PTHREAD_LIBS:S/"//g}|g' ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ 's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \ s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g' diff -ruN /usr/ports/net/gaim/distinfo gaim/distinfo --- /usr/ports/net/gaim/distinfo Fri Sep 21 05:06:25 2001 +++ gaim/distinfo Wed Oct 10 16:31:34 2001 @@ -1 +1 @@ -MD5 (gaim-0.44.tar.bz2) = 1ca340c8ce0d0d704155852906b09fea +MD5 (gaim-0.45.tar.bz2) = 29890833ca0c67fac08f719767347ab9 diff -ruN /usr/ports/net/gaim/files/patch-aa gaim/files/patch-aa --- /usr/ports/net/gaim/files/patch-aa Thu Oct 5 03:22:45 2000 +++ gaim/files/patch-aa Wed Oct 10 16:34:36 2001 @@ -1,13 +1,13 @@ ---- Makefile.in.orig Tue Oct 3 03:12:14 2000 -+++ Makefile.in Tue Oct 3 03:13:14 2000 -@@ -156,8 +156,8 @@ - @GNOMEBITS_TRUE@bitssounddir = $(bitssysconf)/sound/events - @GNOMEBITS_TRUE@bitssound_DATA = gaim.soundlist - +--- Makefile.in.orig Wed Oct 10 16:33:04 2001 ++++ Makefile.in Wed Oct 10 16:34:22 2001 +@@ -191,8 +191,8 @@ + #bitssound_DATA = gaim.soundlist + # + #endif -pixmapdir = $(datadir)/apps/Internet -pixmap_DATA = gaim.desktop +@GNOMEAPPLET_TRUE@pixmapdir = $(datadir)/apps/Internet +@GNOMEAPPLET_TRUE@pixmap_DATA = gaim.desktop - SUBDIRS = m4 libfaim sounds plugins pixmaps doc po intl src + SUBDIRS = m4 sounds plugins pixmaps doc po intl src ACLOCAL_AMFLAGS = -I m4 diff -ruN /usr/ports/net/gaim/files/patch-ac gaim/files/patch-ac --- /usr/ports/net/gaim/files/patch-ac Thu Aug 30 16:30:48 2001 +++ gaim/files/patch-ac Wed Oct 10 16:50:52 2001 @@ -1,75 +1,215 @@ ---- src/Makefile.in.orig Thu Aug 30 13:09:31 2001 -+++ src/Makefile.in Thu Aug 30 13:12:34 2001 -@@ -149,16 +149,16 @@ - sedpath = @sedpath@ +--- src/Makefile.in.orig Wed Oct 10 16:34:51 2001 ++++ src/Makefile.in Wed Oct 10 16:50:23 2001 +@@ -154,72 +154,72 @@ SUBDIRS = protocols + -@GNOMEAPPLET_TRUE@bin_PROGRAMS = gaim_applet +@GNOMEAPPLET_TRUE@bin_PROGRAMS = gaim_applet gaim @GNOMEAPPLET_FALSE@bin_PROGRAMS = gaim --@GNOMEAPPLET_TRUE@gaim_applet_SOURCES = about.c aim.c applet.c away.c browser.c buddy.c buddy_chat.c conversation.c dialogs.c gaimrc.c gtkimhtml.c gtkspell.c gtkticker.c html.c idle.c multi.c perl.c plugins.c prefs.c proxy.c prpl.c server.c sound.c ticker.c util.c +-@GNOMEAPPLET_TRUE@gaim_applet_SOURCES = about.c \ +-@GNOMEAPPLET_TRUE@ aim.c \ +-@GNOMEAPPLET_TRUE@ applet.c \ +-@GNOMEAPPLET_TRUE@ away.c \ +-@GNOMEAPPLET_TRUE@ browser.c \ +-@GNOMEAPPLET_TRUE@ buddy.c \ +-@GNOMEAPPLET_TRUE@ buddy_chat.c \ +-@GNOMEAPPLET_TRUE@ conversation.c \ +-@GNOMEAPPLET_TRUE@ core.c \ +-@GNOMEAPPLET_TRUE@ dialogs.c \ +-@GNOMEAPPLET_TRUE@ gaimrc.c \ +-@GNOMEAPPLET_TRUE@ gtkimhtml.c \ +-@GNOMEAPPLET_TRUE@ gtkspell.c \ +-@GNOMEAPPLET_TRUE@ gtkticker.c \ +-@GNOMEAPPLET_TRUE@ html.c \ +-@GNOMEAPPLET_TRUE@ idle.c \ +-@GNOMEAPPLET_TRUE@ list.c \ +-@GNOMEAPPLET_TRUE@ module.c \ +-@GNOMEAPPLET_TRUE@ multi.c \ +-@GNOMEAPPLET_TRUE@ perl.c \ +-@GNOMEAPPLET_TRUE@ plugins.c \ +-@GNOMEAPPLET_TRUE@ prefs.c \ +-@GNOMEAPPLET_TRUE@ proxy.c \ +-@GNOMEAPPLET_TRUE@ prpl.c \ +-@GNOMEAPPLET_TRUE@ server.c \ +-@GNOMEAPPLET_TRUE@ sound.c \ +-@GNOMEAPPLET_TRUE@ ticker.c \ +-@GNOMEAPPLET_TRUE@ util.c +- -@GNOMEAPPLET_TRUE@gaim_applet_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) -@GNOMEAPPLET_TRUE@gaim_applet_LDFLAGS = -export-dynamic -@GNOMEAPPLET_TRUE@gaim_applet_LDADD = @LDADD@ @LIBOBJS@ --@GNOMEAPPLET_FALSE@gaim_SOURCES = about.c aim.c applet.c away.c browser.c buddy.c buddy_chat.c conversation.c dialogs.c gaimrc.c gtkimhtml.c gtkspell.c gtkticker.c html.c idle.c multi.c perl.c plugins.c prefs.c proxy.c prpl.c server.c sound.c ticker.c util.c +-@GNOMEAPPLET_FALSE@gaim_SOURCES = about.c \ +-@GNOMEAPPLET_FALSE@ aim.c \ +-@GNOMEAPPLET_FALSE@ applet.c \ +-@GNOMEAPPLET_FALSE@ away.c \ +-@GNOMEAPPLET_FALSE@ browser.c \ +-@GNOMEAPPLET_FALSE@ buddy.c \ +-@GNOMEAPPLET_FALSE@ buddy_chat.c \ +-@GNOMEAPPLET_FALSE@ conversation.c \ +-@GNOMEAPPLET_FALSE@ core.c \ +-@GNOMEAPPLET_FALSE@ dialogs.c \ +-@GNOMEAPPLET_FALSE@ gaimrc.c \ +-@GNOMEAPPLET_FALSE@ gtkimhtml.c \ +-@GNOMEAPPLET_FALSE@ gtkspell.c \ +-@GNOMEAPPLET_FALSE@ gtkticker.c \ +-@GNOMEAPPLET_FALSE@ html.c \ +-@GNOMEAPPLET_FALSE@ idle.c \ +-@GNOMEAPPLET_FALSE@ list.c \ +-@GNOMEAPPLET_FALSE@ module.c \ +-@GNOMEAPPLET_FALSE@ multi.c \ +-@GNOMEAPPLET_FALSE@ perl.c \ +-@GNOMEAPPLET_FALSE@ plugins.c \ +-@GNOMEAPPLET_FALSE@ prefs.c \ +-@GNOMEAPPLET_FALSE@ proxy.c \ +-@GNOMEAPPLET_FALSE@ prpl.c \ +-@GNOMEAPPLET_FALSE@ server.c \ +-@GNOMEAPPLET_FALSE@ sound.c \ +-@GNOMEAPPLET_FALSE@ ticker.c \ +-@GNOMEAPPLET_FALSE@ util.c +- -@GNOMEAPPLET_FALSE@gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) -@GNOMEAPPLET_FALSE@gaim_LDFLAGS = -export-dynamic -@GNOMEAPPLET_FALSE@gaim_LDADD = @LDADD@ @LIBOBJS@ -+gaim_applet_SOURCES = about.c aim.c applet.c away.c browser.c buddy.c buddy_chat.c conversation.c dialogs.c gaimrc.c gtkimhtml.c gtkspell.c gtkticker.c html.c idle.c multi.c perl.c plugins.c prefs.c proxy.c prpl.c server.c sound.c ticker.c util.c ++gaim_applet_SOURCES = about.c \ ++ aim.c \ ++ applet.c \ ++ away.c \ ++ browser.c \ ++ buddy.c \ ++ buddy_chat.c \ ++ conversation.c \ ++ core.c \ ++ dialogs.c \ ++ gaimrc.c \ ++ gtkimhtml.c \ ++ gtkspell.c \ ++ gtkticker.c \ ++ html.c \ ++ idle.c \ ++ list.c \ ++ module.c \ ++ multi.c \ ++ perl.c \ ++ plugins.c \ ++ prefs.c \ ++ proxy.c \ ++ prpl.c \ ++ server.c \ ++ sound.c \ ++ ticker.c \ ++ util.c ++ +gaim_applet_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) +gaim_applet_LDFLAGS = -export-dynamic +gaim_applet_LDADD = @LDADD@ @LIBOBJS@ -+gaim_SOURCES = about.c aim.c applet.c away.c browser.c buddy.c buddy_chat.c conversation.c dialogs.c gaimrc.c gtkimhtml.c gtkspell.c gtkticker.c html.c idle.c multi.c perl.c plugins.c prefs.c proxy.c prpl.c server.c sound.c ticker.c util.c ++gaim_SOURCES = about.c \ ++ aim.c \ ++ applet.c \ ++ away.c \ ++ browser.c \ ++ buddy.c \ ++ buddy_chat.c \ ++ conversation.c \ ++ core.c \ ++ dialogs.c \ ++ gaimrc.c \ ++ gtkimhtml.c \ ++ gtkspell.c \ ++ gtkticker.c \ ++ html.c \ ++ idle.c \ ++ list.c \ ++ module.c \ ++ multi.c \ ++ perl.c \ ++ plugins.c \ ++ prefs.c \ ++ proxy.c \ ++ prpl.c \ ++ server.c \ ++ sound.c \ ++ ticker.c \ ++ util.c ++ +gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) +gaim_LDFLAGS = -export-dynamic +gaim_LDADD = @LDADD@ @LIBOBJS@ - LIBS = @LIBS@ $(UI_LIBS) $(SOUND_LIBS) $(STATIC_LINK_LIBS) $(PERL_LIBS) $(XSS_LIBS) $(INTLLIBS) $(DEBUG_LIBS) - # any other stuff -@@ -176,26 +176,26 @@ - DEFS = @DEFS@ -I. -I$(srcdir) -I.. - CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ --@GNOMEAPPLET_TRUE@gaim_applet_OBJECTS = about.$(OBJEXT) aim.$(OBJEXT) \ --@GNOMEAPPLET_TRUE@applet.$(OBJEXT) away.$(OBJEXT) browser.$(OBJEXT) \ --@GNOMEAPPLET_TRUE@buddy.$(OBJEXT) buddy_chat.$(OBJEXT) \ --@GNOMEAPPLET_TRUE@conversation.$(OBJEXT) dialogs.$(OBJEXT) \ --@GNOMEAPPLET_TRUE@gaimrc.$(OBJEXT) gtkimhtml.$(OBJEXT) \ --@GNOMEAPPLET_TRUE@gtkspell.$(OBJEXT) gtkticker.$(OBJEXT) html.$(OBJEXT) \ --@GNOMEAPPLET_TRUE@idle.$(OBJEXT) multi.$(OBJEXT) perl.$(OBJEXT) \ --@GNOMEAPPLET_TRUE@plugins.$(OBJEXT) prefs.$(OBJEXT) proxy.$(OBJEXT) \ --@GNOMEAPPLET_TRUE@prpl.$(OBJEXT) server.$(OBJEXT) sound.$(OBJEXT) \ --@GNOMEAPPLET_TRUE@ticker.$(OBJEXT) util.$(OBJEXT) --@GNOMEAPPLET_FALSE@gaim_OBJECTS = about.$(OBJEXT) aim.$(OBJEXT) \ --@GNOMEAPPLET_FALSE@applet.$(OBJEXT) away.$(OBJEXT) browser.$(OBJEXT) \ --@GNOMEAPPLET_FALSE@buddy.$(OBJEXT) buddy_chat.$(OBJEXT) \ --@GNOMEAPPLET_FALSE@conversation.$(OBJEXT) dialogs.$(OBJEXT) \ --@GNOMEAPPLET_FALSE@gaimrc.$(OBJEXT) gtkimhtml.$(OBJEXT) \ --@GNOMEAPPLET_FALSE@gtkspell.$(OBJEXT) gtkticker.$(OBJEXT) \ --@GNOMEAPPLET_FALSE@html.$(OBJEXT) idle.$(OBJEXT) multi.$(OBJEXT) \ --@GNOMEAPPLET_FALSE@perl.$(OBJEXT) plugins.$(OBJEXT) prefs.$(OBJEXT) \ --@GNOMEAPPLET_FALSE@proxy.$(OBJEXT) prpl.$(OBJEXT) server.$(OBJEXT) \ --@GNOMEAPPLET_FALSE@sound.$(OBJEXT) ticker.$(OBJEXT) util.$(OBJEXT) -+gaim_applet_OBJECTS = about.$(OBJEXT) aim.$(OBJEXT) \ -+applet.$(OBJEXT) away.$(OBJEXT) browser.$(OBJEXT) \ -+buddy.$(OBJEXT) buddy_chat.$(OBJEXT) \ -+conversation.$(OBJEXT) dialogs.$(OBJEXT) \ -+gaimrc.$(OBJEXT) gtkimhtml.$(OBJEXT) \ -+gtkspell.$(OBJEXT) gtkticker.$(OBJEXT) html.$(OBJEXT) \ -+idle.$(OBJEXT) multi.$(OBJEXT) perl.$(OBJEXT) \ -+plugins.$(OBJEXT) prefs.$(OBJEXT) proxy.$(OBJEXT) \ -+prpl.$(OBJEXT) server.$(OBJEXT) sound.$(OBJEXT) \ -+ticker.$(OBJEXT) util.$(OBJEXT) -+gaim_OBJECTS = about.$(OBJEXT) aim.$(OBJEXT) \ -+applet.$(OBJEXT) away.$(OBJEXT) browser.$(OBJEXT) \ -+buddy.$(OBJEXT) buddy_chat.$(OBJEXT) \ -+conversation.$(OBJEXT) dialogs.$(OBJEXT) \ -+gaimrc.$(OBJEXT) gtkimhtml.$(OBJEXT) \ -+gtkspell.$(OBJEXT) gtkticker.$(OBJEXT) \ -+html.$(OBJEXT) idle.$(OBJEXT) multi.$(OBJEXT) \ -+perl.$(OBJEXT) plugins.$(OBJEXT) prefs.$(OBJEXT) \ -+proxy.$(OBJEXT) prpl.$(OBJEXT) server.$(OBJEXT) \ -+sound.$(OBJEXT) ticker.$(OBJEXT) util.$(OBJEXT) - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) - LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) - CCLD = $(CC) + EXTRA_DIST = applet.h \ + convo.h \ +@@ -240,44 +240,41 @@ + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = $(top_builddir)/config.h + CONFIG_CLEAN_FILES = +-@GNOMEAPPLET_TRUE@bin_PROGRAMS = gaim_applet$(EXEEXT) ++@GNOMEAPPLET_TRUE@bin_PROGRAMS = gaim_applet$(EXEEXT) gaim$(EXEEXT) + @GNOMEAPPLET_FALSE@bin_PROGRAMS = gaim$(EXEEXT) + PROGRAMS = $(bin_PROGRAMS) + +-@GNOMEAPPLET_TRUE@am_gaim_OBJECTS = +-@GNOMEAPPLET_FALSE@am_gaim_OBJECTS = about.$(OBJEXT) aim.$(OBJEXT) \ +-@GNOMEAPPLET_FALSE@ applet.$(OBJEXT) away.$(OBJEXT) \ +-@GNOMEAPPLET_FALSE@ browser.$(OBJEXT) buddy.$(OBJEXT) \ +-@GNOMEAPPLET_FALSE@ buddy_chat.$(OBJEXT) conversation.$(OBJEXT) \ +-@GNOMEAPPLET_FALSE@ core.$(OBJEXT) dialogs.$(OBJEXT) \ +-@GNOMEAPPLET_FALSE@ gaimrc.$(OBJEXT) gtkimhtml.$(OBJEXT) \ +-@GNOMEAPPLET_FALSE@ gtkspell.$(OBJEXT) gtkticker.$(OBJEXT) \ +-@GNOMEAPPLET_FALSE@ html.$(OBJEXT) idle.$(OBJEXT) list.$(OBJEXT) \ +-@GNOMEAPPLET_FALSE@ module.$(OBJEXT) multi.$(OBJEXT) \ +-@GNOMEAPPLET_FALSE@ perl.$(OBJEXT) plugins.$(OBJEXT) \ +-@GNOMEAPPLET_FALSE@ prefs.$(OBJEXT) proxy.$(OBJEXT) \ +-@GNOMEAPPLET_FALSE@ prpl.$(OBJEXT) server.$(OBJEXT) \ +-@GNOMEAPPLET_FALSE@ sound.$(OBJEXT) ticker.$(OBJEXT) \ +-@GNOMEAPPLET_FALSE@ util.$(OBJEXT) ++am_gaim_OBJECTS = about.$(OBJEXT) aim.$(OBJEXT) \ ++ applet.$(OBJEXT) away.$(OBJEXT) \ ++ browser.$(OBJEXT) buddy.$(OBJEXT) \ ++ buddy_chat.$(OBJEXT) conversation.$(OBJEXT) \ ++ core.$(OBJEXT) dialogs.$(OBJEXT) \ ++ gaimrc.$(OBJEXT) gtkimhtml.$(OBJEXT) \ ++ gtkspell.$(OBJEXT) gtkticker.$(OBJEXT) \ ++ html.$(OBJEXT) idle.$(OBJEXT) list.$(OBJEXT) \ ++ module.$(OBJEXT) multi.$(OBJEXT) \ ++ perl.$(OBJEXT) plugins.$(OBJEXT) \ ++ prefs.$(OBJEXT) proxy.$(OBJEXT) \ ++ prpl.$(OBJEXT) server.$(OBJEXT) \ ++ sound.$(OBJEXT) ticker.$(OBJEXT) \ ++ util.$(OBJEXT) + gaim_OBJECTS = $(am_gaim_OBJECTS) +-@GNOMEAPPLET_TRUE@gaim_DEPENDENCIES = +-@GNOMEAPPLET_TRUE@am_gaim_applet_OBJECTS = about.$(OBJEXT) aim.$(OBJEXT) \ +-@GNOMEAPPLET_TRUE@ applet.$(OBJEXT) away.$(OBJEXT) \ +-@GNOMEAPPLET_TRUE@ browser.$(OBJEXT) buddy.$(OBJEXT) \ +-@GNOMEAPPLET_TRUE@ buddy_chat.$(OBJEXT) conversation.$(OBJEXT) \ +-@GNOMEAPPLET_TRUE@ core.$(OBJEXT) dialogs.$(OBJEXT) \ +-@GNOMEAPPLET_TRUE@ gaimrc.$(OBJEXT) gtkimhtml.$(OBJEXT) \ +-@GNOMEAPPLET_TRUE@ gtkspell.$(OBJEXT) gtkticker.$(OBJEXT) \ +-@GNOMEAPPLET_TRUE@ html.$(OBJEXT) idle.$(OBJEXT) list.$(OBJEXT) \ +-@GNOMEAPPLET_TRUE@ module.$(OBJEXT) multi.$(OBJEXT) \ +-@GNOMEAPPLET_TRUE@ perl.$(OBJEXT) plugins.$(OBJEXT) \ +-@GNOMEAPPLET_TRUE@ prefs.$(OBJEXT) proxy.$(OBJEXT) \ +-@GNOMEAPPLET_TRUE@ prpl.$(OBJEXT) server.$(OBJEXT) \ +-@GNOMEAPPLET_TRUE@ sound.$(OBJEXT) ticker.$(OBJEXT) \ +-@GNOMEAPPLET_TRUE@ util.$(OBJEXT) +-@GNOMEAPPLET_FALSE@am_gaim_applet_OBJECTS = ++ ++am_gaim_applet_OBJECTS = about.$(OBJEXT) aim.$(OBJEXT) \ ++ applet.$(OBJEXT) away.$(OBJEXT) \ ++ browser.$(OBJEXT) buddy.$(OBJEXT) \ ++ buddy_chat.$(OBJEXT) conversation.$(OBJEXT) \ ++ core.$(OBJEXT) dialogs.$(OBJEXT) \ ++ gaimrc.$(OBJEXT) gtkimhtml.$(OBJEXT) \ ++ gtkspell.$(OBJEXT) gtkticker.$(OBJEXT) \ ++ html.$(OBJEXT) idle.$(OBJEXT) list.$(OBJEXT) \ ++ module.$(OBJEXT) multi.$(OBJEXT) \ ++ perl.$(OBJEXT) plugins.$(OBJEXT) \ ++ prefs.$(OBJEXT) proxy.$(OBJEXT) \ ++ prpl.$(OBJEXT) server.$(OBJEXT) \ ++ sound.$(OBJEXT) ticker.$(OBJEXT) \ ++ util.$(OBJEXT) + gaim_applet_OBJECTS = $(am_gaim_applet_OBJECTS) +-@GNOMEAPPLET_FALSE@gaim_applet_DEPENDENCIES = + + DEFS = @DEFS@ + DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) diff -ruN /usr/ports/net/gaim/files/patch-aim.c gaim/files/patch-aim.c --- /usr/ports/net/gaim/files/patch-aim.c Sat Sep 1 14:06:26 2001 +++ gaim/files/patch-aim.c Wed Dec 31 19:00:00 1969 @@ -1,12 +0,0 @@ ---- src/aim.c.orig Fri Aug 31 20:15:17 2001 -+++ src/aim.c Fri Aug 31 20:15:39 2001 -@@ -54,9 +54,7 @@ - #include "locale.h" - #include "gtkticker.h" - #include "gtkspell.h" --#ifndef USE_APPLET - #include --#endif - - static gchar *ispell_cmd[] = { "ispell", "-a", NULL }; - diff -ruN /usr/ports/net/gaim/files/patch-ltmain.sh gaim/files/patch-ltmain.sh --- /usr/ports/net/gaim/files/patch-ltmain.sh Fri Aug 31 21:09:37 2001 +++ gaim/files/patch-ltmain.sh Wed Oct 10 17:00:21 2001 @@ -1,6 +1,3 @@ - -$FreeBSD: ports/net/gaim/files/patch-ltmain.sh,v 1.1 2001/09/01 01:09:37 jim Exp $ - --- ltmain.sh 2001/08/31 17:32:22 1.1 +++ ltmain.sh 2001/08/31 17:32:44 @@ -4673,10 +4673,12 @@ diff -ruN /usr/ports/net/gaim/pkg-plist gaim/pkg-plist --- /usr/ports/net/gaim/pkg-plist Tue Oct 2 05:14:36 2001 +++ gaim/pkg-plist Wed Oct 10 17:23:33 2001 @@ -5,20 +5,14 @@ lib/gaim/chatlist.so lib/gaim/iconaway.so lib/gaim/lagmeter.so +lib/gaim/libgg.so lib/gaim/libicq.so -lib/gaim/libicq.so.0 lib/gaim/libirc.so -lib/gaim/libirc.so.0 lib/gaim/libjabber.so -lib/gaim/libjabber.so.0 +lib/gaim/libmsn.so lib/gaim/libnapster.so -lib/gaim/libnapster.so.0 lib/gaim/libyahoo.so -lib/gaim/libyahoo.so.0 -lib/gaim/libmsn.so -lib/gaim/libmsn.so.0 lib/gaim/libzephyr.so -lib/gaim/libzephyr.so.0 lib/gaim/notify.so lib/gaim/spellchk.so %%DATADIR%%/pixmaps/gaim/ab.xpm @@ -49,6 +43,7 @@ %%DATADIR%%/pixmaps/gaim/crazy4.xpm %%DATADIR%%/pixmaps/gaim/crossedlips.xpm %%DATADIR%%/pixmaps/gaim/cry.xpm +%%DATADIR%%/pixmaps/gaim/download.xpm %%DATADIR%%/pixmaps/gaim/dt_icon.xpm %%DATADIR%%/pixmaps/gaim/embarrassed.xpm %%DATADIR%%/pixmaps/gaim/exit_small.xpm @@ -57,6 +52,10 @@ %%DATADIR%%/pixmaps/gaim/fontface2.xpm %%DATADIR%%/pixmaps/gaim/free_icon.xpm %%DATADIR%%/pixmaps/gaim/gaim.xpm +%%DATADIR%%/pixmaps/gaim/gg_suncloud.xpm +%%DATADIR%%/pixmaps/gaim/gg_sunred.xpm +%%DATADIR%%/pixmaps/gaim/gg_sunwhitered.xpm +%%DATADIR%%/pixmaps/gaim/gg_sunyellow.xpm %%DATADIR%%/pixmaps/gaim/gnomeicu-away.xpm %%DATADIR%%/pixmaps/gaim/gnomeicu-dnd.xpm %%DATADIR%%/pixmaps/gaim/gnomeicu-ffc.xpm @@ -126,6 +125,7 @@ share/locale/es/LC_MESSAGES/gaim.mo share/locale/fr/LC_MESSAGES/gaim.mo share/locale/ko/LC_MESSAGES/gaim.mo +share/locale/pl/LC_MESSAGES/gaim.mo share/locale/ru/LC_MESSAGES/gaim.mo share/locale/zh_CN/LC_MESSAGES/gaim.mo @dirrm %%DATADIR%%/pixmaps/gaim/gnome >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 15: 0: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 90B4D37B405 for ; Wed, 10 Oct 2001 15:00:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9AM03T58993; Wed, 10 Oct 2001 15:00:03 -0700 (PDT) (envelope-from gnats) Date: Wed, 10 Oct 2001 15:00:03 -0700 (PDT) Message-Id: <200110102200.f9AM03T58993@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Cyrille Lefevre Subject: Re: ports/31182: pkg_delete doesn't always remove symbolic links in packages Reply-To: Cyrille Lefevre Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31182; it has been noted by GNATS. From: Cyrille Lefevre To: Jonathan Chen Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/31182: pkg_delete doesn't always remove symbolic links in packages Date: Wed, 10 Oct 2001 23:29:25 +0200 (CEST) Jonathan Chen wrote: > Cause: > pkg_delete refuses to remove them if the file that it points > to is already gone, as the md5 checksum doesn't match. > > Two possible solutions: > > 1. change pkg_delete to *always* remove symbolic links, regardless > of checksum. > > or 2. Update the Porter's Handbook to mention that it's better to > list symbolic links in the pkg-plist prior to real files. there is a third one, replace symlinked files w/ `@exec ln -s' and `@unexec rm' stantments. also, make pkg_delete not recording the checksum for symlinks. since I'm working on some bsd.ports.mk enhancements, I'll see if it's possible to automagically substitute symlinks by @exec/@unexec statments. Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 15:27:52 2001 Delivered-To: freebsd-ports@freebsd.org Received: from firewall.xentekjc.dhs.org (cc683546-b.jrsycty1.nj.home.com [24.18.221.12]) by hub.freebsd.org (Postfix) with SMTP id 33B0237B40A for ; Wed, 10 Oct 2001 15:27:31 -0700 (PDT) Received: (qmail 8429 invoked from network); 10 Oct 2001 22:27:21 -0000 Received: from unknown (HELO theghet.to) (192.168.2.22) by theghet.to with RC4-MD5 encrypted SMTP; 10 Oct 2001 22:27:21 -0000 Message-ID: <3BC4D963.B370998@theghet.to> Date: Wed, 10 Oct 2001 18:27:31 -0500 From: "Armando Atienza, Jr." X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: ports@FreeBSD.org Subject: bbmail for x11-wm Content-Type: multipart/mixed; boundary="------------250B03DE9128D35CFF83B930" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------250B03DE9128D35CFF83B930 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit i made a port bbmail for x11-wm armando --------------250B03DE9128D35CFF83B930 Content-Type: application/octet-stream; name="bbmail.tgz" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="bbmail.tgz" H4sIACbZxDsAA+2YW2+bMBSA8xr/Cj/sYXso4HBrqmVq1tCKh5CKJGvfIi4mQQEc2a7Sbdp/ HxSiVV3XTJOg2nY+CUU5ONjh+PPBhGEepJnaaxNsaLZp4h6u0J58Nl+wrVuEmIahE4yJZhC9 h81WR9VwJ2TAMe5xxuRL7fYbSrMuBtQtYZ3/abClSZrRVvogmmYZxq/zr9v2If/Etsu5QAbE GPSw1sponvCf5/965i+88dQZ9euZgKrAJ8efuzNv1NcUS7HRxXjhXM1815mP+veEnOxzNB3P F46/mruLKriRcnemqmEoGcuEsk+LWLBESMZzpaBSFeyOR1SoqPyd6y3Kw/FH/YDnQRGzc7mh 6w2VimQI+UtvNXGuHW9SXjbMgmgbsvuzN1+rUc0nrv9NrQegHs4htJw7q9vVte9curej/mcq 0JW3XF3MvEv3auk7dQgpaRFldzHF70MRKzvGpZJvP6DXvv2vTuN/nAqZFglrpY9j/mPbPPg/ 0LRB5f9AM8D/LphOTPy2ngQnD7Yr5e1Q1l/e4RGmQyPWrTgZhsPhqWHHkUZOrWh4mhhWFJux Cfb8/TT+77brk4jlOS1elODPOOq/af/wn5iV/xaB+t8JY1zlH0cbGm0pxwnjuKzH+GNTXnFV y9m+bFQEa8rB+H+NR/7HVES8jT6O+U+qPd/Bf9N6qP+WBf53QZ1/XC8Aol4MEs5yLLJUInRz c3OGjz3eI/TMo/xr/zHgt3jk/y4rNwFt9HHU/8r55v2PTuzKf12H+t8JYVqozc5fbAJOD5Y3 QaVgYfj8mZ/ivjOeTB2ludp5nHJeLiOPm8CiAAAAAAAAAAAAAAAAAACd8h08kPXhACgAAA== --------------250B03DE9128D35CFF83B930-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 15:31: 4 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with SMTP id 120E737B408 for ; Wed, 10 Oct 2001 15:31:02 -0700 (PDT) Received: (qmail 17749 invoked by uid 1001); 10 Oct 2001 22:31:01 -0000 Date: Wed, 10 Oct 2001 18:31:01 -0400 From: Pete Fritchman To: "Armando Atienza, Jr." Cc: ports@FreeBSD.org Subject: Re: bbmail for x11-wm Message-ID: <20011010183101.A17669@databits.net> References: <3BC4D963.B370998@theghet.to> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3BC4D963.B370998@theghet.to>; from armando@theghet.to on Wed, Oct 10, 2001 at 06:27:31PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ++ 10/10/01 18:27 -0500 - Armando Atienza, Jr.: | i made a port | bbmail for x11-wm This already exists in the tree as /usr/ports/mail/bbmail. -pete -- Pete Fritchman [petef@(databits.net|freebsd.org|csh.rit.edu)] finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 17:17:55 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 75D6037B40E; Wed, 10 Oct 2001 17:17:51 -0700 (PDT) Received: (from jim@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9B0Dfq79853; Wed, 10 Oct 2001 17:13:41 -0700 (PDT) (envelope-from jim) Date: Wed, 10 Oct 2001 17:13:41 -0700 (PDT) From: Message-Id: <200110110013.f9B0Dfq79853@freefall.freebsd.org> To: pat@databits.net, jim@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31209: Update port: net/gaim Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: net/gaim State-Changed-From-To: open->closed State-Changed-By: jim State-Changed-When: Wed Oct 10 17:13:29 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31209 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 18:23: 2 2001 Delivered-To: freebsd-ports@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id B7D6037B405 for ; Wed, 10 Oct 2001 18:22:59 -0700 (PDT) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97] helo=dogma) by probity.mcc.ac.uk with esmtp (Exim 2.05 #7) id 15rUYs-000OL8-00 for freebsd-ports@freebsd.org; Thu, 11 Oct 2001 02:22:58 +0100 Received: (from jcm@localhost) by dogma (8.11.4/8.11.1) id f9B1MvO99328 for freebsd-ports@freebsd.org; Thu, 11 Oct 2001 02:22:57 +0100 (BST) (envelope-from jcm) Date: Thu, 11 Oct 2001 02:22:57 +0100 From: j mckitrick To: freebsd-ports@freebsd.org Subject: bbkeys hogs CPU? Message-ID: <20011011022257.A99304@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Does anyone run bbkeys with blackbox 61.1 ? At times I've seen it suck up the CPU after shutting down the window manager, and I can't figure out why. Has anyone seen this? Any idea what causes it? jm -- My other computer is your windows box. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 20: 0:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A93DE37B403 for ; Wed, 10 Oct 2001 20:00:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9B301x05259; Wed, 10 Oct 2001 20:00:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 968FB37B40C for ; Wed, 10 Oct 2001 19:58:21 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9B2wLE05101; Wed, 10 Oct 2001 19:58:21 -0700 (PDT) (envelope-from nobody) Message-Id: <200110110258.f9B2wLE05101@freefall.freebsd.org> Date: Wed, 10 Oct 2001 19:58:21 -0700 (PDT) From: Norikatsu Shigemura To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31211: New port: Complete XINE for User Interface Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31211 >Category: ports >Synopsis: New port: Complete XINE for User Interface >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: wish >Submitter-Id: current-users >Arrival-Date: Wed Oct 10 20:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Norikatsu Shigemura >Release: 4.4-STABLE >Organization: PERSONAL >Environment: FreeBSD sakura.ninth-nine.com 4.4-STABLE FreeBSD 4.4-STABLE #46: Sat Oct 6 01:19:17 JST 2001 sakura.ninth-nine.com:/usr/obj/usr/src/sys/SAKURA i386 >Description: Complete XINE is XINE(http://xine.sourceforge.net/) with libdvdcss. >How-To-Repeat: >Fix: begin 644 complete_xine.tar.bz2 M0EIH.3%!6293617`/V@``+'_ANLP`$!<8__R?^_?]/__WOH``000``A``CQ= MS7;8!JGI&DV@@T$TR8:`!!@"8````T&A3$S4HV%#U``&@9-`>@F0``R!H"(R MHT&3(`,F@``!D::`````$DD"3]",)IB:4\H&0-`!B#31H/4>4`/U3I-VWHSV M:6^2Q,S`DSTA(I08:]=<0HDR0#`YDPNL2'7'-`R9OAL]A53IPY^3ZV['10/S M`4KAN$U^<1N3"427%?=`7ROFGEC'HY7.7#$HSIWNP\;J=_W=`^P/)6DW!(F) M?:D9KBPX/UUZZF>SOIR<_H*Q"B$'@H3$_IUKX.RJ.'` M/:>,#/PHH$Z-A(`BL08C.1V0&A$QFWVJ35<]8:[%+&'V*'U1-GV92`ZM,'9E MA#0EASA"_;A/K$\K`80([.(:+#IHZ$=!LBMM@&6`9,7I!PVMCMT1&P(&,0%= MOK&0E>B?A5%G.*ERO!5X.)@G%(03!@N0/Y?=;.5!U%%B!296S8EQ>2F0K#2M M&1>W4J*Q1\?ZF:A@)$3#`S$AV"S;#8<&@XW(AJB,`?-7H)+:@UBU45PJU[FW M!?3Z(X@T--SQAE,DXR<1Y*%Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 20:10:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7FEE137B40E for ; Wed, 10 Oct 2001 20:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9B3A1Q09134; Wed, 10 Oct 2001 20:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B8E137B40E for ; Wed, 10 Oct 2001 20:00:41 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9B30f605316; Wed, 10 Oct 2001 20:00:41 -0700 (PDT) (envelope-from nobody) Message-Id: <200110110300.f9B30f605316@freefall.freebsd.org> Date: Wed, 10 Oct 2001 20:00:41 -0700 (PDT) From: Norikatsu Shigemura To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31212: New port: Complete XINE for library (depends on libdvdcss) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31212 >Category: ports >Synopsis: New port: Complete XINE for library (depends on libdvdcss) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: wish >Submitter-Id: current-users >Arrival-Date: Wed Oct 10 20:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Norikatsu Shigemura >Release: 4.4-STABLE >Organization: PERSONAL >Environment: FreeBSD sakura.ninth-nine.com 4.4-STABLE FreeBSD 4.4-STABLE #46: Sat Oct 6 01:19:17 JST 2001 nork@sakura.ninth-nine.com:/usr/obj/usr/src/sys/SAKURA i386 >Description: Complete XINE is a XINE(http://xine.sourceforge.net) with libdvdcss. >How-To-Repeat: >Fix: begin 644 complete_libxine.tar.bz2 M0EIH.3%!629369!)C!D``*[_C.4P`$!<:__R?Z_?\/__W_H``@`!``A``ASM M+MMR0U-(RAZ:IZGZ2>B>IF48:GI!Z0&",U-&33(::9'H)1%3T]3&E/(GDTU' MJ````,AIH```R#0FHTT1M2#3U/4])IH::/4#1IHR``#-0!H))2GE-J--ID-/ M29)HT``T`&@`T-`T'J=YCI].V6W0T&)-$P)-FH21&@O$\CZ3Z9(!@>9,*^:0 MS(O^T==TW5R8Y;KT&22R!86JX332B/=,(H"*87D#;QOKN@$1#"B%=@*&8Y[Z M2U?+'9X&8\#+@M7-YNI$[H78%WNG8U4[X9O\*@*J0TCGC:5.OC0M*"08C@Z0 M\U=F%^Z#)W'16%!A:_*H8*7[C45^"V$=#906"881)(\U*BJ77.5?#6R+PD/= MH>H>'!09A]@X9Z8R7";&Z!2U@P1$FJHRPE)]<"FW]T=&W)"[]S2H9%C&K!I. M><&KGPV,D]E^%C?1A]9/2D\BSMRH,@FN>->96C(B\3-7$8IG%4,\<5P:-M9#! M,+[`6G,9_)?2C+4-0-BK<@4!9+A(7EA/N[:K)1E"?I%:45(XL$Y4'!.M"%42 M9ZC>#%*YL"R5V?9*%1#`S&L.]7$,PV^J.G@,T)GSW1U5)H(6V(Y5QEW+EYX` MH5TD:[3B0J&$2-+-;DJ9$*BM'144PE=)'C3.'O,23XU+:R:\HWM1@#9F2`_Q *=R13A0D)!)C!D-+- ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 20:10:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E264F37B40F for ; Wed, 10 Oct 2001 20:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9B3A1309143; Wed, 10 Oct 2001 20:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 70FB437B410 for ; Wed, 10 Oct 2001 20:05:20 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9B35K208068; Wed, 10 Oct 2001 20:05:20 -0700 (PDT) (envelope-from nobody) Message-Id: <200110110305.f9B35K208068@freefall.freebsd.org> Date: Wed, 10 Oct 2001 20:05:20 -0700 (PDT) From: Norikatsu Shigemura To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31213: Patch for libdvdcss for compiling complete xine(library) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31213 >Category: ports >Synopsis: Patch for libdvdcss for compiling complete xine(library) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 10 20:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Norikatsu Shigemura >Release: 4.4-STABLE >Organization: PERSONAL >Environment: sakura.ninth-nine.com 4.4-STABLE FreeBSD 4.4-STABLE #46: Sat Oct 6 01:19:17 JST 2001 nork@sakura.ninth-nine.com:/usr/obj/usr/src/sys/SAKURA i386 >Description: Complete XINE includes multiple . But videolan/dvdcss.h is not available for multiple include. This patch for graphics/libdvdcss, but also for graphics/vlc. >How-To-Repeat: >Fix: --- extras/libdvdcss/videolan/dvdcss.h.orig Fri Jul 27 23:43:30 2001 +++ extras/libdvdcss/videolan/dvdcss.h Thu Oct 11 02:32:08 2001 @@ -22,6 +22,8 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. *****************************************************************************/ +#ifndef __DVDCSS_H__ +#define __DVDCSS_H__ 1 /***************************************************************************** * The libdvdcss structure *****************************************************************************/ @@ -59,3 +61,4 @@ int i_flags ); extern char * dvdcss_error ( dvdcss_handle ); +#endif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 10 22:41:59 2001 Delivered-To: freebsd-ports@freebsd.org Received: from robin.mail.pas.earthlink.net (robin.mail.pas.earthlink.net [207.217.120.65]) by hub.freebsd.org (Postfix) with ESMTP id 7F9B737B401 for ; Wed, 10 Oct 2001 22:41:54 -0700 (PDT) Received: from moo.holy.cow (sdn-ar-003dcwashP201.dialsprint.net [206.133.21.113]) by robin.mail.pas.earthlink.net (8.11.5/8.9.3) with ESMTP id f9B5frH02831 for ; Wed, 10 Oct 2001 22:41:53 -0700 (PDT) Received: by moo.holy.cow (Postfix, from userid 1001) id 1402E50CCE; Thu, 11 Oct 2001 01:42:52 -0400 (EDT) Date: Thu, 11 Oct 2001 01:42:52 -0400 From: parv To: f-ports Subject: importance of "ld: warning: libpng.so.4, needed by /usr/X11R6/lib/libImlib.so, may conflict with libpng.so.5" Message-ID: <20011011014252.A30228@moo.holy.cow> Mail-Followup-To: f-ports Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org i just compiled the newest w3m port and got these messages: # make -DINLINE_IMAGE ... cc -O -pipe -march=pentiumpro -I/usr/include/openssl -I/usr/include -DNO_IDEA -I/usr/local/include -I. `imlib-config --cflags` -o w3mimgdisplay w3mimgdisplay.o `imlib-config --libs` /usr/libexec/elf/ld: warning: libpng.so.4, needed by /usr/X11R6/lib/libImlib.so, may conflict with libpng.so.5 cc -O -pipe -march=pentiumpro -I/usr/include/openssl -I/usr/include -DNO_IDEA -I/usr/local/include -I. `imlib-config --cflags` -c w3mimgsize.c cc -O -pipe -march=pentiumpro -I/usr/include/openssl -I/usr/include -DNO_IDEA -I/usr/local/include -I. `imlib-config --cflags` -o w3mimgsize w3mimgsize.o `imlib-config --libs` /usr/libexec/elf/ld: warning: libpng.so.4, needed by /usr/X11R6/lib/libImlib.so, may conflict with libpng.so.5 can anybody tell me the gravity of the warning? and, how should i deal w/ it? thanks much. - parv -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 1:47:54 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1283137B401; Thu, 11 Oct 2001 01:47:52 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9B8j6d59430; Thu, 11 Oct 2001 01:45:06 -0700 (PDT) (envelope-from ijliao) Date: Thu, 11 Oct 2001 01:45:06 -0700 (PDT) From: Message-Id: <200110110845.f9B8j6d59430@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/31198: gettext / gettext-devel "circular" dependency Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: gettext / gettext-devel "circular" dependency Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: ijliao Responsible-Changed-When: Thu Oct 11 01:44:51 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31198 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 1:50: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2192C37B408 for ; Thu, 11 Oct 2001 01:50:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9B8o2e60167; Thu, 11 Oct 2001 01:50:02 -0700 (PDT) (envelope-from gnats) Date: Thu, 11 Oct 2001 01:50:02 -0700 (PDT) Message-Id: <200110110850.f9B8o2e60167@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/30358: new port: www/httpgrabber - HTTP traffic analyzer and extractor Reply-To: Edwin Groothuis Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/30358; it has been noted by GNATS. From: Edwin Groothuis To: will@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/30358: new port: www/httpgrabber - HTTP traffic analyzer and extractor Date: Thu, 27 Sep 2001 09:13:25 +1000 Dear Will, On Sun, Sep 16, 2001 at 01:47:32PM -0700, will@FreeBSD.org wrote: > Synopsis: new port: www/httpgrabber - HTTP traffic analyzer and extractor > > State-Changed-From-To: open->feedback I'm sorry about the problems I've caused regarding this. httpgrabber was made to be used with ngrep-lib-1.1, which wasn't in the ports collection yet. ngrep-lib-1.0 was submitted but not in it neither. I shouldn't have submitted it yet. Anyway, damage is done, hope I can undo it a little by saying that ngrep-lib-1.1 is in the ports collections now and that this port has all the dependancies available. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 1:57:53 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1367D37B406; Thu, 11 Oct 2001 01:57:52 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9B8tgP60769; Thu, 11 Oct 2001 01:55:42 -0700 (PDT) (envelope-from ijliao) Date: Thu, 11 Oct 2001 01:55:42 -0700 (PDT) From: Message-Id: <200110110855.f9B8tgP60769@freefall.freebsd.org> To: naddy@mips.inka.de, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31197: shells/ksh93: unbreak Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: shells/ksh93: unbreak State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu Oct 11 01:55:20 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31197 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 2: 1:30 2001 Delivered-To: freebsd-ports@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 977EB37B403 for ; Thu, 11 Oct 2001 02:01:28 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 2B41C2B716 for ; Thu, 11 Oct 2001 11:01:24 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id E420C27; Thu, 11 Oct 2001 19:01:20 +1000 (EST) Date: Thu, 11 Oct 2001 19:01:20 +1000 From: Edwin Groothuis To: freebsd-ports@freebsd.org Subject: old submitted ports Message-ID: <20011011190120.A78344@k7.mavetju.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Today I created a port for TSPC, an free IPv6 tunnel client for Freenet6.net. Before I submitted it, I did a quick check for open PRs from my hand: S Submitted Tracker Resp. Description o [2001/07/16] ports/29030 obrien [PATCH] net/netcat: support for IPv6 o [2001/08/24] ports/30029 ports new port: net/papaya-plugins (plugins for the papaya mud-client) o [2001/08/24] ports/30030 ports new port: net/papaya-plugins (graphical mud-client) f [2001/09/05] ports/30358 ports new port: www/httpgrabber - HTTP traffic analyzer and extractor o [2001/09/23] ports/30776 ports new port: sysutils/pkg_tree Why are my ports not processed? Did I do something wrong in the past? Please... :-( Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 2:20:26 2001 Delivered-To: freebsd-ports@freebsd.org Received: from straylight.ringlet.net (straylight.ringlet.net [217.75.134.254]) by hub.freebsd.org (Postfix) with SMTP id D877737B408 for ; Thu, 11 Oct 2001 02:20:20 -0700 (PDT) Received: (qmail 18728 invoked by uid 1000); 11 Oct 2001 09:20:13 -0000 Date: Thu, 11 Oct 2001 12:20:13 +0300 From: Peter Pentchev To: parv Cc: f-ports Subject: Re: importance of "ld: warning: libpng.so.4, needed by /usr/X11R6/lib/libImlib.so, may conflict with libpng.so.5" Message-ID: <20011011122013.B6135@straylight.oblivion.bg> Mail-Followup-To: parv , f-ports References: <20011011014252.A30228@moo.holy.cow> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011011014252.A30228@moo.holy.cow>; from parv_@yahoo.com on Thu, Oct 11, 2001 at 01:42:52AM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Oct 11, 2001 at 01:42:52AM -0400, parv wrote: > i just compiled the newest w3m port and got these messages: > > # make -DINLINE_IMAGE > ... > cc -O -pipe -march=pentiumpro -I/usr/include/openssl -I/usr/include -DNO_IDEA -I/usr/local/include -I. `imlib-config --cflags` -o w3mimgdisplay w3mimgdisplay.o `imlib-config --libs` > /usr/libexec/elf/ld: warning: libpng.so.4, needed by /usr/X11R6/lib/libImlib.so, may conflict with libpng.so.5 > cc -O -pipe -march=pentiumpro -I/usr/include/openssl -I/usr/include -DNO_IDEA -I/usr/local/include -I. `imlib-config --cflags` -c w3mimgsize.c > cc -O -pipe -march=pentiumpro -I/usr/include/openssl -I/usr/include -DNO_IDEA -I/usr/local/include -I. `imlib-config --cflags` -o w3mimgsize w3mimgsize.o `imlib-config --libs` > /usr/libexec/elf/ld: warning: libpng.so.4, needed by /usr/X11R6/lib/libImlib.so, may conflict with libpng.so.5 > > > can anybody tell me the gravity of the warning? and, how should i > deal w/ it? It seems that you have both libpng.so.4 (the library from png-1.0.x) and libpng.so.5 (the library from png-1.2.0) installed. Consequently, it seems that you have both a png-1.0.x and png-1.2.0 ports installed. Is there a reason you still need both of them? There are some conflicting file names in them, too. It would be best to deinstall all ports depending on either version, deinstall both versions, then install 1.2.0 and rebuild all the ports you had depending on png; this way you will be certain that the deinstall of 1.0.x does not remove any of 1.2.0's files. G'luck, Peter -- This inert sentence is my body, but my soul is alive, dancing in the sparks of your brain. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 2:24:49 2001 Delivered-To: freebsd-ports@freebsd.org Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.128.241]) by hub.freebsd.org (Postfix) with ESMTP id F108A37B408 for ; Thu, 11 Oct 2001 02:24:45 -0700 (PDT) Received: (from ernst@localhost) by zaphod.euronet.nl (8.11.6/8.11.6) id f9B9OfV80221; Thu, 11 Oct 2001 11:24:41 +0200 (CEST) (envelope-from ernst) Message-Id: <200110110924.f9B9OfV80221@zaphod.euronet.nl> Content-Type: text/plain; charset="iso-8859-1" From: Ernst de Haan Organization: Jollem Information Technology To: Edwin Groothuis , freebsd-ports@freebsd.org Subject: Re: old submitted ports Date: Thu, 11 Oct 2001 11:24:36 +0200 X-Mailer: KMail [version 1.3] References: <20011011190120.A78344@k7.mavetju.org> In-Reply-To: <20011011190120.A78344@k7.mavetju.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a common problem. Perhaps people should somehow be made responsible for responding to a port submission within a fixed time, or perhaps we should have some sort of rating system for port committers? What if we could have port committers per category? For the java category we would probably have (amongst others) sobomax, jeh, ijliao, kevlo, obrien. They would share the responsibility for changing the state of a port in that category from 'open' to something else ('feedback', 'closed', etc) /Ernst On Thursday 11 October 2001 11:01, Edwin Groothuis wrote: > Today I created a port for TSPC, an free IPv6 tunnel client for > Freenet6.net. Before I submitted it, I did a quick check for open > PRs from my hand: > > S Submitted Tracker Resp. Description > > o [2001/07/16] ports/29030 obrien [PATCH] net/netcat: support for IPv6 > o [2001/08/24] ports/30029 ports new port: net/papaya-plugins (plugins > for the papaya mud-client) o [2001/08/24] ports/30030 ports new port: > net/papaya-plugins (graphical mud-client) f [2001/09/05] ports/30358 ports > new port: www/httpgrabber - HTTP traffic analyzer and extractor o > [2001/09/23] ports/30776 ports new port: sysutils/pkg_tree > > Why are my ports not processed? Did I do something wrong in the past? > Please... :-( > > Edwin -- Ernst de Haan EuroNet Internet B.V. "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 3:20:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B55837B407 for ; Thu, 11 Oct 2001 03:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BAK1a77269; Thu, 11 Oct 2001 03:20:01 -0700 (PDT) (envelope-from gnats) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.128.241]) by hub.freebsd.org (Postfix) with ESMTP id DDA8B37B405; Thu, 11 Oct 2001 03:14:22 -0700 (PDT) Received: (from root@localhost) by zaphod.euronet.nl (8.11.6/8.11.6) id f9BADZh82595; Thu, 11 Oct 2001 12:13:35 +0200 (CEST) (envelope-from ernst) Message-Id: <200110111013.f9BADZh82595@zaphod.euronet.nl> Date: Thu, 11 Oct 2001 12:13:35 +0200 (CEST) From: Ernst de Haan Reply-To: Ernst de Haan To: FreeBSD-gnats-submit@freebsd.org Cc: ernst@jollem.com, sobomax@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31216: New port: devel/plist-builder Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31216 >Category: ports >Synopsis: New port: devel/plist-builder >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 11 03:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Ernst de Haan >Release: FreeBSD 4.4-STABLE i386 >Organization: Jollem Information Technology >Environment: System: FreeBSD zaphod.euronet.nl 4.4-STABLE FreeBSD 4.4-STABLE #2: Mon Sep 24 18:08:27 CEST 2001 root@zaphod.euronet.nl:/usr/obj/usr/src/sys/ZAPHOD i386 >Description: Tool that automates the process of creating the pkg-plist file. Example output: # build-plist jad [01/11] Deinstalling port (if installed). [02/11] Creating directory /tmp/jad... [ DONE ] [03/11] Creating new set of directories to simulate /usr/local/... [ DONE ] [04/11] Installing dependencies. ===> jad-1.5.8c depends on executable: unzip - found [05/11] Storing clean directory structure... [ DONE ] [06/11] Installing port... ===> Extracting for jad-1.5.8c >How-To-Repeat: N/A >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: # # devel/plist-builder # devel/plist-builder/Makefile # devel/plist-builder/distinfo # devel/plist-builder/pkg-comment # devel/plist-builder/pkg-descr # devel/plist-builder/pkg-plist # echo c - devel/plist-builder mkdir -p devel/plist-builder > /dev/null 2>&1 echo x - devel/plist-builder/Makefile sed 's/^X//' >devel/plist-builder/Makefile << 'END-of-devel/plist-builder/Makefile' X# New ports collection makefile for: devel/plist-builder X# Date created: 11 October 2001 X# Whom: Ernst de Haan X# X# $FreeBSD$ X# X XPORTNAME= plist-builder XPORTVERSION= 1.0 XCATEGORIES= devel XMASTER_SITES= http://www.jollem.com/~ernst/ XDISTNAME= ${PORTNAME}${PORTVERSION} X XMAINTAINER= ernst@jollem.com X XNO_BUILD= YES X XWRKSRC= ${WRKDIR}/${PORTNAME} XSCRIPT_NAME= build-plist X X.include X Xdo-install: X ${CP} ${WRKSRC}/${SCRIPT_NAME} ${PREFIX}/bin/ X ${CP} ${WRKSRC}/purge.pl ${PREFIX}/bin/ X X.include END-of-devel/plist-builder/Makefile echo x - devel/plist-builder/distinfo sed 's/^X//' >devel/plist-builder/distinfo << 'END-of-devel/plist-builder/distinfo' XMD5 (plist-builder1.0.tar.gz) = 38bdf29be8ed3bd7b59d405f6af31e45 END-of-devel/plist-builder/distinfo echo x - devel/plist-builder/pkg-comment sed 's/^X//' >devel/plist-builder/pkg-comment << 'END-of-devel/plist-builder/pkg-comment' XThe pkg-plist builder END-of-devel/plist-builder/pkg-comment echo x - devel/plist-builder/pkg-descr sed 's/^X//' >devel/plist-builder/pkg-descr << 'END-of-devel/plist-builder/pkg-descr' XThe pkg-plist file builder. This script helps during the Xdevelopment of a port by creating a pkg-plist file for the Xport author or maintainer. X XThe script will be installed as ${PREFIX}/bin/build-plist. XRun it from the directory that contains the port that is Xbeing created, pass the name of the port of the argument. X XExample output: X X# build-plist jad X[01/11] Deinstalling port (if installed). X[02/11] Creating directory /tmp/jad... [ DONE ] X[03/11] Creating new set of directories to simulate /usr/local/... [ DONE ] X[04/11] Installing dependencies. X===> jad-1.5.8c depends on executable: unzip - found X[05/11] Storing clean directory structure... [ DONE ] X[06/11] Installing port... X===> Extracting for jad-1.5.8c X>> Checksum OK for jadfb158.zip. X===> jad-1.5.8c depends on executable: unzip - found X===> Patching for jad-1.5.8c X===> Configuring for jad-1.5.8c X===> Installing for jad-1.5.8c X===> Generating temporary packing list X===> Registering installation for jad-1.5.8c X[07/11] Finding all installed files... [ DONE ] X[08/11] Finding all installed directories... [ DONE ] X[09/11] Removing temporary file... [ DONE ] X[10/11] Deinstalling port X===> Deinstalling for jad-1.5.8c X[11/11] Removing temporary files... [ DONE ] XThe pkg-plist file has been created. END-of-devel/plist-builder/pkg-descr echo x - devel/plist-builder/pkg-plist sed 's/^X//' >devel/plist-builder/pkg-plist << 'END-of-devel/plist-builder/pkg-plist' Xbin/build-plist Xbin/purge.pl END-of-devel/plist-builder/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for jadfb158.zip. ===> jad-1.5.8c depends on executable: unzip - found ===> Patching for jad-1.5.8c ===> Configuring for jad-1.5.8c ===> Installing for jad-1.5.8c ===> Generating temporary packing list ===> Registering installation for jad-1.5.8c [07/11] Finding all installed files... [ DONE ] [08/11] Finding all installed directories... [ DONE ] [09/11] Removing temporary file... [ DONE ] [10/11] Deinstalling port ===> Deinstalling for jad-1.5.8c [11/11] Removing temporary files... [ DONE ] The pkg-plist file has been created. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 3:37:55 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DECFF37B407; Thu, 11 Oct 2001 03:37:52 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BAbPu79066; Thu, 11 Oct 2001 03:37:25 -0700 (PDT) (envelope-from tobez) Date: Thu, 11 Oct 2001 03:37:25 -0700 (PDT) From: Message-Id: <200110111037.f9BAbPu79066@freefall.freebsd.org> To: tobez@FreeBSD.org, freebsd-ports@FreeBSD.org, jedgar@FreeBSD.org Subject: Re: ports/30872: Patch for IPv6 compat doesn't handle extra :'s in conversation Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Patch for IPv6 compat doesn't handle extra :'s in conversation Responsible-Changed-From-To: freebsd-ports->jedgar Responsible-Changed-By: tobez Responsible-Changed-When: Thu Oct 11 03:37:03 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30872 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 3:37:55 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D66137B403; Thu, 11 Oct 2001 03:37:52 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BAUPI78232; Thu, 11 Oct 2001 03:30:25 -0700 (PDT) (envelope-from ijliao) Date: Thu, 11 Oct 2001 03:30:25 -0700 (PDT) From: Message-Id: <200110111030.f9BAUPI78232@freefall.freebsd.org> To: nobutaka@nobutaka.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31186: Update port: japanese/migemo Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: japanese/migemo State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu Oct 11 03:30:12 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31186 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 3:47:54 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D50137B401; Thu, 11 Oct 2001 03:47:52 -0700 (PDT) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BAlhZ80198; Thu, 11 Oct 2001 03:47:43 -0700 (PDT) (envelope-from olgeni) Date: Thu, 11 Oct 2001 03:47:43 -0700 (PDT) From: Message-Id: <200110111047.f9BAlhZ80198@freefall.freebsd.org> To: mux@qualys.com, olgeni@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30878: [PATH] Fixes build of port strace for -CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATH] Fixes build of port strace for -CURRENT State-Changed-From-To: open->closed State-Changed-By: olgeni State-Changed-When: Thu Oct 11 03:47:06 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30878 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 3:50: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E8D337B401 for ; Thu, 11 Oct 2001 03:50:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BAo2H80574; Thu, 11 Oct 2001 03:50:02 -0700 (PDT) (envelope-from gnats) Date: Thu, 11 Oct 2001 03:50:02 -0700 (PDT) Message-Id: <200110111050.f9BAo2H80574@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ernst de Haan Subject: Re: ports/31216: New port: devel/plist-builder Reply-To: Ernst de Haan Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31216; it has been noted by GNATS. From: Ernst de Haan To: freebsd-gnats-submit@FreeBSD.org, ernst@jollem.com Cc: Subject: Re: ports/31216: New port: devel/plist-builder Date: Thu, 11 Oct 2001 12:42:06 +0200 Uh, it seems GNATS didn't really handle the ">>" well, so the 2nd half of the example output is in the "Unformatted" section at: * http://www.freebsd.org/cgi/query-pr.cgi?pr=31216 Just FYI. /Ernst To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 3:50:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C9CC37B403 for ; Thu, 11 Oct 2001 03:50:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BAo4A80592; Thu, 11 Oct 2001 03:50:04 -0700 (PDT) (envelope-from gnats) Date: Thu, 11 Oct 2001 03:50:04 -0700 (PDT) Message-Id: <200110111050.f9BAo4A80592@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ernst de Haan Subject: Re: ports/25219: New port: plist-builder Reply-To: Ernst de Haan Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/25219; it has been noted by GNATS. From: Ernst de Haan To: freebsd-gnats-submit@FreeBSD.org, ernst@heinz.jollem.com Cc: Subject: Re: ports/25219: New port: plist-builder Date: Thu, 11 Oct 2001 12:42:27 +0200 Please remove this PR. It's superceded by: * http://www.freebsd.org/cgi/query-pr.cgi?pr=31216 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 3:50:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E90737B407 for ; Thu, 11 Oct 2001 03:50:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BAo5V80597; Thu, 11 Oct 2001 03:50:05 -0700 (PDT) (envelope-from gnats) Date: Thu, 11 Oct 2001 03:50:05 -0700 (PDT) Message-Id: <200110111050.f9BAo5V80597@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ernst de Haan Subject: Re: ports/31216: New port: devel/plist-builder Reply-To: Ernst de Haan Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31216; it has been noted by GNATS. From: Ernst de Haan To: freebsd-gnats-submit@FreeBSD.org, ernst@jollem.com Cc: Subject: Re: ports/31216: New port: devel/plist-builder Date: Thu, 11 Oct 2001 12:43:59 +0200 This port supercedes: * http://www.freebsd.org/cgi/query-pr.cgi?pr=25219 /Ernst To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 3:58: 4 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DD6837B411; Thu, 11 Oct 2001 03:57:52 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BAsi881320; Thu, 11 Oct 2001 03:54:44 -0700 (PDT) (envelope-from ijliao) Date: Thu, 11 Oct 2001 03:54:44 -0700 (PDT) From: Message-Id: <200110111054.f9BAsi881320@freefall.freebsd.org> To: lehmann@ans-netz.de, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31181: update port: mail/sylpheed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: update port: mail/sylpheed State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu Oct 11 03:54:29 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31181 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 3:58: 4 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0888B37B446; Thu, 11 Oct 2001 03:57:53 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BAqf581084; Thu, 11 Oct 2001 03:52:41 -0700 (PDT) (envelope-from tobez) Date: Thu, 11 Oct 2001 03:52:41 -0700 (PDT) From: Message-Id: <200110111052.f9BAqf581084@freefall.freebsd.org> To: ernst@heinz.jollem.com, tobez@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/25219: New port: plist-builder Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: plist-builder State-Changed-From-To: feedback->closed State-Changed-By: tobez State-Changed-When: Thu Oct 11 03:52:02 PDT 2001 State-Changed-Why: Superceeded by 31216. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25219 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 3:58:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4571237B41D; Thu, 11 Oct 2001 03:57:53 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BAqIb80995; Thu, 11 Oct 2001 03:52:18 -0700 (PDT) (envelope-from ijliao) Date: Thu, 11 Oct 2001 03:52:18 -0700 (PDT) From: Message-Id: <200110111052.f9BAqIb80995@freefall.freebsd.org> To: nobutaka@nobutaka.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31185: Update port: graphics/libxine Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: graphics/libxine State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu Oct 11 03:52:08 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31185 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 3:58:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8431E37B40D; Thu, 11 Oct 2001 03:57:53 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BAtg681508; Thu, 11 Oct 2001 03:55:42 -0700 (PDT) (envelope-from ijliao) Date: Thu, 11 Oct 2001 03:55:42 -0700 (PDT) From: Message-Id: <200110111055.f9BAtg681508@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, kris@FreeBSD.org Subject: Re: ports/31180: upgrade security/rats from 1.1 to 1.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: upgrade security/rats from 1.1 to 1.3 Responsible-Changed-From-To: freebsd-ports->kris Responsible-Changed-By: ijliao Responsible-Changed-When: Thu Oct 11 03:55:17 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31180 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 4: 7:55 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 56A9737B401; Thu, 11 Oct 2001 04:07:52 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BAvrZ81856; Thu, 11 Oct 2001 03:57:53 -0700 (PDT) (envelope-from ijliao) Date: Thu, 11 Oct 2001 03:57:53 -0700 (PDT) From: Message-Id: <200110111057.f9BAvrZ81856@freefall.freebsd.org> To: tkato@prontomail.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31178: Update port: games/oonsoo Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: games/oonsoo State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu Oct 11 03:57:44 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31178 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 4: 7:55 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 857C337B407; Thu, 11 Oct 2001 04:07:52 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BB3xF88192; Thu, 11 Oct 2001 04:03:59 -0700 (PDT) (envelope-from ijliao) Date: Thu, 11 Oct 2001 04:03:59 -0700 (PDT) From: Message-Id: <200110111103.f9BB3xF88192@freefall.freebsd.org> To: tkato@prontomail.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31174: Update port: print/ghostscript-gnu Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: print/ghostscript-gnu State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu Oct 11 04:03:45 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31174 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 4:17:55 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A12F137B407; Thu, 11 Oct 2001 04:17:52 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BBGoR92763; Thu, 11 Oct 2001 04:16:50 -0700 (PDT) (envelope-from ijliao) Date: Thu, 11 Oct 2001 04:16:50 -0700 (PDT) From: Message-Id: <200110111116.f9BBGoR92763@freefall.freebsd.org> To: dnelson@allantgroup.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31171: PATCH: update to audio/sox port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: PATCH: update to audio/sox port State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu Oct 11 04:16:33 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31171 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 4:17:56 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CB97637B406; Thu, 11 Oct 2001 04:17:52 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BB84491660; Thu, 11 Oct 2001 04:08:04 -0700 (PDT) (envelope-from ijliao) Date: Thu, 11 Oct 2001 04:08:04 -0700 (PDT) From: Message-Id: <200110111108.f9BB84491660@freefall.freebsd.org> To: tkato@prontomail.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31173: Update port: print/ghostscript-afpl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: print/ghostscript-afpl State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu Oct 11 04:07:46 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31173 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 4:18: 0 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F9E137B408; Thu, 11 Oct 2001 04:17:53 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BBHdn92996; Thu, 11 Oct 2001 04:17:39 -0700 (PDT) (envelope-from ijliao) Date: Thu, 11 Oct 2001 04:17:39 -0700 (PDT) From: Message-Id: <200110111117.f9BBHdn92996@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, dima@FreeBSD.org Subject: Re: ports/31170: kpilot does not build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: kpilot does not build Responsible-Changed-From-To: freebsd-ports->dima Responsible-Changed-By: ijliao Responsible-Changed-When: Thu Oct 11 04:17:22 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31170 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 4:27:57 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 678B137B405; Thu, 11 Oct 2001 04:27:55 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BBK5W93251; Thu, 11 Oct 2001 04:20:05 -0700 (PDT) (envelope-from ijliao) Date: Thu, 11 Oct 2001 04:20:05 -0700 (PDT) From: Message-Id: <200110111120.f9BBK5W93251@freefall.freebsd.org> To: yatt@msc.biglobe.ne.jp, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31167: Update port: japanese/mozilla-jlp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: japanese/mozilla-jlp State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu Oct 11 04:19:50 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31167 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 4:37:53 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F17637B401; Thu, 11 Oct 2001 04:37:52 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BBYLe95080; Thu, 11 Oct 2001 04:34:21 -0700 (PDT) (envelope-from ijliao) Date: Thu, 11 Oct 2001 04:34:21 -0700 (PDT) From: Message-Id: <200110111134.f9BBYLe95080@freefall.freebsd.org> To: goranrunfeldt@home.se, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31146: Update port: games/xpilot 4.4.1 -> 4.4.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: games/xpilot 4.4.1 -> 4.4.2 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu Oct 11 04:34:05 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31146 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 4:40: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 626DC37B407 for ; Thu, 11 Oct 2001 04:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BBe2S95902; Thu, 11 Oct 2001 04:40:02 -0700 (PDT) (envelope-from gnats) Date: Thu, 11 Oct 2001 04:40:02 -0700 (PDT) Message-Id: <200110111140.f9BBe2S95902@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Thomas Gellekum Subject: Re: ports/31141: OpenDX port dumps core in dxexec Reply-To: Thomas Gellekum Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31141; it has been noted by GNATS. From: Thomas Gellekum To: Charles Allen Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/31141: OpenDX port dumps core in dxexec Date: 11 Oct 2001 13:40:04 +0200 --=-=-= Can you please try the attached patch? tg --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename="patch-src:exec:libdx:memory.c" --- src/exec/libdx/memory.c.orig Mon May 21 07:06:59 2001 +++ src/exec/libdx/memory.c Thu Oct 11 10:15:47 2001 @@ -1057,6 +1057,19 @@ #define LARGE(x) ((int)x>=(int)large) #endif +#ifdef freebsd +#define initvalues +#define SMALL_BASE 0 /* use data segment */ +#define SMALL_GET _dxfgetmem /* expand by using DosSetMem */ +#define LARGE_GET _dxfgetmem /* expand by using DosSetMem */ +#define LARGE_INIT 2 MEG /* doesn't matter; consistent w/ sgi */ +#define LARGE_INCR 2 MEG /* doesn't matter; consistent w/ sgi */ +#define SIZE_ROUND 2 MEG /* doesn't matter; consistent w/ sgi */ +#define MALLOC_NONE 1 /* provide malloc from global arena */ +#define SMALL(x) ((long)x<(long)large) +#define LARGE(x) ((long)x>=(long)large) +#endif + #ifdef cygwin #define initvalues #define SMALL_BASE 0 /* use data segment */ --=-=-=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 4:47:55 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DDBB137B403; Thu, 11 Oct 2001 04:47:52 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BBcLw95702; Thu, 11 Oct 2001 04:38:21 -0700 (PDT) (envelope-from ijliao) Date: Thu, 11 Oct 2001 04:38:21 -0700 (PDT) From: Message-Id: <200110111138.f9BBcLw95702@freefall.freebsd.org> To: marcus@marcuscom.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31145: [MAINTAINER UPDATE] net/netatalk to 1.5pre8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [MAINTAINER UPDATE] net/netatalk to 1.5pre8 State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu Oct 11 04:38:00 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31145 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 4:50: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8194137B406 for ; Thu, 11 Oct 2001 04:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BBo1M97324; Thu, 11 Oct 2001 04:50:01 -0700 (PDT) (envelope-from gnats) Received: from goliath.siemens.de (goliath.siemens.de [194.138.37.131]) by hub.freebsd.org (Postfix) with ESMTP id 29E6737B406; Thu, 11 Oct 2001 04:40:29 -0700 (PDT) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by goliath.siemens.de (8.11.6/8.11.6) with ESMTP id f9BBeQl26222; Thu, 11 Oct 2001 13:40:26 +0200 (MET DST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail2.siemens.de (8.11.6/8.11.6) with ESMTP id f9BBeQf01661; Thu, 11 Oct 2001 13:40:26 +0200 (MEST) Received: from reims.mchp.siemens.de (alaska [139.23.202.134]) by mars.cert.siemens.de (8.12.1/8.12.1/Siemens CERT [ $Revision: 1.17 ]) with ESMTP id f9BBePnE042692; Thu, 11 Oct 2001 13:40:25 +0200 (CEST) Received: from reims.mchp.siemens.de (localhost [127.0.0.1]) by reims.mchp.siemens.de (8.12.1/8.12.1/alaska [ $Revision: 1.9 ]) with ESMTP id f9BBePEm085729; Thu, 11 Oct 2001 13:40:25 +0200 (CEST) Received: (from ust@localhost) by reims.mchp.siemens.de (8.12.1/8.12.1/alaska [ $Revision: 1.2 ]) id f9BBePDC085728; Thu, 11 Oct 2001 13:40:25 +0200 (CEST) Message-Id: <200110111140.f9BBePDC085728@reims.mchp.siemens.de> Date: Thu, 11 Oct 2001 13:40:25 +0200 (CEST) From: Udo Schweigert Reply-To: Udo Schweigert To: FreeBSD-gnats-submit@freebsd.org Cc: mph@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31217: port news/trn4 with improper pkg-plist Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31217 >Category: ports >Synopsis: port news/trn4 with improper pkg-plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 11 04:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Udo Schweigert >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD alaska.cert.siemens.de 4.4-STABLE FreeBSD 4.4-STABLE #6: Wed Oct 10 09:24:24 CEST 2001 ust@alaska.cert.siemens.de:/usr/obj/work/src/RELENG_4/sys/alaska i386 >Description: The news/trn4 port installs the inews program under /usr/local/bin/inews, but pkg-plist does not have that. >How-To-Repeat: >Fix: --- pkg-plist.orig Thu Mar 29 12:41:48 2001 +++ pkg-plist Thu Oct 11 13:37:01 2001 @@ -1,6 +1,7 @@ @exec echo "Be sure to edit %D/bin/Pnews to set the Distribution codes" bin/Pnews bin/Rnmail +bin/inews bin/nntplist bin/trn bin/trn-artchk >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 4:57:54 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A94637B405; Thu, 11 Oct 2001 04:57:52 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BBseE98149; Thu, 11 Oct 2001 04:54:40 -0700 (PDT) (envelope-from ijliao) Date: Thu, 11 Oct 2001 04:54:40 -0700 (PDT) From: Message-Id: <200110111154.f9BBseE98149@freefall.freebsd.org> To: snar@lucky.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31138: New port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu Oct 11 04:54:32 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31138 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 5: 1: 1 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E6B4237B406; Thu, 11 Oct 2001 05:00:57 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BC0YO99220; Thu, 11 Oct 2001 05:00:34 -0700 (PDT) (envelope-from ijliao) Date: Thu, 11 Oct 2001 05:00:34 -0700 (PDT) From: Message-Id: <200110111200.f9BC0YO99220@freefall.freebsd.org> To: nobutaka@nobutaka.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31128: Update port: japanese/eterm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: japanese/eterm State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu Oct 11 05:00:24 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31128 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 5: 7:56 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D9A737B405; Thu, 11 Oct 2001 05:07:52 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BC1AU99488; Thu, 11 Oct 2001 05:01:10 -0700 (PDT) (envelope-from ijliao) Date: Thu, 11 Oct 2001 05:01:10 -0700 (PDT) From: Message-Id: <200110111201.f9BC1AU99488@freefall.freebsd.org> To: nobutaka@nobutaka.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31127: Update port: x11/eterm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: x11/eterm State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu Oct 11 05:01:00 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31127 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 5:17:55 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4472237B401; Thu, 11 Oct 2001 05:17:53 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BCCYu04520; Thu, 11 Oct 2001 05:12:34 -0700 (PDT) (envelope-from tobez) Date: Thu, 11 Oct 2001 05:12:34 -0700 (PDT) From: Message-Id: <200110111212.f9BCCYu04520@freefall.freebsd.org> To: tobez@FreeBSD.org, freebsd-ports@FreeBSD.org, mph@FreeBSD.org Subject: Re: ports/31217: port news/trn4 with improper pkg-plist Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: port news/trn4 with improper pkg-plist Responsible-Changed-From-To: freebsd-ports->mph Responsible-Changed-By: tobez Responsible-Changed-When: Thu Oct 11 05:12:08 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31217 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 5:17:55 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1068C37B405; Thu, 11 Oct 2001 05:17:53 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BCADM04189; Thu, 11 Oct 2001 05:10:13 -0700 (PDT) (envelope-from ijliao) Date: Thu, 11 Oct 2001 05:10:13 -0700 (PDT) From: Message-Id: <200110111210.f9BCADM04189@freefall.freebsd.org> To: nobutaka@nobutaka.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31125: Update port: devel/boehm-gc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: devel/boehm-gc State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu Oct 11 05:10:05 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31125 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 5:27:59 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7430737B409; Thu, 11 Oct 2001 05:27:52 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BCOnd12179; Thu, 11 Oct 2001 05:24:49 -0700 (PDT) (envelope-from ijliao) Date: Thu, 11 Oct 2001 05:24:49 -0700 (PDT) From: Message-Id: <200110111224.f9BCOnd12179@freefall.freebsd.org> To: nobutaka@nobutaka.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31124: Update port: www/w3m Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: www/w3m State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu Oct 11 05:24:38 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31124 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 5:37:55 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 724AD37B401; Thu, 11 Oct 2001 05:37:52 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BCUlf14139; Thu, 11 Oct 2001 05:30:47 -0700 (PDT) (envelope-from ijliao) Date: Thu, 11 Oct 2001 05:30:47 -0700 (PDT) From: Message-Id: <200110111230.f9BCUlf14139@freefall.freebsd.org> To: nobutaka@nobutaka.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31123: New port: www/w3m-m17n Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: www/w3m-m17n State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu Oct 11 05:30:38 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31123 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 5:37:55 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A2EFD37B403; Thu, 11 Oct 2001 05:37:52 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BCZao14826; Thu, 11 Oct 2001 05:35:36 -0700 (PDT) (envelope-from ijliao) Date: Thu, 11 Oct 2001 05:35:36 -0700 (PDT) From: Message-Id: <200110111235.f9BCZao14826@freefall.freebsd.org> To: naddy@mips.inka.de, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31121: audio/mpg321: update to 0.2.0 and unbreak Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: audio/mpg321: update to 0.2.0 and unbreak State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu Oct 11 05:35:29 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31121 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 5:40:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1AA3937B403 for ; Thu, 11 Oct 2001 05:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BCe1a15311; Thu, 11 Oct 2001 05:40:01 -0700 (PDT) (envelope-from gnats) Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id AB70237B416 for ; Thu, 11 Oct 2001 05:30:56 -0700 (PDT) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 15rezG-0005VP-01; Thu, 11 Oct 2001 14:30:54 +0200 Received: (from naddy@localhost) by kemoauc.mips.inka.de (8.11.6/8.11.6) id f9BCMpt08191; Thu, 11 Oct 2001 14:22:51 +0200 (CEST) (envelope-from naddy) Message-Id: <200110111222.f9BCMpt08191@kemoauc.mips.inka.de> Date: Thu, 11 Oct 2001 14:22:51 +0200 (CEST) From: Christian Weisgerber Reply-To: Christian Weisgerber To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31220: games/gnutypist: update to 2.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31220 >Category: ports >Synopsis: games/gnutypist: update to 2.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Oct 11 05:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 5.0-CURRENT alpha >Organization: >Environment: System: FreeBSD kemoauc.mips.inka.de 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Sep 30 20:32:19 CEST 2001 naddy@kemoauc.mips.inka.de:/home/obj/usr/src/sys/KEMOAUC alpha >Description: Update GNU typist (games/gtypist) to 2.4. Adds a Finnish translation and new typing lessons. >How-To-Repeat: >Fix: diff -uNr /usr/ports/games/gtypist/Makefile gtypist/Makefile --- /usr/ports/games/gtypist/Makefile Sun May 27 18:49:54 2001 +++ gtypist/Makefile Thu Oct 11 14:06:32 2001 @@ -5,7 +5,7 @@ # $FreeBSD: ports/games/gtypist/Makefile,v 1.1 2001/05/27 16:49:54 ijliao Exp $ PORTNAME= gtypist -PORTVERSION= 2.3.2 +PORTVERSION= 2.4 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +14,7 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext -USE_AUTOCONF= yes +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff -uNr /usr/ports/games/gtypist/distinfo gtypist/distinfo --- /usr/ports/games/gtypist/distinfo Sun May 27 18:49:54 2001 +++ gtypist/distinfo Thu Oct 11 14:11:50 2001 @@ -1 +1 @@ -MD5 (gtypist-2.3.2.tar.gz) = 26cc537a215d8ba8b1cfb4e7d7471df3 +MD5 (gtypist-2.4.tar.gz) = c889c01bba588225d2769a9c4ce4b691 diff -uNr /usr/ports/games/gtypist/files/patch-Makefile_in gtypist/files/patch-Makefile_in --- /usr/ports/games/gtypist/files/patch-Makefile_in Sun May 27 18:50:00 2001 +++ gtypist/files/patch-Makefile_in Thu Jan 1 01:00:00 1970 @@ -1,20 +0,0 @@ -$FreeBSD: ports/games/gtypist/files/patch-Makefile_in,v 1.1 2001/05/27 16:50:00 ijliao Exp $ ---- Makefile.in.orig Thu May 17 15:58:41 2001 -+++ Makefile.in Thu May 17 15:59:28 2001 -@@ -95,8 +95,6 @@ gtypist_LDADD = @INTLLIBS@ - man_MANS = gtypist.1 - INCLUDES = -I./intl -DPACKAGE_DATA_DIR=\"$(pkgdatadir)\" - --CPPFLAGS = -Wall -- - # GEN_MAN is a shell command that generates the man page - GEN_MAN = @GEN_MAN@ - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -@@ -107,6 +105,7 @@ PROGRAMS = $(bin_PROGRAMS) - - - DEFS = @DEFS@ -I. -I$(srcdir) -I. -+CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ - gtypist_OBJECTS = gtypist.o getopt.o getopt1.o diff -uNr /usr/ports/games/gtypist/files/patch-aclocal_m4 gtypist/files/patch-aclocal_m4 --- /usr/ports/games/gtypist/files/patch-aclocal_m4 Sun May 27 18:50:00 2001 +++ gtypist/files/patch-aclocal_m4 Thu Jan 1 01:00:00 1970 @@ -1,16 +0,0 @@ -$FreeBSD: ports/games/gtypist/files/patch-aclocal_m4,v 1.1 2001/05/27 16:50:00 ijliao Exp $ ---- aclocal.m4.orig Fri Dec 8 12:32:15 2000 -+++ aclocal.m4 Thu May 17 15:54:17 2001 -@@ -173,10 +173,9 @@ AC_DEFUN(AM_WITH_NLS, - - if test "$gt_cv_func_gettext_libc" != "yes"; then - AC_CHECK_LIB(intl, bindtextdomain, -- [AC_CACHE_CHECK([for gettext in libintl], -- gt_cv_func_gettext_libintl, -+ [AC_CACHE_VAL(gt_cv_func_gettext_libintl, - [AC_CHECK_LIB(intl, gettext, -- gt_cv_func_gettext_libintl=yes, -+ [gt_cv_func_gettext_libintl=yes; LIBS="$LIBS -lintl"], - gt_cv_func_gettext_libintl=no)], - gt_cv_func_gettext_libintl=no)]) - fi diff -uNr /usr/ports/games/gtypist/pkg-plist gtypist/pkg-plist --- /usr/ports/games/gtypist/pkg-plist Sun May 27 18:49:54 2001 +++ gtypist/pkg-plist Thu Oct 11 14:12:44 2001 @@ -7,14 +7,22 @@ share/gtypist/demo.typ share/gtypist/esp.typ share/gtypist/gtypist.typ +share/gtypist/ktde.typ +share/gtypist/kten.typ +share/gtypist/ktfr.typ +share/gtypist/ktlecten.typ +share/gtypist/ktno.typ +share/gtypist/ktnumber.typ share/gtypist/m.typ share/gtypist/n.typ share/gtypist/q.typ share/gtypist/r.typ share/gtypist/s.typ share/gtypist/t.typ +share/gtypist/ttde.typ share/gtypist/u.typ share/gtypist/v.typ share/locale/de/LC_MESSAGES/gtypist.mo share/locale/es/LC_MESSAGES/gtypist.mo +share/locale/fi/LC_MESSAGES/gtypist.mo @dirrm share/gtypist >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 7:17:54 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 94BA237B405; Thu, 11 Oct 2001 07:17:52 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BEESi44825; Thu, 11 Oct 2001 07:14:28 -0700 (PDT) (envelope-from ijliao) Date: Thu, 11 Oct 2001 07:14:28 -0700 (PDT) From: Message-Id: <200110111414.f9BEESi44825@freefall.freebsd.org> To: edwin@mavetju.org, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30776: new port: sysutils/pkg_tree Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: new port: sysutils/pkg_tree State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Thu Oct 11 07:14:13 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30776 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 7:20:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2579637B405 for ; Thu, 11 Oct 2001 07:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BEK1D45773; Thu, 11 Oct 2001 07:20:01 -0700 (PDT) (envelope-from gnats) Received: from t-mta1.odn.ne.jp (mfep1.odn.ne.jp [143.90.131.179]) by hub.freebsd.org (Postfix) with ESMTP id 2842737B401 for ; Thu, 11 Oct 2001 07:18:18 -0700 (PDT) Received: from pop06.odn.ne.jp ([61.209.81.129]) by t-mta1.odn.ne.jp with ESMTP id <20011011141817034.OAQL.25722.t-mta1.odn.ne.jp@mta1.odn.ne.jp> for ; Thu, 11 Oct 2001 23:18:17 +0900 Message-Id: <3BC5AA28.4030209@pop06.odn.ne.jp> Date: Thu, 11 Oct 2001 23:18:16 +0900 From: HIYAMA Takeshi Reply-To: gibbon@cocoa.freemail.ne.jp To: FreeBSD-gnats-submit@freebsd.org Subject: ports/31222: ports:astro/SETIsupport(version is wrong) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31222 >Category: ports >Synopsis: ports:astro/SETIsupport(version is wrong) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 11 07:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: HIYAMA Takeshi >Release: FreeBSD 4.0-STABLE i386 >Organization: Hitachi Naka Electronics Co., Ld. >Environment: >Description: fixed PORTVERSION of astro/SETIsupport changed pkg-message little bit >How-To-Repeat: >Fix: diff -urN SETIsupport.orig/Makefile SETIsupport/Makefile --- SETIsupport.orig/Makefile Tue Oct 9 21:30:11 2001 +++ SETIsupport/Makefile Wed Oct 10 22:57:37 2001 @@ -6,7 +6,7 @@ # PORTNAME= SETISupport -PORTVERSION= 0.74 +PORTVERSION= 0.75 CATEGORIES= astro java MASTER_SITES= http://members5.cool.ne.jp/%7Egrgr56/SETITest/ DISTNAME= ${PORTNAME} diff -urN SETIsupport.orig/pkg-message SETIsupport/pkg-message --- SETIsupport.orig/pkg-message Tue Oct 9 21:30:11 2001 +++ SETIsupport/pkg-message Wed Oct 10 23:55:43 2001 @@ -3,12 +3,17 @@ please set environment variable "SETISUPPORT_WRKDIR" to the directory you like. For Example, if you want working directory to be /var/db/setiathome , - setenv SETISUPPORT_WRKDIR /var/db/setiathome + # setenv SETISUPPORT_WRKDIR /var/db/setiathome for csh or tcsh - export SETISUPPORT_WRKDIR=/var/db/setiathome + $ export SETISUPPORT_WRKDIR=/var/db/setiathome for sh or bash Maybe you want set this to the working directory setiathome, but don't forget that you need write permission for working directory. If you installed setiathome from ports or package, setiathome's working directory is owned by nobody. + +First time you run SETISupport, it's askes the place of state.sah. +This file is generated by setiathome in the directory from which it's run. +If you installed setiathome from ports or package, +it's in /var/db/setiathome >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 8:58: 8 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by hub.freebsd.org (Postfix) with ESMTP id B695037B405; Thu, 11 Oct 2001 08:58:03 -0700 (PDT) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by mail.imp.ch (8.11.1/8.11.1) with ESMTP id f9BFw2p51391; Thu, 11 Oct 2001 17:58:02 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Thu, 11 Oct 2001 17:59:31 +0200 (CEST) From: Martin Blapp To: Cc: Subject: Wrong mailadress ? Message-ID: <20011011175602.L38505-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, Some time ago I sent a patch to portsmgr@freebsd.org for the file bsd.ports.mk http://home.teleport.ch/freebsd/ports/ports.mk.diff But I got no answer. Is this mailadress still active ? Thank you for your answer. Martin Martin Blapp, mb@imp.ch ------------------------------------------------------------------ Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 061 826 93 00: +41 61 826 93 01 PGP Fingerprint: 57E 7CCD 2769 E7AC C5FA DF2C 19C6 DCD1 1B3A EC9C ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 9: 5:16 2001 Delivered-To: freebsd-ports@freebsd.org Received: from squall.waterspout.com (squall.waterspout.com [208.13.56.12]) by hub.freebsd.org (Postfix) with ESMTP id 69BD637B408 for ; Thu, 11 Oct 2001 09:05:13 -0700 (PDT) Received: by squall.waterspout.com (Postfix, from userid 1050) id CA92F9B19; Thu, 11 Oct 2001 11:04:31 -0500 (EST) Date: Thu, 11 Oct 2001 11:04:31 -0500 From: Will Andrews To: Edwin Groothuis Cc: freebsd-ports@freebsd.org Subject: Re: old submitted ports Message-ID: <20011011110431.E57251@squall.waterspout.com> Reply-To: Will Andrews Mail-Followup-To: Edwin Groothuis , freebsd-ports@freebsd.org References: <20011011190120.A78344@k7.mavetju.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011011190120.A78344@k7.mavetju.org> User-Agent: Mutt/1.3.22.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Oct 11, 2001 at 07:01:20PM +1000, Edwin Groothuis wrote: > Today I created a port for TSPC, an free IPv6 tunnel client for > Freenet6.net. Before I submitted it, I did a quick check for open > PRs from my hand: > > S Submitted Tracker Resp. Description > > o [2001/07/16] ports/29030 obrien [PATCH] net/netcat: support for IPv6 > o [2001/08/24] ports/30029 ports new port: net/papaya-plugins (plugins for the papaya mud-client) > o [2001/08/24] ports/30030 ports new port: net/papaya-plugins (graphical mud-client) > f [2001/09/05] ports/30358 ports new port: www/httpgrabber - HTTP traffic analyzer and extractor > o [2001/09/23] ports/30776 ports new port: sysutils/pkg_tree > > Why are my ports not processed? Did I do something wrong in the past? > Please... :-( Sorry, times are tough and many of the old cadre of ports committers have been scaling back their activities to handle real life affairs (read: including me). -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 9:50: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D57537B40A for ; Thu, 11 Oct 2001 09:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BGo1172613; Thu, 11 Oct 2001 09:50:01 -0700 (PDT) (envelope-from gnats) Received: from puppeteer.es.net (c57340-a.plstn1.sfba.home.com [24.15.221.10]) by hub.freebsd.org (Postfix) with ESMTP id D896337B40A for ; Thu, 11 Oct 2001 09:48:09 -0700 (PDT) Received: (from oberman@localhost) by puppeteer.es.net (8.11.6/8.11.4) id f9BGTf402402; Thu, 11 Oct 2001 09:29:41 -0700 (PDT) (envelope-from oberman) Message-Id: <200110111629.f9BGTf402402@puppeteer.es.net> Date: Thu, 11 Oct 2001 09:29:41 -0700 (PDT) From: Kevin Oberman Reply-To: Kevin Oberman To: FreeBSD-gnats-submit@freebsd.org Cc: oberman@puppeteer.es.net X-Send-Pr-Version: 3.113 Subject: ports/31223: ImageMagick utilities link without -lcipher Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31223 >Category: ports >Synopsis: ImageMagick utilities link without -lcipher >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 11 09:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Kevin Oberman >Release: FreeBSD 4.4-STABLE i386 >Organization: Energy Sciences Network >Environment: System: FreeBSD puppeteer.es.net 4.4-STABLE FreeBSD 4.4-STABLE #25: Sun Sep 30 08:52:50 PDT 2001 root@:/scratch/obj/scratch/src/sys/THINKPAD i386 >Description: The ImageMagick v5.3.8.2 port does not link the utilities with libcipher. As a result, several warnings are generated and attempting to open any file which uses encryption (notably PDF) will fail. >How-To-Repeat: Build the port >Fix: Add -lcipher to the cc lines which generate the executables. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 11:42:50 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 3329737B403 for ; Thu, 11 Oct 2001 11:42:43 -0700 (PDT) Received: (qmail 30801 invoked by uid 0); 11 Oct 2001 18:42:40 -0000 Received: from b43a6.pppool.de (HELO gmx.net) (213.7.67.166) by mail.gmx.net (mp007-rz3) with SMTP; 11 Oct 2001 18:42:40 -0000 Message-ID: <3BC5E806.902@gmx.net> Date: Thu, 11 Oct 2001 20:42:14 +0200 From: f_x User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20010911 X-Accept-Language: en-us MIME-Version: 1.0 To: ports@FreeBSD.org Subject: ncurses 5.2 package Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello! The link to the ncurses 5.2 package is dead. ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.3-release/All/ncurses-5.2.tgz Because of this i used the sources from gnu.org and compiled it with the following options: ./configure --datadir=${PREFIX}/share/misc --disable-overwrite --disable-termcap --includedir=${PREFIX}/include/ncurses --with-profile --with-shared --without-debug --without-curses-h --with-termlib --with-libtool Now if i wanna start something like vi or man i get the following error: /usr/libexec/ld-elf.so.1: /usr/lib/libncurses.so.5: Undefined symbol "SP" Can You give any information about this? Will a port be available? Thanx in advance for any help! f_x To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 12:37:10 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id D830737B405 for ; Thu, 11 Oct 2001 12:37:06 -0700 (PDT) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id TAA11456; Thu, 11 Oct 2001 19:43:49 -0700 Date: Thu, 11 Oct 2001 12:36:56 -0700 From: John Merryweather Cooper To: f_x Cc: ports@FreeBSD.org Subject: Re: ncurses 5.2 package Message-ID: <20011011123656.A23924@johncoop.MSHOME> References: <3BC5E806.902@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <3BC5E806.902@gmx.net>; from f_x@gmx.net on Thu, Oct 11, 2001 at 11:42:14 -0700 X-Mailer: Balsa 1.2.0 Lines: 44 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 2001.10.11 11:42 f_x wrote: > Hello! > > The link to the ncurses 5.2 package is dead. > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.3-release/All/ncurses-5.2.tgz > > Because of this i used the sources from gnu.org and compiled it with > the > following options: > > ./configure --datadir=${PREFIX}/share/misc --disable-overwrite > --disable-termcap --includedir=${PREFIX}/include/ncurses > --with-profile > --with-shared --without-debug --without-curses-h --with-termlib > --with-libtool > > Now if i wanna start something like vi or man i get the following > error: > > /usr/libexec/ld-elf.so.1: /usr/lib/libncurses.so.5: Undefined symbol > "SP" > > Can You give any information about this? Will a port be available? > > Thanx in advance for any help! > > f_x > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > ncurses 5.2 is built into the base system. By installing GNU ncurses, you've nuked the base system ncurses 5.2 and screwed your system. You'll need to make and install world to fix things. -- jmc MacroHard -- the perfection of form over substance, marketing over performance, and greed over design . . . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 12:40:18 2001 Delivered-To: freebsd-ports@freebsd.org Received: from moutvdom00.kundenserver.de (moutvdom00.kundenserver.de [195.20.224.149]) by hub.freebsd.org (Postfix) with ESMTP id 99D4A37B403 for ; Thu, 11 Oct 2001 12:40:06 -0700 (PDT) Received: from [195.20.224.220] (helo=mrvdom04.kundenserver.de) by moutvdom00.kundenserver.de with esmtp (Exim 2.12 #2) id 15rlgb-0007uD-00 for freebsd-ports@freebsd.org; Thu, 11 Oct 2001 21:40:05 +0200 Received: from pd90172c0.dip.t-dialin.net ([217.1.114.192]) by mrvdom04.kundenserver.de with esmtp (Exim 2.12 #2) id 15rlgZ-00001z-00 for freebsd-ports@freebsd.org; Thu, 11 Oct 2001 21:40:04 +0200 Date: Thu, 11 Oct 2001 19:39:31 +0000 (GMT) From: "P. U. (Uli) Kruppa" X-X-Sender: To: Subject: gnome-port breaks in gnomeutils Message-ID: <20011011193015.I10968-100000@big> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I tried the gnome-port on a freshly installed and cvsupped -STABLE . It broke in gnomeutils. These are its last thousand words (sorry when they are too long): --------------------------------- ===> Installing for gnome-1.4.1b2 ===> gnome-1.4.1b2 depends on executable: another_clock_applet - found ===> gnome-1.4.1b2 depends on executable: gtcd - found ===> gnome-1.4.1b2 depends on file: /usr/X11R6/share/gnome/help/glossary/C/index.html - found ===> gnome-1.4.1b2 depends on executable: gcalc - not found ===> Verifying install for gcalc in /usr/ports/misc/gnomeutils ===> Building for gnomeutils-1.4.1 gmake all-recursive gmake[1]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1' Making all in po gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/po' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/po' Making all in intl gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/intl' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/intl' Making all in macros gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/macros' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/macros' Making all in idl gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/idl' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/idl' Making all in logview gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview' Making all in pixmaps gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview/pixmaps' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview/pixmaps' Making all in doc gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview/doc' Making all in C gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview/doc/C' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview/doc/C' gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview/doc' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview/doc' gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview/doc' gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview' gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview' Making all in gcharmap gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap' Making all in src gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/src' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/src' Making all in pixmaps gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/pixmaps' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/pixmaps' Making all in doc gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/doc' Making all in C gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/doc/C' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/doc/C' gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/doc' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/doc' gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/doc' gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap' gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap' Making all in gcalc gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc' Making all in doc gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc' Making all in C gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc/C' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc/C' Making all in de gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc/de' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc/de' Making all in it gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc/it' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc/it' Making all in es gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc/es' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc/es' gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc' gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc' gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc' gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc' Making all in gsearchtool gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool' Making all in help gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help' Making all in C gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help/C' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help/C' Making all in it gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help/it' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help/it' Making all in es gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help/es' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help/es' gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help' gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help' gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool' gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool' Making all in gdiskfree gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree' Making all in doc gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc' Making all in C gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc/C' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc/C' Making all in es gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc/es' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc/es' Making all in it gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc/it' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc/it' gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc' gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc' gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree' gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree' Making all in stripchart gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart' Making all in doc gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart/doc' Making all in C gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart/doc/C' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart/doc/C' Making all in es gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart/doc/es' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart/doc/es' gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart/doc' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart/doc' gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart/doc' gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart' gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart' Making all in gdictsrc gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc' Making all in doc gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc/doc' Making all in C gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc/doc/C' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc/doc/C' Making all in es gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc/doc/es' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc/doc/es' gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc/doc' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc/doc' gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc/doc' gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc' gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc' Making all in gtt gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt' Making all in doc gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/doc' Making all in C gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/doc/C' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/doc/C' Making all in es gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/doc/es' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/doc/es' gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/doc' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/doc' gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/doc' Making all in glade gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/glade' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/glade' Making all in help gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help' Making all in C gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help/C' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help/C' Making all in es gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help/es' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help/es' Making all in de gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help/de' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help/de' gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help' gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help' Making all in ghtml gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/ghtml' Making all in C gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/ghtml/C' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/ghtml/C' gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/ghtml' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/ghtml' gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/ghtml' gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt' cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGTTGLADEDIR=\""/usr/X11R6/share/gnome/gtt"\" -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -O -pipe -I/usr/X11R6/include -Wall -Wunused -I/usr/X11R6/include/gconf/1 -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/usr/local/include/gnome-xml -I/usr/X11R6/include/libglade-1.0 -I/usr/X11R6/include/gconf/1 -I/usr/local/include/orbit-1.0 -DGTKHTML_HAVE_GCONF -c util.c gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt' gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt' gmake[1]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1' *** Error code 2 Stop in /usr/ports/misc/gnomeutils. *** Error code 1 Stop in /usr/ports/misc/gnomeutils. *** Error code 1 Stop in /usr/ports/misc/gnomeutils. *** Error code 1 Stop in /usr/ports/misc/gnomeutils. *** Error code 1 Stop in /usr/ports/x11/gnome. *** Error code 1 Stop in /usr/ports/x11/gnome. *** Error code 1 Stop in /usr/ports/x11/gnome. ------------------------------------- ************************************ * P. U. Kruppa - Wuppertal * * Germany * * www.pukruppa.de www.2000d.de * ************************************ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 12:47: 2 2001 Delivered-To: freebsd-ports@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 4FF6537B405 for ; Thu, 11 Oct 2001 12:46:47 -0700 (PDT) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id f9BJkoR58537; Thu, 11 Oct 2001 15:46:50 -0400 (EDT) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Thu, 11 Oct 2001 15:46:50 -0400 (EDT) From: Joe Clarke To: "P. U. (Uli) Kruppa" Cc: freebsd-ports@FreeBSD.ORG Subject: Re: gnome-port breaks in gnomeutils In-Reply-To: <20011011193015.I10968-100000@big> Message-ID: <20011011154627.W53795-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org A problem relating to gtt in gnome-utils was fixed yesterday. Have you cvsup'd the latest ports? Joe On Thu, 11 Oct 2001, P. U. (Uli) Kruppa wrote: > Hi, > > I tried the gnome-port on a freshly installed and cvsupped > -STABLE . It broke in gnomeutils. These are its last > thousand words (sorry when they are too long): > > --------------------------------- > ===> Installing for gnome-1.4.1b2 > ===> gnome-1.4.1b2 depends on executable: another_clock_applet - found > ===> gnome-1.4.1b2 depends on executable: gtcd - found > ===> gnome-1.4.1b2 depends on file: /usr/X11R6/share/gnome/help/glossary/C/index.html - found > ===> gnome-1.4.1b2 depends on executable: gcalc - not found > ===> Verifying install for gcalc in /usr/ports/misc/gnomeutils > ===> Building for gnomeutils-1.4.1 > gmake all-recursive > gmake[1]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1' > Making all in po > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/po' > gmake[2]: Nothing to be done for `all'. > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/po' > Making all in intl > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/intl' > gmake[2]: Nothing to be done for `all'. > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/intl' > Making all in macros > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/macros' > gmake[2]: Nothing to be done for `all'. > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/macros' > Making all in idl > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/idl' > gmake[2]: Nothing to be done for `all'. > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/idl' > Making all in logview > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview' > Making all in pixmaps > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview/pixmaps' > gmake[3]: Nothing to be done for `all'. > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview/pixmaps' > Making all in doc > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview/doc' > Making all in C > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview/doc/C' > gmake[4]: Nothing to be done for `all'. > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview/doc/C' > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview/doc' > gmake[4]: Nothing to be done for `all-am'. > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview/doc' > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview/doc' > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview' > gmake[3]: Nothing to be done for `all-am'. > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview' > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview' > Making all in gcharmap > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap' > Making all in src > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/src' > gmake[3]: Nothing to be done for `all'. > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/src' > Making all in pixmaps > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/pixmaps' > gmake[3]: Nothing to be done for `all'. > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/pixmaps' > Making all in doc > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/doc' > Making all in C > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/doc/C' > gmake[4]: Nothing to be done for `all'. > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/doc/C' > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/doc' > gmake[4]: Nothing to be done for `all-am'. > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/doc' > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/doc' > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap' > gmake[3]: Nothing to be done for `all-am'. > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap' > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap' > Making all in gcalc > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc' > Making all in doc > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc' > Making all in C > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc/C' > gmake[4]: Nothing to be done for `all'. > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc/C' > Making all in de > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc/de' > gmake[4]: Nothing to be done for `all'. > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc/de' > Making all in it > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc/it' > gmake[4]: Nothing to be done for `all'. > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc/it' > Making all in es > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc/es' > gmake[4]: Nothing to be done for `all'. > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc/es' > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc' > gmake[4]: Nothing to be done for `all-am'. > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc' > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc' > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc' > gmake[3]: Nothing to be done for `all-am'. > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc' > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc' > Making all in gsearchtool > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool' > Making all in help > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help' > Making all in C > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help/C' > gmake[4]: Nothing to be done for `all'. > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help/C' > Making all in it > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help/it' > gmake[4]: Nothing to be done for `all'. > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help/it' > Making all in es > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help/es' > gmake[4]: Nothing to be done for `all'. > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help/es' > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help' > gmake[4]: Nothing to be done for `all-am'. > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help' > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help' > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool' > gmake[3]: Nothing to be done for `all-am'. > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool' > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool' > Making all in gdiskfree > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree' > Making all in doc > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc' > Making all in C > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc/C' > gmake[4]: Nothing to be done for `all'. > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc/C' > Making all in es > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc/es' > gmake[4]: Nothing to be done for `all'. > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc/es' > Making all in it > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc/it' > gmake[4]: Nothing to be done for `all'. > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc/it' > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc' > gmake[4]: Nothing to be done for `all-am'. > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc' > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc' > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree' > gmake[3]: Nothing to be done for `all-am'. > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree' > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree' > Making all in stripchart > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart' > Making all in doc > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart/doc' > Making all in C > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart/doc/C' > gmake[4]: Nothing to be done for `all'. > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart/doc/C' > Making all in es > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart/doc/es' > gmake[4]: Nothing to be done for `all'. > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart/doc/es' > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart/doc' > gmake[4]: Nothing to be done for `all-am'. > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart/doc' > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart/doc' > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart' > gmake[3]: Nothing to be done for `all-am'. > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart' > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart' > Making all in gdictsrc > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc' > Making all in doc > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc/doc' > Making all in C > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc/doc/C' > gmake[4]: Nothing to be done for `all'. > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc/doc/C' > Making all in es > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc/doc/es' > gmake[4]: Nothing to be done for `all'. > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc/doc/es' > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc/doc' > gmake[4]: Nothing to be done for `all-am'. > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc/doc' > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc/doc' > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc' > gmake[3]: Nothing to be done for `all-am'. > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc' > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc' > Making all in gtt > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt' > Making all in doc > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/doc' > Making all in C > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/doc/C' > gmake[4]: Nothing to be done for `all'. > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/doc/C' > Making all in es > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/doc/es' > gmake[4]: Nothing to be done for `all'. > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/doc/es' > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/doc' > gmake[4]: Nothing to be done for `all-am'. > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/doc' > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/doc' > Making all in glade > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/glade' > gmake[3]: Nothing to be done for `all'. > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/glade' > Making all in help > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help' > Making all in C > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help/C' > gmake[4]: Nothing to be done for `all'. > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help/C' > Making all in es > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help/es' > gmake[4]: Nothing to be done for `all'. > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help/es' > Making all in de > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help/de' > gmake[4]: Nothing to be done for `all'. > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help/de' > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help' > gmake[4]: Nothing to be done for `all-am'. > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help' > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help' > Making all in ghtml > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/ghtml' > Making all in C > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/ghtml/C' > gmake[4]: Nothing to be done for `all'. > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/ghtml/C' > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/ghtml' > gmake[4]: Nothing to be done for `all-am'. > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/ghtml' > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/ghtml' > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt' > cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGTTGLADEDIR=\""/usr/X11R6/share/gnome/gtt"\" -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -O -pipe -I/usr/X11R6/include -Wall -Wunused -I/usr/X11R6/include/gconf/1 -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gnome! -1.0 -DNEED_GNOMESUPPORT_H -I/usr/local/include/gnome-xml -I/usr/X11R6/include/libglade-1.0 -I/usr/X11R6/include/gconf/1 -I/usr/local/include/orbit-1.0 -DGTKHTML_HAVE_GCONF -c util.c > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt' > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt' > gmake[1]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1' > *** Error code 2 > > Stop in /usr/ports/misc/gnomeutils. > *** Error code 1 > > Stop in /usr/ports/misc/gnomeutils. > *** Error code 1 > > Stop in /usr/ports/misc/gnomeutils. > *** Error code 1 > > Stop in /usr/ports/misc/gnomeutils. > *** Error code 1 > > Stop in /usr/ports/x11/gnome. > *** Error code 1 > > Stop in /usr/ports/x11/gnome. > *** Error code 1 > > Stop in /usr/ports/x11/gnome. > > > ------------------------------------- > > ************************************ > * P. U. Kruppa - Wuppertal * > * Germany * > * www.pukruppa.de www.2000d.de * > ************************************ > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 13: 0: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AADE337B405 for ; Thu, 11 Oct 2001 13:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BK02k09685; Thu, 11 Oct 2001 13:00:02 -0700 (PDT) (envelope-from gnats) Date: Thu, 11 Oct 2001 13:00:02 -0700 (PDT) Message-Id: <200110112000.f9BK02k09685@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Patrick Li Subject: Re: ports/31206: Install Kstars files into proper directory's Reply-To: Patrick Li Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31206; it has been noted by GNATS. From: Patrick Li To: David Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/31206: Install Kstars files into proper directory's Date: Thu, 11 Oct 2001 15:52:42 -0400 cvsup again. its been fixed ++ 10/10/01 14:10 -0700 - David: | | >Number: 31206 | >Category: ports | >Synopsis: Install Kstars files into proper directory's | >Confidential: no | >Severity: serious | >Priority: high | >Responsible: freebsd-ports | >State: open | >Quarter: | >Keywords: | >Date-Required: | >Class: change-request | >Submitter-Id: current-users | >Arrival-Date: Wed Oct 10 14:20:01 PDT 2001 | >Closed-Date: | >Last-Modified: | >Originator: David | >Release: 4.4-STABLE | >Organization: | >Environment: | >Description: | The KStars port install's all it's files into ${X11BASE}, this patch changes that too ${LOCALBASE} which allows KDE too see its installed. | >How-To-Repeat: | Install KStars | >Fix: | --- Makefile.orig Wed Oct 10 16:59:35 2001 | +++ Makefile Wed Oct 10 16:59:46 2001 | @@ -15,8 +15,6 @@ | | GNU_CONFIGURE= yes | USE_KDELIBS_VER= 2 | -USE_X_PREFIX= yes | -CONFIGURE_ENV= KDEDIR="${LOCALBASE}" | | pre-patch: | @${PERL} -pi.orig -e 's|-ljpeg6b|-ljpeg|; \ | >Release-Note: | >Audit-Trail: | >Unformatted: | | To Unsubscribe: send mail to majordomo@FreeBSD.org | with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 13:14:26 2001 Delivered-To: freebsd-ports@freebsd.org Received: from tomts5-srv.bellnexxia.net (tomts5.bellnexxia.net [209.226.175.25]) by hub.freebsd.org (Postfix) with ESMTP id 93E7837B403; Thu, 11 Oct 2001 13:14:22 -0700 (PDT) Received: from daarz ([64.229.162.132]) by tomts5-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with SMTP id <20011011201421.SPUS27768.tomts5-srv.bellnexxia.net@daarz>; Thu, 11 Oct 2001 16:14:21 -0400 Message-ID: <000c01c15291$54af1360$0800a8c0@daarz> From: "David Zilioli" To: Cc: Subject: FreeBSD Port: rp-pppoe-2.8 Date: Thu, 11 Oct 2001 16:14:27 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0009_01C1526F.CCEC24C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0009_01C1526F.CCEC24C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I am attempting to set up a FreeBSD gateway to the Internet. My ISP is Bell Canada's Sympatico DSL, which uses ppoe.=20 The description says that rp-pppoe does not work under FreeBSD. Is that = still the case? Thanks, David ------=_NextPart_000_0009_01C1526F.CCEC24C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Hello,
 
I am attempting to set = up a FreeBSD=20 gateway to the Internet.
 
My ISP is Bell=20 Canada's Sympatico DSL, which uses ppoe.
 
The description says = that rp-pppoe=20 does not work under FreeBSD. Is that still the case?
 
Thanks,
 
David
------=_NextPart_000_0009_01C1526F.CCEC24C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 13:20:29 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 65D5637B408 for ; Thu, 11 Oct 2001 13:20:26 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BKKQ515223; Thu, 11 Oct 2001 13:20:26 -0700 (PDT) (envelope-from gnats) Date: Thu, 11 Oct 2001 13:20:26 -0700 (PDT) Message-Id: <200110112020.f9BKKQ515223@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Cyrille Lefevre Subject: Re: ports/31222: ports:astro/SETIsupport(version is wrong) Reply-To: Cyrille Lefevre Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31222; it has been noted by GNATS. From: Cyrille Lefevre To: gibbon@cocoa.freemail.ne.jp Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/31222: ports:astro/SETIsupport(version is wrong) Date: Thu, 11 Oct 2001 22:19:08 +0200 (CEST) HIYAMA Takeshi wrote: > [snip] > For Example, if you want working directory to be /var/db/setiathome , ^ the ? > - setenv SETISUPPORT_WRKDIR /var/db/setiathome > + # setenv SETISUPPORT_WRKDIR /var/db/setiathome > for csh or tcsh > - export SETISUPPORT_WRKDIR=/var/db/setiathome > + $ export SETISUPPORT_WRKDIR=/var/db/setiathome > for sh or bash > > Maybe you want set this to the working directory setiathome, > but don't forget that you need write permission for working directory. > If you installed setiathome from ports or package, > setiathome's working directory is owned by nobody. > + > +First time you run SETISupport, it's askes the place of state.sah. ^ The ? ^^^^^^^^ asks you > +This file is generated by setiathome in the directory from which it's run. > +If you installed setiathome from ports or package, > +it's in /var/db/setiathome ^^ s/in// Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 13:20:45 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.noos.fr (zola.noos.net [212.198.2.76]) by hub.freebsd.org (Postfix) with ESMTP id 7B31537B406 for ; Thu, 11 Oct 2001 13:20:38 -0700 (PDT) Received: (qmail 3020119 invoked by uid 0); 11 Oct 2001 20:20:37 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.231.187]) (envelope-sender ) by 212.198.2.76 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 11 Oct 2001 20:20:37 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id f9BKKZI61336; Thu, 11 Oct 2001 22:20:35 +0200 (CEST) (envelope-from root) Message-Id: <200110112020.f9BKKZI61336@gits.dyndns.org> Subject: Re: Wrong mailadress ? In-Reply-To: <20011011175602.L38505-100000@levais.imp.ch> To: Martin Blapp Date: Thu, 11 Oct 2001 22:20:35 +0200 (CEST) Cc: portsmgr@freebsd.org, freebsd-ports@freebsd.org Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL94c (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Martin Blapp wrote: > > Some time ago I sent a patch to portsmgr@freebsd.org for > the file bsd.ports.mk do you submit a PR using send-pr ? Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 13:20:45 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B43037B405 for ; Thu, 11 Oct 2001 13:20:20 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BKKKV15210; Thu, 11 Oct 2001 13:20:20 -0700 (PDT) (envelope-from gnats) Date: Thu, 11 Oct 2001 13:20:20 -0700 (PDT) Message-Id: <200110112020.f9BKKKV15210@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Cyrille Lefevre Subject: Re: ports/31216: New port: devel/plist-builder Reply-To: Cyrille Lefevre Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31216; it has been noted by GNATS. From: Cyrille Lefevre To: Ernst de Haan Cc: FreeBSD-gnats-submit@freebsd.org, sobomax@freebsd.org Subject: Re: ports/31216: New port: devel/plist-builder Date: Thu, 11 Oct 2001 22:15:44 +0200 (CEST) Ernst de Haan wrote: [snip] > X# New ports collection makefile for: devel/plist-builder > X# Date created: 11 October 2001 > X# Whom: Ernst de Haan > X > XPORTNAME= plist-builder > XPORTVERSION= 1.0 > XCATEGORIES= devel > XMASTER_SITES= http://www.jollem.com/~ernst/ > XDISTNAME= ${PORTNAME}${PORTVERSION} ... > XWRKSRC= ${WRKDIR}/${PORTNAME} so, you are the creator of this script set, no ? why don't name the dist file ${PORTNAME}-${PORTVERSION} which avoid the DISTNAME line. also, much better is to create the archive like this : -rwxr-xr-x ernst/ernst 2718 Feb 20 14:28 2001 plist-builder-1.0/build-plist -rwxr-xr-x root/wheel 255 Jan 4 01:33 2001 plist-builder-1.0/purge.pl ^^^^ which avoid the need to overwrite WRKSRC. also, the bsd.port.pre/post.mk pair isn't needed in your port, a simple bsd.port.mk at the end do it well. to finish, you may want to use INSTALL_SCRIPT rather than CP, also, it would be better to put purge.pl in ${PREFIX}/libexec/${PORTNAME} than in bin. how about to replace the purge.pl call by something like `fgrep -v' or something like that ? isn't that sufficient ? IMHO, here is a more complete version of your scripts set. I name it pkgbld and should be called in place of make. pkgbld may not always generate up to date lists, in this case, run `pkgbld cleanfiles'. mkmakeman should be rock :P #!/bin/sh -e # # @(#) pkgbld 1.1 (clefevre@citeweb) Thu Oct 11 21:25:53 CEST 2001 # # Copyright (c) 2001 Cyrille Lefevre. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # 1. Redistributions of source code must retain the above copyright # notice, this list of conditions and the following disclaimer. # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in # the documentation and/or other materials provided with the # distribution. # 3. The name of the authors and contributors may not be used to # endorse or promote products derived from this software without # specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED # TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A # PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS # OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF # USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT # OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # # pkgbld install # install things to ${TMPDIR}/${PKGNAME} # # the basic structure is : # # /tmp/package-version/local/ # the package install tree # /tmp/package-version/local.dirs # the local dir list # /tmp/package-version/local.files # the local file list # /tmp/package-version/mtree/ # the mtree reference tree # /tmp/package-version/mtree.dirs # the mtree dir list # /tmp/package-version/mtree.diffs # contains the mtree.dirs vs. local.dirs diffs # /tmp/package-version/dbpkg/ # the package database tree # /tmp/package-version/mlist # made by pkgbld mlist # /tmp/package-version/plist # made by pkgbld plist # # pkgbld fetch|extract|patch|configure|build|package|deinstall|clean|distclean # common make targets (`build' is the default target). # # pkgbld refetch|reextract|repatch|reconfigure|rebuild|reinstall|repackage # same as above but cookie files are deleted before to # call the target w/o re and `FORCE_PKG_REGISTER' is defined. # # pkgbld mlist # generates the manual pages variables # using `mkmakeman', a script I've submit some times ago # in the -ports mailing list as far as I remember me ? # # pkgbld plist # generates the package plist. # @comment $FreeBSD, %%PORTDOCS%% and info files are handled. # # pkgbld pkgadd # depends on `make package' (need to be called before) # runs `pkg_add' on the previously generated package archive. # # pkgbld pkgdel # no comment. # # pkgbld listfile|listman|listpkg|listdir # non standard targets, for debugging purpose... # # pkgbld cleanfile|cleandir # non standard targets, for cleaning things up... awk=awk cat=cat comm=comm echo=echo find=find grep=grep make=make mkdir=mkdir mtree=mtree pkg_add=pkg_add pkg_delete=pkg_delete rm=rm sort=sort tee=tee tr=tr mkmakeman=mkmakeman TARGET=${1:-build} [ $# -gt 0 ] && shift PKGNAME=$(${make} -V PKGNAME) PKGFILE=$(${make} -V PKGFILE) MTREE_ARGS=$(${make} -V MTREE_ARGS) COOKIES="EXTRACT PATCH CONFIGURE BUILD INSTALL PACKAGE" for cookie in ${COOKIES}; do eval ${cookie}_COOKIE=$(${make} -V ${cookie}_COOKIE) done cookies=$(${echo} ${COOKIES} | ${tr} A-Z a-z) TMPDIR=/tmp PKGDIR=${TMPDIR}/${PKGNAME} PREFIX=${PKGDIR}/local DBDIR=${PKGDIR}/dbpkg MTREE=${PKGDIR}/mtree MLIST=${PKGDIR}/mlist PLIST=${PKGDIR}/plist PREFIX_FILES=${PREFIX}.files PREFIX_DIRS=${PREFIX}.dirs DBDIR_FILES=${DBDIR}.files MTREE_DIRS=${MTREE}.dirs MTREE_DIFFS=${MTREE}.diffs cleandir () { ${rm} -rf ${PKGDIR} } cleanfile () { ${rm} -f ${PREFIX_FILES} ${DBDIR_FILES} \ ${PREFIX_DIRS} ${MTREE_DIRS} ${MTREE_DIFFS} \ ${MLIST} ${PLIST} } makemtree () { [ -d ${MTREE} ] || { ${mkdir} -p ${MTREE} ${mtree} ${MTREE_ARGS} ${MTREE} > /dev/null } [ -f ${MTREE_DIRS} ] || (cd ${MTREE} && ${find} * -type d > ${MTREE_DIRS}) } makedir () { [ -d ${PREFIX} -a -d ${DBDIR} ] || ${mkdir} -p ${PREFIX} ${DBDIR} makemtree } runmake () { case $1 in install|package) makedir ;; esac ${make} "$@" PREFIX=${PREFIX} PKG_DBDIR=${DBDIR} } runpkgadd () { PKG_DBDIR=${DBDIR} ${pkg_add} -p ${PREFIX} -f ${PKGFILE} } runpkgdel () { PKG_DBDIR=${DBDIR} ${pkg_delete} -p ${PREFIX} -f ${PKGNAME} } runfind () { [ ${PREFIX_FILES} -nt ${INSTALL_COOKIE} ] && return (cd ${PREFIX} && ${find} * ! -type d | ${sort} > ${PREFIX_FILES}) (cd ${PREFIX} && ${find} * -type d > ${PREFIX_DIRS}) (cd ${DBDIR} && ${find} * ! -type d | ${sort} > ${DBDIR_FILES}) } makediff () { makemtree runfind ${comm} -13 ${MTREE_DIRS} ${PREFIX_DIRS} | {sort} -r | ${awk} ' /share\/locale/ { print "@unexec rmdir %D/" $0 " 2>/dev/null || true" next } { print "@dirrm", $0 } ' > ${MTREE_DIFFS} } makemlist () { ${mkmakeman} -o ${MLIST} ${PREFIX} } makeplist () { makediff ${echo} '@comment $FreeBSD$' | ${cat} - ${PREFIX_FILES} ${MTREE_DIFFS} | ${awk} ' /^info\/dir$/ { next } /^man\/man/ { next } /share\/doc/ { print "%%PORTDOCS%%" $0 next } /\.info$/ { print "@unexec install-info --quiet --delete %D/" $1 " %D/info/dir" print print "@exec install-info %D/" $1 " %D/info/dir" next } /./' | ${tee} ${PLIST} } listfile () { runfind ${grep} -v man/man ${PREFIX_FILES} } listman () { runfind ${grep} man/man ${PREFIX_FILES} } listpkg () { runfind ${cat} ${DBDIR_FILES} } listdir () { makediff ${cat} ${MTREE_DIFFS} } # main case ${TARGET} in fetch|extract|patch|configure|build|''|install|package|deinstall) runmake ${TARGET} "$@" ;; refetch|reextract|repatch|reconfigure|rebuild|reinstall|repackage) flag=0 for target in ${cookies}; do [ $target = ${TARGET#re} ] && flag=1 [ $flag = 1 ] && eval ${rm} -f \${$(${echo} $target | \ ${tr} a-z A-Z)_COOKIE} done runmake ${TARGET#re} FORCE_PKG_REGISTER=yes "$@" ;; clean|distclean) runmake ${TARGET} "$@" cleandir ;; pkgadd|pkgdel) eval run${TARGET} ;; mlist|plist) eval make${TARGET} ;; listfile*|listman*|listpkg*|listdir*|cleanfile*|cleandir*) eval ${TARGET%s} ;; *) cat << EOF >&2 usage: pkgbld {[re]fetch [re]extract [re]patch [re]configure [re]build [re]install [re]package deinstall clean distclean listfile listman listdir listpkg mlist plist cleanfile cleandir} arg... EOF exit 64 esac #!/bin/sh -e # # @(#) mkmakeman 1.1 (clefevre@citeweb) Tue May 22 00:49:18 CEST 2001 # # Copyright (c) 2001 Cyrille Lefevre. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # 1. Redistributions of source code must retain the above copyright # notice, this list of conditions and the following disclaimer. # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in # the documentation and/or other materials provided with the # distribution. # 3. The name of the authors and contributors may not be used to # endorse or promote products derived from this software without # specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED # TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A # PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS # OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF # USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT # OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. append= quiet= mandir=man/man prefix= ofile=/dev/null sections="1 2 3 4 5 6 7 8 9 l n" ifile= cat=cat make=make grep=grep find=find sort=sort xargs=xargs ls=ls sed=sed awk=awk tee=tee echo=echo usage () { # bip! game over, same player, play again ;^) $cat << EOF >&2 usage: $0 [-q] [-m mandir] [-a|-o file] [-s sections] dir $0 [-q] [-m mandir] [-p prefix] [-a|-o file] [-s sections] file EOF exit 64 } abspath () { # make the path absolute case $1 in /*) $echo $1 ;; *) $echo $(pwd)/$1 ;; esac } while getopts a:m:o:p:qs: c; do case $c in a) append=-a ofile=$(abspath $OPTARG) ;; m) mandir=$OPTARG ;; o) ofile=$(abspath $OPTARG) ;; p) prefix=$OPTARG ;; q) quiet="> /dev/null" ;; s) sections=$OPTARG ;; *) usage ;; esac done shift $(($OPTIND - 1)) # no args, good bye if [ $# -eq 0 ]; then usage # a directory ? elif [ -d "$1" ]; then prefix=$1 # a plain file then else if [ -z "$prefix" ]; then # no prefix, try the find one if [ -f Makefile ]; then prefix=$($make -V PREFIX) else usage fi fi ifile=$(abspath $1) fi cd "$prefix" || exit for sec in $sections; do if [ -n "$ifile" ]; then $grep "$mandir$sec" "$ifile" else # find all manual pages $find "$mandir$sec" ! -type d fi | # sort them $sort +8 | # expand symlinks $xargs $ls -ld | # mandir and suffix aren't needed $sed "s,$mandir$sec/,$sec ,;s/\.gz//g" # ^^^^^ we use that later done | $awk -v sections="$sections" ' BEGIN { # this ugly thing works ! nsections = split (sections, sections, " ") } # found a symlink /->/ { links [nlinks++] = $NF " " $(NF - 2) next } # so, its a plain file { # get the section number sec = $(NF - 1) # fill in an array by sections mans [sec,nmans [sec]++] = $NF } END { # for each sorted sections for (k = 1; k <= nsections; k++) { # get its name sec = sections [k] # is there any manual ? if (! nmans [sec]) continue # ok, go on... printf "MAN%s=", toupper(sec) # let us go a lot faster j = nmans [sec] - 1 # for each manual for (i = 0; i < nmans [sec]; i++) # dont put a \ on the last line printf "\t%s%s\n", mans [sec,i], i == j ? "" : " \\" } if (nlinks) { printf "MLINKS=" j = nlinks - 1 for (i = 0; i < nlinks; i++) printf "\t%s%s\n", links [i], i == j ? "" : " \\" } } ' | eval $tee $append "$ofile" $quiet Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 13:27:13 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by hub.freebsd.org (Postfix) with ESMTP id 23E8037B405; Thu, 11 Oct 2001 13:27:09 -0700 (PDT) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by mail.imp.ch (8.11.1/8.11.1) with ESMTP id f9BKQfp64606; Thu, 11 Oct 2001 22:26:42 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Thu, 11 Oct 2001 22:28:10 +0200 (CEST) From: Martin Blapp To: Cyrille Lefevre Cc: , Subject: Re: Wrong mailadress ? In-Reply-To: <200110112020.f9BKKZI61336@gits.dyndns.org> Message-ID: <20011011222732.I40931-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > do you submit a PR using send-pr ? Yes - that too ... ports/30983 Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 13:35:56 2001 Delivered-To: freebsd-ports@freebsd.org Received: from moutvdom01.kundenserver.de (moutvdom01.kundenserver.de [195.20.224.200]) by hub.freebsd.org (Postfix) with ESMTP id 9103037B401 for ; Thu, 11 Oct 2001 13:35:41 -0700 (PDT) Received: from [195.20.224.204] (helo=mrvdom00.schlund.de) by moutvdom01.kundenserver.de with esmtp (Exim 2.12 #2) id 15rmYL-0007zL-00; Thu, 11 Oct 2001 22:35:37 +0200 Received: from pd90172c0.dip.t-dialin.net ([217.1.114.192]) by mrvdom00.schlund.de with esmtp (Exim 2.12 #2) id 15rmYK-0001pl-00; Thu, 11 Oct 2001 22:35:36 +0200 Date: Thu, 11 Oct 2001 20:35:04 +0000 (GMT) From: "P. U. (Uli) Kruppa" X-X-Sender: To: Joe Clarke Cc: Subject: Re: gnome-port breaks in gnomeutils In-Reply-To: <20011011154627.W53795-100000@shumai.marcuscom.com> Message-ID: <20011011203316.M10968-100000@big> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 11 Oct 2001, Joe Clarke wrote: > A problem relating to gtt in gnome-utils was fixed yesterday. Have you > cvsup'd the latest ports? In my - central european time - it was yesterday. But I will do a cvsup! Uli. > > Joe > > On Thu, 11 Oct 2001, P. U. (Uli) Kruppa wrote: > > > Hi, > > > > I tried the gnome-port on a freshly installed and cvsupped > > -STABLE . It broke in gnomeutils. These are its last > > thousand words (sorry when they are too long): > > > > --------------------------------- > > ===> Installing for gnome-1.4.1b2 > > ===> gnome-1.4.1b2 depends on executable: another_clock_applet - found > > ===> gnome-1.4.1b2 depends on executable: gtcd - found > > ===> gnome-1.4.1b2 depends on file: /usr/X11R6/share/gnome/help/glossary/C/index.html - found > > ===> gnome-1.4.1b2 depends on executable: gcalc - not found > > ===> Verifying install for gcalc in /usr/ports/misc/gnomeutils > > ===> Building for gnomeutils-1.4.1 > > gmake all-recursive > > gmake[1]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1' > > Making all in po > > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/po' > > gmake[2]: Nothing to be done for `all'. > > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/po' > > Making all in intl > > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/intl' > > gmake[2]: Nothing to be done for `all'. > > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/intl' > > Making all in macros > > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/macros' > > gmake[2]: Nothing to be done for `all'. > > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/macros' > > Making all in idl > > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/idl' > > gmake[2]: Nothing to be done for `all'. > > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/idl' > > Making all in logview > > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview' > > Making all in pixmaps > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview/pixmaps' > > gmake[3]: Nothing to be done for `all'. > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview/pixmaps' > > Making all in doc > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview/doc' > > Making all in C > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview/doc/C' > > gmake[4]: Nothing to be done for `all'. > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview/doc/C' > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview/doc' > > gmake[4]: Nothing to be done for `all-am'. > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview/doc' > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview/doc' > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview' > > gmake[3]: Nothing to be done for `all-am'. > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview' > > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview' > > Making all in gcharmap > > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap' > > Making all in src > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/src' > > gmake[3]: Nothing to be done for `all'. > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/src' > > Making all in pixmaps > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/pixmaps' > > gmake[3]: Nothing to be done for `all'. > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/pixmaps' > > Making all in doc > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/doc' > > Making all in C > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/doc/C' > > gmake[4]: Nothing to be done for `all'. > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/doc/C' > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/doc' > > gmake[4]: Nothing to be done for `all-am'. > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/doc' > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/doc' > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap' > > gmake[3]: Nothing to be done for `all-am'. > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap' > > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap' > > Making all in gcalc > > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc' > > Making all in doc > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc' > > Making all in C > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc/C' > > gmake[4]: Nothing to be done for `all'. > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc/C' > > Making all in de > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc/de' > > gmake[4]: Nothing to be done for `all'. > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc/de' > > Making all in it > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc/it' > > gmake[4]: Nothing to be done for `all'. > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc/it' > > Making all in es > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc/es' > > gmake[4]: Nothing to be done for `all'. > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc/es' > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc' > > gmake[4]: Nothing to be done for `all-am'. > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc' > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc' > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc' > > gmake[3]: Nothing to be done for `all-am'. > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc' > > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc' > > Making all in gsearchtool > > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool' > > Making all in help > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help' > > Making all in C > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help/C' > > gmake[4]: Nothing to be done for `all'. > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help/C' > > Making all in it > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help/it' > > gmake[4]: Nothing to be done for `all'. > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help/it' > > Making all in es > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help/es' > > gmake[4]: Nothing to be done for `all'. > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help/es' > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help' > > gmake[4]: Nothing to be done for `all-am'. > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help' > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help' > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool' > > gmake[3]: Nothing to be done for `all-am'. > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool' > > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool' > > Making all in gdiskfree > > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree' > > Making all in doc > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc' > > Making all in C > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc/C' > > gmake[4]: Nothing to be done for `all'. > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc/C' > > Making all in es > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc/es' > > gmake[4]: Nothing to be done for `all'. > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc/es' > > Making all in it > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc/it' > > gmake[4]: Nothing to be done for `all'. > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc/it' > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc' > > gmake[4]: Nothing to be done for `all-am'. > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc' > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc' > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree' > > gmake[3]: Nothing to be done for `all-am'. > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree' > > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree' > > Making all in stripchart > > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart' > > Making all in doc > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart/doc' > > Making all in C > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart/doc/C' > > gmake[4]: Nothing to be done for `all'. > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart/doc/C' > > Making all in es > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart/doc/es' > > gmake[4]: Nothing to be done for `all'. > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart/doc/es' > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart/doc' > > gmake[4]: Nothing to be done for `all-am'. > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart/doc' > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart/doc' > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart' > > gmake[3]: Nothing to be done for `all-am'. > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart' > > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart' > > Making all in gdictsrc > > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc' > > Making all in doc > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc/doc' > > Making all in C > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc/doc/C' > > gmake[4]: Nothing to be done for `all'. > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc/doc/C' > > Making all in es > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc/doc/es' > > gmake[4]: Nothing to be done for `all'. > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc/doc/es' > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc/doc' > > gmake[4]: Nothing to be done for `all-am'. > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc/doc' > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc/doc' > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc' > > gmake[3]: Nothing to be done for `all-am'. > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc' > > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc' > > Making all in gtt > > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt' > > Making all in doc > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/doc' > > Making all in C > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/doc/C' > > gmake[4]: Nothing to be done for `all'. > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/doc/C' > > Making all in es > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/doc/es' > > gmake[4]: Nothing to be done for `all'. > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/doc/es' > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/doc' > > gmake[4]: Nothing to be done for `all-am'. > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/doc' > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/doc' > > Making all in glade > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/glade' > > gmake[3]: Nothing to be done for `all'. > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/glade' > > Making all in help > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help' > > Making all in C > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help/C' > > gmake[4]: Nothing to be done for `all'. > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help/C' > > Making all in es > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help/es' > > gmake[4]: Nothing to be done for `all'. > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help/es' > > Making all in de > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help/de' > > gmake[4]: Nothing to be done for `all'. > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help/de' > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help' > > gmake[4]: Nothing to be done for `all-am'. > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help' > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help' > > Making all in ghtml > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/ghtml' > > Making all in C > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/ghtml/C' > > gmake[4]: Nothing to be done for `all'. > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/ghtml/C' > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/ghtml' > > gmake[4]: Nothing to be done for `all-am'. > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/ghtml' > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/ghtml' > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt' > > cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGTTGLADEDIR=\""/usr/X11R6/share/gnome/gtt"\" -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -O -pipe -I/usr/X11R6/include -Wall -Wunused -I/usr/X11R6/include/gconf/1 -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gnome! > -1.0 -DNEED_GNOMESUPPORT_H -I/usr/local/include/gnome-xml -I/usr/X11R6/include/libglade-1.0 -I/usr/X11R6/include/gconf/1 -I/usr/local/include/orbit-1.0 -DGTKHTML_HAVE_GCONF -c util.c > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt' > > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt' > > gmake[1]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1' > > *** Error code 2 > > > > Stop in /usr/ports/misc/gnomeutils. > > *** Error code 1 > > > > Stop in /usr/ports/misc/gnomeutils. > > *** Error code 1 > > > > Stop in /usr/ports/misc/gnomeutils. > > *** Error code 1 > > > > Stop in /usr/ports/misc/gnomeutils. > > *** Error code 1 > > > > Stop in /usr/ports/x11/gnome. > > *** Error code 1 > > > > Stop in /usr/ports/x11/gnome. > > *** Error code 1 > > > > Stop in /usr/ports/x11/gnome. > > > > > > ------------------------------------- > > > > ************************************ > > * P. U. Kruppa - Wuppertal * > > * Germany * > > * www.pukruppa.de www.2000d.de * > > ************************************ > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-ports" in the body of the message > > > > > > ************************************ * P. U. Kruppa - Wuppertal * * Germany * * www.pukruppa.de www.2000d.de * ************************************ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 14:50:26 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EB3C537B406 for ; Thu, 11 Oct 2001 14:50:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BLo3p30193; Thu, 11 Oct 2001 14:50:03 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9978A37B406 for ; Thu, 11 Oct 2001 14:40:45 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BLejr28997; Thu, 11 Oct 2001 14:40:45 -0700 (PDT) (envelope-from nobody) Message-Id: <200110112140.f9BLejr28997@freefall.freebsd.org> Date: Thu, 11 Oct 2001 14:40:45 -0700 (PDT) From: Pierre-François LAURAND To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31226: update net/bind9 port to 9.2.0rc6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31226 >Category: ports >Synopsis: update net/bind9 port to 9.2.0rc6 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 11 14:50:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pierre-François LAURAND >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: FreeBSD astra 4.4-STABLE FreeBSD 4.4-STABLE #17: Sat Oct 6 01:57:41 CEST 2001 root@awax:/usr/obj/usr/src/sys/ASTRA i386 >Description: + Update to bind-9.2.0rc6 + add manpages + add html doc + add drafts and rfc in ${PREFIX}/share/doc/bind9 + sysconfdir in ${PREFIX}/etc/bind9 >How-To-Repeat: N/A >Fix: diff -uNr /usr/ports/net/bind9/Makefile bind9/Makefile --- /usr/ports/net/bind9/Makefile Wed Aug 15 11:18:38 2001 +++ bind9/Makefile Wed Oct 10 23:43:52 2001 @@ -12,7 +12,7 @@ # release you can generally build it cleanly from the source - Doug PORTNAME= bind -PORTVERSION= 9.1.3 +PORTVERSION= 9.2.0rc6 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \ ftp://ftp.nominum.com/pub/isc/bind9/${PORTVERSION}/ \ @@ -22,48 +22,134 @@ MAINTAINER= DougB@FreeBSD.org +INSTALL_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --localstatedir=/var -MAN1= dig.1 host.1 named-checkconf.1 named-checkzone.1 +CONFIGURE_ARGS= --prefix=${PREFIX} +CONFIGURE_ARGS+= --localstatedir=/var +CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc/bind9 +CONFIGURE_ARGS+= --enable-threads +CONFIGURE_ARGS+= --with-libtool +CONFIGURE_ARGS+= --enable-libbind +CONFIGURE_ARGS+= --enable-ipv6 + +MAN1= dig.1 host.1 + +MAN3= lwres.3 lwres_addr_parse.3 lwres_buffer.3 lwres_buffer_add.3 +MAN3+= lwres_buffer_back.3 lwres_buffer_clear.3 lwres_buffer_first.3 +MAN3+= lwres_buffer_forward.3 lwres_buffer_getmem.3 lwres_buffer_getuint16.3 +MAN3+= lwres_buffer_getuint32.3 lwres_buffer_getuint8.3 lwres_buffer_init.3 +MAN3+= lwres_buffer_invalidate.3 lwres_buffer_putmem.3 lwres_buffer_putuint16.3 +MAN3+= lwres_buffer_putuint32.3 lwres_buffer_putuint8.3 lwres_buffer_subtract.3 +MAN3+= lwres_conf_clear.3 lwres_conf_get.3 lwres_conf_init.3 lwres_conf_parse.3 +MAN3+= lwres_conf_print.3 lwres_config.3 lwres_context.3 lwres_context_allocmem.3 +MAN3+= lwres_context_create.3 lwres_context_destroy.3 lwres_context_freemem.3 +MAN3+= lwres_context_initserial.3 lwres_context_nextserial.3 +MAN3+= lwres_context_sendrecv.3 lwres_endhostent.3 lwres_endhostent_r.3 +MAN3+= lwres_freeaddrinfo.3 lwres_freehostent.3 lwres_gabn.3 +MAN3+= lwres_gabnrequest_free.3 lwres_gabnrequest_parse.3 +MAN3+= lwres_gabnrequest_render.3 lwres_gabnresponse_free.3 +MAN3+= lwres_gabnresponse_parse.3 lwres_gabnresponse_render.3 +MAN3+= lwres_gai_strerror.3 lwres_getaddrinfo.3 lwres_getaddrsbyname.3 +MAN3+= lwres_gethostbyaddr.3 lwres_gethostbyaddr_r.3 lwres_gethostbyname.3 +MAN3+= lwres_gethostbyname2.3 lwres_gethostbyname_r.3 lwres_gethostent.3 +MAN3+= lwres_gethostent_r.3 lwres_getipnode.3 lwres_getipnodebyaddr.3 +MAN3+= lwres_getipnodebyname.3 lwres_getnamebyaddr.3 lwres_getnameinfo.3 +MAN3+= lwres_getrrsetbyname.3 lwres_gnba.3 lwres_gnbarequest_free.3 +MAN3+= lwres_gnbarequest_parse.3 lwres_gnbarequest_render.3 +MAN3+= lwres_gnbaresponse_free.3 lwres_gnbaresponse_parse.3 +MAN3+= lwres_gnbaresponse_render.3 lwres_herror.3 lwres_hstrerror.3 +MAN3+= lwres_inetntop.3 lwres_lwpacket_parseheader.3 +MAN3+= lwres_lwpacket_renderheader.3 lwres_net_ntop.3 lwres_noop.3 +MAN3+= lwres_nooprequest_free.3 lwres_nooprequest_parse.3 +MAN3+= lwres_nooprequest_render.3 lwres_noopresponse_free.3 +MAN3+= lwres_noopresponse_parse.3 lwres_noopresponse_render.3 +MAN3+= lwres_packet.3 lwres_resutil.3 lwres_sethostent.3 +MAN3+= lwres_sethostent_r.3 lwres_string_parse.3 + MAN5= rndc.conf.5 -MAN8= lwresd.8 named.8 nsupdate.8 rndc.8 dnssec-keygen.8 dnssec-makekeyset.8 \ - dnssec-signkey.8 dnssec-signzone.8 -DIR= ${WRKSRC}/doc/man/bin +MAN8= dnssec-keygen.8 dnssec-makekeyset.8 dnssec-signkey.8 +MAN8+= dnssec-signzone.8 lwresd.8 named-checkconf.8 named-checkzone.8 +MAN8+= named.8 nsupdate.8 rndc-confgen.8 rndc.8 + +DIR= ${WRKSRC}/bin + post-patch: -.for FILE in named-checkconf.1 named.8 nsupdate.8 rndc.8 rndc.conf.5 - @ ${MV} ${DIR}/${FILE} ${DIR}/${FILE}.Dist - @ ${SED} -e 's#/etc/named.conf#${PREFIX}/etc/named.conf#g' \ - -e 's#/etc/rndc.conf#${PREFIX}/etc/rndc.conf#g' \ - ${DIR}/${FILE}.Dist > ${DIR}/${FILE} +.for FILE in check/named-checkconf.8 \ + check/named-checkzone.8 \ + dig/dig.1 \ + dig/host.1 \ + dnssec/dnssec-keygen.8 \ + dnssec/dnssec-makekeyset.8 \ + dnssec/dnssec-signkey.8 \ + dnssec/dnssec-signzone.8 \ + named/named.8 \ + nsupdate/nsupdate.8 \ + rndc/rndc-confgen.8 \ + rndc/rndc.8 \ + rndc/rndc.conf.5 + @${MV} ${DIR}/${FILE} ${DIR}/${FILE}.tmp + @${SED} -e 's#/etc/named.conf#${PREFIX}/etc/bind9/named.conf#g' \ + -e 's#/etc/rndc.conf#${PREFIX}/etc/bind9/rndc.conf#g' \ + -e 's#/etc/rndc.key#${PREFIX}/etc/bind9/rndc.key#g' \ + ${DIR}/${FILE}.tmp > ${DIR}/${FILE} .endfor - @ ${MV} ${WRKSRC}/doc/man/dnssec/dnssec-signzone.8 \ - ${WRKSRC}/doc/man/dnssec/dnssec-signzone.8.Dist - @ ${SED} -e 's#/etc/named.conf#${PREFIX}/etc/named.conf#g' \ - ${WRKSRC}/doc/man/dnssec/dnssec-signzone.8.Dist \ - > ${WRKSRC}/doc/man/dnssec/dnssec-signzone.8 - - @ ${MV} ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.in.Dist - @ ${SED} -e 's#{INSTALL_PROGRAM}#{INSTALL_DATA} -m 555#g' \ - ${WRKSRC}/Makefile.in.Dist > ${WRKSRC}/Makefile.in - post-install: -.for NUM in 1 5 8 - ${INSTALL_MAN} ${WRKSRC}/doc/man/bin/*.${NUM} ${MANPREFIX}/man/man${NUM} -.endfor - ${INSTALL_MAN} ${WRKSRC}/doc/man/dnssec/*.8 ${MANPREFIX}/man/man8 + ${MKDIR} ${PREFIX}/etc/bind9 ${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc.conf \ - ${PREFIX}/etc/rndc.conf.sample + ${PREFIX}/etc/bind9/rndc.conf.sample + ${MKDIR} ${PREFIX}/include/bind9 +.for FILE in arpa fd_setsize.h hesiod.h irp.h irs.h isc netdb.h netgroup.h res_update.h \ + resolv.h sys + ${MV} ${PREFIX}/bind/include/${FILE} ${PREFIX}/include/bind9/ +.endfor + ${RMDIR} ${PREFIX}/bind/include + ${RMDIR} ${PREFIX}/bind .if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/bind9 ${MKDIR} ${PREFIX}/share/doc/bind9/arm - ${INSTALL_DATA} ${WRKSRC}/doc/arm/Bv9ARM*html \ - ${PREFIX}/share/doc/bind9/arm/ - ${CP} -R ${WRKSRC}/doc/misc ${PREFIX}/share/doc/bind9/ ${CP} ${WRKSRC}/CHANGES ${WRKSRC}/COPYRIGHT ${WRKSRC}/FAQ \ ${WRKSRC}/README ${PREFIX}/share/doc/bind9/ + ${INSTALL_DATA} ${WRKSRC}/doc/arm/Bv9ARM*html \ + ${PREFIX}/share/doc/bind9/arm/ + ${CP} ${WRKSRC}/doc/arm/Bv9ARM-book.xml ${WRKSRC}/doc/arm/isc.color.gif \ + ${PREFIX}/share/doc/bind9/arm/ + ${MKDIR} ${PREFIX}/share/doc/bind9/misc + ${CP} ${WRKSRC}/doc/misc/dnssec \ + ${WRKSRC}/doc/misc/format-options.pl \ + ${WRKSRC}/doc/misc/ipv6 \ + ${WRKSRC}/doc/misc/migration \ + ${WRKSRC}/doc/misc/migration-4to9 \ + ${WRKSRC}/doc/misc/options \ + ${WRKSRC}/doc/misc/rfc-compliance \ + ${WRKSRC}/doc/misc/roadmap \ + ${WRKSRC}/doc/misc/sdb ${PREFIX}/share/doc/bind9/misc/ + ${MKDIR} ${PREFIX}/share/doc/bind9/draft + ${CP} ${WRKSRC}/doc/draft/draft*.txt ${PREFIX}/share/doc/bind9/draft/ + ${MKDIR} ${PREFIX}/share/doc/bind9/rfc + ${CP} ${WRKSRC}/doc/rfc/index \ + ${WRKSRC}/doc/rfc/rfc*.txt \ + ${PREFIX}/share/doc/bind9/rfc/ + ${MKDIR} ${PREFIX}/share/doc/bind9/html + ${MKDIR} ${PREFIX}/share/doc/bind9/html/lwres + ${INSTALL_DATA} ${WRKSRC}/bin/check/named-checkconf.html ${PREFIX}/share/doc/bind9/html/ + ${INSTALL_DATA} ${WRKSRC}/bin/check/named-checkzone.html ${PREFIX}/share/doc/bind9/html/ + ${INSTALL_DATA} ${WRKSRC}/bin/dig/dig.html ${PREFIX}/share/doc/bind9/html/ + ${INSTALL_DATA} ${WRKSRC}/bin/dig/host.html ${PREFIX}/share/doc/bind9/html/ + ${INSTALL_DATA} ${WRKSRC}/bin/dnssec/dnssec-keygen.html ${PREFIX}/share/doc/bind9/html/ + ${INSTALL_DATA} ${WRKSRC}/bin/dnssec/dnssec-makekeyset.html ${PREFIX}/share/doc/bind9/html/ + ${INSTALL_DATA} ${WRKSRC}/bin/dnssec/dnssec-signkey.html ${PREFIX}/share/doc/bind9/html/ + ${INSTALL_DATA} ${WRKSRC}/bin/dnssec/dnssec-signzone.html ${PREFIX}/share/doc/bind9/html/ + ${INSTALL_DATA} ${WRKSRC}/bin/named/lwresd.html ${PREFIX}/share/doc/bind9/html/ + ${INSTALL_DATA} ${WRKSRC}/bin/named/named.html ${PREFIX}/share/doc/bind9/html/ + ${INSTALL_DATA} ${WRKSRC}/bin/nsupdate/nsupdate.html ${PREFIX}/share/doc/bind9/html/ + ${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc-confgen.html ${PREFIX}/share/doc/bind9/html/ + ${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc.conf.html ${PREFIX}/share/doc/bind9/html/ + ${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc.html ${PREFIX}/share/doc/bind9/html/ + ${CP} ${WRKSRC}/lib/lwres/man/lwres*.html ${PREFIX}/share/doc/bind9/html/lwres/ .endif .include diff -uNr /usr/ports/net/bind9/distinfo bind9/distinfo --- /usr/ports/net/bind9/distinfo Wed Jul 25 23:16:52 2001 +++ bind9/distinfo Tue Oct 9 23:12:19 2001 @@ -1 +1 @@ -MD5 (bind-9.1.3.tar.gz) = 1d52f78d5d0d38b7687543d79f0cf4c2 +MD5 (bind-9.2.0rc6.tar.gz) = d3e83c617eb4aee2a9d34ce9dded98d1 diff -uNr /usr/ports/net/bind9/pkg-plist bind9/pkg-plist --- /usr/ports/net/bind9/pkg-plist Wed May 9 08:32:43 2001 +++ bind9/pkg-plist Wed Oct 10 23:27:53 2001 @@ -3,7 +3,30 @@ bin/isc-config.sh bin/nslookup bin/nsupdate -etc/rndc.conf.sample +etc/bind9/rndc.conf.sample +include/bind9/arpa/inet.h +include/bind9/arpa/nameser.h +include/bind9/arpa/nameser_compat.h +include/bind9/fd_setsize.h +include/bind9/hesiod.h +include/bind9/irp.h +include/bind9/irs.h +include/bind9/isc/assertions.h +include/bind9/isc/ctl.h +include/bind9/isc/dst.h +include/bind9/isc/eventlib.h +include/bind9/isc/heap.h +include/bind9/isc/irpmarshall.h +include/bind9/isc/list.h +include/bind9/isc/logging.h +include/bind9/isc/memcluster.h +include/bind9/isc/misc.h +include/bind9/isc/tree.h +include/bind9/netdb.h +include/bind9/netgroup.h +include/bind9/res_update.h +include/bind9/resolv.h +include/bind9/sys/bitypes.h include/dns/a6.h include/dns/acl.h include/dns/adb.h @@ -12,21 +35,6 @@ include/dns/callbacks.h include/dns/cert.h include/dns/compress.h -include/dns/confacl.h -include/dns/confcache.h -include/dns/confcommon.h -include/dns/confctl.h -include/dns/confctx.h -include/dns/confip.h -include/dns/confkeys.h -include/dns/conflog.h -include/dns/conflsn.h -include/dns/conflwres.h -include/dns/confparser.h -include/dns/confresolv.h -include/dns/confrrset.h -include/dns/confview.h -include/dns/confzone.h include/dns/db.h include/dns/dbiterator.h include/dns/dbtable.h @@ -47,7 +55,6 @@ include/dns/masterdump.h include/dns/message.h include/dns/name.h -include/dns/namedconf.h include/dns/ncache.h include/dns/nxt.h include/dns/peer.h @@ -79,6 +86,7 @@ include/dns/view.h include/dns/xfrin.h include/dns/zone.h +include/dns/zonekey.h include/dns/zt.h include/dst/dst.h include/dst/lib.h @@ -144,6 +152,7 @@ include/isc/stdtime.h include/isc/string.h include/isc/symtab.h +include/isc/syslog.h include/isc/task.h include/isc/taskpool.h include/isc/thread.h @@ -151,6 +160,21 @@ include/isc/timer.h include/isc/types.h include/isc/util.h +include/isccc/alist.h +include/isccc/base64.h +include/isccc/cc.h +include/isccc/ccmsg.h +include/isccc/events.h +include/isccc/lib.h +include/isccc/result.h +include/isccc/sexpr.h +include/isccc/symtab.h +include/isccc/symtype.h +include/isccc/types.h +include/isccc/util.h +include/isccfg/cfg.h +include/isccfg/check.h +include/isccfg/log.h include/lwres/context.h include/lwres/int.h include/lwres/ipv6.h @@ -163,16 +187,30 @@ include/lwres/netdb.h include/lwres/platform.h include/lwres/result.h -include/omapi/compatibility.h -include/omapi/lib.h -include/omapi/omapi.h -include/omapi/private.h -include/omapi/result.h -include/omapi/types.h +lib/libbind.a +lib/libbind.la +lib/libbind.so +lib/libbind.so.0 lib/libdns.a +lib/libdns.la +lib/libdns.so +lib/libdns.so.5 lib/libisc.a +lib/libisc.la +lib/libisc.so +lib/libisc.so.4 +lib/libisccc.a +lib/libisccc.la +lib/libisccc.so +lib/libisccc.so.0 +lib/libisccfg.a +lib/libisccfg.la +lib/libisccfg.so +lib/libisccfg.so.0 lib/liblwres.a -lib/libomapi.a +lib/liblwres.la +lib/liblwres.so +lib/liblwres.so.2 sbin/dnssec-keygen sbin/dnssec-makekeyset sbin/dnssec-signkey @@ -182,10 +220,12 @@ sbin/named-checkconf sbin/named-checkzone sbin/rndc +sbin/rndc-confgen %%PORTDOCS%%share/doc/bind9/CHANGES %%PORTDOCS%%share/doc/bind9/COPYRIGHT %%PORTDOCS%%share/doc/bind9/FAQ %%PORTDOCS%%share/doc/bind9/README +%%PORTDOCS%%share/doc/bind9/arm/Bv9ARM-book.xml %%PORTDOCS%%share/doc/bind9/arm/Bv9ARM.ch01.html %%PORTDOCS%%share/doc/bind9/arm/Bv9ARM.ch02.html %%PORTDOCS%%share/doc/bind9/arm/Bv9ARM.ch03.html @@ -196,17 +236,190 @@ %%PORTDOCS%%share/doc/bind9/arm/Bv9ARM.ch08.html %%PORTDOCS%%share/doc/bind9/arm/Bv9ARM.ch09.html %%PORTDOCS%%share/doc/bind9/arm/Bv9ARM.html +%%PORTDOCS%%share/doc/bind9/arm/isc.color.gif +%%PORTDOCS%%share/doc/bind9/draft/draft-esibov-dnsext-dynupdtld-00.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-dnsext-aaaa-a6-01.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-dnsext-ad-is-secure-03.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-dnsext-apl-rr-02.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-dnsext-axfr-clarify-03.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-dnsext-delegation-signer-01.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-dnsext-dhcid-rr-03.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-dnsext-dnsmib-historical-00.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-dnsext-dnssec-okbit-02.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-dnsext-dnssec-roadmap-04.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-dnsext-edns0dot5-02.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-dnsext-gss-tsig-02.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-dnsext-ipv6-dns-tradeoffs-00.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-dnsext-mdns-01.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-dnsext-message-size-01.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-dnsext-not-existing-rr-01.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-dnsext-parent-sig-00.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-dnsext-parent-stores-zone-keys-01.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-dnsext-rfc2536bis-dsa-00.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-dnsext-rfc2539bis-dhk-00.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-dnsext-rfc2782bis-01.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-dnsext-unknown-rrs-01.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-dnsext-zone-status-03.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-dnsop-hardie-shared-root-server-03.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-dnsop-inaddr-required-02.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-dnsop-keyhand-04.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-dnsop-parent-sig-00.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-enum-e164-gstn-np-01.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-enum-operation-02.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-idn-aceid-02.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-idn-amc-ace-m-00.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-idn-brace-00.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-idn-cjk-01.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-idn-dnsii-mdnp-02.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-idn-dnsii-mdnr-01.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-idn-dnsii-trace-00.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-idn-dude-02.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-idn-idna-03.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-idn-idne-02.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-idn-iptr-02.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-idn-jpchar-01.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-idn-lace-01.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-idn-mua-00.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-idn-nameprep-03.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-idn-race-03.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-idn-requirements-05.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-idn-udns-02.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-idn-uri-00.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-idn-utf6-00.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-idn-version-00.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-idn-vidn-01.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-ipngwg-default-addr-select-05.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-ipngwg-dns-lookups-08.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-ipngwg-prefix-rr-disc-00.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-ipngwg-rfc2292bis-02.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-ietf-ipngwg-rfc2553bis-03.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-klensin-1591-reflections-02.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-klensin-dns-role-01.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-kosters-dnsext-dnssec-opt-in-01.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-macgowan-dnsext-label-intel-manage-00.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-manning-multicast-dns-02.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-msawyer-dnsext-edns-attributes-00.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-sawyer-dnsext-edns0-zone-option-00.txt +%%PORTDOCS%%share/doc/bind9/draft/draft-skwan-utf8-dns-06.txt %%PORTDOCS%%share/doc/bind9/misc/dnssec +%%PORTDOCS%%share/doc/bind9/misc/format-options.pl %%PORTDOCS%%share/doc/bind9/misc/ipv6 %%PORTDOCS%%share/doc/bind9/misc/migration %%PORTDOCS%%share/doc/bind9/misc/migration-4to9 %%PORTDOCS%%share/doc/bind9/misc/options +%%PORTDOCS%%share/doc/bind9/misc/rfc-compliance +%%PORTDOCS%%share/doc/bind9/misc/roadmap %%PORTDOCS%%share/doc/bind9/misc/sdb +%%PORTDOCS%%share/doc/bind9/rfc/index +%%PORTDOCS%%share/doc/bind9/rfc/rfc1032.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc1033.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc1034.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc1035.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc1101.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc1122.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc1123.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc1183.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc1348.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc1535.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc1536.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc1537.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc1591.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc1611.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc1612.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc1706.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc1712.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc1750.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc1876.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc1982.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc1995.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc1996.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2052.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2104.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2119.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2133.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2136.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2137.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2163.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2168.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2181.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2230.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2308.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2317.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2373.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2374.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2375.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2418.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2535.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2536.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2537.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2538.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2539.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2540.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2541.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2553.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2671.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2672.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2673.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2782.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2825.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2826.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2845.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2874.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2915.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2929.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2930.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc2931.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc3007.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc3008.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc3090.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc3110.txt +%%PORTDOCS%%share/doc/bind9/rfc/rfc952.txt +%%PORTDOCS%%share/doc/bind9/html/named-checkconf.html +%%PORTDOCS%%share/doc/bind9/html/named-checkzone.html +%%PORTDOCS%%share/doc/bind9/html/dig.html +%%PORTDOCS%%share/doc/bind9/html/host.html +%%PORTDOCS%%share/doc/bind9/html/dnssec-keygen.html +%%PORTDOCS%%share/doc/bind9/html/dnssec-makekeyset.html +%%PORTDOCS%%share/doc/bind9/html/dnssec-signkey.html +%%PORTDOCS%%share/doc/bind9/html/dnssec-signzone.html +%%PORTDOCS%%share/doc/bind9/html/lwresd.html +%%PORTDOCS%%share/doc/bind9/html/named.html +%%PORTDOCS%%share/doc/bind9/html/nsupdate.html +%%PORTDOCS%%share/doc/bind9/html/rndc-confgen.html +%%PORTDOCS%%share/doc/bind9/html/rndc.conf.html +%%PORTDOCS%%share/doc/bind9/html/rndc.html +%%PORTDOCS%%share/doc/bind9/html/lwres/lwres.html +%%PORTDOCS%%share/doc/bind9/html/lwres/lwres_buffer.html +%%PORTDOCS%%share/doc/bind9/html/lwres/lwres_config.html +%%PORTDOCS%%share/doc/bind9/html/lwres/lwres_context.html +%%PORTDOCS%%share/doc/bind9/html/lwres/lwres_gabn.html +%%PORTDOCS%%share/doc/bind9/html/lwres/lwres_gai_strerror.html +%%PORTDOCS%%share/doc/bind9/html/lwres/lwres_getaddrinfo.html +%%PORTDOCS%%share/doc/bind9/html/lwres/lwres_gethostent.html +%%PORTDOCS%%share/doc/bind9/html/lwres/lwres_getipnode.html +%%PORTDOCS%%share/doc/bind9/html/lwres/lwres_getnameinfo.html +%%PORTDOCS%%share/doc/bind9/html/lwres/lwres_getrrsetbyname.html +%%PORTDOCS%%share/doc/bind9/html/lwres/lwres_gnba.html +%%PORTDOCS%%share/doc/bind9/html/lwres/lwres_hstrerror.html +%%PORTDOCS%%share/doc/bind9/html/lwres/lwres_inetntop.html +%%PORTDOCS%%share/doc/bind9/html/lwres/lwres_noop.html +%%PORTDOCS%%share/doc/bind9/html/lwres/lwres_packet.html +%%PORTDOCS%%share/doc/bind9/html/lwres/lwres_resutil.html %%PORTDOCS%%@dirrm share/doc/bind9/arm +%%PORTDOCS%%@dirrm share/doc/bind9/draft %%PORTDOCS%%@dirrm share/doc/bind9/misc +%%PORTDOCS%%@dirrm share/doc/bind9/rfc +%%PORTDOCS%%@dirrm share/doc/bind9/html/lwres +%%PORTDOCS%%@dirrm share/doc/bind9/html %%PORTDOCS%%@dirrm share/doc/bind9 -@dirrm include/omapi -@dirrm include/lwres -@dirrm include/isc -@dirrm include/dst +@dirrm include/bind9/arpa +@dirrm include/bind9/isc +@dirrm include/bind9/sys +@dirrm include/bind9 @dirrm include/dns +@dirrm include/dst +@dirrm include/isc +@dirrm include/isccc +@dirrm include/isccfg +@dirrm include/lwres +@dirrm etc/bind9 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 15: 9: 5 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mailf.telia.com (mailf.telia.com [194.22.194.25]) by hub.freebsd.org (Postfix) with ESMTP id 929AE37B417 for ; Thu, 11 Oct 2001 15:08:56 -0700 (PDT) Received: from d1o927.telia.com (d1o927.telia.com [213.65.200.241]) by mailf.telia.com (8.11.6/8.11.6) with ESMTP id f9BM8rT23446; Fri, 12 Oct 2001 00:08:54 +0200 (CEST) Received: from veidit.net (h195n2fls34o927.telia.com [213.66.42.195]) by d1o927.telia.com (8.10.2/8.10.1) with ESMTP id f9BM8pc04574; Fri, 12 Oct 2001 00:08:51 +0200 (CEST) Message-ID: <3BC618A6.53376160@veidit.net> Date: Fri, 12 Oct 2001 00:09:42 +0200 From: John Angelmo X-Mailer: Mozilla 4.78 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: clefevre@citeweb.net Cc: ports@FreeBSD.org Subject: FreeBSD Port: isc-dhcp3-3.0.r11 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello dhcp3 is now "stable" and not r11 Here is the lastest on my mirror: http://ftp.sunet.se/pub/network/isc/dhcp/dhcp-3.0.tar.gz Kind Regards John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 15:39:32 2001 Delivered-To: freebsd-ports@freebsd.org Received: from webpimps.net (lgb-DSL71-cust207.mpowercom.net [208.57.71.207]) by hub.freebsd.org (Postfix) with ESMTP id 5858437B405 for ; Thu, 11 Oct 2001 15:39:28 -0700 (PDT) Received: from WorldClient [127.0.0.1] by webpimps.net [127.0.0.1] with SMTP (MDaemon.v3.1.2.R) for ; Thu, 11 Oct 2001 15:36:15 -0700 Date: Thu, 11 Oct 2001 15:36:15 -0700 From: "Aaron" To: freebsd-ports@freebsd.org Cc: freebsd-questions@freebsd.org Subject: HLDS broken in 4.4-STABLE X-Mailer: WorldClient Standard 3.1.2 X-MDRcpt-To: freebsd-questions@freebsd.org X-MDRemoteIP: 127.0.0.1 X-Return-Path: click46@webpimps.net X-MDaemon-Deliver-To: freebsd-ports@freebsd.org Message-Id: <20011011223928.5858437B405@hub.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I cvsup'ed the latest ports as of 5 minutes ago and halflifeserver still breaks with an "ELF binary type 3 not known" when trying to make install clean. I have the port already installed; I'm only trying to reinstall it because after upgrading to 4.4-STABLE I get "ELF binary type 0 not known" when executing ./hlds_run. I'm guessing its something with -STABLE because it worked on 4.4-RELEASE last week [on a diff server]. I hope to god I dont have to rebuild to a newer -STABLE. thanks, click46 --------------------------------------------- click46[wp] - AIM the click46 - ICQ 43450396 webpimps.net | bsdatwork.com | nerdserve.net moderator - o/c cooling forum @ hardforum.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 15:47:57 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E75D37B405; Thu, 11 Oct 2001 15:47:53 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BMheN40682; Thu, 11 Oct 2001 15:43:40 -0700 (PDT) (envelope-from tobez) Date: Thu, 11 Oct 2001 15:43:40 -0700 (PDT) From: Message-Id: <200110112243.f9BMheN40682@freefall.freebsd.org> To: tobez@FreeBSD.org, freebsd-ports@FreeBSD.org, dougb@FreeBSD.org Subject: Re: ports/31226: update net/bind9 port to 9.2.0rc6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: update net/bind9 port to 9.2.0rc6 Responsible-Changed-From-To: freebsd-ports->dougb Responsible-Changed-By: tobez Responsible-Changed-When: Thu Oct 11 15:43:07 PDT 2001 Responsible-Changed-Why: Over to maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31226 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 17:30: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F12037B408 for ; Thu, 11 Oct 2001 17:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9C0U1G64923; Thu, 11 Oct 2001 17:30:01 -0700 (PDT) (envelope-from gnats) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 2D52337B40F for ; Thu, 11 Oct 2001 17:27:04 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id A971C2B74B; Fri, 12 Oct 2001 02:27:00 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id 49F32228; Fri, 12 Oct 2001 10:26:48 +1000 (EST) Message-Id: <20011012002648.49F32228@k7.mavetju.org> Date: Fri, 12 Oct 2001 10:26:48 +1000 (EST) From: Edwin Groothuis Reply-To: Edwin Groothuis To: FreeBSD-gnats-submit@freebsd.org Cc: brian@CSUA.Berkeley.EDU X-Send-Pr-Version: 3.113 Subject: ports/31227: ports/plib doesn't compile after upgrade to 1.4.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31227 >Category: ports >Synopsis: ports/plib doesn't compile after upgrade to 1.4.2 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 11 17:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.4-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju.org 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Thu Oct 4 08:49:05 EST 2001 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386 # $FreeBSD: ports/x11-toolkits/plib/Makefile,v 1.12 2001/10/10 02:10:58 ijliao Exp $ >Description: This ports doesn't compile, it complains about INADDR_BROADCAST et al being unknown. >How-To-Repeat: On a 4.4 system, cd /usr/ports/x11-toolkits/plib and make >Fix: For the time being, add this file to /usr/ports/x11-toolkits/plib/files. Action should be undertaken by Brian Buchanan to add it to the "original" distribution of plib. --- src/net/netSocket.cxx.orig Fri Oct 12 10:12:08 2001 +++ src/net/netSocket.cxx Fri Oct 12 10:10:41 2001 @@ -46,6 +46,7 @@ /* Paul Wiltsey says we need this for Solaris 2.8 */ +#include #ifndef INADDR_NONE #define INADDR_NONE ((unsigned long)-1) #endif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 17:46:22 2001 Delivered-To: freebsd-ports@freebsd.org Received: from corazon.garcialks.com (w242.z064002099.sat-tx.dsl.cnc.net [64.2.99.242]) by hub.freebsd.org (Postfix) with SMTP id 334C437B412 for ; Thu, 11 Oct 2001 17:46:19 -0700 (PDT) Received: (qmail 25951 invoked from network); 12 Oct 2001 01:59:26 -0000 Received: from manele-femei-si-bautura.org (HELO localhost) (64.225.124.232) by w242.z064002099.sat-tx.dsl.cnc.net with SMTP; 12 Oct 2001 01:59:26 -0000 To: ports@FreeBSD.org From: friends@openxxx.net X-Mailer: Perl+Mail::Sender 0.7.08 by Jan Krynicky Subject: Hello, your friend recommended openxxx to you Message-Id: <20011012004619.334C437B412@hub.freebsd.org> Date: Thu, 11 Oct 2001 17:46:19 -0700 (PDT) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org You have been invited to check out this adult site by one of your friends who visited us. click here , our URL is: http://www.openxxx.net/ enjoy, OpenXXX TEAM 2001 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 19:40:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B762537B408 for ; Thu, 11 Oct 2001 19:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9C2e1Y84726; Thu, 11 Oct 2001 19:40:01 -0700 (PDT) (envelope-from gnats) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 692D237B401 for ; Thu, 11 Oct 2001 19:33:45 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 0DBF82B74B for ; Fri, 12 Oct 2001 04:33:40 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 0) id 43288443; Fri, 12 Oct 2001 12:33:35 +1000 (EST) Message-Id: <20011012023335.43288443@k7.mavetju.org> Date: Fri, 12 Oct 2001 12:33:35 +1000 (EST) From: Edwin Groothuis Reply-To: Edwin Groothuis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31229: new port: astro/linux-setiathome-i686 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31229 >Category: ports >Synopsis: new port: astro/linux-setiathome-i686 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 11 19:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.4-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju.org 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Thu Oct 4 08:49:05 EST 2001 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386 >Description: New port, the i686 optimized version of the Linux setiathome. From what I've heard and read it's faster than the i386 version. It uses the original setiathome-port rc-script, just changes the name and a couple of lines in it. >How-To-Repeat: n/a >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: # # astro/linux-setiathome-i686 # astro/linux-setiathome-i686/Makefile # astro/linux-setiathome-i686/distinfo # astro/linux-setiathome-i686/pkg-plist # astro/linux-setiathome-i686/pkg-descr # astro/linux-setiathome-i686/pkg-comment # echo c - astro/linux-setiathome-i686 mkdir -p astro/linux-setiathome-i686 > /dev/null 2>&1 echo x - astro/linux-setiathome-i686/Makefile sed 's/^X//' >astro/linux-setiathome-i686/Makefile << 'END-of-astro/linux-setiathome-i686/Makefile' X# Ports collection makefile for: linux-setiathome-i686 X# Date created: 12 Oct 2001 X# Whom: edwin@mavetju.org X# X# $FreeBSD$ X XPORTNAME= linux-setiathome-i686 XPORTVERSION= 3.03 XCATEGORIES= astro linux XMASTER_SITES= ftp://ftp.cdrom.com/pub/setiathome/ \ X ftp://alien.ssl.berkeley.edu/pub/ \ X ftp://setidata.ssl.berkeley.edu/pub/ \ X ftp://serendip.ssl.berkeley.edu/pub/ XDISTNAME= setiathome-${PORTVERSION}.${OSNAME} XEXTRACT_SUFX= .tar X XMAINTAINER= edwin@mavetju.org X XBUILD_DEPENDS= setiathome:${PORTSDIR}/astro/setiathome X XONLY_FOR_ARCHS= i386 X X.include X XOSNAME= i686-pc-linux-gnu-gnulibc2.1 XWRKSRC= ${WRKDIR}/setiathome-${PORTVERSION}.${OSNAME} XNO_BUILD= "binary distribution" XSTRIP= # linux binary X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/setiathome ${PREFIX}/sbin/setiathome-linux-i686 X @${SED} \ X -e 's/^program_file\=setiathome/program_file\=setiathome-linux-i686/' \ X -e 's/ SETI.home\"/ SETI@home-linux-i686\"/' \ X < ${PREFIX}/etc/rc.d/setiathome.sh > ${PREFIX}/etc/rc.d/setiathome-linux-i686.sh X @${SH} ${PREFIX}/etc/rc.d/setiathome.sh stop X @${SH} ${PREFIX}/etc/rc.d/setiathome-linux-i686.sh start X @${CHMOD} +x ${PREFIX}/etc/rc.d/setiathome-linux-i686.sh X @${CHMOD} -x ${PREFIX}/etc/rc.d/setiathome.sh X X.include END-of-astro/linux-setiathome-i686/Makefile echo x - astro/linux-setiathome-i686/distinfo sed 's/^X//' >astro/linux-setiathome-i686/distinfo << 'END-of-astro/linux-setiathome-i686/distinfo' XMD5 (setiathome-3.03.i686-pc-linux-gnu-gnulibc2.1.tar) = ba17d596fd07219c9c0eac4c1d5597a7 END-of-astro/linux-setiathome-i686/distinfo echo x - astro/linux-setiathome-i686/pkg-plist sed 's/^X//' >astro/linux-setiathome-i686/pkg-plist << 'END-of-astro/linux-setiathome-i686/pkg-plist' Xsbin/setiathome-linux-i686 Xetc/rc.d/setiathome-linux-i686.sh END-of-astro/linux-setiathome-i686/pkg-plist echo x - astro/linux-setiathome-i686/pkg-descr sed 's/^X//' >astro/linux-setiathome-i686/pkg-descr << 'END-of-astro/linux-setiathome-i686/pkg-descr' XSETI@home is a scientific experiment that will harness the power of Xhundreds of thousands of Internet-connected computers in the Search for XExtraterrestrial Intelligence (SETI). You can participate by running a Xprogram that downloads and analyzes radio telescope data. There's a Xsmall but captivating possibility that your computer will detect the Xfaint murmur of a civilization beyond Earth. X XThis is the Linux i686 version. X XWWW: http://setiathome.ssl.berkeley.edu/ END-of-astro/linux-setiathome-i686/pkg-descr echo x - astro/linux-setiathome-i686/pkg-comment sed 's/^X//' >astro/linux-setiathome-i686/pkg-comment << 'END-of-astro/linux-setiathome-i686/pkg-comment' XDonate idle cycles to the search for space aliens - Linux i686 version END-of-astro/linux-setiathome-i686/pkg-comment exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 20:30:58 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.aalbaek.com (port126.ds1-van.adsl.cybercity.dk [217.157.140.131]) by hub.freebsd.org (Postfix) with SMTP id E6DA137B409 for ; Thu, 11 Oct 2001 20:30:31 -0700 (PDT) Received: from ksbyr.Email.cz (209.134.34.38) by mail.aalbaek.com with MERCUR-SMTP/POP3/IMAP4-Server (v3.30.03 FC-8388608) for ; Fri, 12 Oct 2001 05:00:35 +0200 From: wyove@Email.cz Reply-To: kdzlukdtxl@zxmail.com To: freebsd-newbies@freebsd.org Subject: What Have You Been Smokin'? bfcip Date: Fri, 12 Oct 2001 05:00:35 +0200 Message-Id: <011012050035111800@mail.aalbaek.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Now Offering for your "Sensitive" Delight ... NEW & IMPROVED *** KATHMANDU 2 *** Thanks to recent dramatic advances in the laboratorial processes for the extraction of botanical/herbal alkaloids and glycocides, we are now able to offer what has already been the most incredibly potent marijuana/cannabis alternative available on the planet .... KATHMANDU TEMPLE KIFF!!! It is NEW, IMPROVED and 20 times more stokin'-tokin' potent in its formulation. KATHMANDU 2 ... a viripotent cannabis alternative for blissful regressions of vexatious depressions... * BURNS AND SMOKES EASIER! * TOKES DEEPER! * TASTES SWEETER! * LASTS LONGER! Kathmandu Temple Kiff is a proprietary; Nepalese, sensitive, pipe-smoking/stoking substance. Kathmandu Temple Kiff is indeed the most substantial marijuana/cannabis alternative on the planet. Absolutely Legal! Marvelously Potent! Kathmandu Temple Kiff possesses all of the positive virtues fine ganja/cannabis without any of the negatives. An amalgamation of high concentrates of rare euphoric herbas, Kathmandu is offered in a solid jigget/bar format and is actually more UPLIFTING & POISED than cannabis / marijuana while rendering Euphoria, Happiness, Mood-Enhancement, Stress/Depression Relief and promoting contemplativeness, creativity, better sleep, lucid dreaming ... and enhancing the sexual experience!!! Kathmandu Temple Kiff is simply the best and just a little pinch/snippet of the Kathmandu goes a long, "sensitive" way. Just 4 or 5 draws of the pipe ... (an herb pipe included with each package of Kathmandu Temple Kiff). PLEASE NOTE: Although no botanical factor in Kathmandu Temple Kiff is illegal or considered to be harmful by regulatory agencies and no tobacco is included therein, it is the policy of our company that Kathmandu Temple Kiff may not be offered or sold to any person that has not attained at least 21 years of age. So power-smokin potent is our new formulation, that much to our delight and actually even to our amazement, we have even be able to establish a very happy clientele within the hard core stoner market. Here is what our customers are saying about Kathmandu Temple Kiff: "Thank you so much for the Temple Kiff. It is everything you guys claim, and then some! I was a bit skeptical when I read your description of its effects, but there is literally no exaggeration in your advertisements. How nice that this is legal! It tastes great and feels great too! I am so glad I took a chance and ordered. Blessings to all of you." -- Frankie R. "I'm a man of my 40's and I really know my stuff. I don't drink or do illegal drugs anymore and have found a much more spiritual path. I used to have to take Valium in the past. Not anymore with the Temple Kiff. It really amazes me how this stuff tastes exactly like the lebanese red and blond hash I used to smoke in the 70's and it has a much more pleasurable effect. I am very satisfied with this product. I like it a lot and will be a customer for life for sure. Whoever makes this stuff is an ARTIST at it. Who would have thought?! Folks, this is the real stuff! Look no further!!" -- A.J. ************************************************************ Our other fine herbal, botanical products include the following: 1. Sweet Vjestika Aphrodisia Drops (tm); An erotic aphrodisia; sexual intensifier / enhancer liquid amalgamated extract for MEN and WOMEN. 2. "Seventh Heaven" Prosaka Tablets (tm); a botanical alternative to pharmaceutical medications for calm, balance, serenity and joyful living... 3. "Seventh Heaven" Gentle Ferocity Tablets (tm); a most efficacious, non-caffeine, non-ephedrine, non-MaHuang botanical energizer and cutting-edge appetite suppressant... 4. Extreme Martial Arts Botanical Remedies; Equivalence Tablets & Dragon Wing Remedy Spray ... pain management that works to alleviate pain even for arthritis and fibromyalgia sufferers... ********************************************* Sweet Vjestika Aphrodisia Drops (tm) inspires and enhances: * Penile & clitoral sensitivity * Sensitivity to touch * Desire to touch and be touched * Fantasy, lust, rapture, erogenous sensitivity ... * Prolongs and intensifies foreplay, orgasm & climax ********************************************* "Seventh Heaven" Prosaka Tablets ... Entirely natural, proprietary, botanical prescription comprised of uncommon Asian Herbs for Calm, Balance, Serenity and Joyful Living. "Seventh Heaven" Prosaka is indeed a most extraordinary, viripotent, calming, centering, mood-enhancing, holistically-formulated, exotic herbaceous alternative to pharmaceutical medications for depression, anxiety, stress, insomnia, etc. NO side effects! NO dependency! Vivaciously Mellow! ********************************************** "Seventh Heaven" Gentle Ferocity Tablets (tm) ... a non-caffeine, non-ephedrine, non-ephedra, non-MaHuang; viripotent, herbaceous prescription for the dynamic energization of body, mind and spirit. This Gentle Ferocity Formulation is amalgamated in accordance with the fundamental Taoist herbal principle of botanical interactiveness and precursorship which in essence is a molecular equation of the relevant botanical/herbal alkaloids and glycosides interacting with one another to prolificate molecular communion and thereby to achieve demonstrative herbal efficaciousness without negative implication to any aspect of human composition. These Gentle Ferocity Cordial Tablets are incredulously and thoroughly effective. Enjoy! For those of you who seek to achieve most demonstrative/non-invasive/non-prohibitive appetite suppression without the negative implications of ongoing usage of MaHuang Herb, Ephedra/Ephedrine or Caffeine as are so magnaminously utilized in a multitude of herbal "diet aids" entitled as "Thermogenics" ... this is ABSOLUTELY the herbal agenda/product for you!! Entirely Natural! Increases Energy! Increases Metabolism! Decreases Appetite! *********************************************** Extreme Martial Arts Botanical Remedies Eastern culture has long had a treatment for bone, muscle, tendon, ligament, sinew and joint distress, traumas, afflictions and constrictions. We are pleased to offer Equivalence Tablets & Dragon Wing Remedy Spray (Hei Ping Shun) (Hei Long Chibang) PLEASE NOTE: While it is true that all physiological traumas and injuries are unique and that no product can arbitrarily eliminate all of the pain and discomfort in all people all of the time, the combination of Equivalence Tablets (Hei Ping Shun) and Dragon Wing Remedy (Hei Long Chibang) remedial botanicals does guarantee to at the least: 1. Significantly reduce discomfort and pain! (In many instances most, if not all, traumas and distress can be eliminated!) 2. Significantly increase mobility and strength ratio. (Please remember also the significance of proper diet, excercise, rest and prayer.) Equivalence Tablets & Dragon Wing Spray Remedials are comprised of entirely natural botanical factors. While Equivalence Tablets (Hei Ping Shun) and Dragon Wing Remedy Spray (Hei Long Chibang) are extremely effective individually, they are utilized to maximum advantage when used in conjunction with one another. ======================================================== PRICING INFORMATION: 1. SEVENTH HEAVEN KATHMANDU TEMPLE KIFF (tm) One .75 oz. jigget/bar $65.00 One 2.0 oz. jigget/bar $115.00 (Free Capillaris Herba with 2.0 oz. bar. Refer to Capillaris paragraph at end of text) 2. SWEET VJESTIKA APHRODISIA DROPS (tm) One 1.0 oz. bottle $90.00 Two 1.0 oz. bottles $140.00 3. SEVENTH HEAVEN PROSAKA (tm) One 100 tablet tin $40.00 Three 100 tablet tins $105.00 Six 100 tablet tins $185.00 4. SEVENTH HEAVEN GENTLE FEROCITY (tm) One 300 tablet jar $130.00 5. Equivalence Tablets - Each bottle contains 90 - 500mg tablets. ** 3-pack (270 tablets) $83.00 ** 6-pack (540 tablets) $126.00 (save $40.00) ** 9-pack (810 tablets) $159.00 (save $90.00) ** 12-pack (1,080 tablets) $192.00 (save $140.00) 6. Dragon Wing Spray Remedy - Each spray bottle contains 4 liquid oz. ** 3-pack (3 - 4 oz. bottles) $83.00 ** 6-pack (6 - 4 oz. bottles) $126.00 (save $40.00) ** 9-pack (9 - 4 oz. bottles) $159.00 (save $90.00) ** 12-pack (12 - 4 oz. bottles) $192.00 (save $140.00) 7. Dynamic Duo Introductory Offers ** 3-pack Equivalence Tabs & 3-pack Dragon Wing $126.00 (save $40.00) ** 6-pack Equivalence Tabs & 3-pack Dragon Wing $159.00 (save $50.00) ** 9-pack Equivalence Tabs & 6-pack Dragon Wing $215.00 (save $70.00) ** 12-pack Equivalence Tabs & 9-pack Dragon Wing $271.00 (save $80.00) 8. SWEET APHRODISIA INTRO COMBINATION OFFER Includes one, 2.0 oz. jigget/bar of Kathmandu Temple Kiff & one, 1 oz. bottle of Sweet Vjestika Aphrodisia Drops. For $150.00 (Reg. $205.00 Save $55) (Free Capillaris Herba with this intro offer. Refer to Capillaris paragraph at end of text) 9. BODY, MIND, SPIRIT "HEAVENLY" INTRO COMBINATION OFFER Includes one, 2.0 oz. jigget/bar of Kathmandu Temple Kiff & 1 tin (100 tablets) of Seventh Heaven Prosaka. For $125.00 (Reg. $155.00 Save $30) (Free Capillaris Herba with this intro offer. Refer to Capillaris paragraph at end of text) 10. "PURE ENERGY" INTRO COMBINATION OFFER Includes one, 2.0 oz. jigget/bar of Kathmandu Temple Kiff & 1 jar (300 tablets) of Seventh Heaven Gentle Ferocity. For $170.00 (Reg. $245.00 Save $75) (Free Capillaris Herba with this intro offer Refer to Capillaris paragraph at end of text) 11. "SENSITIVE" PREFERENTIAL INTRO COMBINATION OFFER Includes one, 2.0 oz. jigget/bar of Kathmandu Temple Kiff & 1 tin (100 tablets) of Seventh Heaven Prosaka & 1 jar (300 tablets) of Seventh Heaven Gentle Ferocity For $200.00 (Reg. $285.00 Save $85) (Free Capillaris Herba with this intro offer Refer to Capillaris paragraph at end of text.) 12. ULTIMATE HERBACEOUSNESS INTRO COMBINATION OFFER Includes one - 2.0 oz. jigget / bar of Kathmandu Temple Kiff, one - 1 oz. bottle of Sweet Vjestika Aphrodisia Drops, one - 100 tablet tin of Prosaka, and one - 300 count jar of Gentle Ferocity for a deep discounted Retail Price of $260.00 (Reg. $375.00 Save $115) (Free Capillaris Herba with this intro offer Refer to Capillaris paragraph at end of text.) SPECIAL OFFER: For a limited time only, you will receive a FREE personal brass hookah with the Ultimate Herbaceous Intro Offer as our gift to you. This hookah has a retail value of $25.00. ************************************************** ORDERING INFORMATION: For your convenience, you can call us direct with your orders or questions. Call 1-719-686-1161 Monday - Friday -- 10:30 AM to 7:00 PM (Mountain Time) Saturday -- 11:00 AM to 3:00 PM (Mountain Time) For all domestic orders, add $5.00 shipping & handling (shipped U.S. Priority Mail). Add $20.00 for International orders. ************************************************** SPECIAL DISCOUNT & GIFT Call now and receive a FREE botanical gift! With every order for a 2.0 oz. jigget / bar of Kathmandu Temple Kiff or one of our four (4) Intro Combination Offers, we will include as our free gift to you ... a 2.0 oz. package of our ever so sedate, sensitive Asian import, loose-leaf Capillaris Herba for "happy" smoking or brewing ... (a $65.00 retail value). ==================================================== To remove your address from our list, click "Reply" in your email software and type "Remove" in the subject field, then send. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 20:59:12 2001 Delivered-To: freebsd-ports@freebsd.org Received: from scaup.mail.pas.earthlink.net (scaup.mail.pas.earthlink.net [207.217.121.49]) by hub.freebsd.org (Postfix) with ESMTP id 514AB37B403 for ; Thu, 11 Oct 2001 20:59:10 -0700 (PDT) Received: from moo.holy.cow (sdn-ar-007dcwashP063.dialsprint.net [63.178.91.47]) by scaup.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id UAA27657 for ; Thu, 11 Oct 2001 20:58:54 -0700 (PDT) Received: by moo.holy.cow (Postfix, from userid 1001) id 3731250CF1; Thu, 11 Oct 2001 23:59:33 -0400 (EDT) Date: Thu, 11 Oct 2001 23:59:33 -0400 From: parv To: f-ports Subject: "make fetch" process can't be stopped from keyboard Message-ID: <20011011235933.A9579@moo.holy.cow> Mail-Followup-To: f-ports Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org is it just me or did anybody else observe that "make fetch" process cannot be stopped from keyboard (Ctrl-Z, or SIGSTP) anymore and/or after upgrading to 4.4? i was happier when the fetch process could be stopped (thus could go in background) -- via Ctrl-Z w/o the need to log on another term to send SIGSTOP -- and would have let me to take care of other things. :< - parv -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 23: 3:44 2001 Delivered-To: freebsd-ports@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 8EE4A37B40C for ; Thu, 11 Oct 2001 23:03:39 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 0C0232B6AC; Fri, 12 Oct 2001 08:03:35 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id A735A546; Fri, 12 Oct 2001 16:03:27 +1000 (EST) Date: Fri, 12 Oct 2001 16:03:27 +1000 From: Edwin Groothuis To: freebsd-ports@freebsd.org Cc: Will Andrews Subject: Re: old submitted ports Message-ID: <20011012160327.B2860@k7.mavetju.org> References: <20011011190120.A78344@k7.mavetju.org> <20011011110431.E57251@squall.waterspout.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011011110431.E57251@squall.waterspout.com>; from will@physics.purdue.edu on Thu, Oct 11, 2001 at 11:04:31AM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Oct 11, 2001 at 11:04:31AM -0500, Will Andrews wrote: > On Thu, Oct 11, 2001 at 07:01:20PM +1000, Edwin Groothuis wrote: > > Today I created a port for TSPC, an free IPv6 tunnel client for > > Freenet6.net. Before I submitted it, I did a quick check for open > > PRs from my hand: > > > > S Submitted Tracker Resp. Description > > > > o [2001/07/16] ports/29030 obrien [PATCH] net/netcat: support for IPv6 > > o [2001/08/24] ports/30029 ports new port: net/papaya-plugins (plugins for the papaya mud-client) > > o [2001/08/24] ports/30030 ports new port: net/papaya-plugins (graphical mud-client) > > f [2001/09/05] ports/30358 ports new port: www/httpgrabber - HTTP traffic analyzer and extractor > > o [2001/09/23] ports/30776 ports new port: sysutils/pkg_tree > > > > Why are my ports not processed? Did I do something wrong in the past? > > Please... :-( > > Sorry, times are tough and many of the old cadre of ports > committers have been scaling back their activities to handle real > life affairs (read: including me). Well, if you need a hand with the ports-collections... If somebody can tell me how I can lend a hand on the project besides submitting ports, please tell me because last thing I want is that people walk away when I could have helped. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 23:34:59 2001 Delivered-To: freebsd-ports@freebsd.org Received: from robin.mail.pas.earthlink.net (robin.mail.pas.earthlink.net [207.217.120.65]) by hub.freebsd.org (Postfix) with ESMTP id DB5DA37B408 for ; Thu, 11 Oct 2001 23:34:54 -0700 (PDT) Received: from moo.holy.cow (sdn-ar-007dcwashP063.dialsprint.net [63.178.91.47]) by robin.mail.pas.earthlink.net (8.11.5/8.9.3) with ESMTP id f9C6YaT25702; Thu, 11 Oct 2001 23:34:52 -0700 (PDT) Received: by moo.holy.cow (Postfix, from userid 1001) id DF6AA50CF1; Fri, 12 Oct 2001 02:35:37 -0400 (EDT) Date: Fri, 12 Oct 2001 02:35:37 -0400 From: parv To: f-ports Cc: roam@ringlet.net Subject: Re: importance of "ld: warning: libpng.so.4, needed by /usr/X11R6/lib/libImlib.so, may conflict with libpng.so.5" Message-ID: <20011012023537.A53049@moo.holy.cow> Mail-Followup-To: f-ports , roam@ringlet.net References: <20011011014252.A30228@moo.holy.cow> <20011011122013.B6135@straylight.oblivion.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011011122013.B6135@straylight.oblivion.bg>; from roam@ringlet.net on Thu, Oct 11, 2001 at 12:20:13PM +0300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org this was, on the fateful occasion around Oct 11 05:20 -0400, sent by Peter Pentchev > > It seems that you have both libpng.so.4 (the library from png-1.0.x) and > libpng.so.5 (the library from png-1.2.0) installed. > Consequently, it seems that you have both a png-1.0.x and png-1.2.0 ports > installed. > > Is there a reason you still need both of them? There are some conflicting > file names in them, too. It would be best to deinstall all ports depending > on either version, deinstall both versions, then install 1.2.0 and rebuild > all the ports... thanks peter. indeed, i did/do not need both of them. that was the curse of the portupgrade. i was upgrading some port which was dependent on newest version of imlib or png. it took quite some time, but in the end everything was dependent on png 1.2.0 version. and removed the old libpng, of course. just thinking out loud: i wonder how any other old-n-useless files i may have accumulated ... -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 11 23:53: 4 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mmu.edu.my (ext-dns.mmu.edu.my [203.106.62.11]) by hub.freebsd.org (Postfix) with ESMTP id 078C437B40A for ; Thu, 11 Oct 2001 23:52:51 -0700 (PDT) Received: from venus.cyber.mmu.edu.my (venus.cyber.mmu.edu.my [203.106.62.12]) by mmu.edu.my (8.9.1b+Sun/8.9.1) with ESMTP id OAA15143; Fri, 12 Oct 2001 14:48:32 +0800 (MYT) Received: from there (hb2c-20.cyber.mmu.edu.my [10.100.99.40]) by venus.cyber.mmu.edu.my (8.8.8+Sun/8.8.8) with SMTP id OAA13887; Fri, 12 Oct 2001 14:48:26 +0800 (SGT) Message-Id: <200110120648.OAA13887@venus.cyber.mmu.edu.my> Content-Type: text/plain; charset="iso-8859-1" From: nuzrin yaapar Reply-To: nuzrin@yahoo.com Organization: multimedia university To: Will Andrews , Edwin Groothuis Subject: Re: old submitted ports Date: Fri, 12 Oct 2001 15:03:06 +0800 X-Mailer: KMail [version 1.3.1] Cc: freebsd-ports@FreeBSD.ORG References: <20011011190120.A78344@k7.mavetju.org> <20011011110431.E57251@squall.waterspout.com> In-Reply-To: <20011011110431.E57251@squall.waterspout.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Friday 12 October 2001 12:04 am, Will Andrews wrote: > On Thu, Oct 11, 2001 at 07:01:20PM +1000, Edwin Groothuis wrote: > > Today I created a port for TSPC, an free IPv6 tunnel client for > > Freenet6.net. Before I submitted it, I did a quick check for open > > PRs from my hand: > > > > S Submitted Tracker Resp. Description > > > > o [2001/07/16] ports/29030 obrien [PATCH] net/netcat: support for IPv6 > > o [2001/08/24] ports/30029 ports new port: net/papaya-plugins > > (plugins for the papaya mud-client) o [2001/08/24] ports/30030 ports > > new port: net/papaya-plugins (graphical mud-client) f [2001/09/05] > > ports/30358 ports new port: www/httpgrabber - HTTP traffic analyzer > > and extractor o [2001/09/23] ports/30776 ports new port: > > sysutils/pkg_tree > > > > Why are my ports not processed? Did I do something wrong in the past? > > Please... :-( > > Sorry, times are tough and many of the old cadre of ports > committers have been scaling back their activities to handle real > life affairs (read: including me). Hi all, Some of the PR I've submitted also have not been committed. It's been a while since I submitted it. o [2001/09/22] ports/30733 nakai upgrade port: x11-wm/xfce to version 3.8.8b o [2001/09/25] ports/30831 roger net/aim upgrade to version 1.5.234 But I understand some of the committers have real life affairs that need to be taken care of ;) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 0:17: 3 2001 Delivered-To: freebsd-ports@freebsd.org Received: from straylight.ringlet.net (straylight.ringlet.net [217.75.134.254]) by hub.freebsd.org (Postfix) with SMTP id 9711737B405 for ; Fri, 12 Oct 2001 00:16:58 -0700 (PDT) Received: (qmail 96757 invoked by uid 1000); 12 Oct 2001 07:13:51 -0000 Date: Fri, 12 Oct 2001 10:13:51 +0300 From: Peter Pentchev To: f_x Cc: ports@FreeBSD.org Subject: Re: ncurses 5.2 package Message-ID: <20011012101351.C78786@straylight.oblivion.bg> Mail-Followup-To: f_x , ports@FreeBSD.org References: <3BC5E806.902@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3BC5E806.902@gmx.net>; from f_x@gmx.net on Thu, Oct 11, 2001 at 08:42:14PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Oct 11, 2001 at 08:42:14PM +0200, f_x wrote: > Hello! > > The link to the ncurses 5.2 package is dead. > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.3-release/All/ncurses-5.2.tgz [snip] > Can You give any information about this? Will a port be available? Errr... packages are *only* built from ports. If you really have a FreeBSD installation that does not have ncurses in the base system, you should use the devel/ncurses port. If you have a FreeBSD version 4.0 or later, ncurses is already in the base system. G'luck, Peter -- When you are not looking at it, this sentence is in Spanish. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 0:20: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6AB1837B405 for ; Fri, 12 Oct 2001 00:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9C7K1F29532; Fri, 12 Oct 2001 00:20:01 -0700 (PDT) (envelope-from gnats) Date: Fri, 12 Oct 2001 00:20:01 -0700 (PDT) Message-Id: <200110120720.f9C7K1F29532@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Wei-Kai" Subject: Re: ports/31184: Latex2html problem Reply-To: "Wei-Kai" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31184; it has been noted by GNATS. From: "Wei-Kai" To: Cc: Subject: Re: ports/31184: Latex2html problem Date: Fri, 12 Oct 2001 15:15:46 +0800 This is a multi-part message in MIME format. ------=_NextPart_000_0003_01C15330.C4798B40 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: quoted-printable I found that the latex2html configure will test if the ppmtogif worded.=20 The test method is to grep the output of 'ppmtogif -h'. Unfortunely, the ppmtogif (/usr/ports/graphics/netpbm, version:9.20)=20 outputs "unrecognized option `-h'". The old version of netpbm will = output "usage: ppmtogif [-interlace] [-sort] [-map mapfile] [-transparent = color] [ppmfile]". If the configure found string "transparent" or "interlace", it makes the = latex2html support gif. Otherwize, latex2html only supports png. Who should patch their source? netpbm or latex2html? ------=_NextPart_000_0003_01C15330.C4798B40 Content-Type: text/html; charset="big5" Content-Transfer-Encoding: quoted-printable
I found that the latex2html configure will test if = the=20 ppmtogif worded.
The test method is to grep the output of 'ppmtogif=20 -h'.
Unfortunely, the ppmtogif=20 (/usr/ports/graphics/netpbm, version:9.20)
outputs "unrecognized option `-h'". The old version = of netpbm=20 will output
"usage:  ppmtogif [-interlace] [-sort] [-map = mapfile]=20 [-transparent color] [ppmfile]".
 
If the configure found string "transparent" or = "interlace", it=20 makes the latex2html support gif.
Otherwize, latex2html only supports = png.
 
Who should patch their source? netpbm or=20 latex2html?
------=_NextPart_000_0003_01C15330.C4798B40-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 0:27:14 2001 Delivered-To: freebsd-ports@freebsd.org Received: from straylight.ringlet.net (straylight.ringlet.net [217.75.134.254]) by hub.freebsd.org (Postfix) with SMTP id 1888537B405 for ; Fri, 12 Oct 2001 00:27:06 -0700 (PDT) Received: (qmail 96960 invoked by uid 1000); 12 Oct 2001 07:23:59 -0000 Date: Fri, 12 Oct 2001 10:23:59 +0300 From: Peter Pentchev To: parv Cc: f-ports Subject: Re: "make fetch" process can't be stopped from keyboard Message-ID: <20011012102359.D78786@straylight.oblivion.bg> Mail-Followup-To: parv , f-ports References: <20011011235933.A9579@moo.holy.cow> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011011235933.A9579@moo.holy.cow>; from parv_@yahoo.com on Thu, Oct 11, 2001 at 11:59:33PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Oct 11, 2001 at 11:59:33PM -0400, parv wrote: > is it just me or did anybody else observe that "make fetch" process > cannot be stopped from keyboard (Ctrl-Z, or SIGSTP) anymore and/or > after upgrading to 4.4? > > i was happier when the fetch process could be stopped (thus could go in > background) -- via Ctrl-Z w/o the need to log on another term to send > SIGSTOP -- and would have let me to take care of other things. :< Did you change anything in your shell's terminal control settings? With bash-2.05, ^Z seems to work fine for me on a 4.4-stable system: [root@straylight:v0 /usr/ports/www/zope-zwiki]# make fetch >> ZWiki-0.9.4.tgz doesn't seem to exist in /usr/ports/distfiles/zope. >> Attempting to fetch from http://www.zope.org/Members/simon/ZWiki/. ^Z [1]+ Stopped make fetch [root@straylight:v0 /usr/ports/www/zope-zwiki]# [root@straylight:v0 /usr/ports/www/zope-zwiki]# [root@straylight:v0 /usr/ports/www/zope-zwiki]# fg make fetch Receiving ZWiki-0.9.4.tgz (76006 bytes): 5%^Z [1]+ Stopped make fetch [root@straylight:v0 /usr/ports/www/zope-zwiki]# ls Makefile pkg-comment pkg-message distinfo pkg-descr pkg-plist [root@straylight:v0 /usr/ports/www/zope-zwiki]# fg make fetch Receiving ZWiki-0.9.4.tgz (76006 bytes): 33%^C 25828 bytes transferred in 11.7 seconds (2.16 kBps) fetch: transfer interrupted [root@straylight:v0 /usr/ports/www/zope-zwiki]# uname -a FreeBSD straylight.oblivion.bg 4.4-STABLE FreeBSD 4.4-STABLE #49: Tue Oct 9 15:35:25 EEST 2001 roam@straylight.oblivion.bg:/usr/obj/usr/src/sys/RINGWORLD i386 [root@straylight:v0 /usr/ports/www/zope-zwiki]# G'luck, Peter -- This sentence is false. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 0:30:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 448F437B408 for ; Fri, 12 Oct 2001 00:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9C7U2Y30767; Fri, 12 Oct 2001 00:30:02 -0700 (PDT) (envelope-from gnats) Date: Fri, 12 Oct 2001 00:30:02 -0700 (PDT) Message-Id: <200110120730.f9C7U2Y30767@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ernst de Haan Subject: Re: ports/31216: New port: devel/plist-builder Reply-To: Ernst de Haan Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31216; it has been noted by GNATS. From: Ernst de Haan To: clefevre@citeweb.net Cc: FreeBSD-gnats-submit@freebsd.org, sobomax@freebsd.org Subject: Re: ports/31216: New port: devel/plist-builder Date: Fri, 12 Oct 2001 09:26:11 +0200 Cyrille, Thanks you very very much! This is the kind of input I want! I really want to improve my port-writing skills, but I usually don't get a lot of feedback. Seems everybody is busy with other things. I will modify the port. I guess I should send a new PR for the modified version of the port and then submit a reply to the old PR that points out that it is superceded by the new one, right? /Ernst On Thursday 11 October 2001 22:15, Cyrille Lefevre wrote: > Ernst de Haan wrote: > [snip] > > > X# New ports collection makefile for: devel/plist-builder > > X# Date created: 11 October 2001 > > X# Whom: Ernst de Haan > > X > > XPORTNAME= plist-builder > > XPORTVERSION= 1.0 > > XCATEGORIES= devel > > XMASTER_SITES= http://www.jollem.com/~ernst/ > > XDISTNAME= ${PORTNAME}${PORTVERSION} > > ... > > > XWRKSRC= ${WRKDIR}/${PORTNAME} > > so, you are the creator of this script set, no ? > why don't name the dist file ${PORTNAME}-${PORTVERSION} > which avoid the DISTNAME line. also, much better is to create > the archive like this : > > -rwxr-xr-x ernst/ernst 2718 Feb 20 14:28 2001 > plist-builder-1.0/build-plist -rwxr-xr-x root/wheel 255 Jan 4 01:33 > 2001 plist-builder-1.0/purge.pl ^^^^ > > which avoid the need to overwrite WRKSRC. also, the bsd.port.pre/post.mk > pair isn't needed in your port, a simple bsd.port.mk at the end do > it well. to finish, you may want to use INSTALL_SCRIPT rather than CP, > also, it would be better to put purge.pl in ${PREFIX}/libexec/${PORTNAME} > than in bin. how about to replace the purge.pl call by something > like `fgrep -v' or something like that ? isn't that sufficient ? > > IMHO, here is a more complete version of your scripts set. > I name it pkgbld and should be called in place of make. > pkgbld may not always generate up to date lists, in this case, run > `pkgbld cleanfiles'. mkmakeman should be rock :P > > #!/bin/sh -e > # > # @(#) pkgbld 1.1 (clefevre@citeweb) Thu Oct 11 21:25:53 CEST 2001 > # > # Copyright (c) 2001 Cyrille Lefevre. All rights reserved. > # > # Redistribution and use in source and binary forms, with or without > # modification, are permitted provided that the following conditions > # are met: > # > # 1. Redistributions of source code must retain the above copyright > # notice, this list of conditions and the following disclaimer. > # 2. Redistributions in binary form must reproduce the above copyright > # notice, this list of conditions and the following disclaimer in > # the documentation and/or other materials provided with the > # distribution. > # 3. The name of the authors and contributors may not be used to > # endorse or promote products derived from this software without > # specific prior written permission. > # > # THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' > # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED > # TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A > # PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS > # OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, > # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT > # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF > # USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND > # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, > # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT > # OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF > # SUCH DAMAGE. > # > # pkgbld install > # install things to ${TMPDIR}/${PKGNAME} > # > # the basic structure is : > # > # /tmp/package-version/local/ > # the package install tree > # /tmp/package-version/local.dirs > # the local dir list > # /tmp/package-version/local.files > # the local file list > # /tmp/package-version/mtree/ > # the mtree reference tree > # /tmp/package-version/mtree.dirs > # the mtree dir list > # /tmp/package-version/mtree.diffs > # contains the mtree.dirs vs. local.dirs diffs > # /tmp/package-version/dbpkg/ > # the package database tree > # /tmp/package-version/mlist > # made by pkgbld mlist > # /tmp/package-version/plist > # made by pkgbld plist > # > # pkgbld > fetch|extract|patch|configure|build|package|deinstall|clean|distclean # > common make targets (`build' is the default target). > # > # pkgbld refetch|reextract|repatch|reconfigure|rebuild|reinstall|repackage > # same as above but cookie files are deleted before to > # call the target w/o re and `FORCE_PKG_REGISTER' is defined. > # > # pkgbld mlist > # generates the manual pages variables > # using `mkmakeman', a script I've submit some times ago > # in the -ports mailing list as far as I remember me ? > # > # pkgbld plist > # generates the package plist. > # @comment $FreeBSD, %%PORTDOCS%% and info files are handled. > # > # pkgbld pkgadd > # depends on `make package' (need to be called before) > # runs `pkg_add' on the previously generated package archive. > # > # pkgbld pkgdel > # no comment. > # > # pkgbld listfile|listman|listpkg|listdir > # non standard targets, for debugging purpose... > # > # pkgbld cleanfile|cleandir > # non standard targets, for cleaning things up... > > awk=awk cat=cat comm=comm echo=echo find=find grep=grep make=make > mkdir=mkdir mtree=mtree pkg_add=pkg_add pkg_delete=pkg_delete rm=rm > sort=sort tee=tee tr=tr mkmakeman=mkmakeman > > TARGET=${1:-build} > [ $# -gt 0 ] && shift > > PKGNAME=$(${make} -V PKGNAME) > PKGFILE=$(${make} -V PKGFILE) > MTREE_ARGS=$(${make} -V MTREE_ARGS) > COOKIES="EXTRACT PATCH CONFIGURE BUILD INSTALL PACKAGE" > for cookie in ${COOKIES}; do > eval ${cookie}_COOKIE=$(${make} -V ${cookie}_COOKIE) > done > cookies=$(${echo} ${COOKIES} | ${tr} A-Z a-z) > > TMPDIR=/tmp > PKGDIR=${TMPDIR}/${PKGNAME} > > PREFIX=${PKGDIR}/local > DBDIR=${PKGDIR}/dbpkg > MTREE=${PKGDIR}/mtree > MLIST=${PKGDIR}/mlist > PLIST=${PKGDIR}/plist > > PREFIX_FILES=${PREFIX}.files > PREFIX_DIRS=${PREFIX}.dirs > DBDIR_FILES=${DBDIR}.files > MTREE_DIRS=${MTREE}.dirs > MTREE_DIFFS=${MTREE}.diffs > > cleandir () { > ${rm} -rf ${PKGDIR} > } > > cleanfile () { > ${rm} -f ${PREFIX_FILES} ${DBDIR_FILES} \ > ${PREFIX_DIRS} ${MTREE_DIRS} ${MTREE_DIFFS} \ > ${MLIST} ${PLIST} > } > > makemtree () { > [ -d ${MTREE} ] || { > ${mkdir} -p ${MTREE} > ${mtree} ${MTREE_ARGS} ${MTREE} > /dev/null > } > [ -f ${MTREE_DIRS} ] || > (cd ${MTREE} && ${find} * -type d > ${MTREE_DIRS}) > } > > makedir () { > [ -d ${PREFIX} -a -d ${DBDIR} ] || > ${mkdir} -p ${PREFIX} ${DBDIR} > makemtree > } > > runmake () { > case $1 in > install|package) > makedir > ;; > esac > ${make} "$@" PREFIX=${PREFIX} PKG_DBDIR=${DBDIR} > } > > runpkgadd () { > PKG_DBDIR=${DBDIR} ${pkg_add} -p ${PREFIX} -f ${PKGFILE} > } > > runpkgdel () { > PKG_DBDIR=${DBDIR} ${pkg_delete} -p ${PREFIX} -f ${PKGNAME} > } > > runfind () { > [ ${PREFIX_FILES} -nt ${INSTALL_COOKIE} ] && return > (cd ${PREFIX} && ${find} * ! -type d | ${sort} > ${PREFIX_FILES}) > (cd ${PREFIX} && ${find} * -type d > ${PREFIX_DIRS}) > (cd ${DBDIR} && ${find} * ! -type d | ${sort} > ${DBDIR_FILES}) > } > > makediff () { > makemtree > runfind > ${comm} -13 ${MTREE_DIRS} ${PREFIX_DIRS} | > {sort} -r | > ${awk} ' > /share\/locale/ { > print "@unexec rmdir %D/" $0 " 2>/dev/null || true" > next > } > { print "@dirrm", $0 } > ' > ${MTREE_DIFFS} > } > makemlist () { > ${mkmakeman} -o ${MLIST} ${PREFIX} > } > makeplist () { > makediff > ${echo} '@comment $FreeBSD$' | > ${cat} - ${PREFIX_FILES} ${MTREE_DIFFS} | > ${awk} ' > /^info\/dir$/ { next } > /^man\/man/ { next } > /share\/doc/ { > print "%%PORTDOCS%%" $0 > next > } > /\.info$/ { > print "@unexec install-info --quiet --delete %D/" $1 " %D/info/dir" > print > print "@exec install-info %D/" $1 " %D/info/dir" > next > } > /./' | > ${tee} ${PLIST} > } > > listfile () { > runfind > ${grep} -v man/man ${PREFIX_FILES} > } > listman () { > runfind > ${grep} man/man ${PREFIX_FILES} > } > listpkg () { > runfind > ${cat} ${DBDIR_FILES} > } > listdir () { > makediff > ${cat} ${MTREE_DIFFS} > } > > # main > case ${TARGET} in > fetch|extract|patch|configure|build|''|install|package|deinstall) > runmake ${TARGET} "$@" > ;; > refetch|reextract|repatch|reconfigure|rebuild|reinstall|repackage) > flag=0 > for target in ${cookies}; do > [ $target = ${TARGET#re} ] && flag=1 > [ $flag = 1 ] && eval ${rm} -f \${$(${echo} $target | \ > ${tr} a-z A-Z)_COOKIE} > done > runmake ${TARGET#re} FORCE_PKG_REGISTER=yes "$@" > ;; > clean|distclean) > runmake ${TARGET} "$@" > cleandir > ;; > pkgadd|pkgdel) > eval run${TARGET} > ;; > mlist|plist) > eval make${TARGET} > ;; > listfile*|listman*|listpkg*|listdir*|cleanfile*|cleandir*) > eval ${TARGET%s} > ;; > *) > cat << EOF >&2 > usage: pkgbld {[re]fetch [re]extract [re]patch [re]configure [re]build > [re]install [re]package deinstall clean distclean > listfile listman listdir listpkg mlist plist cleanfile cleandir} > arg... > EOF > exit 64 > esac > > #!/bin/sh -e > # > # @(#) mkmakeman 1.1 (clefevre@citeweb) Tue May 22 00:49:18 CEST 2001 > # > # Copyright (c) 2001 Cyrille Lefevre. All rights reserved. > # > # Redistribution and use in source and binary forms, with or without > # modification, are permitted provided that the following conditions > # are met: > # > # 1. Redistributions of source code must retain the above copyright > # notice, this list of conditions and the following disclaimer. > # 2. Redistributions in binary form must reproduce the above copyright > # notice, this list of conditions and the following disclaimer in > # the documentation and/or other materials provided with the > # distribution. > # 3. The name of the authors and contributors may not be used to > # endorse or promote products derived from this software without > # specific prior written permission. > # > # THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' > # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED > # TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A > # PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS > # OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, > # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT > # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF > # USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND > # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, > # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT > # OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF > # SUCH DAMAGE. > > append= > quiet= > mandir=man/man > prefix= > ofile=/dev/null > sections="1 2 3 4 5 6 7 8 9 l n" > ifile= > > cat=cat make=make grep=grep find=find sort=sort > xargs=xargs ls=ls sed=sed awk=awk tee=tee echo=echo > > usage () { > # bip! game over, same player, play again ;^) > $cat << EOF >&2 > usage: $0 [-q] [-m mandir] [-a|-o file] [-s sections] dir > $0 [-q] [-m mandir] [-p prefix] [-a|-o file] [-s sections] file > EOF > exit 64 > } > > abspath () { > # make the path absolute > case $1 in > /*) > $echo $1 ;; > *) > $echo $(pwd)/$1 ;; > esac > } > > while getopts a:m:o:p:qs: c; do > case $c in > a) > append=-a > ofile=$(abspath $OPTARG) ;; > m) > mandir=$OPTARG ;; > o) > ofile=$(abspath $OPTARG) ;; > p) > prefix=$OPTARG ;; > q) > quiet="> /dev/null" ;; > s) > sections=$OPTARG ;; > *) > usage ;; > esac > done > shift $(($OPTIND - 1)) > > # no args, good bye > if [ $# -eq 0 ]; then > usage > # a directory ? > elif [ -d "$1" ]; then > prefix=$1 > # a plain file then > else > if [ -z "$prefix" ]; then > # no prefix, try the find one > if [ -f Makefile ]; then > prefix=$($make -V PREFIX) > else > usage > fi > fi > ifile=$(abspath $1) > fi > > cd "$prefix" || exit > > for sec in $sections; do > if [ -n "$ifile" ]; then > $grep "$mandir$sec" "$ifile" > else > # find all manual pages > $find "$mandir$sec" ! -type d > fi | > # sort them > $sort +8 | > # expand symlinks > $xargs $ls -ld | > # mandir and suffix aren't needed > $sed "s,$mandir$sec/,$sec ,;s/\.gz//g" > # ^^^^^ we use that later > done | > $awk -v sections="$sections" ' > BEGIN { > # this ugly thing works ! > nsections = split (sections, sections, " ") > } > # found a symlink > /->/ { > links [nlinks++] = $NF " " $(NF - 2) > next > } > # so, its a plain file > { > # get the section number > sec = $(NF - 1) > # fill in an array by sections > mans [sec,nmans [sec]++] = $NF > } > END { > # for each sorted sections > for (k = 1; k <= nsections; k++) { > # get its name > sec = sections [k] > # is there any manual ? > if (! nmans [sec]) > continue > # ok, go on... > printf "MAN%s=", toupper(sec) > # let us go a lot faster > j = nmans [sec] - 1 > # for each manual > for (i = 0; i < nmans [sec]; i++) > # dont put a \ on the last line > printf "\t%s%s\n", mans [sec,i], i == j ? "" : " \\" > } > if (nlinks) { > printf "MLINKS=" > j = nlinks - 1 > for (i = 0; i < nlinks; i++) > printf "\t%s%s\n", links [i], i == j ? "" : " \\" > } > } > ' | > eval $tee $append "$ofile" $quiet > > Cyrille. -- Ernst de Haan EuroNet Internet B.V. "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 0:52: 9 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.noos.fr (claudel.noos.net [212.198.2.83]) by hub.freebsd.org (Postfix) with ESMTP id F246337B401 for ; Fri, 12 Oct 2001 00:52:05 -0700 (PDT) Received: (qmail 3591792 invoked by uid 0); 12 Oct 2001 07:52:03 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.231.187]) (envelope-sender ) by 212.198.2.83 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 12 Oct 2001 07:52:03 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id f9C7q2o85568; Fri, 12 Oct 2001 09:52:02 +0200 (CEST) (envelope-from root) Message-Id: <200110120752.f9C7q2o85568@gits.dyndns.org> Subject: Re: FreeBSD Port: isc-dhcp3-3.0.r11 In-Reply-To: <3BC618A6.53376160@veidit.net> To: John Angelmo Date: Fri, 12 Oct 2001 09:52:02 +0200 (CEST) Cc: ports@FreeBSD.org Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL94c (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org John Angelmo wrote: > > dhcp3 is now "stable" and not r11 I know, here is the pending PR : http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31058 Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 1:34:56 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hotmail.com (f202.law14.hotmail.com [64.4.21.202]) by hub.freebsd.org (Postfix) with ESMTP id D2E2137B408 for ; Fri, 12 Oct 2001 01:34:54 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 12 Oct 2001 01:34:54 -0700 Received: from 203.130.214.173 by lw14fd.law14.hotmail.msn.com with HTTP; Fri, 12 Oct 2001 08:34:54 GMT X-Originating-IP: [203.130.214.173] From: "himura kenshin" To: freebsd-ports@FreeBSD.org Date: Fri, 12 Oct 2001 16:34:54 +0800 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 12 Oct 2001 08:34:54.0769 (UTC) FILETIME=[C4A66210:01C152F8] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org subscribe _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 1:47:53 2001 Delivered-To: freebsd-ports@freebsd.org Received: from x53.infopact.nl (x53.infopact.nl [212.29.160.53]) by hub.freebsd.org (Postfix) with ESMTP id 75E7937B408 for ; Fri, 12 Oct 2001 01:47:51 -0700 (PDT) Received: (from nobody@localhost) by x53.infopact.nl (8.10.2/8.10.2) id f9C8loT00738; Fri, 12 Oct 2001 10:47:50 +0200 Date: Fri, 12 Oct 2001 10:47:50 +0200 Message-Id: <200110120847.f9C8loT00738@x53.infopact.nl> To: ports@FreeBSD.org Subject: asda From: "nepp@df.copm" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Untitled dit is een test van rogier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 1:50: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 75CC637B406 for ; Fri, 12 Oct 2001 01:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9C8o1844731; Fri, 12 Oct 2001 01:50:01 -0700 (PDT) (envelope-from gnats) Date: Fri, 12 Oct 2001 01:50:01 -0700 (PDT) Message-Id: <200110120850.f9C8o1844731@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Cyrille Lefevre Subject: Re: ports/31216: New port: devel/plist-builder Reply-To: Cyrille Lefevre Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31216; it has been noted by GNATS. From: Cyrille Lefevre To: Ernst de Haan Cc: FreeBSD-gnats-submit@freebsd.org, sobomax@freebsd.org Subject: Re: ports/31216: New port: devel/plist-builder Date: Fri, 12 Oct 2001 10:45:31 +0200 (CEST) Ernst de Haan wrote: > > I will modify the port. I guess I should send a new PR for the modified > version of the port and then submit a reply to the old PR that points out > that it is superceded by the new one, right? a new PR isn't needed. submitting a reply w/ the updated data will do the trick. Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 1:50:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CC9837B408 for ; Fri, 12 Oct 2001 01:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9C8o1F44740; Fri, 12 Oct 2001 01:50:01 -0700 (PDT) (envelope-from gnats) Received: from freebsd.org.ru (sweet.etrust.ru [194.84.67.5]) by hub.freebsd.org (Postfix) with ESMTP id ACCDC37B40A for ; Fri, 12 Oct 2001 01:47:15 -0700 (PDT) Received: by freebsd.org.ru (Postfix, from userid 1000) id 46279247; Fri, 12 Oct 2001 12:47:11 +0400 (MSD) Message-Id: <20011012084711.46279247@freebsd.org.ru> Date: Fri, 12 Oct 2001 12:47:11 +0400 (MSD) From: "Sergey A.Osokin" Reply-To: "Sergey A.Osokin" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31230: [MAINTAINER] update databases/gigabase from 2.46 to 2.47 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31230 >Category: ports >Synopsis: [MAINTAINER] update databases/gigabase from 2.46 to 2.47 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Oct 12 01:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sergey A. Osokin >Release: FreeBSD 4.4-STABLE i386 >Organization: Russian FreeBSD Team >Environment: System: FreeBSD 4.4-STABLE i386 >Description: update databases/gigabase from 2.46 to 2.47 from CHANGES: 1.Add validation of request in CLI protocol 2.Version 1.04 of Perl API >How-To-Repeat: >Fix: diff -ruN gigabase.old/Makefile gigabase/Makefile --- gigabase.old/Makefile Fri Oct 12 12:43:04 2001 +++ gigabase/Makefile Tue Oct 9 11:39:28 2001 @@ -6,7 +6,7 @@ # PORTNAME= gigabase -PORTVERSION= 2.46 +PORTVERSION= 2.47 CATEGORIES= databases MASTER_SITES= http://www.ispras.ru/~knizhnik/ diff -ruN gigabase.old/distinfo gigabase/distinfo --- gigabase.old/distinfo Fri Oct 12 12:43:04 2001 +++ gigabase/distinfo Tue Oct 9 12:04:07 2001 @@ -1 +1 @@ -MD5 (gigabase-2.46.tar.gz) = 984d2c5a7b0a7edbb0bc45850c8f7fd0 +MD5 (gigabase-2.47.tar.gz) = 90d3a868490ff0d6ffd2ecb564a69e27 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 1:53: 4 2001 Delivered-To: freebsd-ports@freebsd.org Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id 88A3237B406 for ; Fri, 12 Oct 2001 01:52:57 -0700 (PDT) Received: by totem.fix.no (Postfix, from userid 1000) id 3B2C13D3A; Fri, 12 Oct 2001 10:52:56 +0200 (CEST) Date: Fri, 12 Oct 2001 10:52:56 +0200 From: Anders Nordby To: Harold Paulson Cc: ports@freebsd.org Subject: Re: FreeBSD Port: drac-1.11 needs portmapper running Message-ID: <20011012105256.A22123@totem.fix.no> Mail-Followup-To: Anders Nordby , Harold Paulson , ports@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.22.1i X-PGP-Key: http://anders.fix.no/pgp/ X-PGP-Key-FingerPrint: 1E0F C53C D8DF 6A8F EAAD 19C5 D12A BC9F 0083 5956 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, On Thu, Oct 11, 2001 at 06:18:43PM -0700, Harold Paulson wrote: > I finally figured out why I couldn't get Drac running on my new box > when it works great on two other machines: > > portmap is disabled by default in -STABLE now > > Not sure when that changed but it used to be enabled by default. You > might want to include a mention of that in the notices the Makefile > spits out. Obviously rpc.dracd doesn't work without it. Yes. It is true that all RPC based services requires a portmapper. This is not special for dracd. If you ever read inetd.conf, a very common configuration file for configuring Internet services, you would probably have noticed. And if you ever used NFS or NIS, you would probably also have noticed. :-) Try "apropos rpc" one day. In FreeBSD -current, portmap doesn't exist either. It has been replaced by rpcbind. > I started portmap and it works great now. I also added: > > portmap_enable="YES" > > to my /etc/rc.conf. You might also mention that trick. As this is a general issue with RPC, I don't see the need for the drac port to document it. dracd is after all named "rpc.dracd" for a reason. Then again, do other people have an opinion here? Cheers, -- Anders. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 2: 0: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C2E637B407 for ; Fri, 12 Oct 2001 02:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9C902j45531; Fri, 12 Oct 2001 02:00:02 -0700 (PDT) (envelope-from gnats) Date: Fri, 12 Oct 2001 02:00:02 -0700 (PDT) Message-Id: <200110120900.f9C902j45531@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Cyrille Lefevre Subject: Re: ports/31229: new port: astro/linux-setiathome-i686 Reply-To: Cyrille Lefevre Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31229; it has been noted by GNATS. From: Cyrille Lefevre To: Edwin Groothuis Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/31229: new port: astro/linux-setiathome-i686 Date: Fri, 12 Oct 2001 10:54:48 +0200 (CEST) Edwin Groothuis wrote: > > >Number: 31229 > >Category: ports > >Synopsis: new port: astro/linux-setiathome-i686 > > New port, the i686 optimized version of the Linux setiathome. > From what I've heard and read it's faster than the i386 version. > It uses the original setiathome-port rc-script, just changes the > name and a couple of lines in it. I'll see to make this port a setiathome slave port which will avoid the BUILD_DEPENDS dependency. any objections ? Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 2:47:55 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F59B37B406; Fri, 12 Oct 2001 02:47:54 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9C9kGZ53159; Fri, 12 Oct 2001 02:46:16 -0700 (PDT) (envelope-from ijliao) Date: Fri, 12 Oct 2001 02:46:16 -0700 (PDT) From: Message-Id: <200110120946.f9C9kGZ53159@freefall.freebsd.org> To: koj@ofug.net, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30886: upgrade port of lla.pl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: upgrade port of lla.pl State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Fri Oct 12 02:46:08 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30886 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 2:58: 0 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 597E937B406; Fri, 12 Oct 2001 02:57:55 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9C9oL253832; Fri, 12 Oct 2001 02:50:21 -0700 (PDT) (envelope-from ijliao) Date: Fri, 12 Oct 2001 02:50:21 -0700 (PDT) From: Message-Id: <200110120950.f9C9oL253832@freefall.freebsd.org> To: vlm@spelio.net.ru, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31031: Maintainer update port: net/ipcad: upgrade to new version. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Maintainer update port: net/ipcad: upgrade to new version. State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Fri Oct 12 02:50:00 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31031 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 2:58: 2 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B455F37B409; Fri, 12 Oct 2001 02:57:55 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9C9pmv54055; Fri, 12 Oct 2001 02:51:48 -0700 (PDT) (envelope-from ijliao) Date: Fri, 12 Oct 2001 02:51:48 -0700 (PDT) From: Message-Id: <200110120951.f9C9pmv54055@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/31113: bsd.ports.subdir.mk: remove NOCLEANDEPENDS from the /etc/make.conf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: bsd.ports.subdir.mk: remove NOCLEANDEPENDS from the /etc/make.conf Responsible-Changed-From-To: freebsd-ports->portmgr Responsible-Changed-By: ijliao Responsible-Changed-When: Fri Oct 12 02:51:37 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31113 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 2:58: 2 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 874E037B407; Fri, 12 Oct 2001 02:57:55 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9C9m6G53517; Fri, 12 Oct 2001 02:48:06 -0700 (PDT) (envelope-from ijliao) Date: Fri, 12 Oct 2001 02:48:06 -0700 (PDT) From: Message-Id: <200110120948.f9C9m6G53517@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/30987: mail/evolution does not depend on db3 and gal 12 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: mail/evolution does not depend on db3 and gal 12 Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: ijliao Responsible-Changed-When: Fri Oct 12 02:47:56 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30987 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 3:47:56 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C851F37B403; Fri, 12 Oct 2001 03:47:54 -0700 (PDT) Received: (from tg@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9CAf7t62532; Fri, 12 Oct 2001 03:41:07 -0700 (PDT) (envelope-from tg) Date: Fri, 12 Oct 2001 03:41:07 -0700 (PDT) From: Message-Id: <200110121041.f9CAf7t62532@freefall.freebsd.org> To: charles.allen@ieee.org, tg@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31141: OpenDX port dumps core in dxexec Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: OpenDX port dumps core in dxexec State-Changed-From-To: open->closed State-Changed-By: tg State-Changed-When: Fri Oct 12 03:40:33 PDT 2001 State-Changed-Why: Should be fixed in latest version of the port. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31141 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 4:40:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DDBD337B408 for ; Fri, 12 Oct 2001 04:40:08 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9CBe8777218; Fri, 12 Oct 2001 04:40:08 -0700 (PDT) (envelope-from gnats) Date: Fri, 12 Oct 2001 04:40:08 -0700 (PDT) Message-Id: <200110121140.f9CBe8777218@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/31229: new port: astro/linux-setiathome-i686 Reply-To: Edwin Groothuis Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31229; it has been noted by GNATS. From: Edwin Groothuis To: Cyrille Lefevre Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/31229: new port: astro/linux-setiathome-i686 Date: Fri, 12 Oct 2001 21:31:28 +1000 On Fri, Oct 12, 2001 at 10:54:48AM +0200, Cyrille Lefevre wrote: > Edwin Groothuis wrote: > > > > >Number: 31229 > > >Category: ports > > >Synopsis: new port: astro/linux-setiathome-i686 > > > > New port, the i686 optimized version of the Linux setiathome. > > From what I've heard and read it's faster than the i386 version. > > It uses the original setiathome-port rc-script, just changes the > > name and a couple of lines in it. > > I'll see to make this port a setiathome slave port which will avoid > the BUILD_DEPENDS dependency. any objections ? No objections from me. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 5: 4: 4 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mydomain.com (1Cust113.tnt2.cph3.da.uu.net [213.116.21.113]) by hub.freebsd.org (Postfix) with ESMTP id 688D337B408; Fri, 12 Oct 2001 05:03:57 -0700 (PDT) Date: Fri, 12 Oct 2001 14:01:20 +0100 From: WILDSTUFF To: EROTICA@FreeBSD.ORG Subject: SEXWEB NO.1 .. MEGAWEB-SEX ! Message-Id: <20011012120357.688D337B408@hub.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dear Ladies & Gentlemen, Welcome to the GREATEST SEX SHOW on the ENTIRE NET ! We now offer you to ENTER the World´s No.1 voted SEX-SERVER on the WEB ! By far the largest and most incredible content of LIVE SEX is now served to users WORLDWIDE! EVERYTHING is offered 100% ANONOMOUSLY & you don´t need to sign-up or have a creditcard ... The way it should be ! TO PLUGIN and get access to something you with guarantee NEVER have seen before, use ANY of the servers listed below ! Enjoy the BEST! Yours truly, EROTICA ENTERTAINMENT INC. To get EASY ACCESS & PLUGIN to the LARGEST CONTENT SEXSERVER on the NET, use any of the 3 SERVERS listed here: 1. http://wownet.onweb.cx 2. http://wwwap.to/wownet 3. http://wownet.diz.nu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 5:12: 6 2001 Delivered-To: freebsd-ports@freebsd.org Received: from moutvdom01.kundenserver.de (moutvdom01.kundenserver.de [195.20.224.200]) by hub.freebsd.org (Postfix) with ESMTP id 0533637B40D for ; Fri, 12 Oct 2001 05:11:53 -0700 (PDT) Received: from [195.20.224.204] (helo=mrvdom00.schlund.de) by moutvdom01.kundenserver.de with esmtp (Exim 2.12 #2) id 15s1AN-0005ju-00; Fri, 12 Oct 2001 14:11:51 +0200 Received: from pd90172c0.dip.t-dialin.net ([217.1.114.192]) by mrvdom00.schlund.de with esmtp (Exim 2.12 #2) id 15s1AN-0003wr-00; Fri, 12 Oct 2001 14:11:51 +0200 Date: Fri, 12 Oct 2001 12:11:23 +0000 (GMT) From: "P. U. (Uli) Kruppa" X-X-Sender: To: "nepp@df.copm" Cc: Subject: Re: asda In-Reply-To: <200110120847.f9C8loT00738@x53.infopact.nl> Message-ID: <20011012120927.B13462-100000@big> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 12 Oct 2001, nepp@df.copm wrote: Untitled dit is een test van rogier > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > ************************************ * P. U. Kruppa - Wuppertal * * Germany * * www.pukruppa.de www.2000d.de * ************************************ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 6: 0:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5726D37B408 for ; Fri, 12 Oct 2001 06:00:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9CD01a01071; Fri, 12 Oct 2001 06:00:01 -0700 (PDT) (envelope-from gnats) Received: from arthur.cs.uni-magdeburg.de (arthur.CS.Uni-Magdeburg.De [141.44.27.36]) by hub.freebsd.org (Postfix) with ESMTP id D244537B407 for ; Fri, 12 Oct 2001 05:53:26 -0700 (PDT) Received: (from jesse@localhost) by arthur.cs.uni-magdeburg.de (8.11.6/8.11.6) id f9CCrsB88563; Fri, 12 Oct 2001 14:53:54 +0200 (CEST) (envelope-from jesse) Message-Id: <200110121253.f9CCrsB88563@arthur.cs.uni-magdeburg.de> Date: Fri, 12 Oct 2001 14:53:54 +0200 (CEST) From: Roland Jesse Reply-To: Roland Jesse To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31231: New port: Version 3 of Squeak, SUPERCEEDS PR ports/26292 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31231 >Category: ports >Synopsis: New port: Version 3 of Squeak, SUPERCEEDS PR ports/26292 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 12 06:00:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Roland Jesse >Release: FreeBSD 4.4-STABLE i386 >Organization: Otto-von-Guericke University of Magdeburg >Environment: System: FreeBSD arthur.cs.uni-magdeburg.de 4.4-STABLE FreeBSD 4.4-STABLE #0: Thu Oct 11 16:15:30 MEST 2001 jesse@arthur.cs.uni-magdeburg.de:/usr/obj/usr/src/sys/ARTHUR i386 >Description: Squeak is a implementation of the Smalltalk programming environment; it includes among other things: * a rapid-turn-around Smalltalk-80 compiler, * a caching-JIT run-time virtual machine (with full source in Smalltalk), * large class libraries with portable data and GUI models, and * an integrated development environment with coding tools, GUI construction. Squeak was developed at Apple Labs and Walt Disney and has been ported to a variety of computers (including most flavors of UNIX and Windows). Compared to other Smalltalk systems, Squeak has 4 important features: * Portability (to Mac, Windows, WinCE, and many flavors of UNIX); * Speed (it uses native C for compute-intensive code); * Price (free, including all source code and the right to distribute applications!); and * Sophistication (full Smalltalk-80 language, libraries, and tools). WWW: http://www.squeak.org/ >How-To-Repeat: n/a >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: # # squeak3 # squeak3/distinfo # squeak3/Makefile # squeak3/pkg-comment # squeak3/pkg-descr # squeak3/pkg-plist # echo c - squeak3 mkdir -p squeak3 > /dev/null 2>&1 echo x - squeak3/distinfo sed 's/^X//' >squeak3/distinfo << 'END-of-squeak3/distinfo' XMD5 (squeak/Squeak-3.0-src.tar.gz) = 0125f53c1e1db20639f328088c3824de XMD5 (squeak/SqueakV3.sources.gz) = 7dc6b3840e6bc1e5f81e3717fb46d2c3 XMD5 (squeak/Squeak3.0-3552.zip) = 7256e4b4d568b53499f2a346930308e6 END-of-squeak3/distinfo echo x - squeak3/Makefile sed 's/^X//' >squeak3/Makefile << 'END-of-squeak3/Makefile' X# New ports collection makefile for: squeak X# Date created: 12 October 2001 X# Whom: jesse@cs.uni-magdeburg.de X# X# $FreeBSD$ X# X XPORTNAME= squeak XPORTVERSION= 3.0 XCATEGORIES= lang XMASTER_SITES= ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/Smalltalk/Squeak/3.0/unix-linux/src/ \ X ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/Smalltalk/Squeak/3.0/platform-independent/ XDISTNAME= Squeak-${PORTVERSION}-src XDISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${SQUEAK_SRC} ${SQUEAK_IMAGE_SRC} XEXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} X XMAINTAINER= jesse@cs.uni-magdeburg.de X X# Don't set USE_ZIP as this breaks EXTRACT_CMD, EXTRACT_SUFX, and what not. XBUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip X XSQUEAK_SRC= SqueakV3.sources.gz XSQUEAK_IMAGE_SRC= Squeak3.0-3552.zip XSQUEAK_IMAGE= Squeak3.0.image Squeak3.0.changes X XWRKSRC= ${WRKDIR}/Squeak-3.0 XUSE_XLIB= yes XUSE_GMAKE= yes XHAS_CONFIGURE= yes XINSTALLS_SHLIB= yes XLDCONFIG_DIRS= ${PREFIX}/share/squeak/3.0 XCONFIGURE_WRKSRC= ${WRKSRC}/build XINSTALL_WRKSRC= ${CONFIGURE_WRKSRC} XCONFIGURE_SCRIPT= ../src/unix/configure XCONFIGURE_ARGS+= --libdir=${PREFIX}/share X# don't pass "-s" to install to avoid trying to strip a shell script XCONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}" XBUILD_WRKSRC= ${WRKSRC}/build XDIST_SUBDIR= squeak X XMAKEFILE= Makefile X.ifdef (CC) XMAKE_ARGS+= CC=${CC} X.endif X.ifdef (CFLAGS) XMAKE_ARGS+= CCFLAGS="${CFLAGS}" X.endif X Xpre-configure: X @${MKDIR} ${BUILD_WRKSRC} X Xpost-install: X (cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${SQUEAK_SRC} ${PREFIX}/share/squeak/) X (cd ${PREFIX}/share/squeak && ${EXTRACT_CMD} -d ${SQUEAK_SRC}) X (cd ${PREFIX}/share/squeak && unzip -x ${DISTDIR}/${DIST_SUBDIR}/${SQUEAK_IMAGE_SRC}) X (cd ${PREFIX}/share/squeak && ${CHMOD} 644 Squeak3.0.changes) X strip ${PREFIX}/share/squeak/3.0/squeak X @${ECHO} "--------------- Please note: ---------------" X @${ECHO} "Make sure you have ${PREFIX}/bin in your PATH" X @${ECHO} "and ${PREFIX}/lib in your LD_LIBRARY_PATH." X @${ECHO} "" X @${ECHO} "In order to be able to make use of squeak you need" X @${ECHO} "to have an image and a changes file in your working" X @${ECHO} "directory as well as access to a source file." X @${ECHO} "Execute the following:" X @${ECHO} "cd " X @${ECHO} "cp ${PREFIX}/share/squeak/Squeak3.0.image ." X @${ECHO} "cp ${PREFIX}/share/squeak/Squeak3.0.changes ." X @${ECHO} "ln -s ${PREFIX}/share/squeak/SqueakV3.sources ." X @${ECHO} "" X @${ECHO} "To finally start up the system type:" X @${ECHO} "squeak Squeak3.0.image" X @${ECHO} "--------------- Thanks for listening. ---------------" X X.include END-of-squeak3/Makefile echo x - squeak3/pkg-comment sed 's/^X//' >squeak3/pkg-comment << 'END-of-squeak3/pkg-comment' XFull Smalltalk 80 with portability to UNIX, Mac, and Windows END-of-squeak3/pkg-comment echo x - squeak3/pkg-descr sed 's/^X//' >squeak3/pkg-descr << 'END-of-squeak3/pkg-descr' XSqueak is a implementation of the Smalltalk programming Xenvironment; it includes among other things: X * a rapid-turn-around Smalltalk-80 compiler, X * a caching-JIT run-time virtual machine (with full source in X Smalltalk), X * large class libraries with portable data and GUI models, and X * an integrated development environment with coding tools, GUI X construction. X XSqueak was developed at Apple Labs and Walt Disney and has been ported Xto a variety of computers (including most flavors of UNIX and XWindows). Compared to other Smalltalk systems, Squeak has 4 important Xfeatures: X * Portability (to Mac, Windows, WinCE, and many flavors of UNIX); X * Speed (it uses native C for compute-intensive code); X * Price (free, including all source code and the right to distribute X applications!); and X * Sophistication (full Smalltalk-80 language, libraries, and tools). X XWWW: http://www.squeak.org/ X XRoland Jesse END-of-squeak3/pkg-descr echo x - squeak3/pkg-plist sed 's/^X//' >squeak3/pkg-plist << 'END-of-squeak3/pkg-plist' Xbin/squeak Xbin/inisqueak Xshare/squeak/3.0/Profiler.la Xshare/squeak/3.0/Profiler.so Xshare/squeak/3.0/System.la Xshare/squeak/3.0/System.so Xshare/squeak/3.0/inisqueak Xshare/squeak/3.0/squeak Xshare/squeak/3.0/squeak.map Xshare/squeak/Squeak3.0final.changes Xshare/squeak/Squeak3.0final.image Xshare/squeak/SqueakV3.sources X@dirrm share/squeak/3.0 X@dirrm share/squeak END-of-squeak3/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 6:10: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D90F37B405 for ; Fri, 12 Oct 2001 06:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9CDA2H07822; Fri, 12 Oct 2001 06:10:02 -0700 (PDT) (envelope-from gnats) Received: from postfix2-1.free.fr (postfix2-1.free.fr [213.228.0.9]) by hub.freebsd.org (Postfix) with ESMTP id 9249237B40A for ; Fri, 12 Oct 2001 06:08:17 -0700 (PDT) Received: from graf.pompo.net (lyon-2-a7-56-138.dial.proxad.net [212.27.56.138]) by postfix2-1.free.fr (Postfix) with ESMTP id AAAD0281 for ; Fri, 12 Oct 2001 15:08:15 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id 2364076A9; Fri, 12 Oct 2001 15:06:27 +0200 (CEST) Message-Id: <20011012130627.2364076A9@graf.pompo.net> Date: Fri, 12 Oct 2001 15:06:27 +0200 (CEST) From: Thierry Thomas Reply-To: Thierry Thomas To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31232: Port mail/imp: typo when building with ldap2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31232 >Category: ports >Synopsis: Port mail/imp: typo when building with ldap2 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Oct 12 06:10:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 4.4-STABLE i386 >Organization: Kabbale Eros >Environment: System: FreeBSD graf.pompo.net 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Sep 22 10:41:40 CEST 2001 root@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF010429 i386 >Description: There was a typo in LIB_DEPENDS for ldap.2, and make -DWITH_LDAP2 was giving the message "dependency list incomplete". >How-To-Repeat: Try to 'make -DWITH_LDAP2' >Fix: Apply the enclosed patch (Warning! it applies after PR/31090, not yet committed) --- Makefile.orig Sat Oct 6 22:50:21 2001 +++ Makefile Fri Oct 12 14:51:49 2001 @@ -50,8 +50,8 @@ .if !defined(WITHOUT_LDAP) .if defined(WITH_LDAP2) -LIB_DEPENDS+= ldap.2:\${PORTSDIR}/net/openldap2 \ - lber.2:\${PORTSDIR}/net/openldap2 +LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 \ + lber.2:${PORTSDIR}/net/openldap2 .else LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap \ lber.1:${PORTSDIR}/net/openldap >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 6:17:56 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF12E37B408; Fri, 12 Oct 2001 06:17:54 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9CDAMn07971; Fri, 12 Oct 2001 06:10:22 -0700 (PDT) (envelope-from knu) Date: Fri, 12 Oct 2001 06:10:22 -0700 (PDT) From: Message-Id: <200110121310.f9CDAMn07971@freefall.freebsd.org> To: teramoto@comm.eng.osaka-u.ac.jp, bsdport@ddm.wox.org, knu@FreeBSD.org, freebsd-ports@FreeBSD.org, knu@FreeBSD.org Subject: Re: ports/30999: [PORT UPDATE] security/gpgme 0.2.2 -> 0.2.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PORT UPDATE] security/gpgme 0.2.2 -> 0.2.3 State-Changed-From-To: open->feedback State-Changed-By: knu State-Changed-When: Fri Oct 12 22:09:49 JST 2001 State-Changed-Why: Waiting for MAINTAINER's approval. Responsible-Changed-From-To: freebsd-ports->knu Responsible-Changed-By: knu Responsible-Changed-When: Fri Oct 12 22:09:49 JST 2001 Responsible-Changed-Why: I'll handle this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30999 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 6:57:59 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED63837B406; Fri, 12 Oct 2001 06:57:54 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9CDrVk40921; Fri, 12 Oct 2001 06:53:31 -0700 (PDT) (envelope-from tobez) Date: Fri, 12 Oct 2001 06:53:31 -0700 (PDT) From: Message-Id: <200110121353.f9CDrVk40921@freefall.freebsd.org> To: jesse@cs.uni-magdeburg.de, tobez@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/26292: New port: Version 3 of Squeak, the Smalltalk 80 dialect Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: Version 3 of Squeak, the Smalltalk 80 dialect State-Changed-From-To: analyzed->closed State-Changed-By: tobez State-Changed-When: Fri Oct 12 06:52:27 PDT 2001 State-Changed-Why: Superceeded by 31231. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26292 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 8:17:56 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A82E37B407; Fri, 12 Oct 2001 08:17:55 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9CFDLw05307; Fri, 12 Oct 2001 08:13:21 -0700 (PDT) (envelope-from ijliao) Date: Fri, 12 Oct 2001 08:13:21 -0700 (PDT) From: Message-Id: <200110121513.f9CFDLw05307@freefall.freebsd.org> To: ingham@i-pi.com, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31176: Updated Makefile and distinfo for ifhp port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Updated Makefile and distinfo for ifhp port State-Changed-From-To: open->feedback State-Changed-By: ijliao State-Changed-When: Fri Oct 12 07:53:08 PDT 2001 State-Changed-Why: dup with pr/30925 this pr (31176) upgrade to 3.4.6, but 30925 upgrade to 3.4.7 which is latest ? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31176 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 9:43:31 2001 Delivered-To: freebsd-ports@freebsd.org Received: from moutvdom00.kundenserver.de (moutvdom00.kundenserver.de [195.20.224.149]) by hub.freebsd.org (Postfix) with ESMTP id 45C8937B401 for ; Fri, 12 Oct 2001 09:43:18 -0700 (PDT) Received: from [195.20.224.204] (helo=mrvdom00.schlund.de) by moutvdom00.kundenserver.de with esmtp (Exim 2.12 #2) id 15s5P0-000127-00; Fri, 12 Oct 2001 18:43:14 +0200 Received: from pd90172c0.dip.t-dialin.net ([217.1.114.192]) by mrvdom00.schlund.de with esmtp (Exim 2.12 #2) id 15s5Oy-0005rx-00; Fri, 12 Oct 2001 18:43:13 +0200 Date: Fri, 12 Oct 2001 16:42:46 +0000 (GMT) From: "P. U. (Uli) Kruppa" X-X-Sender: To: Joe Clarke Cc: Subject: Re: gnome-port breaks in gnomeutils In-Reply-To: <20011011203316.M10968-100000@big> Message-ID: <20011012163620.Q13877-100000@big> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 11 Oct 2001, P. U. (Uli) Kruppa wrote: > On Thu, 11 Oct 2001, Joe Clarke wrote: > > > A problem relating to gtt in gnome-utils was fixed yesterday. Have you > > cvsup'd the latest ports? > In my - central european time - it was yesterday. But I > will do a cvsup! Ok, now everything worked fine! Congratulations to everyone who is responsible for this!!! By the way: This gdm-stuff was a bit strange. I was asked if gdm should be installed. When I said no (because of the security risk) installation broke - in gdm (!?) . So I said yes and all went right. Uli. > > Joe > > > > On Thu, 11 Oct 2001, P. U. (Uli) Kruppa wrote: > > > > > Hi, > > > > > > I tried the gnome-port on a freshly installed and cvsupped > > > -STABLE . It broke in gnomeutils. These are its last > > > thousand words (sorry when they are too long): > > > > > > --------------------------------- > > > ===> Installing for gnome-1.4.1b2 > > > ===> gnome-1.4.1b2 depends on executable: another_clock_applet - found > > > ===> gnome-1.4.1b2 depends on executable: gtcd - found > > > ===> gnome-1.4.1b2 depends on file: /usr/X11R6/share/gnome/help/glossary/C/index.html - found > > > ===> gnome-1.4.1b2 depends on executable: gcalc - not found > > > ===> Verifying install for gcalc in /usr/ports/misc/gnomeutils > > > ===> Building for gnomeutils-1.4.1 > > > gmake all-recursive > > > gmake[1]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1' > > > Making all in po > > > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/po' > > > gmake[2]: Nothing to be done for `all'. > > > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/po' > > > Making all in intl > > > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/intl' > > > gmake[2]: Nothing to be done for `all'. > > > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/intl' > > > Making all in macros > > > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/macros' > > > gmake[2]: Nothing to be done for `all'. > > > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/macros' > > > Making all in idl > > > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/idl' > > > gmake[2]: Nothing to be done for `all'. > > > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/idl' > > > Making all in logview > > > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview' > > > Making all in pixmaps > > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview/pixmaps' > > > gmake[3]: Nothing to be done for `all'. > > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview/pixmaps' > > > Making all in doc > > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview/doc' > > > Making all in C > > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview/doc/C' > > > gmake[4]: Nothing to be done for `all'. > > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview/doc/C' > > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview/doc' > > > gmake[4]: Nothing to be done for `all-am'. > > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview/doc' > > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview/doc' > > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview' > > > gmake[3]: Nothing to be done for `all-am'. > > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview' > > > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/logview' > > > Making all in gcharmap > > > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap' > > > Making all in src > > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/src' > > > gmake[3]: Nothing to be done for `all'. > > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/src' > > > Making all in pixmaps > > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/pixmaps' > > > gmake[3]: Nothing to be done for `all'. > > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/pixmaps' > > > Making all in doc > > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/doc' > > > Making all in C > > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/doc/C' > > > gmake[4]: Nothing to be done for `all'. > > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/doc/C' > > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/doc' > > > gmake[4]: Nothing to be done for `all-am'. > > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/doc' > > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap/doc' > > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap' > > > gmake[3]: Nothing to be done for `all-am'. > > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap' > > > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcharmap' > > > Making all in gcalc > > > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc' > > > Making all in doc > > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc' > > > Making all in C > > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc/C' > > > gmake[4]: Nothing to be done for `all'. > > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc/C' > > > Making all in de > > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc/de' > > > gmake[4]: Nothing to be done for `all'. > > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc/de' > > > Making all in it > > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc/it' > > > gmake[4]: Nothing to be done for `all'. > > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc/it' > > > Making all in es > > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc/es' > > > gmake[4]: Nothing to be done for `all'. > > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc/es' > > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc' > > > gmake[4]: Nothing to be done for `all-am'. > > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc' > > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc/doc' > > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc' > > > gmake[3]: Nothing to be done for `all-am'. > > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc' > > > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gcalc' > > > Making all in gsearchtool > > > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool' > > > Making all in help > > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help' > > > Making all in C > > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help/C' > > > gmake[4]: Nothing to be done for `all'. > > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help/C' > > > Making all in it > > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help/it' > > > gmake[4]: Nothing to be done for `all'. > > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help/it' > > > Making all in es > > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help/es' > > > gmake[4]: Nothing to be done for `all'. > > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help/es' > > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help' > > > gmake[4]: Nothing to be done for `all-am'. > > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help' > > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool/help' > > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool' > > > gmake[3]: Nothing to be done for `all-am'. > > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool' > > > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gsearchtool' > > > Making all in gdiskfree > > > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree' > > > Making all in doc > > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc' > > > Making all in C > > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc/C' > > > gmake[4]: Nothing to be done for `all'. > > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc/C' > > > Making all in es > > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc/es' > > > gmake[4]: Nothing to be done for `all'. > > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc/es' > > > Making all in it > > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc/it' > > > gmake[4]: Nothing to be done for `all'. > > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc/it' > > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc' > > > gmake[4]: Nothing to be done for `all-am'. > > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc' > > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree/doc' > > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree' > > > gmake[3]: Nothing to be done for `all-am'. > > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree' > > > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdiskfree' > > > Making all in stripchart > > > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart' > > > Making all in doc > > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart/doc' > > > Making all in C > > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart/doc/C' > > > gmake[4]: Nothing to be done for `all'. > > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart/doc/C' > > > Making all in es > > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart/doc/es' > > > gmake[4]: Nothing to be done for `all'. > > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart/doc/es' > > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart/doc' > > > gmake[4]: Nothing to be done for `all-am'. > > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart/doc' > > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart/doc' > > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart' > > > gmake[3]: Nothing to be done for `all-am'. > > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart' > > > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/stripchart' > > > Making all in gdictsrc > > > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc' > > > Making all in doc > > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc/doc' > > > Making all in C > > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc/doc/C' > > > gmake[4]: Nothing to be done for `all'. > > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc/doc/C' > > > Making all in es > > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc/doc/es' > > > gmake[4]: Nothing to be done for `all'. > > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc/doc/es' > > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc/doc' > > > gmake[4]: Nothing to be done for `all-am'. > > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc/doc' > > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc/doc' > > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc' > > > gmake[3]: Nothing to be done for `all-am'. > > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc' > > > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gdictsrc' > > > Making all in gtt > > > gmake[2]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt' > > > Making all in doc > > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/doc' > > > Making all in C > > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/doc/C' > > > gmake[4]: Nothing to be done for `all'. > > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/doc/C' > > > Making all in es > > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/doc/es' > > > gmake[4]: Nothing to be done for `all'. > > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/doc/es' > > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/doc' > > > gmake[4]: Nothing to be done for `all-am'. > > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/doc' > > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/doc' > > > Making all in glade > > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/glade' > > > gmake[3]: Nothing to be done for `all'. > > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/glade' > > > Making all in help > > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help' > > > Making all in C > > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help/C' > > > gmake[4]: Nothing to be done for `all'. > > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help/C' > > > Making all in es > > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help/es' > > > gmake[4]: Nothing to be done for `all'. > > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help/es' > > > Making all in de > > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help/de' > > > gmake[4]: Nothing to be done for `all'. > > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help/de' > > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help' > > > gmake[4]: Nothing to be done for `all-am'. > > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help' > > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/help' > > > Making all in ghtml > > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/ghtml' > > > Making all in C > > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/ghtml/C' > > > gmake[4]: Nothing to be done for `all'. > > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/ghtml/C' > > > gmake[4]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/ghtml' > > > gmake[4]: Nothing to be done for `all-am'. > > > gmake[4]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/ghtml' > > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt/ghtml' > > > gmake[3]: Entering directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt' > > > cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DGTTGLADEDIR=\""/usr/X11R6/share/gnome/gtt"\" -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -O -pipe -I/usr/X11R6/include -Wall -Wunused -I/usr/X11R6/include/gconf/1 -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gnome! > > -1.0 -DNEED_GNOMESUPPORT_H -I/usr/local/include/gnome-xml -I/usr/X11R6/include/libglade-1.0 -I/usr/X11R6/include/gconf/1 -I/usr/local/include/orbit-1.0 -DGTKHTML_HAVE_GCONF -c util.c > > > gmake[3]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt' > > > gmake[2]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1/gtt' > > > gmake[1]: Leaving directory `/usr/ports/misc/gnomeutils/work/gnome-utils-1.4.1' > > > *** Error code 2 > > > > > > Stop in /usr/ports/misc/gnomeutils. > > > *** Error code 1 > > > > > > Stop in /usr/ports/misc/gnomeutils. > > > *** Error code 1 > > > > > > Stop in /usr/ports/misc/gnomeutils. > > > *** Error code 1 > > > > > > Stop in /usr/ports/misc/gnomeutils. > > > *** Error code 1 > > > > > > Stop in /usr/ports/x11/gnome. > > > *** Error code 1 > > > > > > Stop in /usr/ports/x11/gnome. > > > *** Error code 1 > > > > > > Stop in /usr/ports/x11/gnome. > > > > > > > > > ------------------------------------- > > > > > > ************************************ > > > * P. U. Kruppa - Wuppertal * > > > * Germany * > > > * www.pukruppa.de www.2000d.de * > > > ************************************ > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-ports" in the body of the message > > > > > > > > > > > > ************************************ > * P. U. Kruppa - Wuppertal * > * Germany * > * www.pukruppa.de www.2000d.de * > ************************************ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > ************************************ * P. U. Kruppa - Wuppertal * * Germany * * www.pukruppa.de www.2000d.de * ************************************ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 10:17:56 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 353DC37B407; Fri, 12 Oct 2001 10:17:55 -0700 (PDT) Received: (from tom@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9CHFAD27732; Fri, 12 Oct 2001 10:15:10 -0700 (PDT) (envelope-from tom) Date: Fri, 12 Oct 2001 10:15:10 -0700 (PDT) From: Message-Id: <200110121715.f9CHFAD27732@freefall.freebsd.org> To: thierry@thomas.as, tom@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31232: Port mail/imp: typo when building with ldap2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Port mail/imp: typo when building with ldap2 State-Changed-From-To: open->closed State-Changed-By: tom State-Changed-When: Fri Oct 12 10:14:09 PDT 2001 State-Changed-Why: Fixed in revision 1.4 of /usr/ports/mail/imp/Makefile - Thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31232 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 12:19:18 2001 Delivered-To: freebsd-ports@freebsd.org Received: from proxy4.ba.best.com (proxy4.ba.best.com [206.184.139.15]) by hub.freebsd.org (Postfix) with ESMTP id 9381737B40B for ; Fri, 12 Oct 2001 12:19:13 -0700 (PDT) Received: from host1.jeffc.isdn.best.com (host1.jeffc.isdn.best.com [206.86.192.202]) by proxy4.ba.best.com (8.9.3/8.9.2/best.out) with ESMTP id MAA17280 for ; Fri, 12 Oct 2001 12:17:56 -0700 (PDT) Date: Fri, 12 Oct 2001 12:17:52 -0700 From: Jeff Chan X-Mailer: The Bat! (v1.53bis) Personal Reply-To: Jeff Chan X-Priority: 3 (Normal) Message-ID: <4421442904.20011012121752@supranet.net> To: ports@FreeBSD.org Subject: Fwd: ANNOUNCE: rwhoisd-1.5.7.1 available. MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dear Sirs and Madams, Please consider bringing the new 1.5.7.1 rwhoisd release into the ports tree. It was specifically built to address FreeBSD issues, including the broken-by-default indexer, which is a key component of this system. Thanks, Jeff Chan __ This is a forwarded message From: David Blacka To: rwhois@rwhois.net, rwhois-announce@rwhois.net Date: Thursday, October 04, 2001, 2:14:49 PM Subject: ANNOUNCE: rwhoisd-1.5.7.1 available. ===8<==============Original message text=============== This release should be considered "beta", as some of the changes have not be adequately tested. It does not include ARIN's changes (rwhoisd-1.5.8). These are the primary changes: * upgraded to using autoconf 2.5.2d. This _should_ fix the segfaulting problems on FreeBSD/OpenBSD. Let me know if it doesn't. * Removed the PGP guardian stuff. I'm guessing that noone actually used this feature, and I am unconvinced that it actually worked. * Uncommented the sample data. This has caused a lot of confusion. On the other hand, you need to make sure that you aren't publishing data for "a.com" and 10.0.0.0/8. mktemp is still used instead of the safer mkstemp. It would take a bit more refactoring to use mkstemp correctly than seemed worth it, so for now, just ignore the warnings that gcc gives you about it. Many of the warnings were for the PGP code, which is now gone. Enjoy. -- David Blacka Sr. Research Engineer Verisign Applied Research _______________________________________________ Rwhois mailing list Rwhois@rwhois.net http://lists.research.netsol.com/mailman/listinfo/rwhois ===8<===========End of original message text=========== -- Jeff Chan mailto:rwhois@jeffchan.com http://www.jeffchan.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 13:50:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B8D537B403 for ; Fri, 12 Oct 2001 13:50:08 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9CKo8s65578; Fri, 12 Oct 2001 13:50:08 -0700 (PDT) (envelope-from gnats) Received: from enki.blacktabby.org (adsl-63-202-173-14.dsl.snfc21.pacbell.net [63.202.173.14]) by hub.freebsd.org (Postfix) with ESMTP id DDE8A37B40C for ; Fri, 12 Oct 2001 13:42:07 -0700 (PDT) Received: by enki.blacktabby.org (Postfix, from userid 1000) id D4F582D; Fri, 12 Oct 2001 13:42:07 -0700 (PDT) Message-Id: <20011012204207.D4F582D@enki.blacktabby.org> Date: Fri, 12 Oct 2001 13:42:07 -0700 (PDT) From: Adam Kranzel Reply-To: Adam Kranzel To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31236: Update maintainer email for games/xrisk port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31236 >Category: ports >Synopsis: Update maintainer email for games/xrisk port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Oct 12 13:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Adam Kranzel >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD enki.blacktabby.org 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Tue Oct 2 15:08:16 PDT 2001 adam@enki.blacktabby.org:/usr/obj/usr/src/sys/ENKI-NODEBUG i386 >Description: My email address has changed, the attched patch updates the port to reflect this. >How-To-Repeat: n/a >Fix: diff -ruN xrisk.good/Makefile xrisk/Makefile --- xrisk.good/Makefile Fri Oct 12 13:23:12 2001 +++ xrisk/Makefile Fri Oct 12 13:31:26 2001 @@ -11,7 +11,7 @@ MASTER_SITES= http://my.pages.de/pub/comp/games/xrisk/ \ http://www.mikro.biologie.tu-muenchen.de/pub/rec/games/xrisk/ -MAINTAINER= adam@alameda.edu +MAINTAINER= adam@blacktabby.org USE_IMAKE= yes MAN6= xrisk.6 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 14: 0: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6180537B409 for ; Fri, 12 Oct 2001 14:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9CL02466607; Fri, 12 Oct 2001 14:00:02 -0700 (PDT) (envelope-from gnats) Received: from enki.blacktabby.org (adsl-63-202-173-14.dsl.snfc21.pacbell.net [63.202.173.14]) by hub.freebsd.org (Postfix) with ESMTP id 3019337B407 for ; Fri, 12 Oct 2001 13:50:23 -0700 (PDT) Received: by enki.blacktabby.org (Postfix, from userid 1000) id 0958B2D; Fri, 12 Oct 2001 13:50:18 -0700 (PDT) Message-Id: <20011012205018.0958B2D@enki.blacktabby.org> Date: Fri, 12 Oct 2001 13:50:18 -0700 (PDT) From: Adam Kranzel Reply-To: Adam Kranzel To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31237: Very minor change for games/slashem-tty port (forgotten email address change) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31237 >Category: ports >Synopsis: Very minor change for games/slashem-tty port (forgotten email address change) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Oct 12 14:00:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Adam Kranzel >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD enki.blacktabby.org 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Tue Oct 2 15:08:16 PDT 2001 adam@enki.blacktabby.org:/usr/obj/usr/src/sys/ENKI-NODEBUG i386 >Description: In the last update to the games/slashem-tty port my email address was updated, but I forgot to change the email address in pkg-descr, the atached patch fixes this. >How-To-Repeat: n/a >Fix: diff -ruN slashem-tty.good/pkg-descr slashem-tty/pkg-descr --- slashem-tty.good/pkg-descr Fri Oct 12 13:42:37 2001 +++ slashem-tty/pkg-descr Fri Oct 12 13:44:11 2001 @@ -6,4 +6,4 @@ WWW: http://slashem.sourceforge.net/ - Adam - adam@alameda.edu + adam@blacktabby.org >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 14:40:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B46237B409 for ; Fri, 12 Oct 2001 14:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9CLe2N73427; Fri, 12 Oct 2001 14:40:02 -0700 (PDT) (envelope-from gnats) Received: from enki.blacktabby.org (adsl-63-202-173-14.dsl.snfc21.pacbell.net [63.202.173.14]) by hub.freebsd.org (Postfix) with ESMTP id 8543F37B407 for ; Fri, 12 Oct 2001 14:36:20 -0700 (PDT) Received: by enki.blacktabby.org (Postfix, from userid 1000) id 325FE29; Fri, 12 Oct 2001 14:36:20 -0700 (PDT) Message-Id: <20011012213620.325FE29@enki.blacktabby.org> Date: Fri, 12 Oct 2001 14:36:20 -0700 (PDT) From: Adam Kranzel Reply-To: Adam Kranzel To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31239: Fixes for games/frotz port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31239 >Category: ports >Synopsis: Fixes for games/frotz port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Oct 12 14:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Adam Kranzel >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD enki.blacktabby.org 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Tue Oct 2 15:08:16 PDT 2001 adam@enki.blacktabby.org:/usr/obj/usr/src/sys/ENKI-NODEBUG i386 >Description: Minor fixes for the games/frotz port. Update my email address following the semi-disappearance of alameda.edu. Fix WWW in pkg-descr. Replace instances of ${PREFIX}/share/doc/frotz with ${DOCSDIR}, following the lead of the games/slashem-tty port, which was so modified by knu@freebsd.org. >How-To-Repeat: n/a >Fix: diff -ruN frotz.good/Makefile frotz/Makefile --- frotz.good/Makefile Fri Oct 12 13:54:31 2001 +++ frotz/Makefile Fri Oct 12 14:33:41 2001 @@ -12,7 +12,7 @@ http://wuarchive.wustl.edu/doc/misc/if-archive/infocom/interpreters/frotz/ \ http://www.ifarchive.org/if-archive/infocom/interpreters/frotz/ -MAINTAINER= adam@alameda.edu +MAINTAINER= adam@blacktabby.org MAKE_ARGS= CC="${CC}" OPTS="${CFLAGS}" PREFIX="${PREFIX}" \ CONFIG_DIR="${PREFIX}/etc" INCL="" LIB="" @@ -23,9 +23,9 @@ @${INSTALL_PROGRAM} ${WRKSRC}/frotz ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/frotz.6 ${MANPREFIX}/man/man6 .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/frotz + @${MKDIR} ${DOCSDIR} .for file in BUGS HOW_TO_PLAY README - @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/frotz + @${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif diff -ruN frotz.good/pkg-descr frotz/pkg-descr --- frotz.good/pkg-descr Fri Oct 12 13:54:31 2001 +++ frotz/pkg-descr Fri Oct 12 14:20:55 2001 @@ -7,4 +7,7 @@ of new games available on the Internet. Check the if-archive at ftp.ifarchive.org. -WWW: http://www.cs.csubak.edu/~dgriffi/frotz/ +WWW: http://www.cs.csubak.edu/~dgriffi/proj/frotz/ + + -Adam + adam@blacktabby.org >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 14:49:27 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.musha.org (daemon.musha.org [61.122.44.178]) by hub.freebsd.org (Postfix) with ESMTP id 98D3D37B403 for ; Fri, 12 Oct 2001 14:49:25 -0700 (PDT) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id 5AE074D805; Sat, 13 Oct 2001 06:49:23 +0900 (JST) Date: Sat, 13 Oct 2001 06:49:23 +0900 Message-ID: <867ku0o7fg.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Jussi Reissell Cc: freebsd-ports@FreeBSD.ORG Subject: Re: japanese/ruby14-tcltklib In-Reply-To: <87u1xa598b.fsf@mursu.pesa.fi> References: <87u1xa598b.fsf@mursu.pesa.fi> User-Agent: Wanderlust/2.7.4 (Too Funky) SEMI/1.14.3 (Ushinoya) LIMIT/1.14.7 (Fujiidera) APEL/10.3 MULE XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org At 08 Oct 2001 20:31:48 +0300, Jussi Reissell wrote: > What's up with this port? It contains a reference to a non-existing > port in it's makefile: > > MASTERDIR= ${.CURDIR}/../../lang/ruby14-tcltklib > > This screws up things like make readmes ... Obviously you have a way too outdated ports tree, at least for the japanese category. That port was removed along with other ruby 1.4 ports half a year ago. -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "Freeze this moment a little bit longer, make each impression a little bit stronger.. Experience slips away -- Time stand still" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 14:58: 0 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B586537B403; Fri, 12 Oct 2001 14:57:55 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9CLvYI75226; Fri, 12 Oct 2001 14:57:34 -0700 (PDT) (envelope-from tobez) Date: Fri, 12 Oct 2001 14:57:34 -0700 (PDT) From: Message-Id: <200110122157.f9CLvYI75226@freefall.freebsd.org> To: adam@blacktabby.org, tobez@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31236: Update maintainer email for games/xrisk port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update maintainer email for games/xrisk port State-Changed-From-To: open->closed State-Changed-By: tobez State-Changed-When: Fri Oct 12 14:57:19 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31236 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 14:58:18 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.musha.org (daemon.musha.org [61.122.44.178]) by hub.freebsd.org (Postfix) with ESMTP id B6A3E37B403 for ; Fri, 12 Oct 2001 14:58:12 -0700 (PDT) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id 093CD4D808; Sat, 13 Oct 2001 06:58:12 +0900 (JST) Date: Sat, 13 Oct 2001 06:58:12 +0900 Message-ID: <86669ko70r.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: parv Cc: f-ports Subject: Re: portupgrade problem: 'update_db': instance of IO needed: Cannot update the packages database! In-Reply-To: <20011006202146.A17678@moo.holy.cow> References: <20011006202146.A17678@moo.holy.cow> User-Agent: Wanderlust/2.7.4 (Too Funky) SEMI/1.14.3 (Ushinoya) LIMIT/1.14.7 (Fujiidera) APEL/10.3 MULE XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm the author and the maintainer of portupgrade. Please make sure to CC me when you post something regarding portupgrade, because I tend to miss mails of high-volume mailing lists. At Sat, 6 Oct 2001 20:21:46 -0400, parv wrote: > in /source/ports/distfiles, when i issued following command... > > # portupgrade bladeenc-0.92 > > ...portupgrade started upgrading everything in /var/db/pkg (247 of That is very weird. Please make a detailed report so I can see the problem. > # portupgrade bladee* > [Updating the packages database in /var/db/pkg ... /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:343:in `update_db': instance of IO needed: Cannot update the packages database!] (PkgDB::DBError) > from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:349:in `open_db' > from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:481:in `installed_pkgs_' > from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:409:in `installed_pkg?' > from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:115:in `pkg' > from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:520:in `glob' > from /usr/local/sbin/portupgrade:416:in `main' > from /usr/local/sbin/portupgrade:415:in `catch' > from /usr/local/sbin/portupgrade:415:in `main' > ... 6 levels... > from /usr/local/sbin/portupgrade:175:in `initialize' > from /usr/local/sbin/portupgrade:175:in `new' > from /usr/local/sbin/portupgrade:175:in `main' > from /usr/local/sbin/portupgrade:1408 I think I've fixed the problem in the recent versions. Please upgrade portupgrade and see if it works. Regards, -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "Freeze this moment a little bit longer, make each impression a little bit stronger.. Experience slips away -- Time stand still" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 15: 0:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CEFD537B409 for ; Fri, 12 Oct 2001 15:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9CM02L75634; Fri, 12 Oct 2001 15:00:02 -0700 (PDT) (envelope-from gnats) Received: from enki.blacktabby.org (adsl-63-202-173-14.dsl.snfc21.pacbell.net [63.202.173.14]) by hub.freebsd.org (Postfix) with ESMTP id E607937B406 for ; Fri, 12 Oct 2001 14:55:03 -0700 (PDT) Received: by enki.blacktabby.org (Postfix, from userid 1000) id 8037C29; Fri, 12 Oct 2001 14:55:03 -0700 (PDT) Message-Id: <20011012215503.8037C29@enki.blacktabby.org> Date: Fri, 12 Oct 2001 14:55:03 -0700 (PDT) From: Adam Kranzel Reply-To: Adam Kranzel To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31240: Update maintainer email for games/mangband Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31240 >Category: ports >Synopsis: Update maintainer email for games/mangband >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Oct 12 15:00:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Adam Kranzel >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD enki.blacktabby.org 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Tue Oct 2 15:08:16 PDT 2001 adam@enki.blacktabby.org:/usr/obj/usr/src/sys/ENKI-NODEBUG i386 >Description: Update the games/mangband port to reflect my new email address, and add my email address to pkg-descr. >How-To-Repeat: n/a >Fix: diff -ruN mangband.good/Makefile mangband/Makefile --- mangband.good/Makefile Fri Oct 12 14:42:40 2001 +++ mangband/Makefile Fri Oct 12 14:44:22 2001 @@ -12,7 +12,7 @@ MASTER_SITES= http://mangband.org/download/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} -MAINTAINER= adam@alameda.edu +MAINTAINER= adam@blacktabby.org WRKSRC= ${WRKDIR}/${PORTNAME}/src diff -ruN mangband.good/pkg-descr mangband/pkg-descr --- mangband.good/pkg-descr Fri Oct 12 14:42:40 2001 +++ mangband/pkg-descr Fri Oct 12 14:44:42 2001 @@ -3,3 +3,6 @@ Official Angband Page http://www.phial.com/angband/ WWW: http://mangband.org/ + + -Adam + adam@blacktabby.org >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 15: 7:58 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C463037B403; Fri, 12 Oct 2001 15:07:55 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9CM4CA76256; Fri, 12 Oct 2001 15:04:12 -0700 (PDT) (envelope-from tobez) Date: Fri, 12 Oct 2001 15:04:12 -0700 (PDT) From: Message-Id: <200110122204.f9CM4CA76256@freefall.freebsd.org> To: adam@blacktabby.org, tobez@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31240: Update maintainer email for games/mangband Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update maintainer email for games/mangband State-Changed-From-To: open->closed State-Changed-By: tobez State-Changed-When: Fri Oct 12 15:04:01 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31240 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 15: 7:59 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 01DDF37B406; Fri, 12 Oct 2001 15:07:56 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9CM0DT75714; Fri, 12 Oct 2001 15:00:13 -0700 (PDT) (envelope-from tobez) Date: Fri, 12 Oct 2001 15:00:13 -0700 (PDT) From: Message-Id: <200110122200.f9CM0DT75714@freefall.freebsd.org> To: adam@blacktabby.org, tobez@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31237: Very minor change for games/slashem-tty port (forgotten email address change) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Very minor change for games/slashem-tty port (forgotten email address change) State-Changed-From-To: open->closed State-Changed-By: tobez State-Changed-When: Fri Oct 12 14:59:57 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31237 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 15:17:12 2001 Delivered-To: freebsd-ports@freebsd.org Received: from wartch.sapros.com (rularan.sapros.com [204.182.55.17]) by hub.freebsd.org (Postfix) with ESMTP id 4A27937B407 for ; Fri, 12 Oct 2001 15:17:09 -0700 (PDT) Received: from wartch.sapros.com (localhost [127.0.0.1]) by wartch.sapros.com (8.11.4/8.11.3) with ESMTP id f9CMH3w68615 for ; Fri, 12 Oct 2001 15:17:03 -0700 (PDT) (envelope-from peterh@wartch.sapros.com) Message-Id: <200110122217.f9CMH3w68615@wartch.sapros.com> To: ports@freebsd.org Subject: Empty world-writable directories. Date: Fri, 12 Oct 2001 15:17:03 -0700 From: Peter Haight Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I've got a port that creates two empty world-writable directories when installed ('make install'). When I package it up, those directories are not include in the package. I'm not sure what the best way is to have those directories included. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 15:17:57 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A65A837B408; Fri, 12 Oct 2001 15:17:55 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9CM8Ue79932; Fri, 12 Oct 2001 15:08:30 -0700 (PDT) (envelope-from tobez) Date: Fri, 12 Oct 2001 15:08:30 -0700 (PDT) From: Message-Id: <200110122208.f9CM8Ue79932@freefall.freebsd.org> To: adam@blacktabby.org, tobez@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31239: Fixes for games/frotz port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fixes for games/frotz port State-Changed-From-To: open->closed State-Changed-By: tobez State-Changed-When: Fri Oct 12 15:08:16 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31239 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 15:47:57 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C1FBA37B405; Fri, 12 Oct 2001 15:47:55 -0700 (PDT) Received: (from demon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9CMeiQ83108; Fri, 12 Oct 2001 15:40:44 -0700 (PDT) (envelope-from demon) Date: Fri, 12 Oct 2001 15:40:44 -0700 (PDT) From: Message-Id: <200110122240.f9CMeiQ83108@freefall.freebsd.org> To: mb@imp.ch, demon@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31161: new port: Staroffice 6.0 beta Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: new port: Staroffice 6.0 beta State-Changed-From-To: open->closed State-Changed-By: demon State-Changed-When: Fri Oct 12 15:40:14 PDT 2001 State-Changed-Why: Port added, thanks!! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31161 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 15:50: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B7A137B403 for ; Fri, 12 Oct 2001 15:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9CMo0o83835; Fri, 12 Oct 2001 15:50:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD7F837B403 for ; Fri, 12 Oct 2001 15:47:13 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9CMlD283586; Fri, 12 Oct 2001 15:47:13 -0700 (PDT) (envelope-from nobody) Message-Id: <200110122247.f9CMlD283586@freefall.freebsd.org> Date: Fri, 12 Oct 2001 15:47:13 -0700 (PDT) From: Peter Johnson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31241: Wine 2001.08.24 no longer exists, update to 2001.10.04. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31241 >Category: ports >Synopsis: Wine 2001.08.24 no longer exists, update to 2001.10.04. >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 12 15:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Peter Johnson >Release: 4.4-STABLE >Organization: >Environment: FreeBSD bilogic.org 4.4-STABLE FreeBSD 4.4-STABLE #8: Fri Sep 28 18:39:47 CDT 2001 freebsd@bilogic.org:/usr/obj/usr/src/sys/WORKSTATION i386 >Description: Wine no longer builds because the Makefile is outdated, and the old distribution tarballs are gone. >How-To-Repeat: >Fix: 1) change PORTVERSION to 2001.10.04 2) update distinfo to "MD5 (Wine-20011004.tar.gz) = 3a23a634b7eff17a1631571f7be25421" 3) delete files/patch-gf (it's part of the main distribution now). >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 16: 0:41 2001 Delivered-To: freebsd-ports@freebsd.org Received: from femail28.sdc1.sfba.home.com (femail28.sdc1.sfba.home.com [24.254.60.18]) by hub.freebsd.org (Postfix) with ESMTP id A097D37B40B for ; Fri, 12 Oct 2001 16:00:36 -0700 (PDT) Received: from there ([24.150.36.162]) by femail28.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20011012230036.JWEE13541.femail28.sdc1.sfba.home.com@there>; Fri, 12 Oct 2001 16:00:36 -0700 Content-Type: text/plain; charset="iso-8859-1" From: Paul Murphy To: "Akinori MUSHA" Subject: OT: Re: portupgrade problem: 'update_db': instance of IO needed: Cannot update the packages database! Date: Fri, 12 Oct 2001 19:00:35 -0400 X-Mailer: KMail [version 1.3] Cc: References: <20011006202146.A17678@moo.holy.cow> <86669ko70r.wl@archon.local.idaemons.org> In-Reply-To: <86669ko70r.wl@archon.local.idaemons.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20011012230036.JWEE13541.femail28.sdc1.sfba.home.com@there> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On October 12, 2001 05:58 pm, Akinori MUSHA wrote: > > I think I've fixed the problem in the recent versions. Please upgrade > portupgrade and see if it works. > > Regards, Just wondering, is it safe to 'portupgrade portupgrade' ? -- "Every program attempts to expand until it can read mail. Those programs which cannot so expand are replaced by ones which can." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 16:46:51 2001 Delivered-To: freebsd-ports@freebsd.org Received: from femail24.sdc1.sfba.home.com (femail24.sdc1.sfba.home.com [24.0.95.149]) by hub.freebsd.org (Postfix) with ESMTP id F046237B409 for ; Fri, 12 Oct 2001 16:46:48 -0700 (PDT) Received: from math.missouri.edu ([24.12.197.197]) by femail24.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011012234648.MTOI18189.femail24.sdc1.sfba.home.com@math.missouri.edu> for ; Fri, 12 Oct 2001 16:46:48 -0700 Message-ID: <3BC780E7.8AA755BA@math.missouri.edu> Date: Fri, 12 Oct 2001 18:46:47 -0500 From: Stephen Montgomery-Smith X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: New staroffice 6.0 port Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The new staroffice60 port is, as far as I can see, completely identical to the staroffice52 port. Did someone forget something? diff -r staroffice52 staroffice60 diff -r staroffice52/Makefile staroffice60/Makefile 5c5 < # $FreeBSD: ports/editors/staroffice52/Makefile,v 1.30 2001/10/03 13:01:56 jedgar Exp $ --- > # $FreeBSD: ports/editors/staroffice60/Makefile,v 1.30 2001/10/03 13:01:56 jedgar Exp $ -- Stephen Montgomery-Smith stephen@math.missouri.edu http://www.math.missouri.edu/~stephen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 17:12:43 2001 Delivered-To: freebsd-ports@freebsd.org Received: from femail39.sdc1.sfba.home.com (femail39.sdc1.sfba.home.com [24.254.60.33]) by hub.freebsd.org (Postfix) with ESMTP id E406E37B408 for ; Fri, 12 Oct 2001 17:12:40 -0700 (PDT) Received: from math.missouri.edu ([24.12.197.197]) by femail39.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011013001240.KVKS11703.femail39.sdc1.sfba.home.com@math.missouri.edu> for ; Fri, 12 Oct 2001 17:12:40 -0700 Message-ID: <3BC786F6.A3B0C507@math.missouri.edu> Date: Fri, 12 Oct 2001 19:12:38 -0500 From: Stephen Montgomery-Smith X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-ports@FreeBSD.ORG Subject: Re: New staroffice 6.0 port References: <3BC780E7.8AA755BA@math.missouri.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Sorry - I was too impatient - cvsupped again. Stephen Montgomery-Smith wrote: > > The new staroffice60 port is, as far as I can see, completely identical > to the staroffice52 port. Did someone forget something? > > diff -r staroffice52 staroffice60 > diff -r staroffice52/Makefile staroffice60/Makefile > 5c5 > < # $FreeBSD: ports/editors/staroffice52/Makefile,v 1.30 2001/10/03 > 13:01:56 jedgar Exp $ > --- > > # $FreeBSD: ports/editors/staroffice60/Makefile,v 1.30 2001/10/03 13:01:56 jedgar Exp $ > > -- > Stephen Montgomery-Smith > stephen@math.missouri.edu > http://www.math.missouri.edu/~stephen > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message -- Stephen Montgomery-Smith stephen@math.missouri.edu http://www.math.missouri.edu/~stephen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 17:26: 9 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.tgd.net (rand.tgd.net [64.81.67.117]) by hub.freebsd.org (Postfix) with SMTP id 92E3237B406 for ; Fri, 12 Oct 2001 17:26:07 -0700 (PDT) Received: (qmail 99858 invoked by uid 1001); 13 Oct 2001 00:26:03 -0000 Date: Fri, 12 Oct 2001 17:26:03 -0700 From: Sean Chittenden To: Paul Murphy Cc: freebsd-ports@FreeBSD.ORG Subject: Re: OT: Re: portupgrade problem: 'update_db': instance of IO needed: Cannot update the packages database! Message-ID: <20011012172603.A99804@rand.tgd.net> References: <20011006202146.A17678@moo.holy.cow> <86669ko70r.wl@archon.local.idaemons.org> <20011012230036.JWEE13541.femail28.sdc1.sfba.home.com@there> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011012230036.JWEE13541.femail28.sdc1.sfba.home.com@there>; from "pnmurphy1@home.com" on Fri, Oct 12, 2001 at = 07:00:35PM X-PGP-Key: 0x1EDDFAAD X-PGP-Fingerprint: C665 A17F 9A56 286C 5CFB 1DEA 9F4F 5CEF 1EDD FAAD X-Web-Homepage: http://sean.chittenden.org/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > > I think I've fixed the problem in the recent versions. Please upgrade > > portupgrade and see if it works. > > > > Regards, > > Just wondering, is it safe to 'portupgrade portupgrade' ? Yup, very. I do it on a regular basis. I've found that doing a portupgrade for ruby_static is sometimes necessary to avoid a minor warning (ie: just go for it). -sc -- Sean Chittenden To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 19:15:45 2001 Delivered-To: freebsd-ports@freebsd.org Received: from tomts17-srv.bellnexxia.net (tomts17.bellnexxia.net [209.226.175.71]) by hub.freebsd.org (Postfix) with ESMTP id 2C75A37B401 for ; Fri, 12 Oct 2001 19:15:43 -0700 (PDT) Received: from johnny2k ([64.229.38.72]) by tomts17-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with SMTP id <20011013021542.UMEM19597.tomts17-srv.bellnexxia.net@johnny2k>; Fri, 12 Oct 2001 22:15:42 -0400 Message-ID: <000501c1538d$9fc0c770$0a00000a@johnny2k> From: "John" To: , Subject: Re: FreeBSD Port: rp-pppoe-2.8 Date: Fri, 12 Oct 2001 22:20:27 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I don't think my first response went through, this link should help with pppoe on sympatico. It uses the standard pppoe driver not the rp-pppoe port. Use Freebsd 4.3 or above (or the latest ppp drivers) and you won't have to adjust the mtu on the systems behind the gateway. http://free.mine.nu/~squirrel/PPPoE/FreeBSD%20PPPoE%20Howto.htm Regards, John. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 19:40: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C9A2737B406 for ; Fri, 12 Oct 2001 19:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9D2e1o20193; Fri, 12 Oct 2001 19:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6664937B40B for ; Fri, 12 Oct 2001 19:34:30 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9D2YUN18870; Fri, 12 Oct 2001 19:34:30 -0700 (PDT) (envelope-from nobody) Message-Id: <200110130234.f9D2YUN18870@freefall.freebsd.org> Date: Fri, 12 Oct 2001 19:34:30 -0700 (PDT) From: David To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31242: Staroffice60 not working - Makefile syntax error Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31242 >Category: ports >Synopsis: Staroffice60 not working - Makefile syntax error >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Oct 12 19:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David >Release: 4.4-STABLE >Organization: >Environment: >Description: A Syntax error: Undefined quoted string prevents port.... functionality >How-To-Repeat: >Fix: --- Makefile.orig Fri Oct 12 18:36:42 2001 +++ Makefile Fri Oct 12 22:28:38 2001 @@ -70,7 +70,7 @@ @${FALSE} .endif .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${DISTDIR} and run make again.'" +IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${DISTDIR} and run make again." .endif do-extract: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 20:20:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9DAD637B40A for ; Fri, 12 Oct 2001 20:20:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9D3K0425686; Fri, 12 Oct 2001 20:20:00 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 484C437B407 for ; Fri, 12 Oct 2001 20:13:59 -0700 (PDT) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.6/8.11.6) id f9D3DwT44783; Fri, 12 Oct 2001 23:13:58 -0400 (EDT) (envelope-from pat) Message-Id: <200110130313.f9D3DwT44783@cc92687-a.wlgrv1.pa.home.com> Date: Fri, 12 Oct 2001 23:13:58 -0400 (EDT) From: Patrick Li Reply-To: Patrick Li To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31243: Update port: games/qstat Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31243 >Category: ports >Synopsis: Update port: games/qstat >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Oct 12 20:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Sep 29 17:22:31 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: - Update to 2.4e >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/games/qstat/Makefile qstat/Makefile --- /usr/ports/games/qstat/Makefile Thu Aug 9 01:54:54 2001 +++ qstat/Makefile Fri Oct 12 22:52:48 2001 @@ -6,7 +6,7 @@ # PORTNAME= qstat -PORTVERSION= 2.4.d +PORTVERSION= 2.4.e CATEGORIES= games net MASTER_SITES= http://www.qstat.org/ DISTNAME= qstat${PORTVERSION:S/.//g} diff -ruN /usr/ports/games/qstat/distinfo qstat/distinfo --- /usr/ports/games/qstat/distinfo Thu Aug 9 01:54:54 2001 +++ qstat/distinfo Fri Oct 12 22:52:53 2001 @@ -1 +1 @@ -MD5 (qstat24d.tar.gz) = 2a83088c9df0bf871a76942584ba1245 +MD5 (qstat24e.tar.gz) = 425c69b5a96d9f6dc475dfe49b5ae8ef >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 20:20:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 07C6537B410 for ; Fri, 12 Oct 2001 20:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9D3K0x25695; Fri, 12 Oct 2001 20:20:00 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 2244F37B406 for ; Fri, 12 Oct 2001 20:15:24 -0700 (PDT) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.6/8.11.6) id f9D3FNK44974; Fri, 12 Oct 2001 23:15:23 -0400 (EDT) (envelope-from pat) Message-Id: <200110130315.f9D3FNK44974@cc92687-a.wlgrv1.pa.home.com> Date: Fri, 12 Oct 2001 23:15:23 -0400 (EDT) From: Patrick Li Reply-To: Patrick Li To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31244: Update port: x11-clocks/wmtimer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31244 >Category: ports >Synopsis: Update port: x11-clocks/wmtimer >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Oct 12 20:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Sep 29 17:22:31 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: - Update to 2.4 >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/x11-clocks/wmtimer/Makefile wmtimer/Makefile --- /usr/ports/x11-clocks/wmtimer/Makefile Thu Sep 27 22:02:43 2001 +++ wmtimer/Makefile Fri Oct 12 23:09:45 2001 @@ -6,13 +6,12 @@ # PORTNAME= wmtimer -PORTVERSION= 2.3 +PORTVERSION= 2.4 CATEGORIES= x11-clocks windowmaker MASTER_SITES= http://home.dwave.net/~jking/wmtimer/ MAINTAINER= pat@databits.net -# if you change WRKSRC, check install NOPORTDOCS WRKSRC= ${WRKDIR}/${DISTNAME}/wmtimer USE_GMAKE= yes USE_X_PREFIX= yes @@ -21,22 +20,11 @@ MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" -.if !defined(BATCH) -HAS_CONFIGURE= yes -IS_INTERACTIVE= yes -.endif # !BATCH - -pre-patch: -.if defined(IS_INTERACTIVE) - @${PERL} -pi -ne "s!/bin/bash!${SH}!" ${WRKSRC}/configure -.endif # IS_INTERACTIVE - do-install: @${INSTALL_PROGRAM} ${WRKSRC}/wmtimer ${PREFIX}/bin .ifndef(NOPORTDOCS) - @${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \ - ${PREFIX}/share/doc/wmtimer - @${INSTALL_DATA} ${WRKSRC}/../README ${PREFIX}/share/doc/wmtimer + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/../README ${DOCSDIR} .endif # !NOPORTDOCS .include diff -ruN /usr/ports/x11-clocks/wmtimer/distinfo wmtimer/distinfo --- /usr/ports/x11-clocks/wmtimer/distinfo Sun Sep 30 16:59:04 2001 +++ wmtimer/distinfo Fri Oct 12 23:05:15 2001 @@ -1 +1 @@ -MD5 (wmtimer-2.3.tar.gz) = c15efb30ceaa5b0510111830f373a696 +MD5 (wmtimer-2.4.tar.gz) = 563ff8c7a7c880a0babf16e4ad972f94 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 20:40: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DFBE37B40B for ; Fri, 12 Oct 2001 20:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9D3e1M26925; Fri, 12 Oct 2001 20:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 43ACC37B401 for ; Fri, 12 Oct 2001 20:31:34 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9D3VYp26366; Fri, 12 Oct 2001 20:31:34 -0700 (PDT) (envelope-from nobody) Message-Id: <200110130331.f9D3VYp26366@freefall.freebsd.org> Date: Fri, 12 Oct 2001 20:31:34 -0700 (PDT) From: Daniel Hemmerich To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31245: Remove a bad Master Site Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31245 >Category: ports >Synopsis: Remove a bad Master Site >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 12 20:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Daniel Hemmerich >Release: 4.4 >Organization: http://www.BSDpro.com/ >Environment: >Description: ftp.databits.net no longer offers anonymous ftp access >How-To-Repeat: >Fix: Please remote the ftp.databits.net Master Site from the port sysutils/xw >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 20:41: 4 2001 Delivered-To: freebsd-ports@freebsd.org Received: from robin.mail.pas.earthlink.net (robin.mail.pas.earthlink.net [207.217.120.65]) by hub.freebsd.org (Postfix) with ESMTP id 74CE937B40C for ; Fri, 12 Oct 2001 20:41:00 -0700 (PDT) Received: from moo.holy.cow (sdn-ar-004dcwashP074.dialsprint.net [206.133.21.162]) by robin.mail.pas.earthlink.net (8.11.5/8.9.3) with ESMTP id f9D3evT23470; Fri, 12 Oct 2001 20:40:58 -0700 (PDT) Received: by moo.holy.cow (Postfix, from userid 1001) id DC80250CF1; Fri, 12 Oct 2001 23:41:58 -0400 (EDT) Date: Fri, 12 Oct 2001 23:41:58 -0400 From: parv To: Akinori MUSHA Cc: f-ports Subject: Re: portupgrade problem: 'update_db': instance of IO needed: Cannot update the packages database! Message-ID: <20011012234158.A32533@moo.holy.cow> Mail-Followup-To: Akinori MUSHA , f-ports References: <20011006202146.A17678@moo.holy.cow> <86669ko70r.wl@archon.local.idaemons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86669ko70r.wl@archon.local.idaemons.org>; from knu@iDaemons.org on Sat, Oct 13, 2001 at 06:58:12AM +0900 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org this was, on the fateful occasion around Oct 12 17:58 -0400, sent by Akinori MUSHA > > I'm the author and the maintainer of portupgrade. Please make sure to > CC me when you post something regarding portupgrade, because I tend to > miss mails of high-volume mailing lists. ok, will keep in mind... > > At Sat, 6 Oct 2001 20:21:46 -0400, > parv wrote: > > in /source/ports/distfiles, when i issued following command... > > > > # portupgrade bladeenc-0.92 > > > > ...portupgrade started upgrading everything in /var/db/pkg (247 of > > That is very weird. Please make a detailed report so I can see the > problem. sorry, i don't have any other details of that event as i didn't expected it. but i suppose i must have panicked when i saw a message similar to this... [Updating the packages database in /var/db/pkg ... - 244 packages found ^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...and missed the word 'database'. nonetheless, i did file a pr... http://www.freebsd.org/cgi/query-pr.cgi?pr=31168 > > # portupgrade bladee* > > [Updating the packages database in /var/db/pkg ... /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:343:in `update_db': instance of IO needed: Cannot update the packages database!] (PkgDB::DBError) ... > > I think I've fixed the problem in the recent versions. Please upgrade > portupgrade and see if it works. > > Regards, well, after deleteing the pkgdb.db & recreating it later, fixed the problem as stated in the pr; in any case i have 20011010.1 version. ok, after cvsup a minute ago, i now have 20011012. -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 21: 1:49 2001 Delivered-To: freebsd-ports@freebsd.org Received: from scaup.mail.pas.earthlink.net (scaup.mail.pas.earthlink.net [207.217.121.49]) by hub.freebsd.org (Postfix) with ESMTP id 710BA37B408 for ; Fri, 12 Oct 2001 21:01:44 -0700 (PDT) Received: from moo.holy.cow (sdn-ar-004dcwashP074.dialsprint.net [206.133.21.162]) by scaup.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id VAA03792; Fri, 12 Oct 2001 21:01:41 -0700 (PDT) Received: by moo.holy.cow (Postfix, from userid 1001) id 8465450CF1; Sat, 13 Oct 2001 00:02:43 -0400 (EDT) Date: Sat, 13 Oct 2001 00:02:43 -0400 From: parv To: Peter Pentchev Cc: f-ports Subject: Re: "make fetch" process can't be stopped from keyboard Message-ID: <20011013000243.A35676@moo.holy.cow> Mail-Followup-To: Peter Pentchev , f-ports References: <20011011235933.A9579@moo.holy.cow> <20011012102359.D78786@straylight.oblivion.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011012102359.D78786@straylight.oblivion.bg>; from roam@ringlet.net on Fri, Oct 12, 2001 at 10:23:59AM +0300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org this was, on the fateful occasion around Oct 12 03:23 -0400, sent by Peter Pentchev > > On Thu, Oct 11, 2001 at 11:59:33PM -0400, parv wrote: > > is it just me or did anybody else observe that "make fetch" process > > cannot be stopped from keyboard (Ctrl-Z, or SIGSTP) anymore and/or > > after upgrading to 4.4? > > > > i was happier when the fetch process could be stopped (thus could go in > > background) -- via Ctrl-Z w/o the need to log on another term to send > > SIGSTOP -- and would have let me to take care of other things. :< let me add a qualification to above message: it doesn't happen all the time, but only/mostly when a dependency file(s) need to be fetched. please believe me, i did come across at least 3 of such events. i will keep track of it next time. > Did you change anything in your shell's terminal control settings? > With bash-2.05, ^Z seems to work fine for me on a 4.4-stable system: ... nothing funky is goin' on... # stty -e ... discard dsusp eof eol eol2 erase erase2 intr kill ^O ^Y ^D ^? ( ^C ^U lnext min quit reprint start status stop susp time ^V 1 ^\ ^R ^Q ^G ^S ^Z 0 werase ^W ...i did try one or two some random ports and things behaved as expected. i apologize, peter, to waste your time as i couldn't offer any particular example of the undesired behaviour. thanks anyway. - parv -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 21:46: 7 2001 Delivered-To: freebsd-ports@freebsd.org Received: from softwareliberty.org (freebsd.sinica.edu.tw [140.109.13.51]) by hub.freebsd.org (Postfix) with ESMTP id 6ABA037B40A for ; Fri, 12 Oct 2001 21:46:02 -0700 (PDT) Received: by softwareliberty.org (Postfix, from userid 1014) id 5B8DF7528; Sat, 13 Oct 2001 12:11:43 +0800 (CST) To: FreeBSD-ports@freebsd.org Subject: update port chinese/zhcon for Big5 IME support From: Statue Reply-To: Statue Cc: X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20011013041143.5B8DF7528@softwareliberty.org> Date: Sat, 13 Oct 2001 12:11:43 +0800 (CST) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Submitter-Id: current-users >Originator: Statue >Organization: >Confidential: no >Synopsis: update port chinese/zhcon for Big5 IME support >Severity: non-critical >Priority: low >Category: ports >Class: maintainer-update >Release: FreeBSD 4.4-STABLE i386 >Environment: System: FreeBSD freebsd.sinica.edu.tw 4.4-STABLE FreeBSD 4.4-STABLE #0: Tue Oct 9 02:45:16 CST 2001 ycheng@freebsd.sinica.edu.tw:/usr/src/sys/compile/FREEBSD i386 >Description: >How-To-Repeat: >Fix: diff -ruN zhcon.orig/Makefile zhcon/Makefile --- zhcon.orig/Makefile Tue Oct 2 22:54:06 2001 +++ zhcon/Makefile Sat Oct 13 11:48:30 2001 @@ -7,12 +7,12 @@ PORTNAME= zhcon PORTVERSION= 0.14f -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= chinese MASTER_SITES= http://freebsd.sinica.edu.tw/~statue/ \ ftp://ftp.gnuchina.org/pub/linux/chinese/inputmethod/console/zhcon/BSDPort/ \ http://www.cis.nctu.edu.tw/~gis89501/zhcon/ -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} zhb5-ime-1.tgz +DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} zhb5-ime-2.tgz MAINTAINER= statue@freebsd.sinica.edu.tw @@ -49,14 +49,12 @@ post-build: .if defined(WITH_BIG5) -.for file in make.sh make-mb.sh - @cd ${WRKDIR}/zh-big5-ime; ${SH} ${file} -.endfor + @cd ${WRKDIR}/zh-big5-ime; ${SETENV} BATCH=yes ./configure; make all .endif post-install: .if defined(WITH_BIG5) -.for file in big5-ary30.mb big5-cj.mb big5-liu5.mb big5-phone.mb +.for file in big5-*.mb @${INSTALL_DATA} ${WRKDIR}/zh-big5-ime/mb/${file} ${PREFIX}/lib/zhcon .endfor @${INSTALL_DATA} ${WRKDIR}/zh-big5-ime/zhcon.cfg.big5 ${PREFIX}/lib/zhcon/zhcon.cfg diff -ruN zhcon.orig/distinfo zhcon/distinfo --- zhcon.orig/distinfo Tue Oct 2 22:54:06 2001 +++ zhcon/distinfo Fri Oct 12 21:14:31 2001 @@ -1,2 +1,2 @@ MD5 (zhcon-0.14f.tar.gz) = d7a8c49bc7b7d97cd30385f0110806bc -MD5 (zhb5-ime-1.tgz) = 55b1c0e34534ed6559af056b9d8fe998 +MD5 (zhb5-ime-2.tgz) = b28e10fc9c07baa0b574bf6253714450 diff -ruN zhcon.orig/pkg-plist zhcon/pkg-plist --- zhcon.orig/pkg-plist Tue Sep 11 12:49:46 2001 +++ zhcon/pkg-plist Fri Oct 12 21:48:40 2001 @@ -4,6 +4,9 @@ %%BIG5IME%%lib/zhcon/big5-ary30.mb %%BIG5IME%%lib/zhcon/big5-cj.mb %%BIG5IME%%lib/zhcon/big5-liu5.mb +%%BIG5IME%%lib/zhcon/big5-phone-et.mb +%%BIG5IME%%lib/zhcon/big5-phone-gy.mb +%%BIG5IME%%lib/zhcon/big5-phone-ibm.mb %%BIG5IME%%lib/zhcon/big5-phone.mb lib/zhcon/cjf.mb lib/zhcon/cjj.mb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 22:31:51 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with SMTP id D3AD937B40B for ; Fri, 12 Oct 2001 22:31:42 -0700 (PDT) Received: (qmail 91210 invoked by uid 1001); 13 Oct 2001 05:31:42 -0000 Date: Sat, 13 Oct 2001 01:31:42 -0400 From: Pete Fritchman To: Peter Haight Cc: ports@freebsd.org Subject: Re: Empty world-writable directories. Message-ID: <20011013013142.A91111@databits.net> References: <200110122217.f9CMH3w68615@wartch.sapros.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110122217.f9CMH3w68615@wartch.sapros.com>; from peterh@sapros.com on Fri, Oct 12, 2001 at 03:17:03PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ++ 12/10/01 15:17 -0700 - Peter Haight: | I've got a port that creates two empty world-writable directories when | installed ('make install'). When I package it up, those directories are not | include in the package. I'm not sure what the best way is to have those | directories included. Add something like this to your pkg-plist: @exec mkdir -p %D/foo ... and the prefix will be substituted for %D. -pete -- Pete Fritchman [petef@(databits.net|freebsd.org|csh.rit.edu)] finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 12 23:20: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A34A37B40C for ; Fri, 12 Oct 2001 23:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9D6K1m47867; Fri, 12 Oct 2001 23:20:01 -0700 (PDT) (envelope-from gnats) Received: from postoffice.aims.com.au (eth0.lnk.aims.com.au [203.31.73.253]) by hub.freebsd.org (Postfix) with ESMTP id 3B6C437B40E for ; Fri, 12 Oct 2001 23:17:54 -0700 (PDT) Received: from postoffice.aims.com.au (nts-ts1.aims.private [192.168.10.2]) by postoffice.aims.com.au with ESMTP id f9D6HqZ60460 for ; Sat, 13 Oct 2001 17:17:52 +1100 (EST) (envelope-from chris@aims.com.au) Received: from ntsts1 by aims.com.au with SMTP (MDaemon.v3.5.3.R) for ; Sat, 13 Oct 2001 17:17:33 +1100 Message-Id: <200110130610.f9D6A4i65514@dbserver2.aims.private> Date: Sat, 13 Oct 2001 17:17:31 +1100 From: chris@aims.com.au Reply-To: To: X-Send-Pr-Version: 3.113 Subject: ports/31246: [MAINTAINER UPDATE] net/rdesktop: new patches Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31246 >Category: ports >Synopsis: [MAINTAINER UPDATE] net/rdesktop: new patches >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Oct 12 23:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Chris Knight >Release: FreeBSD 4.3-RELEASE i386 >Organization: AIMS Independent Computer Professionals >Environment: System: FreeBSD dbserver2.aims.private 4.3-RELEASE FreeBSD 4.3-RELEASE #5: Fri Sep 28 08:36:57 EST 2001 root@dbserver2.aims.private:/usr/src/sys/compile/DBSERVER i386 >Description: Update net/rdesktop with unified patch 19.7.4 >How-To-Repeat: N/A >Fix: Remove files/patch-aa Add the following diff Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/rdesktop/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 2001/08/29 00:10:58 1.5 +++ Makefile 2001/09/23 06:35:44 @@ -6,15 +6,14 @@ # PORTNAME= rdesktop -PORTVERSION= 1.0.0.p19.7.2 -PORTREVISION= 1 +PORTVERSION= 1.0.0.p19.7.4 CATEGORIES= net comms MASTER_SITES= http://bibl4.oru.se/projects/rdesktop/dist/releases/ DISTNAME= rdesktop-1.0.0 PATCH_SITES= http://bibl4.oru.se/projects/rdesktop/ \ http://bibl4.oru.se/projects/rdesktop/patch19/ -PATCHFILES= rdesktop-unified-patch19-7-2.bz2 +PATCHFILES= rdesktop-unified-patch19-7-4.bz2 PATCH_DIST_STRIP= -p2 MAINTAINER= chris@aims.com.au @@ -36,6 +35,5 @@ @${PERL} -pi.orig -e 's:^install.*:install\: rdesktop:g' ${WRKSRC}/Makefile @${PERL} -pi.orig -e 's:^.*\(INSTALL\) rdp-srvr.*::g' ${WRKSRC}/Makefile @${PERL} -pi.orig -e 's:::g' ${WRKSRC}/rdesktop.h - @${PATCH} ${PATCH_ARGS} < files/patch-aa .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/rdesktop/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 2001/08/18 23:24:24 1.3 +++ distinfo 2001/09/23 06:37:34 @@ -1,2 +1,2 @@ MD5 (rdesktop-1.0.0.tar.bz2) = 2f45a57016fe7ee7930848bbcb94f8b7 -MD5 (rdesktop-unified-patch19-7-2.bz2) = 10836ca287d23df814686a4aaca78c19 +MD5 (rdesktop-unified-patch19-7-4.bz2) = 3068adb8e1da5dee5b26a7cb942a7895 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 13 0: 0:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC76837B40E for ; Sat, 13 Oct 2001 00:00:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9D701h52636; Sat, 13 Oct 2001 00:00:01 -0700 (PDT) (envelope-from gnats) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12]) by hub.freebsd.org (Postfix) with ESMTP id 7792C37B408 for ; Fri, 12 Oct 2001 23:54:28 -0700 (PDT) Received: from deneb.dbai.tuwien.ac.at (deneb [128.130.111.2]) by vexpert.dbai.tuwien.ac.at (8.11.6/8.11.6) with ESMTP id f9D6r4628807; Sat, 13 Oct 2001 08:53:04 +0200 (MET DST) Received: (from pfeifer@localhost) by deneb.dbai.tuwien.ac.at (8.11.3/8.11.3) id f9D6r3X11355; Sat, 13 Oct 2001 08:53:03 +0200 (CEST) (envelope-from pfeifer) Message-Id: <200110130653.f9D6r3X11355@deneb.dbai.tuwien.ac.at> Date: Sat, 13 Oct 2001 08:53:03 +0200 (CEST) From: pfeifer@dbai.tuwien.ac.at (Gerald Pfeifer) To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31247: Wine port description updates Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31247 >Category: ports >Synopsis: Wine port description updates >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Oct 13 00:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.4-RELEASE i386 >Organization: >Environment: >Description: This updates the Wine port so that it describes that and why I am *not* updating it to the current Wine snapshot. In addition it slightly improves some wording in pkg-message. >How-To-Repeat: >Fix: Patch below. Index: Makefile =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/Makefile,v retrieving revision 1.112 diff -u -3 -p -r1.112 Makefile --- Makefile 2001/08/26 16:41:40 1.112 +++ Makefile 2001/10/13 06:46:00 @@ -15,6 +15,10 @@ DISTNAME= Wine-${PORTVERSION:S/.//g} MAINTAINER= pfeifer@dbai.tuwien.ac.at +# This port has not been upgraded to 2001.10.04 because that snapshots does +# not work as well as the previous ones -- it builds, but then hangs while +# running several applicatinos. (This has already been fixed in Wine CVS.) + WRKSRC= ${WRKDIR}/wine-${PORTVERSION:S/.//g} GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-opengl Index: pkg-message =================================================================== RCS file: /sw/FreeBSD/CVSUP/ports/emulators/wine/pkg-message,v retrieving revision 1.5 diff -u -3 -p -r1.5 pkg-message --- pkg-message 2001/04/08 17:46:48 1.5 +++ pkg-message 2001/10/13 06:48:36 @@ -1,11 +1,15 @@ -In order to use wine you need to build and install a new kernel with +In order to use Wine you need to build and install a new kernel with options USER_LDT, SYSVSHM, SYSVSEM, and SYSVMSG. -And the port now also installs some of wine's doc files which -describe additional things that are not in the manual pages, see -%%PREFIX%%/lib/wine/documentation. There are more in the source tree -but the others are only useful in conjunction with the rest of the -source tree, and then you can as well look at them there. (If you -just installed this as a package and don't know how to use the ports -system to have it fetch and extract the source for you have a look at -.) +The port also installs some of Wine's doc files which describe additional +things that are not in the manual pages, see + %%PREFIX%%/lib/wine/documentation. +There are more in the source tree but the others are only useful in +conjunction with the rest of the source tree, and then you can as well +look at them there. (If you just installed this as a package and do not +know how to use the ports system to have it fetch and extract the source, +have a look at .) + +This port has not been upgraded to 2001.10.04 because that snapshots does +not work as well as the previous ones -- it builds, but then hangs while +running several applications. (This has already been fixed in Wine CVS.) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 13 0:10:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 209CB37B407 for ; Sat, 13 Oct 2001 00:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9D7A2b56367; Sat, 13 Oct 2001 00:10:02 -0700 (PDT) (envelope-from gnats) Received: from Mgw2-out.NCTU.edu.tw (Mgw2-out.NCTU.edu.tw [140.113.6.234]) by hub.freebsd.org (Postfix) with ESMTP id 7D53C37B40B for ; Sat, 13 Oct 2001 00:07:57 -0700 (PDT) Received: (from root@localhost) by Mgw2-out.NCTU.edu.tw (8.11.6/8.11.6) id f9D77pp48662 for FreeBSD-gnats-submit@freebsd.org.procmail; Sat, 13 Oct 2001 15:07:51 +0800 (CST) Received: from infomath.math.nctu.edu.tw (infomath.math.nctu.edu.tw [140.113.22.119]) by Mgw2-out.NCTU.edu.tw (8.11.6/8.11.6) with ESMTP id f9D77pk48655 for ; Sat, 13 Oct 2001 15:07:51 +0800 (CST) Received: by infomath.math.nctu.edu.tw (Postfix, from userid 1000) id 46A1C3D82; Sat, 13 Oct 2001 15:07:10 +0800 (CST) Message-Id: <20011013070710.46A1C3D82@infomath.math.nctu.edu.tw> Date: Sat, 13 Oct 2001 15:07:10 +0800 (CST) From: Gea-Suan Lin Reply-To: Gea-Suan Lin To: FreeBSD-gnats-submit@freebsd.org Cc: gslin@infomath.math.nctu.edu.tw X-Send-Pr-Version: 3.113 Subject: ports/31248: Update port: sysutils/afio Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31248 >Category: ports >Synopsis: Update port: sysutils/afio >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 13 00:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD InfoMath.Math.NCTU.edu.tw 4.4-STABLE FreeBSD 4.4-STABLE #3: Fri Sep 21 18:13:19 CST 2001 root@InfoMath.Math.NCTU.edu.tw:/usr/src/sys/compile/InFoMath i386 >Description: Update to 2.4.7. >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/sysutils/afio/Makefile afio/Makefile --- /usr/ports/sysutils/afio/Makefile Sat Apr 22 18:11:23 2000 +++ afio/Makefile Sat Oct 13 15:01:59 2001 @@ -6,7 +6,7 @@ # PORTNAME= afio -PORTVERSION= 2.4.6 +PORTVERSION= 2.4.7 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/backup @@ -14,15 +14,13 @@ MAINTAINER= nox@jelal.hb.north.de -WRKSRC= ${WRKDIR}/afio.2.4.6 -ALL_TARGET= afio +ALL_TARGET= ${PORTNAME} MAN1= afio.1 post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/afio - @(cd ${WRKSRC} ; \ - ${INSTALL_MAN} README SCRIPTS ${PREFIX}/share/doc/afio) + @${MKDIR} ${DOCSDIR} + @(cd ${WRKSRC} ; ${INSTALL_MAN} README SCRIPTS ${DOCSDIR}) @${MKDIR} ${PREFIX}/share/examples/afio @${INSTALL_SCRIPT} ${FILESDIR}/afiodump.example ${PREFIX}/share/examples/afio @${INSTALL_DATA} ${WRKSRC}/script1/DONTDUMP ${PREFIX}/share/examples/afio diff -ruN /usr/ports/sysutils/afio/distinfo afio/distinfo --- /usr/ports/sysutils/afio/distinfo Thu Feb 3 00:24:45 2000 +++ afio/distinfo Sat Oct 13 14:59:14 2001 @@ -1 +1 @@ -MD5 (afio-2.4.6.tgz) = b6547725156edb525ef080128037d74c +MD5 (afio-2.4.7.tgz) = 28fd6daa7805ee2263879ff1b9c96a9e diff -ruN /usr/ports/sysutils/afio/pkg-plist afio/pkg-plist --- /usr/ports/sysutils/afio/pkg-plist Thu Feb 3 00:24:46 2000 +++ afio/pkg-plist Sat Oct 13 15:04:33 2001 @@ -1,17 +1,17 @@ bin/afio -share/doc/afio/README -share/doc/afio/SCRIPTS -share/examples/afio/DONTDUMP -share/examples/afio/README -share/examples/afio/afiodump.example -share/examples/afio/backup -share/examples/afio/gnupg_read -share/examples/afio/gnupg_write -share/examples/afio/pgp_read -share/examples/afio/pgp_write -share/examples/afio/restore -share/examples/afio/tapechange -share/examples/afio/x.dot -share/examples/afio/x.home -@dirrm share/doc/afio -@dirrm share/examples/afio +%%PORTDOCS%%share/doc/afio/README +%%PORTDOCS%%share/doc/afio/SCRIPTS +%%PORTDOCS%%share/examples/afio/DONTDUMP +%%PORTDOCS%%share/examples/afio/README +%%PORTDOCS%%share/examples/afio/afiodump.example +%%PORTDOCS%%share/examples/afio/backup +%%PORTDOCS%%share/examples/afio/gnupg_read +%%PORTDOCS%%share/examples/afio/gnupg_write +%%PORTDOCS%%share/examples/afio/pgp_read +%%PORTDOCS%%share/examples/afio/pgp_write +%%PORTDOCS%%share/examples/afio/restore +%%PORTDOCS%%share/examples/afio/tapechange +%%PORTDOCS%%share/examples/afio/x.dot +%%PORTDOCS%%share/examples/afio/x.home +%%PORTDOCS%%@dirrm share/doc/afio +%%PORTDOCS%%@dirrm share/examples/afio >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 13 1:50:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A6A8D37B40C for ; Sat, 13 Oct 2001 01:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9D8o1r67722; Sat, 13 Oct 2001 01:50:01 -0700 (PDT) (envelope-from gnats) Received: from mail.rapidsite.net (mail.rapidsite.net [207.158.192.62]) by hub.freebsd.org (Postfix) with SMTP id 08EA337B408 for ; Sat, 13 Oct 2001 01:40:04 -0700 (PDT) Received: from r00.nat.boca.verio.net (208.55.254.110) by mail.rapidsite.net (RS ver 1.0.60s) with SMTP id 01712557 for ; Sat, 13 Oct 2001 04:39:32 -0400 (EDT) Message-Id: <20011013084004.08EA337B408@hub.freebsd.org> Date: Sat, 13 Oct 2001 04:39:32 -0400 From: Jason Vervlied To: FreeBSD-gnats-submit@freebsd.org Subject: ports/31249: New port: x11/enlightenment-conf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31249 >Category: ports >Synopsis: New port: x11/enlightenment-conf >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 13 01:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jason Vervlied >Release: FreeBSD 4.4-STABLE i386 >Organization: N/A >Environment: System: FreeBSD squeaky.hway.net 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Sep 22 03:01:41 EDT 2001 root@squeaky.hway.net:/usr/obj/usr/src/sys/Squeaky i386 >Description: New port: x11/enlightenment-conf. This port is a graphical configuration tool for enlightenment that provides all of the existing enlightenment menus as well as a menu to configure keybindings in enlightenment in one window. >How-To-Repeat: N/A >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: # # /usr/ports/x11/enlightenment-conf # /usr/ports/x11/enlightenment-conf/pkg-descr # /usr/ports/x11/enlightenment-conf/pkg-comment # /usr/ports/x11/enlightenment-conf/Makefile # /usr/ports/x11/enlightenment-conf/distinfo # /usr/ports/x11/enlightenment-conf/files # /usr/ports/x11/enlightenment-conf/files/patch-configure # /usr/ports/x11/enlightenment-conf/files/patch-aclocal.m4 # /usr/ports/x11/enlightenment-conf/pkg-plist # echo c - /usr/ports/x11/enlightenment-conf mkdir -p /usr/ports/x11/enlightenment-conf > /dev/null 2>&1 echo x - /usr/ports/x11/enlightenment-conf/pkg-descr sed 's/^X//' >/usr/ports/x11/enlightenment-conf/pkg-descr << 'END-of-/usr/ports/x11/enlightenment-conf/pkg-descr' XThis port is a graphical configuration tool for enlightenment. XIt allows for configuring key-bindings as well as all other Xconfiguration options in one easy to use tool. END-of-/usr/ports/x11/enlightenment-conf/pkg-descr echo x - /usr/ports/x11/enlightenment-conf/pkg-comment sed 's/^X//' >/usr/ports/x11/enlightenment-conf/pkg-comment << 'END-of-/usr/ports/x11/enlightenment-conf/pkg-comment' XA graphical configuration tool for enlightenment END-of-/usr/ports/x11/enlightenment-conf/pkg-comment echo x - /usr/ports/x11/enlightenment-conf/Makefile sed 's/^X//' >/usr/ports/x11/enlightenment-conf/Makefile << 'END-of-/usr/ports/x11/enlightenment-conf/Makefile' X# New ports collection makefile for: enlightenment-conf X# Date created: 10 October 2001 X# Whom: Jason Vervlied X# X# $FreeBSD$ X# X XPORTNAME= enlightenment-conf XPORTVERSION= 0.15 XCATEGORIES= x11 XMASTER_SITES= ftp://ftp.enlightenment.org/enlightenment/enlightenment/tools/ X XMAINTAINER= jason@squeak.net X XLIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ X gnome.5:${PORTSDIR}/x11/gnomelibs \ X ORBit.2:${PORTSDIR}/devel/ORBit \ X Imlib.5:${PORTSDIR}/graphics/imlib \ X capplet.5:${PORTSDIR}/sysutils/gnomecontrolcenter X XGNU_CONFIGURE= yes X X.include END-of-/usr/ports/x11/enlightenment-conf/Makefile echo x - /usr/ports/x11/enlightenment-conf/distinfo sed 's/^X//' >/usr/ports/x11/enlightenment-conf/distinfo << 'END-of-/usr/ports/x11/enlightenment-conf/distinfo' XMD5 (enlightenment-conf-0.15.tar.gz) = ad87526c1e86088e5ba851c36eb70b13 END-of-/usr/ports/x11/enlightenment-conf/distinfo echo c - /usr/ports/x11/enlightenment-conf/files mkdir -p /usr/ports/x11/enlightenment-conf/files > /dev/null 2>&1 echo x - /usr/ports/x11/enlightenment-conf/files/patch-configure sed 's/^X//' >/usr/ports/x11/enlightenment-conf/files/patch-configure << 'END-of-/usr/ports/x11/enlightenment-conf/files/patch-configure' X--- configure.orig Wed Oct 10 01:43:01 2001 X+++ configure Tue Oct 9 23:55:33 2001 X@@ -3180,18 +3180,18 @@ X if test x$gtk_config_exec_prefix != x ; then X gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" X if test x${GTK_CONFIG+set} != xset ; then X- GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config X+ GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk12-config X fi X fi X if test x$gtk_config_prefix != x ; then X gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" X if test x${GTK_CONFIG+set} != xset ; then X- GTK_CONFIG=$gtk_config_prefix/bin/gtk-config X+ GTK_CONFIG=$gtk_config_prefix/bin/gtk12-config X fi X fi X X- # Extract the first word of "gtk-config", so it can be a program name with args. X-set dummy gtk-config; ac_word=$2 X+ # Extract the first word of "gtk12-config", so it can be a program name with args. X+set dummy gtk12-config; ac_word=$2 X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 X echo "configure:3197: checking for $ac_word" >&5 X if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then X@@ -3277,16 +3277,16 @@ X (gtk_minor_version != $gtk_config_minor_version) || X (gtk_micro_version != $gtk_config_micro_version)) X { X- printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", X+ printf("\n*** 'gtk12-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", X $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, X gtk_major_version, gtk_minor_version, gtk_micro_version); X- printf ("*** was found! If gtk-config was correct, then it is best\n"); X+ printf ("*** was found! If gtk12-config was correct, then it is best\n"); X printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); X printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); X printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); X printf("*** required on your system.\n"); X- printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n"); X- printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n"); X+ printf("*** If gtk12-config was wrong, set the environment variable GTK_CONFIG\n"); X+ printf("*** to point to the correct copy of gtk12-config, and remove the file config.cache\n"); X printf("*** before re-running configure\n"); X } X #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION) X@@ -3317,10 +3317,10 @@ X printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n"); X printf("***\n"); X printf("*** If you have already installed a sufficiently new version, this error\n"); X- printf("*** probably means that the wrong copy of the gtk-config shell script is\n"); X+ printf("*** probably means that the wrong copy of the gtk12-config shell script is\n"); X printf("*** being found. The easiest way to fix this is to remove the old version\n"); X printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n"); X- printf("*** correct copy of gtk-config. (In this case, you will have to\n"); X+ printf("*** correct copy of gtk12-config. (In this case, you will have to\n"); X printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); X printf("*** so that the correct libraries are found at run-time))\n"); X } X@@ -3351,10 +3351,10 @@ X else X echo "$ac_t""no" 1>&6 X if test "$GTK_CONFIG" = "no" ; then X- echo "*** The gtk-config script installed by GTK could not be found" X+ echo "*** The gtk12-config script installed by GTK could not be found" X echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in" X echo "*** your path, or set the GTK_CONFIG environment variable to the" X- echo "*** full path to gtk-config." X+ echo "*** full path to gtk12-config." X else X if test -f conf.gtktest ; then X : X@@ -3396,7 +3396,7 @@ X echo "*** The test program failed to compile or link. See the file config.log for the" X echo "*** exact error that occured. This usually means GTK was incorrectly installed" X echo "*** or that you have moved GTK since it was installed. In the latter case, you" X- echo "*** may want to edit the gtk-config script: $GTK_CONFIG" X+ echo "*** may want to edit the gtk12-config script: $GTK_CONFIG" X fi X rm -f conftest* X CFLAGS="$ac_save_CFLAGS" END-of-/usr/ports/x11/enlightenment-conf/files/patch-configure echo x - /usr/ports/x11/enlightenment-conf/files/patch-aclocal.m4 sed 's/^X//' >/usr/ports/x11/enlightenment-conf/files/patch-aclocal.m4 << 'END-of-/usr/ports/x11/enlightenment-conf/files/patch-aclocal.m4' X--- aclocal.m4.orig Wed Oct 10 01:43:12 2001 X+++ aclocal.m4 Tue Oct 9 23:55:40 2001 X@@ -997,7 +997,7 @@ X dnl X AC_DEFUN([GNOME_X_CHECKS], X [ X- AM_PATH_GTK(1.1.12,,AC_MSG_ERROR(GTK not installed, or gtk-config not in path)) X+ AM_PATH_GTK(1.1.12,,AC_MSG_ERROR(GTK not installed, or gtk12-config not in path)) X X dnl Hope that GTK_CFLAGS have only -I and -D. Otherwise, we could X dnl test -z "$x_includes" || CPPFLAGS="$CPPFLAGS -I$x_includes" X@@ -1070,7 +1070,7 @@ X dnl X AC_DEFUN(AM_PATH_GTK, X [dnl X-dnl Get the cflags and libraries from the gtk-config script X+dnl Get the cflags and libraries from the gtk12-config script X dnl X AC_ARG_WITH(gtk-prefix,[ --with-gtk-prefix=PFX Prefix where GTK is installed (optional)], X gtk_config_prefix="$withval", gtk_config_prefix="") X@@ -1091,17 +1091,17 @@ X if test x$gtk_config_exec_prefix != x ; then X gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" X if test x${GTK_CONFIG+set} != xset ; then X- GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config X+ GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk12-config X fi X fi X if test x$gtk_config_prefix != x ; then X gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" X if test x${GTK_CONFIG+set} != xset ; then X- GTK_CONFIG=$gtk_config_prefix/bin/gtk-config X+ GTK_CONFIG=$gtk_config_prefix/bin/gtk12-config X fi X fi X X- AC_PATH_PROG(GTK_CONFIG, gtk-config, no) X+ AC_PATH_PROG(GTK_CONFIG, gtk12-config, no) X min_gtk_version=ifelse([$1], ,0.99.7,$1) X AC_MSG_CHECKING(for GTK - version >= $min_gtk_version) X no_gtk="" X@@ -1123,7 +1123,7 @@ X LIBS="$GTK_LIBS $LIBS" X dnl X dnl Now check if the installed GTK is sufficiently new. (Also sanity X-dnl checks the results of gtk-config to some extent X+dnl checks the results of gtk12-config to some extent X dnl X rm -f conf.gtktest X AC_TRY_RUN([ X@@ -1150,16 +1150,16 @@ X (gtk_minor_version != $gtk_config_minor_version) || X (gtk_micro_version != $gtk_config_micro_version)) X { X- printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", X+ printf("\n*** 'gtk12-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", X $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, X gtk_major_version, gtk_minor_version, gtk_micro_version); X- printf ("*** was found! If gtk-config was correct, then it is best\n"); X+ printf ("*** was found! If gtk12-config was correct, then it is best\n"); X printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); X printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); X printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); X printf("*** required on your system.\n"); X- printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n"); X- printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n"); X+ printf("*** If gtk12-config was wrong, set the environment variable GTK_CONFIG\n"); X+ printf("*** to point to the correct copy of gtk12-config, and remove the file config.cache\n"); X printf("*** before re-running configure\n"); X } X #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION) X@@ -1190,10 +1190,10 @@ X printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n"); X printf("***\n"); X printf("*** If you have already installed a sufficiently new version, this error\n"); X- printf("*** probably means that the wrong copy of the gtk-config shell script is\n"); X+ printf("*** probably means that the wrong copy of the gtk12-config shell script is\n"); X printf("*** being found. The easiest way to fix this is to remove the old version\n"); X printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n"); X- printf("*** correct copy of gtk-config. (In this case, you will have to\n"); X+ printf("*** correct copy of gtk12-config. (In this case, you will have to\n"); X printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); X printf("*** so that the correct libraries are found at run-time))\n"); X } X@@ -1211,10 +1211,10 @@ X else X AC_MSG_RESULT(no) X if test "$GTK_CONFIG" = "no" ; then X- echo "*** The gtk-config script installed by GTK could not be found" X+ echo "*** The gtk12-config script installed by GTK could not be found" X echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in" X echo "*** your path, or set the GTK_CONFIG environment variable to the" X- echo "*** full path to gtk-config." X+ echo "*** full path to gtk12-config." X else X if test -f conf.gtktest ; then X : X@@ -1243,7 +1243,7 @@ X [ echo "*** The test program failed to compile or link. See the file config.log for the" X echo "*** exact error that occured. This usually means GTK was incorrectly installed" X echo "*** or that you have moved GTK since it was installed. In the latter case, you" X- echo "*** may want to edit the gtk-config script: $GTK_CONFIG" ]) X+ echo "*** may want to edit the gtk12-config script: $GTK_CONFIG" ]) X CFLAGS="$ac_save_CFLAGS" X LIBS="$ac_save_LIBS" X fi END-of-/usr/ports/x11/enlightenment-conf/files/patch-aclocal.m4 echo x - /usr/ports/x11/enlightenment-conf/pkg-plist sed 's/^X//' >/usr/ports/x11/enlightenment-conf/pkg-plist << 'END-of-/usr/ports/x11/enlightenment-conf/pkg-plist' Xbin/e-conf Xshare/control-center/Workspace/Enlightenment.desktop END-of-/usr/ports/x11/enlightenment-conf/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 13 6:25:11 2001 Delivered-To: freebsd-ports@freebsd.org Received: from EnContacto.Net (adsl-64-173-182-158.dsl.mtry01.pacbell.net [64.173.182.158]) by hub.freebsd.org (Postfix) with ESMTP id 76D0837B405 for ; Sat, 13 Oct 2001 06:21:08 -0700 (PDT) Received: (from root@localhost) by EnContacto.Net (8.11.6/8.11.4) id f9DDL7s50619 for freebsd-ports@FreeBSD.ORG; Sat, 13 Oct 2001 06:21:07 -0700 (PDT) (envelope-from eculp@EnContacto.Net) Received: from 24.20.19.75 ( [24.20.19.75]) as user eculp@SavvyWorld.Net by Mail.SavvyWorld.Net with HTTP; Sat, 13 Oct 2001 06:21:07 -0700 Message-ID: <1002979267.3bc83fc3a0d10@Mail.SavvyWorld.Net> Date: Sat, 13 Oct 2001 06:21:07 -0700 From: Edwin Culp To: freebsd-ports@FreeBSD.ORG Subject: New staroffice 6.0 port very minor fix. References: <3BC780E7.8AA755BA@math.missouri.edu> In-Reply-To: <3BC780E7.8AA755BA@math.missouri.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs X-Originating-IP: 24.20.19.75 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org There is an extra single quote on line 79 of the Makefile. ed 73 IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http:// www.sun.com/staroffice. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${DIS TDIR} and run make again.'" ^^^^^^ --- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 13 6:31:39 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 417E137B40E for ; Sat, 13 Oct 2001 06:27:21 -0700 (PDT) Received: from notebook.vega.com (h214.229.dialup.iptcom.net [212.9.229.214]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id QAA31457; Sat, 13 Oct 2001 16:26:52 +0300 (EEST) (envelope-from sobomax@mail.ru) Date: Sat, 13 Oct 2001 16:26:52 +0300 (EEST) Message-Id: <200110131326.QAA31457@ipcard.iptcom.net> To: peterh@sapros.com, ports@FreeBSD.ORG From: Maxim Sobolev Reply-To: sobomax@FreeBSD.ORG Subject: Re: Empty world-writable directories. X-Mailer: Pygmy (v0.5.12) In-Reply-To: <200110122217.f9CMH3w68615@wartch.sapros.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 12 Oct 2001 15:17:03 -0700, Peter Haight wrote: > > I've got a port that creates two empty world-writable directories when > installed ('make install'). When I package it up, those directories are not > include in the package. I'm not sure what the best way is to have those > directories included. Use `@exec' directives in your pkg-plist (see man pkg_create for details). -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 13 7:10: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 562D737B410 for ; Sat, 13 Oct 2001 07:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9DEA1g39480; Sat, 13 Oct 2001 07:10:01 -0700 (PDT) (envelope-from gnats) Received: from softwareliberty.org (freebsd.sinica.edu.tw [140.109.13.51]) by hub.freebsd.org (Postfix) with ESMTP id EBFA937B40B for ; Sat, 13 Oct 2001 06:58:14 -0700 (PDT) Received: by softwareliberty.org (Postfix, from userid 1014) id 0A4FE754A; Sat, 13 Oct 2001 21:58:13 +0800 (CST) Message-Id: <20011013135813.0A4FE754A@softwareliberty.org> Date: Sat, 13 Oct 2001 21:58:13 +0800 (CST) From: Statue Reply-To: Statue To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31251: update port chinese/zhcon for Big5 IME support Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31251 >Category: ports >Synopsis: update port chinese/zhcon for Big5 IME support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Oct 13 07:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Statue >Release: FreeBSD 4.4-STABLE i386 >Organization: statue >Environment: System: FreeBSD freebsd.sinica.edu.tw 4.4-STABLE FreeBSD 4.4-STABLE #0: Tue Oct 9 02:45:16 CST 2001 ycheng@freebsd.sinica.edu.tw:/usr/src/sys/compile/FREEBSD i386 >Description: >How-To-Repeat: >Fix: diff -ruN zhcon.orig/Makefile zhcon/Makefile --- zhcon.orig/Makefile Tue Oct 2 22:54:06 2001 +++ zhcon/Makefile Sat Oct 13 11:48:30 2001 @@ -7,12 +7,12 @@ PORTNAME= zhcon PORTVERSION= 0.14f -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= chinese MASTER_SITES= http://freebsd.sinica.edu.tw/~statue/ \ ftp://ftp.gnuchina.org/pub/linux/chinese/inputmethod/console/zhcon/BSDPort/ \ http://www.cis.nctu.edu.tw/~gis89501/zhcon/ -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} zhb5-ime-1.tgz +DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} zhb5-ime-2.tgz MAINTAINER= statue@freebsd.sinica.edu.tw @@ -49,14 +49,12 @@ post-build: .if defined(WITH_BIG5) -.for file in make.sh make-mb.sh - @cd ${WRKDIR}/zh-big5-ime; ${SH} ${file} -.endfor + @cd ${WRKDIR}/zh-big5-ime; ${SETENV} BATCH=yes ./configure; make all .endif post-install: .if defined(WITH_BIG5) -.for file in big5-ary30.mb big5-cj.mb big5-liu5.mb big5-phone.mb +.for file in big5-*.mb @${INSTALL_DATA} ${WRKDIR}/zh-big5-ime/mb/${file} ${PREFIX}/lib/zhcon .endfor @${INSTALL_DATA} ${WRKDIR}/zh-big5-ime/zhcon.cfg.big5 ${PREFIX}/lib/zhcon/zhcon.cfg diff -ruN zhcon.orig/distinfo zhcon/distinfo --- zhcon.orig/distinfo Tue Oct 2 22:54:06 2001 +++ zhcon/distinfo Fri Oct 12 21:14:31 2001 @@ -1,2 +1,2 @@ MD5 (zhcon-0.14f.tar.gz) = d7a8c49bc7b7d97cd30385f0110806bc -MD5 (zhb5-ime-1.tgz) = 55b1c0e34534ed6559af056b9d8fe998 +MD5 (zhb5-ime-2.tgz) = b28e10fc9c07baa0b574bf6253714450 diff -ruN zhcon.orig/pkg-plist zhcon/pkg-plist --- zhcon.orig/pkg-plist Tue Sep 11 12:49:46 2001 +++ zhcon/pkg-plist Fri Oct 12 21:48:40 2001 @@ -4,6 +4,9 @@ %%BIG5IME%%lib/zhcon/big5-ary30.mb %%BIG5IME%%lib/zhcon/big5-cj.mb %%BIG5IME%%lib/zhcon/big5-liu5.mb +%%BIG5IME%%lib/zhcon/big5-phone-et.mb +%%BIG5IME%%lib/zhcon/big5-phone-gy.mb +%%BIG5IME%%lib/zhcon/big5-phone-ibm.mb %%BIG5IME%%lib/zhcon/big5-phone.mb lib/zhcon/cjf.mb lib/zhcon/cjj.mb >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 13 7:52:20 2001 Delivered-To: freebsd-ports@freebsd.org Received: from EnContacto.Net (adsl-64-173-182-158.dsl.mtry01.pacbell.net [64.173.182.158]) by hub.freebsd.org (Postfix) with ESMTP id 2DE1137B401 for ; Sat, 13 Oct 2001 07:48:15 -0700 (PDT) Received: (from root@localhost) by EnContacto.Net (8.11.6/8.11.4) id f9DEmEl51642 for ports@FreeBSD.ORG; Sat, 13 Oct 2001 07:48:14 -0700 (PDT) (envelope-from eculp@EnContacto.Net) Received: from 24.20.19.75 ( [24.20.19.75]) as user eculp@SavvyWorld.Net by Mail.SavvyWorld.Net with HTTP; Sat, 13 Oct 2001 07:48:14 -0700 Message-ID: <1002984494.3bc8542e8af07@Mail.SavvyWorld.Net> Date: Sat, 13 Oct 2001 07:48:14 -0700 From: Edwin Culp To: ports@FreeBSD.ORG Subject: StarOffice6.0 Unable to save files. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs X-Originating-IP: 24.20.19.75 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I can't seem to save or export files with StarOffice6.0 Is anyone else having this problem or maybe I should just reinstall completely. The file manager doesn't seem to be working properly. Thanks, ed --- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 13 8: 0:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BBD6337B40C for ; Sat, 13 Oct 2001 08:00:08 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9DF08p44120; Sat, 13 Oct 2001 08:00:08 -0700 (PDT) (envelope-from gnats) Received: from softwareliberty.org (freebsd.sinica.edu.tw [140.109.13.51]) by hub.freebsd.org (Postfix) with ESMTP id 8451537B40A for ; Sat, 13 Oct 2001 07:55:22 -0700 (PDT) Received: by softwareliberty.org (Postfix, from userid 1014) id 1A2A87531; Sat, 13 Oct 2001 22:55:25 +0800 (CST) Message-Id: <20011013145525.1A2A87531@softwareliberty.org> Date: Sat, 13 Oct 2001 22:55:25 +0800 (CST) From: Statue Reply-To: Statue To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31252: update port chinese/hanzim for build error Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31252 >Category: ports >Synopsis: update port chinese/hanzim for build error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 13 08:00:08 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Statue >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD freebsd.sinica.edu.tw 4.4-STABLE FreeBSD 4.4-STABLE #0: Tue Oct 9 02:45:16 CST 2001 ycheng@freebsd.sinica.edu.tw:/usr/src/sys/compile/FREEBSD i386 >Description: hanzim build with tk83. >How-To-Repeat: >Fix: diff -ruN hanzim.orig/Makefile hanzim/Makefile --- hanzim.orig/Makefile Sat Oct 13 22:48:19 2001 +++ hanzim/Makefile Sat Oct 13 22:08:23 2001 @@ -14,6 +14,9 @@ MAINTAINER= ports@FreeBSD.org +BUILD_DEPENDS+= wish8.3:${PORTSDIR}/x11-toolkits/tk83 +RUN_DEPENDS+= wish8.3:${PORTSDIR}/x11-toolkits/tk83 + WRKSRC= ${WRKDIR}/Hanzim ALL_TARGET= # empty >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 13 8:27:58 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 641CA37B409; Sat, 13 Oct 2001 08:27:57 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9DFORg49291; Sat, 13 Oct 2001 08:24:27 -0700 (PDT) (envelope-from alex) Date: Sat, 13 Oct 2001 08:24:27 -0700 (PDT) From: Message-Id: <200110131524.f9DFORg49291@freefall.freebsd.org> To: ddavid_3@yahoo.com, alex@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31242: Staroffice60 not working - Makefile syntax error Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Staroffice60 not working - Makefile syntax error State-Changed-From-To: open->closed State-Changed-By: alex State-Changed-When: Sat Oct 13 08:24:12 PDT 2001 State-Changed-Why: Fixed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31242 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 13 8:28:13 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by hub.freebsd.org (Postfix) with ESMTP id A2DF337B407 for ; Sat, 13 Oct 2001 08:24:08 -0700 (PDT) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by mail.imp.ch (8.11.1/8.11.1) with ESMTP id f9DFNvR95159; Sat, 13 Oct 2001 17:23:57 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Sat, 13 Oct 2001 17:25:25 +0200 (CEST) From: Martin Blapp To: Luis Neves Cc: Subject: Re: ports/31161: new port: Staroffice 6.0 beta In-Reply-To: Message-ID: <20011013172440.C57772-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, The famous "last additions" to the port, and I forgot to update the PR and just did it locally. Thank you for your message, it should now be fixed. :-) Martin Martin Blapp, mb@imp.ch ------------------------------------------------------------------ Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 061 826 93 00: +41 61 826 93 01 PGP Fingerprint: 57E 7CCD 2769 E7AC C5FA DF2C 19C6 DCD1 1B3A EC9C ------------------------------------------------------------------ On Sat, 13 Oct 2001, Luis Neves wrote: > > Hello, > I just tried to install the star office 6.0 port. but with no success. > > # make install > Syntax error: Unterminated quoted string > *** Error code 2 > > Stop in /usr/ports/editors/staroffice60. > #uname -r > 4.4-STABLE > > I am running on 4.4-STABLE > I will try to find the reason for this tomorrow. > > > Luis Neves > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 13 8:30:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 91C4337B415 for ; Sat, 13 Oct 2001 08:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9DFU1i49667; Sat, 13 Oct 2001 08:30:01 -0700 (PDT) (envelope-from gnats) Received: from eagle.plab.ku.dk (eagle.plab.ku.dk [130.225.105.63]) by hub.freebsd.org (Postfix) with ESMTP id 6416A37B419 for ; Sat, 13 Oct 2001 08:19:06 -0700 (PDT) Received: (from tolid@localhost) by eagle.plab.ku.dk (8.11.6/8.11.6) id f9DFJ4R92147; Sat, 13 Oct 2001 17:19:04 +0200 (CEST) (envelope-from tolid) Message-Id: <200110131519.f9DFJ4R92147@eagle.plab.ku.dk> Date: Sat, 13 Oct 2001 17:19:04 +0200 (CEST) From: Anatoliy Dmytriyev Reply-To: Anatoliy Dmytriyev To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31253: maintainer-update for p5-Image-Size Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31253 >Category: ports >Synopsis: maintainer-update for p5-Image-Size >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Oct 13 08:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anatoliy Dmytriyev >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD eagle.plab.ku.dk 4.4-STABLE FreeBSD 4.4-STABLE #2: Thu Oct 4 15:04:12 CEST 2001 root@eagle.plab.ku.dk:/usr/obj/usr/src/sys/eagle i386 >Description: New version of Image::Size module (port p5-Image-Size in FreeBSD ports collection). >How-To-Repeat: >Fix: --- Makefile.old Sat Oct 13 17:04:37 2001 +++ Makefile Sat Oct 13 15:57:09 2001 @@ -6,7 +6,7 @@ # PORTNAME= Image-Size -PORTVERSION= 2.93 +PORTVERSION= 2.94 CATEGORIES= graphics www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Image --- distinfo.old Sat Oct 13 17:04:54 2001 +++ distinfo Sat Oct 13 16:02:34 2001 @@ -1 +1 @@ -MD5 (Image-Size-2.93.tar.gz) = fe8b6d8639bc7c94d95953af3df58c85 +MD5 (Image-Size-2.94.tar.gz) = 697eb66e3eb80e0171ae7a5d355f46ab >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 13 8:43:15 2001 Delivered-To: freebsd-ports@freebsd.org Received: from lists.unixathome.org (lists.unixathome.org [210.48.103.158]) by hub.freebsd.org (Postfix) with ESMTP id 4F08937B411 for ; Sat, 13 Oct 2001 08:39:12 -0700 (PDT) Received: from wocker (lists.unixathome.org [210.48.103.158]) by lists.unixathome.org (8.11.6/8.11.6) with ESMTP id f9DFd7564110; Sun, 14 Oct 2001 04:39:08 +1300 (NZDT) (envelope-from dan@langille.org) From: "Dan Langille" Organization: novice in training To: ports@freebsd.org Date: Sat, 13 Oct 2001 11:39:01 -0400 MIME-Version: 1.0 Subject: incorrect instructions for post-install initialization Reply-To: dan@langille.org Cc: girgen@partitur.se Message-ID: <3BC827D5.21585.1DBBA26E@localhost> X-mailer: Pegasus Mail for Win32 (v4.0, beta 40) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org After I installed postgresql 7.1.3 from the ports tree, I found this message on the screen: "To initialize the database, you should run initdb as the "pgsql" user. Example: su -l pgsql -c initdb You can then start PostgreSQL by running: /usr/local/etc/rc.d/010.pgsql.sh start For postmaster settings, see ~pgsql/data/postgresql.conf" It appears pgsql is not contained within this release. I suspect the instructions are out of date. I think the correct instructions are: su -l pgsql initdb /usr/local/pgsql/data Make sense? -- Dan Langille The FreeBSD Diary - http://freebsddiary.org/ - practical examples To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 13 9:40: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DC1A37B40D for ; Sat, 13 Oct 2001 09:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9DGe1w63650; Sat, 13 Oct 2001 09:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6596037B40D for ; Sat, 13 Oct 2001 09:36:02 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9DGa2u62997; Sat, 13 Oct 2001 09:36:02 -0700 (PDT) (envelope-from nobody) Message-Id: <200110131636.f9DGa2u62997@freefall.freebsd.org> Date: Sat, 13 Oct 2001 09:36:02 -0700 (PDT) From: "Antonio D'souza" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31254: I cannot compile Java src files using gcj Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31254 >Category: ports >Synopsis: I cannot compile Java src files using gcj >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sat Oct 13 09:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Antonio D'souza >Release: 4.4-stable >Organization: University of Waterloo >Environment: FreeBSD alice.quiknet 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #3: Wed Aug 8 14:06:44 EDT 2001 quik@quikbox.ca:/usr/obj/usr/src/sys/QUIK i386 >Description: I tried to compile a java src file using gcj but it gave me this error: quik@alice:~/tmp$ gcj Matrix.java gcj: libgcj.spec: No such file or directory I couldn't find any relevent info at the gcj website's FAQ :-( >How-To-Repeat: Try to compile a Java src file using a freshly installed build of the gcc3.0 port >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 13 9:57:59 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7971F37B41F; Sat, 13 Oct 2001 09:57:57 -0700 (PDT) Received: (from tom@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9DGmw365625; Sat, 13 Oct 2001 09:48:58 -0700 (PDT) (envelope-from tom) Date: Sat, 13 Oct 2001 09:48:58 -0700 (PDT) From: Message-Id: <200110131648.f9DGmw365625@freefall.freebsd.org> To: tolid@plab.ku.dk, tom@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31253: maintainer-update for p5-Image-Size Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: maintainer-update for p5-Image-Size State-Changed-From-To: open->closed State-Changed-By: tom State-Changed-When: Sat Oct 13 09:48:22 PDT 2001 State-Changed-Why: Committed - Thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31253 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 13 11: 8: 0 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C82337B408; Sat, 13 Oct 2001 11:07:57 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9DI1CC80256; Sat, 13 Oct 2001 11:01:12 -0700 (PDT) (envelope-from lioux) Date: Sat, 13 Oct 2001 11:01:12 -0700 (PDT) From: Message-Id: <200110131801.f9DI1CC80256@freefall.freebsd.org> To: pat@databits.net, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31243: Update port: games/qstat Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: games/qstat State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Sat Oct 13 11:01:03 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31243 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 13 11: 8: 1 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C5D5037B409; Sat, 13 Oct 2001 11:07:57 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9DI5FG82257; Sat, 13 Oct 2001 11:05:15 -0700 (PDT) (envelope-from lioux) Date: Sat, 13 Oct 2001 11:05:15 -0700 (PDT) From: Message-Id: <200110131805.f9DI5FG82257@freefall.freebsd.org> To: pat@databits.net, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31244: Update port: x11-clocks/wmtimer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: x11-clocks/wmtimer State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Sat Oct 13 11:05:04 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31244 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 13 11:23:20 2001 Delivered-To: freebsd-ports@freebsd.org Received: from starbug.ugh.net.au (starbug.ugh.net.au [203.31.238.37]) by hub.freebsd.org (Postfix) with ESMTP id 34B2437B40D for ; Sat, 13 Oct 2001 11:23:16 -0700 (PDT) Received: by starbug.ugh.net.au (Postfix, from userid 1000) id 4CF28A8C6; Sun, 14 Oct 2001 04:23:13 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by starbug.ugh.net.au (Postfix) with ESMTP id 3C69E544F for ; Sun, 14 Oct 2001 04:23:13 +1000 (EST) Date: Sun, 14 Oct 2001 04:23:13 +1000 (EST) From: Andrew To: Subject: pm3-base not building Message-ID: <20011014035817.W71080-100000@starbug.ugh.net.au> X-WonK: *wibble* MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I'm trying to build the cvsup port under 4.4-STABLE. It depends on pm3-base which fails to compile (see log below). Funny thing is it works on other machines...the only difference I can see between the machines is the one that can't build it doesn't have X installed. If anyone has any suggestions I'd be greatful. Thanks, Andrew ---------- building m3cc in language/modula3/m3compiler ---------- /usr/local/ports/lang/pm3-base/pm3-1.1.15/src/../boot-FreeBSD4/m3build/FreeBSD4/ m3build -T /usr/local/ports/lang/pm3-base/pm3-1.1.15/src/../m3config/src -F /usr /local/ports/lang/pm3-base/pm3-1.1.15/src/../FreeBSD4/config.tmpl Using `../gcc/config/i386/i386.c' to output insns. Using `../gcc/config/i386/i386.md' as machine description file. Using the following target machine macro files: ../gcc/config/i386/i386.h ../gcc/config/i386/att.h ../gcc/config/linux.h ../gcc/config/i386/freebsd-elf.h ../gcc/config/i386/perform.h Using `../gcc/config/i386/xm-freebsd.h' as host machine macro file. Using `../gcc/objc/thr-single.c' as Objective-C Runtime thread file. Merged i386/x-freebsd. Created `./Makefile'. Links are now set up to build a native compiler for i486-unknown-freebsdelf. make: don't know how to make I. Stop --- building in FreeBSD4 --- m3build: quake error: quake error: runtime error: Failed to build m3cc --procedure-- -line- -file--- error -- 109 /usr/local/ports/lang/pm3-base/pm3-1.1.15/language/modula 3/m3compiler/m3cc/src/m3makefile m3build: quake error: quake error: runtime error: m3build failed with error code : 1 --procedure-- -line- -file--- error -- BuildChunk 169 /usr/local/ports/lang/pm3-base/pm3-1.1.15/src/m3makefile PkgInfo 245 /usr/local/ports/lang/pm3-base/pm3-1.1.15/src/m3makefile 31 /usr/local/ports/lang/pm3-base/pm3-1.1.15/src/PACKAGES gmake: *** [packages] Error 1 *** Error code 2 Stop in /usr/ports/lang/pm3-base. *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 13 12: 0:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E39737B40D for ; Sat, 13 Oct 2001 12:00:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9DJ06991598; Sat, 13 Oct 2001 12:00:06 -0700 (PDT) (envelope-from gnats) Date: Sat, 13 Oct 2001 12:00:06 -0700 (PDT) Message-Id: <200110131900.f9DJ06991598@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Brandon Fosdick Subject: Re: ports/31249: New port: x11/enlightenment-conf Reply-To: Brandon Fosdick Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31249; it has been noted by GNATS. From: Brandon Fosdick To: freebsd-gnats-submit@FreeBSD.org, jvervlied@boca.verio.net Cc: Subject: Re: ports/31249: New port: x11/enlightenment-conf Date: Sat, 13 Oct 2001 14:50:14 -0400 The e-conf utility has been deprecated for some time now. Its replacements, e16menuedit and e16 keyedit, can be installed via the existing x11-wm/e16utils port. enlightenment-conf isn't intended to work with the version of enlightenment currently in the ports tree. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 13 12:10:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DFC6B37B40E for ; Sat, 13 Oct 2001 12:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9DJA2O95697; Sat, 13 Oct 2001 12:10:02 -0700 (PDT) (envelope-from gnats) Date: Sat, 13 Oct 2001 12:10:02 -0700 (PDT) Message-Id: <200110131910.f9DJA2O95697@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Cyrille Lefevre Subject: Re: ports/31229: new port: astro/linux-setiathome-i686 Reply-To: Cyrille Lefevre Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31229; it has been noted by GNATS. From: Cyrille Lefevre To: Edwin Groothuis Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/31229: new port: astro/linux-setiathome-i686 Date: Sat, 13 Oct 2001 21:02:46 +0200 (CEST) here is the master/slave port version of linux-setiathome-i686. it seems to install/deinstall well. unfortunately, I can't test it since I only have a P166... take care, the first part of this patch set is is a shar archive relative to ports/astro and the second part a cvs diff of astro/setiathome. # 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: # # linux-setiathome-i686/Makefile # linux-setiathome-i686/distinfo # linux-setiathome-i686/pkg-comment # linux-setiathome-i686/pkg-descr.inc # echo x - linux-setiathome-i686/Makefile sed 's/^X//' >linux-setiathome-i686/Makefile << 'END-of-linux-setiathome-i686/Makefile' X# Ports collection makefile for: linux-setiathome-i686 X# Date created: 13 Oct 2001 X# Whom: edwin@mavetju.org X# X# $FreeBSD$ X XCATEGORIES= astro linux X XMAINTAINER= clefevre@citeweb.net X X# Local variables X# X XPORT_CPU= i686 XPORT_VENDOR= pc XPORT_OSNAME= linux XPORT_OSREL= -gnu-gnulibc2.1 X X# Local overrides X# X XMASTERDIR= ${.CURDIR}/../setiathome X X.include "${MASTERDIR}/Makefile" END-of-linux-setiathome-i686/Makefile echo x - linux-setiathome-i686/distinfo sed 's/^X//' >linux-setiathome-i686/distinfo << 'END-of-linux-setiathome-i686/distinfo' XMD5 (setiathome-3.03.i686-pc-linux-gnu-gnulibc2.1.tar) = ba17d596fd07219c9c0eac4c1d5597a7 END-of-linux-setiathome-i686/distinfo echo x - linux-setiathome-i686/pkg-comment sed 's/^X//' >linux-setiathome-i686/pkg-comment << 'END-of-linux-setiathome-i686/pkg-comment' XDonate idle cycles to the search for space aliens - Linux i686 version END-of-linux-setiathome-i686/pkg-comment echo x - linux-setiathome-i686/pkg-descr.inc sed 's/^X//' >linux-setiathome-i686/pkg-descr.inc << 'END-of-linux-setiathome-i686/pkg-descr.inc' XThis Linux version is optimized for i686 processors. END-of-linux-setiathome-i686/pkg-descr.inc exit Index: Makefile =================================================================== RCS file: /home/ncvs/ports/astro/setiathome/Makefile,v retrieving revision 1.28 diff -u -r1.28 Makefile --- Makefile 2001/08/24 13:39:27 1.28 +++ Makefile 2001/10/13 18:54:02 @@ -7,7 +7,7 @@ PORTNAME= setiathome PORTVERSION= 3.03 PORTREVISION= 3 -CATEGORIES= astro +CATEGORIES?= astro MASTER_SITES= ftp://ftp.cdrom.com/pub/setiathome/ \ ftp://alien.ssl.berkeley.edu/pub/ \ ftp://setidata.ssl.berkeley.edu/pub/ \ @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.${PORT_HOST} EXTRACT_SUFX= .tar -MAINTAINER= clefevre@citeweb.net +MAINTAINER?= clefevre@citeweb.net .include @@ -40,7 +40,7 @@ STRIP= # aout is already stripped SCRIPTS_ENV+= PKG_PREFIX=${PREFIX} -PLIST_SUB= X11PORTS=${X11PORTS} +PLIST_SUB= X11PORTS=${X11PORTS} PROG_SUFX="${PROG_SUFX}" MAN1= ${PORTNAME}.1 @@ -51,10 +51,10 @@ # Local variables # -PORT_CPU= ${ARCH} -PORT_VENDOR= unknown -PORT_OSNAME= freebsd -PORT_OSREL= 2.2.8 +PORT_CPU?= ${ARCH} +PORT_VENDOR?= unknown +PORT_OSNAME?= freebsd +PORT_OSREL?= 2.2.8 PORT_OS= ${PORT_OSNAME}${PORT_OSREL} PORT_HOST= ${PORT_CPU}-${PORT_VENDOR}-${PORT_OS} @@ -73,22 +73,51 @@ # Warning: Cannot convert string "doneB" to type Widget # Floating point exception (core dumped) -.if ${OSVERSION} < 300000 +# the linux port needs libXawk.so.7 which isn't part of linux_base (6.1). +# .if ${PORT_OSNAME} != "freebsd" || ${OSVERSION} < 300000 +.if ${PORT_OSNAME} == "freebsd" && ${OSVERSION} < 300000 MAN1+= x${PORTNAME}.1 XBIN_DIR= ${PREFIX}/bin -XBIN_FILE+= xsetiathome +XBIN_FILE= xsetiathome X11PORTS= .else X11PORTS= "@comment " .endif -# +.if ${PORT_OSNAME} != "freebsd" +PKGNAMEPREFIX= ${PORT_OSNAME}- +PKGNAMESUFFIX= -${PORT_CPU} +LOCAL_PKGDIR= ${.CURDIR} +MD5_FILE= ${LOCAL_PKGDIR}/distinfo +COMMENT= ${LOCAL_PKGDIR}/pkg-comment +LOCAL_DESCR_FILE= ${LOCAL_PKGDIR}/pkg-descr.inc +.if exists(${LOCAL_DESCR_FILE}) +DESCR_FILE= ${PKGDIR}/pkg-descr +DESCR= ${WRKDIR}/pkg-descr +.endif +PROG_SUFX= -${PORT_OSNAME}-${PORT_CPU} +.else +PROG_SUFX= +.endif + +# Post-patch # -post-patch: patch-message +post-patch: patch-descr patch-message +patch-descr: +.if exists(${LOCAL_DESCR_FILE}) + @(${GREP} -v WWW: ${DESCR_FILE}; \ + ${CAT} ${LOCAL_DESCR_FILE}; \ + ${ECHO_MSG}; \ + ${GREP} WWW: ${DESCR_FILE}) > ${DESCR} +.else + ${CP} ${DESCR_FILE} ${DESCR} +.endif + patch-message: - @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${MSG_FILE} > ${PKGMESSAGE} + @${SED} 's|%%PREFIX%%|${PREFIX}|g;s|%%PROG_SUFX%%|${PROG_SUFX}|g' \ + ${MSG_FILE} > ${PKGMESSAGE} # Install # @@ -96,11 +125,13 @@ do-install: install-daemon install-program install-man install-daemon: - @${INSTALL_PROGRAM} ${WRKSRC}/${BIN_FILE} ${SBIN_DIR} + @${INSTALL_PROGRAM} ${WRKSRC}/${BIN_FILE} \ + ${SBIN_DIR}/${BIN_FILE}${PROG_SUFX} install-program: -.if defined(XPROG) - @${INSTALL_PROGRAM} ${WRKSRC}/${XBIN_FILE} ${XBIN_DIR} +.if defined(XBIN_FILE) + @${INSTALL_PROGRAM} ${WRKSRC}/${XBIN_FILE} \ + ${XBIN_DIR}/${XBIN_FILE}${PROG_SUFX} .endif install-man: @@ -120,13 +151,18 @@ .for file in ${RC_FILES} .if exists(${FILESDIR}/rc.${file}.conf) @${INSTALL_DATA} ${FILESDIR}/rc.${file}.conf \ - ${CONF_DIR}/rc.${file}.conf${SAMP_SUFX} -.if !exists(${CONF_DIR}/rc.${file}.conf) - @${INSTALL_DATA} ${FILESDIR}/rc.${file}.conf ${CONF_DIR} + ${CONF_DIR}/rc.${file}${PROG_SUFX}.conf${SAMP_SUFX} +.if !exists(${CONF_DIR}/rc.${file}${PROG_SUFX}.conf) + @${INSTALL_DATA} ${FILESDIR}/rc.${file}.conf \ + ${CONF_DIR}/rc.${file}${PROG_SUFX}.conf +.endif .endif +.if !empty(PROG_SUFX) + @${CHMOD} -x ${RC_DIR}/${file}*.sh .endif .if exists(${FILESDIR}/${file}.sh) - @${INSTALL_SCRIPT} ${FILESDIR}/${file}.sh ${RC_DIR} + @${INSTALL_SCRIPT} ${FILESDIR}/${file}.sh \ + ${RC_DIR}/${file}${PROG_SUFX}.sh .endif .endfor @@ -137,7 +173,9 @@ display-message: .if !defined(BATCH) + @${ECHO_MSG} @${CAT} ${PKGMESSAGE} + @${ECHO_MSG} .endif .include Index: pkg-install =================================================================== RCS file: /home/ncvs/ports/astro/setiathome/pkg-install,v retrieving revision 1.8 diff -u -r1.8 pkg-install --- pkg-install 2001/08/24 13:39:27 1.8 +++ pkg-install 2001/10/13 14:06:56 @@ -18,7 +18,7 @@ seti_maxprocs=$(sysctl -n hw.ncpu) # max. number of processes to start rcconf_dir=${PKG_PREFIX}/etc -rcconf_file=rc.setiathome.conf +rcconf_file=rc.${PKG_NAME}.conf rcconf_path=${rcconf_dir}/${rcconf_file} if [ -f ${rcconf_path} ]; then @@ -26,7 +26,7 @@ fi rc_dir=${PKG_PREFIX}/etc/rc.d -rc_file=setiathome.sh +rc_file=${PKG_NAME}.sh rc_path=${rc_dir}/${rc_file} ncpu=$(sysctl -n hw.ncpu) Index: pkg-message =================================================================== RCS file: /home/ncvs/ports/astro/setiathome/pkg-message,v retrieving revision 1.3 diff -u -r1.3 pkg-message --- pkg-message 2001/09/03 02:12:06 1.3 +++ pkg-message 2001/10/13 18:46:31 @@ -1,3 +1,3 @@ -**** %%PREFIX%%/etc/rc.setiathome.conf may be edited to tune some startup - variables such as `seti_nice' defaulted to 15 and `seti_maxprocs' - defaulted to your number of processors. +**** %%PREFIX%%/etc/rc.setiathome%%PROG_SUFX%%.conf may be edited to + tune some startup variables such as `seti_nice' defaulted to 15 + and `seti_maxprocs' defaulted to your number of processors. Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/astro/setiathome/pkg-plist,v retrieving revision 1.5 diff -u -r1.5 pkg-plist --- pkg-plist 2001/08/24 13:39:27 1.5 +++ pkg-plist 2001/10/13 13:45:05 @@ -1,6 +1,6 @@ -sbin/setiathome -@unexec if cmp -s %D/etc/rc.setiathome.conf %D/etc/rc.setiathome.conf.sample; then rm -f %D/etc/rc.setiathome.conf; fi -etc/rc.setiathome.conf.sample -@exec [ -f %D/etc/rc.setiathome.conf ] || cp %D/etc/rc.setiathome.conf.sample %D/etc/rc.setiathome.conf -etc/rc.d/setiathome.sh -%%X11PORTS%%bin/xsetiathome +sbin/setiathome%%PROG_SUFX%% +@unexec if cmp -s %D/etc/rc.setiathome%%PROG_SUFX%%.conf %D/etc/rc.setiathome%%PROG_SUFX%%.conf.sample; then rm -f %D/etc/rc.setiathome%%PROG_SUFX%%.conf; fi +etc/rc.setiathome%%PROG_SUFX%%.conf.sample +@exec [ -f %D/etc/rc.setiathome%%PROG_SUFX%%.conf ] || cp %D/etc/rc.setiathome%%PROG_SUFX%%.conf.sample %D/etc/rc.setiathome%%PROG_SUFX%%.conf +etc/rc.d/setiathome%%PROG_SUFX%%.sh +%%X11PORTS%%bin/xsetiathome%%PROG_SUFX%% Index: files/setiathome.sh =================================================================== RCS file: /home/ncvs/ports/astro/setiathome/files/setiathome.sh,v retrieving revision 1.8 diff -u -r1.8 setiathome.sh --- files/setiathome.sh 2001/09/03 02:12:10 1.8 +++ files/setiathome.sh 2001/10/13 18:42:15 @@ -32,7 +32,7 @@ fi program_dir=${PREFIX}/sbin -program_file=setiathome +program_file=${rc_file%.sh} program_path=${program_dir}/${program_file} syslog_facility=daemon.err @@ -72,7 +72,7 @@ ${seti_std_args} ${seti_proxy_args} \ ${seti_nice:+-nice} ${seti_nice} >/dev/null &)" done - echo -n " SETI@home" + echo -n " SETI@home${program_file#${program_file%%-*}}" ;; stop) Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 13 14: 0: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 09F5737B40D for ; Sat, 13 Oct 2001 14:00:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9DL04G09581; Sat, 13 Oct 2001 14:00:04 -0700 (PDT) (envelope-from gnats) Received: from eagle.plab.ku.dk (eagle.plab.ku.dk [130.225.105.63]) by hub.freebsd.org (Postfix) with ESMTP id 8804137B40B for ; Sat, 13 Oct 2001 13:53:57 -0700 (PDT) Received: (from tolid@localhost) by eagle.plab.ku.dk (8.11.6/8.11.6) id f9DKrua37938; Sat, 13 Oct 2001 22:53:56 +0200 (CEST) (envelope-from tolid) Message-Id: <200110132053.f9DKrua37938@eagle.plab.ku.dk> Date: Sat, 13 Oct 2001 22:53:56 +0200 (CEST) From: Anatoliy Dmytriyev Reply-To: Anatoliy Dmytriyev To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31256: maintainer-update for net/p5-NetPacket port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31256 >Category: ports >Synopsis: maintainer-update for net/p5-NetPacket port >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Oct 13 14:00:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anatoliy Dmytriyev >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD eagle.plab.ku.dk 4.4-STABLE FreeBSD 4.4-STABLE #2: Thu Oct 4 15:04:12 CEST 2001 root@eagle.plab.ku.dk:/usr/obj/usr/src/sys/eagle i386 >Description: The new release perl modules NetPacket::* >How-To-Repeat: >Fix: --- Makefile.old Sat Oct 13 22:31:53 2001 +++ Makefile Sat Oct 13 22:05:18 2001 @@ -6,7 +6,7 @@ # PORTNAME= NetPacket -PORTVERSION= 0.01 +PORTVERSION= 0.03 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= NetPacket --- distinfo.old Sat Oct 13 22:32:02 2001 +++ distinfo Sat Oct 13 22:08:44 2001 @@ -1 +1 @@ -MD5 (NetPacket-0.01.tar.gz) = 0761ff2f6caf4961dcd5778cf7e1e6d1 +MD5 (NetPacket-0.03.tar.gz) = 10a7614132b43bef5e3097a405fc89ac >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 13 15:52:12 2001 Delivered-To: freebsd-ports@freebsd.org Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by hub.freebsd.org (Postfix) with ESMTP id E882137B40D; Sat, 13 Oct 2001 15:51:59 -0700 (PDT) Received: (from mi@localhost) by corbulon.video-collage.com (8.11.4/8.11.4) id f9DMpxt44264; Sat, 13 Oct 2001 18:51:59 -0400 (EDT) (envelope-from mi) From: Mikhail Teterin Message-Id: <200110132251.f9DMpxt44264@corbulon.video-collage.com> Subject: xpm WITHOUT_X11 To: ports@freebsd.org Date: Sat, 13 Oct 2001 18:51:59 -0400 (EDT) Cc: jseger@freebsd.org, torstenb@freebsd.org X-Mailer: ELM [version 2.4ME+ PL92b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello! I'm about to commit the following patch to graphics/xpm. It is intended to allow to build the (limited) version of libXpm on X11-less machines. It deliberately uses X11BASE as a prefix in either case -- not sure if this is a good idea, I did this to help other things link with it. sxpm is not built without X11 -- there are uses for it in X11-less case, but too much needs to be ripped out. Perhaps, it can be done later. It installs my home-cooked xpm-nox.h next to the standard xpm.h. All one needs to compile and link xpm clients without X11 is define XPM_NOX prior to including xpm.h. In particular graphics/gd can be built to generate xpm-images without requiring X11. Rather than patching the long-forsaken Makefile.noX, home cooked bsd.*.* based Makefiles are used. Unless there are loud objections, I'll commit it some time next week -- the poor thing has no maintainer :) Thanks! -mi Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/xpm/Makefile,v retrieving revision 1.33 diff -U2 -r1.33 Makefile --- Makefile 2001/09/17 17:40:18 1.33 +++ Makefile 2001/10/13 22:38:50 @@ -8,5 +8,5 @@ PORTNAME= xpm PORTVERSION= 3.4k -CATEGORIES= graphics x11 +CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= libraries @@ -14,11 +14,23 @@ MAINTAINER= ports@FreeBSD.org +MAN1= cxpm.1 +.if defined(WITHOUT_X11) +MAKEFILE= ${FILESDIR}/Makefile.bsd +PREFIX= ${X11BASE} +MAKE_ENV+= FILESDIR="${FILESDIR}" +PLIST_SUB+= SXPM='@comment ' +MTREE_FILE= ${FILESDIR}/mtree +MANCOMPRESSED= maybe +.else +CATEGORIES+= x11 +PLIST_SUB+= SXPM='' USE_IMAKE= yes -INSTALLS_SHLIB= yes - -MAN1= cxpm.1 sxpm.1 - +MAN1+= sxpm.1 post-install: @ranlib ${PREFIX}/lib/libXpm.a + @${INSTALL_DATA} ${FILESDIR}/xpm-nox.h ${PREFIX}/include/X11/ +.endif + +INSTALLS_SHLIB= yes .include Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/graphics/xpm/pkg-descr,v retrieving revision 1.6 diff -U2 -r1.6 pkg-descr --- pkg-descr 2001/06/26 16:27:52 1.6 +++ pkg-descr 2001/10/13 22:38:50 @@ -1,3 +1,3 @@ - + * This package can now also be built without X11 support. * Here is an extract from the README file: Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/graphics/xpm/pkg-plist,v retrieving revision 1.21 diff -U2 -r1.21 pkg-plist --- pkg-plist 2000/06/15 16:44:15 1.21 +++ pkg-plist 2001/10/13 22:38:50 @@ -1,6 +1,7 @@ bin/cxpm -bin/sxpm +%%SXPM%%bin/sxpm include/X11/xpm.h lib/libXpm.a lib/libXpm.so lib/libXpm.so.4 +include/X11/xpm-nox.h Index: files/Makefile.bsd =================================================================== RCS file: Makefile.bsd diff -N Makefile.bsd --- /dev/null Sat Oct 13 15:21:23 2001 +++ Makefile.bsd Sat Oct 13 15:38:50 2001 @@ -0,0 +1,8 @@ +# This Makefiles are only used in the WITHOUT_X11 case. If X is present, +# the standard, imake-based build is performed. + +all install: + cd ${.CURDIR}/lib && ${MAKE} -f ${FILESDIR}/Makefile.lib ${.TARGET} -j2 + cd ${.CURDIR}/cxpm && ${MAKE} -f ${FILESDIR}/Makefile.cxpm ${.TARGET} -j2 +# sxpm can not yet be built without X11 +# cd ${.CURDIR}/cxpm && ${MAKE} -f ${FILESDIR}/Makefile.cxpm ${.TARGET} Index: files/Makefile.cxpm =================================================================== RCS file: Makefile.cxpm diff -N Makefile.cxpm --- /dev/null Sat Oct 13 15:21:23 2001 +++ Makefile.cxpm Sat Oct 13 15:38:50 2001 @@ -0,0 +1,9 @@ +PROG= cxpm +BINDIR= ${PREFIX}/bin +MANDIR= ${PREFIX}/man/man +CFLAGS+=-DXPM_NOX -I${FILESDIR} + +cxpm.1: + ln -s cxpm.man cxpm.1 + +.include Index: files/Makefile.lib =================================================================== RCS file: Makefile.lib diff -N Makefile.lib --- /dev/null Sat Oct 13 15:21:23 2001 +++ Makefile.lib Sat Oct 13 15:38:50 2001 @@ -0,0 +1,16 @@ +OBJS= data.o create.o misc.o rgb.o scan.o parse.o hashtab.o \ + WrFFrI.o RdFToI.o CrIFrDat.o CrDatFrI.o \ + CrIFrBuf.o CrPFrBuf.o CrBufFrI.o CrBufFrP.o \ + RdFToDat.o WrFFrDat.o \ + Attrib.o Image.o Info.o RdFToBuf.o WrFFrBuf.o + +CFLAGS+=-DXPM_NOX -I.. -I${FILESDIR} +LIB= Xpm +LIBDIR= ${PREFIX}/lib +INCDIR= ${PREFIX}/include/X11 +SHLIB_MAJOR= 4 +SHLIB_MINOR= 1 + +INCS= xpm.h ${FILESDIR}/xpm-nox.h + +.include Index: files/mtree =================================================================== RCS file: mtree diff -N mtree --- /dev/null Sat Oct 13 15:21:23 2001 +++ mtree Sat Oct 13 15:38:50 2001 @@ -0,0 +1,15 @@ +/set type=dir uname=root gname=wheel mode=0755 +. + bin + .. + include + X11 + .. + .. + lib + .. + man + man1 + .. + .. +.. Index: files/patch-nox =================================================================== RCS file: patch-nox diff -N patch-nox --- /dev/null Sat Oct 13 15:21:23 2001 +++ patch-nox Sat Oct 13 15:38:50 2001 @@ -0,0 +1,35 @@ +--- lib/xpm.h Thu Mar 19 14:51:00 1998 ++++ lib/xpm.h Wed Mar 7 16:12:14 2001 +@@ -75,4 +75,8 @@ + # else /* not AMIGA */ +-# include +-# include ++# ifdef XPM_NOX ++# include "xpm-nox.h" ++# else ++# include ++# include ++# endif /* not XPM_NOX */ + # endif /* not AMIGA */ +--- lib/create.c Thu Mar 19 14:51:00 1998 ++++ lib/create.c Wed Mar 7 17:34:47 2001 +@@ -182,3 +182,3 @@ + #ifndef FOR_MSW +-# ifndef AMIGA ++# if !defined(AMIGA) && !defined(XPM_NOX) + switch (visual->class) { +@@ -569,3 +569,3 @@ + +-#ifndef FOR_MSW ++#if !defined(FOR_MSW) && !defined(XPM_NOX) + if (USE_CLOSECOLOR) { +--- lib/Makefile.noX Thu Mar 19 14:50:59 1998 ++++ lib/Makefile.noX Sat Oct 13 17:04:04 2001 +@@ -53,6 +53,5 @@ + OBJS= data.o create.o misc.o rgb.o scan.o parse.o hashtab.o \ +- WrFFrP.o RdFToP.o CrPFrDat.o CrDatFrP.o \ + WrFFrI.o RdFToI.o CrIFrDat.o CrDatFrI.o \ + CrIFrBuf.o CrPFrBuf.o CrBufFrI.o CrBufFrP.o \ + RdFToDat.o WrFFrDat.o \ +- Attrib.o CrIFrP.o CrPFrI.o Image.o Info.o RdFToBuf.o WrFFrBuf.o ++ Attrib.o Image.o Info.o RdFToBuf.o WrFFrBuf.o Index: files/xpm-nox.h =================================================================== RCS file: xpm-nox.h diff -N xpm-nox.h --- /dev/null Sat Oct 13 15:21:23 2001 +++ xpm-nox.h Sat Oct 13 15:38:51 2001 @@ -0,0 +1,134 @@ +#if !defined(XPM_NOX) || !defined(XPM_h) +#error "This file should only be included by xpm.h and only in the XPM_NOX case" +#endif +#ifndef _NOX_H +#define _NOX_H + +#define boundCheckingMalloc malloc +#define boundCheckingCalloc calloc +#define boundCheckingRealloc realloc + +typedef void *Display; /* this should be similar */ +typedef void *Screen; /* not used */ +typedef void *Visual; /* not used yet, is for GRAY, COLOR, + * MONO */ + +typedef void *Colormap; /* should be COLORPALETTE, not done + * yet */ + +typedef unsigned long Pixel; + +#define PIXEL_ALREADY_TYPEDEFED /* to let xpm.h know about it */ + +typedef struct { + Pixel pixel; + unsigned short red, green, blue; +} XColor; + +#define XDefaultVisual(D,S) NULL +#define XDefaultScreen(D) NULL +#define XDefaultColormap(D,S) NULL +#define XDefaultDepth(D,S) 24 /* bits per pixel */ + +#if 0 +/* color related */ + FUNC(XParseColor, int, (Display *, Colormap *, char *, XColor *)); + FUNC(XAllocColor, int, (Display *, Colormap *, XColor *)); + FUNC(XQueryColors, void, (Display *display, Colormap *colormap, + XColor *xcolors, int ncolors)); + FUNC(XFreeColors, int, (Display *d, Colormap cmap, + unsigned long pixels[], + int npixels, unsigned long planes)); +/* XImage */ + FUNC(XCreateImage, XImage *, (Display *, Visual *, int depth, int format, + int x, int y, int width, int height, + int pad, int foo)); + +/* free and destroy bitmap */ + FUNC(XDestroyImage, void /* ? */ , (XImage *)); +/* free only, bitmap remains */ + FUNC(XImageFree, void, (XImage *)); +#if defined(__cplusplus) || defined(c_plusplus) +} /* end of extern "C" */ +#endif /* cplusplus */ + +#endif /* 0 */ + +#ifndef True +#define True 1 +#define False 0 +#endif +#ifndef Bool +# ifdef __unix__ +typedef char Bool; +# include +typedef u_int32_t Drawable; +typedef u_int32_t Pixmap; +# else +typedef BOOL Bool; /* take MSW bool */ +# endif +#endif +/* make these local here, simx.c gets the same from xpm.h */ +#undef LFUNC +#undef FUNC + + +#endif /* _SIMX_H */ + +/* Stolen from: */ + +/* $TOG: Xlib.h /main/122 1998/03/22 18:22:09 barstow $ */ +/* $XFree86: xc/lib/X11/Xlib.h,v 3.18 2000/12/04 18:49:20 dawes Exp $ */ + +typedef struct _XImage { + int width, height; /* size of image */ + int xoffset; /* number of pixels offset in X direction */ + int format; /* XYBitmap, XYPixmap, ZPixmap */ + char *data; /* pointer to image data */ + int byte_order; /* data byte order, LSBFirst, MSBFirst */ + int bitmap_unit; /* quant. of scanline 8, 16, 32 */ + int bitmap_bit_order; /* LSBFirst, MSBFirst */ + int bitmap_pad; /* 8, 16, 32 either XY or ZPixmap */ + int depth; /* depth of image */ + int bytes_per_line; /* accelarator to next line */ + int bits_per_pixel; /* bits per pixel (ZPixmap) */ + unsigned long red_mask; /* bits in z arrangment */ + unsigned long green_mask; + unsigned long blue_mask; + char *obdata; /* hook for the object routines to hang on */ + struct funcs { /* image manipulation routines */ +#if NeedFunctionPrototypes + struct _XImage *(*create_image)( + struct _XDisplay* /* display */, + Visual* /* visual */, + unsigned int /* depth */, + int /* format */, + int /* offset */, + char* /* data */, + unsigned int /* width */, + unsigned int /* height */, + int /* bitmap_pad */, + int /* bytes_per_line */); + int (*destroy_image) (struct _XImage *); + unsigned long (*get_pixel) (struct _XImage *, int, int); + int (*put_pixel) (struct _XImage *, int, int, unsigned long); + struct _XImage *(*sub_image)(struct _XImage *, int, int, unsigned int, unsigned int); + int (*add_pixel) (struct _XImage *, long); +#else + struct _XImage *(*create_image)(); + int (*destroy_image)(); + unsigned long (*get_pixel)(); + int (*put_pixel)(); + struct _XImage *(*sub_image)(); + int (*add_pixel)(); +#endif + } f; +} XImage; + +/* This is from X.h */ +#define LSBFirst 0 +#define MSBFirst 1 + +#define XYBitmap 0 /* depth 1, XYFormat */ +#define XYPixmap 1 /* depth == drawable depth */ +#define ZPixmap 2 /* depth == drawable depth */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 13 16: 6: 3 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id 91B8E37B40A for ; Sat, 13 Oct 2001 16:05:59 -0700 (PDT) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id XAA27003; Sat, 13 Oct 2001 23:12:36 -0700 Date: Sat, 13 Oct 2001 16:05:41 -0700 From: John Merryweather Cooper To: mb@imp.ch Cc: freebsd-ports@freebsd.org Subject: Suggestion for StarOffice 6.0 Port Message-ID: <20011013160541.A669@johncoop.MSHOME> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Balsa 1.2.0 Lines: 30 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org There are some useable TrueType fonts in /usr/local/staroffice6.0/share/fonts/truetype. However, these are useable when StarOffice isn't running with the current installation procedure. To fix this: 1) add a BUILD_DEPENDS for ttmkfdir (it's in ports/x11-fonts); 2) run ttmkfdir post-install to generate a fonts.dir file; 3) optionally, copy the fonts.dir file to fonts.scale; 4) suggest in the pkg-message that the installer should either: a) add /usr/local/staroffice6.0/share/fonts/truetype to their font paths by editing XF86Config; OR b) run xset to add the font path and re-hash the fonts; See the AbiWord port for some ideas. -- jmc MacroHard -- the perfection of form over substance, marketing over performance, and greed over design . . . P.S. StarOffice 6.0 seems to install o.k (one share library fails to register during the -net install), but freezes on the splash screen on startup. The resulting soffice.bin zombie appears totally unkillable--I've had to reboot. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 13 22:57:55 2001 Delivered-To: freebsd-ports@freebsd.org Received: from no-spam.it.helsinki.fi (NO-SPAM.it.helsinki.fi [128.214.205.34]) by hub.freebsd.org (Postfix) with ESMTP id EEC3C37B406 for ; Sat, 13 Oct 2001 22:57:51 -0700 (PDT) Received: from mursu.pesa.fi (root@sirppi.helsinki.fi [128.214.205.27]) by no-spam.it.helsinki.fi (8.11.4/8.11.4-SPAMmers-sod-off) with ESMTP id f9E5vlV12163; Sun, 14 Oct 2001 08:57:48 +0300 (EEST) Received: (from poku@localhost) by mursu.pesa.fi (8.11.4/8.11.1) id f9DBZTg18388; Sat, 13 Oct 2001 14:35:29 +0300 (EEST) (envelope-from poku@mursu.pesa.fi) To: "Akinori MUSHA" Cc: Jussi Reissell , freebsd-ports@FreeBSD.ORG Subject: Re: japanese/ruby14-tcltklib References: <87u1xa598b.fsf@mursu.pesa.fi> <867ku0o7fg.wl@archon.local.idaemons.org> From: Jussi Reissell Date: 13 Oct 2001 14:35:29 +0300 In-Reply-To: "Akinori MUSHA"'s message of "Sat, 13 Oct 2001 06:49:23 +0900" Message-ID: <87d73rbwn2.fsf@mursu.pesa.fi> Lines: 19 User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org "Akinori MUSHA" writes: > At 08 Oct 2001 20:31:48 +0300, > Jussi Reissell wrote: > > What's up with this port? It contains a reference to a non-existing > > port in it's makefile: > > > > MASTERDIR= ${.CURDIR}/../../lang/ruby14-tcltklib > > > > This screws up things like make readmes ... > > Obviously you have a way too outdated ports tree, at least for the > japanese category. That port was removed along with other ruby 1.4 > ports half a year ago. That's strange. I pull the ports from a private copy of the cvs repository. Maybe I'm doing something wrong, Investigation timeout ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 13 23:10:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 870AB37B40D for ; Sat, 13 Oct 2001 23:10:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9E6A0r95546; Sat, 13 Oct 2001 23:10:00 -0700 (PDT) (envelope-from gnats) Received: from mgr1.xmission.com (mgr1.xmission.com [198.60.22.201]) by hub.freebsd.org (Postfix) with ESMTP id 8DACD37B405; Sat, 13 Oct 2001 23:08:44 -0700 (PDT) Received: from [166.70.13.166] (helo=misty.eyesbeyond.com) by mgr1.xmission.com with esmtp (Exim 3.22 #1) id 15seS0-0001YK-00; Sun, 14 Oct 2001 00:08:41 -0600 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id f9E68Xp38518; Sun, 14 Oct 2001 15:38:33 +0930 (CST) (envelope-from glewis) Message-Id: <200110140608.f9E68Xp38518@misty.eyesbeyond.com> Date: Sun, 14 Oct 2001 15:38:33 +0930 (CST) From: Greg Lewis Reply-To: Greg Lewis To: FreeBSD-gnats-submit@freebsd.org Cc: freebsd-java@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31257: Update for the jdk13 port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31257 >Category: ports >Synopsis: Update for the jdk13 port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Oct 13 23:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Greg Lewis >Release: FreeBSD 4.4-RELEASE i386 >Organization: BSD Java Porting Team >Environment: System: FreeBSD misty.eyesbeyond.com 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Mon Oct 8 02:18:34 CST 2001 root@misty.eyesbeyond.com:/usr/src/sys/compile/MISTY i386 >Description: Upgrade the jdk13 port to use the newly released patchset 5. >How-To-Repeat: N/A >Fix: The patch below should update the port to use the new patchset. I haven't had time to build with this setup yet, but I can't see any problems. I'll try and get a build going now and check in the morning. Note that the part of the Makefile patch which creates the necessary new directories was submitted to freebsd-java by Michael Class . The latest patchset should obsolete the following patches from the port: patch-..::src::solaris::bin::java_wrapper_bsd.sh patch-..::src::solaris::hpi::green_threads::src::iomgr.c patch-..::src::solaris::native::sun::awt::awt_util.c --- Makefile Fri Sep 14 05:07:03 2001 +++ Makefile.new Sat Oct 13 16:50:01 2001 @@ -26,7 +26,7 @@ WRKSRC= ${WRKDIR}/j2sdk1.3.1/make JDK_VERSION= 1.3.1 -JDK_PATCHSET_VERSION= 4 +JDK_PATCHSET_VERSION= 5 JDK13DIR?= ${LOCALBASE}/linux-jdk${JDK_VERSION} @@ -68,7 +68,11 @@ .endfor pre-patch: - @cd ${WRKDIR} && ${PATCH} < ${WRKDIR}/jdk131.patches + @cd ${WRKDIR} && \ + ${MKDIR} -p j2sdk1.3.1/ext/plugin/oji-plugin/include/bsd/jdk12 && \ + ${MKDIR} -p j2sdk1.3.1/ext/plugin/oji-plugin/include/solaris/navig5/private && \ + ${MKDIR} -p j2sdk1.3.1/src/bsd/doc/man && \ + ${PATCH} < ${WRKDIR}/jdk131.patches .if !defined(NODEBUG) pre-install: --- distinfo Mon Sep 10 21:13:08 2001 +++ distinfo.new Sat Oct 13 16:53:05 2001 @@ -1,2 +1,2 @@ MD5 (j2sdk-1_3_1-src.tar.gz) = 787a01655133df85e65eda7deb2ece57 -MD5 (bsd-jdk131-patches-4.tar.gz) = ec4725aad2b59f6237372f2e97889183 +MD5 (bsd-jdk131-patches-5.tar.gz) = 7a7ddb0f86f4796fe8b46286d8865dcb >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 13 23:58: 2 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E7D8937B40B; Sat, 13 Oct 2001 23:57:58 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9E6reQ01152; Sat, 13 Oct 2001 23:53:40 -0700 (PDT) (envelope-from ijliao) Date: Sat, 13 Oct 2001 23:53:40 -0700 (PDT) From: Message-Id: <200110140653.f9E6reQ01152@freefall.freebsd.org> To: anton@urc.ac.ru, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31057: Update port: security/drweb-sendmail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: security/drweb-sendmail State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat Oct 13 23:53:31 PDT 2001 State-Changed-Why: committed, thanks http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31057 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message