From owner-freebsd-ports Sun Sep 19 0:30:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp13.bellglobal.com (smtp13.bellglobal.com [204.101.251.52]) by hub.freebsd.org (Postfix) with ESMTP id 48F73150DD for ; Sun, 19 Sep 1999 00:30:37 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from ppp5835.on.bellglobal.com (ppp5225.on.bellglobal.com [206.172.192.27]) by smtp13.bellglobal.com (8.8.5/8.8.5) with ESMTP id DAA08310; Sun, 19 Sep 1999 03:32:35 -0400 (EDT) Received: (from tim@localhost) by ppp5835.on.bellglobal.com (8.9.3/8.9.1) id DAA64333; Sun, 19 Sep 1999 03:07:19 -0400 (EDT) (envelope-from tim) Date: Sun, 19 Sep 1999 03:07:19 -0400 From: Tim Vanderhoek To: "Jason C. Wells" Cc: freebsd-ports@freebsd.org Subject: Re: Makefile.local Message-ID: <19990919030719.C64074@ppp5835.on.bellglobal.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: ; from Jason C. Wells on Sun, Sep 19, 1999 at 11:27:11AM +0000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Sep 19, 1999 at 11:27:11AM +0000, Jason C. Wells wrote: > > Is there a switch I can pull to make port makefiles read in > Makefile.local? I thought reading in Makefile.local was inimical to make > but that appears to not be the case. Reading Makefile.local is not inimical to make. Reading Makefile.local does (should) occur automatically for all ports that include one of bsd.{post.,pre.,}mk, though. Ensure you have Makefile.local in ${MASTERDIR} and not somewhere else. -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 19 0:34:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from scotty.masternet.it (scotty.masternet.it [194.184.65.2]) by hub.freebsd.org (Postfix) with ESMTP id 9F68015189 for ; Sun, 19 Sep 1999 00:34:15 -0700 (PDT) (envelope-from gmarco@scotty.masternet.it) Received: from suzy (modem20.masternet.it [194.184.65.30]) by scotty.masternet.it (8.9.3/8.9.3) with ESMTP id JAA48401 for ; Sun, 19 Sep 1999 09:34:13 +0200 (CEST) (envelope-from gmarco@scotty.masternet.it) Message-Id: <4.2.0.58.19990919091116.019aaf00@194.184.65.4> X-Sender: gmarco@scotty.masternet.it X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Sun, 19 Sep 1999 09:38:43 +0200 To: ports@freebsd.org From: Gianmarco Giovannelli Subject: undefined error: 0 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I receive often this error when I installed a port using a /usr/ports and /usr/ports/distfiles mounted via NFS from another box (running the same OS-level , 3.3-STABLE) termcap entry (./terminfo/screencap) should be installed manually. You may also want to install ./etc/etcscreenrc in /usr/local/etc/screenrc ===> Generating temporary packing list install-info: Undefined error: 0 for /usr/local/info/dir *** Error code 1 Stop. *** Error code 1 The port is not registred even if the bin (screen in this example) is installed ... How I can solve it ? Best Regards, Gianmarco Giovannelli , "Unix expert since yesterday" http://www.giovannelli.it/~gmarco http://www2.masternet.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 19 1: 0:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from scotty.masternet.it (scotty.masternet.it [194.184.65.2]) by hub.freebsd.org (Postfix) with ESMTP id 42C2C1511D for ; Sun, 19 Sep 1999 01:00:44 -0700 (PDT) (envelope-from gmarco@scotty.masternet.it) Received: from suzy (modem20.masternet.it [194.184.65.30]) by scotty.masternet.it (8.9.3/8.9.3) with ESMTP id KAA48541 for ; Sun, 19 Sep 1999 10:00:42 +0200 (CEST) (envelope-from gmarco@scotty.masternet.it) Message-Id: <4.2.0.58.19990919100437.0146b220@194.184.65.4> X-Sender: gmarco@scotty.masternet.it X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Sun, 19 Sep 1999 10:05:14 +0200 To: ports@FreeBSD.ORG From: Gianmarco Giovannelli Subject: Re: undefined error: 0 In-Reply-To: <4.2.0.58.19990919091116.019aaf00@194.184.65.4> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 19/09/99, Gianmarco Giovannelli wrote: >I receive often this error when I installed a port using a /usr/ports and >/usr/ports/distfiles mounted via NFS from another box (running the same >OS-level , 3.3-STABLE) > >termcap entry (./terminfo/screencap) should be installed manually. >You may also want to install ./etc/etcscreenrc in /usr/local/etc/screenrc >===> Generating temporary packing list >install-info: Undefined error: 0 for /usr/local/info/dir >*** Error code 1 > >Stop. >*** Error code 1 > > >The port is not registred even if the bin (screen in this example) is >installed ... >How I can solve it ? Solved , sorry for the post. I see it was answered some weeks ago in "questions". The next time I promise to I look in the mailing list search engine firstly ...:-) Thanks again... Best Regards, Gianmarco Giovannelli , "Unix expert since yesterday" http://www.giovannelli.it/~gmarco http://www2.masternet.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 19 1:14:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix4.ix.netcom.com (dfw-ix4.ix.netcom.com [206.214.98.4]) by hub.freebsd.org (Postfix) with ESMTP id 8A25E15196 for ; Sun, 19 Sep 1999 01:14:47 -0700 (PDT) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix4.ix.netcom.com (8.8.4/8.8.4) id DAA19960; Sun, 19 Sep 1999 03:14:44 -0500 (CDT) Received: from sji-ca50-38.ix.netcom.com(209.111.213.38) by dfw-ix4.ix.netcom.com via smap (V1.3) id rma019921; Sun Sep 19 03:14:09 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id BAA53704; Sun, 19 Sep 1999 01:14:03 -0700 (PDT) To: Will Andrews Cc: ports@freebsd.org Subject: Re: bsd.port.mk References: From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Date: 19 Sep 1999 01:14:02 -0700 In-Reply-To: Will Andrews's message of "Sat, 18 Sep 1999 21:05:49 -0400 (EDT)" Message-ID: Lines: 12 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Will Andrews * My bet is, however, that PW will think this is additional cruft that is not * necessary. But I thought I'd mention it anyway. ;-) Gee, I stay away for a day and have this shoved in my face, and I don't even get to jump all over you because Tim already said what I would! Life is not fair! ;) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 19 3:40:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FC5015650; Sun, 19 Sep 1999 03:39:46 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA31300; Sun, 19 Sep 1999 03:39:46 -0700 (PDT) (envelope-from jim@FreeBSD.org) Date: Sun, 19 Sep 1999 03:39:46 -0700 (PDT) From: Message-Id: <199909191039.DAA31300@freefall.freebsd.org> To: jedgar@fxp.org, jim@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13773: Update port: pan 0.5.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: pan 0.5.0 State-Changed-From-To: open->closed State-Changed-By: jim State-Changed-When: Sun Sep 19 03:39:10 PDT 1999 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 19 5:10: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B6E214DC6 for ; Sun, 19 Sep 1999 05:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA39669; Sun, 19 Sep 1999 05:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from gelemna.ft-wayne.in.us (fw-line-1.fwi.com [209.84.172.6]) by hub.freebsd.org (Postfix) with ESMTP id 3950015152 for ; Sun, 19 Sep 1999 05:01:37 -0700 (PDT) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by gelemna.ft-wayne.in.us (8.9.3/8.9.3) id HAA83935; Sun, 19 Sep 1999 07:01:36 -0500 (EST) (envelope-from croyle) Message-Id: <199909191201.HAA83935@gelemna.ft-wayne.in.us> Date: Sun, 19 Sep 1999 07:01:36 -0500 (EST) From: Don Croyle Reply-To: croyle@gelemna.ft-wayne.in.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13816: Update devel/astyle to 1.11.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13816 >Category: ports >Synopsis: Update devel/astyle to 1.11.4 >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 Sep 19 05:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Don Croyle >Release: FreeBSD 3.3-RC i386 >Organization: >Environment: >Description: These diffs update the devel/astyle port to use the most recent distfile. >How-To-Repeat: >Fix: Apply this patch: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/astyle/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 1999/09/04 20:45:35 1.5 +++ Makefile 1999/09/19 11:27:12 @@ -1,13 +1,13 @@ # New ports collection makefile for: astyle -# Version required: 1.11.1 +# Version required: 1.11.4 # Date created: 31 Jan 1999 # Whom: Don Croyle # # $FreeBSD: ports/devel/astyle/Makefile,v 1.5 1999/09/04 20:45:35 cpiazza Exp $ # -DISTNAME= astyle_1.11.1_src -PKGNAME= astyle-1.11.1 +DISTNAME= astyle_1.11.4_src +PKGNAME= astyle-1.11.4 CATEGORIES= devel textproc MASTER_SITES= http://gene.md.huji.ac.il/~tald/astyle/stable/src/ \ http://www.infonex.com/~dacroyle/freebsd/ @@ -15,7 +15,7 @@ MAINTAINER= croyle@gelemna.ft-wayne.in.us -WRKSRC= ${WRKDIR}/astyle_1.11.1 +WRKSRC= ${WRKDIR}/astyle_1.11.4 post-extract: perl -pi -e 's/\r//' ${WRKSRC}/* Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/devel/astyle/files/md5,v retrieving revision 1.4 diff -u -r1.4 md5 --- md5 1999/09/04 20:45:36 1.4 +++ md5 1999/09/19 11:24:52 @@ -1 +1 @@ -MD5 (astyle_1.11.1_src.tgz) = cae93ae3b5d82c15ae4def967ba79079 +MD5 (astyle_1.11.4_src.tgz) = f87dc3e6c6da3010b02de80b69668b00 >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 Sep 19 6:43:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ns.nexos.com.br (ns.nexos.com.br [200.223.94.67]) by hub.freebsd.org (Postfix) with ESMTP id CA7E015040; Sun, 19 Sep 1999 06:43:46 -0700 (PDT) (envelope-from gorgonio@nexos.com.br) Received: from nexos.com.br (S6-rt.nexos.com.br [200.223.94.134]) by ns.nexos.com.br (8.9.2/8.9.2) with ESMTP id KAA71522; Sun, 19 Sep 1999 10:43:47 -0300 (BSC) (envelope-from gorgonio@nexos.com.br) Message-ID: <37E4E88E.71CFE98A@nexos.com.br> Date: Sun, 19 Sep 1999 10:43:42 -0300 From: Charlie Root X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 3.2-RELEASE i386) X-Accept-Language: pt, en, es MIME-Version: 1.0 To: se@freebsd.org Cc: freebsd-ports@freebsd.org Subject: katamaga-1.2 FreeBSD ports: install problems Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Stefan, I'm having link problems trying to install katamaga-1.2 under FreeBSD-3.2. See: gcc lwin.o main.o tlcd.o lwinsched.o lwinstat.o conf.o confData.o tamdata.o mlwin.o mconf.o mconfData.o mtlcd.o -o ktamaga -O -pipe -L /usr/X11R6/lib -L /usr/local/lib -lkdecore -lkdeui -lXext -lqt -lm -lstdc++ main.o: In function `QArrayT type_info function': main.o(.gnu.linkonce.t.__tft7QArrayT1Zc+0xd): undefined reference to `QGArray type_info function' main.o(.gnu.linkonce.t.__tft7QArrayT1Zc+0x12): undefined reference to `QGArray type_info node' mlwin.o: In function `clwin type_info function': mlwin.o(.text+0x70d): undefined reference to `QWidget type_info function' mlwin.o(.rodata+0x2e4): undefined reference to `QWidget type_info node' mconf.o: In function `dlgsel type_info function': mconf.o(.text+0x2a5): undefined reference to `QDialog type_info function' mconf.o(.rodata+0x280): undefined reference to `QDialog type_info node' mconfData.o: In function `confData type_info function': mconfData.o(.text+0x1f1): undefined reference to `QDialog type_info function' mconfData.o(.rodata+0x160): undefined reference to `QDialog type_info node' mtlcd.o: In function `tlcd type_info function': mtlcd.o(.text+0x289): undefined reference to `QWidget type_info function' mtlcd.o(.rodata+0x184): undefined reference to `QWidget type_info node' /usr/lib/libstdc++.so.2: undefined reference to `__unwind_function' /usr/lib/libstdc++.so.2: undefined reference to `__find_first_exception_table_match' /usr/lib/libstdc++.so.2: undefined reference to `__register_exceptions' collect2: ld returned 1 exit status Is this port broken? or some of it install dependent port in my machine need a update? And if so shuldnt it be detected by the installation process? Thanks, -- Gorgonio Araújo tel/fax: +55 71 332-0687 - ICQ# 43430923 -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 19 7:50: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 02F3514D66 for ; Sun, 19 Sep 1999 07:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA97511; Sun, 19 Sep 1999 07:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from xenet.harz.de. (xenet.harz.de [193.159.181.111]) by hub.freebsd.org (Postfix) with ESMTP id 75E59155DD for ; Sun, 19 Sep 1999 07:47:52 -0700 (PDT) (envelope-from Meyser@xenet.de) Received: (from matthias@localhost) by xenet.harz.de. (8.9.3/8.9.3) id QAA76531; Sun, 19 Sep 1999 16:47:45 +0200 (CEST) (envelope-from matthias) Message-Id: <199909191447.QAA76531@xenet.harz.de.> Date: Sun, 19 Sep 1999 16:47:45 +0200 (CEST) From: Matthias Meyser Reply-To: Meyser@xenet.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13820: Error in Package of port ifmail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13820 >Category: ports >Synopsis: Error in Package of port ifmail >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 19 07:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Matthias Meyser >Release: FreeBSD 3.2-STABLE i386 >Organization: XeNET GmbH, Clausthal, Germany >Environment: latest cvsuped portscollection as of 14.9.1999 latest 3.3-RELEASE as of 14.9.1999 >Description: if you use the portscollection to make a package for the ifmail port (/usr/ports/news/ifmail) the resulting package won`t install. >How-To-Repeat: "cd /usr/ports/news/ifmail" "make package" try to install the resulting package on another machine this will fail with "chmod: /libexec/ifmail no such file or directory" >Fix: during pkg_add time the +INSTALL script is executet in POST-INSTALL pase. This Script uses "$PREFIX" to determine the location for installing files and it should use "$PKG_PREFIX". This has just to be 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 Sun Sep 19 8: 0:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1930414E11 for ; Sun, 19 Sep 1999 08:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA97919; Sun, 19 Sep 1999 08:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from Crazyman.Dorm13.NCTU.edu.tw (Crazyman.Dorm13.NCTU.edu.tw [140.113.141.212]) by hub.freebsd.org (Postfix) with ESMTP id 71D0014C0A for ; Sun, 19 Sep 1999 07:57:35 -0700 (PDT) (envelope-from yinjieh@Crazyman.Dorm13.NCTU.edu.tw) Received: (from yinjieh@localhost) by Crazyman.Dorm13.NCTU.edu.tw (8.9.3/8.9.3) id WAA07465; Sun, 19 Sep 1999 22:57:33 +0800 (CST) (envelope-from yinjieh) Message-Id: <199909191457.WAA07465@Crazyman.Dorm13.NCTU.edu.tw> Date: Sun, 19 Sep 1999 22:57:33 +0800 (CST) From: Yin-Jieh Chen Reply-To: yinjieh@Crazyman.Dorm13.NCTU.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13821: New port: games/xpuyopuyo Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13821 >Category: ports >Synopsis: New port: games/xpuyopuyo >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 Sep 19 08:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Yin-Jieh Chen >Release: FreeBSD 3.3-RC i386 >Organization: NCTU CSIE >Environment: FreeBSD Crazyman.Dorm13.NCTU.edu.tw 3.3-RC FreeBSD 3.3-RC #28: Sun Sep 12 16:12: 16 CST 1999 root@Crazyman.Dorm13.NCTU.edu.tw:/home2/src/sys/compile/YINJIEH i386 >Description: New port: games/xpuyopuyo >How-To-Repeat: # 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: # # xpuyopuyo # xpuyopuyo/files # xpuyopuyo/files/md5 # xpuyopuyo/patches # xpuyopuyo/patches/patch-aa # xpuyopuyo/pkg # xpuyopuyo/pkg/COMMENT # xpuyopuyo/pkg/DESCR # xpuyopuyo/pkg/PLIST # xpuyopuyo/Makefile # echo c - xpuyopuyo mkdir -p xpuyopuyo > /dev/null 2>&1 echo c - xpuyopuyo/files mkdir -p xpuyopuyo/files > /dev/null 2>&1 echo x - xpuyopuyo/files/md5 sed 's/^X//' >xpuyopuyo/files/md5 << 'END-of-xpuyopuyo/files/md5' XMD5 (xpuyopuyo-0.1.1.tar.gz) = 84c26c1d2c7e58d64ebac185eadd92c9 END-of-xpuyopuyo/files/md5 echo c - xpuyopuyo/patches mkdir -p xpuyopuyo/patches > /dev/null 2>&1 echo x - xpuyopuyo/patches/patch-aa sed 's/^X//' >xpuyopuyo/patches/patch-aa << 'END-of-xpuyopuyo/patches/patch-aa' XOnly in .: Makefile Xdiff -ru /tmp/xpuyopuyo-0.1.1/Makefile.in ./Makefile.in X--- /tmp/xpuyopuyo-0.1.1/Makefile.in Sun Sep 19 07:34:55 1999 X+++ ./Makefile.in Sun Sep 19 19:54:09 1999 X@@ -119,8 +119,8 @@ X pfield.o pmanip.o ppiece.o pplayer.o pwindow.o pgame.o X xpuyopuyo_DEPENDENCIES = X xpuyopuyo_LDFLAGS = X-CFLAGS = @CFLAGS@ X-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) X+CFLAGS += @CFLAGS@ X+COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(X_CFLAGS) X LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@ X DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \ X Makefile.in NEWS TODO aclocal.m4 config.guess config.h.in config.sub \ XOnly in .: config.cache XOnly in .: config.h XOnly in .: config.log XOnly in .: config.status XOnly in .: getopt.o XOnly in .: getopt1.o XOnly in .: pai.o XOnly in .: pfield.o XOnly in .: pgame.o XOnly in .: pimg.o XOnly in .: pmanip.o XOnly in .: ppiece.o XOnly in .: pplayer.o XOnly in .: pwindow.o XOnly in .: xpuyopuyo XOnly in .: xpuyopuyo.o END-of-xpuyopuyo/patches/patch-aa echo c - xpuyopuyo/pkg mkdir -p xpuyopuyo/pkg > /dev/null 2>&1 echo x - xpuyopuyo/pkg/COMMENT sed 's/^X//' >xpuyopuyo/pkg/COMMENT << 'END-of-xpuyopuyo/pkg/COMMENT' XA puzzle game, somewhat like Tetris. END-of-xpuyopuyo/pkg/COMMENT echo x - xpuyopuyo/pkg/DESCR sed 's/^X//' >xpuyopuyo/pkg/DESCR << 'END-of-xpuyopuyo/pkg/DESCR' XFrom its homepage: X X xpuyopuyo is a UNIX port of a very big time sink :) . Puyo puyo is a puzzle Xgame, somewhat like Tetris, where you strive to match up four "blobs" of the Xsame color. Each match you make gives points, and also dumps gray rocks on Xthe opponent which are irritating and troublesome to get rid of. Multiple Xmatches at a time score more points, and dump more rocks on the opponent (a Xquintuple-match will dump around 20 rocks on the opponent, all at once). X X We ported it overnight to Linux, so we could play whenever we felt like. The XAI's evolved more slowly, over the course of a week or so. I welcome sugges- Xtions on how to make the AI's more difficult during the game; currently, they Xare rather easy to beat on easy level, but more difficult on hard. There are Xstill gaping holes in the game interface which should be fixed soon. Sugges- Xtions for improvements are welcome. X XWWW: http://chaos2.org/xpuyopuyo/ X X- Yin-Jieh Chen Xyinjieh@csie.nctu.edu.tw END-of-xpuyopuyo/pkg/DESCR echo x - xpuyopuyo/pkg/PLIST sed 's/^X//' >xpuyopuyo/pkg/PLIST << 'END-of-xpuyopuyo/pkg/PLIST' Xbin/xpuyopuyo Xshare/xpuyopuyo/AUTHORS Xshare/xpuyopuyo/COPYING Xshare/xpuyopuyo/ChangeLog Xshare/xpuyopuyo/INSTALL Xshare/xpuyopuyo/NEWS Xshare/xpuyopuyo/README Xshare/xpuyopuyo/TESTED Xshare/xpuyopuyo/TODO Xshare/xpuyopuyo/img/img_0.xpm Xshare/xpuyopuyo/img/img_0j.xpm Xshare/xpuyopuyo/img/img_1.xpm Xshare/xpuyopuyo/img/img_1j.xpm Xshare/xpuyopuyo/img/img_2.xpm Xshare/xpuyopuyo/img/img_2j.xpm Xshare/xpuyopuyo/img/img_3.xpm Xshare/xpuyopuyo/img/img_3j.xpm Xshare/xpuyopuyo/img/img_4.xpm Xshare/xpuyopuyo/img/img_4j.xpm Xshare/xpuyopuyo/img/img_5.xpm Xshare/xpuyopuyo/img/img_5j.xpm Xshare/xpuyopuyo/img/img_clear.xpm Xshare/xpuyopuyo/img/img_clearb.xpm Xshare/xpuyopuyo/img/img_expl.xpm Xshare/xpuyopuyo/img/img_gameover.xpm Xshare/xpuyopuyo/img/img_num0.xpm Xshare/xpuyopuyo/img/img_num1.xpm Xshare/xpuyopuyo/img/img_num2.xpm Xshare/xpuyopuyo/img/img_num3.xpm Xshare/xpuyopuyo/img/img_num4.xpm Xshare/xpuyopuyo/img/img_num5.xpm Xshare/xpuyopuyo/img/img_num6.xpm Xshare/xpuyopuyo/img/img_num7.xpm Xshare/xpuyopuyo/img/img_num8.xpm Xshare/xpuyopuyo/img/img_num9.xpm Xshare/xpuyopuyo/img/img_rock.xpm Xshare/xpuyopuyo/img/img_rockbig.xpm Xshare/xpuyopuyo/img/img_rockdemon.xpm Xshare/xpuyopuyo/img/img_side.xpm Xshare/xpuyopuyo/img/img_tile_bottom1.xpm Xshare/xpuyopuyo/img/img_tile_bottom2.xpm Xshare/xpuyopuyo/img/img_tile_bottom3.xpm Xshare/xpuyopuyo/img/img_tile_left.xpm Xshare/xpuyopuyo/img/img_tile_leftbottom.xpm Xshare/xpuyopuyo/img/img_tile_lefttop.xpm Xshare/xpuyopuyo/img/img_tile_ltrans.xpm Xshare/xpuyopuyo/img/img_tile_right.xpm Xshare/xpuyopuyo/img/img_tile_rightbottom.xpm Xshare/xpuyopuyo/img/img_tile_righttop.xpm Xshare/xpuyopuyo/img/img_tile_rtrans.xpm Xshare/xpuyopuyo/img/img_tile_top.xpm Xshare/xpuyopuyo/img/img_title.xpm Xshare/xpuyopuyo/img/img_top.xpm Xshare/xpuyopuyo/img/img_trans.xpm X@dirrm share/xpuyopuyo/img X@dirrm share/xpuyopuyo END-of-xpuyopuyo/pkg/PLIST echo x - xpuyopuyo/Makefile sed 's/^X//' >xpuyopuyo/Makefile << 'END-of-xpuyopuyo/Makefile' X# New ports collection makefile for: xpuyopuyo X# Version required: 0.1.1 X# Date created: 19 Sep 1999 X# Whom: Yin-Jieh Chen X# X# $FreeBSD$ X# X XDISTNAME= xpuyopuyo-0.1.1 XCATEGORIES= games XMASTER_SITES= http://chaos2.org/xpuyopuyo/ X XMAINTAINER= yinjieh@csie.nctu.edu.tw X XUSE_X_PREFIX= yes X XGNU_CONFIGURE= yes XUSE_GMAKE= yes X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/xpuyopuyo ${PREFIX}/bin X Xpost-install: X @${MKDIR} ${PREFIX}/share/xpuyopuyo X.for i in AUTHORS COPYING ChangeLog INSTALL NEWS README TESTED TODO X @${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/xpuyopuyo X.endfor X @${MKDIR} ${PREFIX}/share/xpuyopuyo/img X @${INSTALL_DATA} ${WRKSRC}/img/* ${PREFIX}/share/xpuyopuyo/img X X.include END-of-xpuyopuyo/Makefile exit >Fix: Please commit this port, thanks. >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 Sep 19 9:10: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0BC4114C87 for ; Sun, 19 Sep 1999 09:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA02191; Sun, 19 Sep 1999 09:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id B446F14C2D; Sun, 19 Sep 1999 09:03:20 -0700 (PDT) Message-Id: <19990919160320.B446F14C2D@hub.freebsd.org> Date: Sun, 19 Sep 1999 09:03:20 -0700 (PDT) From: mami@whale.cc.muroran-it.ac.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13822: New port: graphics/enfle Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13822 >Category: ports >Synopsis: New port: graphics/enfle >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 Sep 19 09:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Yuuki SAWADA >Release: FreeBSD 4.0-CURRENT >Organization: Muroran Institute of Technology >Environment: FreeBSD shiori.sawada.org 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Sep 14 07:10:53 JST 1999 root@shiori.sawada.org:/usr/src/sys/compile/SHIORI i386 >Description: ports-category: graphics This program aims to view many pictures easily. You cannot expect versatile performance, such as xv, gimp. This software is only to view pictures in succession. So far, this can treat GIF, JPEG, PNG, MAG, BMP, XPM, PNM, DjVu, and several special formats. >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: # # enfle/ # enfle/files # enfle/files/md5 # enfle/pkg # enfle/pkg/COMMENT # enfle/pkg/DESCR # enfle/pkg/PLIST # enfle/Makefile # echo c - enfle/ mkdir -p enfle/ > /dev/null 2>&1 echo c - enfle/files mkdir -p enfle/files > /dev/null 2>&1 echo x - enfle/files/md5 sed 's/^X//' >enfle/files/md5 << 'END-of-enfle/files/md5' XMD5 (enfle-19990919.tar.gz) = 8fdaa803075e2161aa714daa7368caf7 END-of-enfle/files/md5 echo c - enfle/pkg mkdir -p enfle/pkg > /dev/null 2>&1 echo x - enfle/pkg/COMMENT sed 's/^X//' >enfle/pkg/COMMENT << 'END-of-enfle/pkg/COMMENT' XSimple Plugin-based Graphic Loader Enfle END-of-enfle/pkg/COMMENT echo x - enfle/pkg/DESCR sed 's/^X//' >enfle/pkg/DESCR << 'END-of-enfle/pkg/DESCR' XSimple Plugin-based Graphic Loader Enfle END-of-enfle/pkg/DESCR echo x - enfle/pkg/PLIST sed 's/^X//' >enfle/pkg/PLIST << 'END-of-enfle/pkg/PLIST' Xbin/enfle Xlib/enfle/plugins/archiver/dri.a Xlib/enfle/plugins/archiver/dri.la Xlib/enfle/plugins/archiver/dri.so Xlib/enfle/plugins/archiver/dri.so.0 Xlib/enfle/plugins/archiver/pak.a Xlib/enfle/plugins/archiver/pak.la Xlib/enfle/plugins/archiver/pak.so Xlib/enfle/plugins/archiver/pak.so.0 Xlib/enfle/plugins/loader/ald.a Xlib/enfle/plugins/loader/ald.la Xlib/enfle/plugins/loader/ald.so Xlib/enfle/plugins/loader/ald.so.0 Xlib/enfle/plugins/loader/bmp.a Xlib/enfle/plugins/loader/bmp.la Xlib/enfle/plugins/loader/bmp.so Xlib/enfle/plugins/loader/bmp.so.0 Xlib/enfle/plugins/loader/grp.a Xlib/enfle/plugins/loader/grp.la Xlib/enfle/plugins/loader/grp.so Xlib/enfle/plugins/loader/grp.so.0 Xlib/enfle/plugins/loader/jpeg.a Xlib/enfle/plugins/loader/jpeg.la Xlib/enfle/plugins/loader/jpeg.so Xlib/enfle/plugins/loader/jpeg.so.0 Xlib/enfle/plugins/loader/lfg.a Xlib/enfle/plugins/loader/lfg.la Xlib/enfle/plugins/loader/lfg.so Xlib/enfle/plugins/loader/lfg.so.0 Xlib/enfle/plugins/loader/mag.a Xlib/enfle/plugins/loader/mag.la Xlib/enfle/plugins/loader/mag.so Xlib/enfle/plugins/loader/mag.so.0 Xlib/enfle/plugins/loader/png.a Xlib/enfle/plugins/loader/png.la Xlib/enfle/plugins/loader/png.so Xlib/enfle/plugins/loader/png.so.0 Xlib/enfle/plugins/loader/pnm.a Xlib/enfle/plugins/loader/pnm.la Xlib/enfle/plugins/loader/pnm.so Xlib/enfle/plugins/loader/pnm.so.0 Xlib/enfle/plugins/loader/xbm.a Xlib/enfle/plugins/loader/xbm.la Xlib/enfle/plugins/loader/xbm.so Xlib/enfle/plugins/loader/xbm.so.0 Xlib/enfle/plugins/loader/xpm.a Xlib/enfle/plugins/loader/xpm.la Xlib/enfle/plugins/loader/xpm.so Xlib/enfle/plugins/loader/xpm.so.0 Xlib/enfle/plugins/saver/jpeg.a Xlib/enfle/plugins/saver/jpeg.la Xlib/enfle/plugins/saver/jpeg.so Xlib/enfle/plugins/saver/jpeg.so.0 Xlib/enfle/plugins/saver/pms.a Xlib/enfle/plugins/saver/pms.la Xlib/enfle/plugins/saver/pms.so Xlib/enfle/plugins/saver/pms.so.0 Xlib/enfle/plugins/saver/png.a Xlib/enfle/plugins/saver/png.la Xlib/enfle/plugins/saver/png.so Xlib/enfle/plugins/saver/png.so.0 X@dirrm lib/enfle/plugins/archiver X@dirrm lib/enfle/plugins/loader X@dirrm lib/enfle/plugins/saver X@dirrm lib/enfle/plugins X@dirrm lib/enfle END-of-enfle/pkg/PLIST echo x - enfle/Makefile sed 's/^X//' >enfle/Makefile << 'END-of-enfle/Makefile' X# New ports collection makefile for: enfle X# Version required: 990919 X# Date created: 15 Sep 1999 X# Whom: Yuuki SAWADA X# X# $Id$ X# X XDISTNAME= enfle-19990919 XCATEGORIES= graphics XMASTER_SITES= http://enfle.fennel.org/ X XMAINTAINER= mami@whale.cc.muroran-it.ac.jp X XLIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ X jpeg.9:${PORTSDIR}/graphics/jpeg X XUSE_GMAKE= yes XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --enable-all-plugins \ X --enable-plugins-dir XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib" X X.include END-of-enfle/Makefile 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 Sep 19 9:14:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from s8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by hub.freebsd.org (Postfix) with ESMTP id EB1DA151F2 for ; Sun, 19 Sep 1999 09:14:18 -0700 (PDT) (envelope-from jcwells@u.washington.edu) Received: from localhost (jcw@localhost) by s8-37-26.student.washington.edu (8.9.3/8.9.3) with ESMTP id VAA77346; Sun, 19 Sep 1999 21:12:16 GMT (envelope-from jcwells@u.washington.edu) X-Authentication-Warning: s8-37-26.student.washington.edu: jcw owned process doing -bs Date: Sun, 19 Sep 1999 21:12:16 +0000 (GMT) From: "Jason C. Wells" X-Sender: jcw@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: Tim Vanderhoek Cc: freebsd-ports@freebsd.org Subject: PREFIX vs. KRB5_HOME in krb5 In-Reply-To: <19990919030719.C64074@ppp5835.on.bellglobal.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 19 Sep 1999, Tim Vanderhoek wrote: >Reading Makefile.local is not inimical to make. OK. Thanks. I traced out the Makefile.local in bsd.port.mk based on Tim's relpy. Here is why I thought Makefile.local wasn't being read. s8-37-26 /usr/ports/security/krb5 # make -V PREFIX /usr/local s8-37-26 /usr/ports/security/krb5 # make -V KRB5_HOME / KRB5_HOME is set in $MASTERDIR/Makefile.local along with a few other things. But.... s8-37-26 /usr/ports/security/krb5 # head /var/db/pkg/krb5-1.0.6/+CONTENTS @name krb5-1.0.6 @cwd /usr/local man/man1/krb5-send-pr.1.gz @comment MD5:50df8ae43e555d0bf5ddfc65270bc683 So apparently KRB5_HOME doesn't work. A search for KRB5_HOME yields... s8-37-26 /usr/ports/security/krb5 # grep -alR KRB5_HOME * Makefile Makefile.local Is KRB5_HOME an artifact of a bygone era? Thank You, | http://students.washington.edu/jcwells Jason Wells | "Those who would trade freedom for security deserve neither | freedom nor security." - Benjamin Franklin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 19 10:10:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by hub.freebsd.org (Postfix) with ESMTP id 3B30515060 for ; Sun, 19 Sep 1999 10:10:30 -0700 (PDT) (envelope-from eserte@cs.tu-berlin.de) Received: (from eserte@localhost) by mail.cs.tu-berlin.de (8.9.1/8.9.1) id TAA21036; Sun, 19 Sep 1999 19:05:49 +0200 (MET DST) Received: (from eserte@localhost) by cabulja.herceg.de (8.9.3/8.6.12) id JAA00658; Sun, 19 Sep 1999 09:14:40 +0200 (CEST) To: Andrew Boothman Cc: freebsd-ports@freebsd.org Subject: Re: Building a page of installed software docs References: Reply-To: eserte@cs.tu-berlin.de From: Slaven Rezic Date: 19 Sep 1999 09:14:40 +0200 In-Reply-To: Andrew Boothman's message of Sat, 18 Sep 1999 23:22:22 +0100 (BST) Message-ID: <87vh97fk4f.fsf@cabulja.herceg.de> Lines: 54 X-Mailer: Gnus v5.3/Emacs 19.34 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Andrew Boothman writes: > > > On 15-Sep-99 Nik Clayton wrote: > > Thinking about it, this should probably not be limited to just the HTML > > documentation that's installed. There's no reason why bzip2 couldn't > > have a pkg/URLS file that looked something like > > > > ${PREFIX}/share/doc/bzip2/manual_toc.html:HTML:User manual > > ${PREFIX}/share/doc/bzip2/manual.ps:PS:User manual > > ${PREFIX}/share/doc/bzip2/manual.txt:TXT:User manual > > > > which would turn in to > > > >

archivers/bzip2

> > > >
    > >
  • User Manual [HTML] > > [TXT] > > [PS]
  • > >
> > OK. I had a spare few minutes, so I threw together the following script : > [...] > > It goes through the /var/db/pkg directory, looking for the ports that have our > new 'DOCS' file, which is in the format of : > > FAQ txt /usr/local/share/doc/Sharity-Light/FAQ > README txt /usr/local/share/doc/Sharity-Light/README > > I made this file up for Sharity Light as an example. If the port has a docs > file, then the script produces a nice set of links to each type of > documentation. > > Nik, is this what you had in mind? > > Any comments gladly recieved!! > Nice. I think that the delimiter character should be a colon or even better a vertical bar (|), because it'll be fairly common to use whitespace in the document title. Regards, Slaven -- use Tk;$c=tkinit->Canvas(-he,20)->grid;$x=5;map{s/\n//g;map{$c->create('line'=> map{$a=-43+ord;($x+($a>>3)*2=>5+($a&7)*2)}split//)}split/!/;$x+=12}split/_/=>'K PI1_+09IPK_K;-OA1_+K!;A__1;Q!7G_1+QK_3CLPI90,_+K!;A_+1!KQ!.N_K+1Q!.F_1+KN.Q__1+ KN._K+1Q!.F_1+KN.Q_+1Q__+1!KQ!.N_1;Q!7G_K3,09Q_+1!K.Q_K+1Q!.F_1+KN.Q_';MainLoop To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 19 10:20:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D757F14CD3 for ; Sun, 19 Sep 1999 10:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA06590; Sun, 19 Sep 1999 10:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id 3AD8815060 for ; Sun, 19 Sep 1999 10:14:05 -0700 (PDT) (envelope-from cy@cschuber.net.gov.bc.ca) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id KAA16365 for ; Sun, 19 Sep 1999 10:14:05 -0700 Received: from cschuber.net.gov.bc.ca(142.31.240.113), claiming to be "cwsys.cwsent.com" via SMTP by point.osg.gov.bc.ca, id smtpda16363; Sun Sep 19 10:13:47 1999 Received: (from cy@localhost) by cwsys.cwsent.com (8.9.3/8.9.1) id KAA32541; Sun, 19 Sep 1999 10:06:36 -0700 (PDT) Message-Id: <199909191706.KAA32541@cwsys.cwsent.com> Date: Sun, 19 Sep 1999 10:06:36 -0700 (PDT) From: cschuber@uumail.gov.bc.ca Reply-To: cschuber@uumail.gov.bc.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13823: stat port not formatting device node Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13823 >Category: ports >Synopsis: stat port not formatting device node >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 Sep 19 10:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Cy Schubert >Release: FreeBSD 3.3-RELEASE i386 >Organization: ITSD Province of BC >Environment: FreeBSD cwsys 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Fri Sep 17 06:21:47 PDT 1999 root@:/opt2/cvs-330/src/sys/compile/CWSYS i386 >Description: Stat port prints device node as a %d of st_dev. This patch prints the major and minor numbers as an ancient version of stat once did, as a majornumber,minornumber. >How-To-Repeat: Run stat then apply patch and run it again to see the difference. >Fix: diff -urPN /opt/CVSup/usr/ports/sysutils/stat/patches/patch-aa stat-990919/patches/patch-aa --- /opt/CVSup/usr/ports/sysutils/stat/patches/patch-aa Wed Dec 31 16:00:00 1969 +++ stat-990919/patches/patch-aa Sun Sep 19 09:56:24 1999 @@ -0,0 +1,11 @@ +--- stat.fmt.c.orig Sun Feb 16 05:12:33 1997 ++++ stat.fmt.c Sun Sep 19 09:55:50 1999 +@@ -440,7 +440,7 @@ + break; + + case 'd': /* The Device */ +- sprintf(auxbuf, "%ld", ip -> st_dev); ++ sprintf(auxbuf, "%2d,%-2d", major(ip -> st_dev), minor(ip -> st_dev)); + bufp = fmt_app(auxbuf, bufp); + break; + >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 Sep 19 10:30: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A500714C9B for ; Sun, 19 Sep 1999 10:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA07352; Sun, 19 Sep 1999 10:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from byzantine.student.umd.edu (byzantine.student.umd.edu [129.2.244.158]) by hub.freebsd.org (Postfix) with ESMTP id 36EC614CD4 for ; Sun, 19 Sep 1999 10:20:43 -0700 (PDT) (envelope-from howardjp@byzantine.student.umd.edu) Received: (from root@localhost) by byzantine.student.umd.edu (8.9.3/8.9.3) id NAA49272; Sun, 19 Sep 1999 13:21:09 -0400 (EDT) (envelope-from howardjp) Message-Id: <199909191721.NAA49272@byzantine.student.umd.edu> Date: Sun, 19 Sep 1999 13:21:09 -0400 (EDT) From: howardjp@wam.umd.edu Reply-To: howardjp@wam.umd.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13824: [PATCH] Update for textproc/freegrep Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13824 >Category: ports >Synopsis: [PATCH] Update for textproc/freegrep >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 Sep 19 10:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: James Howard >Release: FreeBSD 4.0-CURRENT i386 >Organization: University of Maryland >Environment: FreeBSD byzantine.student.umd.edu 4.0-CURRENT FreeBSD 4.0-CURRENT #10: Sun Sep 12 11:38:23 EDT 1999 howardjp@byzantine.student.umd.edu:/usr/src/sys/compile/BYZANTINE i386 >Description: The other day I made some modifications to FreeGrep which double its speed or better. Here is an update to the port. I changed the master sites to my copies since grep-0.12 is not yet on the others. >How-To-Repeat: N/A >Fix: Apply this patch to textproc/freegrep: diff -ur freegrep.orig/Makefile freegrep/Makefile --- freegrep.orig/Makefile Sun Sep 19 13:08:40 1999 +++ freegrep/Makefile Sun Sep 19 13:11:33 1999 @@ -6,11 +6,12 @@ # $FreeBSD: ports/textproc/freegrep/Makefile,v 1.8 1999/08/31 02:09:15 peter Exp $ # -DISTNAME= grep-0.11 -PKGNAME= freegrep-0.11 +DISTNAME= grep-0.12 +PKGNAME= freegrep-0.12 CATEGORIES= textproc -MASTER_SITES= ftp://ftp.ofug.org/pub/grep/ \ - http://www.freebsd.org/~des/software/ +MASTER_SITES= ftp://ftp.wam.umd.edu/pub/howardjp/software/grep/ \ + http://www.wam.umd.edu/~howardjp/software/grep/ \ + ftp://dragon.ham.muohio.edu/pub/howardjp/software/grep/ MAINTAINER= howardjp@wam.umd.edu diff -ur freegrep.orig/files/md5 freegrep/files/md5 --- freegrep.orig/files/md5 Sun Sep 19 13:08:40 1999 +++ freegrep/files/md5 Sun Sep 19 13:13:01 1999 @@ -1 +1 @@ -MD5 (grep-0.11.tar.gz) = 6e5010464a2a8464427b75a12b4e7e55 +MD5 (grep-0.12.tar.gz) = bc748f07cb4a2b8965dae93d20d5881a >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 Sep 19 10:40: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1AF65150F6 for ; Sun, 19 Sep 1999 10:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA08336; Sun, 19 Sep 1999 10:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from dominik.saargate.de (dominik.saargate.de [212.88.132.246]) by hub.freebsd.org (Postfix) with ESMTP id 3D77314D95 for ; Sun, 19 Sep 1999 10:32:45 -0700 (PDT) (envelope-from domi@dominik.saargate.de) Received: (from domi@localhost) by dominik.saargate.de (8.9.3/8.9.3) id OAA00693; Sun, 19 Sep 1999 14:07:51 +0200 (CEST) (envelope-from domi) Message-Id: <199909191207.OAA00693@dominik.saargate.de> Date: Sun, 19 Sep 1999 14:07:51 +0200 (CEST) From: domi@saargate.de Reply-To: domi@saargate.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13826: gpasman update 1.1.3 -> 1.3.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13826 >Category: ports >Synopsis: gpasman update 1.1.3 -> 1.3.0 >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 Sep 19 10:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dominik Brettnacher >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -urN gpasman.old/Makefile gpasman/Makefile --- gpasman.old/Makefile Sun Sep 19 13:53:05 1999 +++ gpasman/Makefile Sun Sep 19 14:05:28 1999 @@ -1,14 +1,14 @@ # New ports collection makefile for: gpasman -# Version required: 1.1.3 +# Version required: 1.3.0 # Date created: Mon Mai 10 1999 # Whom: domi@saargate.de # # $FreeBSD: ports/security/gpasman/Makefile,v 1.2 1999/08/31 01:51:06 peter Exp $ # -DISTNAME= gpasman-1.1.3 +DISTNAME= gpasman-1.3.0 CATEGORIES= security -MASTER_SITES= http://www.student.wau.nl/~olivier/gpasman/ +MASTER_SITES= http://gpasman.nl.linux.org/ MAINTAINER= domi@saargate.de @@ -17,5 +17,8 @@ USE_GMAKE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/gpasman ${PREFIX}/bin .include diff -urN gpasman.old/files/md5 gpasman/files/md5 --- gpasman.old/files/md5 Sun Sep 19 13:53:05 1999 +++ gpasman/files/md5 Sun Sep 19 13:54:30 1999 @@ -1 +1 @@ -MD5 (gpasman-1.1.3.tar.gz) = 866e9e87fa7df0bc0c627ebaa3c36166 +MD5 (gpasman-1.3.0.tar.gz) = e50e9b93427cc610067f725d6160c45f diff -urN gpasman.old/patches/patch-aa gpasman/patches/patch-aa --- gpasman.old/patches/patch-aa Sun Sep 19 13:53:05 1999 +++ gpasman/patches/patch-aa Sun Sep 19 13:57:51 1999 @@ -1,11 +1,13 @@ ---- configure.in.orig Thu May 6 05:37:14 1999 -+++ configure.in Mon May 10 19:06:10 1999 -@@ -7,7 +7,7 @@ - AC_PROG_CC - AC_PROG_INSTALL - AC_PATH_PROGS(strip, strip, /usr/bin/strip) --AC_PATH_PROG(GTKCONFIG,gtk-config) -+AC_PATH_PROG(GTKCONFIG,gtk12-config) +--- configure.orig Thu May 6 05:46:20 1999 ++++ configure Sun Sep 19 13:56:26 1999 +@@ -871,8 +871,8 @@ + done + test -n "$strip" || strip="/usr/bin/strip" - dnl Check for architecture - AC_C_BIGENDIAN +-# Extract the first word of "gtk-config", so it can be a program name with args. +-set dummy gtk-config; ac_word=$2 ++# Extract the first word of "gtk12-config", so it can be a program name with args. ++set dummy gtk12-config; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 + echo "configure:878: checking for $ac_word" >&5 + if eval "test \"`echo '$''{'ac_cv_path_GTKCONFIG'+set}'`\" = set"; then diff -urN gpasman.old/patches/patch-ab gpasman/patches/patch-ab --- gpasman.old/patches/patch-ab Sun Sep 19 13:53:05 1999 +++ gpasman/patches/patch-ab Sun Sep 19 13:59:16 1999 @@ -1,13 +1,14 @@ ---- configure.orig Thu May 6 05:46:20 1999 -+++ configure Mon May 10 19:06:10 1999 -@@ -871,8 +871,8 @@ - done - test -n "$strip" || strip="/usr/bin/strip" +--- src/Makefile.in.orig Sun Sep 19 13:56:52 1999 ++++ src/Makefile.in Sun Sep 19 13:57:20 1999 +@@ -26,9 +26,9 @@ --# Extract the first word of "gtk-config", so it can be a program name with args. --set dummy gtk-config; ac_word=$2 -+# Extract the first word of "gtk12-config", so it can be a program name with args. -+set dummy gtk12-config; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 - echo "configure:878: checking for $ac_word" >&5 - if eval "test \"`echo '$''{'ac_cv_path_GTKCONFIG'+set}'`\" = set"; then + + CC = @CC@ +-CFLAGS = @DEFS@ @CFLAGS@ $(shell @GTKCONFIG@ --cflags) ++CFLAGS = @DEFS@ @CFLAGS@ `@GTKCONFIG@ --cflags` + LDFLAGS = @LDFLAGS@ +-LIBS = @LIBS@ $(shell @GTKCONFIG@ --libs) ++LIBS = @LIBS@ `@GTKCONFIG@ --libs` + INSTALL = @INSTALL@ + + SRCS = librc2.c file.c gpasman.c >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 Sep 19 10:51:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from gw.nectar.com (gw.nectar.com [209.98.143.44]) by hub.freebsd.org (Postfix) with ESMTP id 05D8414D99 for ; Sun, 19 Sep 1999 10:51:38 -0700 (PDT) (envelope-from nectar@nectar.com) Received: from spawn.nectar.com (localhost [127.0.0.1]) by gw.nectar.com (Postfix) with ESMTP id 89574BD05; Sun, 19 Sep 1999 12:52:55 -0500 (CDT) X-Mailer: exmh version 2.0.2 2/24/98 X-Exmh-Isig-CompType: repl X-Exmh-Isig-Folder: mlist/freebsd/ports X-PGP-RSAfprint: 00 F9 E6 A2 C5 4D 0A 76 26 8B 8B 57 73 D0 DE EE X-PGP-RSAkey: http://www.nectar.com/nectar-rsa.txt X-PGP-DSSfprint: AB2F 8D71 A4F4 467D 352E 8A41 5D79 22E4 71A2 8C73 X-PGP-DHfprint: 2D50 12E5 AB38 60BA AF4B 0778 7242 4460 1C32 F6B1 X-PGP-DH-DSSkey: http://www.nectar.com/nectar-dh-dss.txt From: Jacques Vidrine To: "Jason C. Wells" Cc: freebsd-ports@freebsd.org In-reply-to: References: Subject: Re: PREFIX vs. KRB5_HOME in krb5 Mime-Version: 1.0 Content-Type: text/plain Date: Sun, 19 Sep 1999 12:52:55 -0500 Message-Id: <19990919175255.89574BD05@gw.nectar.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 19 September 1999 at 21:12, "Jason C. Wells" wrote: > OK. Thanks. I traced out the Makefile.local in bsd.port.mk based on Tim's > relpy. Here is why I thought Makefile.local wasn't being read. > > s8-37-26 /usr/ports/security/krb5 # make -V PREFIX > /usr/local > s8-37-26 /usr/ports/security/krb5 # make -V KRB5_HOME > / > > KRB5_HOME is set in $MASTERDIR/Makefile.local along with a few other > things. If you set KRB5_HOME in /usr/ports/security/krb5/Makefile.local, that will also work. e.g. $ pwd /usr/ports/security/krb5 $ cat Makefile.local KRB5_HOME = foobar $ make -V KRB5_HOME foobar > But.... > > s8-37-26 /usr/ports/security/krb5 # head /var/db/pkg/krb5-1.0.6/+CONTENTS > @name krb5-1.0.6 > @cwd /usr/local > man/man1/krb5-send-pr.1.gz > @comment MD5:50df8ae43e555d0bf5ddfc65270bc683 > > So apparently KRB5_HOME doesn't work. A search for KRB5_HOME yields... Maybe it is because I missed the beginning of the thread, but the above doesn't tell me anything, other than that PREFIX was /usr/local when the package was built. > s8-37-26 /usr/ports/security/krb5 # grep -alR KRB5_HOME * > Makefile > Makefile.local > > Is KRB5_HOME an artifact of a bygone era? No. ``It works here'' and has since Dima added it on 8/1/1998. Since you elided the actual contents of your Makefile.local, I can't tell you what exactly the problem is. Post your Makefile.local and /etc/make.conf (arguably a better place to set this) if you like. Jacques Vidrine / n@nectar.com / nectar@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 19 11:37:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D55315863; Sun, 19 Sep 1999 11:37:05 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA15301; Sun, 19 Sep 1999 11:37:05 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 19 Sep 1999 11:37:05 -0700 (PDT) From: Message-Id: <199909191837.LAA15301@freefall.freebsd.org> To: howardjp@wam.umd.edu, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13824: [PATCH] Update for textproc/freegrep Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Update for textproc/freegrep State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sun Sep 19 11:36:54 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 19 11:39:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FD961580F; Sun, 19 Sep 1999 11:39:11 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA16229; Sun, 19 Sep 1999 11:39:11 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 19 Sep 1999 11:39:11 -0700 (PDT) From: Message-Id: <199909191839.LAA16229@freefall.freebsd.org> To: croyle@gelemna.ft-wayne.in.us, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13816: Update devel/astyle to 1.11.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update devel/astyle to 1.11.4 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sun Sep 19 11:38:59 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 19 11:40:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3939115674 for ; Sun, 19 Sep 1999 11:40:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA16338; Sun, 19 Sep 1999 11:40:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 061E5151FA; Sun, 19 Sep 1999 11:30:57 -0700 (PDT) Message-Id: <19990919183057.061E5151FA@hub.freebsd.org> Date: Sun, 19 Sep 1999 11:30:57 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13827: Update port: lang/mawk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13827 >Category: ports >Synopsis: Update port: lang/mawk >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 Sep 19 11:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Modified Makefile to respect ${PREFIX} collectly >How-To-Repeat: >Fix: diff -urN /usr/ports/lang/mawk/Makefile lang/mawk/Makefile --- /usr/ports/lang/mawk/Makefile Tue Aug 31 21:08:30 1999 +++ lang/mawk/Makefile Mon Sep 20 03:08:37 1999 @@ -13,10 +13,14 @@ MAINTAINER= ports@FreeBSD.org -WRKSRC= $(WRKDIR)/$(PKGNAME) +WRKSRC= ${WRKDIR}/${PKGNAME} GNU_CONFIGURE= yes ALL_TARGET= MAN1= mawk.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/mawk ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/man/mawk.1 ${PREFIX}/man/man1 .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 Sep 19 11:40:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8433715A56 for ; Sun, 19 Sep 1999 11:40:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA16391; Sun, 19 Sep 1999 11:40:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 4CE71151D0; Sun, 19 Sep 1999 11:34:23 -0700 (PDT) Message-Id: <19990919183423.4CE71151D0@hub.freebsd.org> Date: Sun, 19 Sep 1999 11:34:23 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13828: Update port: x11-wm/afterstep-devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13828 >Category: ports >Synopsis: Update port: x11-wm/afterstep-devel >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 Sep 19 11:40:06 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Modified Makefile to respect ${PREFIX} collectly >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-wm/afterstep-devel/Makefile x11-wm/afterstep-devel/Make file --- /usr/ports/x11-wm/afterstep-devel/Makefile Thu Sep 9 19:17:40 1999 +++ x11-wm/afterstep-devel/Makefile Fri Sep 17 23:48:38 1999 @@ -26,6 +26,10 @@ USE_BZIP2= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-png-includes="${LOCALBASE}/include" \ + --with-png-libs="${LOCALBASE}/lib" \ + --with-jpeg-includes="${LOCALBASE}/include" \ + --with-jpeg-libs="${LOCALBASE}/lib" .if defined(USE_I18N) CONFIGURE_ENV+= X_EXTRA_LIBS="-lxpg4" >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 Sep 19 11:40:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 057A615B1C for ; Sun, 19 Sep 1999 11:40:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA16400; Sun, 19 Sep 1999 11:40:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id B33C8156B1; Sun, 19 Sep 1999 11:39:16 -0700 (PDT) Message-Id: <19990919183916.B33C8156B1@hub.freebsd.org> Date: Sun, 19 Sep 1999 11:39:16 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13829: Update port: www/roxen Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13829 >Category: ports >Synopsis: Update port: www/roxen >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 Sep 19 11:40:12 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Modified Makefile to respect ${PREFIX} collectly * Updated pkg/PLIST * Fixed typo in pkg/DESCR Remove file: files/roxen.sh pkg/MESSAGE New file: files/roxen.sh.in files/MESSAGE.in >How-To-Repeat: >Fix: begin 644 roxen.patch.gz M'XL("+PGY3<"`W)O>&5N+G!A=&-H`+1=:W?;-K;]'/\*MI/.M%?6TW'LN#>S MXMA.XN91C^VDF;GW+BZ(!"E$),$`H&2GS7^_`$F]+(J`B*,VRY'%?3;!@X.# M!X$=GP2!T\[8!Z>;<=9-*1.\.YU.NXS>X:3['HUQ0"+LK'^UUVZWZXT>W62) MD]/#I_)S\^>[;5:K0K&1^]I@1_TG-[!2?_@I#..W^ ML_UCIR5_]GO.BQ=[SLWMZ?7MQROWYNSZ\NKV^:/'?UY=7[RZ_/R]BX7795[' M+^@[?+3G[#DIY:*=(N&-3O;:CUX\_O/FXOR[T\;.C_ROGWXJ3'_ZZ:\YRU_A MC\[C/U]=OKNX.;^\_C[GRX*@0Y*OFB\H%/VQY-`A)F#)_(`KSXV?.+,MQ=(P@6*HMR*!,[_.#\X[4#:KM;"=^?_?G7$""?SY[LX>_/[=^?' MR\*<)&&%C;S$1)8Z*@8Z/ZIBM'/;RP\2^>[='%=9'6MTO\X]L&[_T-O5ULZC M@!0QHDKOOK]YO7@")(@,4AHXUXK".1O)[W`28B9+GQ`^POX//Z[9KG_S@4Z= M%+.`LECYRPEH%-&I<@\7..6.H(ZD$P1%Y!M>-U/$+^-,J499YR%>\XSBLJO9,Q>86MV_K4RV*< MB,*Q#"/?&0F1GG3+2O)HW%W!=*M*E+>:L].\DF7@ES'_706];!5>E/G8^>\A M]SLJ5W7B\3_W_/K$IV*1+S>LS9WH\SY#26.TW=ZSTYZ/?E')KBC MWH.$N&:WE$A[AR?]PY,G2XFQM]^3>7&_WU>MM?5?D/_MM90N,MYJF*K+\[!4:/.P^F:JQLG8KO-CMZ#GD8 MUD2WGJ0[* M08GO!/+O,GTYSJ5P1HCOM9$S&V05V88D0J9$Y&&5_H;809Z'.<>^,R5BY""5 M`AF=2IJ<4O9WF.>7]EH-F)P-7`Z7GYV$2-N8^IF,/B*$N'P+,U]+_L0 M)[[G7R-UI[P&]IU83A0D@.&B(\D[@@*T)_LAQH6LA;P2C[HV&LM?R\CJ[,8D"AWO$7$^41)*/:+]58P,]%D=CE\ MF*?V+3I]F=RWZO3WV@]Z?4GPD\I"&WJ/KKJ\Z/4EVKS7WVMO/[B4=S"HP:MW MES>W3L5W];670[;)8&L&1=?06\Y@_?VG`Y7$^K.)<6%>3GXN/[SNO+S\4/'M MV?GLRT\7US>7OW\H^_&9XY.`)O()#@9=-)$-TPT1\W'W[-.-;"-4F(.QG#\2 M0=F]L#%0Y**@=I'DX%`.FBVX5RZQ*C[))] M.39TP8)@B3M+R-U.B/.)$BAC/LD!B*N1'&&K!4V8FIJS902,2F8P#D;&,+CC M)*'(X$H8(S4_2I!LC&"<(DL`GGA"F)!@MS#E,!'SD%0-;#DTJ2?'S&(''E"% MA>8,X"D%EH,*<*="M,N'G'*BS^5LVYH7WZ$X56M3(#$Z9\L7%X@'QL>QES$, M1I=)8S`R@#B<CPGW&<*RCDD4N0%#L36OCV021AQJ)+V@*X:K<'QJ.N/.?H6CG7^R MI>&<+(4807*/D52`+3LNZ,HI$QQA\0F04(Y: M`$O'"1Q9@+CP0D!"4#)E'&'[F@B8'$2I(`::!2_102TE9*D<"OE@K6-!!]0Z M%H0,1Q@BE2X8BT^X7!&TY14CPGQ7`J&R]"HA5(6K719H2"*PSF29L'QA!DFI MWI/95SK#BA,LS!=T#$O4/63Q`@K'-J)36S*4ICCQR1V,X^9L0.EASN=1'Y`M M)B'0JW2U?T&M0W!AL"M!QQ10+^-F&QQT5,6[+WL>Y/OEBQ4`,N4FG.3[P+9F M^RA1(-LLUHDL5UPK"1MN?UCG4LM3#7FDZRTRXC(%(I;VF:#%`I8=C]=H]K;" M0&.UM=&.Q*>>'4$0V=DW6SI>9N"QO.*AE%O2J,-#E@P9\RPKM>'*RS*%_!G+ MX1>V]$?C->FRX1>-Q#Z[+7C4COA4M)NO)*TQ>A&1+2AIM'RT3E:^XHR`'I4W M>F&QH5@-UXXKV!J_/%KC\I&`*%)^LM2>9H2C%(`&,#K1!)%(MD+LSD@Y`&N6 MK/-"/+?,."`T7+35*RP`+CEP)P$!:41)%@^;S+O7B%(($H8#S!A(>9HM@J[1 ME%MO&S)-$",J'JUZBCF)*A7-1)H)6R:.K2FR!(#$`^`H)HSVC^/CH'E+G_/` ML&0<_+6IO[,*666/4H9MS%7W;F'/<$PGV/4H'1.;1I9'`%B6U*,\+(;YP<"]\6^U@L*-3[S8:O-Y>*(3+6>+P6 MV`W?@RZ.&K?2TIH$%H4/;.YM8RU89O'<`6KN-MMM.ZLD/D'RV)8EM9D,+9P;-QZDSCF*N9D[6W9MQC9[URZ#*/IY2S('A"`L`B1JS) MNZ#UTK#[5`#P^'B8A2`\`P9\B`>:Q)P`):F&ZASHIN;2ZO< MK.R+H8$%`;[#GHVY-Z(6YH'L*$5,;3P8!&7/[1J(+ M:V:#9F8'F\V67.(>N"M[##JI;V2D_+@9:RYX82QW82IVL8W4A:'0A;',!;3( MQ0MH<8O=25OL2-@"6M9B!Z(6D)(68((6X`H4@/H8H%(6\$(6 MH#(6.Q"QV(W:Q`Z$,>#E*\#%*W8A70$O7+$;V0I`@0-H>0-P<0-`:0-(K0]8 MI0]0G0]`E0\XC0](A0]@@8H="$GL0O%B1RH2.U"\`)6E@)60@):X`)>0@%2X M@!2CV(D4!:`0!:0,!;`(!:P$Q985\6#E)Z"1#Q1X;A`][_?_'D1>__D`,J(7 MQ`,XX@>>V)$?^KOR@R6Q\=X&2`$16'$3,/D02%434"$2,!D2*!$2(`D2(`$2 M,/D1X(`FH>`BDU`>L#`F@;`BD:`BDQ`>L_`BT7`B46`B85`B@P`>D MO`>,?@F01`BPU`B,.`B,T@"TS@"@R@"8+@"<6`&DO@"*@ MX9O$350-WOK6/"'0\_7AGF_0\/F,95F@1%FL)5D`!%GLY5@@Q%A@I%@@A%BL M95@@1%CL)%BL!%CLY%=@Q%<`I%=@A%<@9%>L-5,L55OL!5ZER_W9EZZT/]MD?R881O8&1O($1O8"1O M8`1O8.1NH,1N(*1NP&1E8!1SH/1R0"1N@`1NP.1M8,1M(*1M@(1M(.1H8*1Q M@"1M`,108*108!1,0.140$10`"10ZEZB&,IF&$JGE'AW9C`;6KMJJM*]/6IB M%41-K-*/3:R>)TVLAJB)U?BVD0_[3:P.6HT\/V[D^6D3*T(;W>ME$ZOLM(G5 M;P?;M!&-6%`CJ:!&0D&E43G3[PY_FXCSWX[C7NME[^+]8^Z=A^/QDZLOGVY/ MGQN3G(5O'[>22?SE?3CN]:XOSK+)^,WO_W[[(3PV)[E*6]@C=Q>HU^I]?A9< M?`Y?G[^^2;POY+TY2?RQ=?S[X_?O/B7GW\2KM\'O@?_1^W3K'[[_:$[B?[Z] MO9EZ=TS\?OWA<)(APO_S9N7]#^O/L2GYT_? M3-+>XGG MUAOO\;_>/KV^^/!IS._XUTO/H"3;OI!Z@$_I%+-VC'V2Q>V085R?4'\.*/W% M;G&]EF++1?):KFV6RNN?RVS=?R-'@_6A8LU!FO%NUIV.B,#EZJ$N'*H,B^6^ M+2QY:5E\U3;=^_D@M#P:<1RU\W?T6]I1-D3,[>W+_^M=WH:H-T6RWX@HD_Y) M"!]A?R;FD="D/:5LK,;@N>B`CWU7Z;$IZ38UAPN_;<4Q.YS1Q/8+FJ#BF$IM:RED'FET2[5[UC.]H_PXI(57]3?!4X5;\H;69#JBA+=:9N!8 M[64LCUD8&?@8IV)$LW!469SB+SF.B=,("8F7[0$;`CGQC)!%*]A03+YYOM^IVO`DG84*9'GI]<7K^_J(.YA/6'9($ MR6R\GM?6D,7;#@-@C)/,"$A`!U+C=1.,]F[Y+G$-AO@TP7=:U"CPM-DA[SO:&^1CJZ#5`K)5R,T2LBOH M8GRAP>2SFPBQ$+=-PFD9GT^&C`QTH.*7(D:-"K`\'3.SR,FW>,02SPPZ@F6# MK4N49BR-L)F#B!QERSN@>S,XHT(.'_0-H_1^OLFW363G(3L$30[(?S'BU>4P M.75R9=+!GBRI"59M6#1#%WMK=854*[]:#!-H$B&S&VK=;39(&Z+*&>D:1JW8 M5PY_9.!R25E:A&<1P?UB%*GLP(C_>8N!@Z1R(5' M*1?S_6\:FUQ;Z8[$814PEJZ>(X&L-:9'3/"QGS=9Q:]G!G M`W_!,D_(^9Y?4K96H$N!T]K(<7OZ^J;F;3EM$G?.PNU78-,HOC>U>U-BUIH0RVJ(O#)_L# M61D'S_8'3^MK(\%3'WOSP-X,3-7!)W7:6&B1C$RTWB_[($V[DZT=&]Q/CO;5 MUF`=D&'DN^6>*"V4R[R0[V735/K2@VA`$1EJ;YOC:+XU6`.5HQ0F4I)J"VCF M1)Z2),%L7L:6>3+<3%J^RC<)A?F-VR;-JUV?9MLF:?9!L4E2D\?EQ<`+285- MB-A0]ODRF42Y2&UE^20N]8=DTS7^-9+SV_QX8I7O)6*VC:"B`+-_%V"#Y>*^ MZZ8;OLZ_J"AF[H'VYK*UM`^V>J]R"RPJ9*R*JBDU[`W0(Y2$6-W9!!QAQ/+E MAEF&/.H=[O=EACP^WN\?]==3Y`,"F0YH-#&X$Q]EQ<%P/;24N*D*"MD8\LJ9 MKSF=5/YB7))5@T616A4NF2#V MX'NEU^=ZF`D2$$\=D4]Q_`""A;>YP:J+Y>;=[A?NCSM?UFZQ#,DON*4ZU29L MT6\\Z0U)N4-O(Z;^*DDVVOLD)()W4;>73VEJ`'T=8*`#'.@`3W2`0QW@J0YP MI`,H]U?J MY6O5M=E"3=>!U,WHXAUX!OIN=8`RG&2G4(E?]K`9F?UEZ? M'=;CE:A9=CHG,<_34PWF]:UZ+:$!79V_U$&NU87KJ[-%.MPU5\R=;M6[PC`\(MGG:)5.KY[Y9>@UI:FUF71VO''UA7ILJ*F<,*)# MI"GU"/%1>1BP#I;OH$H9UI1^H==4C]+$;Z2VH-A'/Q0!W,(`A2C#5Y1?V0 MW9''*#_4N4ND7BZNCWZ6,(S*WA4E&M0W[(WJ(7XF=!"DA"V12'VONI=IV%F?:. MLJEQ+9G\8J@'172"$SU,^D%;@WR*_4V@V5+01L4H'K0O@8+B)*)UJ%"_/^U?5MSX[:6]7M^A1\R4S,#PQ?YTO9# MJN*TG>Y.WWPL=\HY\WVEHB1*8ILBV;SXDE\_`$A*E$1R+UQ2IT[:-M=>!$$0 MP,;>6,CC)*=QR^Q'"*!>(9BHD7R>MHQ)N\@T+K@S M6[R.%M@TB!%8VC9/VL6]9G+]OA/7[:FV00Z":&MMOG_]FFC4>FO>P-HZ6K;[ M,D`IEP=0DW)RT1*=Z#8I`WY8G,(+?9D^K1IV*EPW.-V_W&.# M\Z/]XY9H'<$VS+U4"2WK%V18C[/:EI5WIPRI]B\%,6+\E(VU3># M_>-SI*F6/,'4]W3O78IB1'(6`+7/RBKSH+[\TYU>+[Z!UWRS4+M\-QTO99.D M8.6\#6)<)@CAWP!(Q@.NE"`_`/Z@]N307U>S2L'/R^PM[+QKL&#OI&B'EXZJ M8X"15EB;!O+P9:2QUP9AVOC(3D_W3V2VX<7E_ND;X"NK29(TB,O-'AIW3HO0 MUS+()IY,IL(^LY7:OM[7UF*V?MU[VL9H\^J]+3-[5+W2WG[Z,(2&U4_QQ*M& M8+Q:MVWP.MVR1"NT^X;,X/%T"KF0'VT.5>5MG2JN5YMM9O#S??[P^0;JQ160 M[G0_2_<6@+UBN%L_A6`R0Q.`U7X_`*T_10"W M`JLFU-5L]M>5BQE"-.:1N:ZEVG)-N^YWHD#31BV6!ZL/LN'UD9BS&'6N50$T['E M4]0$E@]2T=@^B\R]B#/?UOY@.K:@B(2!U)(IJ`.[+U^JM"Q-NUMUA)Z!X?"SV0WO;SY]N;DWZ3:J-W+U[?[]U[NAH7$> M+VWNK3;;Z#_T@^VP]N!@3'NP&M`JZYM5$JY%-=[Y/PH_RVTH[E4"PWJ=].)T M?W"TQTY.+N2_M%_'(RXU'7L+RSE_&N>8*THX-W('<^7/_)0&6A;=O`?9S-B5KJ0>=0N*^7].L MF26O8399;8>40^+%T=G^V8D8$L\N]R^!$7X=_*)?\'C\7=LF+7]>4.UK M^"/4:Y";!K!OM&$&^D(K&Y43@W@;:XM7,Y-1ZF=2P%_+,IZ.)_H69K=J[/-" M;59)0$961L74KGS=JJ]D]307D-O,\!:\:XRVXTW+J^&78ZMR;Q&8/L$FC>VS M7%>R#\`XV,EQ$]ES-)P%/8K;CV^'5J]EB\#TM6S2F+V6!L?PSK(RFMNF;8C4 MS%.>)IU:OI[;WQ_L".Z&5W8$0YD+GRM%((#F/M:.=&V;P&UIRQ!L/0VK]^4V M/KW'NKWYK&OR<'9TJ6LS,KB//!,%,?G+&Q=Z[VC+`GY%FW;@&UH;:22"K8UR M/P,'UN$GS3YPPP`.;V^8@0Y'UZV8[B.A9;O^^A;&WG^]_@J#O5`>_+KV*<[? M[%\>"Y_BS9O]LXLSP*M8,659>0`1XAXTC=0V)#VC7(T`0!MJY-!R/(N0XXE= M',_8XNZ"W\,Z\1U92&QU=YB99\5T/3BF[58Q?;>*&;M53-NM8J9N%3-PJYB1 M6\5LW"JFZU8Q0[>*LLM"7WRZ])+14.W:@#X$Q.=@;MP?9NN&,0>^#W/@^S![ MWX<9.[/,QH=F9GX[L_5NF`,7B[GQ]IBMU\E<>6K,E:?&;#TU9NNI,3>>&MFM MR5UF&%)M-$.@]VI_,C0=&8TJV0X(78:NL'E68PL&Q]+B.93KSI%<=ZZ3Z\[! M7'>.97%R-"N48^F>'$SWY%BZ)\?2/3F>[LG1J!!'YP*4EXEL>NA8EV"FRR!, M?\F%F:R!,/TU$&:P!L(,UD"8_AH(,UF98(;+($Q[P869K($P_360/;)!0YUU MG?%.M_Z_D##L:".#GN$W)WE+UQE`JLYU],?MS3LZ4OW*7)- M`YM[;`V91#%D+'<4%U@=-\97!A>7*,#2R['=GW+.$,K<";INLR20`L\(4$Q: M\AET_^PU4SNJ>CZ$'3D%KB72P''U!X[I-'!(IX&#.@T$@S@@',0QX2"."`=Q2#B(T\)!'!,.XJ!P$$>$ M@S@B',0QX2"."`=Q1#AH^V24ZE"4J9>H_ZB3S@"<%'A?G[_`V@XL;1Q/.CH9 M74V7\E#)/"T/7YG.$*-O:H=Q%U;W6%7FZEA5YN!L7F9_;C%S>&XQ_#/$@W^JQ`-W)0ZBJ=3_=$:F3L`:+5)_YHYT]TATYZSE<6@.>.-Q[*PZ M$S%;57O\G?$I10I7;'(:Z8A++NXXHE+'F\^<=9#5<3U6;%Z2^.++>#FL%&2= M<#GX<%=R&3-''UH-5A+M9?P(JP.DG/#5E>1.Y*5@1V1,%R?NA-IT]!F@L+ M=<*R#=4LGA19?6J[#9$\B3FS9@G5(:OJX!QK+N4?9+D=3]DUJS-DJKB9W=MK M\CGXO#?XW'Q#&Y2BY;^,ZD,VW=$^BT>/GS-7S'DJ9N;JW"#Q::PN.:B)!K&8 MC\F%&1'Q>9.HO2)9^#9]XD?`S"<#1+O:7O MDG5]XHX[SBSQ;9OZ]AGOUDV\)G3Q6E94;F:S-9\#!TB.)]XX"(/\U<63-NED M!^FR>%7/:$DH7>3JM&<'1-:K"B6-G"&XX''Q!A51EEE^CJDO7YV79J8X^TS69D\]T39?ZH6\?QECS;9X8:\=:K1S4I\\>3D2_;N\K;;-: MSQFV">UG#VV,F5M*!VURF])^W6Z;<>EGF7VWL\V:^WD::'.JG)?A\,/JR'9# MZC(M\P5/_ M1Q&D_M28Q7])A/U(GK=IS+'PO:E^I[PRMWL#F,%GV/+5C,:_78';HA\',W#;S;6S-[SSS+&YM?ENKFL[3PK#(:H_? MTDNL7K6%99D1H:)6:C\Y-XTZM/)EF>&\:(/HR0M"V?F/5ILHK#G+LU`BTSG+ M!I4:5,P[KUVN(@T=,!FFVN\PJ7,[;4F4XI8MR<(/$VL2-Q^+LZ]$;5BU)\ER M+A.(K9F$$RE53.P_VJA8C@T=DB9-8D^1^C,_31V4I8AV>R)[TLQ!R:J@NR%/ M(WHO,]'M64S3%%J9S!-0=^G,O_TDC>5L?ZFB1I[<[VG-HA\LVN60,@76+%-_ M7,P=L,P\*9IFRS.+4VN.N5<8?II-%C>M)8HMO.A-(H6SYC'92;-#4AY\;$_C M>Z'QU*!)E$WBQ`&+X<"WP9&GXJHU3;Y(]8&5=Y'$Y8-JP3#S##["VCY=+>0Z'!<4TGMB8ST([:[4M=&"X0[:;:N"* M:N"N5`.[4ID/'RL"FZVH/4S:VT^;7"9;3IOVV5)EEF2V(\BJ\8S+^7)RED(KRR*H)B MQS&1$F%6#&(F;.K4KSCD4&4Q;USQ.*C4(,K\U+(8UG5:1"YJM8CL"X),`$9U MAUM'-T8R1G-XPDRL?HE,K/XX,;&Z/S:R>F-B-?9,K&:/1E9&[RN(3:P>[TVL MDM^,K+X963V;6!57O5;ETK48U;+#[/!Y$>1^]2>.[H%J,!050Q4?-;%445'* ML`KB'I[]_J^/C_.K!_9^\O._/I[?W7SY\S%[R7Y\F#S_`I.\G7_\F45/R^^? MYX]'1W$3MZN)S=/,S?7;\;1I/OP6>< M9/S'4W[]Q\7RB/UV=//YYVQR/7]\/+W]_N?]%4XR?;B_'SY/7M+\Z]V7LZ?H M[#O[^?:OF_G5Q3><9/F-77S]^?.G/Z/KO_/?/\Z^SJ;?)G_>3\\^:Y"\_#VX M/)]\N9F^?_];_._?ORROKL_?/R5'9[]IO)W7]Z?)T^F'4^_YX>R*79R_S?_X MZ\.[-]-_LY@F4=L"X_G<@Y"1/$80`>9!`N&>O31"]D>"HSV\XVW+;YC(LT?& M7CHZVA?_T[3,_)"KN;^.G9^FHV/@L7>,!B9&)[I&I!NUA4_B9S_E2W\:%$L^ M3WT_TK$NHB!OQQ>1$):[(!\DO:C(0`DRY? M_\*Q)EO_6JLF&>U,:Q*2RY40'RS%I,?FY//0DF/29"0W,D!\>I),FI1.ZE!# MEDF3#Q5F@FA!:28]+EJ<28_/R0N!!9KTV$B))CVZPD&W;"+3I$V,"#5IDR)2 M3=JDD%B3-JN3-HD+-FG3`=O9($Y,M$F/BI)MTF6CA)OT^*BD:3TV)R\63X2& MZ&`!)STV8BN8'ADFXJ3'"29\8%W@"N4TDGO2I@>Q)?5)' M;4%/Z`DBU9)Z,F!T\N0&0EH?29+R9%F0-R4B0%(2A% MV=.24C2#42N&9:5(^R3U;2F*P/9M(!)3%`<@,D538#)3 M-`\A-$410%)3?22VR21ZC+SL%L='"4Q`-*3V% ML9C%4;7DIS`.BQ9H'7G5%J$">2@9*I"&%**">&QJF!:C(JTSW\[:YNZ4)!5A M;G-KRUHGA*EZK7%IJEX:(XDI'<8L,YXAF".$@I'X@%DDB"F)Q4+RF3!+$XJ%U`*@GD<5$8;+@!]#4V ML/T*&QO07HV-#22ILK%&HPU&8^N!GO)%G]G`S.Q$WZQ-D>)Q&J0_[6W^K4JE MKK>3!IL_'\B)OI[)`+61^9?B]Q+^ZZ][_/+\8G\PV&.7;P;[@[.]7W_M(!'= M=EYFV%3!G)X;UMA5@!G"AMYK">2MP/6>3+F52I1@M/K+VS^'AW=QG!M:^DF< M!7)7;T<1"?N;*)=5N_W>M6_.C!];N]CU7_I>3(^Y2C+S1V/Q#90,S)!!_6Y7 MB"3P#0E6<6-]TR0.7]5JL5E[W7UZ@B)5(0ZXG3?A51CP1N;/ MU5&=S.P5ZCVG7!28I'&BT\YJ6Z7E96:8O*Z'T^.CX\'^\$S]6.QL/AOS[)@D_' M?;0*645IRB`-!59;3BE0D/!0CFF+.,NS9O,?7.Z_D:W_Y'S_O+OQ*X[L1PB4 MO7)7,P!GKV-ON/D8O]D(&OO M]'1_<-Q=?37+LQ?TOL_-35P0<+9",@J9E#]CO'$XA5>QV MM)(\F\83:BZQB:,F#QOH_E&UE"5<^)/'D5I')+J#2L6P$GU=][J]Z#I!I:>* M5R5NSB"(A_.FTRH3ET+*O):1^('"E2G;7*9L4]#F($5A13?[%/C/%"SRGH*Y MBN53R"3UU;(`A?M1Q#D)2N6VL"QX\GFYID?ALS$/9@!(/'40`;BE'Q4`#"R< MG_.E]\+5UF<2',PC+R_2WN:K\1FU?)\,_.J)KV(K?0^!R]P\&B>^9*J,C<^, MH@M(A%H)IU%I/4Y=#,3@+H:I-V_$8-\Y2JTL5?8#"1*-A,+('H.JF%6O0G') M5`H:I/(D`)AP\:O*N3PJ*^?B'*H095T3JR02%5'@D)4IG^5$UM#"44(P(J]PS1J#`I:TFT(#65/CXZ MW[\$:@GMAN3"%8VI-+Z<.7/YT!E8],HDK'E42E5"6MYAD,F6<0MRNS@4A4E>I#SUKD/BZJ8#MS M&_+N91R!QI5)I32NL6N-G([(U"1Z@C,%YD``!"U4G2E!`N.4OJW*=B!1T@\A M0?66-0"HMJ0!.+7EC,2IE"T*5254D#"9MD6"9$X6#:J2+VA@09*U)3K3-M7< MA,0![;.@?1NY6$)AJI1H$C8C:ZW,1.M#M?G0'/:*>Y!*X)\"R3!WF?U)(3O4*#DLEJI;0'5@:_25B\6KSN`ZW5Z3-:*JE_-G;QP=_OV(!%_Z5J:(PRZUNCZ MS=H#D=TV[^_O;PU+N66J7]Y-`HN2JSA'5Y.EK(>ENHV6M\ M",)9Y^!00I9>EG>W\VQ1-#:;MERO$F=;+FW*4;4AGOUP$M?;=5M::SG(G!Z- M@YS`!!&%Z+AZ,'F2J\)QVCK"IFF<2HV*MFOUV0IM#U8IHW?=-)V/#P3MUI4J M@Y%V<1%'N%RT9^"B/<,6[1FZ:,\0QY?1CB^C'5^F$Q]@L)?,'$42UNXT`]QI M!KG3#'&G&>I.,]"=9J`[S2!WFF'N-$/<:8:XTPQUIQG@3C,#=YJ![C1#W&E& MN],,<*<9YDXSVIUFD#O-$*^7P5XOT_)Z&>SU,L3K99C7RS"OER%>+P.\7H9Y MO0ST>AGN]6Y#4[\.[!^.X]F"!)4J222JDM+P263XFDG-P395L\+UO,X:03Y$1'+LO+\XG(YVMEK$ M8AC>V$+1;:.^]9=@V?J5)VF;\ZT+N;J^O/-WVPL==ZRO8.1@J215,2&18^A6F> M"'SP/9G36`HE&HYHS9&7OE+WEL@RJ18`2A\#PL5/`428(54H@1TGF._@BN@Q MDLXP`>W:4;8#&B"@$PHDST9&,.3=E``3@0FF<>2_D*C%;$)ARND/[]A@V`9M MWV#8ANS>8+B)KOJXXRR77:-:2@'@:IL;!O5?$E^X%GZ4RYD>:E,?VP@:S+RI M#V/%S!C'IAE<*5+)6`>K4^%A/$>AB3>=JG@<""]SOS%P+:B/XM74N!^JE%>( M5EJ>91YZZ=SG2(??Q*NCSS&#YF'IF(4:4C2*5.%3H`MM&FB7*"G2),3*1(&J M7X37(8KAO6)P,1?Q)6I`PP)R%"_2W'L*O99RE?^,65JT7H[>MVRRUSPY!-1 MA_YVX$%N\!E-_#0/9L%$:DON0DK__6DGY-2Y$%]'^1Y$Y7*3[47 M(J?82J.C%R17)$;BZY0:.KW`0@QF031J'"O3!Y\(2N4']*/B91*4!RQ20!DY M4&<`]\*2A`"\3L*`>-+I$JB.J?#$6M((-C&OD;<,)J-Q,9M).40$&\8>\<9\ M\08(1$273<5]^B$SF2,OU05#"A<&8P)2J@J1D-5'W(^=$R]G'L9CCRBUF)_U M`Q9>MJ@$V_M@2L0B2?V3"(;>$:!?'4@"P4#WG'B^T2_(O\S$B\G MC3,$*,:0]!4`5L*@O3BRWBOU.0@T$A,"ZL/X4?@%46%ID9%M7<47PY$Z>9KJ M'>79.G2?G.6BHR4@3UY(%3Y?B#J8$I4@-W:,@!NN%&S[0*\'HA$*R.:\1DP) MY;%""W^ZJS%"45TK,3_S7(E*`=+G'9VO;ZE'^W\'_'O%+C_]]Q?_] M__]'D#70Z6R;;/OR=DDZKNX\3P=NJW[XK^*1!*:^A9CE5N&)UDNK3;^[U[;^ MUM(K]"+:+VYGH=$H"M%]O:C454`D02V`]I"IQB2 M0FW%C37@%'0K>J\!)Z!]E]NO-;,;1*_JI`HPD4*L,_.$G8LSL-.EMO!T7=Y53,6"/3*PQP2K1VYA`B48; MFS=DXHTYFL>!6)"LCF`QYU@=^&5.,3,VK856C0GJKLV8H#[WT9B@/E/3F.#; MW2=CV^'P@ZFMB5WO"ZVY/5P78'3+5"ESU5ZLM.T`F5"MDY MH!'E\<9!Z*2FM(:C7B(QIQ-S;"_RX\(!G6W'O2^KI4F/C.Z2Z:'1]"C^BR`3>4H'4L$;.HU M6/H,5AZ#O;_@P%NP]Q6L/05C/\'22[#T$2P]!$O_P-P[,/<-S#P#QWZ!,Z_` MH4_@RB-PY@\X\P:<^`(./0%'?H!3+\"E#^#2`W`P_W<[6O/]2N#_YK%\7_;CL^=).`PVV5O:`N;04`ND/NV#]A' M8D.@9PNCK9_5ZCE-GQ%YOCY(>U1M)^#SES\\NBO9ZILR-[WLU_'+LB@*-^[DI.FKT(]2^3V6"OHIFZ%// M!"S0G;^46T$U'Z-A!5KRG^FXT:$_OQD__A$ANA/SX_W3RX[(_0[ MW&^E'GV,@CW1B8E7K?O(&W;@N\#9KZ[O=0M4FX"?!DQ,/%LSR@\A"119KLZK M'<2K1`A&YC/V(=HO]N<1]:01H?F'IL:ZAOKW(N'=@-XJ7>;EQM%/'$@'W!8VX;:B.VT7#@CF+*W&&HG#L, MX=MQ:9LC!MBHT@N!-BUP^VTCW';O![?8_,`=[.'AMON0N.W>$VZ[^X6;;]WA M%MM6N.T6,.Y@YQ.WVP7&7>S@,B0QL=.;?>IEC'-WFU*XR]TDW.5V(.YNFQ)W MM[&!N]M:Q)WM=^+NMC5PM_MXN)L]3]S9'A?N;K,%=[G'A;O:B,6=;9;AKC<> MA_0$@*M:W2@<,):-_E @UFL_L2ZYI-7U3IDDUB.3U')M,YSZT_\!6H/+=5H\`@!_ ` 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 Sun Sep 19 12: 0: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 148CC14E63 for ; Sun, 19 Sep 1999 12:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA23454; Sun, 19 Sep 1999 12:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 8CF3714D2D; Sun, 19 Sep 1999 11:57:02 -0700 (PDT) Message-Id: <19990919185702.8CF3714D2D@hub.freebsd.org> Date: Sun, 19 Sep 1999 11:57:02 -0700 (PDT) From: jsong@cs.ubc.ca To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13830: wget port is split to two locations Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13830 >Category: ports >Synopsis: wget port is split to two locations >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: Sun Sep 19 12:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Joon >Release: 3.3-STABLE >Organization: >Environment: FreeBSD srtb0211-218 3.3-STABLE FreeBSD 3.3-STABLE #0: Sat Sep 18 17:46:45 PDT 1999 jsong@srtb0211-218:/usr/src/sys/compile/VP i386 >Description: wget port has no README.html file in /usr/ports/ftp/wget and has only that file in /usr/ports/net/wget > ll /usr/ports/ftp/wget/ total 4 -rw-r--r-- 1 root wheel 839 Sep 5 00:17 Makefile drwxr-xr-x 2 root wheel 512 Aug 15 01:07 files drwxr-xr-x 2 root wheel 512 Aug 15 01:07 patches drwxr-xr-x 2 root wheel 512 Aug 15 01:07 pkg > ll /usr/ports/net/wget/ total 1 -rw-r--r-- 1 root wheel 807 Jun 3 01:52 README.html >How-To-Repeat: cvsup the ports tree using /usr/share/examples/cvsup/ports-supfile >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 Sun Sep 19 12: 9: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dialup124.zpr.uni-koeln.de (1-215.K.dial.o-tel-o.net [212.144.1.215]) by hub.freebsd.org (Postfix) with ESMTP id B2BB3151D0; Sun, 19 Sep 1999 12:09:00 -0700 (PDT) (envelope-from se@zpr.uni-koeln.de) Received: by dialup124.zpr.uni-koeln.de (Postfix, from userid 200) id B6229D64; Sun, 19 Sep 1999 19:05:16 +0200 (CEST) Date: Sun, 19 Sep 1999 19:05:16 +0200 From: Stefan Esser To: Charlie Root Cc: freebsd-ports@freebsd.org, Stefan Esser Subject: Re: katamaga-1.2 FreeBSD ports: install problems Message-ID: <19990919190516.C872@dialup124.zpr.uni-koeln.de> Reply-To: se@freebsd.org References: <37E4E88E.71CFE98A@nexos.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <37E4E88E.71CFE98A@nexos.com.br>; from Charlie Root on Sun, Sep 19, 1999 at 10:43:42AM -0300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 1999-09-19 10:43 -0300, Charlie Root wrote: > Stefan, > > I'm having link problems trying to install katamaga-1.2 under > FreeBSD-3.2. See: Hmmm, I was not aware that even a single Tamagochi survived ... Wasn't this **years** ago ;-) There has been no active development of KTamaga for two years now, and it will surely get out of sync with regard to the Qt and KDE libraries. I had no other report of a port build failure, but I did not try with recent KDE libraries (the commit of 1.1.2 was only a few days ago). Since I don't have KDE 1.1.2 on my system at home (and since my only connection to the INTERNET is a metered ISDN line which makes fetching 10MB of TAR files slow and expensive at the same time ;-), I intend to test the KTamaga port at work (tomorrow or the day after). > gcc lwin.o main.o tlcd.o lwinsched.o lwinstat.o conf.o confData.o > tamdata.o mlwin.o mconf.o mconfData.o mtlcd.o -o ktamaga -O -pipe -L > /usr/X11R6/lib -L /usr/local/lib -lkdecore -lkdeui -lXext -lqt -lm > -lstdc++ > main.o: In function `QArrayT type_info function': > main.o(.gnu.linkonce.t.__tft7QArrayT1Zc+0xd): undefined reference to > `QGArray type_info function' This is often caused by incompatible compilers (i.e. if the Qt library was compiled with a previous version of GCC). Link time type checking in C++ is typically performed by "name-mangling" and if there is any change in the mangling algorithm over time (and there is, way too often!), then all libraries must be recompiled with the same compiler that is used for the application that includes those libraries. Did you perhaps compile either KTamaga or Qt with EGCS instead of the version of GCC that came with 3.2 ? Regards, STefan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 19 12:20: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C2AE14D41 for ; Sun, 19 Sep 1999 12:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA29290; Sun, 19 Sep 1999 12:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 19 Sep 1999 12:20:01 -0700 (PDT) Message-Id: <199909191920.MAA29290@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Rasmus Kaj Subject: Re: ports/13830: wget port is split to two locations Reply-To: Rasmus Kaj Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/13830; it has been noted by GNATS. From: Rasmus Kaj To: jsong@cs.ubc.ca Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/13830: wget port is split to two locations Date: Sun, 19 Sep 1999 21:11:50 +0200 >>>>> "j" == jsong writes: j> wget port has no README.html file in /usr/ports/ftp/wget and j> has only that file in /usr/ports/net/wget This is expected if you updated your ports tree (as opposed to reinstalled it). In theory, if you want the README.html files you should always `cd /usr/ports && make readmes` after an update. Unfortunatley, that takes a long time, so you may not do it quite so often. To fix just this problem; `rm -r /usr/ports/net/wget && cd /usr/ports/ftp/wget && make readmes` (for a single port it don't take long). I recommend that this PR is closed. -- Rasmus Kaj ---------------- rasmus@kaj.a.se - http://www.e.kth.se/~kaj/ \ Never try to outstubborn a cat -Lazarus Long \--------------------------------------------- http://www.Raditex.se/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 19 12:25:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 81E61152BA; Sun, 19 Sep 1999 12:25:23 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA30349; Sun, 19 Sep 1999 12:25:23 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 19 Sep 1999 12:25:23 -0700 (PDT) From: Message-Id: <199909191925.MAA30349@freefall.freebsd.org> To: jsong@cs.ubc.ca, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13830: wget port is split to two locations Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: wget port is split to two locations State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sun Sep 19 12:24:15 PDT 1999 State-Changed-Why: This is because cvsup won't remove extra files in the tree. If you remove the README.html file your next cvsup should get rid of the 'net' location README.html is not distributed with the cvs tree of ports, it's created for the distribution, FYI. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 19 13: 0: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 78D3E14D64 for ; Sun, 19 Sep 1999 13:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA41099; Sun, 19 Sep 1999 13:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mailman.cs.ucla.edu (Mailman.CS.UCLA.EDU [131.179.128.30]) by hub.freebsd.org (Postfix) with ESMTP id 166BF14D4A for ; Sun, 19 Sep 1999 12:55:37 -0700 (PDT) (envelope-from scottm@mordred.cs.ucla.edu) Received: from mordred.cs.ucla.edu (mordred.cs.ucla.edu [131.179.192.128]) by mailman.cs.ucla.edu (8.9.1/UCLACS-5.0) with ESMTP id MAA04925 for ; Sun, 19 Sep 1999 12:55:36 -0700 (PDT) Received: (from root@localhost) by mordred.cs.ucla.edu (8.9.3/8.9.3) id MAA36238; Sun, 19 Sep 1999 12:55:36 -0700 (PDT) (envelope-from scottm) Message-Id: <199909191955.MAA36238@mordred.cs.ucla.edu> Date: Sun, 19 Sep 1999 12:55:36 -0700 (PDT) From: scottm@CS.UCLA.EDU Reply-To: scottm@CS.UCLA.EDU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13832: Patch to kdebase11 when PREFIX is set Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13832 >Category: ports >Synopsis: kdebase11 doesn't DTRT when PREFIX is set >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 Sep 19 13:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Scott Michel >Release: FreeBSD 4.0-CURRENT i386 >Organization: UCLA Computer Science Department >Environment: >Description: 'make PREFIX=/your/fav/path/here' doesn't work as advertised for kdebase11. Mostly, the GNU configure script won't find various libraries, like -ljpeg and Qt, if installed in 'non-standard' places. >How-To-Repeat: make PREFIX=/your/fav/path/here >Fix: The following patch corrects the 'make PREFIX=/your/fav/path/here' problem. Note that this assumes that the Qt and KDE libraries also exist under PREFIX as well, although my reading of the configure script suggests that configure will DTRT if Qt or KDE is installed in /usr/local/lib. Apply this to /usr/ports/x11/kdebase11/Makefile: *** Makefile.orig Fri Sep 17 21:27:37 1999 --- Makefile Sun Sep 19 12:55:08 1999 *************** *** 25,30 **** --- 25,39 ---- CONFIGURE_ARGS= "--prefix=$(PREFIX)" CONFIGURE_ENV= CXXFLAGS="$(CFLAGS) -DHAVE_GETUSERSHELL -DTIME_WITH_SYS_TIME" \ INSTALL_SCRIPT="install -c -m 555" + + .if defined(PREFIX) + CONFIGURE_ARGS+= "--with-qt-includes=$(PREFIX)/include/X11/qt" \ + "--with-qt-libraries=$(PREFIX)/lib" \ + "--with-extra-libs=${LOCALBASE}/lib" \ + "--with-extra-includes=${LOCALBASE}/include" + CONFIGURE_ENV+= QTDIR="$(PREFIX)" + .endif + USE_GMAKE= yes MAKE_ENV= RM=${RM} CFLAGS+= "-I$(PREFIX)/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 Sep 19 13:23:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 01E4015148; Sun, 19 Sep 1999 13:23:57 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA52028; Sun, 19 Sep 1999 13:23:57 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 19 Sep 1999 13:23:57 -0700 (PDT) From: Message-Id: <199909192023.NAA52028@freefall.freebsd.org> To: gljohns@bellsouth.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13686: Replace 4.0 with ${OSREL} in lang/pgcc/Makefile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Replace 4.0 with ${OSREL} in lang/pgcc/Makefile State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sun Sep 19 13:23:38 PDT 1999 State-Changed-Why: This was fixed by obrien in rev 1.22 of lang/pgcc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 19 13:27: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 617E114FFD; Sun, 19 Sep 1999 13:27:00 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA52918; Sun, 19 Sep 1999 13:27:00 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 19 Sep 1999 13:27:00 -0700 (PDT) From: Message-Id: <199909192027.NAA52918@freefall.freebsd.org> To: ijliao@Terry.Dorm8.NCTU.edu.tw, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13685: fix checksum error on devel/cons Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fix checksum error on devel/cons State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sun Sep 19 13:26:40 PDT 1999 State-Changed-Why: tg upgraded the port to version 1.6b1 which appears to have fixed the problem To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 19 13:28:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 636C114FFD; Sun, 19 Sep 1999 13:28:40 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA53137; Sun, 19 Sep 1999 13:28:40 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 19 Sep 1999 13:28:40 -0700 (PDT) From: Message-Id: <199909192028.NAA53137@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, me@FreeBSD.org Subject: Re: ports/13680: distfiles unfetchable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: distfiles unfetchable Responsible-Changed-From-To: freebsd-ports->me Responsible-Changed-By: cpiazza Responsible-Changed-When: Sun Sep 19 13:28:26 PDT 1999 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 19 13:40: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B91715244 for ; Sun, 19 Sep 1999 13:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA54280; Sun, 19 Sep 1999 13:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mailman.cs.ucla.edu (Mailman.CS.UCLA.EDU [131.179.128.30]) by hub.freebsd.org (Postfix) with ESMTP id E3BD214FFD for ; Sun, 19 Sep 1999 13:31:47 -0700 (PDT) (envelope-from scottm@mordred.cs.ucla.edu) Received: from mordred.cs.ucla.edu (mordred.cs.ucla.edu [131.179.192.128]) by mailman.cs.ucla.edu (8.9.1/UCLACS-5.0) with ESMTP id NAA05380 for ; Sun, 19 Sep 1999 13:31:47 -0700 (PDT) Received: (from root@localhost) by mordred.cs.ucla.edu (8.9.3/8.9.3) id NAA59042; Sun, 19 Sep 1999 13:31:46 -0700 (PDT) (envelope-from scottm) Message-Id: <199909192031.NAA59042@mordred.cs.ucla.edu> Date: Sun, 19 Sep 1999 13:31:46 -0700 (PDT) From: scottm@CS.UCLA.EDU Reply-To: scottm@CS.UCLA.EDU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13833: Fix for kdeutils11 and PREFIX Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13833 >Category: ports >Synopsis: make PREFIX=/foo/bar/quux broken for kdeutils11 >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 Sep 19 13:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Scott Michel >Release: FreeBSD 4.0-CURRENT i386 >Organization: UCLA Computer Science >Environment: >Description: make PREFIX=/your/fav/path/here for kdeutils11 is broken -- configure doesn't find libraries which may be located in ${LOCALBASE}. >How-To-Repeat: cd /usr/ports/misc/kdeutils11 make PREFIX=/your/fav/path/here >Fix: Apply the following patch to /usr/ports/misc/kdeutils11/Makefile: *** Makefile.orig Sun Sep 19 12:57:18 1999 --- Makefile Sun Sep 19 13:04:25 1999 *************** *** 20,29 **** USE_BZIP2= yes USE_QT= yes HAS_CONFIGURE= yes ! CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ ! "--with-extra-includes=$(PREFIX)/include" CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ INSTALL_SCRIPT="install -c -m 555" USE_GMAKE= yes .include --- 20,37 ---- USE_BZIP2= yes USE_QT= yes HAS_CONFIGURE= yes ! CONFIGURE_ARGS= "--prefix=$(PREFIX)" CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ INSTALL_SCRIPT="install -c -m 555" USE_GMAKE= yes + + .if defined(PREFIX) + CONFIGURE_ARGS+= "--with-qt-includes=$(PREFIX)/include/X11/qt" \ + "--with-qt-libraries=$(PREFIX)/lib" \ + "--with-extra-libs=${LOCALBASE}/lib" \ + "--with-extra-includes=${LOCALBASE}/include" + CONFIGURE_ENV+= QTDIR="$(PREFIX)" + .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 Sun Sep 19 13:45:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from scrabble.freeuk.net (scrabble.freeuk.net [212.126.144.6]) by hub.freebsd.org (Postfix) with ESMTP id 6BB54156CF for ; Sun, 19 Sep 1999 13:45:41 -0700 (PDT) (envelope-from andrew@cream.org) Received: from [212.126.149.143] (helo=cream.org) by scrabble.freeuk.net with esmtp (Exim 2.11 #1) id 11Snq3-0001g0-00; Sun, 19 Sep 1999 20:45:35 +0000 Content-Length: 405 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <87vh97fk4f.fsf@cabulja.herceg.de> Date: Sun, 19 Sep 1999 21:45:32 +0100 (BST) From: Andrew Boothman To: Slaven Rezic Subject: Re: Building a page of installed software docs Cc: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 19-Sep-99 Slaven Rezic wrote: > Nice. I think that the delimiter character should be a colon or even > better a vertical bar (|), because it'll be fairly common to use > whitespace in the document title. Good point. I've made the changes needed. Thanks for your feedback! --- Andrew Boothman http://sour.cream.org Unmetered Telecoms. Join the Fight! http://www.unmetered.org.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 19 13:45:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from scrabble.freeuk.net (scrabble.freeuk.net [212.126.144.6]) by hub.freebsd.org (Postfix) with ESMTP id BC0E2156AA; Sun, 19 Sep 1999 13:45:34 -0700 (PDT) (envelope-from andrew@cream.org) Received: from [212.126.149.143] (helo=cream.org) by scrabble.freeuk.net with esmtp (Exim 2.11 #1) id 11Snq0-0001fw-00; Sun, 19 Sep 1999 20:45:32 +0000 Content-Length: 2181 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Sun, 19 Sep 1999 21:45:29 +0100 (BST) From: Andrew Boothman To: Nik Clayton Subject: RE: Building a page of installed software docs Cc: ports@freebsd.org, doc@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 18-Sep-99 Andrew Boothman wrote: > FAQ txt /usr/local/share/doc/Sharity-Light/FAQ > README txt /usr/local/share/doc/Sharity-Light/README > > I made this file up for Sharity Light as an example. If the port has a docs > file, then the script produces a nice set of links to each type of > documentation. I've changed the seperator for the file to a colon. Many thanks to Slaven Rezic for pointing out that it's just possible that there might be some whitespace in the title of a document! :-) Plus, I've taken out the dash that went in after the name of the port, because it looked a bit stupid. :-) Script is now : #!/usr/bin/perl -w # Produces an HTML list of documentation installed by # the FreeBSD ports system. Intended to be run daily # from /var/periodic/daily # By Andrew Boothman opendir 'portsdir', '/var/db/pkg' or die "docindex: Can't open /var/db/pkg"; @allfiles = readdir 'portsdir'; closedir 'portsdir'; print ' Installed FreeBSD Documentation

Installed FreeBSD Documentation


    '; foreach(@allfiles){ if (-e "/var/db/pkg/$_/+DOCS") { open 'DOCS',"/var/db/pkg/$_/+DOCS"; @docs = ; close 'DOCS'; chomp @docs; print "
  • $_
      "; foreach(@docs) { @docinfo = split(/:/); print "
    • $docinfo[0] - [$docinfo[1]]\n"; }; print "
    \n" }; }; print "
"; (Watch out for weird wrapping of lines by your e-mail client. There should only be a newline where is a semicolon) And example file for Sharity Light is : FAQ:txt:/usr/local/share/doc/Sharity-Light/FAQ README:txt:/usr/local/share/doc/Sharity-Light/README Also, speaking for myself, my machine rarely gets to run its' daily script. So, certainly for my own use, it would be better to have the script run from rc. What does everyone think? --- Andrew Boothman http://sour.cream.org Unmetered Telecoms. Join the Fight! http://www.unmetered.org.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 19 14: 2:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by hub.freebsd.org (Postfix) with ESMTP id F23C41592A; Sun, 19 Sep 1999 14:01:56 -0700 (PDT) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.9.3/8.9.3) id XAA42807; Sun, 19 Sep 1999 23:00:56 +0200 (CEST) (envelope-from ibex) Date: Sun, 19 Sep 1999 23:00:56 +0200 From: Dirk Froemberg To: "Ronald F. Guilmette" Cc: ports@FreeBSD.org, questions@FreeBSD.org Subject: Re: mysql-server-3.22.25 install botch (pthread_attr_setschedparam?) Message-ID: <19990919230055.E42360@physik.TU-Berlin.DE> References: <10020.937533737@monkeys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <10020.937533737@monkeys.com>; from Ronald F. Guilmette on Thu, Sep 16, 1999 at 07:02:17PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Ronald! The answer is in your mail: You can't use packages for 3.2-RELEASE along with 3.1-RELEASE, since they are binaries. Instead you have to compile the mysql322-server _port_. See http://www.freebsd.org/ports/ for details. Regards Dirk On Thu, Sep 16, 1999 at 07:02:17PM -0700, Ronald F. Guilmette wrote: > > I just recently upgraded my old FreeBSD 2.2.8 system to FreeBSD 3.1. > > (Yea, I know... It's not the latest and greatest, but it was the easiest > for me to upgrade to, because I had 3.1 on a CDROM, and I hate waiting > for things to download, so I prefer to upgrade from CDROM.) > > Anyway, I have been trying to get some of the packages upgraded also, in > particular the mysql package. > > I deinstalled the old (3.21.xxx) mysql package and now I'm just trying to > install the latest stable mysql package. > > While doing the pkg_add for the `mysql-server-3.22.25' package, I got the > following, which appears to be a serious/fatal error: > > ... > Creating db table > Creating host table > Creating user table > Creating func table > Creating tables_priv table > Creating columns_priv table > /usr/libexec/ld-elf.so.1: /usr/local/libexec/mysqld: Undefined symbol "pthread_attr_setschedparam" > Installation of grant tables failed! > ... > > > OK, so what's the deal here? > > Looking at the pthread(3) man page I see that libc_r is *supposed* to con- > tain a routine named `pthread_attr_setschedparam'. That's what the man page > says anyway. But when I do an `nm' on that library I see that (sure enough) > libc_r ain't got no `pthread_attr_setschedparam' routine! Humph! > > OK, so NOW what should I do? -- Dirk Froemberg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 19 14: 3:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AF63615A7B; Sun, 19 Sep 1999 14:03:00 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA61694; Sun, 19 Sep 1999 14:03:00 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 19 Sep 1999 14:03:00 -0700 (PDT) From: Message-Id: <199909192103.OAA61694@freefall.freebsd.org> To: esk@ira.uka.de, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13728: audiocd and mikmod support in Xmms Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: audiocd and mikmod support in Xmms State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sun Sep 19 14:02:53 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 19 14:10: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E641A157EB for ; Sun, 19 Sep 1999 14:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA63242; Sun, 19 Sep 1999 14:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 19 Sep 1999 14:10:02 -0700 (PDT) Message-Id: <199909192110.OAA63242@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Subject: Re: ports/13820: Error in Package of port ifmail Reply-To: dirk.meyer@dinoex.sub.org (Dirk Meyer) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/13820; it has been noted by GNATS. From: dirk.meyer@dinoex.sub.org (Dirk Meyer) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/13820: Error in Package of port ifmail Date: Sun, 19 Sep 1999 18:58:40 +0200 > >Fix: > > during pkg_add time the +INSTALL script is executet in POST-INSTALL > pase. This Script uses "$PREFIX" to determine the location for > installing files and it should use "$PKG_PREFIX". > This has just to be changed The script was created by one of the commiters, to create the user account for this programm. I can't fetch the new files, having no more access to the current sources. (anoncvs has benn blcoked) regards Dirk (port maintainer) -- Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany -- Tel. +49-5606-6512 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 19 14:10: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 524C0157FB for ; Sun, 19 Sep 1999 14:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA63251; Sun, 19 Sep 1999 14:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mailman.cs.ucla.edu (Mailman.CS.UCLA.EDU [131.179.128.30]) by hub.freebsd.org (Postfix) with ESMTP id 7B91B156CF for ; Sun, 19 Sep 1999 14:04:16 -0700 (PDT) (envelope-from scottm@mordred.cs.ucla.edu) Received: from mordred.cs.ucla.edu (mordred.cs.ucla.edu [131.179.192.128]) by mailman.cs.ucla.edu (8.9.1/UCLACS-5.0) with ESMTP id OAA05837 for ; Sun, 19 Sep 1999 14:04:16 -0700 (PDT) Received: (from root@localhost) by mordred.cs.ucla.edu (8.9.3/8.9.3) id OAA75030; Sun, 19 Sep 1999 14:04:16 -0700 (PDT) (envelope-from scottm) Message-Id: <199909192104.OAA75030@mordred.cs.ucla.edu> Date: Sun, 19 Sep 1999 14:04:16 -0700 (PDT) From: scottm@CS.UCLA.EDU Reply-To: scottm@CS.UCLA.EDU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13834: PREFIX support for kdesupport11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13834 >Category: ports >Synopsis: make PREFIX= broken in kdesupport11 >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 Sep 19 14:10:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Scott Michel >Release: FreeBSD 4.0-CURRENT i386 >Organization: UCLA Computer Science Department >Environment: >Description: make PREFIX=/your/fav/path/here is broken for kdesupport11: configure will not find certain libraries that are not installed under $PREFIX. >How-To-Repeat: cd /usr/ports/converters/kdesupport11 make PREFIX=/your/fav/path/here >Fix: Use this patch on /usr/ports/converters/kdesupport11/Makefile: *** Makefile.orig Sun Sep 19 13:51:37 1999 --- Makefile Sun Sep 19 13:52:29 1999 *************** *** 25,30 **** --- 25,38 ---- CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ INSTALL_SCRIPT="install -c -m 555" + .if defined(PREFIX) + CONFIGURE_ARGS+= "--with-qt-includes=$(PREFIX)/include/X11/qt" \ + "--with-qt-libraries=$(PREFIX)/lib" \ + "--with-extra-libs=${LOCALBASE}/lib" \ + "--with-extra-includes=${LOCALBASE}/include" + CONFIGURE_ENV+= QTDIR="$(PREFIX)" + .endif + .include post-install: >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 Sep 19 14:17:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B10C15A15; Sun, 19 Sep 1999 14:17:09 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA64035; Sun, 19 Sep 1999 14:17:09 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 19 Sep 1999 14:17:09 -0700 (PDT) From: Message-Id: <199909192117.OAA64035@freefall.freebsd.org> To: kbyanc@posi.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13780: Patch to news/bgrab port to handle failed connect attempts Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Patch to news/bgrab port to handle failed connect attempts State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sun Sep 19 14:16:58 PDT 1999 State-Changed-Why: Patch added, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 19 14:30: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F22771567D for ; Sun, 19 Sep 1999 14:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA66942; Sun, 19 Sep 1999 14:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mailman.cs.ucla.edu (Mailman.CS.UCLA.EDU [131.179.128.30]) by hub.freebsd.org (Postfix) with ESMTP id 07482157B4 for ; Sun, 19 Sep 1999 14:23:29 -0700 (PDT) (envelope-from scottm@mordred.cs.ucla.edu) Received: from mordred.cs.ucla.edu (mordred.cs.ucla.edu [131.179.192.128]) by mailman.cs.ucla.edu (8.9.1/UCLACS-5.0) with ESMTP id OAA06043 for ; Sun, 19 Sep 1999 14:23:26 -0700 (PDT) Received: (from root@localhost) by mordred.cs.ucla.edu (8.9.3/8.9.3) id OAA97245; Sun, 19 Sep 1999 14:23:26 -0700 (PDT) (envelope-from scottm) Message-Id: <199909192123.OAA97245@mordred.cs.ucla.edu> Date: Sun, 19 Sep 1999 14:23:26 -0700 (PDT) From: scottm@CS.UCLA.EDU Reply-To: scottm@CS.UCLA.EDU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13835: Fix for kdegames11 and PREFIX Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13835 >Category: ports >Synopsis: Fix 'make PREFIX=...' for kdegames11 >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 Sep 19 14:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Scott Michel >Release: FreeBSD 4.0-CURRENT i386 >Organization: UCLA Computer Science Department >Environment: >Description: 'make PREFIX=/your/fav/path/here' causes configure in kdegames11 to not find libraries which may be located under $PREFIX or under $LOCALBASE. This appears to fix the problem. >How-To-Repeat: cd /usr/ports/games/kdegames11 make PREFIX=/your/fav/path/here >Fix: Apply this patch to /usr/ports/games/kdegames11/Makefile. This patch does assume that Qt and KDE are installed under $PREFIX. *** Makefile.orig Sun Sep 19 13:34:34 1999 --- Makefile Sun Sep 19 13:34:56 1999 *************** *** 27,30 **** --- 27,38 ---- CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ INSTALL_SCRIPT="install -c -m 555" + .if defined(PREFIX) + CONFIGURE_ARGS+= "--with-qt-includes=$(PREFIX)/include/X11/qt" \ + "--with-qt-libraries=$(PREFIX)/lib" \ + "--with-extra-libs=${LOCALBASE}/lib" \ + "--with-extra-includes=${LOCALBASE}/include" + CONFIGURE_ENV+= QTDIR="$(PREFIX)" + .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 Sun Sep 19 14:30:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FE4D157AD for ; Sun, 19 Sep 1999 14:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA66951; Sun, 19 Sep 1999 14:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from dns02.arpa-canada.net (dns02.arpa-canada.net [209.104.118.66]) by hub.freebsd.org (Postfix) with SMTP id EDDFC15268 for ; Sun, 19 Sep 1999 14:29:20 -0700 (PDT) (envelope-from matt@dns02.arpa-canada.net) Received: (qmail 38549 invoked by uid 1000); 19 Sep 1999 21:29:19 -0000 Message-Id: <19990919212919.38548.qmail@dns02.arpa-canada.net> Date: 19 Sep 1999 21:29:19 -0000 From: matt@mlink.net Reply-To: matt@mlink.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13836: licq port out of date. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13836 >Category: ports >Synopsis: licq port outdated: current version: 0.70, port version: 0.61 >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 Sep 19 14:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Matt >Release: FreeBSD 3.3-STABLE i386 >Organization: ARPA Internet Canada >Environment: N/A >Description: The port for licq is outdated, the author's current stable version is 0.70, while the port's version is 0.61. >How-To-Repeat: N/A >Fix: N/A >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 Sep 19 15:40: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 72C69153EE for ; Sun, 19 Sep 1999 15:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA86309; Sun, 19 Sep 1999 15:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mailg.telia.com (mailg.telia.com [194.22.194.26]) by hub.freebsd.org (Postfix) with ESMTP id CE05D15A69; Sun, 19 Sep 1999 15:30:59 -0700 (PDT) (envelope-from girgen@partitur.se) Received: from stordatan.telia.com (t1o62p37.telia.com [195.198.198.37]) by mailg.telia.com (8.8.5/8.8.8) with ESMTP id AAA12002; Mon, 20 Sep 1999 00:30:58 +0200 (CEST) Received: (from girgen@localhost) by stordatan.telia.com (8.9.3/8.9.1) id AAA12986; Mon, 20 Sep 1999 00:30:37 +0200 (CEST) (envelope-from girgen@partitur.se) Message-Id: <199909192230.AAA12986@stordatan.telia.com> Date: Mon, 20 Sep 1999 00:30:37 +0200 (CEST) From: girgen@partitur.se Reply-To: girgen@partitur.se To: FreeBSD-gnats-submit@freebsd.org Cc: andreas@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13838: postgresql updated to 6.5.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13838 >Category: ports >Synopsis: postgresql updated to 6.5.2 >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 Sep 19 15:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 3.3-RELEASE i386 >Organization: Partitur >Environment: FreeBSD stordatan.palle.se 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Sat Sep 18 14:40:45 CEST 1999 girgen@stordatan.palle.se:/usr/src/sys/compile/STORDATAN i386 >Description: Postgresql updated to 6.5.2 Sadly, pgaccess is missing from this distribution. I send a separate PR with a pgaccess update. >How-To-Repeat: >Fix: diff -urN postgresql/Makefile postgresql.new/Makefile --- postgresql/Makefile Tue Sep 7 00:54:00 1999 +++ postgresql.new/Makefile Sun Sep 19 23:14:22 1999 @@ -6,7 +6,7 @@ # $FreeBSD: ports/databases/postgresql/Makefile,v 1.47 1999/08/31 06:41:22 mharo Exp $ # -DISTNAME= postgresql-6.5.1 +DISTNAME= postgresql-6.5.2 CATEGORIES= databases MASTER_SITES= ftp://ftp.postgresql.org/pub/ \ ftp://ftp.iodynamics.com/pub/mirror/postgresql/ \ @@ -106,13 +106,14 @@ ${WRKSRC}/Makefile.global.in.old \ >> ${WRKSRC}/Makefile.global.in -.if defined(USE_TCL) - @ ${MV} ${WRKSRC}/bin/pgaccess/pgaccess.tcl \ - ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig - @ ${SED} -e "s=/usr/bin/wish=`/usr/bin/which wish8.0`=" \ - ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig \ - >> ${WRKSRC}/bin/pgaccess/pgaccess.tcl -.endif +# pgaccess (accidentally?) removed from distribution, so leave it for now +#.if defined(USE_TCL) +# @ ${MV} ${WRKSRC}/bin/pgaccess/pgaccess.tcl \ +# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig +# @ ${SED} -e "s=/usr/bin/wish=`/usr/bin/which wish8.0`=" \ +# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig \ +# >> ${WRKSRC}/bin/pgaccess/pgaccess.tcl +#.endif post-build: diff -urN postgresql/files/md5 postgresql.new/files/md5 --- postgresql/files/md5 Sun Jul 25 01:24:39 1999 +++ postgresql.new/files/md5 Sat Sep 18 16:42:32 1999 @@ -1 +1 @@ -MD5 (postgresql-6.5.1.tar.gz) = f32379223026bd123552459958054d51 +MD5 (postgresql-6.5.2.tar.gz) = 36546d54b2ec7da1eec967522089e4ab diff -urN postgresql/files/post-install-notes postgresql.new/files/post-install-notes --- postgresql/files/post-install-notes Sun Oct 5 12:23:18 1997 +++ postgresql.new/files/post-install-notes Sun Sep 19 23:10:40 1999 @@ -8,6 +8,7 @@ Send an e-mail to pgsql-questions-request@postgresql.org with the text "subscribe" in the message body. -If you build PostgreSQL with TCL support, then you can use the -TCL/TK based database frontend "pgaccess" for database operations. +If you built PostgreSQL with TCL support, you can install the port +"pgaccess" to get a TCL/TK based database frontend for database +operations. diff -urN postgresql/patches/patch-ar postgresql.new/patches/patch-ar --- postgresql/patches/patch-ar Tue Jun 29 22:21:41 1999 +++ postgresql.new/patches/patch-ar Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- configure~ Sun May 30 09:01:09 1999 -+++ configure Mon Jun 21 16:52:53 1999 -@@ -663,7 +663,7 @@ - exit;; - esac - --if test "X$elf" = "Xyes" -+if test "X$PORTOBJFORMAT" = "Xelf" - then - ELF_SYS=true - else diff -urN postgresql/pkg/PLIST postgresql.new/pkg/PLIST --- postgresql/pkg/PLIST Sun Jul 25 01:24:39 1999 +++ postgresql.new/pkg/PLIST Sun Sep 19 23:01:25 1999 @@ -127,7 +127,9 @@ share/doc/pgsql/FAQ_HPUX share/doc/pgsql/FAQ_Irix share/doc/pgsql/FAQ_Linux +share/doc/pgsql/FAQ_Solaris share/doc/pgsql/FAQ_SCO +share/doc/pgsql/README.Charsets share/doc/pgsql/README.NT share/doc/pgsql/README.fsync share/doc/pgsql/README.inet diff -urN postgresql/pkg/PLIST.tcl postgresql.new/pkg/PLIST.tcl --- postgresql/pkg/PLIST.tcl Fri Jul 2 15:42:29 1999 +++ postgresql.new/pkg/PLIST.tcl Sun Sep 19 23:01:31 1999 @@ -1,4 +1,3 @@ -pgsql/bin/pgaccess pgsql/bin/pgtclsh pgsql/bin/pgtksh pgsql/include/libpgtcl.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 Sep 19 15:40: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CC942156A6 for ; Sun, 19 Sep 1999 15:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA86318; Sun, 19 Sep 1999 15:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mailman.cs.ucla.edu (Mailman.CS.UCLA.EDU [131.179.128.30]) by hub.freebsd.org (Postfix) with ESMTP id 926A815211 for ; Sun, 19 Sep 1999 15:31:24 -0700 (PDT) (envelope-from scottm@mordred.cs.ucla.edu) Received: from mordred.cs.ucla.edu (mordred.cs.ucla.edu [131.179.192.128]) by mailman.cs.ucla.edu (8.9.1/UCLACS-5.0) with ESMTP id PAA06581 for ; Sun, 19 Sep 1999 15:31:24 -0700 (PDT) Received: (from root@localhost) by mordred.cs.ucla.edu (8.9.3/8.9.3) id PAA21137; Sun, 19 Sep 1999 15:31:24 -0700 (PDT) (envelope-from scottm) Message-Id: <199909192231.PAA21137@mordred.cs.ucla.edu> Date: Sun, 19 Sep 1999 15:31:24 -0700 (PDT) From: scottm@CS.UCLA.EDU Reply-To: scottm@CS.UCLA.EDU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13839: Fixes to kdegraphics11 (PREFIX + one patch file) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13839 >Category: ports >Synopsis: kdegraphics11 'make PREFIX' fix, one compile bug killed >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 19 15:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Scott Michel >Release: FreeBSD 4.0-CURRENT i386 >Organization: UCLA Computer Science Department >Environment: N/A >Description: 'make PREFIX=/your/fav/path/here' is slightly broken when configure tries to locate libraries. The enclosed patch fixes this. As an added bonus, fixed a compile error in kpaint. Apparently, the FreeBSD ports version of giflib installs its headers in ${LOCALBASE}/giflib which this port failed to find. The other enclosed patch fixes this. >How-To-Repeat: cd /usr/ports/graphics/kdegraphics11 make PREFIX=/your/fav/path/here >Fix: Apply the following patch to /usr/ports/graphics/kdegraphics11: *** Makefile.orig Sun Sep 19 14:23:47 1999 --- Makefile Sun Sep 19 14:24:17 1999 *************** *** 26,29 **** --- 26,37 ---- CFLAGS+= "-I${PREFIX}/include" USE_GMAKE= yes + .if defined(PREFIX) + CONFIGURE_ARGS+= "--with-qt-includes=$(PREFIX)/include/X11/qt" \ + "--with-qt-libraries=$(PREFIX)/lib" \ + "--with-extra-libs=${LOCALBASE}/lib" \ + "--with-extra-includes=${LOCALBASE}/include" + CONFIGURE_ENV+= QTDIR="$(PREFIX)" + .endif + .include Also include this patch in /usr/ports/graphics/kdegraphics11/patch-aa: *** kpaint/gif.cpp.orig Sun Sep 19 14:55:42 1999 --- kpaint/gif.cpp Sun Sep 19 14:52:46 1999 *************** *** 34,40 **** #include "gif.h" extern "C" { ! #include }; void read_gif_file(QImageIO * imageio) --- 34,40 ---- #include "gif.h" extern "C" { ! #include }; void read_gif_file(QImageIO * imageio) >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 Sep 19 16:30: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EB543152F2 for ; Sun, 19 Sep 1999 16:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA89081; Sun, 19 Sep 1999 16:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mailman.cs.ucla.edu (Mailman.CS.UCLA.EDU [131.179.128.30]) by hub.freebsd.org (Postfix) with ESMTP id D66D714D0F for ; Sun, 19 Sep 1999 16:21:14 -0700 (PDT) (envelope-from scottm@mordred.cs.ucla.edu) Received: from mordred.cs.ucla.edu (mordred.cs.ucla.edu [131.179.192.128]) by mailman.cs.ucla.edu (8.9.1/UCLACS-5.0) with ESMTP id QAA07030 for ; Sun, 19 Sep 1999 16:21:14 -0700 (PDT) Received: (from root@localhost) by mordred.cs.ucla.edu (8.9.3/8.9.3) id QAA74133; Sun, 19 Sep 1999 16:21:14 -0700 (PDT) (envelope-from scottm) Message-Id: <199909192321.QAA74133@mordred.cs.ucla.edu> Date: Sun, 19 Sep 1999 16:21:14 -0700 (PDT) From: scottm@CS.UCLA.EDU Reply-To: scottm@CS.UCLA.EDU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13840: Fix 'make PREFIX' for kdenetwork11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13840 >Category: ports >Synopsis: 'make PREFIX' fails for kdenetwork11 >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 Sep 19 16:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Scott Michel >Release: FreeBSD 4.0-CURRENT i386 >Organization: UCLA Computer Science Department >Environment: N/A >Description: 'make PREFIX=/your/fav/path/here' breaks when configure attempts to locate libraries not in ${PREFIX}/lib but in ${LOCALBASE}/lib. The attached patch fixes this problem. >How-To-Repeat: cd /usr/ports/net/kdenetwork11 make PREFIX=/your/fav/path/here >Fix: Apply the following patch to /usr/ports/net/kdenetwork11/Makefile: *** Makefile.orig Sun Sep 19 15:31:54 1999 --- Makefile Sun Sep 19 16:15:11 1999 *************** *** 13,19 **** --- 13,23 ---- MAINTAINER= se@freebsd.org + LOCALBASE?= ${DESTDIR}/usr/local + + .if !exists(${PREFIX}/lib/libgdbm.a) && !exists(${LOCALBASE}/lib/libgdbm.a) BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm + .endif LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ *************** *** 32,37 **** --- 36,49 ---- INSTALL_SCRIPT="install -c -m 555" USE_GMAKE= yes CFLAGS+= "-I${PREFIX}/include" + + .if defined(PREFIX) + CONFIGURE_ARGS+= "--with-qt-includes=$(PREFIX)/include/X11/qt" \ + "--with-qt-libraries=$(PREFIX)/lib" \ + "--with-extra-libs=${LOCALBASE}/lib" \ + "--with-extra-includes=${LOCALBASE}/include" + CONFIGURE_ENV+= QTDIR="$(PREFIX)" + .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 Sun Sep 19 16:40: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A0A23152FA for ; Sun, 19 Sep 1999 16:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA90495; Sun, 19 Sep 1999 16:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mailman.cs.ucla.edu (Mailman.CS.UCLA.EDU [131.179.128.30]) by hub.freebsd.org (Postfix) with ESMTP id 14218152BA for ; Sun, 19 Sep 1999 16:32:54 -0700 (PDT) (envelope-from scottm@mordred.cs.ucla.edu) Received: from mordred.cs.ucla.edu (mordred.cs.ucla.edu [131.179.192.128]) by mailman.cs.ucla.edu (8.9.1/UCLACS-5.0) with ESMTP id QAA07137 for ; Sun, 19 Sep 1999 16:32:53 -0700 (PDT) Received: (from root@localhost) by mordred.cs.ucla.edu (8.9.3/8.9.3) id QAA86152; Sun, 19 Sep 1999 16:32:53 -0700 (PDT) (envelope-from scottm) Message-Id: <199909192332.QAA86152@mordred.cs.ucla.edu> Date: Sun, 19 Sep 1999 16:32:53 -0700 (PDT) From: scottm@CS.UCLA.EDU Reply-To: scottm@CS.UCLA.EDU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13842: Fix for kdemultimedia11 and 'make PREFIX' Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13842 >Category: ports >Synopsis: 'make PREFIX' fails for kdemultimedia >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 Sep 19 16:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Scott Michel >Release: FreeBSD 4.0-CURRENT i386 >Organization: UCLA Computer Science Department >Environment: N/A >Description: 'make PREFIX=/your/fav/path/here' fails because configure doesn't libraries not installed under ${PREFIX} (when they've been installed under ${LOCALBASE}.) The attached patch fixes this behavior. >How-To-Repeat: cd /usr/ports/audio/kdemultimedia11 make PREFIX=/your/fav/path/here >Fix: Apply the following patch to /usr/ports/audio/kdemultimedia11/Makefile: *** Makefile.orig Sun Sep 19 16:21:37 1999 --- Makefile Sun Sep 19 16:21:56 1999 *************** *** 25,28 **** --- 25,36 ---- INSTALL_SCRIPT="install -c -m 555" USE_GMAKE= yes + .if defined(PREFIX) + CONFIGURE_ARGS+= "--with-qt-includes=$(PREFIX)/include/X11/qt" \ + "--with-qt-libraries=$(PREFIX)/lib" \ + "--with-extra-libs=${LOCALBASE}/lib" \ + "--with-extra-includes=${LOCALBASE}/include" + CONFIGURE_ENV+= QTDIR="$(PREFIX)" + .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 Sun Sep 19 18:43:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from monkeys.com (i180.value.net [206.14.136.180]) by hub.freebsd.org (Postfix) with ESMTP id 6F37F15321; Sun, 19 Sep 1999 18:43:18 -0700 (PDT) (envelope-from rfg@monkeys.com) Received: from monkeys.com (LOCALHOST [127.0.0.1]) by monkeys.com (8.9.3/8.9.3) with ESMTP id SAA27139; Sun, 19 Sep 1999 18:08:12 -0700 To: Dirk Froemberg Cc: ports@FreeBSD.org, questions@FreeBSD.org Subject: Re: mysql-server-3.22.25 install botch (pthread_attr_setschedparam?) In-reply-to: Your message of Sun, 19 Sep 1999 23:00:56 +0200. <19990919230055.E42360@physik.TU-Berlin.DE> From: "Ronald F. Guilmette" Date: Sun, 19 Sep 1999 18:08:12 -0700 Message-ID: <27137.937789692@monkeys.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <19990919230055.E42360@physik.TU-Berlin.DE>, you wrote: >Hi Ronald! > >The answer is in your mail: You can't use packages for 3.2-RELEASE >along with 3.1-RELEASE, since they are binaries. Instead you have >to compile the mysql322-server _port_. See http://www.freebsd.org/ports/ >for details. Yup. I figured that out already and did exactly that. The thing (mySQL) works much better when it is built from scratch! While we are talking about this however, allow me to ask a related question... The off-the-shelf "port" of mySQL 3.22.25 failed to install properly on my FreeBSD 3.1 system, apparently because of one missing thread-related library function (which was apparently not present yet in that release of FreeBSD). OK, so question number one is: Did the `pthread_attr_setschedparam' standard thread function get added into libc_r yet? Is it there in FreeBSD 3.3? Second question: Does FreeBSD 3.3 have _all_ of the POSIX thread functions in libc_r? If not, when will the thread support be completed? Last but not least, the mySQL docs say that mySQL can in fact make use of several processors at a time (assuming one has a multiprocessor system to run it on) *if* the underlying OS has real, good, and proper support for threads (and, one must assume, if it also has good support for multi- processor systems). OK, so my question is simple: Is the thread support stuff in FreeBSD really complete, in the sense of having proper support all fo the way down to the kernel level, or are FreeBSD threads just being implemented at the library level, with no special involvement on the part of the kernel? I hope that it is apparent what I am really asking here. If I run mySQL on a multiprocessor system that is running FreeBSD, will it actually be able to make use of more than one processor at a time on that system? Does the FreeBSD kernel provide adequate support for this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 19 21:59:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C9784156BF; Sun, 19 Sep 1999 21:59:39 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA14959; Sun, 19 Sep 1999 21:59:39 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Sun, 19 Sep 1999 21:59:39 -0700 (PDT) From: Message-Id: <199909200459.VAA14959@freefall.freebsd.org> To: tkato@prontomail.ne.jp, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13794: Update port: japanese/gawk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: japanese/gawk State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Sun Sep 19 21:58:59 PDT 1999 State-Changed-Why: Commmittd, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 19 22: 1:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 66E821538F; Sun, 19 Sep 1999 22:01:48 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA15158; Sun, 19 Sep 1999 22:01:48 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Sun, 19 Sep 1999 22:01:48 -0700 (PDT) From: Message-Id: <199909200501.WAA15158@freefall.freebsd.org> To: tkato@prontomail.ne.jp, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13795: Update port: japanese/sed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: japanese/sed State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Sun Sep 19 22:01:18 PDT 1999 State-Changed-Why: Committed, thnaks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 19 22:11:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E57415060; Sun, 19 Sep 1999 22:11:29 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA15793; Sun, 19 Sep 1999 22:11:28 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Sun, 19 Sep 1999 22:11:28 -0700 (PDT) From: Message-Id: <199909200511.WAA15793@freefall.freebsd.org> To: yinjieh@Crazyman.Dorm13.NCTU.edu.tw, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13803: New port: dap Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: dap State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Sun Sep 19 22:09:21 PDT 1999 State-Changed-Why: dap has already existed in Ports tree.] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 19 22:38:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 62F5514BDE; Sun, 19 Sep 1999 22:38:30 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA17754; Sun, 19 Sep 1999 22:38:30 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Sun, 19 Sep 1999 22:38:30 -0700 (PDT) From: Message-Id: <199909200538.WAA17754@freefall.freebsd.org> To: sanpei@sanpei.org, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13744: Update port: japanese/iv(Interviews) patch for 4-current. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: japanese/iv(Interviews) patch for 4-current. State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Sun Sep 19 22:38:00 PDT 1999 State-Changed-Why: Committed, thanks!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 19 22:50:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FA3415ADD; Sun, 19 Sep 1999 22:50:31 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA18745; Sun, 19 Sep 1999 22:50:30 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Sun, 19 Sep 1999 22:50:30 -0700 (PDT) From: Message-Id: <199909200550.WAA18745@freefall.freebsd.org> To: tkato@prontomail.ne.jp, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13796: Update port: math/oleo to 1.99.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: math/oleo to 1.99.5 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Sun Sep 19 22:49:38 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 0:24: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E8D7D14F01; Mon, 20 Sep 1999 00:24:05 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA26534; Mon, 20 Sep 1999 00:24:05 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Mon, 20 Sep 1999 00:24:05 -0700 (PDT) From: Message-Id: <199909200724.AAA26534@freefall.freebsd.org> To: takamune@avrl.mei.co.jp, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13659: Update: japanese/ndtpd, japanese/eb Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: japanese/ndtpd, japanese/eb State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Mon Sep 20 00:23:29 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 1:11:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail3.atl.bellsouth.net (mail3.atl.bellsouth.net [205.152.0.38]) by hub.freebsd.org (Postfix) with ESMTP id 0EDE814CAA; Mon, 20 Sep 1999 01:11:12 -0700 (PDT) (envelope-from wghicks@bellsouth.net) Received: from wghicks.bellsouth.net (host-216-78-101-46.asm.bellsouth.net [216.78.101.46]) by mail3.atl.bellsouth.net (3.3.2/8.9.3) with ESMTP id EAA26169; Mon, 20 Sep 1999 04:10:56 -0400 (EDT) Received: from wghicks.bellsouth.net (wghicks@localhost [127.0.0.1]) by wghicks.bellsouth.net (8.9.3/8.9.2) with ESMTP id EAA06580; Mon, 20 Sep 1999 04:15:57 -0400 (EDT) (envelope-from wghicks@wghicks.bellsouth.net) Message-Id: <199909200815.EAA06580@bellsouth.net> To: gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Cc: wghicks@bellsouth.net Subject: Re: ports/13745: [NEW PORT] wamcc - prolog-to-c compiler In-reply-to: Your message of "Tue, 14 Sep 1999 00:30:01 PDT." <199909140730.AAA03558@freefall.freebsd.org> Date: Mon, 20 Sep 1999 04:15:57 -0400 From: W Gerald Hicks Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Create "wamcc" subdirectories in /usr/local/{include,lib} instead of polluting those directories with the libraries and headers from this port. This will be necessary to allow coexistence with a forthcoming clp_fd port. The following tarball is an amended copy of the original, it should be used instead of the original submission. Cheers, Jerry Hicks wghicks@bellsouth.net *-----------------------------------------------------------* begin 644 wamcc.tgz M'XL(`&'IY3<``^T<_7/:QC*_HK_B:F<:,$9(0@*;U&T<&R>TQO88OY>T34=S M2`?H15^5A&/Z\;^_O=,'$G`F3HDSF6IG`L?NWN[>WNW>I^-[010V;>Q.FA^P M8QC-)]L'I$H=34-/$`5IZ3OY@=J=CMQJJRVU@Y"L0.D)TCZ#+2LP"R,<(/0D M\+SH/KX/4T+LQS#H<<%?[O\!?D_&EDVVJ$.6I+:J\ON_K'@++FZGG`*GR M(PF".7IM&>]#]-V'R9067HR(;8?>+)J*+HF^%W:!_^E90,C+X>E3^"6<]H#WE%L"M-Z]=.K'*K!<"?'-[U7E]?]WO"H0L>T,#@>WO2N]6'_AJ+&D=]M M-N%3M-S`PN(X:/8OKOO'S:O`^Q^T'`+!,[PD$)C2L_XYK9AI%6&PB+\@/YC$ M)0$T]"]NX%_O&MC6-2>V7A_^Y^5I_SH1)5QW.2#7&8]Q2\&&K M;4C22,A5SW(BK3@V#D>$M#IXU%+50ZVE86T\.F@9;4DFBHGESYW62OA(6(E_ M__UDVWN`A^1_M5*;D3:!&^%=]FQ9$SUN/%*OV5*^D3*"6+U630X,"86N)T&1MY MCN[#/F&%,O(\>Q4YL^S(SVZLQY]`&C;&B4H*+&"[OLB M7H,'9#C%`6F:GI&7HCO8G6%;C&#LQ`SD#CL^73[&7->]X]-!;SUMY,VA1YWW M]U%A(-Y#G84!AQQX'T+"EQV3N<)C,E>Z`2WFB:8TGEQ*XPN=XDCW<1#>XY,\ M#U=)CH>O+)C[$5\-HW(5,"I7]!0[7,&4QA-+:5RA#HFP_GL8;X@WLO!4Y%BX MFESLFEP=C,B3SHA\N0&YYX MIN,%_"26,7#EIPQ<'1%^SQ5/:3S)E':?4'URB_DNSQCN$1\S<'7\048!W^LQ ME2<]IE+1+TPK"!Q4F!U39#8'IHBE^:^(+JKXRG:V:]?_)Y>#0>]B:SN`3><_ M2%46]S\=>O^C*DJ[7/\_!EP%GNU-&I'7.$%1@-W0AE5[@,:!YZ`^/23_RL9S M"0^#M?%_VAN>7&]/QX;XE]NM]/ZOW9;D>/^OM,KX?PQ@G8ZL$&$4IP)TXCF^ M99,`?9A:QC1+"B1,&2(/G:!;"Z-H2M";XX%0?8.#@+CH>!0"MQ&A0;P'KXD( MQ?)AIPX*PKD;X;M$KN&Y8R]P0BH.!`E^X/E>2$S4'UXBZ!/7Q($I"D(LP!N/ M21`RC8X71F@6PLX3L1.#AN4B>LA@&=3(?=`3>7[#)K?$WL]:):2'"`@$`Q;, M1BEJ'YES%SN6P6A&W'Q:,,D^:#-G-A4K3&QO!#IA:6+A$4,E&&@\GH>B*"[: M"_XT26A-7)`#[1L11'!HV7.!W$6P,`-LE8@3$1FV7ST[K<7^!X]0_UENA,!B M,(=&Y0Q/"/)NP?`SR[4B(IQZ#K#DY'MNK!2TI]Z*`@NZ*_EDZA-O)\Y&U?$L MF@6D5G!VXBI1N`$.,\#CJ$@&`>D0H/;>8LNFCD"C.3C.<^>.-PO1./+9Y"%@ M2YQ-L`@KZ&[3GXV:?BP\E=9$O\K*@2@?*J*LB(>_B>C813,7^MDR+'!J.',< M',P%;\P,7IB36)!953"%35N4/\0.`2_"D+`\5X#19X5>8D%$[A"T9('P0_$7 M&&BLU59`#)C_YJ@):T1Z&XSMYM+BC_HR8EV`81B2X%F(XH,0A$,!HW-\0]XB M>HL&HZ&7+`UAC!!8:H+1-AU:,&)7Y!=7D>)C3;NK^1]'QG2[-\`/./]O21J[ M_Y/H^X_R_/_S`[?_V7<#XRWHV'3^+TF+\W]%INM_39.DPU8W&-[0`5)S1VT=R;(0.[R)A"(!`V M@XP]V_8^6.X$021,0Z%^==T[Z[_]X:BR2-U"O7]QHGUZNR%T^@ZCWWAX/KLY[Z_F6#B7JU/[+5]?' M@^%1)0R,YM,J;/*O^N>]ZQJ*?[\JX MZ\O+&Z8>/:V^OAST:GFQ0B-Q#J+DE#7SC]!(/+-$!N<(C<0M2R3J&43[/^VN MT">&-9ZS_G+IC)^L%D[255P`_'1`*MJ^HJ*ZV][)$$8454'; M@_(>2;R1>"+Q`C0XF<*[0J-BF-1#SQ$QIE[>RN?OA#ICJ5>J*<\[`57HB[I4 M5:KH**\S'4I/JTFI!O4:ZX(@'5)/JTD)))Y062#Z#2NQ#F(VOHPOU:@-C=B& MMOG15.A99]N3BUQ2,Z@^B<95%OKV4]UZ4?[LN&\A]4A:OAH(6T) MG4I80B>#F7G29V&U)TZ+4F!EOO@=ARSPY"O@HGS8E$&@Y'"49<&?C+.'!GK> MV/HG]3$2ZEF,U"NT3<.;X_/S&FJ8^18720Y287FPQC&K$C(7\"5@/AN5D&36 M]1)H=MWC,]'ZN:R[7D:ZYF>"[N$V"]Y>$J3!>OEI-4F[-3YGN&!.\WN!&Q*= M81/L=B%.TIBAP&*&4U\OS_48"N M_Y,IN5GT#EJNP70/=#\@JDM2NW.DJA[G] M@+S?@?T`_8P77P(]OPDB$HA&EYWBF7J"R/8),)D5"32K74%V^SZK"KE0;&YD M`F4%GB6%E*,23V3P>79^_(IET/.DU/"6[%NN_*4[\!_"IO@WMJ!C0_PK6DM9 MQ'^[Q?;_EXW*TY1\H`0Y5_I960#K#OW=C%/,!#'ECP/UYP"4\$B^O;NTXU::]/IF^.!#HM"^B=,5#EDLB5] M'V/T0Z5`JQ96/JQ%BS*OP_,<"8[/'HPVS)JO%,R3'P+,FQ@"'LL6K! M"(;AR4^(/-D)F044"[7.(9UBV6<::'&]+KO[L2:S@"3--LF8[A13+-.Q^`7[ MA*GCF0C7[U!VTI,G^ M7U&U;/[OM#4V_Y?W_X\#Z?R_2%;Q"F`X<]GJ7SZ`_NG*6E?3%JO_8H75-8"J M+M8`2N>`9B;Z)6M);MJ%%`0Y$/VL#R/0YD[TOGOK&?K%J$IJ,"*J/U?)?JM6 M6W/8V-Q#(2'(P#9]:LWN`X0Z=&%D&>C6LTSDS"^<^J]$JUKCJ MTU12V:,EF)E,HF)U5*YB>&;'! M?`KKFT`A(-$L<)]_-:GTJX1-^7\;_P_$IO.?%A"3_*]("MO_J>WR[[\>!=+\ MG^V4>.G_L)C^,_[5[%\X^5'8R8^R#]O")/<3U[3&-,?N0NA_$\\$9G6@6ZV# MMCZ&3#4*S1KZ]ML\#=O^%&=$H2X@^I`J8!>V-,W/0YT$@6V%T:^_/:>7G9F6 MKVZJK:(_U9KOXWJ\)D]!6&0K/\&^N#XY'7_HI=?X>V8Q(@# M?F>5/Z.Q!`(48D,621.%KB?_:8RNLPR2XFEJH5FC7MGE:][))Z"=`F^>PK++ MQRIFIC+-J1:N`3N%'%?47R#1[+?&`-MR9W>)^F\6Z-[Y&2#C9Q.;7>\;B1RL M>[-HAW6A++'3>UF6DZW^1[R^8).R2XM$'>WNA3 MW\==&@6?#'G'L+3-;IQ^GNY4M\U<]5\G57\ ML[J'JE6V=:[NU:JPZ8X)4'R>"?K2LU0))9100@DEE%!""2644$())9100@DE FE%!""2644$())9100@DEE%!""2644$())920A_\#)B"[J0!X```) ` end *-----------------------------------------------------------* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 1:36:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ECBFB14E5F; Mon, 20 Sep 1999 01:36:56 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA34207; Mon, 20 Sep 1999 01:36:56 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Mon, 20 Sep 1999 01:36:56 -0700 (PDT) From: Message-Id: <199909200836.BAA34207@freefall.freebsd.org> To: taoka@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/13827: Update port: lang/mawk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: lang/mawk Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: taoka Responsible-Changed-When: Mon Sep 20 01:36:04 PDT 1999 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 3:30: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0BC51150FA for ; Mon, 20 Sep 1999 03:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA45464; Mon, 20 Sep 1999 03:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id E52B414F0C; Mon, 20 Sep 1999 03:25:45 -0700 (PDT) Message-Id: <19990920102545.E52B414F0C@hub.freebsd.org> Date: Mon, 20 Sep 1999 03:25:45 -0700 (PDT) From: sobomax@altavista.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13851: [PATCH] Global CC and CFLAGS settings ignored by the games/xtris port. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13851 >Category: ports >Synopsis: [PATCH] Global CC and CFLAGS settings ignored by the games/xtris 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 Sep 20 03:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Maxim Sobolev >Release: 4.0-CURRENT >Organization: Vega International Capital >Environment: FreeBSD notebook 4.0-CURRENT FreeBSD 4.0-CURRENT #3: Thu Sep 2 18:13:40 EEST 1999 root@notebook:/usr/src/sys/compile/NOTEBOOK i386 >Description: CC and CFLAGS ignored in the games/xtris port. >How-To-Repeat: cd /usr/ports/games/xtris ; make all >Fix: diff -ruN /usr/ports/games/xtris/patches/patch-aa xtris/patches/patch-aa --- /usr/ports/games/xtris/patches/patch-aa Mon Nov 16 14:45:15 1998 +++ xtris/patches/patch-aa Sun Aug 29 20:28:14 1999 @@ -1,7 +1,11 @@ ---- Makefile.orig Wed Apr 9 20:02:03 1997 -+++ Makefile Wed Sep 24 13:28:50 1997 -@@ -11,19 +11,19 @@ - CC = gcc +--- Makefile.orig Sun Dec 14 20:43:35 1997 ++++ Makefile Sun Aug 29 20:28:11 1999 +@@ -8,22 +8,22 @@ + ################### + + # change this to your favorite ANSI C compiler +-CC = gcc ++CC? = gcc # change this to the directory where you want the xtris binaries installed -BINDIR = /usr/local/bin @@ -13,7 +17,7 @@ # change according to taste and local custom... -CFLAGS = -O3 -D__USE_FIXED_PROTOTYPES__ -+CFLAGS = -O3 -D__USE_FIXED_PROTOTYPES__ -I${PREFIX}/include ++CFLAGS += -D__USE_FIXED_PROTOTYPES__ -I${PREFIX}/include # on Solaris and similar systems, you'll need to uncomment this: # EXTRALIBS = -lnsl -lsocket >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 Sep 20 3:30: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 672F11510B for ; Mon, 20 Sep 1999 03:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA45473; Mon, 20 Sep 1999 03:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 4DA2515095; Mon, 20 Sep 1999 03:28:30 -0700 (PDT) Message-Id: <19990920102830.4DA2515095@hub.freebsd.org> Date: Mon, 20 Sep 1999 03:28:30 -0700 (PDT) From: sobomax@altavista.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13852: [PATCH] Global CC and CFLAGS settings ignored by the games/xtris port. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13852 >Category: ports >Synopsis: [PATCH] Global CC and CFLAGS settings ignored by the games/xtris 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 Sep 20 03:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Maxim Sobolev >Release: 4.0-CURRENT >Organization: Vega International Capital >Environment: FreeBSD notebook 4.0-CURRENT FreeBSD 4.0-CURRENT #3: Thu Sep 2 18:13:40 EEST 1999 root@notebook:/usr/src/sys/compile/NOTEBOOK i386 >Description: CC and CFLAGS ignored in the games/xtris port. >How-To-Repeat: cd /usr/ports/games/xtris ; make all >Fix: diff -ruN /usr/ports/games/xtris/patches/patch-aa xtris/patches/patch-aa --- /usr/ports/games/xtris/patches/patch-aa Mon Nov 16 14:45:15 1998 +++ xtris/patches/patch-aa Sun Aug 29 20:28:14 1999 @@ -1,7 +1,11 @@ ---- Makefile.orig Wed Apr 9 20:02:03 1997 -+++ Makefile Wed Sep 24 13:28:50 1997 -@@ -11,19 +11,19 @@ - CC = gcc +--- Makefile.orig Sun Dec 14 20:43:35 1997 ++++ Makefile Sun Aug 29 20:28:11 1999 +@@ -8,22 +8,22 @@ + ################### + + # change this to your favorite ANSI C compiler +-CC = gcc ++CC? = gcc # change this to the directory where you want the xtris binaries installed -BINDIR = /usr/local/bin @@ -13,7 +17,7 @@ # change according to taste and local custom... -CFLAGS = -O3 -D__USE_FIXED_PROTOTYPES__ -+CFLAGS = -O3 -D__USE_FIXED_PROTOTYPES__ -I${PREFIX}/include ++CFLAGS += -D__USE_FIXED_PROTOTYPES__ -I${PREFIX}/include # on Solaris and similar systems, you'll need to uncomment this: # EXTRALIBS = -lnsl -lsocket >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 Sep 20 3:40: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1632414CAA for ; Mon, 20 Sep 1999 03:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA46227; Mon, 20 Sep 1999 03:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 94C3014C2E; Mon, 20 Sep 1999 03:31:04 -0700 (PDT) Message-Id: <19990920103104.94C3014C2E@hub.freebsd.org> Date: Mon, 20 Sep 1999 03:31:04 -0700 (PDT) From: sobomax@altavista.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13853: [PATCH] Global CC and CFLAGS settings ignored by the games/xtris port. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13853 >Category: ports >Synopsis: [PATCH] Global CC and CFLAGS settings ignored by the games/xtris 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 Sep 20 03:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Maxim Sobolev >Release: 4.0-CURRENT >Organization: Vega International Capital >Environment: FreeBSD notebook 4.0-CURRENT FreeBSD 4.0-CURRENT #3: Thu Sep 2 18:13:40 EEST 1999 root@notebook:/usr/src/sys/compile/NOTEBOOK i386 >Description: CC and CFLAGS ignored in the games/xtris port. >How-To-Repeat: cd /usr/ports/games/xtris ; make all >Fix: diff -ruN /usr/ports/games/xtris/patches/patch-aa xtris/patches/patch-aa --- /usr/ports/games/xtris/patches/patch-aa Mon Nov 16 14:45:15 1998 +++ xtris/patches/patch-aa Sun Aug 29 20:28:14 1999 @@ -1,7 +1,11 @@ ---- Makefile.orig Wed Apr 9 20:02:03 1997 -+++ Makefile Wed Sep 24 13:28:50 1997 -@@ -11,19 +11,19 @@ - CC = gcc +--- Makefile.orig Sun Dec 14 20:43:35 1997 ++++ Makefile Sun Aug 29 20:28:11 1999 +@@ -8,22 +8,22 @@ + ################### + + # change this to your favorite ANSI C compiler +-CC = gcc ++CC? = gcc # change this to the directory where you want the xtris binaries installed -BINDIR = /usr/local/bin @@ -13,7 +17,7 @@ # change according to taste and local custom... -CFLAGS = -O3 -D__USE_FIXED_PROTOTYPES__ -+CFLAGS = -O3 -D__USE_FIXED_PROTOTYPES__ -I${PREFIX}/include ++CFLAGS += -D__USE_FIXED_PROTOTYPES__ -I${PREFIX}/include # on Solaris and similar systems, you'll need to uncomment this: # EXTRALIBS = -lnsl -lsocket >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 Sep 20 3:50: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CCB714DD2 for ; Mon, 20 Sep 1999 03:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA46825; Mon, 20 Sep 1999 03:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 7CABF15107; Mon, 20 Sep 1999 03:45:51 -0700 (PDT) Message-Id: <19990920104551.7CABF15107@hub.freebsd.org> Date: Mon, 20 Sep 1999 03:45:51 -0700 (PDT) From: sobomax@altavista.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13854: [PATCH] Empty "Themes" menu in wmakerconf. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13854 >Category: ports >Synopsis: [PATCH] Empty "Themes" menu in wmakerconf. >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 Sep 20 03:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Maxim Sobolev >Release: 4.0-CURRENT >Organization: Vega International Capital >Environment: FreeBSD notebook 4.0-CURRENT FreeBSD 4.0-CURRENT #3: Thu Sep 2 18:13:40 EEST 1999 root@notebook:/usr/src/sys/compile/NOTEBOOK i386 >Description: Wmakerconf has empty "Themes" menu probably due "work in progress". Following is the patch (patch-aa) to fix this misbehaviour. >How-To-Repeat: $ wmakerconf >Fix: --- src/menu.c.orig Mon Sep 20 13:40:07 1999 +++ src/menu.c Mon Sep 20 13:40:47 1999 @@ -202,9 +202,11 @@ gtk_menu_item_set_submenu (GTK_MENU_ITEM (item), file_menu); gtk_menu_bar_append (GTK_MENU_BAR (menu_bar), item); +#if defined(NETSCAPE) item = gtk_menu_item_new_with_label (_("Themes")); gtk_menu_item_set_submenu (GTK_MENU_ITEM (item), themes_menu); gtk_menu_bar_append (GTK_MENU_BAR (menu_bar), item); +#endif /* defined(NETSCAPE) */ item = gtk_menu_item_new_with_label (_("Help")); gtk_menu_item_set_submenu (GTK_MENU_ITEM (item), help_menu); >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 Sep 20 4: 0: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B7D7914DAB for ; Mon, 20 Sep 1999 04:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA47443; Mon, 20 Sep 1999 04:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 20 Sep 1999 04:00:02 -0700 (PDT) Message-Id: <199909201100.EAA47443@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Maxim Sobolev Subject: Re: ports/13853: [PATCH] Global CC and CFLAGS settings ignored by the games/xtris port. Reply-To: Maxim Sobolev Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/13853; it has been noted by GNATS. From: Maxim Sobolev To: freebsd-gnats-submit@freebsd.org, sobomax@altavista.net Cc: Subject: Re: ports/13853: [PATCH] Global CC and CFLAGS settings ignored by the games/xtris port. Date: Mon, 20 Sep 1999 13:52:49 +0300 Sorry folks for spoofing pr, but my Internet connection unfortunately is too slow today :(. Please delete ports/13852 and ports/13853. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 4: 0: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6528815118 for ; Mon, 20 Sep 1999 04:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA47448; Mon, 20 Sep 1999 04:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 20 Sep 1999 04:00:05 -0700 (PDT) Message-Id: <199909201100.EAA47448@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Subject: Re: ports/13852: [PATCH] Global CC and CFLAGS settings ignored by the games/xtris port. Reply-To: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/13852; it has been noted by GNATS. From: To: sobomax@altavista.net Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/13852: [PATCH] Global CC and CFLAGS settings ignored by the games/xtris port. Date: Mon, 20 Sep 1999 03:55:29 -0700 (PDT) Isn't this a duplicate of ports/13852? Koshy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 4:40: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E8F4314F8D for ; Mon, 20 Sep 1999 04:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA52424; Mon, 20 Sep 1999 04:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from bastuba.partitur.se (bastuba.partitur.se [193.219.246.194]) by hub.freebsd.org (Postfix) with ESMTP id 5BBE414FA0; Mon, 20 Sep 1999 04:33:13 -0700 (PDT) (envelope-from girgen@partitur.se) Received: from elbas.partitur.se (elbas.partitur.se [193.219.246.222]) by bastuba.partitur.se (8.8.8/8.8.8) with ESMTP id NAA22012; Mon, 20 Sep 1999 13:33:05 +0200 (CEST) (envelope-from girgen@partitur.se) Received: (from girgen@localhost) by elbas.partitur.se (8.9.3/8.9.3) id NAA02882; Mon, 20 Sep 1999 13:33:05 +0200 (CEST) (envelope-from girgen@partitur.se) Message-Id: <199909201133.NAA02882@elbas.partitur.se> Date: Mon, 20 Sep 1999 13:33:05 +0200 (CEST) From: Palle Girgensohn Reply-To: girgen@partitur.se To: FreeBSD-gnats-submit@freebsd.org Cc: andreas@FreeBSD.ORG X-Send-Pr-Version: 3.110 Subject: ports/13855: pgaccess updated to 0.98 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13855 >Category: ports >Synopsis: pgaccess updated to 0.98 >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 Sep 20 04:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: pingpong-2.5 >Organization: partitur >Environment: FreeBSD elbas.partitur.se 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Mon Sep 20 02:25:47 CEST 1999 girgen@tb303.partitur.se:/usr/src/sys/compile/WORKSTATION.palle i386 tcl-8.0.5 tk-8.0.5 postgresql-6.5.2 >Description: This patch updates pgaccess. The installation is quite different from previous versions, with a small shell script starting up the right version of wish. Since the tcl code is platform independent, I've put it in ${PREFIX}/share/pgaccess. I've removed the post-configure script, since the port works fine without it. The script hard codes the path for the shared library pgtcl.so, but at least my tcl finds it anyway. I may have missed something here, so feel free to put it back if it breaks something. >How-To-Repeat: >Fix: diff -urN pgaccess/Makefile pgaccess.new/Makefile --- pgaccess/Makefile Tue Sep 7 00:54:00 1999 +++ pgaccess.new/Makefile Mon Sep 20 00:15:57 1999 @@ -6,9 +6,10 @@ # $FreeBSD: ports/databases/pgaccess/Makefile,v 1.20 1999/08/31 06:41:21 mharo Exp $ # -DISTNAME= pgaccess-0.96 +DISTNAME= pgaccess-0.98 CATEGORIES= databases -MASTER_SITES= http://www.flex.ro/pgaccess/ +MASTER_SITES= ftp://speedy.flex.ro/pub/pgaccess/ \ + ftp://ftp.flex.ro/pub/pgaccess/ MAINTAINER= andreas@FreeBSD.org @@ -20,6 +21,12 @@ FETCH_BEFORE_ARGS= -b do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/pgaccess.tcl ${PREFIX}/bin/pgaccess - + @${MKDIR} ${PREFIX}/share/pgaccess + @cd ${WRKSRC} && /bin/pax -rwp p copyright.html main.tcl lib images ${PREFIX}/share/pgaccess +.if !defined(NOPORTDOCS) + @cd ${WRKSRC} && /bin/pax -rwp p README demo doc ${PREFIX}/share/pgaccess +.endif + @${SED} -e 's:!!LOCALBASE!!:${LOCALBASE}:' ${WRKSRC}/pgaccess |\ + ${SED} -e 's:!!PREFIX!!:${PREFIX}:' > ${PREFIX}/bin/pgaccess + @${CHMOD} 555 ${PREFIX}/bin/pgaccess .include diff -urN pgaccess/files/md5 pgaccess.new/files/md5 --- pgaccess/files/md5 Tue Apr 13 02:23:35 1999 +++ pgaccess.new/files/md5 Sun Sep 19 22:19:44 1999 @@ -1 +1 @@ -MD5 (pgaccess-0.96.tar.gz) = 37487f0d1dc6451bd1d84da9c3484f91 +MD5 (pgaccess-0.98.tar.gz) = cd41e557ccba682b28376eda6be55aa7 diff -urN pgaccess/patches/patch-aa pgaccess.new/patches/patch-aa --- pgaccess/patches/patch-aa Sun Oct 12 15:03:04 1997 +++ pgaccess.new/patches/patch-aa Sun Sep 19 23:43:41 1999 @@ -1,8 +1,12 @@ ---- pgaccess.tcl.orig Sun Oct 12 14:45:16 1997 -+++ pgaccess.tcl Sun Oct 12 14:45:25 1997 -@@ -1,4 +1,4 @@ --#!/usr/bin/wish -+#! /usr/local/bin/wish8.0 - ############################################################################# - # Visual Tcl v1.10 Project - # +--- pgaccess.orig Sun Sep 19 23:43:12 1999 ++++ pgaccess Sun Sep 19 23:43:18 1999 +@@ -1,7 +1,7 @@ + #!/bin/sh + +-PATH_TO_WISH=/usr/bin/wish +-PGACCESS_HOME=/usr/local/pgaccess ++PATH_TO_WISH=!!LOCALBASE!!/bin/wish8.0 ++PGACCESS_HOME=!!PREFIX!!/share/pgaccess + + export PATH_TO_WISH + export PGACCESS_HOME diff -urN pgaccess/pkg/PLIST pgaccess.new/pkg/PLIST --- pgaccess/pkg/PLIST Sun Oct 5 01:31:00 1997 +++ pgaccess.new/pkg/PLIST Mon Sep 20 00:12:50 1999 @@ -1 +1,190 @@ bin/pgaccess +share/pgaccess/copyright.html +share/pgaccess/main.tcl +share/pgaccess/lib/help/index.hlp +share/pgaccess/lib/help/postgresql.hlp +share/pgaccess/lib/help/tables.hlp +share/pgaccess/lib/help/keywords.hlp +share/pgaccess/lib/help/history.hlp +share/pgaccess/lib/help/y2k.hlp +share/pgaccess/lib/help/create_table.hlp +share/pgaccess/lib/help/data_types.hlp +share/pgaccess/lib/help/sql_guide.hlp +share/pgaccess/lib/help/copyrights.hlp +share/pgaccess/lib/help/author.hlp +share/pgaccess/lib/help/mathfunc.hlp +share/pgaccess/lib/help/pgfunctions.hlp +share/pgaccess/lib/help/sqlfunc.hlp +share/pgaccess/lib/help/stringfunc.hlp +share/pgaccess/lib/help/datefunc.hlp +share/pgaccess/lib/help/geomfunc.hlp +share/pgaccess/lib/help/mvcc.hlp +share/pgaccess/lib/help/ipv4func.hlp +share/pgaccess/lib/help/isolation.hlp +share/pgaccess/lib/help/inheritance.hlp +share/pgaccess/lib/help/vacuum.hlp +share/pgaccess/lib/help/alter_table.hlp +share/pgaccess/lib/help/open_table.hlp +share/pgaccess/lib/help/new_table.hlp +share/pgaccess/lib/help/add_records.hlp +share/pgaccess/lib/help/view_table_structure.hlp +share/pgaccess/lib/help/queries.hlp +share/pgaccess/lib/help/visual_designer.hlp +share/pgaccess/lib/help/open_query.hlp +share/pgaccess/lib/help/new_query.hlp +share/pgaccess/lib/help/sequences.hlp +share/pgaccess/lib/help/views.hlp +share/pgaccess/lib/help/functions.hlp +share/pgaccess/lib/help/reports.hlp +share/pgaccess/lib/help/forms.hlp +share/pgaccess/lib/help/scripts.hlp +share/pgaccess/lib/help/users.hlp +share/pgaccess/lib/help/schema.hlp +share/pgaccess/lib/help/abort.hlp +share/pgaccess/lib/help/create_function.hlp +share/pgaccess/lib/help/drop_function.hlp +share/pgaccess/lib/help/begin.hlp +share/pgaccess/lib/help/create_sequence.hlp +share/pgaccess/lib/help/form_design.hlp +share/pgaccess/lib/help/alter_user.hlp +share/pgaccess/lib/help/close.hlp +share/pgaccess/lib/help/cluster.hlp +share/pgaccess/lib/help/commit.hlp +share/pgaccess/lib/help/copy.hlp +share/pgaccess/lib/help/create_aggregate.hlp +share/pgaccess/lib/help/create_database.hlp +share/pgaccess/lib/help/create_index.hlp +share/pgaccess/lib/help/create_language.hlp +share/pgaccess/lib/help/create_operator.hlp +share/pgaccess/lib/help/create_rule.hlp +share/pgaccess/lib/help/create_table_as.hlp +share/pgaccess/lib/help/create_trigger.hlp +share/pgaccess/lib/help/create_type.hlp +share/pgaccess/lib/help/create_user.hlp +share/pgaccess/lib/help/create_view.hlp +share/pgaccess/lib/help/declare.hlp +share/pgaccess/lib/help/delete.hlp +share/pgaccess/lib/help/explain.hlp +share/pgaccess/lib/help/drop_aggregate.hlp +share/pgaccess/lib/help/drop_database.hlp +share/pgaccess/lib/help/drop_index.hlp +share/pgaccess/lib/help/drop_language.hlp +share/pgaccess/lib/help/drop_operator.hlp +share/pgaccess/lib/help/drop_rule.hlp +share/pgaccess/lib/help/drop_sequence.hlp +share/pgaccess/lib/help/drop_table.hlp +share/pgaccess/lib/help/drop_trigger.hlp +share/pgaccess/lib/help/drop_type.hlp +share/pgaccess/lib/help/drop_user.hlp +share/pgaccess/lib/help/drop_view.hlp +share/pgaccess/lib/help/fetch.hlp +share/pgaccess/lib/help/grant.hlp +share/pgaccess/lib/help/insert.hlp +share/pgaccess/lib/help/listen.hlp +share/pgaccess/lib/help/load.hlp +share/pgaccess/lib/help/lock.hlp +share/pgaccess/lib/help/move.hlp +share/pgaccess/lib/help/notify.hlp +share/pgaccess/lib/help/reset.hlp +share/pgaccess/lib/help/revoke.hlp +share/pgaccess/lib/help/rollback.hlp +share/pgaccess/lib/help/select.hlp +share/pgaccess/lib/help/set.hlp +share/pgaccess/lib/help/select_into.hlp +share/pgaccess/lib/help/show.hlp +share/pgaccess/lib/help/unlisten.hlp +share/pgaccess/lib/help/update.hlp +share/pgaccess/lib/visualqb.tcl +share/pgaccess/lib/forms.tcl +share/pgaccess/lib/reports.tcl +share/pgaccess/lib/languages/italiano +share/pgaccess/lib/languages/romana +share/pgaccess/lib/languages/magyar +share/pgaccess/lib/languages/francais +share/pgaccess/lib/schema.tcl +share/pgaccess/lib/help.tcl +share/pgaccess/lib/users.tcl +share/pgaccess/lib/database.tcl +share/pgaccess/lib/sequences.tcl +share/pgaccess/lib/functions.tcl +share/pgaccess/lib/tables.tcl +share/pgaccess/lib/scripts.tcl +share/pgaccess/lib/preferences.tcl +share/pgaccess/lib/queries.tcl +share/pgaccess/lib/views.tcl +share/pgaccess/lib/mainlib.tcl +share/pgaccess/lib/qed +share/pgaccess/images/icon_button.gif +share/pgaccess/images/icon_checkbutton.gif +share/pgaccess/images/icon_entry.gif +share/pgaccess/images/icon_frame.gif +share/pgaccess/images/icon_label.gif +share/pgaccess/images/icon_listbox.gif +share/pgaccess/images/icon_radiobutton.gif +share/pgaccess/images/icon_text.gif +share/pgaccess/images/icon_query.gif +share/pgaccess/README +share/pgaccess/demo/formdemo.sql +share/pgaccess/doc/html/a_right.gif +share/pgaccess/doc/html/copyright.html +share/pgaccess/doc/html/forms.html +share/pgaccess/doc/html/index.html +share/pgaccess/doc/html/irix.html +share/pgaccess/doc/html/maillist.html +share/pgaccess/doc/html/pg93patch.html +share/pgaccess/doc/html/pga-rad.html +share/pgaccess/doc/html/qbtclet.html +share/pgaccess/doc/html/specialchars.html +share/pgaccess/doc/html/qbtclet.tcl +share/pgaccess/doc/html/old_index.html +share/pgaccess/doc/html/whatsnew.html +share/pgaccess/doc/html/contents.html +share/pgaccess/doc/html/main.html +share/pgaccess/doc/html/linux1.gif +share/pgaccess/doc/html/download.html +share/pgaccess/doc/html/ball.gif +share/pgaccess/doc/html/vdesigner.gif +share/pgaccess/doc/html/screenshots.html +share/pgaccess/doc/html/mainwindow.gif +share/pgaccess/doc/html/newtable.gif +share/pgaccess/doc/html/newuser.gif +share/pgaccess/doc/html/function.gif +share/pgaccess/doc/html/forms.gif +share/pgaccess/doc/html/features.html +share/pgaccess/doc/html/todo.html +share/pgaccess/doc/html/documentation.html +share/pgaccess/doc/html/win32.html +share/pgaccess/doc/html/faq.html +share/pgaccess/doc/html/api.html +share/pgaccess/doc/html/tutorial/addref.jpg +share/pgaccess/doc/html/tutorial/altern_q.jpg +share/pgaccess/doc/html/tutorial/altern_v.jpg +share/pgaccess/doc/html/tutorial/copyright.html +share/pgaccess/doc/html/tutorial/index.html +share/pgaccess/doc/html/tutorial/intro.html +share/pgaccess/doc/html/tutorial/irix.html +share/pgaccess/doc/html/tutorial/newref.txt +share/pgaccess/doc/html/tutorial/newtable.jpg +share/pgaccess/doc/html/tutorial/newtable.tga +share/pgaccess/doc/html/tutorial/problems.html +share/pgaccess/doc/html/tutorial/screen1.jpg +share/pgaccess/doc/html/tutorial/sel_tbl.jpg +share/pgaccess/doc/html/tutorial/start.html +share/pgaccess/doc/html/tutorial/tut.html +share/pgaccess/doc/html/tutorial/tut_edit.html +share/pgaccess/doc/html/tutorial/tut_new.html +share/pgaccess/doc/html/tutorial/tut_sel1.html +share/pgaccess/doc/html/tutorial/tut_user.html +share/pgaccess/doc/html/formdemo.sql +share/pgaccess/doc/html/help.gif +share/pgaccess/doc/html/permissions.gif +share/pgaccess/doc/html/addindex.gif +@dirrm share/pgaccess/lib/help +@dirrm share/pgaccess/lib/languages +@dirrm share/pgaccess/lib +@dirrm share/pgaccess/images +@dirrm share/pgaccess/demo +@dirrm share/pgaccess/doc/html/tutorial +@dirrm share/pgaccess/doc/html +@dirrm share/pgaccess/doc +@dirrm share/pgaccess diff -urN pgaccess/scripts/post-configure pgaccess.new/scripts/post-configure --- pgaccess/scripts/post-configure Sun Oct 12 15:03:07 1997 +++ pgaccess.new/scripts/post-configure Thu Jan 1 01:00:00 1970 @@ -1,9 +0,0 @@ -#! /bin/sh - -mv ${WRKSRC}/pgaccess.tcl ${WRKSRC}/pgaccess.tcl.$$ - -sed -e "s|load libpgtcl.so|load ${PREFIX}/pgsql/lib/libpgtcl.so|" \ - < ${WRKSRC}/pgaccess.tcl.$$ \ - > ${WRKSRC}/pgaccess.tcl - -rm -f ${WRKSRC}/pgaccess.tcl.$$ >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 Sep 20 5:40: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C91614C90 for ; Mon, 20 Sep 1999 05:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA57401; Mon, 20 Sep 1999 05:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pis.toba-cmt.ac.jp (pis.toba-cmt.ac.jp [202.26.248.77]) by hub.freebsd.org (Postfix) with ESMTP id 4D0B714C12 for ; Mon, 20 Sep 1999 05:38:05 -0700 (PDT) (envelope-from kiri@pis.toba-cmt.ac.jp) Received: (from kiri@localhost) by pis.toba-cmt.ac.jp (8.9.3/8.9.3) id VAA10011; Mon, 20 Sep 1999 21:40:47 +0900 (JST) (envelope-from kiri) Message-Id: <199909201240.VAA10011@pis.toba-cmt.ac.jp> Date: Mon, 20 Sep 1999 21:40:47 +0900 (JST) From: KIRIYAMA Kazuhiko Reply-To: kiri@pis.toba-cmt.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13856: New ports: fujiplay-1.33(graphics/fujiplay) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13856 >Category: ports >Synopsis: New ports: fujiplay-1.33(graphics/fujiplay) >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 Sep 20 05:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KIRIYAMA Kazuhiko >Release: FreeBSD 4.0-CURRENT i386 >Organization: Toba National College of Maritime Technology. Department of Electronic Mechanical Engineering >Environment: >Description: fujiplay port has been ported. This port is a downloading tool for Fujifilm digital cameras. I put the port with shar `find fujiplay` below "Fix:" >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: # # fujiplay/ # fujiplay/files/ # fujiplay/files/md5 # fujiplay/pkg/ # fujiplay/pkg/COMMENT # fujiplay/pkg/DESCR # fujiplay/pkg/PLIST # fujiplay/Makefile # echo c - fujiplay/ mkdir -p fujiplay/ > /dev/null 2>&1 echo c - fujiplay/files/ mkdir -p fujiplay/files/ > /dev/null 2>&1 echo x - fujiplay/files/md5 sed 's/^X//' >fujiplay/files/md5 << 'END-of-fujiplay/files/md5' XMD5 (fujiplay.tgz) = b5702d555813853ff63918ed285c4cdd END-of-fujiplay/files/md5 echo c - fujiplay/pkg/ mkdir -p fujiplay/pkg/ > /dev/null 2>&1 echo x - fujiplay/pkg/COMMENT sed 's/^X//' >fujiplay/pkg/COMMENT << 'END-of-fujiplay/pkg/COMMENT' XDigital camera downloading tool for Fujifilm digital cameras. END-of-fujiplay/pkg/COMMENT echo x - fujiplay/pkg/DESCR sed 's/^X//' >fujiplay/pkg/DESCR << 'END-of-fujiplay/pkg/DESCR' XFujiplay is a C program for Unix systems, to download pictures from some XFujifilm digital cameras, like the DS-7 and MX-700, using the serial link. X XMain caracteristics are as follows: X X* Tries to determine the maximum speed supported by the camera. X X* Detect all parity errors (not tested), improving the robustness of the X one-byte xor checksum. X X* It will not overwrite picture files without your consent. X X* Detect disk full errors (not tested). X X* You cannot have a truncated image file. X X* The program can be gracefully interrupted with ^C (or whatever your X interrupt character is). X X* Allows you to upload pictures to the camera, delete X pictures from the camera, and to "press the shutter" remotely. X You can also set the time/date and the "camera ID". X X* The source should be reasonably portable to other, non-POSIX systems. X XAfter installation with this port, you should be symlink /dev/fujifilm to Xyour serial line device through which comunicate with your camera. X XFor more detail infomation, see /usr/local/share/doc/fujiplay/README. X X-KIRIYAMA Kazuhiko X END-of-fujiplay/pkg/DESCR echo x - fujiplay/pkg/PLIST sed 's/^X//' >fujiplay/pkg/PLIST << 'END-of-fujiplay/pkg/PLIST' Xbin/fujiplay Xbin/yycc2ppm Xshare/doc/fujiplay/README Xshare/doc/fujiplay/fujiplay.lsm Xshare/doc/fujiplay/mx700-commands.html X@dirrm share/doc/fujiplay END-of-fujiplay/pkg/PLIST echo x - fujiplay/Makefile sed 's/^X//' >fujiplay/Makefile << 'END-of-fujiplay/Makefile' X# New ports collection makefile for: fujiplay X# Version required: 1.33 X# Date created: 20 Sep 1999 X# Whom: KIRIYAMA Kazuhiko X# X# $FreeBSD$ X# X XDISTNAME= fujiplay XPKGNAME= fujiplay-1.33 XCATEGORIES= graphics XMASTER_SITES= http://topo.math.u-psud.fr/~bousch/ XEXTRACT_SUFX= .tgz X XNO_WRKSUBDIR= yes X XMAINTAINER= kiri@pis.toba-cmt.ac.jp X XPORTSDOC= README fujiplay.lsm mx700-commands.html X Xdo-install: X ${MKDIR} ${PREFIX}/share/doc/fujiplay X cd ${WRKDIR}; \ X ${INSTALL_PROGRAM} fujiplay yycc2ppm ${PREFIX}/bin; \ X ${INSTALL_DATA} ${PORTSDOC} ${PREFIX}/share/doc/fujiplay X X.include END-of-fujiplay/Makefile 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 Sep 20 6: 3:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.scc.nl (node1374.a2000.nl [62.108.19.116]) by hub.freebsd.org (Postfix) with ESMTP id A4D7714BF2 for ; Mon, 20 Sep 1999 06:03:32 -0700 (PDT) (envelope-from freebsd-ports@scc.nl) Received: (from daemon@localhost) by mail.scc.nl (8.9.3/8.9.3) id OAA66703 for ports@FreeBSD.org; Mon, 20 Sep 1999 14:36:12 +0200 (CEST) (envelope-from freebsd-ports@scc.nl) Received: from GATEWAY by dwarf.hq.scc.nl with netnews for ports@FreeBSD.org (ports@FreeBSD.org) To: ports@FreeBSD.org Date: Mon, 20 Sep 1999 14:35:27 +0200 From: Marcel Moolenaar Message-ID: <37E62A0F.3F73CFC9@scc.nl> Organization: SCC vof Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Linux Netscape (glibc2) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Is there a good reason why not to change to the glibc2 version of the Linux communicator. Two good reasons to change are: o The glibc2 version properly displays the localtime for mail o The Flash plugin needs a glibc2 based Netscape -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ The FreeBSD project mailto:marcel@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 6:29: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix13.ix.netcom.com (dfw-ix13.ix.netcom.com [206.214.98.13]) by hub.freebsd.org (Postfix) with ESMTP id 2AA5814C3F; Mon, 20 Sep 1999 06:29:05 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix13.ix.netcom.com (8.8.4/8.8.4) id IAA00039; Mon, 20 Sep 1999 08:29:01 -0500 (CDT) Received: from sji-ca50-38.ix.netcom.com(209.111.213.38) by dfw-ix13.ix.netcom.com via smap (V1.3) id rma029793; Mon Sep 20 08:27:45 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id GAA87814; Mon, 20 Sep 1999 06:27:41 -0700 (PDT) Date: Mon, 20 Sep 1999 06:27:41 -0700 (PDT) Message-Id: <199909201327.GAA87814@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: andreas@freebsd.org Cc: ports@freebsd.org Subject: net/bb port From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It fails saying ln: /usr/local/share/apache/htdocs/bb: No such file or directory I was going to add a ${MKDIR} to Makefile when I realized that this directory doesn't exist in www/apache13 either. Did you mean to say share/doc/apache/manual/bb or something? Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 6:35:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mx2.imaginet.fr (artemis.imaginet.fr [195.68.75.24]) by hub.freebsd.org (Postfix) with ESMTP id 40ED515232 for ; Mon, 20 Sep 1999 06:35:11 -0700 (PDT) (envelope-from michael.hallgren@fisystem.fr) Received: from corpo01.imaginet.fr (corpo01.imaginet.fr [195.68.75.105]) by mx2.imaginet.fr (8.9.3/8.8.8) with ESMTP id PAA20548; Mon, 20 Sep 1999 15:34:42 +0200 (MET DST) Received: from roam (janus.fisystem.fr [195.68.32.60]) by corpo01.imaginet.fr (8.8.8/8.8.8) with SMTP id PAA19977; Mon, 20 Sep 1999 15:34:19 +0200 (MET DST) Message-ID: <01e601bf036c$d7db7ba0$b8014b0a@fisystem.fr> From: "Michael Hallgren" To: "Satoshi Asami" Cc: References: <199909201327.GAA87814@silvia.hip.berkeley.edu> Subject: Re: net/bb port Date: Mon, 20 Sep 1999 15:34:15 +0200 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.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > It fails saying > > ln: /usr/local/share/apache/htdocs/bb: No such file or directory It's (I seem to remember) the Big Brother manual (installed with the Big Brother port) ? Michael > > I was going to add a ${MKDIR} to Makefile when I realized that this > directory doesn't exist in www/apache13 either. Did you mean to say > share/doc/apache/manual/bb or something? > > Satoshi > > > 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 Sep 20 6:40: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F3AA14DD2 for ; Mon, 20 Sep 1999 06:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA87563; Mon, 20 Sep 1999 06:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 66A3015739; Mon, 20 Sep 1999 06:36:08 -0700 (PDT) Message-Id: <19990920133608.66A3015739@hub.freebsd.org> Date: Mon, 20 Sep 1999 06:36:08 -0700 (PDT) From: glenn@earthdome.org To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13858: glib 1.2.3, libtool 1.3.3, gtk 1.2.3 incompatability Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13858 >Category: ports >Synopsis: glib 1.2.3, libtool 1.3.3, gtk 1.2.3 incompatability >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 Sep 20 06:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Glenn Nielsen >Release: 3.2 RELEASE >Organization: >Environment: FreeBSD zathras.earthdome.org 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Sat Aug 7 14:49:01 CDT 1999 root@zathras.earthdome.org:/usr/src/sys/compile/ZATHRAS i386 >Description: glib 1.2.3 assumes that all the libraries installed end with the release number. i.e. libglib12.so.2 or libglib12.a But libtool installs them as libglib-12.so.2 and libglib.a >How-To-Repeat: Install libtool 1.3.3, then install glib 1.2.3 >Fix: If the variable release_suffix is changed from "yes" to "all" in /usr/local/bin/libtool then glib 1.2.3 and gtk 1.2.3 can be made and installed. >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 Sep 20 6:50: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E3B931555B for ; Mon, 20 Sep 1999 06:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA12220; Mon, 20 Sep 1999 06:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from jaga.fujita3.iis.u-tokyo.ac.jp (jaga.fujita3.iis.u-tokyo.ac.jp [157.82.110.23]) by hub.freebsd.org (Postfix) with ESMTP id 107AA150A8 for ; Mon, 20 Sep 1999 06:49:17 -0700 (PDT) (envelope-from mita@jaga.fujita3.iis.u-tokyo.ac.jp) Received: (from mita@localhost) by jaga.fujita3.iis.u-tokyo.ac.jp (8.9.3/8.9.3) id WAA10133; Mon, 20 Sep 1999 22:37:00 +0900 (JST) (envelope-from mita) Message-Id: <199909201337.WAA10133@jaga.fujita3.iis.u-tokyo.ac.jp> Date: Mon, 20 Sep 1999 22:37:00 +0900 (JST) From: MITA Yoshio Reply-To: MITA Yoshio To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13859: 3.3-R package errata japanese/vfghostscript5* Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13859 >Category: ports >Synopsis: an important program was missing.. >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 20 06:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: MITA Yoshio >Release: FreeBSD 3.3-RELEASE i386 >Organization: The University of TOKYO >Environment: 3.3-R package >Description: An important program for EPSON Laser printer user was missing in package: /usr/local/bin/ert >How-To-Repeat: >Fix: diff -ruN japanese/vfghostscript5.current.990920/pkg/PLIST japanese/vfghostscript5/pkg/PLIST --- japanese/vfghostscript5.current.990920/pkg/PLIST Mon Sep 20 22:30:39 1999 +++ japanese/vfghostscript5/pkg/PLIST Mon Sep 20 22:32:43 1999 @@ -1,4 +1,5 @@ bin/bdftops +bin/ert bin/font2c bin/gs bin/gsbj diff -ruN japanese/vfghostscript55.current.990920/pkg/PLIST japanese/vfghostscript55/pkg/PLIST --- japanese/vfghostscript55.current.990920/pkg/PLIST Wed Aug 11 10:13:48 1999 +++ japanese/vfghostscript55/pkg/PLIST Mon Sep 20 22:31:57 1999 @@ -1,5 +1,6 @@ bin/bdftops bin/dvipdf +bin/ert bin/font2c bin/gs bin/gsbj >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 Sep 20 7:14:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix2.ix.netcom.com (dfw-ix2.ix.netcom.com [206.214.98.2]) by hub.freebsd.org (Postfix) with ESMTP id 489AF150AC for ; Mon, 20 Sep 1999 07:14:45 -0700 (PDT) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix2.ix.netcom.com (8.8.4/8.8.4) id JAA25098; Mon, 20 Sep 1999 09:14:37 -0500 (CDT) Received: from sji-ca50-38.ix.netcom.com(209.111.213.38) by dfw-ix2.ix.netcom.com via smap (V1.3) id rma024892; Mon Sep 20 09:13:28 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id HAA88073; Mon, 20 Sep 1999 07:13:19 -0700 (PDT) To: "Michael Hallgren" Cc: Subject: Re: net/bb port References: <199909201327.GAA87814@silvia.hip.berkeley.edu> <01e601bf036c$d7db7ba0$b8014b0a@fisystem.fr> From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) Date: 20 Sep 1999 07:13:17 -0700 In-Reply-To: "Michael Hallgren"'s message of "Mon, 20 Sep 1999 15:34:15 +0200" Message-ID: Lines: 12 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: "Michael Hallgren" * > ln: /usr/local/share/apache/htdocs/bb: No such file or directory * * It's (I seem to remember) the Big Brother manual (installed with the Big * Brother port) ? I'm not asking what it is (I can guess :). I'm asking where the symlink should be made, since the directory doesn't exist in the apache port. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 7:17:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from panther.cs.ucla.edu (Panther.CS.UCLA.EDU [131.179.128.25]) by hub.freebsd.org (Postfix) with ESMTP id 22CA6150AC for ; Mon, 20 Sep 1999 07:17:24 -0700 (PDT) (envelope-from scottm@CS.UCLA.EDU) Received: (from scottm@localhost) by panther.cs.ucla.edu (8.9.1/UCLACS-5.0) id QAA18187 for ports@freebsd.org; Sun, 19 Sep 1999 16:35:21 -0700 (PDT) Date: Sun, 19 Sep 1999 16:35:21 -0700 (PDT) From: Scott Michel Message-Id: <199909192335.QAA18187@panther.cs.ucla.edu> To: ports@freebsd.org Subject: KDE and 'make PREFIX' Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org There... that should be all of the patches necessary to make the individual KDE components compile successfully when PREFIX is set. It "works for me" but if anyone else out there could make sure it "works for you", I'd appreciate it. -scooter "Proving that being a Navy officer and grad student leaves enough gray matter around to hack ports..." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 7:17:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from panther.cs.ucla.edu (Panther.CS.UCLA.EDU [131.179.128.25]) by hub.freebsd.org (Postfix) with ESMTP id 4CDF7150D4 for ; Mon, 20 Sep 1999 07:17:24 -0700 (PDT) (envelope-from scottm@CS.UCLA.EDU) Received: (from scottm@localhost) by panther.cs.ucla.edu (8.9.1/UCLACS-5.0) id QAA17987 for ports@freebsd.org; Sun, 19 Sep 1999 16:10:27 -0700 (PDT) Date: Sun, 19 Sep 1999 16:10:27 -0700 (PDT) From: Scott Michel Message-Id: <199909192310.QAA17987@panther.cs.ucla.edu> To: ports@freebsd.org Subject: KDE and PREFIX patches sent up... Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org If someone else (and I know there's at least one other person out there who wanted to use PREFIX) can apply the patches and test them out, I'd appreciate it greatly. I'm currently plowing through kdenetwork11 at the moment, but those patches should get the "enterprising hacker" started. -scooter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 7:36:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C617915A8D; Mon, 20 Sep 1999 07:36:44 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA15925; Mon, 20 Sep 1999 07:36:44 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Mon, 20 Sep 1999 07:36:44 -0700 (PDT) From: Message-Id: <199909201436.HAA15925@freefall.freebsd.org> To: mita@jp.FreeBSD.org, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13859: an important program was missing.. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: an important program was missing.. State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Mon Sep 20 07:36:20 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 8: 2:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail5.microsoft.com (mail5.microsoft.com [131.107.3.121]) by hub.freebsd.org (Postfix) with SMTP id EF89D155BE for ; Mon, 20 Sep 1999 08:02:45 -0700 (PDT) (envelope-from simonmar@microsoft.com) Received: from 157.54.9.108 by mail5.microsoft.com (InterScan E-Mail VirusWall NT); Mon, 20 Sep 1999 08:02:45 -0700 (Pacific Daylight Time) Received: by INET-IMC-05 with Internet Mail Service (5.5.2524.0) id ; Mon, 20 Sep 1999 08:02:44 -0700 Message-ID: <8B57882C41A0D1118F7100805F9F68B51232C12A@RED-MSG-45> From: Simon Marlow To: "'ports@freebsd.org'" Subject: New GHC Port - distfiles replaced Date: Mon, 20 Sep 1999 08:02:41 -0700 X-Mailer: Internet Mail Service (5.5.2524.0) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Just in case anyone has already picked up the new GHC port I sent in recently, I thought I better let you know I replaced one of the distfiles, namely ghc-4.04-x86-hc.tar.gz, with a less bogus version. The port *should* now build without difficulty (it would have given some link errors before). Cheers, Simon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 8:13:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from diana.infonets.hiroshima-u.ac.jp (diana.infonets.hiroshima-u.ac.jp [133.41.33.53]) by hub.freebsd.org (Postfix) with ESMTP id 9233C15057 for ; Mon, 20 Sep 1999 08:13:30 -0700 (PDT) (envelope-from taoka@infonets.hiroshima-u.ac.jp) Received: from peg.infonets.hiroshima-u.ac.jp (peg.infonets.hiroshima-u.ac.jp [133.41.33.64]) by diana.infonets.hiroshima-u.ac.jp (8.9.3/3.7W) with ESMTP id AAA74366; Tue, 21 Sep 1999 00:15:17 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by peg.infonets.hiroshima-u.ac.jp (8.9.3/3.6W) with ESMTP id AAA41211; Tue, 21 Sep 1999 00:13:28 +0900 (JST) To: andrews@technologist.com Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/13809: new port: sysutils/wmbattery From: TAOKA Satoshi In-Reply-To: <199909182146.RAA57981@shadow.blackdawn.com> References: <199909182146.RAA57981@shadow.blackdawn.com> X-Mailer: Mew version 1.94 on XEmacs 21.1 (Big Bend) X-Prom-Mew: Prom-Mew 1.93.4 (procmail reader for Mew) X-URL: http://www.infonets.hiroshima-u.ac.jp/~taoka/ Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990921001328I.taoka@infonets.hiroshima-u.ac.jp> Date: Tue, 21 Sep 1999 00:13:28 +0900 X-Dispatcher: imput version 990905(IM130) Lines: 12 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > >Number: 13809 > >Category: ports > >Synopsis: new port: sysutils/wmbattery I think wmbattery had better be set gid (to operator). See wmapm port. Thanks. S.TAOKA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 9:10: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DB77150B8 for ; Mon, 20 Sep 1999 09:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA23784; Mon, 20 Sep 1999 09:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kronos.alcnet.com (kronos.alcnet.com [63.69.28.22]) by hub.freebsd.org (Postfix) with ESMTP id 2FD0C150B8 for ; Mon, 20 Sep 1999 09:05:23 -0700 (PDT) (envelope-from kbyanc@kronos.alcnet.com) Received: (from kbyanc@localhost) by kronos.alcnet.com (8.9.3/8.9.3/antispam) id MAA97907; Mon, 20 Sep 1999 12:05:22 -0400 (EDT) Message-Id: <199909201605.MAA97907@kronos.alcnet.com> Date: Mon, 20 Sep 1999 12:05:22 -0400 (EDT) From: kbyanc@posi.net Reply-To: kbyanc@posi.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13860: update bgrab port to latest version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13860 >Category: ports >Synopsis: update bgrab port to latest 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: Mon Sep 20 09:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Kelly Yancey >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: Update to bgrab port to latest version 1.2.2. Also adds web site URL to the DESCR file. Kelly >How-To-Repeat: >Fix: Here is a recursive diff between the old port and the new: diff -ur bgrab.orig/Makefile bgrab/Makefile --- bgrab.orig/Makefile Mon Sep 20 11:48:52 1999 +++ bgrab/Makefile Mon Sep 20 11:50:34 1999 @@ -1,5 +1,5 @@ # New ports collection makefile for: bgrab -# Version required: 1.1 +# Version required: 1.2.2 # Date created: 27 July 1999 # Whom: Kelly Yancey # @@ -7,9 +7,10 @@ # DISTNAME= bgrab -PKGNAME= bgrab-1.1 +PKGNAME= bgrab-1.2.2 CATEGORIES= news -MASTER_SITES= http://awwm.linuxberg.com/files/console/network/ \ +MASTER_SITES= http://thelamb.dhs.org/~rael/bgrab/ \ + http://awwm.linuxberg.com/files/console/network/ \ http://powerlinux.linuxberg.com/files/console/network/ MAINTAINER= kbyanc@posi.net diff -ur bgrab.orig/pkg/DESCR bgrab/pkg/DESCR --- bgrab.orig/pkg/DESCR Mon Sep 20 11:48:52 1999 +++ bgrab/pkg/DESCR Mon Sep 20 11:49:23 1999 @@ -1,5 +1,7 @@ This is an automated binary extraction tool for UseNet newsgroups. It will log into any newsgroup and download all the binary files. - -kbyanc +WWW: http://thelamb.dhs.org/~rael/bgrab/ + + -Kelly kbyanc@posi.net >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 Sep 20 9:20:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3192615BB4 for ; Mon, 20 Sep 1999 09:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA24516; Mon, 20 Sep 1999 09:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from weeble.dyndns.org (ubppp234-207.dialin.buffalo.edu [128.205.234.207]) by hub.freebsd.org (Postfix) with ESMTP id 0D0CD150B8 for ; Mon, 20 Sep 1999 09:10:38 -0700 (PDT) (envelope-from cjm2@weeble.DynDns.ORG) Received: (from root@localhost) by weeble.dyndns.org (8.9.3/8.9.3) id MAA22287; Mon, 20 Sep 1999 12:10:45 -0400 (EDT) (envelope-from cjm2) Message-Id: <199909201610.MAA22287@weeble.dyndns.org> Date: Mon, 20 Sep 1999 12:10:45 -0400 (EDT) From: cjm2@altavista.net Reply-To: cjm2@altavista.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13861: New port submission - ddup-2.0.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13861 >Category: ports >Synopsis: New port submission - ddup-2.0.4 >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 Sep 20 09:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Christopher J. Michaels >Release: FreeBSD 3.3-STABLE i386 >Organization: none >Environment: Has been tested on FreeBSD 3.0,3.2, & 3.3 >Description: Client software to update ip addresses with the DynDNS dynamic host name service. >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: # # ddup # ddup/Makefile # ddup/pkg # ddup/pkg/COMMENT # ddup/pkg/DESCR # ddup/pkg/PLIST # ddup/files # ddup/files/md5 # ddup/patches # ddup/patches/patch-aa # ddup/patches/patch-ab # ddup/patches/patch-ac # echo c - ddup mkdir -p ddup > /dev/null 2>&1 echo x - ddup/Makefile sed 's/^X//' >ddup/Makefile << 'END-of-ddup/Makefile' X# New ports collection makefile for: ddup X# Version required: 2.0.4 X# Date created: 20 September 1999 X# Whom: cjm2 X# X# $FreeBSD$ X# X XDISTNAME= ddup-2.0.4 XCATEGORIES= net XMASTER_SITES= ftp://gandy.dyndns.org/pub/ddup/ X XMAINTAINER= cjm2@altavista.net X XWRKSRC= ${WRKDIR}/ddup-nic X Xpost-install: X strip ${PREFIX}/sbin/ddup X X.include END-of-ddup/Makefile echo c - ddup/pkg mkdir -p ddup/pkg > /dev/null 2>&1 echo x - ddup/pkg/COMMENT sed 's/^X//' >ddup/pkg/COMMENT << 'END-of-ddup/pkg/COMMENT' XDynDNS client for Linux and FreeBSD END-of-ddup/pkg/COMMENT echo x - ddup/pkg/DESCR sed 's/^X//' >ddup/pkg/DESCR << 'END-of-ddup/pkg/DESCR' XDD-UP in C by Thomas Gandy (tegandy@enid.com) X--------------------------------------------------------- X XDD-UP is a program that is used to update a host Xprovided by the Free DynDNS service of dyndns.org. X XWWW: http://www.gandy.dyndns.org/~thomas/ddup.shtml X X- Chris Xcjm2@earthling.net END-of-ddup/pkg/DESCR echo x - ddup/pkg/PLIST sed 's/^X//' >ddup/pkg/PLIST << 'END-of-ddup/pkg/PLIST' Xsbin/ddup Xetc/ddup.conf.default END-of-ddup/pkg/PLIST echo c - ddup/files mkdir -p ddup/files > /dev/null 2>&1 echo x - ddup/files/md5 sed 's/^X//' >ddup/files/md5 << 'END-of-ddup/files/md5' XMD5 (ddup-2.0.4.tar.gz) = e803bbedd98a77f9c0579e3521566f27 END-of-ddup/files/md5 echo c - ddup/patches mkdir -p ddup/patches > /dev/null 2>&1 echo x - ddup/patches/patch-aa sed 's/^X//' >ddup/patches/patch-aa << 'END-of-ddup/patches/patch-aa' X*** INSTALL-C.orig Mon Sep 20 01:12:35 1999 X--- INSTALL-C Mon Sep 20 01:12:58 1999 X*************** X*** 5,11 **** X X 1. Run 'make', then 'make install' as root. X X! 2. Edit /etc/ddup.conf (you can copy the example and the edit that.) X X 3. That should be it. run "ddup --help" for info on the command line X options. X--- 5,11 ---- X X 1. Run 'make', then 'make install' as root. X X! 2. Edit /usr/local/etc/ddup.conf (you can copy the example and the edit that.) X X 3. That should be it. run "ddup --help" for info on the command line X options. END-of-ddup/patches/patch-aa echo x - ddup/patches/patch-ab sed 's/^X//' >ddup/patches/patch-ab << 'END-of-ddup/patches/patch-ab' X*** Makefile.orig Tue Aug 3 16:19:22 1999 X--- Makefile Mon Sep 20 02:30:49 1999 X*************** X*** 3,34 **** X # Change these options X X CC = gcc X! INSTALL_PATH = /usr/sbin X X # no need to edit past here X X all : ddup X X ddup : ddup.o parse_config.o parse_option.o getopt.o getopt1.o X! ${CC} -o ddup ddup.o getopt.o getopt1.o parse_config.o parse_option.o X X ddup.o : ddup.c X! ${CC} -c ddup.c X X getopt.o : getopt.c X! ${CC} -c getopt.c X X getopt1.o : getopt1.c X! ${CC} -c getopt1.c X X parse_config.o : parse_config.c X! ${CC} -c parse_config.c X X parse_option.o : parse_option.c X! ${CC} -c parse_option.c X X install : ddup X! cp ddup ${INSTALL_PATH}/ddup X X clean : X rm -f *.o ddup X--- 3,36 ---- X # Change these options X X CC = gcc X! INSTALL_PATH = ${PREFIX}/sbin X! CFLAGS = -DCONFIGFILE=\"${PREFIX}/etc/ddup.conf\" X X # no need to edit past here X X all : ddup X X ddup : ddup.o parse_config.o parse_option.o getopt.o getopt1.o X! ${CC} ${CFLAGS} -o ddup ddup.o getopt.o getopt1.o parse_config.o parse_option.o X X ddup.o : ddup.c X! ${CC} ${CFLAGS} -c ddup.c X X getopt.o : getopt.c X! ${CC} ${CFLAGS} -c getopt.c X X getopt1.o : getopt1.c X! ${CC} ${CFLAGS} -c getopt1.c X X parse_config.o : parse_config.c X! ${CC} ${CFLAGS} -c parse_config.c X X parse_option.o : parse_option.c X! ${CC} ${CFLAGS} -c parse_option.c X X install : ddup X! install -c -g wheel -o root ddup ${INSTALL_PATH}/ddup X! install -c -g wheel -o root ddup.conf ${PREFIX}/etc/ddup.conf.default X X clean : X rm -f *.o ddup END-of-ddup/patches/patch-ab echo x - ddup/patches/patch-ac sed 's/^X//' >ddup/patches/patch-ac << 'END-of-ddup/patches/patch-ac' X*** parse_config.c.orig Tue Aug 3 16:22:19 1999 X--- parse_config.c Mon Sep 20 02:23:19 1999 X*************** X*** 15,21 **** X X void read_config(char *username_ptr, char *pass_ptr) { X FILE *fptr; X! char *file_name = "/etc/ddup.conf"; X char line[20]; X char *string; X int x = 0; X--- 15,21 ---- X X void read_config(char *username_ptr, char *pass_ptr) { X FILE *fptr; X! char *file_name = CONFIGFILE; X char line[20]; X char *string; X int x = 0; END-of-ddup/patches/patch-ac 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 Sep 20 9:31:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B192714BDE; Mon, 20 Sep 1999 09:31:25 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA25694; Mon, 20 Sep 1999 09:31:25 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Mon, 20 Sep 1999 09:31:25 -0700 (PDT) From: Message-Id: <199909201631.JAA25694@freefall.freebsd.org> To: sobomax@altavista.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13852: [PATCH] Global CC and CFLAGS settings ignored by the games/xtris port. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Global CC and CFLAGS settings ignored by the games/xtris port. State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Mon Sep 20 09:31:05 PDT 1999 State-Changed-Why: Duplicate of ports/13851. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 9:31:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DBE3150AF; Mon, 20 Sep 1999 09:31:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA25795; Mon, 20 Sep 1999 09:31:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Mon, 20 Sep 1999 09:31:48 -0700 (PDT) From: Message-Id: <199909201631.JAA25795@freefall.freebsd.org> To: sobomax@altavista.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13853: [PATCH] Global CC and CFLAGS settings ignored by the games/xtris port. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Global CC and CFLAGS settings ignored by the games/xtris port. State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Mon Sep 20 09:31:32 PDT 1999 State-Changed-Why: Duplicate of ports/13851. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 10:20: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BBE3153E8 for ; Mon, 20 Sep 1999 10:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA30077; Mon, 20 Sep 1999 10:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 20 Sep 1999 10:20:01 -0700 (PDT) Message-Id: <199909201720.KAA30077@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: TAOKA Satoshi Subject: Re: ports/13829: Update port: www/roxen Reply-To: TAOKA Satoshi Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/13829; it has been noted by GNATS. From: TAOKA Satoshi To: tkato@prontomail.ne.jp Cc: k@123.org, freebsd-gnats-submit@freebsd.org Subject: Re: ports/13829: Update port: www/roxen Date: Tue, 21 Sep 1999 02:10:33 +0900 Hi, www/roxen maintainer. Could you check the next PR: > >Number: 13829 > >Category: ports > >Synopsis: Update port: www/roxen for www/roxen. If you agree to modify, I'm going to commit it. Thanks. S.TAOKA P.S. > Submitter, KATO-sun The next lines in PLIST seems to be unnecessary. @dirrm roxen/local/nfonts @dirrm roxen/local/modules @dirrm roxen/local To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 10:31:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B709215B6B; Mon, 20 Sep 1999 10:31:44 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA30931; Mon, 20 Sep 1999 10:31:44 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Mon, 20 Sep 1999 10:31:44 -0700 (PDT) From: Message-Id: <199909201731.KAA30931@freefall.freebsd.org> To: matusita@jp.FreeBSD.ORG, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12513: New ports: japanese/dbskkd-cdb Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New ports: japanese/dbskkd-cdb State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Mon Sep 20 10:26:00 PDT 1999 State-Changed-Why: I forgot to close this PR. I committed at 1999/09/08 10:08:42 PDT Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 11: 0:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7BDE1154E0 for ; Mon, 20 Sep 1999 11:00:09 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA32796 for freebsd-ports@freebsd.org; Mon, 20 Sep 1999 11:00:08 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 20 Sep 1999 11:00:08 -0700 (PDT) Message-Id: <199909201800.LAA32796@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 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 [1999/09/19] ports/13820ports Error in Package of port ifmail 1 problem total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1998/09/19] ports/7987 ports Can't post news with TRN + NNTPCACHE o [1999/03/18] ports/10665ports ports/graphics/sane needs access to /dev/ f [1999/04/07] ports/11003ports wmcdplay is not capable of playing an AUD o [1999/05/03] ports/11465ports The port chipmunk will not run. o [1999/05/29] ports/11935ports ports/audio/dap: -DBIGENDIAN is wrong on o [1999/06/01] ports/11977ports Eterm port is unable to access .Xauthorit o [1999/06/15] ports/12234ports imlib-1.9.4/gdk_imlib/rend.c has syntax e o [1999/06/29] ports/12446ports ssh port doesn't build o [1999/07/06] ports/12541ports gtk installs itself where it can't be fou o [1999/07/14] ports/12637ports patch to help multi-byte support in windo o [1999/07/20] ports/12714ports dylan port doesn't compile o [1999/08/03] ports/12949ports Fix for rtsp_proxy port. Patches from Jon o [1999/08/08] ports/13033ports windowmaker port patch for single icon mo o [1999/08/14] ports/13145ports kaudioserver runs amok on logout o [1999/08/15] ports/13158ports IMAP-uw is not up to date o [1999/08/15] ports/13170ports new port: UW-Imap with maildir and qmail o [1999/08/23] ports/13334ports remote scanning can cause argus to dump c o [1999/08/26] ports/13396ports Diskusage-1.00 Port o [1999/08/30] ports/13471ports New port for UdmSearch www search engine o [1999/09/08] ports/13635ports Compilation problem with Bind 8.2.1 on Fr o [1999/09/09] ports/13656ports update ports: dlint 1.3.3 o [1999/09/12] ports/13714ports netatalk-1.4b2+asun2.1.3 fails chmod g+s o [1999/09/16] ports/13776ports The XFree86-3.3.5 port -- one of the kerb o [1999/09/17] ports/13791ports XAnim version mismatch? o [1999/09/19] ports/13838ports postgresql updated to 6.5.2 o [1999/09/19] ports/13839ports kdegraphics11 'make PREFIX' fix, one comp o [1999/09/20] ports/13855ports pgaccess updated to 0.98 27 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/08/03] ports/7485 ports New port: Xterminal-0.2 o [1998/09/19] ports/7992 ports New port: xemacs20-stepwise (XEmacs20 hac a [1998/11/25] ports/8864 ports useradd - system V compatible implementat a [1999/01/24] ports/9657 ports Progressive Networks' RealAudio proxy por o [1999/02/07] ports/9954 ports new port devel/ACE o [1999/02/10] ports/10007ports Port of the mercury compiler version 0.8 o [1999/02/16] ports/10124ports UNIX|STAT pr submission failed to include o [1999/03/07] ports/10477ports The fakemail in lib-src fails to link (ne o [1999/03/10] ports/10532ports Port of GNU Pascal o [1999/03/16] ports/10634ports Update the hylafax port to do a client in o [1999/03/26] ports/10813ports crossgo32 brokeness f [1999/03/28] ports/10844ports New port: adagdb o [1999/04/02] ports/10916ports new port biology/molmol again o [1999/04/08] ports/11029ports Configure scripts for non ported applicat o [1999/04/08] ports/11034ports New ports of crazywwwboardle o [1999/05/11] ports/11652ports New port (net/dictd) o [1999/05/24] ports/11879ports dclock's "-miltime" option and "*miltime" o [1999/05/31] ports/11963ports should update the ocaml-tk module and ins o [1999/06/02] ports/12001ports wmcdplay 1.0Beta1 05/09/1998 sometimes sk o [1999/06/12] ports/12151ports New Ports: audio/timidity++-emacs o [1999/06/12] ports/12152ports New Ports: audio/timidity++-gtk o [1999/06/12] ports/12154ports New Ports: audio/timidity++-slang o [1999/06/12] ports/12155ports New Ports: audio/timidity++-motif o [1999/06/12] ports/12156ports New Ports: audio/timidity++-tcltk o [1999/06/12] ports/12157ports New Ports: audio/timidity++-xaw o [1999/06/12] ports/12158ports New Ports: audio/timidity++-xskin o [1999/06/12] ports/12160ports New Ports: japanese/timidity++-slang o [1999/06/12] ports/12161ports New Ports: japanese/timidity++-tcltk o [1999/06/13] ports/12188ports new port: pbs-2.1.11 (misc/PBS) a batch s o [1999/06/13] ports/12195ports submission of new port pgpenvelope o [1999/06/14] ports/12204ports Update port: graphics/EZWGL o [1999/06/18] ports/12271ports fix pkg_add with error message and add ne o [1999/06/19] ports/12300ports port update: lang/tya f [1999/06/22] ports/12341ports New port tclreadline o [1999/06/23] ports/12368ports Pilot-link installs to ${PREFIX} = ${LOCA o [1999/06/26] ports/12403ports ssh port has undocumented X11 dependency f [1999/06/26] ports/12406ports New port for the LAM implementation of th o [1999/06/29] ports/12447ports new port : x11-toolkit/pike-Gtk o [1999/07/02] ports/12490ports package xmine exits 1 with XawAsciiSource o [1999/07/02] ports/12492ports port misc/diction should be moved to text o [1999/07/03] ports/12503ports New Port: Willows toolkit (developers rel o [1999/07/05] ports/12518ports new port: ifmail-os-2.14.7 o [1999/07/05] ports/12522ports New port: cos o [1999/07/05] ports/12523ports New port: jdbcpool o [1999/07/06] ports/12536ports New port: lang/cu-prolog o [1999/07/07] ports/12549ports imap-uw port doesn't use pw_expire to che o [1999/07/09] ports/12571ports Xfig port doesn't have Ghostscript suppor o [1999/07/13] ports/12624ports New version of mxv which also works with o [1999/07/15] ports/12656ports new port - gnujsp o [1999/07/16] ports/12666ports New port: kcd-4.7.10 o [1999/07/18] ports/12692ports new port: gnome-vnc-0.1 o [1999/07/18] ports/12699ports new port: gnofin-0.5.10 o [1999/07/20] ports/12722ports new port: AT&T's DjVu library for scanned o [1999/07/21] ports/12735ports New ports: lang/ghc o [1999/07/21] ports/12739ports port for the AT&T's DjVu Netscape plug-in o [1999/07/27] ports/12835ports New port: libcgic-1.06 o [1999/07/31] ports/12899ports New port: wmnet-new o [1999/07/31] ports/12903ports new ports/database/p5-* o [1999/07/31] ports/12904ports new ports/devel/gperf o [1999/08/01] ports/12915ports Add elm 2.5 to ports o [1999/08/02] ports/12921ports [PATCH] palm/xcopilot contains odd markup o [1999/08/02] ports/12924ports port of GRacer, a 3D motor sports simulat o [1999/08/03] ports/12941ports New port: Hyperlatex (print/hyperlatex) o [1999/08/04] ports/12952ports make _PORT_USE touch cookies by variable, o [1999/08/04] ports/12953ports tcl81-thread breaks package naming conven o [1999/08/04] ports/12974ports New port - numchar (converts phone number o [1999/08/06] ports/12999ports Update web500gw port to 2.1b3 f [1999/08/09] ports/13048ports ports/security/ssh2 3.2 & current fail to o [1999/08/11] ports/13085ports new port: p5-SQL-Statement o [1999/08/13] ports/13124ports New port, LinAlg; request for local hosti o [1999/08/13] ports/13126ports Update Etherboot to 4.2.5 and include new o [1999/08/14] ports/13136ports new port: guiTAR 0.1.4 o [1999/08/14] ports/13149ports New port : math/topaz o [1999/08/15] ports/13159ports New port: java/collections o [1999/08/15] ports/13160ports New port: java/jaf o [1999/08/15] ports/13162ports New port: java/infobus o [1999/08/15] ports/13163ports New port: java/javamail o [1999/08/15] ports/13167ports [PATCH] security/ssh package keygen fails o [1999/08/16] ports/13173ports New port: yiff-0.33 o [1999/08/17] ports/13191ports New port: fire-1.0 o [1999/08/17] ports/13201ports new port: xmess (X11 emulator for game co o [1999/08/17] ports/13217ports New port xisp-2.6 o [1999/08/18] ports/13251ports New port: founts-11 o [1999/08/19] ports/13263ports new port editors/aee o [1999/08/20] ports/13267ports New port: glasteroids-1.0 o [1999/08/21] ports/13291ports New port: xap-xwf-0.7.8 o [1999/08/21] ports/13296ports [NEW PORT] Togl - An OpenGL Widget for Tk o [1999/08/21] ports/13297ports [NEW PORT] PyOpenGL - An OpenGL interface o [1999/08/21] ports/13312ports new port dhid o [1999/08/22] ports/13320ports New port: cfingerd o [1999/08/22] ports/13324ports New port: zope-2.0.0b5 o [1999/08/23] ports/13335ports New port - sshbuddy o [1999/08/23] ports/13343ports new port: znibbles o [1999/08/24] ports/13351ports ports: pgp: installing into $prefix/lib i o [1999/08/24] ports/13361ports TCL interface to MySQL port added o [1999/08/27] ports/13430ports ifhp-3.3.8 port o [1999/08/27] ports/13432ports LPRng-3.6.8 port o [1999/08/28] ports/13446ports add 8051 compiler/assembler tools o [1999/08/29] ports/13450ports update from apache-1.3.6+ssl-1.35 to apac o [1999/08/31] ports/13503ports [NEW PORT] New WPeople 0.12 port o [1999/08/31] ports/13514ports another TCL interface to MySQL port o [1999/09/01] ports/13516ports ported picprog-1.0 from LinuX to FreeBSD o [1999/09/01] ports/13533ports New port: hppsmtools o [1999/09/02] ports/13538ports New version of xkeycaps. o [1999/09/02] ports/13541ports New port: chpp-0.3.5 o [1999/09/02] ports/13556ports Wrong patch on irc/bitchx o [1999/09/03] ports/13560ports LPRng port update o [1999/09/05] ports/13583ports new port: databases/py-MySQL o [1999/09/05] ports/13586ports New port: www/cgi-lib (cgi-lib-2.18) o [1999/09/06] ports/13595ports update: x11-fonts/xmbdfed 3.9(.2) -> 4.0. o [1999/09/06] ports/13596ports Update port: cad/xcircuit to 2.0a10 o [1999/09/06] ports/13597ports Update port: math/linpack o [1999/09/06] ports/13599ports Update port: devel/cxref to 1.5a o [1999/09/06] ports/13600ports Update port: devel/flick to 2.0 o [1999/09/06] ports/13601ports Update port: editor/the to 2.8 o [1999/09/06] ports/13606ports Apache's suEXEC wrapper doesn't enforce u o [1999/09/07] ports/13608ports update: ports/java/shujit o [1999/09/07] ports/13610ports update: ports/java/tya o [1999/09/07] ports/13614ports xdm and wdm do not set environment variab o [1999/09/07] ports/13619ports www/p5-libwww incorrect dependency orderi o [1999/09/07] ports/13629ports japanese/tgif is ready to update to the l o [1999/09/07] ports/13633ports Better location for samba's private direc o [1999/09/08] ports/13650ports Port Conflict Checking for bsd.port.mk o [1999/09/09] ports/13654ports [PATCH] www/web500gw is broken o [1999/09/09] ports/13660ports Update port: audio/maplay o [1999/09/09] ports/13661ports Update port: print/ghostscript5 o [1999/09/09] ports/13662ports Update port: print/gsfonts o [1999/09/09] ports/13663ports ports/german/webalizer update o [1999/09/09] ports/13670ports update emulators/wine for the release o [1999/09/09] ports/13672ports Update port: sysutils/asmem to 1.4 o [1999/09/09] ports/13673ports Upgrade to 1.3.9 for Apache13-FP o [1999/09/09] ports/13677ports Misc. Ports fix ups. o [1999/09/10] ports/13684ports Just a port submission o [1999/09/10] ports/13689ports Update port www/wwwcount o [1999/09/11] ports/13694ports Y2K patch for slurp port o [1999/09/11] ports/13699ports mail/qmail port update to handle >512 dns o [1999/09/11] ports/13700ports security/stunnel patch so configure can l o [1999/09/11] ports/13701ports The qtarch-site has moved o [1999/09/11] ports/13704ports net/gnome-icu/patches/patch-ae broken zh_ o [1999/09/11] ports/13705ports p5-Apache port is outdated and too comple o [1999/09/12] ports/13708ports Patch to upgrade devel/pcre up to 2.08 o [1999/09/13] ports/13716ports tac_plus.F4.0.2 port for FreeBSD o [1999/09/13] ports/13717ports Fixed port: imlib -> 1.9.7 o [1999/09/13] ports/13718ports Fixed port: ORBit o [1999/09/13] ports/13719ports Fixed port: esound o [1999/09/13] ports/13720ports Fixed port: gnomelibs -> 1.0.16 o [1999/09/13] ports/13723ports upgrade russian/apache port to 1.3.9 o [1999/09/13] ports/13727ports new port: www/netscape-remote o [1999/09/13] ports/13743ports New Port: net/priss o [1999/09/14] ports/13745ports [NEW PORT] wamcc - prolog-to-c compiler o [1999/09/14] ports/13753ports Nonexisting file in PLIST o [1999/09/14] ports/13754ports ports:devel/yacl - fix for new gcc/egcs o [1999/09/14] ports/13755ports Wrong MASTER_SITES in ports/databases/int o [1999/09/15] ports/13756ports New port: mail/minimalist o [1999/09/15] ports/13760ports new port: www/udmsearch o [1999/09/15] ports/13761ports Just an upgrade to the X-Files port o [1999/09/15] ports/13762ports Additional patches for editors/elvis o [1999/09/16] ports/13782ports fetchmail from ports fails to build (link o [1999/09/16] ports/13784ports xfig docs not in a share hierarchy o [1999/09/17] ports/13786ports New port for GHC-4.04 o [1999/09/17] ports/13788ports aclgen port o [1999/09/17] ports/13789ports update to www/fcgi-devkit port to include o [1999/09/17] ports/13800ports Patches attached for kdelibs-1.1.1, fix ' o [1999/09/18] ports/13804ports port update apache-1.3.6+ssl-1.36 to apac o [1999/09/18] ports/13808ports linux-rvplayer port improved a'la netscap o [1999/09/18] ports/13809ports new port: sysutils/wmbattery o [1999/09/19] ports/13821ports New port: games/xpuyopuyo o [1999/09/19] ports/13822ports New port: graphics/enfle o [1999/09/19] ports/13823ports stat port not formatting device node o [1999/09/19] ports/13826ports gpasman update 1.1.3 -> 1.3.0 o [1999/09/19] ports/13828ports Update port: x11-wm/afterstep-devel o [1999/09/19] ports/13829ports Update port: www/roxen o [1999/09/19] ports/13832ports kdebase11 doesn't DTRT when PREFIX is set o [1999/09/19] ports/13833ports make PREFIX=/foo/bar/quux broken for kdeu o [1999/09/19] ports/13834ports make PREFIX= broken in kdesupport11 o [1999/09/19] ports/13835ports Fix 'make PREFIX=...' for kdegames11 o [1999/09/19] ports/13836ports licq port outdated: current version: 0.70 o [1999/09/19] ports/13840ports 'make PREFIX' fails for kdenetwork11 o [1999/09/19] ports/13842ports 'make PREFIX' fails for kdemultimedia o [1999/09/20] ports/13851ports [PATCH] Global CC and CFLAGS settings ign o [1999/09/20] ports/13854ports [PATCH] Empty "Themes" menu in wmakerconf o [1999/09/20] ports/13856ports New ports: fujiplay-1.33(graphics/fujipla o [1999/09/20] ports/13858ports glib 1.2.3, libtool 1.3.3, gtk 1.2.3 inco o [1999/09/20] ports/13860ports update bgrab port to latest version o [1999/09/20] ports/13861ports New port submission - ddup-2.0.4 185 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 Sep 20 11:14:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 3201514C2C; Mon, 20 Sep 1999 11:14:22 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 159641CD489; Mon, 20 Sep 1999 11:14:22 -0700 (PDT) (envelope-from kris@hub.freebsd.org) Date: Mon, 20 Sep 1999 11:14:21 -0700 (PDT) From: Kris Kennaway To: Steve Price Cc: ports@freebsd.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/misc/bb/patches patch-ac patch-ad In-Reply-To: <199909200234.TAA06241@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org A suggestion to port maintainers: if steve touches your port with something like this, you should contribute it back to the author of the software so it can be included in future versions. The same goes for other general patches, of course. Kris On Sun, 19 Sep 1999, Steve Price wrote: > steve 1999/09/19 19:34:32 PDT > > Added files: > misc/bb/patches patch-ac patch-ad > Log: > Get this port to compile on FreeBSD/Alpha. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 11:36:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 91EBA14C07; Mon, 20 Sep 1999 11:36:14 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 7C9741CD482; Mon, 20 Sep 1999 11:36:14 -0700 (PDT) (envelope-from kris@hub.freebsd.org) Date: Mon, 20 Sep 1999 11:36:14 -0700 (PDT) From: Kris Kennaway To: TAOKA Satoshi Cc: andrews@technologist.com, freebsd-ports@FreeBSD.org Subject: Re: ports/13809: new port: sysutils/wmbattery In-Reply-To: <19990921001328I.taoka@infonets.hiroshima-u.ac.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 21 Sep 1999, TAOKA Satoshi wrote: > > > >Number: 13809 > > >Category: ports > > >Synopsis: new port: sysutils/wmbattery > > > I think wmbattery had better be set gid (to operator). > See wmapm port. Better make sure it's secure - many of these wm* utilities share a common heritage, and at least one (wmmon) contained buffer overflows from command-line arguments, and even processed arbitrary shell commands in a dotfile as the setuid user. :-( Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 12:32: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id 9364F15CBA for ; Mon, 20 Sep 1999 12:31:51 -0700 (PDT) (envelope-from bigeye.rhein-neckar.de!naddy@mips.rhein-neckar.de) Received: from mips.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id VAA15012 for freebsd-ports@freebsd.org; Mon, 20 Sep 1999 21:31:48 +0200 (CEST) (envelope-from bigeye.rhein-neckar.de!naddy@mips.rhein-neckar.de) Received: by mips.rhein-neckar.de id m11T87a-000WyWC (Debian Smail-3.2.0.101 1997-Dec-17 #2); Mon, 20 Sep 1999 20:25:02 +0200 (CEST) From: naddy@mips.rhein-neckar.de (Christian Weisgerber) Subject: PAPERSIZE in /etc/make.conf? Date: 20 Sep 1999 11:48:30 +0200 Message-ID: <7s4vte$uau$1@bigeye.rhein-neckar.de> To: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I already put that question to -hackers since it also concerns groff, but I guess I ought to ask about opinions here too, since the main target are ports: How about putting a variable PAPERSIZE (A4, letter) in /etc/make.conf? We currently have a couple of ports that exist in -a4 and -letter versions. We also have other ports (e.g. ghostscript55) where the informed user can choose either format at build time by explicitly setting a make variable. Wouldn't it be better if ports could pull this as a system setting automatically out of /etc/make.conf? Potential problems: - Some ports support additional paper sizes (letterdj). - The package builders end up with packages that are unmarked but assume one papersize. Of course, we already have this situation with some ports. -- Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 12:39:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picalon.gun.de (picalon.gun.de [194.77.0.18]) by hub.freebsd.org (Postfix) with ESMTP id CB04314E2F for ; Mon, 20 Sep 1999 12:39:38 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: from klemm.gtn.com (pppak04.gtn.com [194.231.123.169]) by picalon.gun.de (8.9.3/8.9.3) with ESMTP id VAA21182; Mon, 20 Sep 1999 21:39:36 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.9.3/8.9.3) id VAA01529; Mon, 20 Sep 1999 21:27:05 +0200 (CEST) (envelope-from andreas) Date: Mon, 20 Sep 1999 21:27:04 +0200 From: Andreas Klemm To: Satoshi Asami Cc: ports@freebsd.org Subject: Re: net/bb port Message-ID: <19990920212704.B98353@titan.klemm.gtn.com> References: <199909201327.GAA87814@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre1i In-Reply-To: <199909201327.GAA87814@silvia.hip.berkeley.edu> X-Operating-System: FreeBSD 3.3-STABLE SMP X-Disclaimer: A free society is one where it is safe to be unpopular Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Sep 20, 1999 at 06:27:41AM -0700, Satoshi Asami wrote: > It fails saying > > ln: /usr/local/share/apache/htdocs/bb: No such file or directory > > I was going to add a ${MKDIR} to Makefile when I realized that this > directory doesn't exist in www/apache13 either. Did you mean to say > share/doc/apache/manual/bb or something? Hmm, doesn't fail for me. andreas@titan{1003} $ make install ===> Installing for bb-1.2a ================================================================ ==== Configuration Notes: === ================================================================ a) your hosts 'full qualified domain name' and IP-address b) 'watched' hosts 'full qualified domain name' and IP-address go here -> /usr/local/bb/etc/bb-hosts c) configure -> /usr/local/bb/etc/bbdef.sh d) configure -> /usr/local/bb/etc/bbinc.sh e) You need to have a running WWW server (apache) f) You need kermit or qpage for pager functionality After that, you can startup the big brother service by typing /usr/local/bb/runbb.sh & and watching your systems status by viewing this URL with Netscape or another WWW browser http://localhost/bb ===> Generating temporary packing list ===> Registering installation for bb-1.2a root@titan{1644} $ cd htdocs/ root@titan{1645} $ ll total 38 -rw-r--r-- 1 root wheel 2326 Jul 3 1996 apache_pb.gif lrwxr-xr-x 1 root wheel 17 Sep 20 21:24 bb -> /usr/local/bb/www -rw-r--r-- 1 root wheel 2462 Sep 19 14:45 index.html -rw-r--r-- 1 bin bin 31437 Sep 19 15:09 majorcool.html drwxr-xr-x 7 root wheel 1024 Sep 19 17:48 manual Where's the problem ??? Andreas /// -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 13:21:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from saturn.psn.net (saturn.psn.net [207.211.58.15]) by hub.freebsd.org (Postfix) with ESMTP id 8E16B14BD2; Mon, 20 Sep 1999 13:21:36 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (5042-243.008.popsite.net [209.224.140.243]) by saturn.psn.net (8.9.3/8.9.3) with ESMTP id NAA02947; Mon, 20 Sep 1999 13:28:46 -0700 (MST) Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id QAA09094; Mon, 20 Sep 1999 16:20:41 -0400 (EDT) (envelope-from will) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Mon, 20 Sep 1999 16:20:40 -0400 (EDT) Reply-To: Will Andrews From: Will Andrews To: Kris Kennaway Subject: Re: ports/13809: new port: sysutils/wmbattery Cc: freebsd-ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 20-Sep-99 Kris Kennaway wrote: > On Tue, 21 Sep 1999, TAOKA Satoshi wrote: >> I think wmbattery had better be set gid (to operator). >> See wmapm port. I agree.. I inadvertently forgot to add that part.. > Better make sure it's secure - many of these wm* utilities share a common > heritage, and at least one (wmmon) contained buffer overflows from > command-line arguments, and even processed arbitrary shell commands in a > dotfile as the setuid user. :-( Well.. not much I can do about it right now since I don't even know what programming habits/mistakes lead to buffer overflows.. meaning I can't look for buffer overflows in wmbattery. People install ports at their own risk. There are, after all, ways for a user to place restrictions on the programs installed by such. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 14: 8:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from main.avias.com (avias-gw.corbina.net [195.14.40.4]) by hub.freebsd.org (Postfix) with ESMTP id 780A21532D for ; Mon, 20 Sep 1999 14:08:11 -0700 (PDT) (envelope-from camel@avias.com) Received: from CAMEL (camel.avias.com [195.14.38.87]) by main.avias.com (8.9.3/8.9.2) with ESMTP id BAA30540 for ; Tue, 21 Sep 1999 01:07:41 +0400 (MSD) (envelope-from camel@avias.com) Date: Tue, 21 Sep 1999 01:04:39 +0400 From: Ilya Naumov X-Mailer: The Bat! (v1.35) UNREG / CD5BF9353B3B7091 Reply-To: Ilya Naumov X-Priority: 3 (Normal) Message-ID: <544.990921@avias.com> To: ports@freebsd.org Subject: ports/net/kicq problem Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, i have installed latest (1.1.2) kde11-i18n based on qt-i18-1.44a library. kde itself works fine, but now i'm experiencing another problem: old binaries that were built with older qt do not run. but the worst thing is impossibility to re-build that binaries with new qt using ports (kicq is good example). configure just fails while trying to find qt library: checking for QT-1.4x... configure: error: QT-1.4x (libraries) not found. Please check your installation! could anybody fix this? Best regards, Ilya mailto:camel@avias.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 14:25:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mango.attlabs.att.com (gate.ipo.att.com [135.197.57.2]) by hub.freebsd.org (Postfix) with ESMTP id B0B1F14D00 for ; Mon, 20 Sep 1999 14:25:25 -0700 (PDT) (envelope-from fenner@mango.attlabs.att.com) Received: (from fenner@localhost) by mango.attlabs.att.com (8.9.3/8.9.3) id OAA94197 for ports@freebsd.org; Mon, 20 Sep 1999 14:25:24 -0700 (PDT) (envelope-from fenner) Date: Mon, 20 Sep 1999 14:25:24 -0700 (PDT) From: Bill Fenner Message-Id: <199909202125.OAA94197@mango.attlabs.att.com> To: ports@freebsd.org Subject: USE_QT2 -> ${PORTSDIR}/x11-toolkits/qt2? Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, bsd.port.mk points USE_QT2 to ${PORTSDIR}/x11-toolkits/qt2, which does not exist. Should it point to ${PORTSDIR}/x11-toolkits/qt201? Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 14:50:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by hub.freebsd.org (Postfix) with ESMTP id A441B15111; Mon, 20 Sep 1999 14:50:29 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from owp.csus.edu (mothra.ecs.csus.edu [130.86.76.220]) by pebkac.owp.csus.edu (8.9.3/8.9.3) with ESMTP id OAA10209; Mon, 20 Sep 1999 14:50:31 -0700 (PDT) Message-ID: <37E6AC1F.A3CCD20A@owp.csus.edu> Date: Mon, 20 Sep 1999 21:50:24 +0000 From: Joseph Scott X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: stb@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: cyrus-1.5.19 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Any chance of getting the newer Cyrus Imap 1.6.13 to be included in the ports collection? They have a newer web site also : http://asg.web.cmu.edu/cyrus/ It looks like there's more to 1.6.13 than 1.5.19, but it looks like it would be worth it. thanks. -- Joseph Scott joseph.scott@owp.csus.edu Office Of Water Programs - CSU Sacramento To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 15:24:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix1.ix.netcom.com (dfw-ix1.ix.netcom.com [206.214.98.1]) by hub.freebsd.org (Postfix) with ESMTP id 4DE5415B81 for ; Mon, 20 Sep 1999 15:24:54 -0700 (PDT) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix1.ix.netcom.com (8.8.4/8.8.4) id RAA09456; Mon, 20 Sep 1999 17:24:42 -0500 (CDT) Received: from sji-ca50-38.ix.netcom.com(209.111.213.38) by dfw-ix1.ix.netcom.com via smap (V1.3) id rma009295; Mon Sep 20 17:23:08 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id PAA90012; Mon, 20 Sep 1999 15:23:04 -0700 (PDT) To: Andreas Klemm Cc: ports@freebsd.org Subject: Re: net/bb port References: <199909201327.GAA87814@silvia.hip.berkeley.edu> <19990920212704.B98353@titan.klemm.gtn.com> From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Date: 20 Sep 1999 15:23:02 -0700 In-Reply-To: Andreas Klemm's message of "Mon, 20 Sep 1999 21:27:04 +0200" Message-ID: Lines: 11 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * > ln: /usr/local/share/apache/htdocs/bb: No such file or directory * Hmm, doesn't fail for me. I don't know! Maybe because you have an old apache installation that used that location? Andreas, please look at ports/www/apache13/pkg/PLIST. There is no share/apache/htdocs in there. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 15:38: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix15.ix.netcom.com (dfw-ix15.ix.netcom.com [206.214.98.15]) by hub.freebsd.org (Postfix) with ESMTP id 3C12214D12 for ; Mon, 20 Sep 1999 15:37:57 -0700 (PDT) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix15.ix.netcom.com (8.8.4/8.8.4) id RAA12990; Mon, 20 Sep 1999 17:37:43 -0500 (CDT) Received: from sji-ca50-38.ix.netcom.com(209.111.213.38) by dfw-ix15.ix.netcom.com via smap (V1.3) id rma011897; Mon Sep 20 17:31:01 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id PAA90091; Mon, 20 Sep 1999 15:30:57 -0700 (PDT) To: naddy@mips.rhein-neckar.de (Christian Weisgerber) Cc: freebsd-ports@freebsd.org Subject: Re: PAPERSIZE in /etc/make.conf? References: <7s4vte$uau$1@bigeye.rhein-neckar.de> From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Date: 20 Sep 1999 15:30:56 -0700 In-Reply-To: naddy@mips.rhein-neckar.de's message of "20 Sep 1999 11:48:30 +0200" Message-ID: Lines: 26 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: naddy@mips.rhein-neckar.de (Christian Weisgerber) * I already put that question to -hackers since it also concerns * groff, but I guess I ought to ask about opinions here too, since * the main target are ports: * * How about putting a variable PAPERSIZE (A4, letter) in /etc/make.conf? * We currently have a couple of ports that exist in -a4 and -letter * versions. We also have other ports (e.g. ghostscript55) where the * informed user can choose either format at build time by explicitly * setting a make variable. Wouldn't it be better if ports could pull * this as a system setting automatically out of /etc/make.conf? No. We tried that before. As long as the papersizes are compiled in, it doesn't solve anything and just makes it harder to distinguish between packages. The current system is a result of that failed experiment. * - Some ports support additional paper sizes (letterdj). * - The package builders end up with packages that are unmarked but * assume one papersize. Of course, we already have this situation with * some ports. No reason to spread the problem to *all* papersize-varying ports. ;> Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 15:43:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from bastuba.partitur.se (bastuba.partitur.se [193.219.246.194]) by hub.freebsd.org (Postfix) with ESMTP id 5FFE914EA4; Mon, 20 Sep 1999 15:43:36 -0700 (PDT) (envelope-from girgen@partitur.se) Received: from elbas.partitur.se (elbas.partitur.se [193.219.246.222]) by bastuba.partitur.se (8.8.8/8.8.8) with ESMTP id AAA27795; Tue, 21 Sep 1999 00:43:29 +0200 (CEST) (envelope-from girgen@partitur.se) Received: from partitur.se (localhost [127.0.0.1]) by elbas.partitur.se (8.9.3/8.9.3) with ESMTP id AAA04582; Tue, 21 Sep 1999 00:43:28 +0200 (CEST) (envelope-from girgen@partitur.se) Message-ID: <37E6B890.407A38E4@partitur.se> Date: Tue, 21 Sep 1999 00:43:28 +0200 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.3-RELEASE i386) X-Accept-Language: sv, en MIME-Version: 1.0 To: Joseph Scott Cc: stb@FreeBSD.org, ports@FreeBSD.org Subject: Re: FreeBSD Port: cyrus-1.5.19 References: <37E6AC1F.A3CCD20A@owp.csus.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Funny; I just looked at it yesterday. As you say, it should be worth it. I'm planning getting a port working this week, if noone else beats me to it ;-) BTW, what do you people using this port think about the /usr/local/cyrus/bin directory? Shouldn't this fit in sbin? Or will this break too many installations? /Palle Joseph Scott wrote: > > Any chance of getting the newer Cyrus Imap 1.6.13 to be included in the > ports collection? They have a newer web site also : > > http://asg.web.cmu.edu/cyrus/ > > It looks like there's more to 1.6.13 than 1.5.19, but it looks like it > would be worth it. > > thanks. > > -- > > Joseph Scott > joseph.scott@owp.csus.edu > Office Of Water Programs - CSU Sacramento > > 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 Sep 20 16: 2:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix13.ix.netcom.com (dfw-ix13.ix.netcom.com [206.214.98.13]) by hub.freebsd.org (Postfix) with ESMTP id A152D15D0A for ; Mon, 20 Sep 1999 16:01:38 -0700 (PDT) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix13.ix.netcom.com (8.8.4/8.8.4) id SAA02594; Mon, 20 Sep 1999 18:01:29 -0500 (CDT) Received: from sji-ca50-38.ix.netcom.com(209.111.213.38) by dfw-ix13.ix.netcom.com via smap (V1.3) id rma027363; Mon Sep 20 17:32:00 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id PAA90100; Mon, 20 Sep 1999 15:31:53 -0700 (PDT) To: Bill Fenner Cc: ports@freebsd.org Subject: Re: USE_QT2 -> ${PORTSDIR}/x11-toolkits/qt2? References: <199909202125.OAA94197@mango.attlabs.att.com> From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Date: 20 Sep 1999 15:31:51 -0700 In-Reply-To: Bill Fenner's message of "Mon, 20 Sep 1999 14:25:24 -0700 (PDT)" Message-ID: Lines: 7 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * bsd.port.mk points USE_QT2 to ${PORTSDIR}/x11-toolkits/qt2, * which does not exist. Should it point to * ${PORTSDIR}/x11-toolkits/qt201? Yes. Sorry, will fix. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 17:10:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix7.ix.netcom.com (dfw-ix7.ix.netcom.com [206.214.98.7]) by hub.freebsd.org (Postfix) with ESMTP id E2A5D14F22 for ; Mon, 20 Sep 1999 17:10:35 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix7.ix.netcom.com (8.8.4/8.8.4) id TAA25738 for ; Mon, 20 Sep 1999 19:10:31 -0500 (CDT) Received: from sji-ca50-38.ix.netcom.com(209.111.213.38) by dfw-ix7.ix.netcom.com via smap (V1.3) id rma025281; Mon Sep 20 19:08:49 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id RAA01251; Mon, 20 Sep 1999 17:08:36 -0700 (PDT) Date: Mon, 20 Sep 1999 17:08:36 -0700 (PDT) Message-Id: <199909210008.RAA01251@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: ports@freebsd.org Subject: thoteditor From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Can someone take a look at editors/thotediter? It doesn't even pass "make extract" now. I can force it past the extract stage but then the patches don't apply. The setup with two distfiles are so weird (many overlapping files), I can't even imagine how this is supposed to work. It has been marked BROKEN for several months now, if nobody fixes it soon, I'm going to remove it. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 17:40: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A5D714CB4 for ; Mon, 20 Sep 1999 17:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA66003; Mon, 20 Sep 1999 17:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from lambic.physics.montana.edu (lambic.physics.montana.edu [153.90.192.128]) by hub.freebsd.org (Postfix) with ESMTP id 5513914C84 for ; Mon, 20 Sep 1999 17:29:37 -0700 (PDT) (envelope-from handy@lambic.physics.montana.edu) Received: (from handy@localhost) by lambic.physics.montana.edu (8.9.3/8.9.3) id SAA66271; Mon, 20 Sep 1999 18:29:19 -0600 (MDT) (envelope-from handy) Message-Id: <199909210029.SAA66271@lambic.physics.montana.edu> Date: Mon, 20 Sep 1999 18:29:19 -0600 (MDT) From: handy@physics.montana.edu Reply-To: handy@physics.montana.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13864: Window Maker upgrade: 0.60.0 -> 0.61.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13864 >Category: ports >Synopsis: windowmaker upgrade: 0.60.0 -> 0.61.0 >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 Sep 20 17:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Brian Handy >Release: FreeBSD 4.0-CURRENT i386 >Organization: MSU - Bozeman >Environment: >Description: Here it is. patch-ba, patch-bb are gone. >How-To-Repeat: >Fix: diff -urN windowmaker.orig/Makefile windowmaker/Makefile --- windowmaker.orig/Makefile Mon Sep 20 18:00:59 1999 +++ windowmaker/Makefile Mon Sep 20 18:01:40 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: WindowMaker -# Version required: 0.60.0 +# Version required: 0.61.0 # Date created: August 13, 1997 # Whom: handy@physics.montana.edu # # $FreeBSD: ports/x11-wm/windowmaker/Makefile,v 1.57 1999/09/18 03:12:10 steve Exp $ -DISTNAME= WindowMaker-0.60.0 -PKGNAME= windowmaker-0.60.0 +DISTNAME= WindowMaker-0.61.0 +PKGNAME= windowmaker-0.61.0 CATEGORIES= x11-wm windowmaker MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} \ http://jgo.local.net/cool_downloads/wm/ diff -urN windowmaker.orig/files/md5 windowmaker/files/md5 --- windowmaker.orig/files/md5 Mon Sep 20 18:00:59 1999 +++ windowmaker/files/md5 Mon Sep 20 18:02:46 1999 @@ -1,2 +1,2 @@ -MD5 (WindowMaker-0.60.0.tar.bz2) = 604037b038962325d0518e1c2d02e929 +MD5 (WindowMaker-0.61.0.tar.bz2) = 13658487c69fdbcff424234ce680755b MD5 (WindowMaker-extra-0.1.tar.bz2) = e6fb381da0d207c320f58e7a1fea2a2b diff -urN windowmaker.orig/patches/patch-ba windowmaker/patches/patch-ba --- windowmaker.orig/patches/patch-ba Mon Sep 20 18:00:59 1999 +++ windowmaker/patches/patch-ba Wed Dec 31 17:00:00 1969 @@ -1,11 +0,0 @@ ---- WindowMaker/Defaults/WMState.orig Wed Apr 28 15:06:57 1999 -+++ WindowMaker/Defaults/WMState Wed Apr 28 15:08:05 1999 -@@ -17,7 +17,7 @@ - Position = "0,1"; - }, - { -- Command = "/usr/local/GNUstep/Apps/WPrefs.app/WPrefs"; -+ Command = "%%PREFIX%%/GNUstep/Apps/WPrefs.app/WPrefs"; - Name = groupLeader.WPrefs; - AutoLaunch = No; - Forced = No; diff -urN windowmaker.orig/patches/patch-bb windowmaker/patches/patch-bb --- windowmaker.orig/patches/patch-bb Mon Sep 20 18:00:59 1999 +++ windowmaker/patches/patch-bb Wed Dec 31 17:00:00 1969 @@ -1,32 +0,0 @@ ---- WindowMaker/Defaults/WindowMaker.orig Wed Apr 28 15:11:36 1999 -+++ WindowMaker/Defaults/WindowMaker Wed Apr 28 15:18:53 1999 -@@ -8,21 +8,19 @@ - IconificationStyle = Zoom; - IconPath = ( - "~/GNUstep/Library/Icons", -- "/usr/local/share/WindowMaker/Icons", -- "/usr/local/share/WindowMaker/Pixmaps", -- "/usr/X11R6/include/X11/pixmaps", -+ "%%PREFIX%%/share/WindowMaker/Icons", -+ "%%PREFIX%%/share/WindowMaker/Pixmaps", -+ "%%PREFIX%%/include/X11/pixmaps", - "~/GNUstep/Library/WindowMaker/Pixmaps", -- "/usr/local/share/pixmaps", -- "/usr/share/pixmaps" -+ "%%PREFIX%%/share/pixmaps" - ); - PixmapPath = ( - "~/GNUstep/Library/WindowMaker/Pixmaps", - "~/GNUstep/Library/WindowMaker/Backgrounds", -- "/usr/local/share/WindowMaker/Pixmaps", -- "/usr/local/share/WindowMaker/Backgrounds", -- "/usr/X11R6/include/X11/pixmaps", -- "/usr/local/share/pixmaps", -- "/usr/share/pixmaps" -+ "%%PREFIX%%/share/WindowMaker/Pixmaps", -+ "%%PREFIX%%/share/WindowMaker/Backgrounds", -+ "%%PREFIX%%/include/X11/pixmaps", -+ "%%PREFIX%%/share/pixmaps" - ); - WindowTitleBalloons = YES; - IconSize = 64; diff -urN windowmaker.orig/pkg/PLIST windowmaker/pkg/PLIST --- windowmaker.orig/pkg/PLIST Mon Sep 20 18:00:59 1999 +++ windowmaker/pkg/PLIST Mon Sep 20 18:24:59 1999 @@ -21,9 +21,6 @@ GNUstep/Apps/WPrefs.app/tiff/menualign2.tiff GNUstep/Apps/WPrefs.app/tiff/menuprefs.tiff GNUstep/Apps/WPrefs.app/tiff/menus.tiff -GNUstep/Apps/WPrefs.app/tiff/minimouseleft.tiff -GNUstep/Apps/WPrefs.app/tiff/minimousemiddle.tiff -GNUstep/Apps/WPrefs.app/tiff/minimouseright.tiff GNUstep/Apps/WPrefs.app/tiff/miscprefs2.tiff GNUstep/Apps/WPrefs.app/tiff/moreanim.tiff GNUstep/Apps/WPrefs.app/tiff/mousesettings.tiff @@ -90,9 +87,6 @@ GNUstep/Apps/WPrefs.app/xpm/menualign2.xpm GNUstep/Apps/WPrefs.app/xpm/menuprefs.xpm GNUstep/Apps/WPrefs.app/xpm/menus.xpm -GNUstep/Apps/WPrefs.app/xpm/minimouseleft.xpm -GNUstep/Apps/WPrefs.app/xpm/minimousemiddle.xpm -GNUstep/Apps/WPrefs.app/xpm/minimouseright.xpm GNUstep/Apps/WPrefs.app/xpm/miscprefs2.xpm GNUstep/Apps/WPrefs.app/xpm/moreanim.xpm GNUstep/Apps/WPrefs.app/xpm/mousesettings.xpm @@ -297,6 +291,7 @@ share/WindowMaker/Styles/BlueDawn.style share/WindowMaker/Styles/BlueishGreen.style share/WindowMaker/Styles/Brown.style +share/WindowMaker/Styles/Brownish.style share/WindowMaker/Styles/Chumbo.style share/WindowMaker/Styles/Copper.style share/WindowMaker/Styles/DarkBlue.style @@ -312,6 +307,7 @@ share/WindowMaker/Styles/Pink.style share/WindowMaker/Styles/Pumpkin.style share/WindowMaker/Styles/Purple.style +share/WindowMaker/Styles/Purplish.style share/WindowMaker/Styles/Red.style share/WindowMaker/Styles/RednBlue.style share/WindowMaker/Styles/Summer.style @@ -363,6 +359,7 @@ share/WindowMaker/menu.zh_TW.Big5 share/WindowMaker/plmenu share/WindowMaker/plmenu.da +share/WindowMaker/plmenu.de share/WindowMaker/plmenu.fr share/WindowMaker/plmenu.hr share/WindowMaker/plmenu.it >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 Sep 20 17:40:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix11.ix.netcom.com (dfw-ix11.ix.netcom.com [206.214.98.11]) by hub.freebsd.org (Postfix) with ESMTP id 32D7014E37 for ; Mon, 20 Sep 1999 17:40:22 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix11.ix.netcom.com (8.8.4/8.8.4) id TAA04437 for ; Mon, 20 Sep 1999 19:40:15 -0500 (CDT) Received: from sji-ca50-38.ix.netcom.com(209.111.213.38) by dfw-ix11.ix.netcom.com via smap (V1.3) id rma004065; Mon Sep 20 19:38:45 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id RAA58632; Mon, 20 Sep 1999 17:38:41 -0700 (PDT) Date: Mon, 20 Sep 1999 17:38:41 -0700 (PDT) Message-Id: <199909210038.RAA58632@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: ports@freebsd.org Subject: rayshade port From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It's been marked broken ever since we moved to ELF. I'm going to remove it if nobody fixes it soon. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 17:47:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3081914D0B; Mon, 20 Sep 1999 17:47:46 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA66674; Mon, 20 Sep 1999 17:47:46 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 20 Sep 1999 17:47:46 -0700 (PDT) From: Message-Id: <199909210047.RAA66674@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, cpiazza@FreeBSD.org Subject: Re: ports/13864: windowmaker upgrade: 0.60.0 -> 0.61.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: windowmaker upgrade: 0.60.0 -> 0.61.0 Responsible-Changed-From-To: freebsd-ports->cpiazza Responsible-Changed-By: cpiazza Responsible-Changed-When: Mon Sep 20 17:47:38 PDT 1999 Responsible-Changed-Why: I'll handle this To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 17:52:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3453C14C38; Mon, 20 Sep 1999 17:52:37 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA67274; Mon, 20 Sep 1999 17:52:37 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 20 Sep 1999 17:52:37 -0700 (PDT) From: Message-Id: <199909210052.RAA67274@freefall.freebsd.org> To: sobomax@altavista.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13854: [PATCH] Empty "Themes" menu in wmakerconf. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Empty "Themes" menu in wmakerconf. State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Mon Sep 20 17:51:49 PDT 1999 State-Changed-Why: This was removed in 0.61.0 and things like this are better submitted to the program authors for actively developed programs anyway To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 18:30: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5245214DB6 for ; Mon, 20 Sep 1999 18:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA70622; Mon, 20 Sep 1999 18:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from bastuba.partitur.se (bastuba.partitur.se [193.219.246.194]) by hub.freebsd.org (Postfix) with ESMTP id 7626714DB6; Mon, 20 Sep 1999 18:21:15 -0700 (PDT) (envelope-from girgen@partitur.se) Received: from elbas.partitur.se (elbas.partitur.se [193.219.246.222]) by bastuba.partitur.se (8.8.8/8.8.8) with ESMTP id DAA28980; Tue, 21 Sep 1999 03:21:14 +0200 (CEST) (envelope-from girgen@partitur.se) Received: (from girgen@localhost) by elbas.partitur.se (8.9.3/8.9.3) id DAA06582; Tue, 21 Sep 1999 03:21:14 +0200 (CEST) (envelope-from girgen@partitur.se) Message-Id: <199909210121.DAA06582@elbas.partitur.se> Date: Tue, 21 Sep 1999 03:21:14 +0200 (CEST) From: Palle Girgensohn Reply-To: girgen@partitur.se To: freebsd-gnats-submit@freebsd.org Cc: andreas@freebsd.org X-Send-Pr-Version: 3.110 Subject: ports/13865: info fix for postgresql Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13865 >Category: ports >Synopsis: info fix for postgresql >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: Mon Sep 20 18:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: pingpong-2.5 >Organization: partitur >Environment: >Description: This is a really small fix: - When compiling postgresql-jdbc, the compileation process presents a bad path to the installed jar-file. >How-To-Repeat: >Fix: --- postgresql.new/patches/patch-ba~ Tue Sep 21 01:43:25 1999 +++ postgresql.new/patches/patch-ba Tue Sep 21 01:55:53 1999 @@ -26,7 +26,7 @@ - @echo other applications, copy the postgresql.jar file to a public - @echo "place (under unix this could be /usr/local/lib) and add it" + @echo other applications, add the path -+ @echo !!JAVA_HOME!!/share/java/postgresql.jar ++ @echo !!PREFIX!!/share/java/postgresql.jar @echo to the class path. @echo @echo Then either add -Djdbc.drivers=postgresql.Driver to the --- postgresql.new/scripts/configure~ Tue Sep 21 01:43:25 1999 +++ postgresql.new/scripts/configure Tue Sep 21 01:57:01 1999 @@ -4,4 +4,4 @@ cd $WRKSRC || exit 1 -perl -pi -e "s=!!JAVA_HOME!!=${JAVA_HOME}=" ${WRKSRC}/interfaces/jdbc/Makefile +perl -pi -e "s=!!JAVA_HOME!!=${JAVA_HOME}=; s=!!PREFIX!!=${PREFIX}=" ${WRKSRC}/interfaces/jdbc/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 Mon Sep 20 18:30:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B9CC114FE8 for ; Mon, 20 Sep 1999 18:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA70631; Mon, 20 Sep 1999 18:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pluto.ipass.net (pluto.ipass.net [198.79.53.5]) by hub.freebsd.org (Postfix) with ESMTP id 697A214DB6 for ; Mon, 20 Sep 1999 18:26:00 -0700 (PDT) (envelope-from rhh@ipass.net) Received: from stealth.ipass.net. (ppp-2-220.dialup.rdu.ipass.net [209.170.133.220]) by pluto.ipass.net (8.9.3/8.9.3) with ESMTP id VAA01083 for ; Mon, 20 Sep 1999 21:25:54 -0400 (EDT) Received: (from rhh@localhost) by stealth.ipass.net. (8.9.3/8.8.8) id VAA02119; Mon, 20 Sep 1999 21:27:08 -0400 (EDT) (envelope-from rhh) Message-Id: <199909210127.VAA02119@stealth.ipass.net.> Date: Mon, 20 Sep 1999 21:27:08 -0400 (EDT) From: aa8vb@ipass.net Reply-To: aa8vb@ipass.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13866: [NEW PORT] glclock - An OpenGL benchmark and demo Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13866 >Category: ports >Synopsis: [NEW PORT] glclock - An OpenGL benchmark and demo >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 Sep 20 18:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Randall Hopper >Release: FreeBSD 3.2-RELEASE i386 >Organization: self >Environment: Stock 3.2-RELEASE with XFree86 3.3.4. Mesa-3.0 w/ hardware-accelerated GLX from http://www.freebsd.org/~3d. Video: Matrox G200 PCI 16MB. >Description: New port. >How-To-Repeat: Build port. >Fix: Port attached. Thanks for the commit! begin 644 glclock.tgz M'XL(`%/-YC<``^U:W6_BV!6?5_NO.).)=D%@;&,^$F98A0&&I0,)`F8G#R,A M@R_@QE^U39C9*/N_M$H>J_:A:CNMM)5V^]!6VE8K];E2'ZH^M$_;?Z#G&AL, M89(9=9)*L_>G!-OWG'O.N1_GPQ*:3P M&CY`H5B4\[E"7L9[6K[H`]]SI]%J^^900XRX,NEM,PO4? MZP;Q;FD7O/WZ*_FL)./ZRP5%8NM_%UA??U.[C3F7):F0RUVS_L5<;/VSN/[9 M;+%X#Z1;L.4*ON?KWZ[E(1%N`B&?D3(X&YG)YTDH@[PO[RM[1!X/]\Z!"&`P"OY_K_G3E^#0TC%1''0;NGP%X8KLPGEE!>.`= MXHYMUU2M$0&?>#YRIR&2/-<-`P6!/0;/-@G,/`+(#?[4QKOYU(:I>DJ`GZJN M-E==(JBC$3&(J_I$`Z6&:EW-@X1'D'D^SXQ=0H:>EK'=B?B%HB4!19T2]Q6, M5<^':N>9EV'1Z>T1]_].J]E[_]G_9O_/Y;-1_2=G\X7@_4_.,O^_"PQU2PR\ M/-@&/'TD+H&=!M MZ+C!_[/X=KCT?R4X_\UF"WGF_W>!!W!(YECUN[X'(]M`Q_-UVP(SW`XT4Y>X MR`4>P&?$]2C=)3^:Z2[12EP^(V%[#;,UC%Q"DW:)X[(2](CC$W-(7)#W]_>1 MY?G4-I'$=;%D4+$D^-1VL&Z`1ZJZ=SH\T!W5\S(6\3_A'R#S[A-,\X][M=+" M-'&BFL03-S=K^A3DC!PH$*4]$N.HVZSWRMQ+618"BL>W*[U^O3OH-?N4,/5]IR2*M/C05!P\ M\3,3-_-#1_S"5#U55-W15#]%Z^`%ST7,4R=SBE-INYF135G5&98[KB=^5I%P MBRO*]EZ!"BR^+#+WL*,I8HF$$RJNZ^'1ON9A'__KW3*W,7T\WVH^'M3JG?IA M#6UOM#)RKK1[UCGJ]GNU9O=?7`\Z'3K3YK'9>X5 MH:-_B@\MG*IH%_"55FO0KW0;]?YR_G@>7Q::G7X/RK!*(!#/%+">.&"9-#@. M!PVPEC8@GC)@F2X@EBH@QKZ0$.L1\:]R`M^O'_>?=>O4PE4^@##^PS+>\YHM MZ!8UTRCQW,'N6?.PUZ&X)@=?$:W1L9,(_"(EM[4)3/FR2V-#NZ0R@1A#%YZ1#+PP))L!U?-_7/55K(>DBA!T."J?I33&@IN`)A;)NZ M+XQ=+#$%Q]8M'ZM2[&6[(R*8Q%S>JYKFXF"H>(G$HT6L69F$AVQ/ZBW M*IU>O3;H-]OU9#+)"QPW=CSDQI=,RP<1!8P-6_63D1P!%KJ22,,=*"515XH+ M5$7*R^60!Y*4%`J4,M(X8"6&1V+M[Z((%ITA+C,8ZV)B"GN+B2G*Z;W%O)Q1 M7FH;\@]&]LSRD[3EC(Z3\QS=&KRDX4,I!))$H&(#(Z-.2;B6BYH3>%N,:S%0 M"&6$A$I,BP(@=B@HV<;NK:]ZXJTI:-G:-D%[7X9>KZK6Y/$SDX2 M/OH([B]I5T4N>\4E8K);[)#E*'`+3OQI(A"W;*QBKE-'6"@D<+51Z\?BQY"D MY05.=#3&I2UK23T)J:68AY&RV,CCZF+-URB,S()/!R72A3A%[__Y4\O_W;Y]>5?+_]S^?.+[W[[AV^^O7A]\:\O__WZ MGQ=_^?%/+O^.M%]=_N/BS[_YZH^__OJ;B^^^^MV7/_O3MZ]?LZ,&!@8&!@8& G!@8&!@8&!@8&!@8&!@8&!@8&!@8&!@8&!@8&ABWX+\B$PRelease-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 Sep 20 18:47:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from diana.infonets.hiroshima-u.ac.jp (diana.infonets.hiroshima-u.ac.jp [133.41.33.53]) by hub.freebsd.org (Postfix) with ESMTP id A1D4714C2E for ; Mon, 20 Sep 1999 18:47:19 -0700 (PDT) (envelope-from taoka@infonets.hiroshima-u.ac.jp) Received: from peg.infonets.hiroshima-u.ac.jp (peg.infonets.hiroshima-u.ac.jp [133.41.33.64]) by diana.infonets.hiroshima-u.ac.jp (8.9.3/3.7W) with ESMTP id KAA76650 for ; Tue, 21 Sep 1999 10:49:11 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by peg.infonets.hiroshima-u.ac.jp (8.9.3/3.6W) with ESMTP id KAA48574 for ; Tue, 21 Sep 1999 10:47:17 +0900 (JST) To: ports@freebsd.org Subject: Re: ports/13809: new port: sysutils/wmbattery From: TAOKA Satoshi In-Reply-To: References: X-Mailer: Mew version 1.94 on XEmacs 21.1 (Big Bend) X-Prom-Mew: Prom-Mew 1.93.4 (procmail reader for Mew) X-URL: http://www.infonets.hiroshima-u.ac.jp/~taoka/ Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990921104717Q.taoka@infonets.hiroshima-u.ac.jp> Date: Tue, 21 Sep 1999 10:47:17 +0900 X-Dispatcher: imput version 990905(IM130) Lines: 25 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > >> I think wmbattery had better be set gid (to operator). > I agree.. I inadvertently forgot to add that part.. OK. > > Better make sure it's secure - many of these wm* utilities share a common > > heritage, and at least one (wmmon) contained buffer overflows from > > command-line arguments, and even processed arbitrary shell commands in a > > dotfile as the setuid user. :-( > > Well.. not much I can do about it right now since I don't even know what > programming habits/mistakes lead to buffer overflows.. meaning I can't look for > buffer overflows in wmbattery. I don't understand, too. By the way, I apply a secure-patch, wmapm/patches/patch-ab, to wmapm. wmapm can suspend or resume the PC. And wmapm is set gid. The above patch avoids to suspend or resume if the user dose not belong to the group, operater. wmapm, however, can monitor Battery. :-) S.TAOKA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 19:31:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp13.bellglobal.com (smtp13.bellglobal.com [204.101.251.52]) by hub.freebsd.org (Postfix) with ESMTP id 89E5E150C6; Mon, 20 Sep 1999 19:30:34 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from ppp5835.on.bellglobal.com (ppp1236.on.bellglobal.com [206.172.225.84]) by smtp13.bellglobal.com (8.8.5/8.8.5) with ESMTP id WAA14263; Mon, 20 Sep 1999 22:32:33 -0400 (EDT) Received: (from tim@localhost) by ppp5835.on.bellglobal.com (8.9.3/8.9.1) id WAA94712; Mon, 20 Sep 1999 22:11:53 -0400 (EDT) (envelope-from tim) Date: Mon, 20 Sep 1999 22:11:53 -0400 From: Tim Vanderhoek To: Will Andrews Cc: Kris Kennaway , freebsd-ports@FreeBSD.ORG Subject: Re: ports/13809: new port: sysutils/wmbattery Message-ID: <19990920221153.A94555@ppp5835.on.bellglobal.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: ; from Will Andrews on Mon, Sep 20, 1999 at 04:20:40PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Sep 20, 1999 at 04:20:40PM -0400, Will Andrews wrote: > > People install ports at their own risk. There are, after all, ways for a user > to place restrictions on the programs installed by such. OpenBSD has a somewhat stricter (and far more comforting) policy... -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 19:40: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 370FF14DC5 for ; Mon, 20 Sep 1999 19:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA76218; Mon, 20 Sep 1999 19:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 20 Sep 1999 19:40:01 -0700 (PDT) Message-Id: <199909210240.TAA76218@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jeremy Lea Subject: Re: ports/13858: glib 1.2.3, libtool 1.3.3, gtk 1.2.3 incompatability Reply-To: Jeremy Lea Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/13858; it has been noted by GNATS. From: Jeremy Lea To: glenn@earthdome.org Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/13858: glib 1.2.3, libtool 1.3.3, gtk 1.2.3 incompatability Date: Mon, 20 Sep 1999 19:32:06 -0700 Hi, On Mon, Sep 20, 1999 at 06:36:08AM -0700, glenn@earthdome.org wrote: > >Description: > glib 1.2.3 assumes that all the libraries installed end with the > release number. i.e. libglib12.so.2 or libglib12.a > > But libtool installs them as libglib-12.so.2 and libglib.a Your ports tree is broken. It should have complained that libtool was out of date, and that you needed a to upgrade too 1.3.3. Try cvsuping bsd.port.mk, and see if things improve. If it it does not then I messed up the test at line 1919 of bsd.port.mk, otherwise, could someone close this pr? Regards, -Jeremy -- .sig.gz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 21:11:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id B11DF14C8C for ; Mon, 20 Sep 1999 21:11:47 -0700 (PDT) (envelope-from chuckr@mat.net) Received: from localhost (localhost [127.0.0.1]) by picnic.mat.net (8.9.3/8.9.3) with ESMTP id AAA06945; Tue, 21 Sep 1999 00:12:10 -0400 (EDT) (envelope-from chuckr@mat.net) Date: Tue, 21 Sep 1999 00:12:10 -0400 (EDT) From: Chuck Robey To: Satoshi Asami Cc: ports@FreeBSD.ORG Subject: Re: thoteditor In-Reply-To: <199909210008.RAA01251@silvia.hip.berkeley.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 20 Sep 1999, Satoshi Asami wrote: > Can someone take a look at editors/thotediter? It doesn't even pass > "make extract" now. I can force it past the extract stage but then > the patches don't apply. The setup with two distfiles are so weird > (many overlapping files), I can't even imagine how this is supposed to > work. > > It has been marked BROKEN for several months now, if nobody fixes it > soon, I'm going to remove it. It now unpacks into "Thot", not "thot", but it's majorly busted, even needs another source package. Please don't delete it yet. Last time I used it, it actually worked, so maybe it's worth keeping about, if I can get it working. ---------------------------------------------------------------------------- Chuck Robey | Interests include C programming, Electronics, 213 Lakeside Dr. Apt. T-1 | communications, and signal processing. Greenbelt, MD 20770 | I run picnic.mat.net: FreeBSD-current(i386) and (301) 220-2114 | jaunt.mat.net : FreeBSD-current(Alpha) ---------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 21:59:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix6.ix.netcom.com (dfw-ix6.ix.netcom.com [206.214.98.6]) by hub.freebsd.org (Postfix) with ESMTP id 1311214FF5 for ; Mon, 20 Sep 1999 21:59:10 -0700 (PDT) (envelope-from asami@sunrise.cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix6.ix.netcom.com (8.8.4/8.8.4) id XAA06496; Mon, 20 Sep 1999 23:59:08 -0500 (CDT) Received: from sji-ca50-38.ix.netcom.com(209.111.213.38) by dfw-ix6.ix.netcom.com via smap (V1.3) id rma006425; Mon Sep 20 23:58:28 1999 Received: (from asami@localhost) by bubble.didi.com (8.9.3/8.8.8) id VAA04652; Mon, 20 Sep 1999 21:58:18 -0700 (PDT) (envelope-from asami) To: Chuck Robey Cc: ports@FreeBSD.ORG Subject: Re: thoteditor References: From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) Date: 20 Sep 1999 21:58:17 -0700 In-Reply-To: Chuck Robey's message of "Tue, 21 Sep 1999 00:12:10 -0400 (EDT)" Message-ID: Lines: 12 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Chuck Robey * It now unpacks into "Thot", not "thot", but it's majorly busted, even * needs another source package. Please don't delete it yet. * * Last time I used it, it actually worked, so maybe it's worth keeping * about, if I can get it working. That's fine. I pointed the MAINTAINER at you. Please fix it, or delete it if you can't fix it. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Sep 20 22:37:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7AB0814BC3; Mon, 20 Sep 1999 22:37:38 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA88994; Mon, 20 Sep 1999 22:37:38 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 20 Sep 1999 22:37:38 -0700 (PDT) From: Message-Id: <199909210537.WAA88994@freefall.freebsd.org> To: tkato@prontomail.ne.jp, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13828: Update port: x11-wm/afterstep-devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: x11-wm/afterstep-devel State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Mon Sep 20 22:37:28 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Sep 21 0:51:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ipt2.iptelecom.net.ua (ipt2.iptelecom.net.ua [212.42.68.2]) by hub.freebsd.org (Postfix) with ESMTP id 7B19614E96; Tue, 21 Sep 1999 00:50:58 -0700 (PDT) (envelope-from sobomax@altavista.net) Received: from gate. (dialup5-2.iptelecom.net.ua [212.42.75.2]) by ipt2.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id KAA05108; Tue, 21 Sep 1999 10:51:27 +0300 (EEST) Received: from altavista.net (big_brother [192.168.1.1]) by gate. (8.9.3/8.9.3) with ESMTP id KAA02612; Tue, 21 Sep 1999 10:50:24 +0300 (EEST) (envelope-from sobomax@altavista.net) Message-ID: <37E738BF.F002E0E6@altavista.net> Date: Tue, 21 Sep 1999 10:50:23 +0300 From: Maxim Sobolev Reply-To: sobomax@altavista.net Organization: Vega International Capital X-Mailer: Mozilla 4.61 [en] (WinNT; I) X-Accept-Language: ru,uk,en MIME-Version: 1.0 To: cpiazza@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/13854: [PATCH] Empty "Themes" menu in wmakerconf. References: <199909210052.RAA67274@freefall.freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org cpiazza@FreeBSD.org wrote: > Synopsis: [PATCH] Empty "Themes" menu in wmakerconf. > > State-Changed-From-To: open->closed > State-Changed-By: cpiazza > State-Changed-When: Mon Sep 20 17:51:49 PDT 1999 > State-Changed-Why: > This was removed in 0.61.0 and things like this are better submitted > to the program authors for actively developed programs anyway Hey! What you are talking about? My patch apply not to WindowMaker but to WmakerConf (feel the difference) which is currently in version 2.2! Please recheck it again. -Maxim -- "We believe in the Power and the Might!" (Manowar, 1996) ---------------------------------------- Maxim V. Sobolev, Financial Analyst, Vega International Capital Phone: +380-(44)-246-6396 Fax: +380-(44)-220-8715 E-mail: sobomax@altavista.net ICQ: #42290709 ---------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Sep 21 1:16: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7062714C30; Tue, 21 Sep 1999 01:16:08 -0700 (PDT) (envelope-from imura@FreeBSD.org) Received: (from imura@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA00435; Tue, 21 Sep 1999 01:16:07 -0700 (PDT) (envelope-from imura@FreeBSD.org) Date: Tue, 21 Sep 1999 01:16:07 -0700 (PDT) From: Message-Id: <199909210816.BAA00435@freefall.freebsd.org> To: imura@FreeBSD.org, freebsd-ports@FreeBSD.org, se@FreeBSD.org Subject: Re: ports/13834: make PREFIX= broken in kdesupport11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: make PREFIX= broken in kdesupport11 Responsible-Changed-From-To: freebsd-ports->se Responsible-Changed-By: imura Responsible-Changed-When: Tue Sep 21 01:13:31 PDT 1999 Responsible-Changed-Why: Over to the maintainer. I'll do it to my kdesupport11-i18n To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Sep 21 1:18:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5430514C30; Tue, 21 Sep 1999 01:18:41 -0700 (PDT) (envelope-from imura@FreeBSD.org) Received: (from imura@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA00740; Tue, 21 Sep 1999 01:18:41 -0700 (PDT) (envelope-from imura@FreeBSD.org) Date: Tue, 21 Sep 1999 01:18:41 -0700 (PDT) From: Message-Id: <199909210818.BAA00740@freefall.freebsd.org> To: imura@FreeBSD.org, freebsd-ports@FreeBSD.org, se@FreeBSD.org Subject: Re: ports/13800: Patches attached for kdelibs-1.1.1, fix 'make PREFIX=/path' Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Patches attached for kdelibs-1.1.1, fix 'make PREFIX=/path' Responsible-Changed-From-To: freebsd-ports->se Responsible-Changed-By: imura Responsible-Changed-When: Tue Sep 21 01:17:09 PDT 1999 Responsible-Changed-Why: Over to the maintainer. I'll do it to my kdelibs11-i18n. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Sep 21 1:20: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B9A514C30; Tue, 21 Sep 1999 01:19:53 -0700 (PDT) (envelope-from imura@FreeBSD.org) Received: (from imura@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA00868; Tue, 21 Sep 1999 01:19:53 -0700 (PDT) (envelope-from imura@FreeBSD.org) Date: Tue, 21 Sep 1999 01:19:53 -0700 (PDT) From: Message-Id: <199909210819.BAA00868@freefall.freebsd.org> To: imura@FreeBSD.org, freebsd-ports@FreeBSD.org, se@FreeBSD.org Subject: Re: ports/13832: kdebase11 doesn't DTRT when PREFIX is set Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kdebase11 doesn't DTRT when PREFIX is set Responsible-Changed-From-To: freebsd-ports->se Responsible-Changed-By: imura Responsible-Changed-When: Tue Sep 21 01:19:14 PDT 1999 Responsible-Changed-Why: Over to the maitainer. I'll do it to my kdebase11-i18n. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Sep 21 1:21: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 39021153AD; Tue, 21 Sep 1999 01:21:01 -0700 (PDT) (envelope-from imura@FreeBSD.org) Received: (from imura@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA00988; Tue, 21 Sep 1999 01:21:01 -0700 (PDT) (envelope-from imura@FreeBSD.org) Date: Tue, 21 Sep 1999 01:21:01 -0700 (PDT) From: Message-Id: <199909210821.BAA00988@freefall.freebsd.org> To: imura@FreeBSD.org, freebsd-ports@FreeBSD.org, se@FreeBSD.org Subject: Re: ports/13842: 'make PREFIX' fails for kdemultimedia Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 'make PREFIX' fails for kdemultimedia Responsible-Changed-From-To: freebsd-ports->se Responsible-Changed-By: imura Responsible-Changed-When: Tue Sep 21 01:20:18 PDT 1999 Responsible-Changed-Why: Over to the maintainer. I'll do it to my kdemultimedia11-i18n. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Sep 21 1:22:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D906153AD; Tue, 21 Sep 1999 01:22:27 -0700 (PDT) (envelope-from imura@FreeBSD.org) Received: (from imura@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA01149; Tue, 21 Sep 1999 01:22:27 -0700 (PDT) (envelope-from imura@FreeBSD.org) Date: Tue, 21 Sep 1999 01:22:27 -0700 (PDT) From: Message-Id: <199909210822.BAA01149@freefall.freebsd.org> To: imura@FreeBSD.org, freebsd-ports@FreeBSD.org, se@FreeBSD.org Subject: Re: ports/13835: Fix 'make PREFIX=...' for kdegames11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix 'make PREFIX=...' for kdegames11 Responsible-Changed-From-To: freebsd-ports->se Responsible-Changed-By: imura Responsible-Changed-When: Tue Sep 21 01:22:04 PDT 1999 Responsible-Changed-Why: Over to the maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Sep 21 1:24: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 743C8153AD; Tue, 21 Sep 1999 01:24:04 -0700 (PDT) (envelope-from imura@FreeBSD.org) Received: (from imura@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA01766; Tue, 21 Sep 1999 01:24:04 -0700 (PDT) (envelope-from imura@FreeBSD.org) Date: Tue, 21 Sep 1999 01:24:04 -0700 (PDT) From: Message-Id: <199909210824.BAA01766@freefall.freebsd.org> To: imura@FreeBSD.org, freebsd-ports@FreeBSD.org, se@FreeBSD.org Subject: Re: ports/13839: kdegraphics11 'make PREFIX' fix, one compile bug killed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kdegraphics11 'make PREFIX' fix, one compile bug killed Responsible-Changed-From-To: freebsd-ports->se Responsible-Changed-By: imura Responsible-Changed-When: Tue Sep 21 01:23:24 PDT 1999 Responsible-Changed-Why: Over to the maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Sep 21 1:24:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E941153EC; Tue, 21 Sep 1999 01:24:52 -0700 (PDT) (envelope-from imura@FreeBSD.org) Received: (from imura@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA01938; Tue, 21 Sep 1999 01:24:52 -0700 (PDT) (envelope-from imura@FreeBSD.org) Date: Tue, 21 Sep 1999 01:24:52 -0700 (PDT) From: Message-Id: <199909210824.BAA01938@freefall.freebsd.org> To: imura@FreeBSD.org, freebsd-ports@FreeBSD.org, se@FreeBSD.org Subject: Re: ports/13833: make PREFIX=/foo/bar/quux broken for kdeutils11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: make PREFIX=/foo/bar/quux broken for kdeutils11 Responsible-Changed-From-To: freebsd-ports->se Responsible-Changed-By: imura Responsible-Changed-When: Tue Sep 21 01:24:23 PDT 1999 Responsible-Changed-Why: Over to the maintainter. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Sep 21 1:25:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 03018153EC; Tue, 21 Sep 1999 01:25:31 -0700 (PDT) (envelope-from imura@FreeBSD.org) Received: (from imura@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA02066; Tue, 21 Sep 1999 01:25:31 -0700 (PDT) (envelope-from imura@FreeBSD.org) Date: Tue, 21 Sep 1999 01:25:31 -0700 (PDT) From: Message-Id: <199909210825.BAA02066@freefall.freebsd.org> To: imura@FreeBSD.org, freebsd-ports@FreeBSD.org, se@FreeBSD.org Subject: Re: ports/13840: 'make PREFIX' fails for kdenetwork11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 'make PREFIX' fails for kdenetwork11 Responsible-Changed-From-To: freebsd-ports->se Responsible-Changed-By: imura Responsible-Changed-When: Tue Sep 21 01:25:11 PDT 1999 Responsible-Changed-Why: Over to the maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Sep 21 1:30:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from florence.pavilion.net (florence.pavilion.net [194.242.128.25]) by hub.freebsd.org (Postfix) with ESMTP id F3F2314C0D; Tue, 21 Sep 1999 01:30:13 -0700 (PDT) (envelope-from joe@florence.pavilion.net) Received: (from joe@localhost) by florence.pavilion.net (8.9.3/8.8.8) id JAA25837; Tue, 21 Sep 1999 09:30:07 +0100 (BST) (envelope-from joe) Date: Tue, 21 Sep 1999 09:30:06 +0100 From: Josef Karthauser To: Palle Girgensohn Cc: Joseph Scott , stb@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: FreeBSD Port: cyrus-1.5.19 Message-ID: <19990921093006.P98803@florence.pavilion.net> References: <37E6AC1F.A3CCD20A@owp.csus.edu> <37E6B890.407A38E4@partitur.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <37E6B890.407A38E4@partitur.se> X-NCC-RegID: uk.pavilion Organisation: Pavilion Internet plc, 24 The Old Steine, Brighton, BN1 1EL, England Phone: +44-845-333-5000 Fax: +44-845-333-5001 Mobile: +44-403-596893 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Be careful with this port - it's a different kind of animal. To make it work you'll also need 'sasl', which is a new method for handling passwords. You'll also need PAM to make it work usefully. The pwcheck program no longer exists! Joe On Tue, Sep 21, 1999 at 12:43:28AM +0200, Palle Girgensohn wrote: > Funny; I just looked at it yesterday. As you say, it should be worth it. > I'm planning getting a port working this week, if noone else beats me to > it ;-) > > BTW, what do you people using this port think about the > /usr/local/cyrus/bin directory? Shouldn't this fit in sbin? Or will this > break too many installations? > > /Palle > > Joseph Scott wrote: > > > > Any chance of getting the newer Cyrus Imap 1.6.13 to be included in the > > ports collection? They have a newer web site also : > > > > http://asg.web.cmu.edu/cyrus/ > > > > It looks like there's more to 1.6.13 than 1.5.19, but it looks like it > > would be worth it. > > > > thanks. > > > > -- > > > > Joseph Scott > > joseph.scott@owp.csus.edu > > Office Of Water Programs - CSU Sacramento > > > > 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 -- Josef Karthauser FreeBSD: How many times have you booted today? Technical Manager Viagra for your server (http://www.uk.freebsd.org) Pavilion Internet plc. [joe@pavilion.net, joe@uk.freebsd.org, joe@tao.org.uk] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Sep 21 1:32:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E25C014BF3; Tue, 21 Sep 1999 01:32:25 -0700 (PDT) (envelope-from imura@FreeBSD.org) Received: (from imura@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA03387; Tue, 21 Sep 1999 01:32:25 -0700 (PDT) (envelope-from imura@FreeBSD.org) Date: Tue, 21 Sep 1999 01:32:25 -0700 (PDT) From: Message-Id: <199909210832.BAA03387@freefall.freebsd.org> To: imura@FreeBSD.org, freebsd-ports@FreeBSD.org, se@FreeBSD.org Subject: Re: ports/13145: kaudioserver runs amok on logout Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kaudioserver runs amok on logout Responsible-Changed-From-To: freebsd-ports->se Responsible-Changed-By: imura Responsible-Changed-When: Tue Sep 21 01:30:28 PDT 1999 Responsible-Changed-Why: Over to the maintainer. I think kdelibs11-i18n/patches/patch-ba solves this problem. Sorry, I couldn't reply this message. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Sep 21 1:54:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix12.ix.netcom.com (dfw-ix12.ix.netcom.com [206.214.98.12]) by hub.freebsd.org (Postfix) with ESMTP id C45D4152F7 for ; Tue, 21 Sep 1999 01:54:12 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix12.ix.netcom.com (8.8.4/8.8.4) id DAA05111; Tue, 21 Sep 1999 03:54:05 -0500 (CDT) Received: from sji-ca50-38.ix.netcom.com(209.111.213.38) by dfw-ix12.ix.netcom.com via smap (V1.3) id rma005071; Tue Sep 21 03:53:44 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id BAA61549; Tue, 21 Sep 1999 01:53:31 -0700 (PDT) Date: Tue, 21 Sep 1999 01:53:31 -0700 (PDT) Message-Id: <199909210853.BAA61549@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: helbig@informatik.ba-stuttgart.de Cc: ports@freebsd.org Subject: lang/mocka port broken From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Can you take a look at this? It has never worked for ELF, that's almost a year of broken-ness.... http://bento.FreeBSD.org/errorlogs/errorlogs/logs.3.19990918/mocka-95.02.log Thanks, Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Sep 21 3:30:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1625815B1D for ; Tue, 21 Sep 1999 03:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA13835; Tue, 21 Sep 1999 03:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (Postfix) with ESMTP id E3988155CB for ; Mon, 20 Sep 1999 23:31:00 -0700 (PDT) (envelope-from doconnor@cain.gsoft.com.au) Received: (from doconnor@localhost) by cain.gsoft.com.au (8.8.8/8.8.8) id QAA01040; Tue, 21 Sep 1999 16:00:52 +0930 (CST) (envelope-from doconnor) Message-Id: <199909210630.QAA01040@cain.gsoft.com.au> Date: Tue, 21 Sep 1999 16:00:52 +0930 (CST) From: "Daniel O'Connor" Reply-To: doconnor@gsoft.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13871: New port of Tcl readline 1.0.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13871 >Category: ports >Synopsis: New port of Tcl readline 1.0.0 >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 21 03:30:05 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Daniel O'Connor >Release: FreeBSD 2.2.8-STABLE i386 >Organization: >Environment: 2.2.8-STABLE and -current system with Tcl 8.0.5. Not tested with 8.1 but expected to work (detects which one of the two to use) >Description: This library allows tcl apps to use GNU readline for their own use or for and interactive session, eg tclsh8.0 package require tclreadline ::tclreadline::Loop (Very handy for fiddling around with Tcl!) >How-To-Repeat: >Fix: The port is available at http://www.gsoft.com.au/~doconnor/tclreadline-port.tar.gz >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 Sep 21 3:30:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 80E4F15B33 for ; Tue, 21 Sep 1999 03:30:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA13862; Tue, 21 Sep 1999 03:30:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 7F740153EF; Tue, 21 Sep 1999 00:40:40 -0700 (PDT) Message-Id: <19990921074040.7F740153EF@hub.freebsd.org> Date: Tue, 21 Sep 1999 00:40:40 -0700 (PDT) From: webweaver@rmci.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13873: mutt-1.0b2 port broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13873 >Category: ports >Synopsis: mutt-1.0b2 port broken >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 Sep 21 03:30:07 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ken >Release: 3.2-RELEASE >Organization: >Environment: FreeBSD mark.iacan.org 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Tue May 18 04:05:08 GMT 1999 jkh@cathair:/usr/src/sys/compile/GENERIC i386 >Description: make yields errors as follows: ===> Building for mutt-1.0b2 make all-recursive Making all in doc make html sgmlfmt -f html manual Warning: the label `edit_headers' is multiply-defined. make manual.txt sgml2txt -c latin manual sgml2txt: not found *** Error code 1 Stop. *** Error code 1 (ignored) make manual.latin1 Then continues until terminating with: main.o l10nflist.o explodename.o ranlib libintl.a Making all in m4 Making all in po file=./`echo zh_TW.Big5 | sed 's,.*/,,'`.gmo && rm -f $file && PATH=../src:$PATH msgfmt -o $file zh_TW.Big5.po msgfmt: not found *** Error code 127 Stop. *** Error code 1 >How-To-Repeat: grab the port and try to make it >Fix: roll your own? >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 Sep 21 3:30:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 20EEB15B73 for ; Tue, 21 Sep 1999 03:30:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA13871; Tue, 21 Sep 1999 03:30:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from idefix.hrz.uni-bielefeld.de (idefix.hrz.uni-bielefeld.de [129.70.4.50]) by hub.freebsd.org (Postfix) with ESMTP id 0797714C85 for ; Tue, 21 Sep 1999 02:30:42 -0700 (PDT) (envelope-from root@idefix.hrz.uni-bielefeld.de) Received: (from root@localhost) by idefix.hrz.uni-bielefeld.de (8.9.3/8.9.2) id LAA04634; Tue, 21 Sep 1999 11:30:35 +0200 (CEST) (envelope-from root) Message-Id: <199909210930.LAA04634@idefix.hrz.uni-bielefeld.de> Date: Tue, 21 Sep 1999 11:30:35 +0200 (CEST) From: lkoeller@cc.fh-lippe.de Reply-To: lkoeller@cc.fh-lippe.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13874: openldap port upgrade to 1.2.7 (from 1.2.3) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13874 >Category: ports >Synopsis: ports update to openldap-1.2.7 >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 Sep 21 03:30:08 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Charlie & >Release: FreeBSD 3.2-RELEASE i386 >Organization: Computing Center, University of Bielefeld, Germany >Environment: FreeBSD 3.2-RELEASE with ports-current >Description: Upgrade to the actuel release of OpenLDAP 1.2.7 with a verry small patch to support the Netscape roaming feature of the communicator 4.5 >How-To-Repeat: - >Fix: Commit the patches! Update md5! Thanks and Regards Lars --------------------------- patch-aa (new) ------------------------------ *** servers/slapd/add.c.orig Fri Jan 29 06:11:49 1999 --- servers/slapd/add.c Tue Sep 21 10:47:13 1999 *************** *** 180,185 **** --- 180,188 ---- bv.bv_len = strlen( bv.bv_val ); } attr_merge( e, "creatorsname", bvals ); + /* Netscape Communicator 4.5 seems to expect modification information + to be present within newly created items. */ + attr_merge( e, "modifiersname", bvals ); ldap_pvt_thread_mutex_lock( ¤ttime_mutex ); #ifndef LDAP_LOCALTIME *************** *** 194,197 **** --- 197,203 ---- bv.bv_val = buf; bv.bv_len = strlen( bv.bv_val ); attr_merge( e, "createtimestamp", bvals ); + /* Netscape Communicator 4.5 seems to expect modification information + to be present within newly created items. */ + attr_merge( e, "modifytimestamp", bvals ); } --------------------- Makefile -------------------------------------- Change DISTNAME to: DISTNAME= openldap-1.2.7 >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 Sep 21 4:20:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 39AB91558B for ; Tue, 21 Sep 1999 04:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA19569; Tue, 21 Sep 1999 04:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from challenger.vee.net (ppp835.adelaide.on.net.au [150.101.250.236]) by hub.freebsd.org (Postfix) with ESMTP id 2E242155B4 for ; Tue, 21 Sep 1999 04:17:08 -0700 (PDT) (envelope-from michael@challenger.vee.net) Received: (from root@localhost) by challenger.vee.net (8.9.3/8.9.3) id GAA62173; Wed, 22 Sep 1999 06:14:51 +0930 (CST) (envelope-from michael) Message-Id: <199909212044.GAA62173@challenger.vee.net> Date: Wed, 22 Sep 1999 06:14:51 +0930 (CST) From: mike@vee.net Reply-To: mike@vee.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13875: new port: xp-0.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13875 >Category: ports >Synopsis: new port: xp-0.5 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 21 04:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: mike@vee.net >Release: FreeBSD 3.3-RELEASE i386 >Organization: >Environment: >Description: # 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: # # xp # xp/Makefile # xp/pkg # xp/pkg/COMMENT # xp/pkg/DESCR # xp/pkg/PLIST # xp/files # xp/files/md5 # xp/shar.out # echo c - xp mkdir -p xp > /dev/null 2>&1 echo x - xp/Makefile sed 's/^X//' >xp/Makefile << 'END-of-xp/Makefile' X# New ports collection makefile for: xp X# Version required: 0.5 X# Date created: 21 September 1999 X# Whom: mike X# X# $FreeBSD$ X# X XXP_VERSION= 0.5 X XDISTNAME= xp XPKGNAME= xp-${XP_VERSION} XCATEGORIES= textproc java XMASTER_SITES= ftp://ftp.jclark.com/pub/xml/ X XMAINTAINER= mike@vee.net X XRUN_DEPENDS= ${PREFIX}/jdk1.1.8/bin/java:${PORTSDIR}/java/jdk X XXP_VERSION= 0.5 XPLIST_SUB+= XP_VERSION=${XP_VERSION} X XNO_WORKSUBDIR= yes XNO_BUILD= yes XUSE_ZIP= yes X X.include X Xdo-install: X ${MKDIR} ${PREFIX}/share/java/classes ${PREFIX}/share/java/${PKGNAME} X ${INSTALL_DATA} \ X ${WRKDIR}/xp.jar \ X ${PREFIX}/share/java/classes/${PKGNAME}.jar X cd ${WRKDIR}; \ X ${CP} -R docs ${PREFIX}/share/java/${PKGNAME}; \ X ${CP} -R com ${PREFIX}/share/java/${PKGNAME} X X.include END-of-xp/Makefile echo c - xp/pkg mkdir -p xp/pkg > /dev/null 2>&1 echo x - xp/pkg/COMMENT sed 's/^X//' >xp/pkg/COMMENT << 'END-of-xp/pkg/COMMENT' XAn XML parser written in Java END-of-xp/pkg/COMMENT echo x - xp/pkg/DESCR sed 's/^X//' >xp/pkg/DESCR << 'END-of-xp/pkg/DESCR' XFrom the XP homepage: X X XP is an XML 1.0 parser written in Java. It is fully conforming: it X detects all non well-formed documents. X XXP has the following design goals: Conformance and correctness, high Xperformance and a layered structure. Is is currently non-validating but can Xparse all external entities. X XFor more details, please see the XP homepage: X XWWW: http://www.jclark.com/xml/xp/index.html X X- Mike (mike@vee.net) END-of-xp/pkg/DESCR echo x - xp/pkg/PLIST sed 's/^X//' >xp/pkg/PLIST << 'END-of-xp/pkg/PLIST' Xshare/java/classes/xp-%%XP_VERSION%%.jar Xshare/java/xp-%%XP_VERSION%%/com/jclark/util/Hashtable.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/apps/Doctype.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/apps/Normalize.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/apps/Time.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/io/Application.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/io/ApplicationImpl.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/io/Parser.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/io/ParserImpl.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/awt/Application.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/awt/ApplicationImpl.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/awt/Parser.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/awt/ParserImpl.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/base/Application.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/base/ApplicationImpl.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/base/Parser.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/base/ParserImpl.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/AttributeDefinition.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/CommentEvent.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/DocumentParser.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/ElementType.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/EndCdataSectionEvent.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/EndDocumentTypeDeclarationEvent.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/EndElementEvent.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/EndEntityReferenceEvent.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/EndPrologEvent.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/Entity.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/EntityManager.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/EntityManagerImpl.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/EntityParser.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/LocatedEvent.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/MarkupDeclarationEvent.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/MessageId.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/Messages.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/NotWellFormedException.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/OpenEntity.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/ParseLocation.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/ParserBase.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/ProcessingInstructionEvent.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/StartCdataSectionEvent.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/StartDocumentTypeDeclarationEvent.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/StartEntityReferenceEvent.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/CharacterDataEvent.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/StartElementEvent.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/DTD.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/ApplicationException.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/output/SyncXMLWriter.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/output/UTF8XMLWriter.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/output/XMLWriter.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/tok/XmlDecl.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/tok/Buffer.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/tok/ContentToken.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/tok/EmptyTokenException.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/tok/Encoding.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/tok/EndOfPrologException.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/tok/ExtensibleTokenException.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/tok/InternalEncoding.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/tok/InvalidTokenException.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/tok/ISO8859_1Encoding.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/tok/PartialCharException.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/tok/PartialTokenException.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/tok/Position.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/tok/PrologParser.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/tok/PrologSyntaxException.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/tok/Token.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/tok/SingleByteEncoding.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/tok/StringConversionCache.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/tok/TextDecl.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/tok/TokenException.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/tok/UTF16BigEndianEncoding.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/tok/UTF16LittleEndianEncoding.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/tok/UTF8Encoding.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/tok/ASCIIEncoding.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/sax/CommentDriver.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/sax/Driver.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/sax/Locator.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/sax/ReaderInputStream.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/sax/WrapperException.java Xshare/java/xp-%%XP_VERSION%%/com/jclark/xml/Version.java Xshare/java/xp-%%XP_VERSION%%/docs/api/CVS/Entries Xshare/java/xp-%%XP_VERSION%%/docs/api/CVS/Repository Xshare/java/xp-%%XP_VERSION%%/docs/api/CVS/Root Xshare/java/xp-%%XP_VERSION%%/docs/api/images/CVS/Entries Xshare/java/xp-%%XP_VERSION%%/docs/api/images/CVS/Repository Xshare/java/xp-%%XP_VERSION%%/docs/api/images/CVS/Root Xshare/java/xp-%%XP_VERSION%%/docs/api/images/blue-ball.gif Xshare/java/xp-%%XP_VERSION%%/docs/api/images/class-index.gif Xshare/java/xp-%%XP_VERSION%%/docs/api/images/constructor-index.gif Xshare/java/xp-%%XP_VERSION%%/docs/api/images/constructors.gif Xshare/java/xp-%%XP_VERSION%%/docs/api/images/cyan-ball-small.gif Xshare/java/xp-%%XP_VERSION%%/docs/api/images/cyan-ball.gif Xshare/java/xp-%%XP_VERSION%%/docs/api/images/error-index.gif Xshare/java/xp-%%XP_VERSION%%/docs/api/images/exception-index.gif Xshare/java/xp-%%XP_VERSION%%/docs/api/images/field-index.gif Xshare/java/xp-%%XP_VERSION%%/docs/api/images/fields.gif Xshare/java/xp-%%XP_VERSION%%/docs/api/images/green-ball-small.gif Xshare/java/xp-%%XP_VERSION%%/docs/api/images/green-ball.gif Xshare/java/xp-%%XP_VERSION%%/docs/api/images/interface-index.gif Xshare/java/xp-%%XP_VERSION%%/docs/api/images/magenta-ball-small.gif Xshare/java/xp-%%XP_VERSION%%/docs/api/images/magenta-ball.gif Xshare/java/xp-%%XP_VERSION%%/docs/api/images/method-index.gif Xshare/java/xp-%%XP_VERSION%%/docs/api/images/methods.gif Xshare/java/xp-%%XP_VERSION%%/docs/api/images/package-index.gif Xshare/java/xp-%%XP_VERSION%%/docs/api/images/red-ball-small.gif Xshare/java/xp-%%XP_VERSION%%/docs/api/images/red-ball.gif Xshare/java/xp-%%XP_VERSION%%/docs/api/images/variable-index.gif Xshare/java/xp-%%XP_VERSION%%/docs/api/images/variables.gif Xshare/java/xp-%%XP_VERSION%%/docs/api/images/yellow-ball-small.gif Xshare/java/xp-%%XP_VERSION%%/docs/api/images/blue-ball-small.gif Xshare/java/xp-%%XP_VERSION%%/docs/api/images/yellow-ball.gif Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.apps.Doctype.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.apps.Normalize.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.apps.Time.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.output.SyncXMLWriter.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.output.UTF8XMLWriter.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.output.XMLWriter.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.ApplicationException.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.AttributeDefinition.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.awt.Application.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.awt.ApplicationImpl.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.awt.Parser.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.awt.ParserImpl.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.base.Application.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.base.ApplicationImpl.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.base.Parser.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.base.ParserImpl.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.CharacterDataEvent.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.CommentEvent.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.DTD.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.DocumentParser.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.ElementType.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.EndCdataSectionEvent.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.EndDocumentTypeDeclarationEvent.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.EndElementEvent.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.EndEntityReferenceEvent.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.EndPrologEvent.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.Entity.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.EntityManager.html Xshare/java/xp-%%XP_VERSION%%/docs/api/packages.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.EntityManagerImpl.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.io.Application.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.io.ApplicationImpl.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.io.Parser.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.io.ParserImpl.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.LocatedEvent.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.MarkupDeclarationEvent.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.Messages.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.NotWellFormedException.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.OpenEntity.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.ParseLocation.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.ParserBase.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.ProcessingInstructionEvent.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.StartCdataSectionEvent.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.StartDocumentTypeDeclarationEvent.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.StartElementEvent.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.parse.StartEntityReferenceEvent.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.sax.CommentDriver.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.sax.Driver.html Xshare/java/xp-%%XP_VERSION%%/docs/api/tree.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.sax.ReaderInputStream.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.tok.Buffer.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.tok.ByteToCharConverter.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.tok.ContentToken.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.tok.EmptyTokenException.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.tok.Encoding.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.tok.EndOfPrologException.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.tok.ExtensibleTokenException.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.tok.InvalidTokenException.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.tok.Position.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.tok.PartialCharException.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.tok.PartialTokenException.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.tok.PrologParser.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.tok.PrologSyntaxException.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.tok.StringConversionCache.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.tok.TextDecl.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.tok.Token.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.tok.TokenException.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.tok.XmlDecl.html Xshare/java/xp-%%XP_VERSION%%/docs/api/com.jclark.xml.Version.html Xshare/java/xp-%%XP_VERSION%%/docs/api/.cvsignore Xshare/java/xp-%%XP_VERSION%%/docs/api/Package-com.jclark.xml.apps.html Xshare/java/xp-%%XP_VERSION%%/docs/api/Package-com.jclark.xml.html Xshare/java/xp-%%XP_VERSION%%/docs/api/Package-com.jclark.xml.output.html Xshare/java/xp-%%XP_VERSION%%/docs/api/Package-com.jclark.xml.parse.awt.html Xshare/java/xp-%%XP_VERSION%%/docs/api/Package-com.jclark.xml.parse.base.html Xshare/java/xp-%%XP_VERSION%%/docs/api/Package-com.jclark.xml.parse.html Xshare/java/xp-%%XP_VERSION%%/docs/api/Package-com.jclark.xml.parse.io.html Xshare/java/xp-%%XP_VERSION%%/docs/api/Package-com.jclark.xml.sax.html Xshare/java/xp-%%XP_VERSION%%/docs/api/Package-com.jclark.xml.tok.html Xshare/java/xp-%%XP_VERSION%%/docs/api/AllNames.html Xshare/java/xp-%%XP_VERSION%%/docs/index.html Xshare/java/xp-%%XP_VERSION%%/docs/copying.txt X@dirrm share/java/classes X@dirrm share/java/xp-%%XP_VERSION%%/com/jclark/xml/sax X@dirrm share/java/xp-%%XP_VERSION%%/com/jclark/xml/tok X@dirrm share/java/xp-%%XP_VERSION%%/com/jclark/xml/output X@dirrm share/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/base X@dirrm share/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/awt X@dirrm share/java/xp-%%XP_VERSION%%/com/jclark/xml/parse/io X@dirrm share/java/xp-%%XP_VERSION%%/com/jclark/xml/parse X@dirrm share/java/xp-%%XP_VERSION%%/com/jclark/xml/apps X@dirrm share/java/xp-%%XP_VERSION%%/com/jclark/xml X@dirrm share/java/xp-%%XP_VERSION%%/com/jclark/util X@dirrm share/java/xp-%%XP_VERSION%%/com/jclark X@dirrm share/java/xp-%%XP_VERSION%%/com X@dirrm share/java/xp-%%XP_VERSION%%/docs/api/images/CVS X@dirrm share/java/xp-%%XP_VERSION%%/docs/api/images X@dirrm share/java/xp-%%XP_VERSION%%/docs/api/CVS X@dirrm share/java/xp-%%XP_VERSION%%/docs/api X@dirrm share/java/xp-%%XP_VERSION%%/docs X@dirrm share/java/xp-%%XP_VERSION%% END-of-xp/pkg/PLIST echo c - xp/files mkdir -p xp/files > /dev/null 2>&1 echo x - xp/files/md5 sed 's/^X//' >xp/files/md5 << 'END-of-xp/files/md5' XMD5 (xp.zip) = e4a2371d5bad54eefa7287ebc62e2f1a END-of-xp/files/md5 echo x - xp/shar.out sed 's/^X//' >xp/shar.out << 'END-of-xp/shar.out' END-of-xp/shar.out exit >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 Sep 21 4:30:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.rp-plus.de (clubserv.rp-online.de [149.221.232.11]) by hub.freebsd.org (Postfix) with ESMTP id 91F7B14C0E for ; Tue, 21 Sep 1999 04:30:40 -0700 (PDT) (envelope-from alex@cichlids.com) Received: from neutron.cichlids.com (as3-022.rp-plus.de [149.221.238.214]) by mail.rp-plus.de (8.9.1a/8.9.1) with ESMTP id NAA10520 for ; Tue, 21 Sep 1999 13:30:44 +0200 (METDST) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (8.9.3/8.9.1) with ESMTP id NAA10349 for ; Tue, 21 Sep 1999 13:31:28 +0200 (CEST) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id NAA44219 for ports@freebsd.org; Tue, 21 Sep 1999 13:32:30 +0200 (CEST) (envelope-from alex) From: Alexander Langer Date: Tue, 21 Sep 1999 13:32:30 +0200 To: ports@freebsd.org Subject: Port Making Program Message-ID: <19990921133230.A43770@cichlids.cichlids.com> Mail-Followup-To: ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! Is there a program that helps one with making ports (automatically creating list for PLIST etc), or must this first be written? Alex -- I doubt, therefore I might be. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Sep 21 5:18: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.af.airnet.ne.jp (mail.af.airnet.ne.jp [210.159.66.49]) by hub.freebsd.org (Postfix) with ESMTP id F0FF415272 for ; Tue, 21 Sep 1999 05:18:04 -0700 (PDT) (envelope-from imura@cs.titech.ac.jp) Received: from imura.cs.titech.ac.jp (tok012.airnet.ne.jp [210.159.88.12]) by mail.af.airnet.ne.jp (8.8.8/3.6W/06/13/98-AF.AIRNET.NE.JP) with ESMTP id VAA18148; Tue, 21 Sep 1999 21:18:01 +0900 Posted-Date: Tue, 21 Sep 1999 21:17:59 +0900 (JST) To: camel@avias.com Cc: ports@freebsd.org Subject: Re: ports/net/kicq problem From: "R. Imura" In-Reply-To: <544.990921@avias.com> References: <544.990921@avias.com> X-Mailer: Mew version 1.94b20 on Emacs 19.34 / Mule 2.3 =?iso-2022-jp?B?KBskQkt2RSYyVhsoQik=?= X-Prom-Mew: Prom-Mew 1.93.4 (procmail reader for Mew) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990921211758T.imura@cs.titech.ac.jp> Date: Tue, 21 Sep 1999 21:17:58 +0900 X-Dispatcher: imput version 990401(IM113) Lines: 89 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, > Hello, > > i have installed latest (1.1.2) kde11-i18n based on qt-i18-1.44a library. > kde itself works fine, but now i'm experiencing another problem: old > binaries that were built with older qt do not run. but the worst thing is impossibility to re-build that > binaries with new qt using ports (kicq is good example). configure just > fails while trying to find qt library: > > checking for QT-1.4x... configure: error: QT-1.4x (libraries) not found. Please check your installation! > > could anybody fix this? I think you had better use non i18n kde* if you never use 16-bit fonts. Otherwise please apply the following patch to net/kicq and compile it. # It is only for my curiosity, could you tell me your language? diff -urN kicq.orig/Makefile kicq/Makefile --- kicq.orig/Makefile Tue Sep 21 19:33:49 1999 +++ kicq/Makefile Tue Sep 21 20:06:39 1999 @@ -13,12 +13,13 @@ MAINTAINER= paxvel@iname.com LIB_DEPENDS= icq.1:${PORTSDIR}/net/icqlib \ - kdecore.2:${PORTSDIR}/x11/kdelibs11 \ - kdeui.2:${PORTSDIR}/x11/kdelibs11 \ - kfm.2:${PORTSDIR}/x11/kdelibs11 + kdecore.2:${PORTSDIR}/x11/kdelibs11-i18n \ + kdeui.2:${PORTSDIR}/x11/kdelibs11-i18n \ + kfm.2:${PORTSDIR}/x11/kdelibs11-i18n \ + qti18n.2:${PORTSDIR}/x11-toolkits/qt-i18n -USE_QT= yes +USE_NEWGCC= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes .include diff -urN kicq.orig/patches/patch-aa kicq/patches/patch-aa --- kicq.orig/patches/patch-aa Tue Sep 21 19:33:49 1999 +++ kicq/patches/patch-aa Tue Sep 21 19:55:52 1999 @@ -1,5 +1,23 @@ ---- configure.orig Thu Dec 3 15:25:30 1998 -+++ configure Sat Jul 31 12:17:24 1999 +--- configure.orig Fri Dec 4 06:25:30 1998 ++++ configure Tue Sep 21 19:55:42 1999 +@@ -2254,7 +2254,7 @@ + qt_libdir=NO + for i in $qt_libdirs; + do +- for j in libqt.so libqt.so.1 libqt.a libqt.sl; ++ for j in libqt.so libqt.so.1 libqt.a libqt.sl libqti18n.so; + do + if test -r "$i/$j"; then + qt_libdir=$i +@@ -2270,7 +2270,7 @@ + ac_libs_safe=$LIBS + CXXFLAGS="$CXXFLAGS -I$qt_incdir" + LDFLAGS="-L$qt_libdir $X_LDFLAGS" +-LIBS="-lqt -lXext -lX11 $LIBSOCKET" ++LIBS="-lqti18n -lXext -lX11 $LIBSOCKET" + + ac_ext=C + # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. @@ -2373,7 +2373,7 @@ ;; *) diff -urN kicq.orig/patches/patch-ab kicq/patches/patch-ab --- kicq.orig/patches/patch-ab Thu Jan 1 09:00:00 1970 +++ kicq/patches/patch-ab Tue Sep 21 19:59:54 1999 @@ -0,0 +1,11 @@ +--- kicq/Makefile.in.orig Tue Sep 21 19:58:31 1999 ++++ kicq/Makefile.in Tue Sep 21 19:59:00 1999 +@@ -139,7 +139,7 @@ + + kicq_LDFLAGS = @all_libraries@ + +-kicq_LDADD = -lkfm -lkdeui -lkdecore -lqt -lX11 -lXext -licq @LIBSOCKET@ ++kicq_LDADD = -lkfm -lkdeui -lkdecore -lqti18n -lX11 -lXext -lxpg4 -licq @LIBSOCKET@ + + noinst_HEADERS = mainwindow.h useritem.h userlist.h systembar.h connectbutton.h \ + msgwindow.h findwindow.h emailwidget.h detailswidget.h \ --- R. Imura To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Sep 21 7:50: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9872615817 for ; Tue, 21 Sep 1999 07:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA87604; Tue, 21 Sep 1999 07:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from smtp2.ihug.co.nz (tk2.ihug.co.nz [203.29.160.14]) by hub.freebsd.org (Postfix) with ESMTP id E956A15C47 for ; Tue, 21 Sep 1999 07:40:30 -0700 (PDT) (envelope-from mmuir@es.co.nz) Received: from es.co.nz (p45-max9.dun.ihug.co.nz [216.132.34.173]) by smtp2.ihug.co.nz (8.9.3/8.9.3/Debian/GNU) with ESMTP id CAA30556 for ; Wed, 22 Sep 1999 02:40:27 +1200 Message-Id: <37E798DA.FD4AD3E4@es.co.nz> Date: Wed, 22 Sep 1999 02:40:26 +1200 From: Mike Muir To: FreeBSD-gnats-submit@freebsd.org Subject: ports/13877: new port: wmhm-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13877 >Category: ports >Synopsis: new port: wmhm-1.0 >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 21 07:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mike Muir >Release: FreeBSD 4.0-CURRENT i386 >Organization: no >Environment: >Description: # 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: # # wmhm # wmhm/Makefile # wmhm/pkg # wmhm/pkg/COMMENT # wmhm/pkg/DESCR # wmhm/pkg/PLIST # wmhm/files # wmhm/files/md5 # echo c - wmhm mkdir -p wmhm > /dev/null 2>&1 echo x - wmhm/Makefile sed 's/^X//' >wmhm/Makefile << 'END-of-wmhm/Makefile' X# New ports collection makefile for: wmhm X# Version required: 1.0 X# Date created: 21 September 1999 X# Whom: Mike Muir X# X# $FreeBSD$ X# X XDISTNAME= wmhm-1.0 XCATEGORIES= sysutils windowmaker XMASTER_SITES= ftp://mongol.dhis.org/pub/wmhm/ \ X http://www.es.co.nz/~mmuir/ \ X ftp://ftp.neospeed.com/pub/ X XMAINTAINER= mmuir@es.co.nz X XWRKSRC= ${WRKDIR}/wmhm/wmhm X X.include END-of-wmhm/Makefile echo c - wmhm/pkg mkdir -p wmhm/pkg > /dev/null 2>&1 echo x - wmhm/pkg/COMMENT sed 's/^X//' >wmhm/pkg/COMMENT << 'END-of-wmhm/pkg/COMMENT' XWindowMaker dockable LM75/LM78 hardware monitor END-of-wmhm/pkg/COMMENT echo x - wmhm/pkg/DESCR sed 's/^X//' >wmhm/pkg/DESCR << 'END-of-wmhm/pkg/DESCR' Xwmhm uses the SMBus Driver for PIIX4 provided by Takanori Watanabe to gather Xinformation from LM75/78 sensors to provide motherboard temperature and fan Xspeeds in a nice looking WindowMaker dock app. X XWWW: http://www.mongol.dhis.org/wmhm/ X X- mikem Xmmuir@es.co.nz END-of-wmhm/pkg/DESCR echo x - wmhm/pkg/PLIST sed 's/^X//' >wmhm/pkg/PLIST << 'END-of-wmhm/pkg/PLIST' Xbin/wmhm END-of-wmhm/pkg/PLIST echo c - wmhm/files mkdir -p wmhm/files > /dev/null 2>&1 echo x - wmhm/files/md5 sed 's/^X//' >wmhm/files/md5 << 'END-of-wmhm/files/md5' XMD5 (wmhm-1.0.tar.gz) = 658227d5f1903e676fa52f744d80a1d0 END-of-wmhm/files/md5 exit >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 Sep 21 9:35:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DC92914FE6; Tue, 21 Sep 1999 09:35:13 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA97558; Tue, 21 Sep 1999 09:35:13 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Tue, 21 Sep 1999 09:35:13 -0700 (PDT) From: Message-Id: <199909211635.JAA97558@freefall.freebsd.org> To: sobomax@altavista.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, cpiazza@FreeBSD.org Subject: Re: ports/13854: [PATCH] Empty "Themes" menu in wmakerconf. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Empty "Themes" menu in wmakerconf. State-Changed-From-To: closed->open State-Changed-By: cpiazza State-Changed-When: Tue Sep 21 09:34:38 PDT 1999 State-Changed-Why: Woops, This shouldn't have been closed Responsible-Changed-From-To: freebsd-ports->cpiazza Responsible-Changed-By: cpiazza Responsible-Changed-When: Tue Sep 21 09:34:38 PDT 1999 Responsible-Changed-Why: My mistake, I'll handle this To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Sep 21 9:36:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id B1EC515094 for ; Tue, 21 Sep 1999 09:36:16 -0700 (PDT) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1002) id 3634364; Tue, 21 Sep 1999 09:36:16 -0700 (PDT) Date: Tue, 21 Sep 1999 09:36:16 -0700 From: Chris Piazza To: Maxim Sobolev Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/13854: [PATCH] Empty "Themes" menu in wmakerconf. Message-ID: <19990921093616.B1133@norn.ca.eu.org> References: <199909210052.RAA67274@freefall.freebsd.org> <37E738BF.F002E0E6@altavista.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre1i In-Reply-To: <37E738BF.F002E0E6@altavista.net> X-Operating-System: FreeBSD 4.0-CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Sep 21, 1999 at 10:50:23AM +0300, Maxim Sobolev wrote: > cpiazza@FreeBSD.org wrote: > > > Synopsis: [PATCH] Empty "Themes" menu in wmakerconf. > > > > State-Changed-From-To: open->closed > > State-Changed-By: cpiazza > > State-Changed-When: Mon Sep 20 17:51:49 PDT 1999 > > State-Changed-Why: > > This was removed in 0.61.0 and things like this are better submitted > > to the program authors for actively developed programs anyway > > Hey! What you are talking about? My patch apply not to WindowMaker but > to WmakerConf (feel the difference) which is currently in version 2.2! > > Please recheck it again. Sorry about that, I read too fast. My problem was windowmaker has the same file so when I checked it... Oh well.. I've reopened it and assigned it to me. -Chris -- /* cpiazza@home.net cpiazza@FreeBSD.org * *"The more I study religions the more I am convinced * * that man never worshipped anything but himself." * * --Sir Richard F. Burton */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Sep 21 10: 0:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 746E61572C for ; Tue, 21 Sep 1999 10:00:09 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA00927 for ports@freebsd.org; Tue, 21 Sep 1999 10:00:07 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Date: Tue, 21 Sep 1999 10:00:07 -0700 (PDT) From: Message-Id: <199909211700.KAA00927@freefall.freebsd.org> To: ports@freebsd.org Subject: Unfetchable distfiles reminder Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear porters, This is just a reminder to please periodically check the list of unfetchable distfiles at http://www.freebsd.org/~fenner/portsurvey/ . In particular, the list of ports with no MAINTAINER with distfile problems is http://www.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://www.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 Tue Sep 21 10:30: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 079D014E95 for ; Tue, 21 Sep 1999 10:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA04599; Tue, 21 Sep 1999 10:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id BA0F215AEC; Tue, 21 Sep 1999 10:24:40 -0700 (PDT) Message-Id: <19990921172440.BA0F215AEC@hub.freebsd.org> Date: Tue, 21 Sep 1999 10:24:40 -0700 (PDT) From: spcoltri@code.cs.unm.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13880: upgrade cgoban port to 1.9.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13880 >Category: ports >Synopsis: upgrade cgoban port to 1.9.8 >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 21 10:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Steve Coltrin >Release: 3.3-STABLE >Organization: The ccr project: Studying living information systems >Environment: FreeBSD code.cs.unm.edu 3.3-STABLE FreeBSD 3.3-STABLE #2: Mon Sep 20 13:35:08 MDT 1999 root@code.cs.unm.edu:/usr/src/sys/compile/CODE i386 >Description: This patch upgrades the cgoban port to version 1.9.8. >How-To-Repeat: N/A >Fix: diff -ur /usr/ports/games/cgoban/Makefile cgoban/Makefile --- /usr/ports/games/cgoban/Makefile Thu Aug 26 09:26:11 1999 +++ cgoban/Makefile Tue Sep 21 11:13:01 1999 @@ -6,10 +6,10 @@ # $FreeBSD: ports/games/cgoban/Makefile,v 1.10 1999/08/25 06:03:05 obrien Exp $ # -DISTNAME= cgoban-1.9.5 +DISTNAME= cgoban-1.9.8 CATEGORIES= games MASTER_SITES= http://www.hevanet.com/wms/comp/cgoban/ \ - ftp://igs.joyjoy.net/Go/igs_clients/Unix/ + http://www.inetarena.com/~wms/comp/cgoban/ MAINTAINER= simonm@dcs.gla.ac.uk diff -ur /usr/ports/games/cgoban/files/md5 cgoban/files/md5 --- /usr/ports/games/cgoban/files/md5 Tue Jul 27 16:58:07 1999 +++ cgoban/files/md5^ITue Sep 21 11:13:06 1999 @@ -1 +1 @@ -MD5 (cgoban-1.9.5.tar.gz) = 8fa4e078935303e6a4cdb60e052c5786 +MD5 (cgoban-1.9.8.tar.gz) = ee4bc72072acf5b2e74072b2cf8295b3 >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 Sep 21 11:50:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CF2161545A for ; Tue, 21 Sep 1999 11:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA11736; Tue, 21 Sep 1999 11:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.54]) by hub.freebsd.org (Postfix) with ESMTP id 4C0FC15272 for ; Tue, 21 Sep 1999 11:46:37 -0700 (PDT) (envelope-from kargl@troutmask.apl.washington.edu) Received: (from kargl@localhost) by troutmask.apl.washington.edu (8.9.3/8.9.1) id LAA56543; Tue, 21 Sep 1999 11:49:41 -0700 (PDT) (envelope-from kargl) Message-Id: <199909211849.LAA56543@troutmask.apl.washington.edu> Date: Tue, 21 Sep 1999 11:49:41 -0700 (PDT) From: "Steven G. Kargl" Reply-To: kargl@troutmask.apl.washington.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13881: upgrade ftnchek to 2.11.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13881 >Category: ports >Synopsis: upgrade devel/ftnchek to 2.11.0 >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 21 11:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Steven G. Kargl >Release: FreeBSD 4.0-CURRENT i386 >Organization: apl/uw >Environment: FreeBSD-current and FreeBSD-stable. >Description: The author has released a new version of ftnchek. The old version, 2.10.1, is no longer available. The new version is 2.11.0. >How-To-Repeat: >Fix: diff -u -r devel/ftnchek/Makefile SGK/ftnchek/Makefile --- devel/ftnchek/Makefile Wed Aug 25 10:08:12 1999 +++ SGK/ftnchek/Makefile Tue Sep 21 11:32:39 1999 @@ -6,7 +6,8 @@ # $FreeBSD: ports/devel/ftnchek/Makefile,v 1.5 1999/08/25 05:47:57 obrien Exp $ DISTNAME= ftnchek -PKGNAME= ftnchek-2.10.1 +PKGNAME= ftnchek-2.11.0 +EXTRACT_SUFX= .tgz CATEGORIES= devel MASTER_SITES= ftp://ftp.netlib.org/fortran/ diff -u -r devel/ftnchek/files/md5 SGK/ftnchek/files/md5 --- devel/ftnchek/files/md5 Sat Feb 13 09:24:40 1999 +++ SGK/ftnchek/files/md5 Tue Sep 21 11:32:45 1999 @@ -1 +1 @@ -MD5 (ftnchek.tar.gz) = 3ade62bc8bfa12b4601d1a89eff36230 +MD5 (ftnchek.tgz) = e06542e8a3d93d75ba360fa7cb78a875 diff -u -r devel/ftnchek/pkg/COMMENT SGK/ftnchek/pkg/COMMENT --- devel/ftnchek/pkg/COMMENT Sun Jun 27 17:44:50 1999 +++ SGK/ftnchek/pkg/COMMENT Tue Sep 21 11:34:35 1999 @@ -1 +1 @@ -Fortran 77 semantic checking utility +Fortran 77 semantic checking utility. diff -u -r devel/ftnchek/pkg/DESCR SGK/ftnchek/pkg/DESCR --- devel/ftnchek/pkg/DESCR Mon May 4 22:07:48 1998 +++ SGK/ftnchek/pkg/DESCR Tue Sep 21 11:38:43 1999 @@ -10,3 +10,5 @@ their Fortran 77 program. It is not intended to catch all syntax errors. This is the function of the compiler. Prior to using ftnchek, the user should verify that the program compiles correctly. + +WWW: http://www.dsm.fordham.edu/~ftnchek >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 Sep 21 12: 5:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BFE9215408; Tue, 21 Sep 1999 12:05:22 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA14054; Tue, 21 Sep 1999 12:05:22 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Date: Tue, 21 Sep 1999 12:05:22 -0700 (PDT) From: Message-Id: <199909211905.MAA14054@freefall.freebsd.org> To: nectar@FreeBSD.org, freebsd-ports@FreeBSD.org, nectar@FreeBSD.org Subject: Re: ports/13654: [PATCH] www/web500gw is broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] www/web500gw is broken Responsible-Changed-From-To: freebsd-ports->nectar Responsible-Changed-By: nectar Responsible-Changed-When: Tue Sep 21 12:04:20 PDT 1999 Responsible-Changed-Why: I'll have a look, since I made the original port last year. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Sep 21 12:10: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E5EF91548E for ; Tue, 21 Sep 1999 12:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA14488; Tue, 21 Sep 1999 12:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from peloton.runet.edu (peloton.runet.edu [137.45.96.205]) by hub.freebsd.org (Postfix) with ESMTP id 45D3015ACE for ; Tue, 21 Sep 1999 12:02:10 -0700 (PDT) (envelope-from brett@peloton.runet.edu) Received: (from brett@localhost) by peloton.runet.edu (8.9.3/8.9.3) id PAA32776; Tue, 21 Sep 1999 15:02:09 -0400 (EDT) (envelope-from brett) Message-Id: <199909211902.PAA32776@peloton.runet.edu> Date: Tue, 21 Sep 1999 15:02:09 -0400 (EDT) From: brett@peloton.runet.edu Reply-To: brett@peloton.runet.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13884: gimp-manual and qclock Makefile fixes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13884 >Category: ports >Synopsis: fix of MASTER_SITE for gimp-manual and qclock ports >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 21 12:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Brett Taylor >Release: FreeBSD 3.2-STABLE i386 >Organization: Radford University >Environment: FreeBSD 3.2-STABLE #0: Thu Aug 26 16:22:48 EDT 1999 >Description: After moving I thought I updated all of my addresses/distfile listings in the ports tree - I clearly forgot 2 of them. :-) >How-To-Repeat: See Bill Fenner's list for my broken fetches - qclock and the gimp-manual-* ports. Or just try to fetch them! Fix is the patch below. >Fix: --- graphics/gimp-manual-html/Makefile.bak Tue Sep 21 14:54:54 1999 +++ graphics/gimp-manual-html/Makefile Tue Sep 21 14:55:07 1999 @@ -10,7 +10,7 @@ PKGNAME= GimpUserManual-${DOCFORMAT}-1.0.0 CATEGORIES= graphics MASTER_SITES= ftp://manual.gimp.org/pub/manual/ \ - ftp://peloton.physics.montana.edu/pub/distfiles/ + ftp://peloton.runet.edu/pub/distfiles/ MAINTAINER= brett@peloton.runet.edu --- misc/qclock/Makefile.bak Tue Sep 21 14:59:56 1999 +++ misc/qclock/Makefile Tue Sep 21 15:00:09 1999 @@ -9,7 +9,7 @@ DISTNAME= qclock PKGNAME= qclock-1.0 CATEGORIES= misc -MASTER_SITES= ftp://peloton.physics.montana.edu/pub/distfiles/ +MASTER_SITES= ftp://peloton.runet.edu/pub/distfiles/ MAINTAINER= brett@peloton.runet.edu >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 Sep 21 13:28:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by hub.freebsd.org (Postfix) with ESMTP id 7D12D16155; Tue, 21 Sep 1999 13:21:34 -0700 (PDT) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.9.3/8.9.3) id WAA97293; Tue, 21 Sep 1999 22:20:34 +0200 (CEST) (envelope-from ibex) Date: Tue, 21 Sep 1999 22:20:33 +0200 From: Dirk Froemberg To: "Ronald F. Guilmette" Cc: ports@FreeBSD.org, questions@FreeBSD.org Subject: Re: mysql-server-3.22.25 install botch (pthread_attr_setschedparam?) Message-ID: <19990921222033.A96951@physik.TU-Berlin.DE> References: <19990919230055.E42360@physik.TU-Berlin.DE> <27137.937789692@monkeys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <27137.937789692@monkeys.com>; from Ronald F. Guilmette on Sun, Sep 19, 1999 at 06:08:12PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Ronald! On Sun, Sep 19, 1999 at 06:08:12PM -0700, Ronald F. Guilmette wrote: > In message <19990919230055.E42360@physik.TU-Berlin.DE>, you wrote: > [...] > OK, so question number one is: Did the `pthread_attr_setschedparam' standard > thread function get added into libc_r yet? Is it there in FreeBSD 3.3? Yes, it was added somewhen between 3.1 and 3.2-RELEASE. > Second question: Does FreeBSD 3.3 have _all_ of the POSIX thread functions > in libc_r? If not, when will the thread support be completed? I don't know exactly. It seems to be fairly complete, now. deischen@FreeBSD.org is working in this area. He's the one to talk to. > Last but not least, the mySQL docs say that mySQL can in fact make use of > several processors at a time (assuming one has a multiprocessor system to > run it on) *if* the underlying OS has real, good, and proper support for > threads (and, one must assume, if it also has good support for multi- > processor systems). > > OK, so my question is simple: Is the thread support stuff in FreeBSD > really complete, in the sense of having proper support all fo the way > down to the kernel level, or are FreeBSD threads just being implemented > at the library level, with no special involvement on the part of the > kernel? FreeBSD threads are "just" user-level threads. > I hope that it is apparent what I am really asking here. If I run mySQL > on a multiprocessor system that is running FreeBSD, will it actually be > able to make use of more than one processor at a time on that system? > Does the FreeBSD kernel provide adequate support for this? Yes, definitly. FreeBSD-SMP scales very well (see http://www.freebsd.org/~fsmp/SMP/akgraph-a/graph1.html for details). And yes, MySQL will benefit from more than one processor. That's what threads support is for. 8-) Regards Dirk -- Dirk Froemberg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Sep 21 13:54:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 811D315F11 for ; Tue, 21 Sep 1999 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA25344; Tue, 21 Sep 1999 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [195.37.179.254]) by hub.freebsd.org (Postfix) with ESMTP id 7960614F81 for ; Tue, 21 Sep 1999 13:46:09 -0700 (PDT) (envelope-from nox@saturn.kn-bremen.de) Received: from saturn.kn-bremen.de (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id WAA14308 for FreeBSD-gnats-submit@freebsd.org; Tue, 21 Sep 1999 22:40:36 +0200 Received: (from nox@localhost) by saturn.kn-bremen.de (8.9.3/8.8.5) id WAA19001; Tue, 21 Sep 1999 22:42:06 +0200 (MET DST) Message-Id: <199909212042.WAA19001@saturn.kn-bremen.de> Date: Tue, 21 Sep 1999 22:42:06 +0200 (MET DST) From: Juergen Lock Reply-To: nox@jelal.kn-bremen.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13885: update sysutils/gcombust to 0.1.23 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13885 >Category: ports >Synopsis: update sysutils/gcombust to 0.1.23 >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 21 13:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Juergen Lock >Release: FreeBSD 3.3-STABLE i386 >Organization: me? organized? >Environment: 3.3-STABLE i386, cdrecord-1.8a22, gettext-0.10.35, glib-1.2.3, gtk-1.2.3 >Description: Version 0.1.23 Sep 21 1999 BUGFIXES: * fr.po update by Julien Brouchier * no.po update by Atle Strand * cd2image bug with progressbar (reported by Jan Zgrebnak ) * updated README.irix ("Claudio Fanin" ) * corrected the tooltip for the pad option (Miika Komu ) NEWS: * finds path to support programs by itself the first time it's started (patch by Julien Brouchier ) >How-To-Repeat: n/a >Fix: Changed files: Makefile files/md5 New file: patches/patch-aa Index: Makefile =================================================================== RCS file: /home/cvs/cvs/ports/sysutils/gcombust/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- Makefile 1999/09/08 22:08:25 1.6 +++ Makefile 1999/09/21 18:36:30 @@ -1,12 +1,12 @@ # New ports collection makefile for: gcombust -# Version required: 0.1.22 +# Version required: 0.1.23 # Date created: Tue Jun 22 21:17:03 MET DST 1999 # Whom: Juergen Lock # # $FreeBSD: ports/sysutils/gcombust/Makefile,v 1.6 1999/09/08 22:08:25 cpiazza Exp $ # -DISTNAME= gcombust-0.1.22 +DISTNAME= gcombust-0.1.23 CATEGORIES= sysutils MASTER_SITES= http://www.abo.fi/~jmunsin/gcombust/ Index: files/md5 =================================================================== RCS file: /home/cvs/cvs/ports/sysutils/gcombust/files/md5,v retrieving revision 1.5 diff -u -u -r1.5 md5 --- md5 1999/09/08 22:08:26 1.5 +++ md5 1999/09/21 18:41:56 @@ -1 +1 @@ -MD5 (gcombust-0.1.22.tar.gz) = 1fafb3942190ae27f49dcb3007fc30f5 +MD5 (gcombust-0.1.23.tar.gz) = 082b752dec39cca18a1186ae67f65c04 --- /dev/null Tue Sep 21 22:11:27 1999 +++ patches/patch-aa Tue Sep 21 22:09:32 1999 @@ -0,0 +1,41 @@ +Index: po/de.po +@@ -7,7 +7,7 @@ + msgstr "" + "Project-Id-Version: PACKAGE VERSION\n" + "POT-Creation-Date: 1999-09-21 01:15+0300\n" +-"PO-Revision-Date: 1999-08-18 23:24+0200\n" ++"PO-Revision-Date: 1999-09-21 22:03+0200\n" + "Last-Translator: Jürgen Lock \n" + "Language-Team: LANGUAGE \n" + "MIME-Version: 1.0\n" +@@ -435,7 +435,6 @@ + msgstr "" + + #: src/cdrecord_options.c:299 +-#, fuzzy + msgid "" + "For data tracks: Usable if your drive can't read the last sectors of a track " + "or if you want to be able to read the CD on an old Linux system with the " +@@ -443,9 +442,11 @@ + "multiple of 2352 bytes (as it should be). It's safest to leave this on, " + "especially for audio tracks." + msgstr "" +-"Nützlich wenn ein Laufwerk die letzten Sectoren eines Tracks nicht lesen " +-"kann oder um die CD auf alten Linux Systemen mit ISO-9660 read ahead bug " +-"lesen zu können" ++"Für Datentracks: Nützlich wenn ein Laufwerk die letzten Sectoren eines Tracks " ++"nicht lesen kann oder um die CD auf alten Linux Systemen mit ISO-9660 read " ++"ahead bug lesen zu können. Für Audio Tracks: Sorgt dafür daß alle Tracks " ++"ein Vielfaches von 2352 bytes lang sind (wie es sein muß). Es ist am " ++"sichersten dies an zu lassen, besonders für Audio Tracks." + + #: src/cdrecord_options.c:305 + msgid "DAO" +@@ -734,7 +735,6 @@ + msgstr "Verzeichnisse hinzufügen" + + #: src/filepicker.c:200 +-#, fuzzy + msgid "" + "Include the directory names on the top of the image (if this option is " + "disabled the _contents_ of the directories added will appear at the root). " >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 Sep 21 14:25:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id B7B2914F4D; Tue, 21 Sep 1999 14:25:22 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id QAA04154; Tue, 21 Sep 1999 16:25:22 -0500 (CDT) (envelope-from dan) Date: Tue, 21 Sep 1999 16:25:21 -0500 From: Dan Nelson To: Dirk Froemberg Cc: "Ronald F. Guilmette" , ports@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: mysql-server-3.22.25 install botch (pthread_attr_setschedparam?) Message-ID: <19990921162521.A4053@dan.emsphone.com> References: <19990919230055.E42360@physik.TU-Berlin.DE> <27137.937789692@monkeys.com> <19990921222033.A96951@physik.TU-Berlin.DE> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <19990921222033.A96951@physik.TU-Berlin.DE> X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In the last episode (Sep 21), Dirk Froemberg said: > > I hope that it is apparent what I am really asking here. If I run > > mySQL on a multiprocessor system that is running FreeBSD, will it > > actually be able to make use of more than one processor at a time > > on that system? Does the FreeBSD kernel provide adequate support > > for this? > > Yes, definitly. FreeBSD-SMP scales very well (see > http://www.freebsd.org/~fsmp/SMP/akgraph-a/graph1.html for details). > > And yes, MySQL will benefit from more than one processor. That's what > threads support is for. 8-) Are you sure? I thought threads support was to avoid the context switch of a full process, mainly because Windows processes are so inefficient. AFAIK, user-level threads are implemented as a single process, and use setitimer() to switch threads. All threads will run on one CPU, so SMP won't help much at all. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Sep 21 15:45: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B08014E95; Tue, 21 Sep 1999 15:45:03 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA34048; Tue, 21 Sep 1999 15:45:02 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Date: Tue, 21 Sep 1999 15:45:02 -0700 (PDT) From: Message-Id: <199909212245.PAA34048@freefall.freebsd.org> To: CoreDumped@lab321.ru, nectar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12999: Update web500gw port to 2.1b3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update web500gw port to 2.1b3 State-Changed-From-To: open->closed State-Changed-By: nectar State-Changed-When: Tue Sep 21 15:42:42 PDT 1999 State-Changed-Why: The port has been updated from the patch supplied in PR/13654. I'm sorry that I didn't see your patch earlier, but thanks for the update anyway! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Sep 21 18: 0: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F32615C20 for ; Tue, 21 Sep 1999 18:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA46444; Tue, 21 Sep 1999 18:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from data.ms-windows-2000.com (data.mandrakesoft.de [151.189.96.133]) by hub.freebsd.org (Postfix) with ESMTP id 4847A15440 for ; Tue, 21 Sep 1999 17:56:32 -0700 (PDT) (envelope-from bero@data.ms-windows-2000.com) Received: (from root@localhost) by data.ms-windows-2000.com (8.9.3/8.9.3) id CAA11835; Wed, 22 Sep 1999 02:51:09 +0200 (CEST) (envelope-from bero) Message-Id: <199909220051.CAA11835@data.ms-windows-2000.com> Date: Wed, 22 Sep 1999 02:51:09 +0200 (CEST) From: bero@ms-windows-2000.com Reply-To: bero@ms-windows-2000.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13887: New port: fmirror Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13887 >Category: ports >Synopsis: New port (fmirror) >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 21 18:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Bernhard Rosenkraenzer >Release: FreeBSD 3.3-19990918-STABLE i386 >Organization: MandrakeSoft >Environment: Tested on 3.3-19990918-STABLE i386, should work on pretty much anything >Description: New port (fmirror) - actual port see "Fix" section >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: # # net/fmirror # net/fmirror/pkg # net/fmirror/pkg/COMMENT # net/fmirror/pkg/DESCR # net/fmirror/pkg/PLIST # net/fmirror/files # net/fmirror/files/md5 # net/fmirror/Makefile # echo c - net/fmirror mkdir -p net/fmirror > /dev/null 2>&1 echo c - net/fmirror/pkg mkdir -p net/fmirror/pkg > /dev/null 2>&1 echo x - net/fmirror/pkg/COMMENT sed 's/^X//' >net/fmirror/pkg/COMMENT << 'END-of-net/fmirror/pkg/COMMENT' Xftp mirroring package END-of-net/fmirror/pkg/COMMENT echo x - net/fmirror/pkg/DESCR sed 's/^X//' >net/fmirror/pkg/DESCR << 'END-of-net/fmirror/pkg/DESCR' XThis is an FTP mirroring package; it is useful to keep in sync with Xsome FTP site. X X- Bero Xbero@ms-windows-2000.com END-of-net/fmirror/pkg/DESCR echo x - net/fmirror/pkg/PLIST sed 's/^X//' >net/fmirror/pkg/PLIST << 'END-of-net/fmirror/pkg/PLIST' Xbin/fmirror Xshare/fmirror/README Xshare/fmirror/generic.conf Xshare/fmirror/redhat.conf Xshare/fmirror/sample.conf END-of-net/fmirror/pkg/PLIST echo c - net/fmirror/files mkdir -p net/fmirror/files > /dev/null 2>&1 echo x - net/fmirror/files/md5 sed 's/^X//' >net/fmirror/files/md5 << 'END-of-net/fmirror/files/md5' XMD5 (fmirror-0.8.4pre13.tar.gz) = 078a2e7c82061df92ba6255fbd10f489 END-of-net/fmirror/files/md5 echo x - net/fmirror/Makefile sed 's/^X//' >net/fmirror/Makefile << 'END-of-net/fmirror/Makefile' X# New ports collection makefile for: fmirror X# Version required: 0.8.4pre13 X# Date created: 22 Sep 1999 X# Whom: bero X# X# $FreeBSD$ X# X XDISTNAME= fmirror-0.8.4pre13 XPKGNAME= fmirror-0.8.4 XCATEGORIES= net XMASTER_SITES= ftp://ftp.sunet.se/pub/nir/ftp/utilities/fmirror/ X XMAINTAINER= bero@ms-windows-2000.com X XCONFIGURE_ARGS= XGNU_CONFIGURE= yes X XMAN1= fmirror.1 X X.include END-of-net/fmirror/Makefile 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 Sep 21 18:10: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3AFFA15796 for ; Tue, 21 Sep 1999 18:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA47222; Tue, 21 Sep 1999 18:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kiste.heim3.tu-clausthal.de (kiste.heim3.tu-clausthal.de [139.174.243.163]) by hub.freebsd.org (Postfix) with ESMTP id 6ED1515440 for ; Tue, 21 Sep 1999 18:04:29 -0700 (PDT) (envelope-from olli@kiste.heim3.tu-clausthal.de) Received: (from root@localhost) by kiste.heim3.tu-clausthal.de (8.9.3/8.9.3) id DAA03385; Wed, 22 Sep 1999 03:04:28 +0200 (CEST) (envelope-from olli) Message-Id: <199909220104.DAA03385@kiste.heim3.tu-clausthal.de> Date: Wed, 22 Sep 1999 03:04:28 +0200 (CEST) From: oliver.fromme@heim3.tu-clausthal.de Reply-To: oliver.fromme@heim3.tu-clausthal.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13888: net/trafshow broken (fix included!) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13888 >Category: ports >Synopsis: net/trafshow broken (fix included!) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 21 18:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Oliver Fromme >Release: FreeBSD 4.0-19990918-CURRENT i386 >Organization: Clausthal University of Technology, Computing Center >Environment: uname -a: FreeBSD kiste.heim3.tu-clausthal.de 4.0-19990918-CURRENT FreeBSD 4.0-19990918-CURRENT #1: Tue Sep 21 23:12:35 CEST 1999 olli@dao-lin-hay.heim3.tu-clausthal.de:/usr/src/sys/compile/KISTE i386 >Description: /usr/ports/net/trafshow does not compile, because it includes without also including . The manpages clearly say that must be included. >How-To-Repeat: Try to compile the port. It _did_ work at some time in the past (maybe socket.h included types.h itself), but not on a recent -current. >Fix: Add this additional patch to the patches directory of the net/trafshow port (e.g. call it patch-ae). --- trafshow/show.c.orig Mon Jan 15 15:00:25 1996 +++ trafshow/show.c Wed Sep 22 02:56:53 1999 @@ -18,6 +18,7 @@ #include #include #include +#include #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 Tue Sep 21 18:35:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1CFAA15795; Tue, 21 Sep 1999 18:35:56 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA48964; Tue, 21 Sep 1999 18:35:55 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Tue, 21 Sep 1999 18:35:55 -0700 (PDT) From: Message-Id: <199909220135.SAA48964@freefall.freebsd.org> To: oliver.fromme@heim3.tu-clausthal.de, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13888: net/trafshow broken (fix included!) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: net/trafshow broken (fix included!) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Tue Sep 21 18:35:19 PDT 1999 State-Changed-Why: This has been fixed. See patch-ae that I committed on Sunday. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Sep 21 20: 9:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id D809614E64; Tue, 21 Sep 1999 20:09:41 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id C91B91CD736; Tue, 21 Sep 1999 20:09:41 -0700 (PDT) (envelope-from kris@hub.freebsd.org) Date: Tue, 21 Sep 1999 20:09:41 -0700 (PDT) From: Kris Kennaway To: TAOKA Satoshi Cc: ports@freebsd.org Subject: Re: ports/13809: new port: sysutils/wmbattery In-Reply-To: <19990921104717Q.taoka@infonets.hiroshima-u.ac.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 21 Sep 1999, TAOKA Satoshi wrote: > > > Better make sure it's secure - many of these wm* utilities share a common > > > heritage, and at least one (wmmon) contained buffer overflows from > > > command-line arguments, and even processed arbitrary shell commands in a > > > dotfile as the setuid user. :-( > > > > Well.. not much I can do about it right now since I don't even know what > > programming habits/mistakes lead to buffer overflows.. meaning I can't look for > > buffer overflows in wmbattery. > > I don't understand, too. Well, given the rampaging lack of code quality in many of the wm* applets it worries me, but I don't have the time to look over the code. I guess that means I should shut up. Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Sep 21 21:30: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 020B4153B9 for ; Tue, 21 Sep 1999 21:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA64251; Tue, 21 Sep 1999 21:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from nadja.cis.ibaraki.ac.jp (nadja.cis.ibaraki.ac.jp [157.80.87.69]) by hub.freebsd.org (Postfix) with ESMTP id 083911541B for ; Tue, 21 Sep 1999 21:25:23 -0700 (PDT) (envelope-from th@nadja.cis.ibaraki.ac.jp) Received: (from th@localhost) by nadja.cis.ibaraki.ac.jp (8.9.3/8.9.3) id NAA04983; Wed, 22 Sep 1999 13:25:18 +0900 (JST) (envelope-from th) Message-Id: <199909220425.NAA04983@nadja.cis.ibaraki.ac.jp> Date: Wed, 22 Sep 1999 13:25:18 +0900 (JST) From: th@cis.ibaraki.ac.jp Reply-To: th@cis.ibaraki.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13890: New ports:gru-8087 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13890 >Category: ports >Synopsis: New ports:gru-8087 >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 21 21:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: HIYAMA Takeshi >Release: FreeBSD 3.3-RELEASE i386 >Organization: Ibaraki University >Environment: >Description: # 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: # # gru # gru/Makefile # gru/pkg # gru/pkg/COMMENT # gru/pkg/DESCR # gru/pkg/PLIST # gru/files # gru/files/md5 # echo c - gru mkdir -p gru > /dev/null 2>&1 echo x - gru/Makefile sed 's/^X//' >gru/Makefile << 'END-of-gru/Makefile' X# New ports collection makefile for: gru X# Version required: 8087 X# Date created: 21 Sep 1999 X# Whom: HIYAMA Takeshi X# X# $Id:$ X# X XDISTNAME= gru-8087 XCATEGORIES= games XMASTER_SITES= http://hp.vector.co.jp/authors/VA004959/gru/ X XMAINTAINER= th@cis.ibaraki.ac.jp X XUSE_IMAKE= yes X XMAN1= gru.1 XMANCOMPRESSED= no X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/gru ${PREFIX}/bin X @cp ${WRKSRC}/gru.man ${WRKSRC}/gru.1 X @${INSTALL_MAN} ${WRKSRC}/gru.1 ${PREFIX}/man/man1 X @install -d ${PREFIX}/share/doc/gru_8087 X @install -c -m 444 ${WRKSRC}/README.jp ${PREFIX}/share/doc/gru_8087 X X.include END-of-gru/Makefile echo c - gru/pkg mkdir -p gru/pkg > /dev/null 2>&1 echo x - gru/pkg/COMMENT sed 's/^X//' >gru/pkg/COMMENT << 'END-of-gru/pkg/COMMENT' XGru makes your eyes happy. END-of-gru/pkg/COMMENT echo x - gru/pkg/DESCR sed 's/^X//' >gru/pkg/DESCR << 'END-of-gru/pkg/DESCR' XGuru Guru for X11. X X XThis program was written by KANDA Toshihiro. X XWWW: http://hp.vector.co.jp/authors/VA004959/ X X- TH Xth@cis.ibaraki.ac.jp END-of-gru/pkg/DESCR echo x - gru/pkg/PLIST sed 's/^X//' >gru/pkg/PLIST << 'END-of-gru/pkg/PLIST' Xbin/gru Xshare/doc/gru_8087/README.jp X@dirrm share/doc/gru_8087 END-of-gru/pkg/PLIST echo c - gru/files mkdir -p gru/files > /dev/null 2>&1 echo x - gru/files/md5 sed 's/^X//' >gru/files/md5 << 'END-of-gru/files/md5' XMD5 (gru-8087.tar.gz) = 550e2a764637c382e82a7aceee4b0787 END-of-gru/files/md5 exit >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 Wed Sep 22 0: 4:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id 539E414FC1 for ; Wed, 22 Sep 1999 00:04:45 -0700 (PDT) (envelope-from reg@shale.csir.co.za) Received: from granite.hip.berkeley.edu (granite.hip.berkeley.edu [136.152.155.25]) by shale.csir.co.za (8.9.3/8.9.3) with ESMTP id JAA51922; Wed, 22 Sep 1999 09:04:15 +0200 (SAT) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by granite.hip.berkeley.edu (8.9.3/8.9.3) id AAA26268; Wed, 22 Sep 1999 00:06:59 -0700 (PDT) (envelope-from reg) Date: Wed, 22 Sep 1999 00:06:59 -0700 From: Jeremy Lea To: Alexander Langer Cc: ports@FreeBSD.ORG Subject: Re: Port Making Program Message-ID: <19990922000659.B422@shale.csir.co.za> References: <19990921133230.A43770@cichlids.cichlids.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre1i In-Reply-To: <19990921133230.A43770@cichlids.cichlids.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, On Tue, Sep 21, 1999 at 01:32:30PM +0200, Alexander Langer wrote: > Is there a program that helps one with making ports (automatically > creating list for PLIST etc), or must this first be written? No, there's no program to do this automatically (although there's this rumour about Satoshi's hamster...) This is the general procedure which I follow, although it's not going to work for everything. 1. Copy a working similar port to the directory name you've chosen for your port. Delete all the CVS directories (rm -r CVS; rm -r */CVS). Delete all the patches (rm patches/patch*). 2. Edit the Makefile, starting at the top to reflect your new baby. Check everything... and set to $FreeBSD$. Remove any targets which you don't think you'll need, and any settings which might not be useful. Edit pkg/* and remove everything from the PLIST. Make up a COMMENT and DESCR. 3. Once the Makefile has the right PKGNAME/DISTNAME and SITES, then run 'make makesum'. Don't copy the tarball into /usr/ports/distfiles first, check the URLs. You should check them all, unless you're pretty sure they are good mirrors. 4. 'make patch'. Then cd to the work directory and start looking for clues. ltconfig means you need USE_LIBTOOL. configure.in means GNU_CONFIGURE, configure HAS_CONFIGURE and Imakefile's means that you need USE_IMAKE. Read the README if there is one, and if there is a configure script, run it to see what it's looking for. Don't worry about failures at the moment. 5. Go back and edit your port's Makefile to reflect what you found. Then run 'make configure | & more' to see if the port finds all it's dependencies. If it doesn't then you need to either start patching or adding configure arguments or other settings. Repeat until the port configures correctly. 6. 'make clean' and 'make'. Start patching you whatever until it builds. Then run 'make install' and carry on patching until it installs. 7. 'make clean' and 'make install'. Then 'find /usr/local/ -newer work/.builddone' and 'find /usr/X11R6/ -newer work/.builddone'. You might also want to check the entire tree for new files. Continue patching until the files are all going to the right places. 8. Run 'make clean' and 'make install'. Then run 'find /usr/local/ -newer work/.builddone ! -type d | sed -e "s^/usr/local/^^g" | sort > pkg/PLIST', followed by 'find /usr/local/ -newer work/.builddone -type d | sed -e "s^/usr/local/^@dirrm ^g | sort -r >> pkg/PLIST'. Then edit the PLIST and look for wrong files (especially info/dir) and copy in the ldconfig lines from another port if you are installing shared libraries, and the install-info commands if you have info files. Obviously use /usr/X11R6/ if you're going there... Also move man pages into the Makefile MAN?= variables. 9. Run 'make clean' then 'make install' then 'make deinstall' and 'find /usr/local -newer work/.builddone' to make sure the port is not leaving anything behind. Then install and see if the port works. Then run: make clean make install make package make deinstall pkg_install pkg_delete make reinstall 10. Repeat the procedure above until this completes without error... Or something like that... -Jeremy -- | ------------------------------------------------------ --+-- "Maybe tomorrow will be better than today, | or maybe it will not come at all..." - Pam Thum | ------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 22 3: 0: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D25D1555D for ; Wed, 22 Sep 1999 03:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA92335; Wed, 22 Sep 1999 03:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 8F9DE150FD; Wed, 22 Sep 1999 02:51:28 -0700 (PDT) Message-Id: <19990922095128.8F9DE150FD@hub.freebsd.org> Date: Wed, 22 Sep 1999 02:51:28 -0700 (PDT) From: sobomax@altavista.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13894: [PATCH] Very low Samba write speed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13894 >Category: ports >Synopsis: [PATCH] Very low Samba write speed >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 Sep 22 03:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Maxim Sobolev >Release: 3.3-STABLE >Organization: Vega International Capital >Environment: FreeBSD vega 3.3-STABLE FreeBSD 3.3-STABLE #0: Fri Sep 17 20:11:17 EEST 1999 max@vega:/usr/src/sys/compile/VEGA i386 >Description: Following is description made by one of the Samba developers: "The problem is we switched to using recv() with the MSG_WAITALL flag instead of read(). This makes Samba faster on most systems. On FreeBSD it causes a massive slowdown and I don't know why. To fix it, change the definition of MSG_WAITALL to be zero in lib/util_sock.c and recompile 2.0.5a. I'm hoping someone from FreeBSD will get back to me with some explanation. Regards, Jeremy Allison, Samba Team." This problem where observed by almost all samba-2.0.5a users and typically it led to 10-20x decrease in write speed. >How-To-Repeat: >Fix: --- lib/util_sock.c.orig Wed Sep 22 10:52:50 1999 +++ lib/util_sock.c Wed Sep 22 11:30:18 1999 @@ -28,6 +28,9 @@ extern int sslFd; #endif /* WITH_SSL */ +#undef MSG_WAITALL +#define MSG_WAITALL 0 + extern int DEBUGLEVEL; BOOL passive = False; >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 Sep 22 3:32:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id ABDE11580A for ; Wed, 22 Sep 1999 03:31:35 -0700 (PDT) (envelope-from bigeye.rhein-neckar.de!naddy@mips.rhein-neckar.de) Received: from mips.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id MAA09886 for freebsd-ports@freebsd.org; Wed, 22 Sep 1999 12:31:34 +0200 (CEST) (envelope-from bigeye.rhein-neckar.de!naddy@mips.rhein-neckar.de) Received: by mips.rhein-neckar.de id m11TjVJ-000WyXC (Debian Smail-3.2.0.101 1997-Dec-17 #2); Wed, 22 Sep 1999 12:20:01 +0200 (CEST) From: naddy@mips.rhein-neckar.de (Christian Weisgerber) Subject: Re: PAPERSIZE in /etc/make.conf? Date: 22 Sep 1999 12:14:49 +0200 Message-ID: <7saa6p$5or$1@bigeye.rhein-neckar.de> References: <7s4vte$uau$1@bigeye.rhein-neckar.de> To: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Satoshi - Ports Wraith - Asami wrote: > * - The package builders end up with packages that are unmarked but > * assume one papersize. Of course, we already have this situation with > * some ports. > > No reason to spread the problem to *all* papersize-varying ports. ;> Does that mean that we have a policy that all ports that compile in a default paper size should come in explicit -a4 and -letter versions (still more Ghostscript versions...)? The current situation where some ports do and some don't, and simply installing a port without first reading the Makefile, or a port being installed as a dependency, can make you end up with letter-programs in A4-country is unsatisfactory. How about this: Every port that requires the distinction comes in a base version that requires PAPERSIZE to be set (/etc/make.conf, environment, etc), plus there are explicit -a4, -letter, etc ports slaved off it that preset PAPERSIZE. The package building machine ignores the base port, dependencies from other ports only refer to the base one. The only disadvantage I see with this: yet more ports. -- Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 22 3:32:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id AB5B515C07 for ; Wed, 22 Sep 1999 03:32:27 -0700 (PDT) (envelope-from bigeye.rhein-neckar.de!naddy@mips.rhein-neckar.de) Received: from mips.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id MAA09922 for freebsd-ports@freebsd.org; Wed, 22 Sep 1999 12:32:26 +0200 (CEST) (envelope-from bigeye.rhein-neckar.de!naddy@mips.rhein-neckar.de) Received: by mips.rhein-neckar.de id m11TjVL-000WyUC (Debian Smail-3.2.0.101 1997-Dec-17 #2); Wed, 22 Sep 1999 12:20:03 +0200 (CEST) From: naddy@mips.rhein-neckar.de (Christian Weisgerber) Subject: Re: Port Making Program Date: 22 Sep 1999 12:19:15 +0200 Message-ID: <7saaf3$5r5$1@bigeye.rhein-neckar.de> References: <19990921133230.A43770@cichlids.cichlids.com> Reply-To: naddy@unix-ag.uni-kl.de To: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Alexander Langer wrote: > Is there a program that helps one with making ports (automatically > creating list for PLIST etc), or must this first be written? OpenBSD has a "plist" target in its bsd.port.mk. Rather than rewriting this facility from scratch, it could just be ported. I can take a look at this later today. -- Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 22 4:16:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix15.ix.netcom.com (dfw-ix15.ix.netcom.com [206.214.98.15]) by hub.freebsd.org (Postfix) with ESMTP id 2403C15106 for ; Wed, 22 Sep 1999 04:16:53 -0700 (PDT) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix15.ix.netcom.com (8.8.4/8.8.4) id GAA26688; Wed, 22 Sep 1999 06:16:49 -0500 (CDT) Received: from sji-ca50-38.ix.netcom.com(209.111.213.38) by dfw-ix15.ix.netcom.com via smap (V1.3) id rma026661; Wed Sep 22 06:16:32 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id EAA71601; Wed, 22 Sep 1999 04:16:28 -0700 (PDT) To: naddy@mips.rhein-neckar.de (Christian Weisgerber) Cc: freebsd-ports@freebsd.org Subject: Re: PAPERSIZE in /etc/make.conf? References: <7s4vte$uau$1@bigeye.rhein-neckar.de> <7saa6p$5or$1@bigeye.rhein-neckar.de> From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Date: 22 Sep 1999 04:16:26 -0700 In-Reply-To: naddy@mips.rhein-neckar.de's message of "22 Sep 1999 12:14:49 +0200" Message-ID: Lines: 22 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: naddy@mips.rhein-neckar.de (Christian Weisgerber) * Does that mean that we have a policy that all ports that compile * in a default paper size should come in explicit -a4 and -letter * versions (still more Ghostscript versions...)? The current situation * where some ports do and some don't, and simply installing a port * without first reading the Makefile, or a port being installed as * a dependency, can make you end up with letter-programs in A4-country * is unsatisfactory. * * How about this: Every port that requires the distinction comes in a * base version that requires PAPERSIZE to be set (/etc/make.conf, * environment, etc), plus there are explicit -a4, -letter, etc ports * slaved off it that preset PAPERSIZE. The package building machine * ignores the base port, dependencies from other ports only refer to the ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * base one. The only disadvantage I see with this: yet more ports. ^^^^^^^^ How is this supposed to work with package dependencies? Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 22 4:27:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix11.ix.netcom.com (dfw-ix11.ix.netcom.com [206.214.98.11]) by hub.freebsd.org (Postfix) with ESMTP id 6916F1528A for ; Wed, 22 Sep 1999 04:27:38 -0700 (PDT) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix11.ix.netcom.com (8.8.4/8.8.4) id GAA19964; Wed, 22 Sep 1999 06:27:30 -0500 (CDT) Received: from sji-ca50-38.ix.netcom.com(209.111.213.38) by dfw-ix11.ix.netcom.com via smap (V1.3) id rma019871; Wed Sep 22 06:26:49 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id EAA71619; Wed, 22 Sep 1999 04:26:39 -0700 (PDT) To: naddy@unix-ag.uni-kl.de Cc: freebsd-ports@freebsd.org Subject: Re: Port Making Program References: <19990921133230.A43770@cichlids.cichlids.com> <7saaf3$5r5$1@bigeye.rhein-neckar.de> From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Date: 22 Sep 1999 04:26:35 -0700 In-Reply-To: naddy@mips.rhein-neckar.de's message of "22 Sep 1999 12:19:15 +0200" Message-ID: Lines: 12 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: naddy@mips.rhein-neckar.de (Christian Weisgerber) * OpenBSD has a "plist" target in its bsd.port.mk. Rather than * rewriting this facility from scratch, it could just be ported. * I can take a look at this later today. That will be great. It's always nice to borrow something from the other *BSD's. :) Thanks! Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 22 6:12:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by hub.freebsd.org (Postfix) with ESMTP id 2C90B14D26; Wed, 22 Sep 1999 06:11:55 -0700 (PDT) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.9.3/8.9.3) id PAA19177; Wed, 22 Sep 1999 15:10:00 +0200 (CEST) (envelope-from ibex) Date: Wed, 22 Sep 1999 15:10:00 +0200 From: Dirk Froemberg To: Dan Nelson Cc: "Ronald F. Guilmette" , ports@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: mysql-server-3.22.25 install botch (pthread_attr_setschedparam?) Message-ID: <19990922151000.B18356@physik.TU-Berlin.DE> References: <19990919230055.E42360@physik.TU-Berlin.DE> <27137.937789692@monkeys.com> <19990921222033.A96951@physik.TU-Berlin.DE> <19990921162521.A4053@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990921162521.A4053@dan.emsphone.com>; from Dan Nelson on Tue, Sep 21, 1999 at 04:25:21PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Dan, hi Ronald! On Tue, Sep 21, 1999 at 04:25:21PM -0500, Dan Nelson wrote: > In the last episode (Sep 21), Dirk Froemberg said: > > > I hope that it is apparent what I am really asking here. If I run > > > mySQL on a multiprocessor system that is running FreeBSD, will it > > > actually be able to make use of more than one processor at a time > > > on that system? Does the FreeBSD kernel provide adequate support > > > for this? > > > > Yes, definitly. FreeBSD-SMP scales very well (see > > http://www.freebsd.org/~fsmp/SMP/akgraph-a/graph1.html for details). > > > > And yes, MySQL will benefit from more than one processor. That's what > > threads support is for. 8-) > > Are you sure? I thought threads support was to avoid the context > switch of a full process, mainly because Windows processes are so > inefficient. > > AFAIK, user-level threads are implemented as a single process, and use > setitimer() to switch threads. All threads will run on one CPU, so SMP > won't help much at all. Oh damned, you're right! I remember some tests with MySQL on a SMP machine. It must have been the Solaris machine taking benefit of two processors. So the mysql-port on FreeBSD does _NOT_ gain any speed on a SMP machine. Thanks for the correction and sorry for the confusion. Regards Dirk -- Dirk Froemberg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 22 9:26:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rnocserv.urc.ac.ru (rnocserv.urc.ac.ru [193.233.85.2]) by hub.freebsd.org (Postfix) with ESMTP id B09B814DDB for ; Wed, 22 Sep 1999 09:25:40 -0700 (PDT) (envelope-from joy@urc.ac.ru) Received: from urc.ac.ru (y.RNOC-dialup.urc.ac.ru [193.233.85.127]) by rnocserv.urc.ac.ru (8.9.3/8.9.3) with ESMTP id WAA53602 for ; Wed, 22 Sep 1999 22:11:40 +0600 (ESS) (envelope-from joy@urc.ac.ru) Message-ID: <37E9009A.956503AD@urc.ac.ru> Date: Wed, 22 Sep 1999 22:15:22 +0600 From: Konstantin Chuguev Organization: Southern Ural Regional Center of FREEnet X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: ru, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Charset conversion library for FreeBSD Content-Type: multipart/mixed; boundary="------------27FF2D5A057AC9E34507997E" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------27FF2D5A057AC9E34507997E Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Hi all interested in i18n issues. I'd like to propose a new package for charset conversion. Attached are README.txt and tar-gzipped port. There is only FreeBSD version yet. Anyway, Linux and Solaris already have these functions in libc. Both the source distribution and the port can be found at ftp://ftp.urc.ac.ru/pub/OS/FreeBSD/converters/ Comments, suggestions, bug fixes are welcome. Best regards, Konstantin. -- Konstantin V. Chuguev. System administrator of Southern http://www.urc.ac.ru/~joy/ Ural Regional Center of FREEnet, mailto:joy@urc.ac.ru Chelyabinsk, Russia. --------------27FF2D5A057AC9E34507997E Content-Type: text/plain; charset=koi8-r; name="README.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="README.txt" ICONV - Charset Conversion Library ---------------------------------- This distribution contains the library (libiconv.a and .so) for conversion between various charsets (character encoding schemes) and the command line utility (iconv). Formats of the library functions (iconv_open, iconv, iconv_close) and the utility are described in the man pages. Features of the library: - it is small: the actual conversion methods are located in dynamically loaded modules (one for each character encoding scheme (CES), excepting table driven coded character sets (CCSs), for which all modules are symlinked to one; this module (_tbl_simple.so) in turn uses dynamically loaded modules containing CCS tables); - it is open: anyone can add his/her own modules for both CESs and CCSs. Although the API for using these modules is not yet documented, it is fairly simple to make out from the sources; - it has BSD-style copyright, has no GNU limitations; - it is Posix-compliant. Well, the author is not sure, Posix or Unix96, but there is definitely the standard on iconv stuff. Anyone who knows the details please let the author know. - it supports alias names for charsets; anyone can add an alias name by just symlinking the correspondent module; - all C source files of table driven CCS modules are generated by a Perl script from the Unicode charset mapping tables before compilation. These mapping tables have been downloaded from ftp://ftp.unicode.org/Public/Unicode/MAPPINGS/ and included into the iconv distribution. These mapping tables make 98% of the tar-gzipped iconv distribution. Here is the list of supported charsets, included into the distribution v0.1. Listed are MIME names only. Aliases can be found in the files ./charset.aliases and ./ces/charset.aliases for CCSs and CESs correspondingly. Character encoding schemes: FAMILY NAME DESCRIPTION Unicode ucs2-internal 16-bit architecture-dependent byte order Unicode (for text processing) iso-10646-ucs-2 16-bit byte order independent Unicode representation (for text interchange) utf-8 8-bit UTF-8 encoding unicode-1-1-utf-7 7-bit UTF-7 encoding Extended UNIX gb2312 Simplified Chinese (PR of China) Code (EUC) euc-jp Japanese euc-kr Korean x-euc-tw Traditional Chinese (Taiwan) ISO-2022 iso-2022-cn Chinese iso-2022-jp Japanese iso-2022-kr Korean iso-2022-jp-2 International (CJK, Latin, Cyrillic, Greek) (table driven) See the list of supported coded character sets Coded character sets: FAMILY NAME BITS DESCRIPTION ISO us-ascii 7 ASCII iso-8859-1 8 Latin 1 (Western European) iso-8859-2 8 Latin 2 (Eastern European) iso-8859-3 8 Latin 3 (Esperanto) iso-8859-4 8 Latin 4 (Baltic - OLD) iso-8859-5 8 Cyrillic iso-8859-6 8 Arabic iso-8859-7 8 Greek iso-8859-8 8 Hebrew iso-8859-9 8 Latin 5 (Turkish) iso-8859-10 8 Latin 6 (Nordic) iso-8859-13 8 Latin 7 (Baltic) iso-8859-14 8 Latin 8 (Celtic) iso-8859-15 8 Latin 0 (Western European, Updated) KOI koi8-r 8 Russian koi8-u 8 Ukrainian & Russian x-koi8-ru 8 Byelorussian, Ukrainian & Russian Windows windows-1250 8 Eastern Europe windows-1251 8 Cyrillic windows-1252 8 Western Europe windows-1253 8 Greek windows-1254 8 Turkish windows-1255 8 Hebrew windows-1256 8 Arabic windows-1257 8 Baltic windows-1258 8 Vietnamese cp874 8 Thai cp932 8-16 Japanese (derived from shift_jis) cp936 8-16 Chinese (derived from gb2312) cp949 8-16 Korean (derived from euc-kr) cp950 8-16 Chinese (derived from big5) IBM-DOS cp437 8 Latin US cp737 8 Greek cp775 8 Baltic cp850 8 Latin 1 (Western European) cp852 8 Latin 2 (Eastern European) cp855 8 Cyrillic cp857 8 Turkish cp860 8 Portuguese cp861 8 Icelandic cp862 8 Hebrew cp863 8 Canadian French cp864 8 Arabic cp865 8 Nordic cp866 8 Russian cp869 8 Greek 2 cp874 8 Thai Apple x-mac-ce 8 Central (Eastern) European x-mac-croatian 8 Croatian x-mac-cyrillic 8 Cyrillic x-mac-dingbats 8 Dingbats x-mac-greek 8 Greek x-mac-iceland 8 Icelandic x-mac-roman 8 Western European x-mac-romania 8 Romanian x-mac-thai 8 Thai x-mac-turkish 8 Turkish x-mac-ukraine 8 Ukrainian CJK big5 8-16 Traditional Chinese (Taiwan) cns11643 14 Traditional Chinese (Taiwan) gb_2312-80 14 Simplified Chinese (PR of China) gb12345 14 Simplified Chinese (PR of China) johab 8-16 Korean ksx1001 14 Korean shift_jis 8-16 Japanese jis_x0201 8 Japanese (Halfwidth Katakana) jis_x0208-1983 14 Japanese jis_x0212-1990 14 Japanese Contributors: Nobody for the present. Anybody who is interested in adding charsets or extending functionality in some way, you're welcome. Mailing list: Missing yet. There's no need for it now. If the package makes an interest among not small group of people, the author will certainly create it. Until this, please contact the author by email. Konstantin Chuguev September 1999. --------------27FF2D5A057AC9E34507997E Content-Type: application/octet-stream; name="iconv-0.1.port.tgz" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="iconv-0.1.port.tgz" H4sIABO66DcAA+1ca3PjxrHdr8CvmCrXvZGqRIrgm+s4Fa0k24xXj1pK9r2fWCDYFCGBAC8e K9G//nbPACAg9QxdqWiTSjCpeKk+jXl09zQGpwn6XhR+Pf3wrk30O6PBQHwQQjj9ofxXdPvq X9U6QgxHI2fkdDr9Pmp1ut3eBzF432mpliWpGwvx4THaGfVQbbX6FhP6ts2X/l/5ASTvFgV/ 1P9dpzdAz6OW02v8/21a1f+b5ftYHHf1sN83+H/Ufe3/0XD0QXTeZTav2n+4/68uBuJIBkGr 03baaIv2w+/H4gfRcxaTfqc3WbkTd7QYDGE0Xg663mC1ctyOM/Hsf/bMm/aPaGr/b58e3vEM 8Hfk/06n2+T/b9H2/j+/ubq6vL57hzEO5v/+KD//dUb9roNaXfzQ5P9v0c7XbpxAKigMIE78 KBSBv4jdeCfccCmy1A/8dNck+3/Xtt//F5ez8y/vMoZ5/zvOoN8r8n9/1OvJ858zbPb/t2iW NT2/uf5VtESRCc73meCzygS2ZbUONtu+W/uJWPpJGvsLzBt4PcZW6vphItI1lGnlCD/IqGu7 MsW0k+hYrKLYrqSgBaTPAKH46sZ+lCXCU3NLxBF9cr0UYgGhFy398EEk3ho2kBzb1BuN5EWb DX0O/BCKDJYfco/btv1jFG9c7Cta1ea1ykKPZp3kqvNoC+GJkJ/zf+ZeECWwH6jo241BLCHx cOGwFH4oQZyC2LoPkNCQ4KZZDK/H/GhbLeGnAu2WbNwg+ChBXF7mBtWMvIF0HS0TOU4QeW4K S9sSNNByF7ob38Nrd4i4Sxx+Ey0zfJoTRxGuHu0qwPXWorQbXfjKdOLo/HJ2fCLgxYNtSvLU XQS4pNj/CuTFpRpvb3vli/PzWYKX0RjPax8HwWmUw+Nc6Zpkt0E3POG80kjgjL7HJeJylZY4 mqeLYJ74m20AMg7Idlkc0pVZgr0Y1pcHF00XJ6KmnBx/vzcp+e8jhtiODOGhN9zlUuDgp2tc QfQclj3RAhZRuqZR0RKJDEtaXFucBWj57GEtHXN2O5W6WSJttIYEij6kOxIRRqnY4R5aRl62 gRD9dJJPZuX6Ma5BLZVssXGfQERZSleu4mgjR0iiLPYgKRaxdhPxaXbRStJdQGG93cX+wzo9 kUAYiZ+u7zGUNn7qysCtrP02SvyXFm6EbeC7YdoWv0EQnKjwynBJcTHbBMPyhOYgrxAI3If+ y2R4InAPkz6GHG1rWKGpU8AlyHmmaCI3llGB8Sk3Bwqz1QpNpgz+vI7EUxg9q82/BPRVkAhc vItWC0CuuzIdUm3n80+y7TaKMcJcnDxO093kTirSwPevvEp90adSXSx24hEzexF+ub/QhDHu wm0ULtE5dJVynzQcBe957gEhCRG5W6s7geLsVXw/QAgxbUga0hW3EAeCEsE23XsVLUp7qJi+ HNfdbsuNlmC+w+XJxLX1A+nMtrhT8VVTpEvX7ldcH2XHJQZxviloLBlJ6fbj6Sn+t52pQdtR /HB6my0C3zvN53F6dXZ7O73+aXZKga4SiRdkS5m6MDJpysqj1WT+akLSfWryMpIn4/8qkhve T1sPv/vbLXX4th/b/jkPKpUJ0Ut4Ye5zvKRw8snbadm1u8tXIizwHpXQVZQar6ZXl3m0RGGw o92LAUGpwqVbir2KsrBMz8rD7dN8uLab68pb0iluwteITRFIWUGlB8oT+3BCi+CAtn2uvT19 xLvA2dX08/9a1vXZ1aVlyfPW9PZuenNt27lrLCvzkm4L1wtx6AaWM2wtcEO4sbfGzefRPaS1 BMxrKn6xLXYpppF4CXERZlJ8RJNN4SUV2zjCxVDGOkbET6KWg6exYQsHanWLASq9+GF9gCJ4 Y9jiWlEqw/PVIHLCaK/wAWiULF21xpY1ln3f3/3YGpfmIFT12HLwf6Q5skal4mivePmS0jSW 4v56+j/Ww6Lbc7qWNaME6q98lJ+v8f6OEXl0+4UiiP50j21M4TTdo8v782MLMq/1uLWsv7lb l3RxdBI9xZb1C244l9bx0iJR+mzdxe7Sp8Xhzbfs+871n93w2J7OblrdTrcrLUgfWl5o5Vq5 XaUUR6sMVopxxHLAii56YKp8nY97dP63X07EZ/wzPJE2PseUH+DmPRE/xQBPx/ZRNSMdWzMA 3T6i2/are7aNEcqI97GpQvPT9G5Wj09cvpUlLTfxfN8aWWez8+nUlisZjweTlmONLTlp4Yij 3yChJYnLLMZbMBlvr9gtFbvoIlev2CsVe6iYbDHJYhKoavRLjb44+uQGqe/hKfbm80VVaYBK hQkr4iGKz2J3UROOUCiNXJGNUfYzLGJ4rggn5cgDDJAsfvKTdXVQp1MqDMXRNe4r36vh+8WN iqnX8P3SxhgR8AYflHjnrblPxP12SXekY/uXm6n1FPnjFsb72PqSYRqgCJSijET3TzEdoTA9 /rco4ZeWuiZDhU87CKJYIdgxo/4bJgy8y1vP6t+W0x3Q8uu+tauwU/NJBaDgqK+mBvf2/qlI yVa5D2ryQcVzFXHV8xUx+V45oiYm9//qQypvKjgbbzse9clwd2vXpz8nvS7lOWdY7npxhFkU 96a6J4tk7a/S+aOPjydSfZirlwmmpq2ynFLtT3JVlTheaao0pjTR4KZOF/7DABPYp6vWxc0M 9fu9kVUG0P2MuhgpUW5d/Hs0sCoWwWXLMYx7nJS61oH9TUqy630AkEiOXnoRJUM53C1msuwh K0w/dEg49SDAO3B+6VAOWTiaBD3ZvRtiMker/RjjDSXvU3qucD4J5EzU/lSCYW2fkGRS2kV0 X/v/bIvHWdwuG9dreUCj4u0xpiyer/y4XLpdqMURWscNSTn/WEK5RWrGURDdDxf4yIrQRf6x gB5oanvXKaGvTFQ3loIwIOTorx1Yw32XzKA+lUiKSy4jPxcpj1V9p4BMJgqoZhgb72wWhWIe q8a7reWFieMM+z0Lc6FZ82Expz3TGndI9+DxAPWdbq+Ps/hD2o/R2l3U9iGmz+TF6XQc2UMh K7d5PRlgB34yf+l0O5T09iniZzdYPfvLdC1+cVP3yVVj5arYw2QsV/6mG1ynM5l0ahjd0kN1 Ko5ivJVjQC+i5U4+MNHJID+2yQczCdCTGZ6+5ZkN5OHZD218iqLDakm0EG8gD2AkLagRV7Id uLmTCJ+xnt3didhF2Z/wSegZAnx4ATwBX+FzHl1DBxKczJUvz570VCyfIGL4k3x0DYHSEz2H poIe/cRUPTxsXe/JfQCbHiropF1OU7ibCPuRz6zElYiHOMq25KstRLgPqw+39jNuH+FBTAQB PrJ66CQ84Po4hfsw9QPJQZwUD6OSSPDS6vX4LAcbXAiuhw5h6OaQHnkpr52vKSN9VfI/P0a7 v+IDY9v12nH2FyWcwTaFzQLPVuirSftfmzvf87+3n6ez96j+HOJ/u6N+d1ip/yn+d+A0/O+3 aAs/PJUxYOdP2+qv9toO/IX6fOp5ySkeGtpJ9EqIpwJO2OWEA07I9Tnk+hw6nJAbaNjjhNzo wyEnnLwVumHiz1967T4m3+HYjI+ZTl155GDk9DTFiTdRa9RhBqLb51upt8VTACv2E05MJ3SN nLGylDOGlnLG1lLe18jZ2dOpXCNn4kPKGdt4296QVWcjVx55NWIi4EJ5rmIVRuwixg4TOPLc zItZi7K7RJ6PWTG3U+QxmRfzQ3L7RR6WeTE/QW4rydMzKx5xfSea3eAlmqhP1sUh6ik/Q3FK /mLDW1UhnGElwtpWIZx5FcKZUiHsiiWinRtrU4VwZk38JJKRy08vB7kYKEF++jnIryAH+UXk IL+OHNTlxr1G8Vxk0tHt1lJhLR8QOQ3iOrjsmWw93OoL+QTMw7i3N1mQyuNu5gYapWH3wARQ h6g6KhXyqQo1NAkjkY8dj2ya11oNvI3bchzGnznCJFcIonQ+6TKIxvJSzKjrzIBhzaZvlLNG QTmbwEnOJWjaNlyGlkmA2epSzphcl050yUSXSnSJRMo143LpRZdcdKlFl1h0aYXkXLrec5Em jFv4ngQ1gcYhuXWVBLMBM41oGtA0HmfLklA2YMze2PPLPObHaFGNSSWm8YXEDH3q3ERYV7M+ iWnWR1hPsz7C+hpbS8xwHbu/kkgWs5gMiNAcsbYff/2ID+K8ceaGIJ6bgrgAqWs+5uamMC9A upxf8ty0EQrw4OV86BbgwctRYcxbfW7YbTl26GKTZcgwY9PUTHbpH7rYZJXBoYv5HZFjh9Zs xA5dbJrV+NC0+QSQY3Qxo1CSl28hVSLSyTMGwK7mxJty0AsPBJyMibmACaWAiZCAcXzA+FN3 jtYdoXWnZ93BWXdm1h2XN67n0beJsjjiwbyUwIPakyCCRWWBBTVnO0TyAgOLyQqCHvGZxzTE qLrAA6qywGJ5mYHBkjk+ED4yPZZE/VuoqG9zyFtZtd5pRJk4qtY8jSgTU9XSpxFl4qtaBzWi TBaqVkXfomXNmINUfUyLaIO3XhfT4foQrlTIdKA2kCvVMCPIhfO+XqbFdEFdK58xMJOMgSNn gSNngSNngSNngSNngSNngSNngSNngSNngSNngSNngSNnUVj/Bukr0MjcwgHmFjTMLfDMLWiZ W2CZW+CZW+CZW9Awt4WccQHL3BZyxhEsc1vI2dkzeaSQM8HDMrfAM7fAM7fAM7eFWMsFAc/c As/cAs/cAs/cAs/cAs/cAs/cAs/cAs/cAs/cAs/cAs/cAs/cAs/cAs/cSvGkx05w0mP7nvTZ viesvVlWGDSssJRD5j1xe4qA7dNytUkf88o5p6S+gMMhh9hm0LLNe4QLBp5t3iNcSPBs8x7h vMSzzXuE8xXPNkNOrNJ3GB+3RpC1pI6oroHGK/mVa4jqGsivX0NU10DdreAgUV3T0SUnM1EN OqIazEQ1/BGiulAyEdWFjp6oBi1RDQaiWmLFN9XfQlqDajhs0HLYoOWwCZHfEublXC5R3xdm 5Pk3lue4opc5rWlOX2dBwUq+ckT/zPXZR5d7NDHDUuygodhBQ7GDhmIHDcUOGoodNBQ7aCj2 Qs4sV5dDdRlUlz912ZOl2As5k1l0GVWXT3XZVJdLWYodFO1Z+aq+UYG+b88rlF80N8I8yHKj NYwzu5bgr4GaBfOsZRXULIRlFKuYaUDTeJwndQR/FdP4g+XiwEDwVzGNL1iCv4Lp3MQS/FVM sz6W4K9gbwj+Kma4jt3dGoIfDhL8YCD4axhvHRPBX9Pgg85E8Nc0eFuZCP6aBh+6JoK/psFR zlUF08pZgr+qYLIMS/BXFUx2YQn+qoLJKizBX1Xgd4SB4K8qGLFDF5tmxRL8VQU+ARgIftAT /ATRN5/filneH3S8fwFwck09AHT1AGDqAcDUA4CpBwBTDwCmHgBMPQA09QDQ1ANAUw8ATT0A NPUA0NQDwFQPAFM9AEz1ADDVA0BbDwBDPQC09QAw1ANAVw8AQz0ADPUA0NYDQF8PQEhz7Hrz +iKjwlcSgKkkkEzTCX+oQzEjNVQjwFiNAGM1AozVCDBWI8BYjQBjNQKM1QgwViOAWHTdI5qu TgHaOgUcqFPAgToFHKhTgKlOAeY6BZjqFGCuU4ChTgHmOgWY6xTwqk4RlL/3Uf8zidodG6eG Ozd01MVtp/3weyHr5bLeW5n6IQ4WoV99UMBfl34cb0RtZozQeyv8135l4x/alBGu3CegF+Lf Z4xDv/9VvP+hfv9Vvf/Rb97/+CbtO3ENz0L93IYXBQHIF73kbzpQQNArWh8ttSm+E7/mv0cT w/9lfgzLj1an7aD8gt6uUi9ZoczqOmIGW/n2E4K/raMNCq3aq1L2d7Z9MZ3d0fvmP6j+6fcn 7fOzu8ufbr5ML2c/WCSEOMUx7auz2d3ll/lsekdA5Ucuiv5Ot9ni9GZ2+iMm0U+zi9P9tac2 Xj29vsP/X3754dUs7Hb+1ov48yJZtskM7c3TX/6D9n/Tmta0pjWtaU1rWtOa1rSmNa1pTWta 05rWtKY1rWlNa1rTmta0pjXt36P9P6lqO+4AeAAA --------------27FF2D5A057AC9E34507997E-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 22 9:30: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C1C7914CA9 for ; Wed, 22 Sep 1999 09:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA77395; Wed, 22 Sep 1999 09:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kronos.alcnet.com (kronos.alcnet.com [63.69.28.22]) by hub.freebsd.org (Postfix) with ESMTP id 86A6514DDB for ; Wed, 22 Sep 1999 09:24:13 -0700 (PDT) (envelope-from kbyanc@kronos.alcnet.com) Received: (from kbyanc@localhost) by kronos.alcnet.com (8.9.3/8.9.3/antispam) id MAA73655; Wed, 22 Sep 1999 12:24:13 -0400 (EDT) Message-Id: <199909221624.MAA73655@kronos.alcnet.com> Date: Wed, 22 Sep 1999 12:24:13 -0400 (EDT) From: kbyanc@posi.net Reply-To: kbyanc@posi.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13896: new port: misc/dictd-client Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13896 >Category: ports >Synopsis: new port: misc/dictd-client >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 Sep 22 09:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Kelly Yancey >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: Port of just the client implementation of the dictd protocol (rfc 2229) A port of the server implementation will be following shortly (as misc/dictd) Kelly >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: # # dictd-client # dictd-client/Makefile # dictd-client/pkg # dictd-client/pkg/PLIST # dictd-client/pkg/COMMENT # dictd-client/pkg/DESCR # dictd-client/files # dictd-client/files/md5 # dictd-client/patches # dictd-client/patches/patch-aa # dictd-client/patches/patch-ab # echo c - dictd-client mkdir -p dictd-client > /dev/null 2>&1 echo x - dictd-client/Makefile sed 's/^X//' >dictd-client/Makefile << 'END-of-dictd-client/Makefile' X# New ports collection makefile for: dictd-client X# Version required: 1.4.9 X# Date created: 09/22/1999 X# Whom: Kelly Yancey X# X# $FreeBSD$ X# X XDISTNAME= dictd-1.4.9 XCATEGORIES= misc XMASTER_SITES= ftp://ftp.cs.unc.edu/pub/users/faith/dict/ \ X ftp://ftp.dict.org/pub/dict/ X XMAINTAINER= kbyanc@posi.net X X#LIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322-client X XMAN1= dict.1 X XUSE_GMAKE= yes XHAS_CONFIGURE= yes XCONFIGURE_ARGS= --prefix=${PREFIX} \ X --with-etcdir=${PREFIX}/etc X XALL_TARGET= dict XINSTALL_TARGET= install.dict X X.include END-of-dictd-client/Makefile echo c - dictd-client/pkg mkdir -p dictd-client/pkg > /dev/null 2>&1 echo x - dictd-client/pkg/PLIST sed 's/^X//' >dictd-client/pkg/PLIST << 'END-of-dictd-client/pkg/PLIST' Xbin/dict END-of-dictd-client/pkg/PLIST echo x - dictd-client/pkg/COMMENT sed 's/^X//' >dictd-client/pkg/COMMENT << 'END-of-dictd-client/pkg/COMMENT' Xdict protocol (RFC 2229) client END-of-dictd-client/pkg/COMMENT echo x - dictd-client/pkg/DESCR sed 's/^X//' >dictd-client/pkg/DESCR << 'END-of-dictd-client/pkg/DESCR' XThe Dictionary Server Protocol (DICT) is a TCP transaction based query/response Xprotocol that allows a client to access dictionary definitions from a set of Xnatural language dictionary databases. X XFor more information about the DICT protocol, visit: X WWW: http://www.dict.org X XThis dict client allows your to lookup words in a dictd server's databases. By Xdefault, it will query all of the databases on dict.org, but other dictd Xservers may be used (or you can run your own, see the dictd port) X X -Kelly X kbyanc@posi.net X END-of-dictd-client/pkg/DESCR echo c - dictd-client/files mkdir -p dictd-client/files > /dev/null 2>&1 echo x - dictd-client/files/md5 sed 's/^X//' >dictd-client/files/md5 << 'END-of-dictd-client/files/md5' XMD5 (dictd-1.4.9.tar.gz) = 90e69ac4783b8836dbe98f8367b5f391 END-of-dictd-client/files/md5 echo c - dictd-client/patches mkdir -p dictd-client/patches > /dev/null 2>&1 echo x - dictd-client/patches/patch-aa sed 's/^X//' >dictd-client/patches/patch-aa << 'END-of-dictd-client/patches/patch-aa' X--- configure.orig Wed Sep 22 11:57:58 1999 X+++ configure Wed Sep 22 11:59:05 1999 X@@ -552,7 +552,7 @@ X X X X-prefix=/usr X+prefix=NONE X etcdir=/etc X piddir=/var/run X END-of-dictd-client/patches/patch-aa echo x - dictd-client/patches/patch-ab sed 's/^X//' >dictd-client/patches/patch-ab << 'END-of-dictd-client/patches/patch-ab' X--- Makefile.in.orig Sun Jul 5 18:09:59 1998 X+++ Makefile.in Wed Sep 22 12:16:56 1999 X@@ -141,16 +141,16 @@ X $(CC) -c $(XTRACFLAGS) $(CFLAGS) -Wno-implicit $< X X install.dict: dict X- install dict $(bindir) X- install -m 644 dict.1 $(man1_prefix) X+ install -cs dict $(bindir) X+ install -c -m 644 dict.1 $(man1_prefix) X X install.dictzip: dictzip X- install dictzip $(bindir) X- install -m 644 dictzip.1 $(man1_prefix) X+ install -cs dictzip $(bindir) X+ install -c -m 644 dictzip.1 $(man1_prefix) X X install.dictd: dictd X- install dictd $(sbindir) X- install -m 644 dictd.8 $(man8_prefix) X+ install -cs dictd $(sbindir) X+ install -c -m 644 dictd.8 $(man8_prefix) X X install: $(EXES) install.dict install.dictzip install.dictd X END-of-dictd-client/patches/patch-ab 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 Sep 22 9:40: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 477D715247 for ; Wed, 22 Sep 1999 09:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA78354; Wed, 22 Sep 1999 09:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 22 Sep 1999 09:40:02 -0700 (PDT) Message-Id: <199909221640.JAA78354@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Kelly Yancey Subject: Re: ports/13896: new port: misc/dictd-client Reply-To: Kelly Yancey Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/13896; it has been noted by GNATS. From: Kelly Yancey To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/13896: new port: misc/dictd-client Date: Wed, 22 Sep 1999 12:35:18 -0400 (EDT) Patch to dictd-client/Makefile to correct the pkgname so it won't conflict with the dictd port's pkgname. ~kbyanc@posi.net~ FreeBSD - The Power To Serve - http://www.freebsd.org/ Join Team FreeBSD - http://www.posi.net/freebsd/Team-FreeBSD/ --- dictd-client/Makefile.orig Wed Sep 22 12:31:19 1999 +++ dictd-client/Makefile Wed Sep 22 12:30:51 1999 @@ -7,6 +7,7 @@ # DISTNAME= dictd-1.4.9 +PKGNAME= dictd-client-1.4.9 CATEGORIES= misc MASTER_SITES= ftp://ftp.cs.unc.edu/pub/users/faith/dict/ \ ftp://ftp.dict.org/pub/dict/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 22 10: 0:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E51E14EF5 for ; Wed, 22 Sep 1999 10:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA80082; Wed, 22 Sep 1999 10:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 22 Sep 1999 10:00:01 -0700 (PDT) Message-Id: <199909221700.KAA80082@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Kelly Yancey Subject: Re: ports/13896: new port: misc/dictd-client Reply-To: Kelly Yancey Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/13896; it has been noted by GNATS. From: Kelly Yancey To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/13896: new port: misc/dictd-client Date: Wed, 22 Sep 1999 12:50:13 -0400 (EDT) Forgive me, it would appear I botched the dictd-client port pretty well. Below is an updated port which is correct. Thanks, Kelly ~kbyanc@posi.net~ FreeBSD - The Power To Serve - http://www.freebsd.org/ Join Team FreeBSD - http://www.posi.net/freebsd/Team-FreeBSD/ # 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: # # dictd-client # dictd-client/Makefile # dictd-client/pkg # dictd-client/pkg/PLIST # dictd-client/pkg/COMMENT # dictd-client/pkg/DESCR # dictd-client/files # dictd-client/files/md5 # dictd-client/patches # dictd-client/patches/patch-aa # dictd-client/patches/patch-ab # dictd-client/patches/patch-ac # echo c - dictd-client mkdir -p dictd-client > /dev/null 2>&1 echo x - dictd-client/Makefile sed 's/^X//' >dictd-client/Makefile << 'END-of-dictd-client/Makefile' X# New ports collection makefile for: dictd-client X# Version required: 1.4.9 X# Date created: 09/22/1999 X# Whom: Kelly Yancey X# X# $FreeBSD$ X# X XDISTNAME= dictd-1.4.9 XPKGNAME= dictd-client-1.4.9 XCATEGORIES= misc XMASTER_SITES= ftp://ftp.cs.unc.edu/pub/users/faith/dict/ \ X ftp://ftp.dict.org/pub/dict/ X XMAINTAINER= kbyanc@posi.net X XMAN1= dict.1 X XUSE_GMAKE= yes XHAS_CONFIGURE= yes XCONFIGURE_ARGS= --prefix=${PREFIX} \ X --with-etcdir=${PREFIX}/etc X XALL_TARGET= dict XINSTALL_TARGET= install.dict X X.include END-of-dictd-client/Makefile echo c - dictd-client/pkg mkdir -p dictd-client/pkg > /dev/null 2>&1 echo x - dictd-client/pkg/PLIST sed 's/^X//' >dictd-client/pkg/PLIST << 'END-of-dictd-client/pkg/PLIST' Xbin/dict END-of-dictd-client/pkg/PLIST echo x - dictd-client/pkg/COMMENT sed 's/^X//' >dictd-client/pkg/COMMENT << 'END-of-dictd-client/pkg/COMMENT' Xdict protocol (RFC 2229) client END-of-dictd-client/pkg/COMMENT echo x - dictd-client/pkg/DESCR sed 's/^X//' >dictd-client/pkg/DESCR << 'END-of-dictd-client/pkg/DESCR' XThe Dictionary Server Protocol (DICT) is a TCP transaction based query/response Xprotocol that allows a client to access dictionary definitions from a set of Xnatural language dictionary databases. X XFor more information about the DICT protocol, visit: X WWW: http://www.dict.org X XThis dict client allows your to lookup words in a dictd server's databases. By Xdefault, it will query all of the databases on dict.org, but other dictd Xservers may be used (or you can run your own, see the dictd port) X X -Kelly X kbyanc@posi.net END-of-dictd-client/pkg/DESCR echo c - dictd-client/files mkdir -p dictd-client/files > /dev/null 2>&1 echo x - dictd-client/files/md5 sed 's/^X//' >dictd-client/files/md5 << 'END-of-dictd-client/files/md5' XMD5 (dictd-1.4.9.tar.gz) = 90e69ac4783b8836dbe98f8367b5f391 END-of-dictd-client/files/md5 echo c - dictd-client/patches mkdir -p dictd-client/patches > /dev/null 2>&1 echo x - dictd-client/patches/patch-aa sed 's/^X//' >dictd-client/patches/patch-aa << 'END-of-dictd-client/patches/patch-aa' X--- configure.orig Wed Sep 22 11:57:58 1999 X+++ configure Wed Sep 22 11:59:05 1999 X@@ -552,7 +552,7 @@ X X X X-prefix=/usr X+prefix=NONE X etcdir=/etc X piddir=/var/run X END-of-dictd-client/patches/patch-aa echo x - dictd-client/patches/patch-ab sed 's/^X//' >dictd-client/patches/patch-ab << 'END-of-dictd-client/patches/patch-ab' X--- Makefile.in.orig Sun Jul 5 18:09:59 1998 X+++ Makefile.in Wed Sep 22 12:42:09 1999 X@@ -141,16 +141,16 @@ X $(CC) -c $(XTRACFLAGS) $(CFLAGS) -Wno-implicit $< X X install.dict: dict X- install dict $(bindir) X- install -m 644 dict.1 $(man1_prefix) X+ $(INSTALL) dict $(bindir) X+ $(INSTALL) dict.1 $(man1_prefix) X X install.dictzip: dictzip X- install dictzip $(bindir) X- install -m 644 dictzip.1 $(man1_prefix) X+ $(INSTALL) dictzip $(bindir) X+ $(INSTALL) dictzip.1 $(man1_prefix) X X install.dictd: dictd X- install dictd $(sbindir) X- install -m 644 dictd.8 $(man8_prefix) X+ $(INSTALL) dictd $(sbindir) X+ $(INSTALL) dictd.8 $(man8_prefix) X X install: $(EXES) install.dict install.dictzip install.dictd X END-of-dictd-client/patches/patch-ab echo x - dictd-client/patches/patch-ac sed 's/^X//' >dictd-client/patches/patch-ac << 'END-of-dictd-client/patches/patch-ac' X--- dict.1.orig Wed Sep 22 12:45:15 1999 X+++ dict.1 Wed Sep 22 12:45:50 1999 X@@ -237,9 +237,4 @@ X .SH FILES X .I ~/.dictrc X .br X-.I /etc/dict.conf X-.SH "SEE ALSO" X-.BR dictd (8), X-.BR dictzip (1), X-.BR http://www.dict.org, X-.B RFC 2229 X+.I /usr/local/etc/dict.conf END-of-dictd-client/patches/patch-ac exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 22 10: 0:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 96905153B9 for ; Wed, 22 Sep 1999 10:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA80091; Wed, 22 Sep 1999 10:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from narcissus.pel.sys.hiroshima-u.ac.jp (ppp-saijo-175.ipc.hiroshima-u.ac.jp [133.41.4.175]) by hub.freebsd.org (Postfix) with ESMTP id 2B04014E06 for ; Wed, 22 Sep 1999 09:55:01 -0700 (PDT) (envelope-from nobutaka@narcissus.pel.sys.hiroshima-u.ac.jp) Received: (from nobutaka@localhost) by narcissus.pel.sys.hiroshima-u.ac.jp (8.9.3/8.9.3) id BAA37284; Thu, 23 Sep 1999 01:54:59 +0900 (JST) (envelope-from nobutaka) Message-Id: <199909221654.BAA37284@narcissus.pel.sys.hiroshima-u.ac.jp> Date: Thu, 23 Sep 1999 01:54:59 +0900 (JST) From: nobutaka@nobutaka.com Reply-To: nobutaka@nobutaka.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13897: Update port: graphics/gimp1-i18n Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13897 >Category: ports >Synopsis: Update port: graphics/gimp1-i18n >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 Sep 22 10:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: MANTANI Nobutaka >Release: FreeBSD 4.0-CURRENT i386 >Organization: Hiroshima University >Environment: >Description: Update from 1.1.8 to 1.1.9. Removed files: gimp1-i18n/patches patch-aa patch-am patch-ao patch-be patch-bf patch-bg patch-bh patch-bi patch-bj patch-bk patch-bl patch-bm patch-bn Added files: gimp1-i18n/patches patch-bo patch-bp >How-To-Repeat: >Fix: diff -urN gimp1-i18n.old/Makefile gimp1-i18n/Makefile --- gimp1-i18n.old/Makefile Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/Makefile Sun Sep 19 03:16:25 1999 @@ -1,17 +1,17 @@ # New ports collection makefile for: GIMP with I18N extension -# Version required: 1.1.8 +# Version required: 1.1.9 # Date created: 1 Mar 1999 # Whom: nobutaka@nobutaka.com # # $FreeBSD: ports/graphics/gimp1-i18n/Makefile,v 1.63 1999/09/07 10:45:23 steve Exp $ # -DISTNAME= gimp-1.1.8 -PKGNAME= gimp-i18n-1.1.8 +DISTNAME= gimp-1.1.9 +PKGNAME= gimp-i18n-1.1.9 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v1.1.8/ \ - ftp://ftp.cs.umn.edu/pub/gimp/gimp/unstable/v1.1.8/ \ - http://www.ameth.org/gimp/pub/gimp/unstable/v1.1.8/ +MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v1.1.9/ \ + ftp://ftp.cs.umn.edu/pub/gimp/gimp/unstable/v1.1.9/ \ + http://www.ameth.org/gimp/pub/gimp/unstable/v1.1.9/ MAINTAINER= nobutaka@nobutaka.com @@ -31,7 +31,7 @@ USE_X_PREFIX= yes USE_LIBTOOL= yes USE_GMAKE= yes -CONFIGURE_ARGS= --disable-perl +CONFIGURE_ARGS= --disable-perl --disable-static CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" \ GTK_CONFIG="${GTK_CONFIG}" \ diff -urN gimp1-i18n.old/files/gimp.setfont gimp1-i18n/files/gimp.setfont --- gimp1-i18n.old/files/gimp.setfont Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/files/gimp.setfont Thu Sep 23 01:33:35 1999 @@ -5,7 +5,7 @@ # by MANTANI Nobutaka $progname = "gimp.setfont"; -$version = "Version 0.2 Aug 1 1999"; +$version = "Version 0.3 Sep 22 1999"; # Show usage sub usage() { @@ -14,21 +14,26 @@ ---------------------------------------------------------------- [language] [fontset] + czech -*-fixed-(iso8859-2) + danish -*-helvetica-(iso8859-1) dutch -*-helvetica-(iso8859-1) english -*-helvetica-(iso8859-1) finnish -*-helvetica-(iso8859-1) french -*-helvetica-(iso8859-1) german -*-helvetica-(iso8859-1) - hungarian -*-helvetica-(iso8859-2) + hungarian -*-fixed-(iso8859-2) italian -*-helvetica-(iso8859-1) japanese -*-fixed-(iso8859-1,jisx0201,jisx0208) - korean -*-fixed-(iso8859-1)/-daewoo-gothic-(ksc5601) - polish -*-helvetica-(iso8859-2) + korean -*-fixed-(iso8859-1),-daewoo-gothic-(ksc5601) + polish -*-fixed-(iso8859-2) russian -*-helvetica-(koi8-r) swedish -*-helvetica-(iso8859-1) norwegian -*-helvetica-(iso8859-1) ---------------------------------------------------------------- +If you need iso8859-2 fonts, please install etlfonts +(ports/x11-fonts/etlfonts). + EOF } @@ -40,11 +45,11 @@ if (-d $path) { if (-e "$path/gtkrc") { chmod(0644, "$path/gtkrc"); - print "renaming $path/gtkrc to ${path}/gtkrc.old...\n"; + print "Renaming $path/gtkrc to ${path}/gtkrc.old...\n"; rename($path, "${path}/gtkrc.old"); } - print "writing $path/gtkrc...\n"; + print "Writing $path/gtkrc...\n"; open(FILE, ">$path/gtkrc"); print FILE < [= ] @@ -89,6 +94,36 @@ exit; } +if ($lang eq "czech") { + $fontset = "-*-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-2"; + + print "Setting for Czech language...\n\n"; + + write_gtkrc($fontset); + + print < - #include - #include - #include -@@ -114,6 +114,9 @@ - - /* Initialize variables */ - prog_name = argv[0]; -+ -+ /* Ignore floating point exceptions */ -+ fpsetmask(0); - - /* Initialize Gtk toolkit */ - gtk_set_locale (); diff -urN gimp1-i18n.old/patches/patch-ah gimp1-i18n/patches/patch-ah --- gimp1-i18n.old/patches/patch-ah Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/patches/patch-ah Thu Sep 9 13:27:40 1999 @@ -1,6 +1,6 @@ ---- configure.in.orig Tue Mar 30 08:34:44 1999 -+++ configure.in Sun Apr 4 11:17:33 1999 -@@ -451,8 +451,8 @@ +--- configure.in.orig Thu Sep 9 09:33:17 1999 ++++ configure.in Thu Sep 9 13:25:28 1999 +@@ -431,8 +431,8 @@ fi gimpdatadir=$datadir/gimp @@ -11,9 +11,9 @@ brushdata=`ls -1 $srcdir/data/brushes | grep -v Makefile` gradientdata=`ls -1 $srcdir/data/gradients | grep -v Makefile` ---- configure.orig Tue Mar 30 08:35:35 1999 -+++ configure Sun Apr 4 11:17:33 1999 -@@ -7521,8 +7521,8 @@ +--- configure.orig Thu Sep 9 13:25:15 1999 ++++ configure Thu Sep 9 13:25:28 1999 +@@ -7108,8 +7108,8 @@ fi gimpdatadir=$datadir/gimp diff -urN gimp1-i18n.old/patches/patch-am gimp1-i18n/patches/patch-am --- gimp1-i18n.old/patches/patch-am Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/patches/patch-am Thu Jan 1 09:00:00 1970 @@ -1,19 +0,0 @@ ---- libgimp/gimp.c.orig Sat Mar 13 06:30:41 1999 -+++ libgimp/gimp.c Sun Apr 4 11:17:34 1999 -@@ -19,6 +19,7 @@ - #include "config.h" - - #include -+#include - #include - #include - #include -@@ -136,6 +137,8 @@ - } - - progname = argv[0]; -+ -+ fpsetmask(0); - - #ifdef SIGHUP - signal (SIGHUP, gimp_signal); diff -urN gimp1-i18n.old/patches/patch-ao gimp1-i18n/patches/patch-ao --- gimp1-i18n.old/patches/patch-ao Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/patches/patch-ao Thu Jan 1 09:00:00 1970 @@ -1,12 +0,0 @@ ---- plug-ins/script-fu/script-fu-scripts.c.orig Tue Feb 23 01:28:45 1999 -+++ plug-ins/script-fu/script-fu-scripts.c Tue Feb 23 01:32:15 1999 -@@ -1058,7 +1058,8 @@ - argc = 1; - argv = g_new (gchar *, 1); - argv[0] = g_strdup ("script-fu"); -- -+ -+ gtk_set_locale(); - gtk_init (&argc, &argv); - gtk_rc_parse (gimp_gtkrc ()); - diff -urN gimp1-i18n.old/patches/patch-ap gimp1-i18n/patches/patch-ap --- gimp1-i18n.old/patches/patch-ap Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/patches/patch-ap Thu Sep 9 13:28:45 1999 @@ -1,7 +1,7 @@ ---- libgimp/Makefile.in.orig Sun Jul 18 05:42:29 1999 -+++ libgimp/Makefile.in Mon Jul 26 08:26:42 1999 -@@ -190,11 +190,11 @@ - gimpinclude_HEADERS = color_selector.h gimp.h gimpchainbutton.h gimpenums.h gimpenv.h gimpfeatures.h gimpfileselection.h gimplimits.h gimpmatrix.h gimpmenu.h gimpmodule.h gimppatheditor.h gimpsizeentry.h gimpui.h gimpunit.h gimpunitmenu.h gimpintl.h gserialize.h parasite.h parasiteF.h parasiteP.h stdplugins-intl.h +--- libgimp/Makefile.in.orig Thu Sep 9 13:24:58 1999 ++++ libgimp/Makefile.in Thu Sep 9 13:25:28 1999 +@@ -203,11 +203,11 @@ + gimpinclude_HEADERS = color_display.h color_selector.h gimp.h gimpchainbutton.h gimpenums.h gimpenv.h gimpfeatures.h gimpfileselection.h gimplimits.h gimpmath.h gimpmatrix.h gimpmenu.h gimpmodule.h gimppatheditor.h gimpsizeentry.h gimpui.h gimpunit.h gimpunitmenu.h gimpintl.h gserialize.h parasite.h parasiteF.h parasiteP.h parasiteio.h stdplugins-intl.h -libgimp_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) diff -urN gimp1-i18n.old/patches/patch-bc gimp1-i18n/patches/patch-bc --- gimp1-i18n.old/patches/patch-bc Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/patches/patch-bc Thu Sep 9 13:29:21 1999 @@ -1,6 +1,6 @@ ---- plug-ins/libgck/gck/Makefile.in.orig Sat Jun 12 01:25:24 1999 -+++ plug-ins/libgck/gck/Makefile.in Sat Jun 12 01:26:00 1999 -@@ -175,7 +175,7 @@ +--- plug-ins/libgck/gck/Makefile.in.orig Thu Sep 9 13:24:59 1999 ++++ plug-ins/libgck/gck/Makefile.in Thu Sep 9 13:25:28 1999 +@@ -185,7 +185,7 @@ gckinclude_HEADERS = gck.h gckcolor.h gckcommon.h gckimage.h gcklistbox.h gckmath.h gcktypes.h gckui.h gckvector.h diff -urN gimp1-i18n.old/patches/patch-be gimp1-i18n/patches/patch-be --- gimp1-i18n.old/patches/patch-be Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/patches/patch-be Thu Jan 1 09:00:00 1970 @@ -1,66 +0,0 @@ ---- app/menus.c.orig Sun Jul 25 03:38:07 1999 -+++ app/menus.c Fri Aug 6 09:35:51 1999 -@@ -506,7 +506,7 @@ - { - gchar *menupath; - -- menupath = g_strdup_printf ("%s%s", prepath, _(path)); -+ menupath = g_strdup_printf ("%s%s", prepath, path); - menus_set_sensitive (menupath, sensitive); - g_free (menupath); - } -@@ -543,7 +543,7 @@ - { - gchar *menupath; - -- menupath = g_strdup_printf ("%s%s", prepath, _(path)); -+ menupath = g_strdup_printf ("%s%s", prepath, path); - menus_set_state (menupath, state); - g_free (menupath); - } -@@ -616,13 +616,14 @@ - { - g_string_sprintf (entry_filename, "%d. %s", i, g_basename (((GString *) filename_slist->data)->str)); - -- g_string_sprintf (path, _("/File/MRU%02d"), i); -+ g_string_sprintf (path, N_("/File/MRU%02d"), i); - - widget = gtk_item_factory_get_widget (toolbox_factory, path->str); -- gtk_widget_show (widget); -+ if (widget != NULL) { -+ gtk_widget_show (widget); - -- gtk_label_set (GTK_LABEL (GTK_BIN (widget)->child), entry_filename->str); -- -+ gtk_label_set (GTK_LABEL (GTK_BIN (widget)->child), entry_filename->str); -+ } - filename_slist = filename_slist->next; - } - -@@ -661,7 +662,7 @@ - - if (num_entries == 0) - { -- widget = gtk_item_factory_get_widget (toolbox_factory, gettext(file_menu_separator.path)); -+ widget = gtk_item_factory_get_widget (toolbox_factory, file_menu_separator.path); - gtk_widget_show (widget); - } - -@@ -697,7 +698,7 @@ - last_opened_entries[i].callback_action = i; - last_opened_entries[i].item_type = NULL; - -- g_snprintf (path, MRU_MENU_ENTRY_SIZE, _("/File/MRU%02d"), i + 1); -+ g_snprintf (path, MRU_MENU_ENTRY_SIZE, N_("/File/MRU%02d"), i + 1); - if (accelerator != NULL) - g_snprintf (accelerator, MRU_MENU_ACCEL_SIZE, "%d", i + 1); - } -@@ -712,7 +713,7 @@ - gtk_widget_hide (widget); - } - -- widget = gtk_item_factory_get_widget (toolbox_factory, gettext(file_menu_separator.path)); -+ widget = gtk_item_factory_get_widget (toolbox_factory, file_menu_separator.path); - gtk_widget_hide (widget); - - g_free (paths); diff -urN gimp1-i18n.old/patches/patch-bf gimp1-i18n/patches/patch-bf --- gimp1-i18n.old/patches/patch-bf Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/patches/patch-bf Thu Jan 1 09:00:00 1970 @@ -1,38 +0,0 @@ ---- app/channels_dialog.c.orig Fri Aug 6 08:52:42 1999 -+++ app/channels_dialog.c Fri Aug 6 08:54:17 1999 -@@ -532,26 +532,26 @@ - gtk_widget_set_sensitive (channels_ops_buttons[(button)].widget, \ - (condition) != 0) - -- SET_SENSITIVE (_("/New Channel"), !fs_sens); -+ SET_SENSITIVE (N_("/New Channel"), !fs_sens); - SET_OPS_SENSITIVE (0, !fs_sens); - -- SET_SENSITIVE (_("/Raise Channel"), !fs_sens && aux_sens); -+ SET_SENSITIVE (N_("/Raise Channel"), !fs_sens && aux_sens); - SET_OPS_SENSITIVE (1, !fs_sens && aux_sens); - -- SET_SENSITIVE (_("/Lower Channel"), !fs_sens && aux_sens); -+ SET_SENSITIVE (N_("/Lower Channel"), !fs_sens && aux_sens); - SET_OPS_SENSITIVE (2, !fs_sens && aux_sens); - -- SET_SENSITIVE (_("/Duplicate Channel"), !fs_sens && aux_sens); -+ SET_SENSITIVE (N_("/Duplicate Channel"), !fs_sens && aux_sens); - SET_OPS_SENSITIVE (3, !fs_sens && aux_sens); - -- SET_SENSITIVE (_("/Channel to Selection"), aux_sens); -+ SET_SENSITIVE (N_("/Channel to Selection"), aux_sens); - SET_OPS_SENSITIVE (4, aux_sens); - -- SET_SENSITIVE (_("/Add to Selection"), aux_sens); -- SET_SENSITIVE (_("/Subtract From Selection"), aux_sens); -- SET_SENSITIVE (_("/Intersect With Selection"), aux_sens); -+ SET_SENSITIVE (N_("/Add to Selection"), aux_sens); -+ SET_SENSITIVE (N_("/Subtract From Selection"), aux_sens); -+ SET_SENSITIVE (N_("/Intersect With Selection"), aux_sens); - -- SET_SENSITIVE (_("/Delete Channel"), !fs_sens && aux_sens); -+ SET_SENSITIVE (N_("/Delete Channel"), !fs_sens && aux_sens); - SET_OPS_SENSITIVE (5, !fs_sens && aux_sens); - - #undef SET_OPS_SENSITIVE diff -urN gimp1-i18n.old/patches/patch-bg gimp1-i18n/patches/patch-bg --- gimp1-i18n.old/patches/patch-bg Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/patches/patch-bg Thu Jan 1 09:00:00 1970 @@ -1,166 +0,0 @@ ---- app/gdisplay.c.orig Fri Aug 6 08:47:20 1999 -+++ app/gdisplay.c Fri Aug 6 08:48:59 1999 -@@ -1583,101 +1583,101 @@ - #define SET_STATE(menu,condition) \ - menus_set_state_locale ("", (menu), (condition) != 0) - -- SET_SENSITIVE (_("/File/Save"), gdisp); -- SET_SENSITIVE (_("/File/Save as"), gdisp); -- SET_SENSITIVE (_("/File/Revert"), gdisp); -- SET_SENSITIVE (_("/File/Close"), gdisp); -+ SET_SENSITIVE (N_("/File/Save"), gdisp); -+ SET_SENSITIVE (N_("/File/Save as"), gdisp); -+ SET_SENSITIVE (N_("/File/Revert"), gdisp); -+ SET_SENSITIVE (N_("/File/Close"), gdisp); - -- SET_SENSITIVE (_("/Edit"), gdisp); -+ SET_SENSITIVE (N_("/Edit"), gdisp); - if (gdisp) - { -- SET_SENSITIVE (_("/Edit/Cut"), lp); -- SET_SENSITIVE (_("/Edit/Copy"), lp); -- SET_SENSITIVE (_("/Edit/Paste"), lp); -- SET_SENSITIVE (_("/Edit/Paste Into"), lp); -- SET_SENSITIVE (_("/Edit/Paste As New"), lp); -- SET_SENSITIVE (_("/Edit/Clear"), lp); -- SET_SENSITIVE (_("/Edit/Fill"), lp); -- SET_SENSITIVE (_("/Edit/Stroke"), lp); -- SET_SENSITIVE (_("/Edit/Cut Named"), lp); -- SET_SENSITIVE (_("/Edit/Copy Named"), lp); -- SET_SENSITIVE (_("/Edit/Paste Named"), lp); -+ SET_SENSITIVE (N_("/Edit/Cut"), lp); -+ SET_SENSITIVE (N_("/Edit/Copy"), lp); -+ SET_SENSITIVE (N_("/Edit/Paste"), lp); -+ SET_SENSITIVE (N_("/Edit/Paste Into"), lp); -+ SET_SENSITIVE (N_("/Edit/Paste As New"), lp); -+ SET_SENSITIVE (N_("/Edit/Clear"), lp); -+ SET_SENSITIVE (N_("/Edit/Fill"), lp); -+ SET_SENSITIVE (N_("/Edit/Stroke"), lp); -+ SET_SENSITIVE (N_("/Edit/Cut Named"), lp); -+ SET_SENSITIVE (N_("/Edit/Copy Named"), lp); -+ SET_SENSITIVE (N_("/Edit/Paste Named"), lp); - } - -- SET_SENSITIVE (_("/Select"), gdisp && lp); -- SET_SENSITIVE (_("/Select/Save To Channel"), !fs); -+ SET_SENSITIVE (N_("/Select"), gdisp && lp); -+ SET_SENSITIVE (N_("/Select/Save To Channel"), !fs); - -- SET_SENSITIVE (_("/View"), gdisp); -+ SET_SENSITIVE (N_("/View"), gdisp); - if (gdisp) - { -- SET_STATE (_("/View/Toggle Selection"), !gdisp->select->hidden); -- SET_STATE (_("/View/Toggle Rulers"), -+ SET_STATE (N_("/View/Toggle Selection"), !gdisp->select->hidden); -+ SET_STATE (N_("/View/Toggle Rulers"), - GTK_WIDGET_VISIBLE (gdisp->origin) ? 1 : 0); -- SET_STATE (_("/View/Toggle Guides"), gdisp->draw_guides); -- SET_STATE (_("/View/Snap To Guides"), gdisp->snap_to_guides); -- SET_STATE (_("/View/Toggle Statusbar"), -+ SET_STATE (N_("/View/Toggle Guides"), gdisp->draw_guides); -+ SET_STATE (N_("/View/Snap To Guides"), gdisp->snap_to_guides); -+ SET_STATE (N_("/View/Toggle Statusbar"), - GTK_WIDGET_VISIBLE (gdisp->statusarea) ? 1 : 0); -- SET_STATE (_("/View/Dot for dot"), gdisp->dot_for_dot); -+ SET_STATE (N_("/View/Dot for dot"), gdisp->dot_for_dot); - } - -- SET_SENSITIVE (_("/Image"), gdisp); -- SET_SENSITIVE (_("/Image/Colors"), gdisp); -- SET_SENSITIVE (_("/Image/Channel Ops"), gdisp); -- SET_SENSITIVE (_("/Image/Alpha"), gdisp); -+ SET_SENSITIVE (N_("/Image"), gdisp); -+ SET_SENSITIVE (N_("/Image/Colors"), gdisp); -+ SET_SENSITIVE (N_("/Image/Channel Ops"), gdisp); -+ SET_SENSITIVE (N_("/Image/Alpha"), gdisp); - if (gdisp) - { -- SET_SENSITIVE (_("/Image/RGB"), (base_type != RGB)); -- SET_SENSITIVE (_("/Image/Grayscale"), (base_type != GRAY)); -- SET_SENSITIVE (_("/Image/Indexed"), (base_type != INDEXED)); -- SET_SENSITIVE (_("/Image/Histogram"), lp); -- -- SET_SENSITIVE (_("/Image/Colors"), lp); -- SET_SENSITIVE (_("/Image/Colors/Threshold"), (base_type != INDEXED)); -- SET_SENSITIVE (_("/Image/Colors/Posterize"), (base_type != INDEXED)); -- SET_SENSITIVE (_("/Image/Colors/Equalize"), (base_type != INDEXED)); -- SET_SENSITIVE (_("/Image/Colors/Invert"), (base_type != INDEXED)); -- SET_SENSITIVE (_("/Image/Colors/Color Balance"), (base_type == RGB)); -- SET_SENSITIVE (_("/Image/Colors/Brightness-Contrast"), -+ SET_SENSITIVE (N_("/Image/RGB"), (base_type != RGB)); -+ SET_SENSITIVE (N_("/Image/Grayscale"), (base_type != GRAY)); -+ SET_SENSITIVE (N_("/Image/Indexed"), (base_type != INDEXED)); -+ SET_SENSITIVE (N_("/Image/Histogram"), lp); -+ -+ SET_SENSITIVE (N_("/Image/Colors"), lp); -+ SET_SENSITIVE (N_("/Image/Colors/Threshold"), (base_type != INDEXED)); -+ SET_SENSITIVE (N_("/Image/Colors/Posterize"), (base_type != INDEXED)); -+ SET_SENSITIVE (N_("/Image/Colors/Equalize"), (base_type != INDEXED)); -+ SET_SENSITIVE (N_("/Image/Colors/Invert"), (base_type != INDEXED)); -+ SET_SENSITIVE (N_("/Image/Colors/Color Balance"), (base_type == RGB)); -+ SET_SENSITIVE (N_("/Image/Colors/Brightness-Contrast"), - (base_type != INDEXED)); -- SET_SENSITIVE (_("/Image/Colors/Hue-Saturation"), (base_type == RGB)); -- SET_SENSITIVE (_("/Image/Colors/Curves"), (base_type != INDEXED)); -- SET_SENSITIVE (_("/Image/Colors/Levels"), (base_type != INDEXED)); -- SET_SENSITIVE (_("/Image/Colors/Desaturate"), (base_type == RGB)); -+ SET_SENSITIVE (N_("/Image/Colors/Hue-Saturation"), (base_type == RGB)); -+ SET_SENSITIVE (N_("/Image/Colors/Curves"), (base_type != INDEXED)); -+ SET_SENSITIVE (N_("/Image/Colors/Levels"), (base_type != INDEXED)); -+ SET_SENSITIVE (N_("/Image/Colors/Desaturate"), (base_type == RGB)); - -- SET_SENSITIVE (_("/Image/Alpha/Add Alpha Channel"), -+ SET_SENSITIVE (N_("/Image/Alpha/Add Alpha Channel"), - !fs && !aux && lp && !lm && !alpha); - -- SET_SENSITIVE (_("/Image/Channel Ops/Offset"), lp); -+ SET_SENSITIVE (N_("/Image/Channel Ops/Offset"), lp); - } - -- SET_SENSITIVE (_("/Layers/Stack"), gdisp); -+ SET_SENSITIVE (N_("/Layers/Stack"), gdisp); - if (gdisp) - { -- SET_SENSITIVE (_("/Layers/Stack/Previous Layer"), -+ SET_SENSITIVE (N_("/Layers/Stack/Previous Layer"), - !fs && !aux && lp && lind > 0); -- SET_SENSITIVE (_("/Layers/Stack/Next Layer"), -+ SET_SENSITIVE (N_("/Layers/Stack/Next Layer"), - !fs && !aux && lp && lind < (lnum - 1)); -- SET_SENSITIVE (_("/Layers/Stack/Raise Layer"), -+ SET_SENSITIVE (N_("/Layers/Stack/Raise Layer"), - !fs && !aux && lp && alpha && lind > 0); -- SET_SENSITIVE (_("/Layers/Stack/Lower Layer"), -+ SET_SENSITIVE (N_("/Layers/Stack/Lower Layer"), - !fs && !aux && lp && alpha && lind < (lnum - 1)); -- SET_SENSITIVE (_("/Layers/Stack/Layer to Top"), -+ SET_SENSITIVE (N_("/Layers/Stack/Layer to Top"), - !fs && !aux && lp && alpha && lind > 0); -- SET_SENSITIVE (_("/Layers/Stack/Layer to Bottom"), -+ SET_SENSITIVE (N_("/Layers/Stack/Layer to Bottom"), - !fs && !aux && lp && alpha && lind < (lnum - 1)); - } - -- SET_SENSITIVE (_("/Layers/Anchor Layer"), gdisp && fs && !aux && lp); -- SET_SENSITIVE (_("/Layers/Merge Visible Layers"), gdisp && !fs && !aux && lp); -- SET_SENSITIVE (_("/Layers/Flatten Image"), gdisp && !fs && !aux && lp); -- SET_SENSITIVE (_("/Layers/Alpha To Selection"), gdisp && !aux && lp && alpha); -- SET_SENSITIVE (_("/Layers/Mask To Selection"), gdisp && !aux && lm && lp); -- SET_SENSITIVE (_("/Layers/Add Alpha Channel"), -+ SET_SENSITIVE (N_("/Layers/Anchor Layer"), gdisp && fs && !aux && lp); -+ SET_SENSITIVE (N_("/Layers/Merge Visible Layers"), gdisp && !fs && !aux && lp); -+ SET_SENSITIVE (N_("/Layers/Flatten Image"), gdisp && !fs && !aux && lp); -+ SET_SENSITIVE (N_("/Layers/Alpha To Selection"), gdisp && !aux && lp && alpha); -+ SET_SENSITIVE (N_("/Layers/Mask To Selection"), gdisp && !aux && lm && lp); -+ SET_SENSITIVE (N_("/Layers/Add Alpha Channel"), - gdisp && !fs && !aux && lp && !lm && !alpha); - -- SET_SENSITIVE (_("/Filters"), gdisp && lp); -+ SET_SENSITIVE (N_("/Filters"), gdisp && lp); - -- SET_SENSITIVE (_("/Script-Fu"), gdisp && lp); -+ SET_SENSITIVE (N_("/Script-Fu"), gdisp && lp); - - #undef SET_STATE - #undef SET_SENSITIVE diff -urN gimp1-i18n.old/patches/patch-bh gimp1-i18n/patches/patch-bh --- gimp1-i18n.old/patches/patch-bh Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/patches/patch-bh Thu Jan 1 09:00:00 1970 @@ -1,70 +0,0 @@ ---- app/layers_dialog.c.orig Fri Aug 6 08:55:03 1999 -+++ app/layers_dialog.c Fri Aug 6 08:56:10 1999 -@@ -961,46 +961,46 @@ - gtk_widget_set_sensitive (layers_ops_buttons[(button)].widget, \ - (condition) != 0) - -- SET_SENSITIVE (_("/Stack/Previous Layer"), fs && ac && gimage && lp && prev); -- SET_SENSITIVE (_("/Stack/Next Layer"), fs && ac && gimage && lp && next); -+ SET_SENSITIVE (N_("/Stack/Previous Layer"), fs && ac && gimage && lp && prev); -+ SET_SENSITIVE (N_("/Stack/Next Layer"), fs && ac && gimage && lp && next); - -- SET_SENSITIVE (_("/Stack/Raise Layer"), -+ SET_SENSITIVE (N_("/Stack/Raise Layer"), - fs && ac && gimage && lp && alpha && prev); - SET_OPS_SENSITIVE (1, fs && ac && gimage && lp && alpha && prev); - -- SET_SENSITIVE (_("/Stack/Lower Layer"), -+ SET_SENSITIVE (N_("/Stack/Lower Layer"), - fs && ac && gimage && lp && next && next_alpha); - SET_OPS_SENSITIVE (2, fs && ac && gimage && lp && next && next_alpha); - -- SET_SENSITIVE (_("/Stack/Layer to Top"), -+ SET_SENSITIVE (N_("/Stack/Layer to Top"), - fs && ac && gimage && lp && alpha && prev); -- SET_SENSITIVE (_("/Stack/Layer to Bottom"), -+ SET_SENSITIVE (N_("/Stack/Layer to Bottom"), - fs && ac && gimage && lp && next && next_alpha); - -- SET_SENSITIVE (_("/New Layer"), gimage); -+ SET_SENSITIVE (N_("/New Layer"), gimage); - SET_OPS_SENSITIVE (0, gimage); - -- SET_SENSITIVE (_("/Duplicate Layer"), fs && ac && gimage && lp); -+ SET_SENSITIVE (N_("/Duplicate Layer"), fs && ac && gimage && lp); - SET_OPS_SENSITIVE (3, fs && ac && gimage && lp); - -- SET_SENSITIVE (_("/Anchor Layer"), !fs && ac && gimage && lp); -+ SET_SENSITIVE (N_("/Anchor Layer"), !fs && ac && gimage && lp); - SET_OPS_SENSITIVE (4, !fs && ac && gimage && lp); - -- SET_SENSITIVE (_("/Delete Layer"), ac && gimage && lp); -+ SET_SENSITIVE (N_("/Delete Layer"), ac && gimage && lp); - SET_OPS_SENSITIVE (5, ac && gimage && lp); - -- SET_SENSITIVE (_("/Scale Layer"), ac && gimage && lp); -- SET_SENSITIVE (_("/Resize Layer"), ac && gimage && lp); -+ SET_SENSITIVE (N_("/Scale Layer"), ac && gimage && lp); -+ SET_SENSITIVE (N_("/Resize Layer"), ac && gimage && lp); - -- SET_SENSITIVE (_("/Merge Visible Layers"), fs && ac && gimage && lp); -- SET_SENSITIVE (_("/Merge Down"), fs && ac && gimage && lp); -- SET_SENSITIVE (_("/Flatten Image"), fs && ac && gimage && lp); -- -- SET_SENSITIVE (_("/Add Layer Mask"), fs && ac && gimage && !lm && lp && alpha); -- SET_SENSITIVE (_("/Apply Layer Mask"), fs && ac && gimage && lm && lp); -- SET_SENSITIVE (_("/Alpha to Selection"), fs && ac && gimage && lp && alpha); -- SET_SENSITIVE (_("/Mask to Selection"), fs && ac && gimage && lm && lp); -- SET_SENSITIVE (_("/Add Alpha Channel"), !alpha); -+ SET_SENSITIVE (N_("/Merge Visible Layers"), fs && ac && gimage && lp); -+ SET_SENSITIVE (N_("/Merge Down"), fs && ac && gimage && lp); -+ SET_SENSITIVE (N_("/Flatten Image"), fs && ac && gimage && lp); -+ -+ SET_SENSITIVE (N_("/Add Layer Mask"), fs && ac && gimage && !lm && lp && alpha); -+ SET_SENSITIVE (N_("/Apply Layer Mask"), fs && ac && gimage && lm && lp); -+ SET_SENSITIVE (N_("/Alpha to Selection"), fs && ac && gimage && lp && alpha); -+ SET_SENSITIVE (N_("/Mask to Selection"), fs && ac && gimage && lm && lp); -+ SET_SENSITIVE (N_("/Add Alpha Channel"), !alpha); - - #undef SET_OPS_SENSITIVE - #undef SET_SENSITIVE diff -urN gimp1-i18n.old/patches/patch-bi gimp1-i18n/patches/patch-bi --- gimp1-i18n.old/patches/patch-bi Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/patches/patch-bi Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- plug-ins/common/autostretch_hsv.c.orig Fri Aug 6 09:04:58 1999 -+++ plug-ins/common/autostretch_hsv.c Fri Aug 6 09:05:24 1999 -@@ -84,7 +84,7 @@ - "Scott Goehring and Federico Mena Quintero", - "Scott Goehring and Federico Mena Quintero", - "1997", -- _("/Image/Colors/Auto-Stretch HSV"), -+ N_("/Image/Colors/Auto-Stretch HSV"), - "RGB*, INDEXED*", - PROC_PLUG_IN, - nargs, nreturn_vals, diff -urN gimp1-i18n.old/patches/patch-bj gimp1-i18n/patches/patch-bj --- gimp1-i18n.old/patches/patch-bj Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/patches/patch-bj Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- plug-ins/common/compose.c.orig Fri Aug 6 09:06:02 1999 -+++ plug-ins/common/compose.c Fri Aug 6 09:06:27 1999 -@@ -231,7 +231,7 @@ - "Peter Kirchgessner", - "Peter Kirchgessner (peter@kirchgessner.net)", - "1997", -- _("/Image/Channel Ops/Compose"), -+ N_("/Image/Channel Ops/Compose"), - "GRAY*", - PROC_PLUG_IN, - nargs, nreturn_vals, diff -urN gimp1-i18n.old/patches/patch-bk gimp1-i18n/patches/patch-bk --- gimp1-i18n.old/patches/patch-bk Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/patches/patch-bk Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- plug-ins/common/decompose.c.orig Fri Aug 6 09:07:21 1999 -+++ plug-ins/common/decompose.c Fri Aug 6 09:07:44 1999 -@@ -219,7 +219,7 @@ - "Peter Kirchgessner", - "Peter Kirchgessner (peter@kirchgessner.net)", - "1997", -- _("/Image/Channel Ops/Decompose"), -+ N_("/Image/Channel Ops/Decompose"), - "RGB*", - PROC_PLUG_IN, - nargs, nreturn_vals, diff -urN gimp1-i18n.old/patches/patch-bl gimp1-i18n/patches/patch-bl --- gimp1-i18n.old/patches/patch-bl Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/patches/patch-bl Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- plug-ins/common/mail.c.orig Fri Aug 6 08:59:15 1999 -+++ plug-ins/common/mail.c Fri Aug 6 08:59:48 1999 -@@ -214,7 +214,7 @@ - "Adrian Likins, Reagan Blundell", - "Adrian Likins, Reagan Blundell, Daniel Risacher, Spencer Kimball and Peter Mattis", - "1995-1997", -- _("/File/Mail image"), -+ N_("/File/Mail image"), - "RGB*, GRAY*, INDEXED*", - PROC_PLUG_IN, - nargs, nreturn_vals, diff -urN gimp1-i18n.old/patches/patch-bm gimp1-i18n/patches/patch-bm --- gimp1-i18n.old/patches/patch-bm Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/patches/patch-bm Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- plug-ins/print/print.c.orig Fri Aug 6 09:01:57 1999 -+++ plug-ins/print/print.c Fri Aug 6 09:02:04 1999 -@@ -334,7 +334,7 @@ - "Michael Sweet ", - "Copyright 1997-1998 by Michael Sweet", - PLUG_IN_VERSION, -- _("/File/Print"), -+ N_("/File/Print"), - "RGB*,GRAY*,INDEXED*", - PROC_PLUG_IN, - nargs, diff -urN gimp1-i18n.old/patches/patch-bn gimp1-i18n/patches/patch-bn --- gimp1-i18n.old/patches/patch-bn Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/patches/patch-bn Thu Jan 1 09:00:00 1970 @@ -1,10 +0,0 @@ ---- libgimp/stdplugins-intl.h.orig Wed Jun 16 10:06:59 1999 -+++ libgimp/stdplugins-intl.h Sat Aug 21 04:23:58 1999 -@@ -10,6 +10,7 @@ - - #ifdef HAVE_LC_MESSAGES - #define INIT_I18N() \ -+ gtk_set_locale(); \ - setlocale(LC_MESSAGES, ""); \ - bindtextdomain("gimp-std-plugins", LOCALEDIR); \ - textdomain("gimp-std-plugins") diff -urN gimp1-i18n.old/patches/patch-bo gimp1-i18n/patches/patch-bo --- gimp1-i18n.old/patches/patch-bo Thu Jan 1 09:00:00 1970 +++ gimp1-i18n/patches/patch-bo Thu Sep 9 13:32:11 1999 @@ -0,0 +1,11 @@ +--- plug-ins/print/print.c.orig Sun Aug 29 16:33:37 1999 ++++ plug-ins/print/print.c Thu Sep 9 13:31:13 1999 +@@ -2114,7 +2114,7 @@ + plist[0].output_type = OUTPUT_COLOR; + + #ifdef LPC_COMMAND +- if ((pfile = popen(LPC_COMMAND " status", "r")) != NULL) ++ if ((pfile = popen(LPC_COMMAND " status all", "r")) != NULL) + { + while (fgets(line, sizeof(line), pfile) != NULL && + plist_count < MAX_PLIST) diff -urN gimp1-i18n.old/patches/patch-bp gimp1-i18n/patches/patch-bp --- gimp1-i18n.old/patches/patch-bp Thu Jan 1 09:00:00 1970 +++ gimp1-i18n/patches/patch-bp Sat Sep 11 09:09:29 1999 @@ -0,0 +1,20 @@ +--- plug-ins/common/mail.c.orig Sun Aug 29 03:28:38 1999 ++++ plug-ins/common/mail.c Sat Sep 11 09:09:10 1999 +@@ -92,7 +92,7 @@ + * + */ + #ifndef MAILER +-#define MAILER "/usr/lib/sendmail" ++#define MAILER "/usr/sbin/sendmail" + #endif + + #ifndef UUENCODE +@@ -181,7 +181,7 @@ + if you prefer that as the default */ + }; + +-static gchar * mesg_body; ++static gchar * mesg_body = "\0"; + static int run_flag = 0; + + MAIN () diff -urN gimp1-i18n.old/pkg/PLIST gimp1-i18n/pkg/PLIST --- gimp1-i18n.old/pkg/PLIST Sun Sep 19 03:11:29 1999 +++ gimp1-i18n/pkg/PLIST Sat Sep 11 17:29:01 1999 @@ -21,6 +21,7 @@ include/libgimp/gimpfileselection.h include/libgimp/gimpintl.h include/libgimp/gimplimits.h +include/libgimp/gimpmath.h include/libgimp/gimpmatrix.h include/libgimp/gimpmenu.h include/libgimp/gimpmodule.h @@ -33,17 +34,18 @@ include/libgimp/parasite.h include/libgimp/parasiteF.h include/libgimp/parasiteP.h +include/libgimp/parasiteio.h include/libgimp/stdplugins-intl.h include/megawidget.h -lib/libgck.so.8 -lib/libgck.so lib/libgck.a -lib/libgimp.so.8 -lib/libgimp.so +lib/libgck.so +lib/libgck.so.9 lib/libgimp.a -lib/libgimpui.so.8 -lib/libgimpui.so +lib/libgimp.so +lib/libgimp.so.9 lib/libgimpui.a +lib/libgimpui.so +lib/libgimpui.so.9 lib/libgpc.a lib/libmegawidget.a @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @@ -52,6 +54,7 @@ libexec/gimp/1.1/modules/libcolorsel_triangle.so libexec/gimp/1.1/modules/libcolorsel_water.so libexec/gimp/1.1/plug-ins/AlienMap +libexec/gimp/1.1/plug-ins/AlienMap2 libexec/gimp/1.1/plug-ins/CEL libexec/gimp/1.1/plug-ins/CML_explorer libexec/gimp/1.1/plug-ins/FractalExplorer @@ -72,6 +75,7 @@ libexec/gimp/1.1/plug-ins/bz2 libexec/gimp/1.1/plug-ins/c_astretch libexec/gimp/1.1/plug-ins/checkerboard +libexec/gimp/1.1/plug-ins/color_enhance libexec/gimp/1.1/plug-ins/colorify libexec/gimp/1.1/plug-ins/compose libexec/gimp/1.1/plug-ins/convmatrix @@ -105,11 +109,14 @@ libexec/gimp/1.1/plug-ins/gdyntext libexec/gimp/1.1/plug-ins/gee libexec/gimp/1.1/plug-ins/gfig +libexec/gimp/1.1/plug-ins/gflare libexec/gimp/1.1/plug-ins/gfli libexec/gimp/1.1/plug-ins/gicon libexec/gimp/1.1/plug-ins/gif libexec/gimp/1.1/plug-ins/gifload +libexec/gimp/1.1/plug-ins/gimpressionist libexec/gimp/1.1/plug-ins/glasstile +libexec/gimp/1.1/plug-ins/gpb libexec/gimp/1.1/plug-ins/gqbist libexec/gimp/1.1/plug-ins/gradmap libexec/gimp/1.1/plug-ins/grid @@ -121,6 +128,7 @@ libexec/gimp/1.1/plug-ins/hrz libexec/gimp/1.1/plug-ins/ifscompose libexec/gimp/1.1/plug-ins/illusion +libexec/gimp/1.1/plug-ins/imagemap libexec/gimp/1.1/plug-ins/iwarp libexec/gimp/1.1/plug-ins/jigsaw libexec/gimp/1.1/plug-ins/jpeg @@ -140,7 +148,6 @@ libexec/gimp/1.1/plug-ins/nova libexec/gimp/1.1/plug-ins/oilify libexec/gimp/1.1/plug-ins/pagecurl -libexec/gimp/1.1/plug-ins/palette libexec/gimp/1.1/plug-ins/papertile libexec/gimp/1.1/plug-ins/pat libexec/gimp/1.1/plug-ins/pcx @@ -154,6 +161,7 @@ libexec/gimp/1.1/plug-ins/print libexec/gimp/1.1/plug-ins/ps libexec/gimp/1.1/plug-ins/psd +libexec/gimp/1.1/plug-ins/psp libexec/gimp/1.1/plug-ins/randomize libexec/gimp/1.1/plug-ins/rcm libexec/gimp/1.1/plug-ins/ripple @@ -164,6 +172,7 @@ libexec/gimp/1.1/plug-ins/screenshot libexec/gimp/1.1/plug-ins/script-fu libexec/gimp/1.1/plug-ins/sel2path +libexec/gimp/1.1/plug-ins/sel_gauss libexec/gimp/1.1/plug-ins/semiflatten libexec/gimp/1.1/plug-ins/sgi libexec/gimp/1.1/plug-ins/sharpen @@ -173,6 +182,7 @@ libexec/gimp/1.1/plug-ins/snoise libexec/gimp/1.1/plug-ins/sobel libexec/gimp/1.1/plug-ins/sparkle +libexec/gimp/1.1/plug-ins/spheredesigner libexec/gimp/1.1/plug-ins/spread libexec/gimp/1.1/plug-ins/struc libexec/gimp/1.1/plug-ins/sunras @@ -187,6 +197,7 @@ libexec/gimp/1.1/plug-ins/video libexec/gimp/1.1/plug-ins/vinvert libexec/gimp/1.1/plug-ins/vpropagate +libexec/gimp/1.1/plug-ins/warp libexec/gimp/1.1/plug-ins/waves libexec/gimp/1.1/plug-ins/webbrowser libexec/gimp/1.1/plug-ins/whirlpinch @@ -235,9 +246,10 @@ share/gimp/brushes/galaxy.gbr share/gimp/brushes/galaxy_big.gbr share/gimp/brushes/galaxy_small.gbr +share/gimp/brushes/pepper.gpb share/gimp/brushes/pixel.gbr -share/gimp/brushes/round1.vbr share/gimp/brushes/thegimp.gbr +share/gimp/brushes/vine.gih share/gimp/brushes/xcf.gbr share/gimp/fractalexplorer/Asteroid_Field share/gimp/fractalexplorer/Bar_Code_Label @@ -272,11 +284,6 @@ share/gimp/fractalexplorer/Wave share/gimp/fractalexplorer/Wood share/gimp/fractalexplorer/Zooming_Circle -share/gimp/help/contents.html -share/gimp/help/eek.png -share/gimp/help/index.html -share/gimp/help/welcome.html -share/gimp/help/wilber.png share/gimp/gfig/A_star share/gimp/gfig/curves share/gimp/gfig/polys @@ -287,11 +294,109 @@ share/gimp/gfig/sprial share/gimp/gfig/star2 share/gimp/gfig/stars +share/gimp/gflare/Bright_Star +share/gimp/gflare/Classic +share/gimp/gflare/Default +share/gimp/gflare/Distant_Sun +share/gimp/gflare/GFlare_101 +share/gimp/gflare/GFlare_102 +share/gimp/gflare/Hidden_Planet share/gimp/gimp1_1_splash.ppm share/gimp/gimp_logo.ppm share/gimp/gimp_splash.ppm share/gimp/gimprc share/gimp/gimprc_user +share/gimp/gimpressionist/Brushes/arrow01.pgm +share/gimp/gimpressionist/Brushes/ball.ppm +share/gimp/gimpressionist/Brushes/blob.ppm +share/gimp/gimpressionist/Brushes/box.ppm +share/gimp/gimpressionist/Brushes/chalk01.pgm +share/gimp/gimpressionist/Brushes/cone.ppm +share/gimp/gimpressionist/Brushes/crayon01.pgm +share/gimp/gimpressionist/Brushes/crayon02.pgm +share/gimp/gimpressionist/Brushes/crayon03.pgm +share/gimp/gimpressionist/Brushes/crayon04.pgm +share/gimp/gimpressionist/Brushes/crayon05.pgm +share/gimp/gimpressionist/Brushes/crayon06.pgm +share/gimp/gimpressionist/Brushes/crayon07.pgm +share/gimp/gimpressionist/Brushes/crayon08.pgm +share/gimp/gimpressionist/Brushes/defaultbrush.pgm +share/gimp/gimpressionist/Brushes/dribble.pgm +share/gimp/gimpressionist/Brushes/fabric.pgm +share/gimp/gimpressionist/Brushes/fabric01.pgm +share/gimp/gimpressionist/Brushes/fabric02.pgm +share/gimp/gimpressionist/Brushes/fabric03.pgm +share/gimp/gimpressionist/Brushes/flower01.pgm +share/gimp/gimpressionist/Brushes/flower02.pgm +share/gimp/gimpressionist/Brushes/flower03.pgm +share/gimp/gimpressionist/Brushes/flower04.pgm +share/gimp/gimpressionist/Brushes/grad01.pgm +share/gimp/gimpressionist/Brushes/grad02.pgm +share/gimp/gimpressionist/Brushes/grad03.pgm +share/gimp/gimpressionist/Brushes/heart.ppm +share/gimp/gimpressionist/Brushes/leaf01.pgm +share/gimp/gimpressionist/Brushes/paintbrush.pgm +share/gimp/gimpressionist/Brushes/paintbrush01.pgm +share/gimp/gimpressionist/Brushes/paintbrush02.pgm +share/gimp/gimpressionist/Brushes/paintbrush03.pgm +share/gimp/gimpressionist/Brushes/paintbrush04.pgm +share/gimp/gimpressionist/Brushes/paper01.pgm +share/gimp/gimpressionist/Brushes/paper02.pgm +share/gimp/gimpressionist/Brushes/paper03.pgm +share/gimp/gimpressionist/Brushes/paper04.pgm +share/gimp/gimpressionist/Brushes/pentagram.pgm +share/gimp/gimpressionist/Brushes/scribble.pgm +share/gimp/gimpressionist/Brushes/shape01.pgm +share/gimp/gimpressionist/Brushes/shape02.pgm +share/gimp/gimpressionist/Brushes/shape03.pgm +share/gimp/gimpressionist/Brushes/shape04.pgm +share/gimp/gimpressionist/Brushes/sphere.ppm +share/gimp/gimpressionist/Brushes/splat1.pgm +share/gimp/gimpressionist/Brushes/splat2.pgm +share/gimp/gimpressionist/Brushes/splat3.pgm +share/gimp/gimpressionist/Brushes/spunge01.pgm +share/gimp/gimpressionist/Brushes/spunge02.pgm +share/gimp/gimpressionist/Brushes/spunge03.pgm +share/gimp/gimpressionist/Brushes/spunge04.pgm +share/gimp/gimpressionist/Brushes/spunge05.pgm +share/gimp/gimpressionist/Brushes/strange01.pgm +share/gimp/gimpressionist/Brushes/thegimp.pgm +share/gimp/gimpressionist/Brushes/torus.ppm +share/gimp/gimpressionist/Brushes/wavy.pgm +share/gimp/gimpressionist/Brushes/weave.pgm +share/gimp/gimpressionist/Brushes/worm.pgm +share/gimp/gimpressionist/Paper/bricks.pgm +share/gimp/gimpressionist/Paper/bricks2.pgm +share/gimp/gimpressionist/Paper/burlap.pgm +share/gimp/gimpressionist/Paper/canvas2.pgm +share/gimp/gimpressionist/Paper/defaultpaper.pgm +share/gimp/gimpressionist/Paper/marble.pgm +share/gimp/gimpressionist/Paper/marble2.pgm +share/gimp/gimpressionist/Paper/stone.pgm +share/gimp/gimpressionist/Presets/Ballpark +share/gimp/gimpressionist/Presets/Canvas +share/gimp/gimpressionist/Presets/Crosshatch +share/gimp/gimpressionist/Presets/Cubism +share/gimp/gimpressionist/Presets/Dotify +share/gimp/gimpressionist/Presets/Embroidery +share/gimp/gimpressionist/Presets/Feathers +share/gimp/gimpressionist/Presets/Felt-marker +share/gimp/gimpressionist/Presets/Flowerbed +share/gimp/gimpressionist/Presets/Furry +share/gimp/gimpressionist/Presets/Line-art +share/gimp/gimpressionist/Presets/Line-art-2 +share/gimp/gimpressionist/Presets/Maggot-invasion +share/gimp/gimpressionist/Presets/MarbleMadness +share/gimp/gimpressionist/Presets/Mossy +share/gimp/gimpressionist/Presets/Painted_Rock +share/gimp/gimpressionist/Presets/Parquette +share/gimp/gimpressionist/Presets/Patchwork +share/gimp/gimpressionist/Presets/Ringworks +share/gimp/gimpressionist/Presets/Sample +share/gimp/gimpressionist/Presets/Smash +share/gimp/gimpressionist/Presets/Straws +share/gimp/gimpressionist/Presets/Weave +share/gimp/gimpressionist/Presets/Wormcan share/gimp/gradients/Abstract_1 share/gimp/gradients/Abstract_2 share/gimp/gradients/Abstract_3 @@ -372,6 +477,11 @@ share/gimp/gradients/Yellow_Orange share/gimp/gtkrc share/gimp/gtkrc.forest2 +share/gimp/help/contents.html +share/gimp/help/eek.png +share/gimp/help/index.html +share/gimp/help/welcome.html +share/gimp/help/wilber.png share/gimp/palettes/Bears share/gimp/palettes/Bgold share/gimp/palettes/Blues @@ -406,6 +516,8 @@ share/gimp/palettes/Reds_And_Purples share/gimp/palettes/Royal share/gimp/palettes/Topographic +share/gimp/palettes/Visibone +share/gimp/palettes/Visibone2 share/gimp/palettes/Volcano share/gimp/palettes/Warm_Colors share/gimp/palettes/Web @@ -566,17 +678,22 @@ share/gimp/scripts/xach-effect.scm share/gimp/tips/gimp_conseils.fr.txt share/gimp/tips/gimp_tips.de.txt +share/gimp/tips/gimp_tips.it.txt share/gimp/tips/gimp_tips.ja.txt share/gimp/tips/gimp_tips.ru.txt share/gimp/tips/gimp_tips.txt share/gimp/unitrc share/gimp/user_install +share/locale/cs/LC_MESSAGES/gimp-std-plugins.mo +share/locale/cs/LC_MESSAGES/gimp.mo +share/locale/da/LC_MESSAGES/gimp-std-plugins.mo +share/locale/da/LC_MESSAGES/gimp.mo share/locale/de/LC_MESSAGES/gimp-std-plugins.mo share/locale/de/LC_MESSAGES/gimp.mo share/locale/fi/LC_MESSAGES/gimp-std-plugins.mo share/locale/fi/LC_MESSAGES/gimp.mo -share/locale/fr/LC_MESSAGES/gimp.mo share/locale/fr/LC_MESSAGES/gimp-std-plugins.mo +share/locale/fr/LC_MESSAGES/gimp.mo share/locale/hu/LC_MESSAGES/gimp-std-plugins.mo share/locale/hu/LC_MESSAGES/gimp.mo share/locale/it/LC_MESSAGES/gimp-std-plugins.mo @@ -595,17 +712,22 @@ share/locale/ru/LC_MESSAGES/gimp.mo share/locale/sv/LC_MESSAGES/gimp-std-plugins.mo share/locale/sv/LC_MESSAGES/gimp.mo +@dirrm include/gck +@dirrm include/libgimp @dirrm libexec/gimp/1.1/modules @dirrm libexec/gimp/1.1/plug-ins @dirrm libexec/gimp/1.1 @dirrm libexec/gimp -@dirrm include/libgimp -@dirrm include/gck @dirrm share/gimp/brushes @dirrm share/gimp/fractalexplorer -@dirrm share/gimp/help @dirrm share/gimp/gfig +@dirrm share/gimp/gflare +@dirrm share/gimp/gimpressionist/Brushes +@dirrm share/gimp/gimpressionist/Paper +@dirrm share/gimp/gimpressionist/Presets +@dirrm share/gimp/gimpressionist @dirrm share/gimp/gradients +@dirrm share/gimp/help @dirrm share/gimp/palettes @dirrm share/gimp/patterns @dirrm share/gimp/scripts >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 Sep 22 10:20: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5AD2D15461 for ; Wed, 22 Sep 1999 10:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA81668; Wed, 22 Sep 1999 10:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kronos.alcnet.com (kronos.alcnet.com [63.69.28.22]) by hub.freebsd.org (Postfix) with ESMTP id D786915461 for ; Wed, 22 Sep 1999 10:17:35 -0700 (PDT) (envelope-from kbyanc@kronos.alcnet.com) Received: (from kbyanc@localhost) by kronos.alcnet.com (8.9.3/8.9.3/antispam) id NAA94136; Wed, 22 Sep 1999 13:17:35 -0400 (EDT) Message-Id: <199909221717.NAA94136@kronos.alcnet.com> Date: Wed, 22 Sep 1999 13:17:35 -0400 (EDT) From: kbyanc@posi.net Reply-To: kbyanc@posi.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13898: new port: misc/dictd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13898 >Category: ports >Synopsis: new port: misc/dictd >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 Sep 22 10:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Kelly Yancey >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: Port of both the client and the server implementation of the dictd protocol (a separate port of just the client was already submitted for people who don't need the server). Kelly >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: # # dictd # dictd/pkg # dictd/pkg/PLIST # dictd/pkg/COMMENT # dictd/pkg/DESCR # dictd/patches # dictd/patches/patch-aa # dictd/patches/patch-ab # dictd/patches/patch-ac # dictd/patches/patch-ad # dictd/files # dictd/files/md5 # dictd/Makefile # echo c - dictd mkdir -p dictd > /dev/null 2>&1 echo c - dictd/pkg mkdir -p dictd/pkg > /dev/null 2>&1 echo x - dictd/pkg/PLIST sed 's/^X//' >dictd/pkg/PLIST << 'END-of-dictd/pkg/PLIST' Xbin/dict Xbin/dictzip Xsbin/dictd END-of-dictd/pkg/PLIST echo x - dictd/pkg/COMMENT sed 's/^X//' >dictd/pkg/COMMENT << 'END-of-dictd/pkg/COMMENT' Xdict protocol (RFC 2229) client and server END-of-dictd/pkg/COMMENT echo x - dictd/pkg/DESCR sed 's/^X//' >dictd/pkg/DESCR << 'END-of-dictd/pkg/DESCR' XThe Dictionary Server Protocol (DICT) is a TCP transaction based query/response Xprotocol that allows a client to access dictionary definitions from a set of Xnatural language dictionary databases. X XFor more information about the DICT protocol, visit: X WWW: http://www.dict.org X X -Kelly X kbyanc@posi.net END-of-dictd/pkg/DESCR echo c - dictd/patches mkdir -p dictd/patches > /dev/null 2>&1 echo x - dictd/patches/patch-aa sed 's/^X//' >dictd/patches/patch-aa << 'END-of-dictd/patches/patch-aa' X--- configure.orig Wed Sep 22 11:57:58 1999 X+++ configure Wed Sep 22 11:59:05 1999 X@@ -552,7 +552,7 @@ X X X X-prefix=/usr X+prefix=NONE X etcdir=/etc X piddir=/var/run X END-of-dictd/patches/patch-aa echo x - dictd/patches/patch-ab sed 's/^X//' >dictd/patches/patch-ab << 'END-of-dictd/patches/patch-ab' X--- Makefile.in.orig Sun Jul 5 18:09:59 1998 X+++ Makefile.in Wed Sep 22 12:42:09 1999 X@@ -141,16 +141,16 @@ X $(CC) -c $(XTRACFLAGS) $(CFLAGS) -Wno-implicit $< X X install.dict: dict X- install dict $(bindir) X- install -m 644 dict.1 $(man1_prefix) X+ $(INSTALL) dict $(bindir) X+ $(INSTALL) dict.1 $(man1_prefix) X X install.dictzip: dictzip X- install dictzip $(bindir) X- install -m 644 dictzip.1 $(man1_prefix) X+ $(INSTALL) dictzip $(bindir) X+ $(INSTALL) dictzip.1 $(man1_prefix) X X install.dictd: dictd X- install dictd $(sbindir) X- install -m 644 dictd.8 $(man8_prefix) X+ $(INSTALL) dictd $(sbindir) X+ $(INSTALL) dictd.8 $(man8_prefix) X X install: $(EXES) install.dict install.dictzip install.dictd X END-of-dictd/patches/patch-ab echo x - dictd/patches/patch-ac sed 's/^X//' >dictd/patches/patch-ac << 'END-of-dictd/patches/patch-ac' X--- dict.1.orig Wed Sep 22 12:54:23 1999 X+++ dict.1 Wed Sep 22 12:55:20 1999 X@@ -237,7 +237,7 @@ X .SH FILES X .I ~/.dictrc X .br X-.I /etc/dict.conf X+.I /usr/local/etc/dict.conf X .SH "SEE ALSO" X .BR dictd (8), X .BR dictzip (1), END-of-dictd/patches/patch-ac echo x - dictd/patches/patch-ad sed 's/^X//' >dictd/patches/patch-ad << 'END-of-dictd/patches/patch-ad' X--- dictd.8.orig Wed Sep 22 12:57:47 1999 X+++ dictd.8 Wed Sep 22 13:00:50 1999 X@@ -96,7 +96,7 @@ X .TP X .BI \-c " file\fR or " \-\-config " file" X Specify configuration file. The default is X-.IR /etc/dictd.conf , X+.IR /usr/local/etc/dictd.conf , X but may be changed in the X .I dictd.h X file at compile time (DICT_CONFIG_FILE). X@@ -620,9 +620,9 @@ X There is no way to get a running server to re-read the configuration file, X so databases cannot be added or deleted on the fly. X .SH "FILES" X-.I /etc/dictd.conf X+.I /usr/local/etc/dictd.conf X .br X-.I /usr/lib/dictd X+.I /usr/local/lib/dictd X .SH "SEE ALSO" X .BR dict (1), X .BR dictzip (1), END-of-dictd/patches/patch-ad echo c - dictd/files mkdir -p dictd/files > /dev/null 2>&1 echo x - dictd/files/md5 sed 's/^X//' >dictd/files/md5 << 'END-of-dictd/files/md5' XMD5 (dictd-1.4.9.tar.gz) = 90e69ac4783b8836dbe98f8367b5f391 END-of-dictd/files/md5 echo x - dictd/Makefile sed 's/^X//' >dictd/Makefile << 'END-of-dictd/Makefile' X# New ports collection makefile for: dictd X# Version required: 1.4.9 X# Date created: 09/22/1999 X# Whom: Kelly Yancey X# X# $FreeBSD$ X# X XDISTNAME= dictd-1.4.9 XCATEGORIES= misc XMASTER_SITES= ftp://ftp.cs.unc.edu/pub/users/faith/dict/ \ X ftp://ftp.dict.org/pub/dict/ X XMAINTAINER= kbyanc@posi.net X XMAN1= dict.1 dictzip.1 XMAN8= dictd.8 X XUSE_GMAKE= yes XHAS_CONFIGURE= yes XCONFIGURE_ARGS= --prefix=${PREFIX} \ X --with-etcdir=${PREFIX}/etc X X.include END-of-dictd/Makefile 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 Sep 22 10:28:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from news.uni-kl.de (news.uni-kl.de [131.246.137.51]) by hub.freebsd.org (Postfix) with SMTP id 403B615523; Wed, 22 Sep 1999 10:27:54 -0700 (PDT) (envelope-from naddy@unix-ag.uni-kl.de) Received: from sushi.unix-ag.uni-kl.de ( root@sushi.unix-ag.uni-kl.de [131.246.89.13] ) by news.uni-kl.de id aa29932 ; 22 Sep 1999 19:29 MESZ Received: from fettuccini.unix-ag.uni-kl.de (fettuccini.unix-ag.uni-kl.de [131.246.89.27]) by sushi.unix-ag.uni-kl.de (8.9.1a/8.9.1) with ESMTP id TAA28972; Wed, 22 Sep 1999 19:27:42 +0200 Received: (from naddy@localhost) by fettuccini.unix-ag.uni-kl.de (8.9.3/8.9.3) id TAA26348; Wed, 22 Sep 1999 19:27:50 +0200 (CEST) (envelope-from naddy) Date: Wed, 22 Sep 1999 19:27:50 +0200 From: Christian Weisgerber To: Satoshi - Ports Wraith - Asami Cc: freebsd-ports@freebsd.org Subject: Re: Port Making Program Message-ID: <19990922192750.A96298@fettuccini.unix-ag.uni-kl.de> References: <19990921133230.A43770@cichlids.cichlids.com> <7saaf3$5r5$1@bigeye.rhein-neckar.de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="fUYQa+Pmc3FrFX/N" X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Satoshi - Ports Wraith - Asami on Wed, Sep 22, 1999 at 04:26:35AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --fUYQa+Pmc3FrFX/N Content-Type: text/plain; charset=us-ascii Satoshi - Ports Wraith - Asami: > * OpenBSD has a "plist" target in its bsd.port.mk. Rather than > * rewriting this facility from scratch, it could just be ported. > * I can take a look at this later today. > > That will be great. It's always nice to borrow something from the > other *BSD's. :) Here we go... The modifications to bsd.port.mk are minor; an additional cookie is introduced along with a "plist" target that calls Marc Espie's make-plist Perl script. That script again required only small changes. The main difference to OpenBSD is that they include the man pages in the PLIST. We skip ${MANPREFIX}/man in the find. A patch with the changes is appended. I tried it out with a couple of ports. Some more people ought to bang on it. I do not claim to have any understanding whatsoever of the bsd.port.mk internals. ;-) Here's the relevant section from : | 17. Create pkg/PLIST | | After the install is complete use the developer's command: | | make plist | | which makes the file PLIST-auto in the pkg directory. This | file is a candidate packing list. Beware: the files are found | by timestamp. This means it does NOT: | | o list any files installed with `tar' as their timestamp | will not change and thus won't be found by `find' | | o update the info/dir file if .info files are added. | You'll have to add that by hand. Also, be sure that | the info/dir is not part of the PLIST. | | o try to do anything special with links or symbolic links. | A cursory test of tar shows it does the right thing | with links and symbolic links so I don't see why we | need to special case anything in the packing list. But | still... | | Peruse `PLIST-auto' and verify that everything was installed | and that it was installed in the proper locations. Anything | not installed can be added to a port Makefile `post-install' | rule. | | Copy `PLIST-auto' to `PLIST' -- Christian "naddy" Weisgerber naddy@unix-ag.uni-kl.de --fUYQa+Pmc3FrFX/N Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="plist.patch" --- Mk/bsd.port.mk.orig Wed Sep 22 06:12:55 1999 +++ Mk/bsd.port.mk Wed Sep 22 19:05:21 1999 @@ -675,6 +675,7 @@ # there is no way to refer to them cleanly from within the macro AFAIK. EXTRACT_COOKIE?= ${WRKDIR}/.extract_done CONFIGURE_COOKIE?= ${WRKDIR}/.configure_done +INSTALL_PRE_COOKIE?=${WRKDIR}/.install_started INSTALL_COOKIE?= ${WRKDIR}/.install_done BUILD_COOKIE?= ${WRKDIR}/.build_done PATCH_COOKIE?= ${WRKDIR}/.patch_done @@ -1771,7 +1772,8 @@ .endif @if [ -d ${PREFIX}/info -a ! -f ${PREFIX}/info/dir -a -f /usr/share/info/dir ]; then \ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ - fi + fi + @touch ${INSTALL_PRE_COOKIE} .endif @cd ${.CURDIR} && ${MAKE} ${__softMAKEFLAGS} ${.TARGET:S/^real-/pre-/} @if [ -f ${SCRIPTDIR}/${.TARGET:S/^real-/pre-/} ]; then \ @@ -1947,7 +1949,7 @@ .if !target(reinstall) reinstall: - @${RM} -f ${INSTALL_COOKIE} ${PACKAGE_COOKIE} + @${RM} -f ${INSTALL_PRE_COOKIE} ${INSTALL_COOKIE} ${PACKAGE_COOKIE} @DEPENDS_TARGET="${DEPENDS_TARGET}" ${MAKE} install .endif @@ -2117,6 +2119,18 @@ exit 1; \ fi) ; \ fi +.endif + +# Packing list utilities. This generates a packing list from a recently +# installed port. Not perfect, but pretty close. The generated file +# will have to have some tweaks done by hand. +# +.if !target(plist) +plist: install + @PREFIX=${PREFIX} LDCONFIG="${LDCONFIG}" MTREE_FILE=${MTREE_FILE} \ + INSTALL_PRE_COOKIE=${INSTALL_PRE_COOKIE} \ + SETENV="${SETENV}" MANPREFIX=${MANPREFIX} \ + ${PERL} ${PORTSDIR}/Tools/make-plist > ${PLIST}-auto .endif ################################################################ --- /dev/null Wed Sep 22 19:07:42 1999 +++ Tools/make-plist Wed Sep 22 19:00:03 1999 @@ -0,0 +1,163 @@ +#!/usr/bin/perl -w + +# $FreeBSD$ +# $OpenBSD: make-plist,v 1.2 1999/07/29 14:01:12 espie Exp $ + +# Copyright (c) 1999 Marc Espie +# +# 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. All advertising materials mentioning features or use of this software +# must display the following acknowledgement: +# This product includes software developed by the OpenBSD project +# +# 4. Neither the name of the OpenBSD project nor the names of its contributors +# may be used to endorse or promote products derived from this software +# without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. +# + + +use strict; + + +use File::Find; + +my (%newdir, %occupied, %ldconfig, %infodir, @files); + +# compare all files against this date +my $date = (stat $ENV{INSTALL_PRE_COOKIE})[10]; + +# prefix to remove from everything +my $base = $ENV{PREFIX}; + +# skip man pages +my $manprefix = "$ENV{MANPREFIX}/man"; + + +# read an mtree file, and produce the corresponding directory hierarchy +sub parse_mtree { + # start under current PREFIX, usually + my $current = shift; + local(*FILE); + my %mtree; + open FILE, $ENV{MTREE_FILE}; + while() { + chomp; + s/^\s*//; + next if /^\#/ || /^\//; + s/\s.*$//; + next if /^$/; + if ($_ eq '..') { + $current =~ s|/[^/]*$||; + next; + } else { + $current.="/$_"; + } + $_ = $current; + while (s|/\./|/|) {} + $mtree{$_} = 1; + } + close FILE; + return \%mtree; +} + +sub strip { + local($_) = shift; + s|^\Q$base\E/||; + return $_; +} + +sub add_info { + my ($header, $infodir) = @_; + for my $d (sort (keys %$infodir) ) { + for my $f (sort @{$infodir->{$d}}) { + my $d2 = strip($d); + print "$header --info-dir=\%D/$d2 \%D/$d2/$f\n"; + } + } +} + + +# recursive traversal: mark specific `info' dirs, `ldconfig' dirs, +# and potentially modified dirs + +find( + sub { + if ($File::Find::dir eq $manprefix) { + $File::Find::prune = 1; + return; + } + my $cdate = (lstat $_)[10]; + if ($cdate >= $date) { + if (-d _) { + $newdir{$File::Find::name} = 1; + } else { + push(@files, $File::Find::name); + if (/\.so\.\d+(\.\d+)?$/) { + $ldconfig{$File::Find::dir} = 1; + } + if (/\.info$/) { + my $d = $File::Find::dir; + $infodir{$d} = [] unless defined $infodir{$d}; + push(@{$infodir{$d}}, $_); + } + } + } else { + $occupied{$File::Find::dir} = 1; + } + }, $base); + + +# occupied marks a dir that was already there... +# so all parents had to be around too +for my $d (keys %occupied) { + while ($d ne '') { + undef $newdir{$d} if defined $newdir{$d}; + $d =~ s|/.*?/?$||; + } +} + +# make sure mtree is removed +my $mtree = parse_mtree($base); +for my $d (keys %$mtree) { + undef $newdir{$d} +} + +add_info('@unexec install-info --delete', \%infodir); + +for my $f (sort @files) { + print strip($f), "\n" unless ($f =~ m|/dir$|) && (defined $infodir{$`}); +} + +for my $d (sort { $b cmp $a } (grep { $newdir{$_} } (keys %newdir) ) ) { + print "\@dirrm ",strip($d), "\n"; +} + +my $setenv = $ENV{SETENV}; +my $ldconfig = $ENV{LDCONFIG}; + +for my $d (sort (keys %ldconfig)) { + print "\@exec $setenv OBJFORMAT=%%PORTOBJFORMAT%% $ldconfig -m %D/", strip($d), "\n"; + print "\@unexec $setenv OBJFORMAT=%%PORTOBJFORMAT%% $ldconfig -R\n"; +} + +add_info('@exec install-info', \%infodir); + --fUYQa+Pmc3FrFX/N-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 22 11: 0: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C0D9D154D2 for ; Wed, 22 Sep 1999 11:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA85731; Wed, 22 Sep 1999 11:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail1.uunet.ca (mail1.uunet.ca [209.167.141.3]) by hub.freebsd.org (Postfix) with ESMTP id 9690D154A5 for ; Wed, 22 Sep 1999 10:50:41 -0700 (PDT) (envelope-from jsellens@gc2.generalconcepts.com) Received: from gc2.generalconcepts.com (24.65.54.138.on.wave.home.com [24.65.54.138]) by mail1.uunet.ca with ESMTP id <216588-8621>; Wed, 22 Sep 1999 13:50:31 -0400 Received: (from jsellens@localhost) by gc2.generalconcepts.com (8.8.7/8.8.7) id NAA19693; Wed, 22 Sep 1999 13:50:28 -0400 (EDT) (envelope-from jsellens) Message-Id: <199909221750.NAA19693@gc2.generalconcepts.com> Date: Wed, 22 Sep 1999 13:50:28 -0400 From: jsellens@generalconcepts.com Reply-To: jsellens@generalconcepts.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13899: port submission: xmsg-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13899 >Category: ports >Synopsis: port submission: xmsg-1.0 >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 Sep 22 11:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: John Sellens >Release: FreeBSD 2.2.5-RELEASE i386 >Organization: General Concepts >Environment: any >Description: port submission: xmsg-1.0 which is the X11R4 xmessage modified for X11R5 (and later) and which is convenient for biffer (which is forthcoming) >How-To-Repeat: >Fix: and here's the shar of the port directory - thanks! # 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: # # xmsg # xmsg/pkg # xmsg/pkg/COMMENT # xmsg/pkg/DESCR # xmsg/pkg/PLIST # xmsg/files # xmsg/files/md5 # xmsg/Makefile # echo c - xmsg mkdir -p xmsg > /dev/null 2>&1 echo c - xmsg/pkg mkdir -p xmsg/pkg > /dev/null 2>&1 echo x - xmsg/pkg/COMMENT sed 's/^X//' >xmsg/pkg/COMMENT << 'END-of-xmsg/pkg/COMMENT' XThe X11R4 version of xmessage updated for X11R5 and renamed. END-of-xmsg/pkg/COMMENT echo x - xmsg/pkg/DESCR sed 's/^X//' >xmsg/pkg/DESCR << 'END-of-xmsg/pkg/DESCR' XThe old X11R$ version of xmessage updated for X11R5 and renamed Xto xmsg. This is convenient to use with biffer(8). X XModified at the University of Waterloo circa 1995, and in use since Xthen with some modifications. X XJohn Sellens Xjsellens@generalconcepts.com END-of-xmsg/pkg/DESCR echo x - xmsg/pkg/PLIST sed 's/^X//' >xmsg/pkg/PLIST << 'END-of-xmsg/pkg/PLIST' Xbin/xmsg END-of-xmsg/pkg/PLIST echo c - xmsg/files mkdir -p xmsg/files > /dev/null 2>&1 echo x - xmsg/files/md5 sed 's/^X//' >xmsg/files/md5 << 'END-of-xmsg/files/md5' XMD5 (xmsg-1.0.tar.gz) = e21e98edcaeab67b274d2061fb35a336 END-of-xmsg/files/md5 echo x - xmsg/Makefile sed 's/^X//' >xmsg/Makefile << 'END-of-xmsg/Makefile' X# New ports collection makefile for: xmsg X# Version required: 1.0 X# Date created: 21 September 1999 X# Whom: jsellens X# X# $FreeBSD$ X# X XDISTNAME= xmsg-1.0 XCATEGORIES= x11 XMASTER_SITES= http://www.generalconcepts.com/resources/software/ X XMAINTAINER= jsellens@generalconcepts.com X XMAN1= xmsg.1 XMANCOMPRESSED= yes XUSE_IMAKE= yes X X.include END-of-xmsg/Makefile 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 Sep 22 12:50: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D835154AE for ; Wed, 22 Sep 1999 12:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA96710; Wed, 22 Sep 1999 12:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 22 Sep 1999 12:50:01 -0700 (PDT) Message-Id: <199909221950.MAA96710@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Simon Karpen Subject: Re: ports/13782: fetchmail from ports fails to build (link error) Reply-To: Simon Karpen Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/13782; it has been noted by GNATS. From: Simon Karpen To: Chris Piazza Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/13782: fetchmail from ports fails to build (link error) Date: Wed, 22 Sep 1999 15:48:05 -0400 (EDT) On Thu, 16 Sep 1999, Chris Piazza wrote: > On Wed, Sep 15, 1999 at 06:25:15PM -0400, karpes@rpi.edu wrote: > > Building Kerb4 is enabled. > > > > Fetchmail from ports fails to build. The relevent error lines > > are: > > > > cc -L/usr/include/lib -O -pipe rcfile_y.o rcfile_l.o socket.o getpass.o pop2.o pop3.o imap.o etrn.o fetchmail.o env.o options.o daemon.o driver.o sink.o rfc822.o smtp.o xmalloc.o uid.o mxget.o md5ify.o rpa.o interface.o netrc.o base64.o error.o unm ime.o conf.o checkalias.o getopt.o getopt1.o -lkvm -lkrb -ldes -lfl -lmd -o fetchmail > > /usr/lib/libkrb.so: undefined reference to `init_error_table' > > /usr/lib/libkrb.so: undefined reference to `initialize_error_table_r' > > FYI, I upgraded this port a while ago. A few people have submitted > this problem but so far none have come up with a fix. I can't help > here as I don't have any machines with krb4 to test on. Any help > would be appreciated. Chris - Using the fetchmail port of a couple days ago, I managed to get fetchmail to build by adding -lcom_err to the list of libraries. It seems that the functions it's complaining about are in libcom_err and it's not automatically picking up libcom_err when kerberos is linked in. This appears to affect other ports, including xlockmore and probably a number of others. I'm going to see if there's some sort of general fix in the ports rules, but I doubt it. --Simon -- Simon Karpen karpes@rpi.edu slk@acm.rpi.edu #include I don't speak for RPI in any way. "I disagree with what you say, but I defend to the death your right to say it." -- Voltaire To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 22 13: 0: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 01F2E155CC for ; Wed, 22 Sep 1999 13:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA97785; Wed, 22 Sep 1999 13:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 0117D14D82; Wed, 22 Sep 1999 12:58:29 -0700 (PDT) Message-Id: <19990922195829.0117D14D82@hub.freebsd.org> Date: Wed, 22 Sep 1999 12:58:29 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13903: Update port: graphics/xfractint Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13903 >Category: ports >Synopsis: Update port: graphics/xfractint >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 Sep 22 13:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Fixed MASTER_SITES * Added WWW: line into pkg/DESCR >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/xfractint/Makefile graphics/xfractint/Makefile --- /usr/ports/graphics/xfractint/Makefile Tue Aug 31 21:08:03 1999 +++ graphics/xfractint/Makefile Wed Sep 22 03:56:30 1999 @@ -1,15 +1,15 @@ -# New ports collection makefile for: xfractint -# Version required: 3.04 -# Date created: 7 Sept 1995 -# Whom: cacho@mexicano.gdl.iteso.mx +# New ports collection makefile for: xfractint +# Version required: 3.04 +# Date created: 7 Sept 1995 +# Whom: cacho@mexicano.gdl.iteso.mx # # $FreeBSD: ports/graphics/xfractint/Makefile,v 1.6 1999/08/31 06:45:19 mharo E xp $ # -DISTNAME= xfrac304 +DISTNAME= xfrac304 PKGNAME= xfractint-3.04 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.phoenix.net/pub/USERS/twegner/ +MASTER_SITES= http://spanky.triumf.ca/pub/fractals/programs/unix/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org diff -urN /usr/ports/graphics/xfractint/pkg/DESCR graphics/xfractint/pkg/DESCR --- /usr/ports/graphics/xfractint/pkg/DESCR Sat Sep 9 00:00:00 1995 +++ graphics/xfractint/pkg/DESCR Wed Sep 22 03:22:47 1999 @@ -4,3 +4,5 @@ the Stone Soup Group. The unix port was done by Ken Shirriff (shirriff@Sprite.Berkeley.EDU) + +WWW: http://spanky.triumf.ca/www/FRACTINT/xfractint_port.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 Wed Sep 22 13: 0:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F62814EB3 for ; Wed, 22 Sep 1999 13:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA97776; Wed, 22 Sep 1999 13:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 4B0A614CC8; Wed, 22 Sep 1999 12:54:03 -0700 (PDT) Message-Id: <19990922195403.4B0A614CC8@hub.freebsd.org> Date: Wed, 22 Sep 1999 12:54:03 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13902: Update port: cad/chipmunk to 5.51 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13902 >Category: ports >Synopsis: Update port: cad/chipmunk to 5.51 >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 Sep 22 13:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Updated version 5.10 to 5.51 * Added WWW: line into pkg/DESCR Remove file: patches/patch-aa New file: patches/patch-ab patches/patch-ac patches/patch-ad patches/patch-ae patches/patch-af patches/patch-ag patches/patch-ah patches/patch-ai patches/patch-aj patches/patch-ak patches/patch-al patches/patch-am patches/patch-an patches/patch-ao patches/patch-ap patches/patch-aq patches/patch-ar patches/patch-as patches/patch-at patches/patch-au patches/patch-av patches/patch-aw patches/patch-ax patches/patch-ay patches/patch-az >How-To-Repeat: >Fix: begin 644 chipmunk.patch.gz M'XL("#8QZ3<"`V-H:7!M=6YK+G!A=&-H`.0\:7?;MK*?[5^!N&ZO%&OAOLAU M3QS;2=TZMH_EINF[N4<7)$&)-47JD50Z&T6`CZV*S^PUZ2Z*8 M0D3D?^=>1)S!AMH3A#`<]?V[Y7M";^0!$X;9?182\'!X.T`J!=3X@L<=%U!>, M/HA-4`:J-(!.0ROR2("./L[0-D.YV3T\'EZ>[K\YVLMY[')V&BLH-P?[ET>O MSRZ.CX90A9W-[IO]X>71Q6AX?$F+W&0VZ/?AVO-N2X]YDJY4^5GDC"&KJ^O>W;Y%*NDE_!U=`/%4WUZDZM<+HS'5G:-W MEQ?[!Y>CL].3W[Z>D=S<::3K:Y4[E?0OPZ/1NY/CEWL;-R3>1%1I1L-?7AX> M7Q36QWR7I'8TM"-I'5%BSNOT;/3KQ<\9*&N\";XA3KKD8Q)A.QF`O+;_/#C_ MA+;_I&@![E.?WZ8]?"J<]/:?%-G%05$$_+QX5//-'4;-#"?V9$"QN5[@%)"H M&^`IR6T/`=G$9F)$`'1^='$"(#,/RM%6_->WWYY?'+TZ?O?MMW]!);O]]-=X M"[W_\Q-ZO_MX[.]$\>7^\(BA3^_+^$&T/2^P_;E#T/=6[/2H4?2F5S]L.K<& M0MI_W)\Z*FHN7AD*`ZDIKCHRAD`1-354U15BU9T@W5)(JA$]>V'%VTG04ZJKZ28H"A M()A@4Q!UAG\D!$T-T)0-CT$O-,@Q=TTU9E MHXZD'A_8:(@J`3XL$"9HJ&P9LJ:[JJ@IIFNXAB#6<51#"M,K1==%5Y<,2U(< M431$39.Q8`D$JRH!]6S`4(M"3+$T6[5-PZ68>!G0A=>DB.&6T(W2X4^=<1C;J]4!;HBO( MWKQQ$;5[I>G8\^?/FZ'8)`RF+-`+G5%!IXK*9R]=RG.!8^-5Y#%`/O42U(&B MIX#/J_]X;[+>T63$GQ%"&QNI/M-$CSTSS>R_%7M27D359+/[#"'Z3.=I8>#? M#.C#!DS6D(>\`&VWSODME%`6X`\M)R;#79"4,&=]L9OO8 MOCF6I5WSZCK?V86J(54F%=';^RL3_:/RV\@4BA=^#@4;?\4:-OZB*C;^@CHV MOH.2-;M22$CZ<62776J]J,&UUD'J+M88J&+%Q2XT*+M:2.PA"J@K7:W1487< MU=*_@T.:3#O\\1DZ.7L-@!@O)XF?_UT`D6QO(/*DU\.CSBJ7D;&R^/3M(2ULKR`X3I^>2[5 M<%%I0*[A%`:F;0#3]>&7XV-^`3@7<[]P"^[V76_`R=7?X(T^_CET-*PC03 M7-8''315[6C%H'VNGN&/1@BWO?=;%"K5O/;[+:AY-3K[>4_(D!X>OSY[^1,@!`.,O6DOI#>. M-^8W4(+C:7Y/'+B%RC'XKQAN>2#(_@',Q"-1#CV!N_@:SWHAE[8H*I`V"C5Y M+W#6/7PY/$3=,^FQ+*+N";1)RY^8W^:AEO\EI`0V!YMLM3E\; M[O9/]^D=!;P\.SOAD-LMWJB-_)D?)FG?,YO?!,D5[9P+=(J]8$!+RRK']+NE MMM$0?Z!:&\^P39`SCU(5I@$L'2U9`&*U?+0^+[$TYC.)L@MQ[D]SL\05M0,S MXP9CRA(-EGOA`".6`4&0MF>,C.T6=W_M/HQ_*L2-;C0M54"KO,(/%EHT0.;H MP8$4M2G#O-+U/KHDT4O5:4F>HQ39&26GZZ+G($_HH?^H+&$;8HHG;9@:5:HF@@8+W!II<*.,O-NC;JCA$$%-0-^<\4 MZ:KZ6:5_A[Z7#,UM+5>,&Q_8[@7B^4O_.2H[K/+$H#I0S]"#QOR6L1W?;7!7 MIZ&TZX94M%R\(ATM@RVFI(K9F))6&MUS!4!2.[)824L;4JB[9H\EIX1:8AL= M3,(PIJ[H)IQ'B$9ZH##BY/..RUGA0SIN2M_N0TFC3`RU8R[*I)ICK(S`61/N M^@$X+LQ[4$R3BB>E>K41P6_/+FDX>UYA-JR^80HG-=H+AUXT M%'.5H=!59/#G:BE'27#BV>AMZ#DH(FY$'"^9A@Y!YV];[=WR()0A8\*`6C$3 MV,$$1^AYS*#_Y"F4'X*:3G;3()+WFB<;#^IU>.=>&YE7#$B]%4,JK`)F^1&^ MCI-(:F$["N,8[:`I">8?E0[+]\4.3/IAP+@.)!SN.,HW`^B[T_2%I)5RQ:'E2*N\A# MW^^ET/"PL]/.,MP\=6)?B0%++(E[H^GRR&=Y#% M\,O(HGG"*IHBS/9-O:0HB+9W<9S$,P(6NI<]3KV@Q#H4QI/P>H;'!/V`!/3= M=^A9)@YX**87K01F'U$\@KA@P\S[JM5&?:0)@H">[2':@M:CO_ZBW4R&WY)F34JGJE+2L?49:&D>(`I2M!',+\;^/LHP:^4 M=FB%(5N$I9+:S1QF21<.CTYRUFB*&;GSP,[)M>=1#*AO9H2^_20^Q+?1**V[ MQEX20(-6YB\*RHKAO3]EPS53UBQ$4Y4ZIJFIE>2G'$=N<.3$\'0%*=04!TZK MG<:0BO1^V[\XO"N1D!+<9!2.2>)Z49S,0L@O3ISMS//P*.1XNY[@YL1%D4^[0JUFRG44>J'D^H[1;<[?W`?N> MDUMS1))Y%-0E?DXW\N5"B8%"'YH"N2WX\6)6T/HNQ=AFS@MNR'26W!3%Y=XS M%(47:10"RYM*3!5F]W"FAE^:J25#IQ@*<*F80CW>TA2#A8$]E$3S+/9_0M<3 M.B^%?.(#85DC^'CQT594IJ,6P]9+Q_UU&^(J$*9*ZGKBPL'9^6\/L?.%J%"F M;"UQ82V4+1.BPDA5UR3$-V=OCQY"*C472FZ:(:=BS&E;BQC71-LR0>H:)=:0 M2H*T<$QF210C<`*[ITLVDQ M0\I`"G3E\=Y-$T!11DJ0E#N".AG]V M?OKC>G2W1%&SV=_1W-="T;*7E=3!BW(E].3#G4?`\LC1H61ZX/D^Q4Z?G].9 M']!$IT/_>B_\*R/M*U+V$J=E97\*3K^X9]<=9QL')<%TQHZ#H49:Q%HJ6"$W3*(F: MIO_M+:/@]!]G&;I`G8(N2H^VC'7%C(*BQUK&9XL9AJH#B49YN_K?U#(*3O]I MEJ&J@MJ!JUB\9_QSB3+6AN;EV;N[*IX5?N3/2\VA1$8V`JO)&*Z;C&7B41E= MFOAWMX$2I_\P&Y`$1=0[<)6JC@ZAT5%LXQEIG8\(N[&!RO9NL;(PY>K4:I=[ M7LIFTY`BU']>7J+81<_[6437S];PJ=A:,GQT44VJ+?%! MXTD87O7H6T\:^MC+S]UJ7F^%-WW+,%:$HQMZ@,.CW]^) M^7#H1L=02AN8/R/I_&0#.YZ0'G!8%R/-6SSIZTKYR4[69/@7SW:<'&8B:#HL MA-!V*\=(#Q-P$\AY9_8_X#^]D!5M;+<.Z`;/D)?F=;0Q[ZN]N`^=PF2[L7DS M?O2KG]94]UH#7+'5.H5@NU#9ZZ2G/S3T<.F6C\$\M:AOVS;/<58/F-U]/)H# M$O_R0CDBU4H:0E(-HB$F50]*UN%K0.+OD;O-PPA8Y2#ODTYD#\F6*'?680409)1"#U3P-5#QTG,<)H'(8.\AR" M:0L?Y@`H_$`B1+`]23%9=%,MPH'#SX<%Q(;)/LU#[`D.QB2&?J`'@IR0Y9AH MJWS2?BN/5EFBFA_H7GX@NY03\ZKR^>+Z29KEYW;0_9TF%6,E*?QJQ;CB+/F* M`]SKD>Q#SI4_*HR(LMD1%?5I)AJK3Q\?_'A\SH\?IQ\H8,D4K>0?*'B_E?%[ M+I4\+&##Q,-^8=9\`WGE('),DOD,U4V"E:9A8WKE>%$QY-F*+CT,*Y7' M[6GHO1>EMX2XZ0U@8^?2ZD6K`EP*TA#?E.;XEC6X;WC3=;D#%[.R>9\O<=KS MB'IDOBRVAZ:CB9!\*ETC54(%DL_S*Y9T[BP"CVXJ!A"CJ MH*UWAT#&"*IR/'BV<^OND`'S#!=<+K#AK;_T[99L>K_E-B MH8."';&##L(PZQ`7#???'AW\/PJ"=C4G&8+%B^W4P^'C^FD?45+2.;*K%FMS&[SL[N\52?_YZB>O:LSU^ MLNIW]#WR<5F)>)_$@M#Y1WJ>;CJB2]RCCQ)MQ6M_[XII_0]%O=CF MQT@V^$@R2(Y\@ZLG/:&7OKYX!:0XD/%\\&(/0AE*(CPC?]#S*<6[C/S]&+MA M8YNSFHWMEV;U'4$*%S0U^?WX?9E;]6OY^3N#:_?PN)C_?[I@FA MRJR(@5G(]WVS8X[?K!CV4?; M:!_R;9_G6/^GU>[Q;319ZRC2D[_!0>QEX&7(LR57Y[XMN`"0``N!#(]E5&Y$.C>=>JJ$ZAYKL%C/(?^*/:DYPW'#TMUASG9RI1OKS[\_?WK']Z] M1)\$3IRFA,/+;\_?O'C+(6_/"V>%LH?&B5[%+;KI$`AF M/"QL,"%[%Y).)>\MOTSWC/!+N8.!0Y#+)5T9B(TVDVG42KS%S2`QADC"Q<7B M>`%YH-**;O5`=1LV7]33ZO4HR.0L:E#2=XWN),%K$YS+K65]R?-FGC7.R1^# M+B.Z2H^PSR`K0YVU+3%=K"97+*IB9/K2ALM33_]8BES-LYK2)H?ATVMYH$.] M/CL[`_\Q!A1=I7MBKV_W]]QDZH6?,=+%.C_#<>H)'"JP*A2U&SMR?EPFM+ZC M7(*\V6\KZ))%+$7CKS]2<7>/R@/W)M_$2]D36^7/, MQ/_DL]6H)Y[F'\0+?!9R@7XLPCO7]V64 MU#WMX90]>$`:@^`+'GMD]J53Z=%G7R>FC_-H>OEZNUV)XE7\JI&N(E@3L366 MA*O4N");([LO(NP).;?^U%$VZHS^,BH8[N')85J/+<#,$])+*?"??98\[4'8 M"X=?6)[VD?<`?X+B.<"2'#_^\/8'YSMQIU;V.^@"\2`:V!S3C;X#_P&^@R8. M`ON\:P()[?/7^PP@J/D)0LUK]03RX/2)T=C%9:@:NR7=%D9NK2\!\]B*_T[D MO/-QLEIQTY.K`=,(0[T?/6*D=<"(89DT&H9FS23GP-'7S9"C?]SS!$.*13&2 MWRQ?-KDY37G/HY]!/!+A4A&HY)K#U0'X+!FVYJS>.!0*?I\HLX)-=(29U(GV MMM,T"G'@HXH@ER[IA;G41),8W%<%NMRA&DIB-9BC82\:R0>#=%RPDPDLF3!V M!@W3&,NG@1XZC0>&Y=GGK#]IXONJ>962JJY144UUR7_BQ(36$^-`,E/44X-'`?`W\@U8STO]_2!5?O(LS8= M@/1]\;>S9YHQ<-ZL*AN;M%*=S77H@D5$_QD[+H0:TA?#&;3M&3M5:\.5T=1J MPP?FCR)#\#&*&F[6&76JX.:>ZFL$NFXY(Q4$4^*%W1XR(VU9MV)"(_K1F&U=6%;4S"@FVH5>4H^^#RG?(>;SB+ M)@+[J%2B$^_ISZ+QS/<$-A)&O8GCXF^D"?*?UU^#+Z<-Z\Z1AC5EYUQ7'*JL M%C[(EO-]4EI&I%V#1C!/6[@!)_I1`#6T1P$KHNVB@K^GUN^6Z.W[TC7:X!G)$P*<\;PJP\S^/30@)7C6T\4H6WTFEY MKDNN_G?ULB,\Y;>A13.C4R$D`%,)1^4*0564]6@R#(>R>33#DRP4`/LLY--H M2'NP:1ZMV!QY.#J66^IDQRSNAJOTP-)N;J/*;G25Q[#/0)9Y/"W4%D93I=6% M0OO46$^,B`C1',L,K0JCJU+/RFU:^*J8A*:T%869BU?I9BD.HS2H#`1P6_$K M*IT+!<9:W8HN/:%]LN2N!WX@MO1%I3O>D"N!6`"+/&*CVF9DIF*[BJXF-G4X MZRXQ#NL$L=IWSQ!O6'``(&&R`-0!FB+?9G0)L%V^W:X(Z\;.?)>$S9Q,J+XQ M+)KJ%Y":_<@K]%7W;!#G3^1`"YPNS+2U;I)8=8:DC6Z2=-=-DD8FC3^MZ"9B M>;$V^HE4EDPQ=4:%7H2HZR-KQM]<1ZF*_XH&T$U(BU+#=LR.*D\@+-Q29!@% MUX-DEU\GNR8H1?$WEUQ:885 MJAYJDN54]$+:1M#[9,5.3=W2FBE>6YG5=1NF>-V=*5ZKZL5HYH4VCZF2)Z;D MBF_F>X?HKT,?5)0(&=V8)9#C? M_.ZD8I.W4AXFJ#Q,!&[R/3$KS__RNN<0U8$@Q3Z!JE+)YHJKYI5=:)U6H56DENV8:TE]U)>]G(9B\``V\IF:W82%*J6D*Z%[(JC1 MD-^31_2..DWT-*>YHE;+6;TA/A:H.8RW@NA__^'[[Z'.6')''0R[C,:R%]]V MJVW>7VPWN<5DLS%7T;$9CJDW28314^; ML)A2OD'EC5!38W^Y`ZCV>+C;/BN(>ZH_O^ZZVD/CKG1FW,4CXQRS0V\1$F<@]IN>3O-L0#V5P].N]NPT?>(@0#<=^XM/3/-)N(W32;A' MRR8!>IJ4-8'H9_+WMLDEBJ=@GW[GCQVRQPZC\D7_SI'4GMRA?"'E-)5L#ZZ4 M[,$542P8#^F=Q\,C$88I;<(Q"2.84'*F?\V$H`.@2H#Q?/1PM[]4V]$M:] M#JWAO;BU=D[#O[K*XC$5]RQTC$T;2BYY(.M;:XQ'(YR)MT]TI%TMEU.XT&F M8CS(!SQH/2=2/`?'[4=*B`3QGH,QXMQDR]-#!B<&UO-[YS;-E@"F3@'2Q;F< MQS=]Q;5$3WE3MY)RCGOP@<)4SY*A6:,SWVZK(]]NDQ/?K27;C57BW+21;#?= M)=N-*-E\#[;-@J"ZX1V5D@TDE-4?S4/KF#]:ZJ#>S9L%HC?:&_:\"%P6Q<:, M+\RW!7>_OFZ?=H?#6F\\$^1J.+$&(187;OW[UX>W9.-(R3 M[ZA9FPW05.W'_.N"V&&;Y"XOKZPQ5#"F85,G[")URI6-KHG!AI_*2_P[9Y%$ MQ1I1MZXW*NQ=IA6=E_,!"[:_5`99.N#;6S(DZ2_I<]-O,WX5MYV`4]!.-.;M M&?'J86`95@H.E7:H^+00/_/Y?D8>DB_\L^*Y0._D3QOS#UYQH*4])UQ;.=2Z#2=< M=^>$:R5L/QC//,\6&B=R-(:%=0S1-S!$I;LZDU$96X MC#-2AUCT&3GC9(H1<=,'\64'Q(;A#-"-#JHO4*9'K%+"F['O(,9 MC7-M32(;*^INVI#(ICN);!1EP0N*PVKZ\`[$<8Z8M=01JM11Z2D11C`+HID_ M_(,PM(0!81WTSU,I#:=\H6D$"/^&DI3'5TA7BQ(XY47JNMH65ZH1&B4$A6?Q M#+M(H>M4GI4$-J79.A/B;[_('4*J(,#]/C(TM(P%PR>J"$1PV: MF,8Q8EI[#-M9W_RN#8;MNF/83I4$Y/^T5A(PYT8M>HU4]%([JK@U)J)`P"UD MP)$L!;ACY8F$0(!&6^!_1B$P'J$0H'^>3C\ZQ=#^BWQ[09:;,OUL_C$A7^"4 MF`"3!8.Y#1<3IA9<9HA7528@P@JJERY:Y8>YI9&RI=FTIO+?K-3W6QLJ_ZT[ ME?^F"1295.7(2*'R77P*9ZQJQ4A0,8>J755*GY19%.C14BI%O$**_.&_K/5? M=I`Z>RN>[-O@X[X[/NY5?(QF0[\J=8SXF-7;(%,S2F9&.P1"U,>U=DAFMT". M;(0H9]:^C,CRXYD@>M,\8[9'!J;$1=&B>2'*D"'90?&FLCXW9&5F-A M9$UMBZR#59%9J2)K0WU9=^K+5.H;%YM;(O5-C-17;U>,+=1GE`GAP&R M[-^-^D)*?>'3[1ID&2,_1E59)M%=IA)5M"#;O3K!Y,_4MLA`L+E8=U4ZL5"L-425=7Q*< MD,8%?E&4_1I/U&5T%P=?W.P$,($FZIU?IW'QC25RP,_7R3K=I/2`$-6"6-OR M`LLPP;_R'C0Q`FD+]W%.DKO>HC(MD91N7_?N(W)ST67X_H\96^W&M?WI2;L>=J0P"-GZ7&: M!@9: M/E9Y>]%#9.Z^!XVE0]<1\K>HS%G)@^C9(<#_RO*K=-M?_IF,+5R\AP?:S]<< ML-A`S/W%Q?G[5R\O+N01UG!0+&8MDU66R$/E5W#HB$&)[%@HG?,E`J4QOZ$Y M3OK+;]KCP9WU_=RUP8.[[GAPUPP/IC(>,,*L$_7>1$4'M:.$%9B2V`OE#"60 MF8K^H7R;,P79-)/3A10A'TO'J1)DA"DAN"BLO%@232:P?R0[9*[P6*0P=&C;+":?_HTWV_+ M][@AJUD,I0S&.;XH*PI^#_A]S+N9A)-PPZIX8"\1Q4-KRKFW8O1]&\JY[TXY M]U7E.-(B$@-OK? MH(0";@F_9(,X+U^\R=)VN"/4RD?Z7OW_@\.=?X95UNB&J!,_$0[`WA\/V+^_[SAG1-IR#IE^$P/&L)Y1YXA&9NPW,'PD9\3@,]E/*8P#G;F.9*Q-T^LI8S$P^5H#YK[ M#MMC_1SXP$Y.JF/(P3ZTH3P8%-X3BW$-RL0_\G4I/9`"$]((J:/=KA#O^ZOK MA0F4?E0A!-'Z\4;M`/D;5CK`"N>LN;Z]SG:Q'K#);PR`Y#;KY["#40'U(;F[H6]5>KUR]W!/ZUXV39-EV$VG6E$)"(R0P0GPCQ--`KO?; MPT[W*JZ3C?[9*>Z!:=4I>E!`:=D:2KHQD!PW%D'T[W`>9P3=51[ MHX^K+-7='WKHAA++24L`M7ATE;!HN6C==?4Q+N>0T@FO_T]RE\0LY])_O))J MZ@T(?I,&APTVV:]-35S.15S9?A(?4@OB*U8!\E76`K+Y0@L17IH!2M^V'JB= MB(!7*DC`115$6'&$?$9W-^#3#'BUL$&K706ZJ(!*6E)!J^0JS2\HW],`2^K4 MPWP+++#`0@LLTL,$7E6%4>YFN`XR3H485HKS6MUU+-T+\TL3S!]=FT`7R=T79.(:^A&5!2-,AYGD1D#3)IBYGY+\00&+&H\* G*QFZ`6+H8ARPD$.NPO&5=LC0*SQ?VXC`B$VH^,S^!;/4CDLFZP`` ` 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 Sep 22 13:10: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E27214E9C for ; Wed, 22 Sep 1999 13:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA98612; Wed, 22 Sep 1999 13:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 303FA14D82; Wed, 22 Sep 1999 13:03:15 -0700 (PDT) Message-Id: <19990922200315.303FA14D82@hub.freebsd.org> Date: Wed, 22 Sep 1999 13:03:15 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13904: Update port: misc/pinfo to 0.5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13904 >Category: ports >Synopsis: Update port: misc/pinfo to 0.5.8 >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 Sep 22 13:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Updated version 0.5.5 to 0.5.8 >How-To-Repeat: >Fix: diff -urN /usr/ports/misc/pinfo/Makefile misc/pinfo/Makefile --- /usr/ports/misc/pinfo/Makefile Tue Aug 31 21:08:51 1999 +++ misc/pinfo/Makefile Tue Sep 22 22:00:02 1999 @@ -1,19 +1,19 @@ -# New ports collection makefile for: pinfo -# Version required: 0.5.5 -# Date created: 19 May 1999 -# Whom: Thomas Gellekum +# New ports collection makefile for: pinfo +# Version required: 0.5.8 +# Date created: 19 May 1999 +# Whom: Thomas Gellekum # # $FreeBSD: ports/misc/pinfo/Makefile,v 1.4 1999/08/31 06:48:24 mharo Exp $ # -DISTNAME= pinfo-0.5.5 +DISTNAME= pinfo-0.5.8 CATEGORIES= misc MASTER_SITES= http://zeus.polsl.gliwice.pl/~pborys/stable-version/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= intl\.1:${PORTSDIR}/devel/gettext \ - ncurses\.4:${PORTSDIR}/devel/ncurses +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ + ncurses.4:${PORTSDIR}/devel/ncurses GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-included-gettext --with-readline \ diff -urN /usr/ports/misc/pinfo/files/md5 misc/pinfo/files/md5 --- /usr/ports/misc/pinfo/files/md5 Thu Jul 8 22:48:34 1999 +++ misc/pinfo/files/md5 Tue Sep 22 21:38:45 1999 @@ -1 +1 @@ -MD5 (pinfo-0.5.5.tar.gz) = 76142bebd970551d0f6113be5382a26f +MD5 (pinfo-0.5.8.tar.gz) = eacde553c9c0f6175088ac0971d782fd >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 Sep 22 13:10: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 11A7214D73 for ; Wed, 22 Sep 1999 13:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA98621; Wed, 22 Sep 1999 13:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id D5B6A14D6A; Wed, 22 Sep 1999 13:05:25 -0700 (PDT) Message-Id: <19990922200525.D5B6A14D6A@hub.freebsd.org> Date: Wed, 22 Sep 1999 13:05:25 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13905: Update port: print/lout to 3.17 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13905 >Category: ports >Synopsis: Update port: print/lout to 3.17 >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 Sep 22 13:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Updated version 3.16 to 3.17 >How-To-Repeat: >Fix: begin 644 lout.patch.gz M'XL("$HQZ3<"`VQO=70N<&%T8V@`U5CK;^)($O^,_XJ:3#Z$@-\O0)L1A$<& MB4>$F=W9TTK(V`WQQF#.-CN36>W_?M7=-A""22+MWND0^%&_>G55=71'&:R)LX6*=R&&U3>>@^DD40$CA!$T11?$6L--T2<,@&P`9- M;:AF0Z^!6J_7A4JE`N<$-!4TI:&J#4/C`LTFB&I5U:#"KLVF`!]A1+X!,PY> M%(;$2X-H#:O M3/!&R?2C*K*FR76+PK\\1*N,G'^B\*GY+8I#7TI27_*B%?)1ULM>3,BMTVE` M8;2J?X`J\?C("GXM?&PH&`4=4C=Z=*'[?0.73)\@=OK.=-0:=F]*5(?(Q_*2 MB*-HMZ;=N_&DWW5N2LRJ`,.6,^U.9DY_2HF7?QZ\SZ;=K[/VM#7Z"WX3H%1: MI)N&+.-5\A)IFSSY$O&WDKN5?R>+!?>?Y493JC6HX-5DN>F/G&EK,)A-6Y.[ M[O2F%*R3U`U#R.XK=YT_^I&'XT&71NI-J>1I5*6D`K\)HB!NHB05,^:&():: M21H'&(@_[R?=7O_K7_(\6#-'CDA<%=4M!6LOW/H$?IHGOD3C+ZT>/PG^*\5/ M7/]OY3`"8#9IT+JP03`ZJ?A%8<=$ZYVB9=2-Y:6/\IP M`[9OFL1R:U;-6LP]C7BF:OJNJ9MSW35KKBY4GHG:!Z)SW=1T4J];<]/774WW M#5(W%YYF61J9&\;\U7AMW-1[P&&PNZBH<`8[$[UCUC<'L5"0Q]+4&]IA++%2 M*RHO5_'Z^GJW;DA1'"Q+O3B`H?L$&MJR&[K=4#*C(O4\YRTY;LI],T"Q&X;9 M,*S,M],J*:]JXR)"W='-C/>9RA=>*YG7*FF/2C>@YF_C+U-\57:^&`KU!:^XCG%GZ&_2'M__BGS>!L28$5E@=!AZ(O^!J(%10C#+U!JT[QM49.[,OH_[7F\NKL4,? MRB7Z^8UREH#C^&,PWD^@PU:;H7@_1CNWLQY3W;GM'6C>NUWG;K\I*J9%XU&Q MM"I6\[FPX/@^OB<*E?]1&([KAU6+KJA57;&S^LD4T'#,,!ZH(HO,L8G!N-T: M=&?C$;)\<;KX>LS121^W^G-VN,A M;A>.TV=FCBCE`_;+JW_A9+EO33^7>:QIQO.1\4+];XWLXS\\M-.K@*[5J[I5 M.U@%=,T^H$"^E_-V"[*=EYIH$N\A@HL+6LKYRY5;ACX7"-9++N*N_4P,<.]V MXX`DJ#2-X+8_ZO0GZ"A_*%\((FK"Z<%W_)PL\SZ/0@^KR`?;-$^"F]S*'LR\ M+9+-!_.AT"J#BJQF-PPK3QN_`'C!FAJ M]>@'\9[(5J)ZK:H:N!5BDK/&NLBH1XT&:>"&P0]J-MZNX2IYB+:A#W,""5I? MIU581T#B.(H3(-\WV)03O\SU/`\-B-]!3/;.R.RI/VH/RG*`9OB&P&K/5K-Y MQBFT]O8S[_^B]BH4C+ZMJ84&_O[>XCRG_J#0\B9<]&C@Q8ARXP+";D6%?4ZF MR-N_NVK%4V6K&JS'46U]U^2\M\!.-U2ZK6#%F7QMXS6(-G2[?EB#5IWQY/O] M;H1^&=H/[GI)QX?I(A`MLO']ODW2_"@)\R<(CF82CQ1/LF48QVYW6M-66;X^ MS_3YU_O/E(G%Q[99#ZA8^_@]9#XJ`]&^)NT;KK.ER0UKSG MAD1>)Y!`>0#.(/R&$-J@\'E;E[%3Z"79P1GJ1 MD".8=>.JQ=MQ\YVIZ'1?3066V-L5'*8"H3>FXEC)LU0@F*?"4#$5FG*0"DQ, MU5"M72KR(S]I%*X1]]LTI3/BCL3T3P)F"U8D2=QEODB<=_7B]7/JXU*^'_2= M*9PBGCN9YCQO/Y*^D.!_;.%94;7V9U%6&!6\6JP\D@5P)W47C5/9) M.DN"'^0LCBZ?P_\(DD`0"_!H4R1*OKMGH-D\F(?G<._!W61'0>PQ3'H8Q)[C M<*Q,(ON71D[GX:(0D,+-\C28")4#F3V$&'1Q<_DZ*E75I1)M]49 M=E\B'2Q":=`>OD0&+A:H6H"E!VBE`-5.RSJI7P`\K>:GD<I8PRDZES^%9%D0_@-3]D#?418````\ ` 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 Sep 22 13:30:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B67815C10 for ; Wed, 22 Sep 1999 13:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA00363; Wed, 22 Sep 1999 13:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail2.uunet.ca (mail2.uunet.ca [142.77.1.15]) by hub.freebsd.org (Postfix) with ESMTP id 17D09153FD for ; Wed, 22 Sep 1999 13:25:18 -0700 (PDT) (envelope-from jsellens@gc2.generalconcepts.com) Received: from gc2.generalconcepts.com (24.65.54.138.on.wave.home.com [24.65.54.138]) by mail2.uunet.ca with ESMTP id <50104-9193>; Wed, 22 Sep 1999 16:11:54 -0400 Received: (from jsellens@localhost) by gc2.generalconcepts.com (8.8.7/8.8.7) id QAA22542; Wed, 22 Sep 1999 16:11:47 -0400 (EDT) (envelope-from jsellens) Message-Id: <199909222011.QAA22542@gc2.generalconcepts.com> Date: Wed, 22 Sep 1999 16:11:47 -0400 From: jsellens@generalconcepts.com Reply-To: jsellens@generalconcepts.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13906: port submission: biffer-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13906 >Category: ports >Synopsis: port submission: biffer-1.0 >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 Sep 22 13:30:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: John Sellens >Release: FreeBSD 2.2.5-RELEASE i386 >Organization: General Concepts >Environment: any >Description: biffer is a better biff - forwards multiple machines/users, etc. >How-To-Repeat: >Fix: Here's the shar of the port directory. I should note that biffer needs entries in /etc/services and /etc/inetd.conf to work. I didn't know of an automated or standard way of doing that, so I created scripts/post-install as a simple-minded way of trying to deal with some of it without breaking too much - please have a look, and I'd welcome any suggestions as to how to better deal with it, or examples of other ports with the same problem. Thanks! # 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: # # biffer # biffer/Makefile # biffer/pkg # biffer/pkg/COMMENT # biffer/pkg/DESCR # biffer/pkg/PLIST # biffer/files # biffer/files/md5 # biffer/scripts # biffer/scripts/post-install # echo c - biffer mkdir -p biffer > /dev/null 2>&1 echo x - biffer/Makefile sed 's/^X//' >biffer/Makefile << 'END-of-biffer/Makefile' X# New ports collection makefile for: biffer X# Version required: 1.0 X# Date created: 21 September 1999 X# Whom: jsellens X# X# $FreeBSD$ X# X XDISTNAME= biffer-1.0 XCATEGORIES= mail XMASTER_SITES= http://www.generalconcepts.com/resources/software/ X XMAINTAINER= jsellens@generalconcepts.com X XMAN1= biffopt.1 XMAN8= biffer.8 biffer_comsat.8 X## MANCOMPRESSED= no X XRUN_DEPENDS= xmsg:${PORTSDIR}/x11/xmsg X Xdo-install: X ${INSTALL_PROGRAM} \ X ${WRKDIR}/${DISTNAME}/biffer/biffer ${PREFIX}/libexec X ${INSTALL_PROGRAM} \ X ${WRKDIR}/${DISTNAME}/biffopt/biffopt ${PREFIX}/bin X ${INSTALL_MAN} \ X ${WRKDIR}/${DISTNAME}/biffopt/biffopt.1 ${MAN1PREFIX}/man/man1 X ${INSTALL_MAN} \ X ${WRKDIR}/${DISTNAME}/biffer/biffer.8 ${MAN8PREFIX}/man/man8 X cd ${WRKDIR}/${DISTNAME}/biffer_comsat && ${MAKE} ${MFLAGS} install X Xpost-install: X ${ECHO} remember to update services and inetd.conf X X.include END-of-biffer/Makefile echo c - biffer/pkg mkdir -p biffer/pkg > /dev/null 2>&1 echo x - biffer/pkg/COMMENT sed 's/^X//' >biffer/pkg/COMMENT << 'END-of-biffer/pkg/COMMENT' XA better mail notification server END-of-biffer/pkg/COMMENT echo x - biffer/pkg/DESCR sed 's/^X//' >biffer/pkg/DESCR << 'END-of-biffer/pkg/DESCR' Xbiffer replaces and enhances the normal result of "biff(1)". It Xcan forward notifications between machines and userids (even if Xthe mail recipient is not currently signed on), ignore messages Xthat match user-specified patterns in mail headers, do text or X Xnotifications, and also run an arbitrary program. X XNeeds a slight modification to the stock comsat, included here Xas biffer_comsat. X XWritten at the University of Waterloo circa 1988, and in use since Xthen with some modifications. X XJohn Sellens Xjsellens@generalconcepts.com END-of-biffer/pkg/DESCR echo x - biffer/pkg/PLIST sed 's/^X//' >biffer/pkg/PLIST << 'END-of-biffer/pkg/PLIST' Xbin/biffopt Xlibexec/biffer Xlibexec/biffer_comsat END-of-biffer/pkg/PLIST echo c - biffer/files mkdir -p biffer/files > /dev/null 2>&1 echo x - biffer/files/md5 sed 's/^X//' >biffer/files/md5 << 'END-of-biffer/files/md5' XMD5 (biffer-1.0.tar.gz) = 9d5afe2bcfc1fc7b3029fe7157469fd1 END-of-biffer/files/md5 echo c - biffer/scripts mkdir -p biffer/scripts > /dev/null 2>&1 echo x - biffer/scripts/post-install sed 's/^X//' >biffer/scripts/post-install << 'END-of-biffer/scripts/post-install' X#!/bin/sh X X# This could be smarter ... X XPATH=/bin:/usr/bin Xexport PATH X XneedHUP="no" X Xecho /etc/services needs to mention biffer, checking ... Xegrep '^biffer[[:space:]]+1243/tcp' /etc/services > /dev/null Xif [ $? -eq 0 ]; then X echo ... /etc/services looks okay for biffer Xelse X echo ... /etc/services needs to be updated for biffer X echo Adding onto the end ... X echo \ X 'biffer 1243/tcp # biffer(8) under inetd' >> /etc/services X echo ... done updating /etc/services Xfi X Xecho /etc/inetd.conf needs to mention biffer, checking ... Xegrep '^biffer[[:space:]]+stream[[:space:]]+tcp[[:space:]]+nowait[[:space:]]+root[[:space:]]+/usr/local/libexec/biffer' /etc/inetd.conf > /dev/null Xif [ $? -eq 0 ]; then X echo ... /etc/inetd.conf looks okay for biffer Xelse X echo ... /etc/inetd.conf needs to be updated for biffer X echo Adding onto the end ... X echo 'biffer stream tcp nowait root /usr/local/libexec/biffer biffer' >> /etc/inetd.conf X echo ... done updating /etc/inetd.conf X needHUP="yes" Xfi X Xecho /etc/inetd.conf needs to mention biffer_comsat, checking ... Xegrep '^comsat[[:space:]]+.*[[:space:]]+/usr/local/libexec/biffer_comsat' /etc/inetd.conf > /dev/null Xif [ $? -eq 0 ]; then X echo ... /etc/inetd.conf looks okay for biffer_comsat Xelse X echo ... /etc/inetd.conf needs to be updated for biffer_comsat X echo ======================================================= X echo NOTE: Please edit it by hand and change X echo ' /usr/libexec/comsat' X echo to X echo ' /usr/local/libexec/biffer_comsat' X echo because I am too afraid to try to automate that - sorry X echo ======================================================= X needHUP="yes" Xfi X Xif [ "needHUP" = "yes" ]; then X echo inetd needs to re-read /etc/inetd.conf X echo Please either kill -HUP the inetd process, or reboot X echo to allow biffer to work. Xfi X Xexit 0 END-of-biffer/scripts/post-install 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 Sep 22 13:50: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2379215DC0 for ; Wed, 22 Sep 1999 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA02296; Wed, 22 Sep 1999 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from ogurok.com (ogurok.com [209.208.150.188]) by hub.freebsd.org (Postfix) with ESMTP id 36C8E14C94 for ; Wed, 22 Sep 1999 13:44:40 -0700 (PDT) (envelope-from oleg@ogurok.com) Received: (from oleg@localhost) by ogurok.com (8.9.3/8.9.3) id QAA36741; Wed, 22 Sep 1999 16:48:03 -0400 (EDT) (envelope-from oleg) Message-Id: <199909222048.QAA36741@ogurok.com> Date: Wed, 22 Sep 1999 16:48:03 -0400 (EDT) From: oleg@ogurok.com Reply-To: oleg@ogurok.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13908: mutt port is broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13908 >Category: ports >Synopsis: Can't compile mutt >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: Wed Sep 22 13:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Oleg Ogurok >Release: FreeBSD 3.3-STABLE i386 >Organization: >Environment: P 200 MMX 64 mb >Description: Can't make mutt port. I think there is something wrong with installing dependent packages. ===> Building for mutt-1.0b2 make all-recursive Making all in doc make html sgmlfmt -f html manual Warning: the label `edit_headers' is multiply-defined. make manual.txt sgml2txt -c latin manual sgml2txt:No such file or directory *** Error code 1 Stop. *** Error code 1 (ignored) make manual.latin1 >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 Wed Sep 22 15:21:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8213415FB8; Wed, 22 Sep 1999 15:20:41 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA10487; Wed, 22 Sep 1999 15:20:41 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 22 Sep 1999 15:20:41 -0700 (PDT) From: Message-Id: <199909222220.PAA10487@freefall.freebsd.org> To: karpes@rpi.edu, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, cpiazza@FreeBSD.org Subject: Re: ports/13782: fetchmail from ports fails to build (link error) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fetchmail from ports fails to build (link error) State-Changed-From-To: open->feedback State-Changed-By: cpiazza State-Changed-When: Wed Sep 22 15:20:04 PDT 1999 State-Changed-Why: Waiting to see if the recent upgrade fixed this Responsible-Changed-From-To: freebsd-ports->cpiazza Responsible-Changed-By: cpiazza Responsible-Changed-When: Wed Sep 22 15:20:04 PDT 1999 Responsible-Changed-Why: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 22 16: 0:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 940FA15D7E for ; Wed, 22 Sep 1999 16:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA13471; Wed, 22 Sep 1999 16:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from fysgr387.sn.umu.se (fysgr387.sn.umu.se [130.239.128.239]) by hub.freebsd.org (Postfix) with ESMTP id BB2DE14F23 for ; Wed, 22 Sep 1999 15:52:33 -0700 (PDT) (envelope-from saska@fysgr387.sn.umu.se) Received: (from saska@localhost) by fysgr387.sn.umu.se (8.9.3/8.9.2) id AAA07386; Thu, 23 Sep 1999 00:53:26 +0200 (CEST) (envelope-from saska) Message-Id: <199909222253.AAA07386@fysgr387.sn.umu.se> Date: Thu, 23 Sep 1999 00:53:26 +0200 (CEST) From: saska@acc.umu.se Reply-To: saska@acc.umu.se To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13910: new port "mpmf20" under audio - transfer tool for MPMan MP-F20 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13910 >Category: ports >Synopsis: new port "mpmf20" under audio - transfer tool for MPMan MP-F20 >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 Sep 22 16:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: saska >Release: FreeBSD 3.3-STABLE i386 >Organization: n/a >Environment: n/a >Description: New port under suggested category "audio". Tool for transfering files to and from a portable MP3 player MPMan MP-F20. There exists a port for Rio-players, and the software for the Rio-player was made by the same people that made the MPMan-tool. The sources don't differ much, therefore the patches for this port were based on the patches for the rio port. >How-To-Repeat: n/a >Fix: n/a >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 Sep 22 16: 0:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E04AF15D88 for ; Wed, 22 Sep 1999 16:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA13480; Wed, 22 Sep 1999 16:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from fysgr387.sn.umu.se (fysgr387.sn.umu.se [130.239.128.239]) by hub.freebsd.org (Postfix) with ESMTP id 1A94415510 for ; Wed, 22 Sep 1999 15:58:14 -0700 (PDT) (envelope-from saska@fysgr387.sn.umu.se) Received: (from saska@localhost) by fysgr387.sn.umu.se (8.9.3/8.9.2) id AAA07695; Thu, 23 Sep 1999 00:59:09 +0200 (CEST) (envelope-from saska) Message-Id: <199909222259.AAA07695@fysgr387.sn.umu.se> Date: Thu, 23 Sep 1999 00:59:09 +0200 (CEST) From: saska@acc.umu.se Reply-To: saska@acc.umu.se To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13911: new port "mpmf20" under audio category Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13911 >Category: ports >Synopsis: new port "mpmf20" under audio category >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 Sep 22 16:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Markus Holmberg >Release: FreeBSD 3.3-STABLE i386 >Organization: n/a >Environment: n/a >Description: *Forgot to attach the actual "shar:ed" port in the previous send-pr!* New port under suggested category "audio". Tool for transfering files to and from a portable MP3 player MPMan MP-F20. There exists a port for Rio-players, and the software for the Rio-player was made by the same people that made the MPMan-tool. The sources don't differ much, therefore the patches for this port were based on the patches for the rio port. >How-To-Repeat: n/a >Fix: n/a # 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: # # mpmf20/ # mpmf20/pkg # mpmf20/pkg/COMMENT # mpmf20/pkg/DESCR # mpmf20/pkg/PLIST # mpmf20/pkg/MESSAGE # mpmf20/files # mpmf20/files/md5 # mpmf20/patches # mpmf20/patches/patch-aa # mpmf20/patches/patch-ab # mpmf20/patches/patch-ac # mpmf20/Makefile # echo c - mpmf20/ mkdir -p mpmf20/ > /dev/null 2>&1 echo c - mpmf20/pkg mkdir -p mpmf20/pkg > /dev/null 2>&1 echo x - mpmf20/pkg/COMMENT sed 's/^X//' >mpmf20/pkg/COMMENT << 'END-of-mpmf20/pkg/COMMENT' XFile transfer tool for the MPMan MP-F20 portable MP3-player END-of-mpmf20/pkg/COMMENT echo x - mpmf20/pkg/DESCR sed 's/^X//' >mpmf20/pkg/DESCR << 'END-of-mpmf20/pkg/DESCR' XThis software is a command line utility used used for transfering audio files Xin the MP3 format to and from the portable MP3 player MPMan MP-F20. XIt enables you to upload (specifying the files with wildcards or from a Xtextfile), download, delete, reorder already uploaded files and more on your XMPMan MP-F20. X XWWW: http://www.world.co.uk/sba/ X X- Markus Holmberg Xsaska@acc.umu.se END-of-mpmf20/pkg/DESCR echo x - mpmf20/pkg/PLIST sed 's/^X//' >mpmf20/pkg/PLIST << 'END-of-mpmf20/pkg/PLIST' Xbin/mpmf20 END-of-mpmf20/pkg/PLIST echo x - mpmf20/pkg/MESSAGE sed 's/^X//' >mpmf20/pkg/MESSAGE << 'END-of-mpmf20/pkg/MESSAGE' X XThe software has now been installed! XIt can now be invoked using the command "mpmf20". X XYou need to have read/write access to /dev/io to use this, which mostly Xmeans the program has to be run by root, or setuid root. It is by default Xnot installed as setuid root, but you may do it yourself to enable a normal Xuser to use it. Find which directory the binary was installed in, probably /usr/local/bin, and use this command: X Xchmod +s mpmf20 X XBeware of security implications! X END-of-mpmf20/pkg/MESSAGE echo c - mpmf20/files mkdir -p mpmf20/files > /dev/null 2>&1 echo x - mpmf20/files/md5 sed 's/^X//' >mpmf20/files/md5 << 'END-of-mpmf20/files/md5' XMD5 (mpmf20.tgz) = c51b6938a8c67106d460c31ee271943c END-of-mpmf20/files/md5 echo c - mpmf20/patches mkdir -p mpmf20/patches > /dev/null 2>&1 echo x - mpmf20/patches/patch-aa sed 's/^X//' >mpmf20/patches/patch-aa << 'END-of-mpmf20/patches/patch-aa' X--- app.cpp.orig Wed Sep 22 22:55:41 1999 X+++ app.cpp Wed Sep 22 22:27:06 1999 X@@ -22,6 +22,12 @@ X #define SIZE_MAXPATH _MAX_PATH X #define DELETEARRAY delete[] X X+#elif defined(__FreeBSD__) X+ // FreeBSD g++ X+ #include X+ #include X+ #define SIZE_MAXPATH PATH_MAX X+ X #elif defined(__linux__) X // linux g++ X #include END-of-mpmf20/patches/patch-aa echo x - mpmf20/patches/patch-ab sed 's/^X//' >mpmf20/patches/patch-ab << 'END-of-mpmf20/patches/patch-ab' X--- mpmf20.cpp.orig Wed Sep 22 22:55:50 1999 X+++ mpmf20.cpp Wed Sep 22 22:47:45 1999 X@@ -23,6 +23,17 @@ X #define DELETEARRAY delete[] X #define STRICMP stricmp X X+#elif defined(__FreeBSD__) X+ // FreeBSD g++ X+ #include X+ #include X+ #include X+ #define OUTPORT(p,v) outb( (p), (v) ) X+ #define INPORT(p) inb( p ) X+ #define CLOCK_SECOND CLOCKS_PER_SEC X+ #define DELETEARRAY delete[] X+ #define STRICMP strcasecmp X+ X #elif defined(__linux__) X // linux g++ X #include X@@ -237,6 +248,15 @@ X // init error X m_szError[ 0 ] = 0; X m_iIDError = CMPMF20_ERROR_NONE; X+ X+ // if FreeBSD X+ #if defined(__FreeBSD__) X+ // request access to required ports X+ if (open("/dev/io", O_RDONLY) < 0) { X+ LogError( CMPMF20_ERROR_IOPRERM, "open(\"/dev/io\") failed, reason '%s'", SZERROR ); X+ return FALSE; X+ } X+ #endif X X // if linux X #if defined(__linux__) END-of-mpmf20/patches/patch-ab echo x - mpmf20/patches/patch-ac sed 's/^X//' >mpmf20/patches/patch-ac << 'END-of-mpmf20/patches/patch-ac' X--- makefile.orig Wed Sep 22 23:39:56 1999 X+++ makefile Wed Sep 22 23:40:14 1999 X@@ -10,7 +10,6 @@ X X mpmf20: app.cpp mpmf20.cpp X g++ -O1 -o mpmf20 app.cpp mpmf20.cpp X- chmod +s mpmf20 X X clean: X rm -f mpmf20 END-of-mpmf20/patches/patch-ac echo x - mpmf20/Makefile sed 's/^X//' >mpmf20/Makefile << 'END-of-mpmf20/Makefile' X# New ports collection makefile for: mpmf20 X# Version required: 1.01 X# Date created: 22 September 1999 X# Whom: Markus Holmberg X# X# $FreeBSD$ X# X XDISTNAME= mpmf20 XPKGNAME= mpmf20-1.01 XCATEGORIES= audio XMASTER_SITES= http://www.world.co.uk/sba/ XEXTRACT_SUFX= .tgz X XMAINTAINER= ports@freebsd.org X XMAKEFILE= makefile X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/mpmf20 ${PREFIX}/bin X Xpost-install: X @${CAT} ${PKGDIR}/MESSAGE X X.include END-of-mpmf20/Makefile 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 Sep 22 16:36:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E9338154AD; Wed, 22 Sep 1999 16:36:20 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA15727; Wed, 22 Sep 1999 16:36:20 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 22 Sep 1999 16:36:20 -0700 (PDT) From: Message-Id: <199909222336.QAA15727@freefall.freebsd.org> To: saska@acc.umu.se, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13910: new port "mpmf20" under audio - transfer tool for MPMan MP-F20 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port "mpmf20" under audio - transfer tool for MPMan MP-F20 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Wed Sep 22 16:36:07 PDT 1999 State-Changed-Why: Superseded by PR 13911 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 22 18:30: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2835314F9F for ; Wed, 22 Sep 1999 18:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA23336; Wed, 22 Sep 1999 18:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from test2.gsoft.com.au (test2.gsoft.com.au [203.38.152.117]) by hub.freebsd.org (Postfix) with ESMTP id B4F1515928 for ; Wed, 22 Sep 1999 18:24:16 -0700 (PDT) (envelope-from doconnor@test2.gsoft.com.au) Received: (from doconnor@localhost) by test2.gsoft.com.au (8.9.3/8.9.3) id KAA02659; Thu, 23 Sep 1999 10:54:02 +0930 (CST) (envelope-from doconnor) Message-Id: <199909230124.KAA02659@test2.gsoft.com.au> Date: Thu, 23 Sep 1999 10:54:02 +0930 (CST) From: "Daniel O'Connor" Reply-To: doconnor@test2.gsoft.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13913: New port for nstreams Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13913 >Category: ports >Synopsis: New port for nstreams >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 Sep 22 18:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Daniel O'Connor >Release: FreeBSD 3.3-STABLE i386 >Organization: >Environment: 3.3-STABLE system >Description: This program analyses data from tcpdump, or uses libpcap itself, and generates a list of the streams that are in existance. It can generate ipfw rules to match. >How-To-Repeat: Get http://www.gsoft.com.au/~doconnor/nstreams-port.tgz >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 Sep 22 18:52:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id C619C15386 for ; Wed, 22 Sep 1999 18:52:12 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by relay.nuxi.com (8.9.3/8.9.3) id SAA82759 for ports@freebsd.org; Wed, 22 Sep 1999 18:52:12 -0700 (PDT) (envelope-from obrien) Date: Wed, 22 Sep 1999 18:52:12 -0700 From: "David O'Brien" To: ports@freebsd.org Subject: Bison port Message-ID: <19990922185212.A82739@relay.nuxi.com> Reply-To: obrien@NUXI.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre1i X-Operating-System: FreeBSD 3.3-RC Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Since 3.3 and 4.0 have the lastest Bison now, do we want to remove the Bison port. Or make it give an error message that it isn't needed for 3.3+ ? -- -- David (obrien@NUXI.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 23 0:43:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix12.ix.netcom.com (dfw-ix12.ix.netcom.com [206.214.98.12]) by hub.freebsd.org (Postfix) with ESMTP id 35DE81558A for ; Thu, 23 Sep 1999 00:43:03 -0700 (PDT) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix12.ix.netcom.com (8.8.4/8.8.4) id CAA05367; Thu, 23 Sep 1999 02:42:59 -0500 (CDT) Received: from sji-ca50-38.ix.netcom.com(209.111.213.38) by dfw-ix12.ix.netcom.com via smap (V1.3) id rma005354; Thu Sep 23 02:42:29 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id AAA75892; Thu, 23 Sep 1999 00:42:25 -0700 (PDT) To: obrien@NUXI.com Cc: ports@freebsd.org Subject: Re: Bison port References: <19990922185212.A82739@relay.nuxi.com> From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Date: 23 Sep 1999 00:42:22 -0700 In-Reply-To: "David O'Brien"'s message of "Wed, 22 Sep 1999 18:52:12 -0700" Message-ID: Lines: 10 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: "David O'Brien" * Since 3.3 and 4.0 have the lastest Bison now, do we want to remove the * Bison port. Or make it give an error message that it isn't needed for * 3.3+ ? I think we can remove it. People running 2.2.x can always get it from an old CD. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 23 1: 0:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E26F0159C6 for ; Thu, 23 Sep 1999 01:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA50396; Thu, 23 Sep 1999 01:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 23 Sep 1999 01:00:02 -0700 (PDT) Message-Id: <199909230800.BAA50396@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Josef Karthauser Subject: Re: ports/13908: mutt port is broken Reply-To: Josef Karthauser Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/13908; it has been noted by GNATS. From: Josef Karthauser To: oleg@ogurok.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/13908: mutt port is broken Date: Thu, 23 Sep 1999 08:57:58 +0100 On Wed, Sep 22, 1999 at 04:48:03PM -0400, oleg@ogurok.com wrote: > > ===> Building for mutt-1.0b2 > make all-recursive > Making all in doc > make html > sgmlfmt -f html manual > Warning: the label `edit_headers' is multiply-defined. > make manual.txt > sgml2txt -c latin manual > sgml2txt:No such file or directory > *** Error code 1 > > Stop. > *** Error code 1 (ignored) > make manual.latin1 > I had the same problem a couple of days ago, but haven't had a chance to look closer. Joe -- Josef Karthauser FreeBSD: How many times have you booted today? Technical Manager Viagra for your server (http://www.uk.freebsd.org) Pavilion Internet plc. [joe@pavilion.net, joe@uk.freebsd.org, joe@tao.org.uk] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 23 3: 1:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from penguin.wise.edt.ericsson.se (penguin-ext.wise.edt.ericsson.se [194.237.142.110]) by hub.freebsd.org (Postfix) with ESMTP id 1E8BD14DF0 for ; Thu, 23 Sep 1999 03:01:54 -0700 (PDT) (envelope-from seb@erix.ericsson.se) Received: from super.du.uab.ericsson.se (root@super.du.uab.ericsson.se [134.138.176.16]) by penguin.wise.edt.ericsson.se (8.9.3/8.9.3/WIREfire-1.3) with ESMTP id MAA25536; Thu, 23 Sep 1999 12:01:36 +0200 (MET DST) Received: from scotch.du.uab.ericsson.se (seb@scotch [134.138.176.76]) by super.du.uab.ericsson.se (8.9.3/8.9.3/erix-1.7) with ESMTP id MAA25371; Thu, 23 Sep 1999 12:01:35 +0200 (MET DST) Received: by scotch.du.uab.ericsson.se (8.9.2/client-1.4) id MAA83352; Thu, 23 Sep 1999 12:01:35 +0200 (CEST) To: mi@aldan.algebra.com Cc: ports@freebsd.org, ruslan@shevchenko.kiev.ua Subject: Re: Erlang port at http://www.eddieware.org/release/erlang.tar.gz References: <199909152028.QAA44600@misha.cisco.com> Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII From: Sebastian Strollo Date: 23 Sep 1999 12:01:35 +0200 In-Reply-To: Mikhail Teterin's message of "Wed, 15 Sep 1999 16:28:51 -0400 (EDT)" Message-ID: Lines: 26 X-Mailer: Gnus v5.5/Emacs 20.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Mikhail Teterin writes: > > Is there a good reason the version of Erlang FreeBSD port > as posted at the URL in subject is not integrated? Not really. > Their http://www.eddieware.org/erlang.html says they found some > problems with the Erlang's release. Yes, their fixes have been integrated (they just haven't been released...) :-) > I'm trying to make a port of Eddie and it needs their, patched, version > of Erlang... Actually the big difference between their port and the one in the FreeBSD ports tree today is that they have included all three components (base, gs_apps and otp_libs). This makes the final package a *lot* fatter, but on the other hand a lot more interesting. I have checked their port and think it looks ok. I will make a diff and submit it as a pr. -- Sebastian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 23 3:31:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 63EDF14E00 for ; Thu, 23 Sep 1999 03:31:41 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA61290; Thu, 23 Sep 1999 03:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 23 Sep 1999 03:30:01 -0700 (PDT) Message-Id: <199909231030.DAA61290@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Simon Marlow Subject: Re: ports/13786: New port for GHC-4.04 Reply-To: Simon Marlow Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/13786; it has been noted by GNATS. From: Simon Marlow To: "'freebsd-gnats-submit@freebsd.org'" , "'freebsd-ports@freebsd.org'" Cc: Subject: Re: ports/13786: New port for GHC-4.04 Date: Thu, 23 Sep 1999 03:20:36 -0700 This port has a bogus PLIST. The fixed one is attached below. Also, this submission replaces ports/12735. Cheers, Simon -8<---------------------------------------- bin/hp2ps bin/hstags bin/stat2resid bin/ghc bin/ghc-4.04 lib/ghc/hscpp lib/ghc/hstags-help lib/ghc/mkdependHS lib/ghc/parse-gcstats.prl lib/ghc/process-gcstats.prl lib/ghc/unlit lib/ghc/ghc-asm.prl lib/ghc/ghc-iface.prl lib/ghc/ghc-consist.prl lib/ghc/ghc-split.prl lib/ghc/hsc lib/ghc/libHSrts.a lib/ghc/libHS.a lib/ghc/libHS_cbits.a lib/ghc/libHSexts.a lib/ghc/libHSmisc.a lib/ghc/libHSmisc_cbits.a lib/ghc/libHSposix.a lib/ghc/libHSposix_cbits.a lib/ghc/libHSconcurrent.a lib/ghc/includes/Assembler.h lib/ghc/includes/Block.h lib/ghc/includes/CCall.h lib/ghc/includes/ClosureMacros.h lib/ghc/includes/ClosureTypes.h lib/ghc/includes/Closures.h lib/ghc/includes/Constants.h lib/ghc/includes/Hooks.h lib/ghc/includes/InfoMacros.h lib/ghc/includes/InfoTables.h lib/ghc/includes/MachDeps.h lib/ghc/includes/MachRegs.h lib/ghc/includes/NativeDefs.h lib/ghc/includes/Prelude.h lib/ghc/includes/PrimOps.h lib/ghc/includes/Profiling.h lib/ghc/includes/Regs.h lib/ghc/includes/Rts.h lib/ghc/includes/RtsAPI.h lib/ghc/includes/SchedAPI.h lib/ghc/includes/Stable.h lib/ghc/includes/Stg.h lib/ghc/includes/StgDLL.h lib/ghc/includes/StgMacros.h lib/ghc/includes/StgMiscClosures.h lib/ghc/includes/StgProf.h lib/ghc/includes/StgStorage.h lib/ghc/includes/StgTicky.h lib/ghc/includes/StgTypes.h lib/ghc/includes/TSO.h lib/ghc/includes/TailCalls.h lib/ghc/includes/Updates.h lib/ghc/includes/config.h lib/ghc/includes/gmp.h lib/ghc/includes/ieee-flpt.h lib/ghc/includes/options.h lib/ghc/includes/sainteger.h lib/ghc/imports/concurrent/Channel.hi lib/ghc/imports/concurrent/ChannelVar.hi lib/ghc/imports/concurrent/Concurrent.hi lib/ghc/imports/concurrent/Merge.hi lib/ghc/imports/concurrent/Parallel.hi lib/ghc/imports/concurrent/SampleVar.hi lib/ghc/imports/concurrent/Semaphore.hi lib/ghc/imports/exts/Addr.hi lib/ghc/imports/exts/Bits.hi lib/ghc/imports/exts/ByteArray.hi lib/ghc/imports/exts/CCall.hi lib/ghc/imports/exts/Dynamic.hi lib/ghc/imports/exts/Exception.hi lib/ghc/imports/exts/Foreign.hi lib/ghc/imports/exts/GetOpt.hi lib/ghc/imports/exts/GlaExts.hi lib/ghc/imports/exts/IOExts.hi lib/ghc/imports/exts/Int.hi lib/ghc/imports/exts/LazyST.hi lib/ghc/imports/exts/MutableArray.hi lib/ghc/imports/exts/NativeInfo.hi lib/ghc/imports/exts/NumExts.hi lib/ghc/imports/exts/ST.hi lib/ghc/imports/exts/Stable.hi lib/ghc/imports/exts/Weak.hi lib/ghc/imports/exts/Word.hi lib/ghc/imports/misc/Readline.hi lib/ghc/imports/misc/BSD.hi lib/ghc/imports/misc/Bag.hi lib/ghc/imports/misc/BitSet.hi lib/ghc/imports/misc/ByteOps.hi lib/ghc/imports/misc/CString.hi lib/ghc/imports/misc/CharSeq.hi lib/ghc/imports/misc/FiniteMap.hi lib/ghc/imports/misc/ListSetOps.hi lib/ghc/imports/misc/MD5.hi lib/ghc/imports/misc/MatchPS.hi lib/ghc/imports/misc/Maybes.hi lib/ghc/imports/misc/Memo.hi lib/ghc/imports/misc/Native.hi lib/ghc/imports/misc/PackedString.hi lib/ghc/imports/misc/Pretty.hi lib/ghc/imports/misc/Printf.hi lib/ghc/imports/misc/Regex.hi lib/ghc/imports/misc/RegexString.hi lib/ghc/imports/misc/Set.hi lib/ghc/imports/misc/Socket.hi lib/ghc/imports/misc/SocketPrim.hi lib/ghc/imports/misc/Util.hi lib/ghc/imports/posix/Posix.hi lib/ghc/imports/posix/PosixDB.hi lib/ghc/imports/posix/PosixErr.hi lib/ghc/imports/posix/PosixFiles.hi lib/ghc/imports/posix/PosixIO.hi lib/ghc/imports/posix/PosixProcEnv.hi lib/ghc/imports/posix/PosixProcPrim.hi lib/ghc/imports/posix/PosixTTY.hi lib/ghc/imports/posix/PosixUtil.hi lib/ghc/imports/std/Array.hi lib/ghc/imports/std/CPUTime.hi lib/ghc/imports/std/Char.hi lib/ghc/imports/std/Complex.hi lib/ghc/imports/std/Directory.hi lib/ghc/imports/std/IO.hi lib/ghc/imports/std/Ix.hi lib/ghc/imports/std/List.hi lib/ghc/imports/std/Locale.hi lib/ghc/imports/std/Maybe.hi lib/ghc/imports/std/Monad.hi lib/ghc/imports/std/Numeric.hi lib/ghc/imports/std/PrelAddr.hi lib/ghc/imports/std/PrelArr.hi lib/ghc/imports/std/PrelArrExtra.hi lib/ghc/imports/std/PrelBase.hi lib/ghc/imports/std/PrelCCall.hi lib/ghc/imports/std/PrelConc.hi lib/ghc/imports/std/PrelDynamic.hi lib/ghc/imports/std/PrelEnum.hi lib/ghc/imports/std/PrelErr.hi lib/ghc/imports/std/PrelException.hi lib/ghc/imports/std/PrelForeign.hi lib/ghc/imports/std/PrelGHC.hi lib/ghc/imports/std/PrelHandle.hi lib/ghc/imports/std/PrelIOBase.hi lib/ghc/imports/std/PrelList.hi lib/ghc/imports/std/PrelMain.hi lib/ghc/imports/std/PrelMaybe.hi lib/ghc/imports/std/PrelNum.hi lib/ghc/imports/std/PrelNumExtra.hi lib/ghc/imports/std/PrelPack.hi lib/ghc/imports/std/PrelRead.hi lib/ghc/imports/std/PrelST.hi lib/ghc/imports/std/PrelShow.hi lib/ghc/imports/std/PrelStable.hi lib/ghc/imports/std/PrelTup.hi lib/ghc/imports/std/PrelWeak.hi lib/ghc/imports/std/Prelude.hi lib/ghc/imports/std/Random.hi lib/ghc/imports/std/Ratio.hi lib/ghc/imports/std/System.hi lib/ghc/imports/std/Time.hi @dirrm lib/ghc/imports/std @dirrm lib/ghc/imports/exts @dirrm lib/ghc/imports/misc @dirrm lib/ghc/imports/posix @dirrm lib/ghc/imports/concurrent @dirrm lib/ghc/imports @dirrm lib/ghc/includes @dirrm lib/ghc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 23 3:39:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail5.microsoft.com (mail5.microsoft.com [131.107.3.121]) by hub.freebsd.org (Postfix) with SMTP id 22DD414E00 for ; Thu, 23 Sep 1999 03:39:07 -0700 (PDT) (envelope-from simonmar@microsoft.com) Received: from 157.54.9.108 by mail5.microsoft.com (InterScan E-Mail VirusWall NT); Thu, 23 Sep 1999 03:20:38 -0700 (Pacific Daylight Time) Received: by INET-IMC-05 with Internet Mail Service (5.5.2524.0) id ; Thu, 23 Sep 1999 03:20:38 -0700 Message-ID: <8B57882C41A0D1118F7100805F9F68B51232C14A@RED-MSG-45> From: Simon Marlow To: "'freebsd-gnats-submit@freebsd.org'" , "'freebsd-ports@freebsd.org'" Subject: Re: ports/13786: New port for GHC-4.04 Date: Thu, 23 Sep 1999 03:20:36 -0700 X-Mailer: Internet Mail Service (5.5.2524.0) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This port has a bogus PLIST. The fixed one is attached below. Also, this submission replaces ports/12735. Cheers, Simon -8<---------------------------------------- bin/hp2ps bin/hstags bin/stat2resid bin/ghc bin/ghc-4.04 lib/ghc/hscpp lib/ghc/hstags-help lib/ghc/mkdependHS lib/ghc/parse-gcstats.prl lib/ghc/process-gcstats.prl lib/ghc/unlit lib/ghc/ghc-asm.prl lib/ghc/ghc-iface.prl lib/ghc/ghc-consist.prl lib/ghc/ghc-split.prl lib/ghc/hsc lib/ghc/libHSrts.a lib/ghc/libHS.a lib/ghc/libHS_cbits.a lib/ghc/libHSexts.a lib/ghc/libHSmisc.a lib/ghc/libHSmisc_cbits.a lib/ghc/libHSposix.a lib/ghc/libHSposix_cbits.a lib/ghc/libHSconcurrent.a lib/ghc/includes/Assembler.h lib/ghc/includes/Block.h lib/ghc/includes/CCall.h lib/ghc/includes/ClosureMacros.h lib/ghc/includes/ClosureTypes.h lib/ghc/includes/Closures.h lib/ghc/includes/Constants.h lib/ghc/includes/Hooks.h lib/ghc/includes/InfoMacros.h lib/ghc/includes/InfoTables.h lib/ghc/includes/MachDeps.h lib/ghc/includes/MachRegs.h lib/ghc/includes/NativeDefs.h lib/ghc/includes/Prelude.h lib/ghc/includes/PrimOps.h lib/ghc/includes/Profiling.h lib/ghc/includes/Regs.h lib/ghc/includes/Rts.h lib/ghc/includes/RtsAPI.h lib/ghc/includes/SchedAPI.h lib/ghc/includes/Stable.h lib/ghc/includes/Stg.h lib/ghc/includes/StgDLL.h lib/ghc/includes/StgMacros.h lib/ghc/includes/StgMiscClosures.h lib/ghc/includes/StgProf.h lib/ghc/includes/StgStorage.h lib/ghc/includes/StgTicky.h lib/ghc/includes/StgTypes.h lib/ghc/includes/TSO.h lib/ghc/includes/TailCalls.h lib/ghc/includes/Updates.h lib/ghc/includes/config.h lib/ghc/includes/gmp.h lib/ghc/includes/ieee-flpt.h lib/ghc/includes/options.h lib/ghc/includes/sainteger.h lib/ghc/imports/concurrent/Channel.hi lib/ghc/imports/concurrent/ChannelVar.hi lib/ghc/imports/concurrent/Concurrent.hi lib/ghc/imports/concurrent/Merge.hi lib/ghc/imports/concurrent/Parallel.hi lib/ghc/imports/concurrent/SampleVar.hi lib/ghc/imports/concurrent/Semaphore.hi lib/ghc/imports/exts/Addr.hi lib/ghc/imports/exts/Bits.hi lib/ghc/imports/exts/ByteArray.hi lib/ghc/imports/exts/CCall.hi lib/ghc/imports/exts/Dynamic.hi lib/ghc/imports/exts/Exception.hi lib/ghc/imports/exts/Foreign.hi lib/ghc/imports/exts/GetOpt.hi lib/ghc/imports/exts/GlaExts.hi lib/ghc/imports/exts/IOExts.hi lib/ghc/imports/exts/Int.hi lib/ghc/imports/exts/LazyST.hi lib/ghc/imports/exts/MutableArray.hi lib/ghc/imports/exts/NativeInfo.hi lib/ghc/imports/exts/NumExts.hi lib/ghc/imports/exts/ST.hi lib/ghc/imports/exts/Stable.hi lib/ghc/imports/exts/Weak.hi lib/ghc/imports/exts/Word.hi lib/ghc/imports/misc/Readline.hi lib/ghc/imports/misc/BSD.hi lib/ghc/imports/misc/Bag.hi lib/ghc/imports/misc/BitSet.hi lib/ghc/imports/misc/ByteOps.hi lib/ghc/imports/misc/CString.hi lib/ghc/imports/misc/CharSeq.hi lib/ghc/imports/misc/FiniteMap.hi lib/ghc/imports/misc/ListSetOps.hi lib/ghc/imports/misc/MD5.hi lib/ghc/imports/misc/MatchPS.hi lib/ghc/imports/misc/Maybes.hi lib/ghc/imports/misc/Memo.hi lib/ghc/imports/misc/Native.hi lib/ghc/imports/misc/PackedString.hi lib/ghc/imports/misc/Pretty.hi lib/ghc/imports/misc/Printf.hi lib/ghc/imports/misc/Regex.hi lib/ghc/imports/misc/RegexString.hi lib/ghc/imports/misc/Set.hi lib/ghc/imports/misc/Socket.hi lib/ghc/imports/misc/SocketPrim.hi lib/ghc/imports/misc/Util.hi lib/ghc/imports/posix/Posix.hi lib/ghc/imports/posix/PosixDB.hi lib/ghc/imports/posix/PosixErr.hi lib/ghc/imports/posix/PosixFiles.hi lib/ghc/imports/posix/PosixIO.hi lib/ghc/imports/posix/PosixProcEnv.hi lib/ghc/imports/posix/PosixProcPrim.hi lib/ghc/imports/posix/PosixTTY.hi lib/ghc/imports/posix/PosixUtil.hi lib/ghc/imports/std/Array.hi lib/ghc/imports/std/CPUTime.hi lib/ghc/imports/std/Char.hi lib/ghc/imports/std/Complex.hi lib/ghc/imports/std/Directory.hi lib/ghc/imports/std/IO.hi lib/ghc/imports/std/Ix.hi lib/ghc/imports/std/List.hi lib/ghc/imports/std/Locale.hi lib/ghc/imports/std/Maybe.hi lib/ghc/imports/std/Monad.hi lib/ghc/imports/std/Numeric.hi lib/ghc/imports/std/PrelAddr.hi lib/ghc/imports/std/PrelArr.hi lib/ghc/imports/std/PrelArrExtra.hi lib/ghc/imports/std/PrelBase.hi lib/ghc/imports/std/PrelCCall.hi lib/ghc/imports/std/PrelConc.hi lib/ghc/imports/std/PrelDynamic.hi lib/ghc/imports/std/PrelEnum.hi lib/ghc/imports/std/PrelErr.hi lib/ghc/imports/std/PrelException.hi lib/ghc/imports/std/PrelForeign.hi lib/ghc/imports/std/PrelGHC.hi lib/ghc/imports/std/PrelHandle.hi lib/ghc/imports/std/PrelIOBase.hi lib/ghc/imports/std/PrelList.hi lib/ghc/imports/std/PrelMain.hi lib/ghc/imports/std/PrelMaybe.hi lib/ghc/imports/std/PrelNum.hi lib/ghc/imports/std/PrelNumExtra.hi lib/ghc/imports/std/PrelPack.hi lib/ghc/imports/std/PrelRead.hi lib/ghc/imports/std/PrelST.hi lib/ghc/imports/std/PrelShow.hi lib/ghc/imports/std/PrelStable.hi lib/ghc/imports/std/PrelTup.hi lib/ghc/imports/std/PrelWeak.hi lib/ghc/imports/std/Prelude.hi lib/ghc/imports/std/Random.hi lib/ghc/imports/std/Ratio.hi lib/ghc/imports/std/System.hi lib/ghc/imports/std/Time.hi @dirrm lib/ghc/imports/std @dirrm lib/ghc/imports/exts @dirrm lib/ghc/imports/misc @dirrm lib/ghc/imports/posix @dirrm lib/ghc/imports/concurrent @dirrm lib/ghc/imports @dirrm lib/ghc/includes @dirrm lib/ghc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 23 10: 8:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from typhoon.mail.pipex.net (typhoon.mail.pipex.net [158.43.128.27]) by hub.freebsd.org (Postfix) with SMTP id F22C015F3C for ; Thu, 23 Sep 1999 10:08:15 -0700 (PDT) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 25336 invoked from network); 23 Sep 1999 17:07:41 -0000 Received: from useraa97.uk.uudial.com (HELO marder-1.) (62.188.130.97) by smtp.dial.pipex.com with SMTP; 23 Sep 1999 17:07:41 -0000 Received: (from mark@localhost) by marder-1. (8.9.2/8.8.8) id BAA06196 for ports@freebsd.org; Thu, 23 Sep 1999 01:29:12 +0100 (BST) (envelope-from mark) Date: Thu, 23 Sep 1999 01:29:11 +0100 From: Mark Ovens To: ports@freebsd.org Subject: Errors making latest port of mutt(1) Message-ID: <19990923012911.C6035@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i Organization: Total lack of Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've just installed the latest port of mutt (1.0pre2i (1999-08-31)) and got a couple of errors: # make all install [.......] ===> Building for mutt-1.0b2 make all-recursive Making all in doc make html sgmlfmt -f html manual Warning: the label `edit_headers' is multiply-defined. make manual.txt sgml2txt -c latin manual sgml2txt: not found *** Error code 1 Stop. *** Error code 1 (ignored) make manual.latin1 sgmlfmt -f latin1 manual.sgml Should sgml2txt be made a build dependency? Also, it did not install manual*.html in /usr/local/share/doc/mutt. -- STATE-OF-THE-ART: Any computer you can't afford. OBSOLETE: Any computer you own. ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 23 12:13:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from nike.ins.cwru.edu (nike.INS.CWRU.Edu [129.22.8.219]) by hub.freebsd.org (Postfix) with ESMTP id 1B3EF16005; Thu, 23 Sep 1999 12:12:29 -0700 (PDT) (envelope-from chet@nike.ins.cwru.edu) Received: (chet@localhost) by nike.ins.cwru.edu (8.9.3/CWRU-2.5-bsdi) id PAA85604; Thu, 23 Sep 1999 15:11:59 -0400 (EDT) (from chet) Date: Thu, 23 Sep 1999 12:44:51 -0400 From: Chet Ramey To: ache@freebsd.org Subject: Problem with freebsd-current ports/shells/bash2/Makefile Cc: ports@freebsd.org, chet@po.cwru.edu Reply-To: chet@po.CWRU.Edu Message-ID: <990923164451.AA85387.SM@nike.ins.cwru.edu> Read-Receipt-To: chet@po.CWRU.Edu Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi. The local CWRU site from which to fetch bash is no longer ftp://slc2.ins.cwru.edu/pub/dist/, but is rather ftp://ftp.cwru.edu/pub/bash/. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ( ``Discere est Dolere'' -- chet) Chet Ramey, Case Western Reserve University Internet: chet@po.CWRU.Edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 23 12:25:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0055E15912; Thu, 23 Sep 1999 12:25:27 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA56977; Thu, 23 Sep 1999 12:24:55 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 23 Sep 1999 12:24:55 -0700 (PDT) From: Message-Id: <199909231924.MAA56977@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/13908: Can't compile mutt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Can't compile mutt Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: cpiazza Responsible-Changed-When: Thu Sep 23 12:24:03 PDT 1999 Responsible-Changed-Why: Over to maintainer. I can't reproduce this problem, so I assume it's a missing dependancy or something.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 23 14:22:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BAC814EDE for ; Thu, 23 Sep 1999 14:22:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA66262; Thu, 23 Sep 1999 14:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pyros.dhis.org (p42-max1.dun.ihug.co.nz [209.76.100.42]) by hub.freebsd.org (Postfix) with ESMTP id A4C0D14D1B for ; Thu, 23 Sep 1999 14:10:18 -0700 (PDT) (envelope-from mmuir@pyros.dhis.org) Received: (from root@localhost) by pyros.dhis.org (8.9.3/8.9.3) id AAA03823; Fri, 24 Sep 1999 00:46:05 +1200 (NZST) (envelope-from mmuir) Message-Id: <199909231246.AAA03823@pyros.dhis.org> Date: Fri, 24 Sep 1999 00:46:05 +1200 (NZST) From: mmuir@mongol.dhis.org Reply-To: mmuir@mongol.dhis.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13922: Update port: sysutils/wmhm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13922 >Category: ports >Synopsis: Update port: sysutils/wmhm >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 Sep 23 14:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mike Muir >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: # 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: # # wmhm # wmhm/Makefile # wmhm/pkg # wmhm/pkg/COMMENT # wmhm/pkg/DESCR # wmhm/pkg/PLIST # wmhm/files # wmhm/files/md5 # echo c - wmhm mkdir -p wmhm > /dev/null 2>&1 echo x - wmhm/Makefile sed 's/^X//' >wmhm/Makefile << 'END-of-wmhm/Makefile' X# New ports collection makefile for: wmhm X# Version required: 1.1 X# Date created: 21 September 1999 X# Whom: Mike Muir X# X# $FreeBSD$ X# X XDISTNAME= wmhm-1.1 XCATEGORIES= sysutils windowmaker XMASTER_SITES= ftp://mongol.dhis.org/pub/wmhm/ \ X http://www.es.co.nz/~mmuir/ \ X ftp://ftp.neospeed.com/pub/ X XMAINTAINER= mmuir@es.co.nz X XWRKSRC= ${WRKDIR}/wmhm/wmhm X X.include END-of-wmhm/Makefile echo c - wmhm/pkg mkdir -p wmhm/pkg > /dev/null 2>&1 echo x - wmhm/pkg/COMMENT sed 's/^X//' >wmhm/pkg/COMMENT << 'END-of-wmhm/pkg/COMMENT' XWindowMaker dockable LM78/LM79 hardware monitor for FreeBSD END-of-wmhm/pkg/COMMENT echo x - wmhm/pkg/DESCR sed 's/^X//' >wmhm/pkg/DESCR << 'END-of-wmhm/pkg/DESCR' Xwmhm uses the SMBus Driver for PIIX4 provided by Takanori Watanabe to gather Xinformation from LM78/79 sensors to provide motherboard temperature, fan Xspeeds and a voltmeter in a nice looking WindowMaker dock app. X XWWW: http://www.mongol.dhis.org/wmhm/ X X- mikem Xmmuir@es.co.nz END-of-wmhm/pkg/DESCR echo x - wmhm/pkg/PLIST sed 's/^X//' >wmhm/pkg/PLIST << 'END-of-wmhm/pkg/PLIST' Xbin/wmhm END-of-wmhm/pkg/PLIST echo c - wmhm/files mkdir -p wmhm/files > /dev/null 2>&1 echo x - wmhm/files/md5 sed 's/^X//' >wmhm/files/md5 << 'END-of-wmhm/files/md5' XMD5 (wmhm-1.1.tar.gz) = a70af0620b218f0e492d9f03129be4cf END-of-wmhm/files/md5 exit >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 Thu Sep 23 14:22:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1021914F02 for ; Thu, 23 Sep 1999 14:22:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA66271; Thu, 23 Sep 1999 14:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pyros.dhis.org (p42-max1.dun.ihug.co.nz [209.76.100.42]) by hub.freebsd.org (Postfix) with ESMTP id 0227F14D1B for ; Thu, 23 Sep 1999 14:10:18 -0700 (PDT) (envelope-from mmuir@pyros.dhis.org) Received: (from root@localhost) by pyros.lan (8.9.3/8.9.3) id WAA12954; Tue, 21 Sep 1999 22:19:55 +1200 (NZST) (envelope-from mmuir) Message-Id: <199909211019.WAA12954@pyros.lan> Date: Tue, 21 Sep 1999 22:19:55 +1200 (NZST) From: mmuir@es.co.nz Reply-To: mmuir@es.co.nz To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13923: new port: wmhm-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13923 >Category: ports >Synopsis: new port: wmhm-1.0 >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 Sep 23 14:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mike Muir >Release: FreeBSD 4.0-CURRENT i386 >Organization: no >Environment: >Description: # 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: # # wmhm # wmhm/Makefile # wmhm/pkg # wmhm/pkg/COMMENT # wmhm/pkg/DESCR # wmhm/pkg/PLIST # wmhm/files # wmhm/files/md5 # echo c - wmhm mkdir -p wmhm > /dev/null 2>&1 echo x - wmhm/Makefile sed 's/^X//' >wmhm/Makefile << 'END-of-wmhm/Makefile' X# New ports collection makefile for: wmhm X# Version required: 1.0 X# Date created: 21 September 1999 X# Whom: Mike Muir X# X# $FreeBSD$ X# X XDISTNAME= wmhm-1.0 XCATEGORIES= sysutils windowmaker XMASTER_SITES= ftp://mongol.dhis.org/pub/wmhm/ \ X http://www.es.co.nz/~mmuir/ \ X ftp://ftp.neospeed.com/pub/ X XMAINTAINER= mmuir@es.co.nz X XWRKSRC= ${WRKDIR}/wmhm/wmhm X X.include END-of-wmhm/Makefile echo c - wmhm/pkg mkdir -p wmhm/pkg > /dev/null 2>&1 echo x - wmhm/pkg/COMMENT sed 's/^X//' >wmhm/pkg/COMMENT << 'END-of-wmhm/pkg/COMMENT' XWindowMaker dockable LM75/LM78 hardware monitor END-of-wmhm/pkg/COMMENT echo x - wmhm/pkg/DESCR sed 's/^X//' >wmhm/pkg/DESCR << 'END-of-wmhm/pkg/DESCR' Xwmhm uses the SMBus Driver for PIIX4 provided by Takanori Watanabe to gather Xinformation from LM75/78 sensors to provide motherboard temperature and fan Xspeeds in a nice looking WindowMaker dock app. X XWWW: http://www.mongol.dhis.org/wmhm/ X X- mikem Xmmuir@es.co.nz END-of-wmhm/pkg/DESCR echo x - wmhm/pkg/PLIST sed 's/^X//' >wmhm/pkg/PLIST << 'END-of-wmhm/pkg/PLIST' Xbin/wmhm END-of-wmhm/pkg/PLIST echo c - wmhm/files mkdir -p wmhm/files > /dev/null 2>&1 echo x - wmhm/files/md5 sed 's/^X//' >wmhm/files/md5 << 'END-of-wmhm/files/md5' XMD5 (wmhm-1.0.tar.gz) = 658227d5f1903e676fa52f744d80a1d0 END-of-wmhm/files/md5 exit >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 Thu Sep 23 15:21:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CC4B414D63 for ; Thu, 23 Sep 1999 15:21:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA70073; Thu, 23 Sep 1999 15:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id AED6614D73 for ; Thu, 23 Sep 1999 15:14:11 -0700 (PDT) (envelope-from Cy.Schubert@uumail.gov.bc.ca) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id PAA01905 for ; Thu, 23 Sep 1999 15:13:42 -0700 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda01901; Thu Sep 23 15:13:41 1999 Received: (from cschuber@localhost) by passer.osg.gov.bc.ca (8.9.3/8.9.1) id PAA17530; Thu, 23 Sep 1999 15:13:37 -0700 (PDT) Message-Id: <199909232213.PAA17530@passer.osg.gov.bc.ca> Date: Thu, 23 Sep 1999 15:13:37 -0700 (PDT) From: Cy Schubert Reply-To: cschuber@uumail.gov.bc.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13925: New Xcut Port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13925 >Category: ports >Synopsis: Brand new port for xcut-0.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: Thu Sep 23 15:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Cy Schubert >Release: FreeBSD 3.3-RELEASE i386 >Organization: ITSD Province of BC >Environment: FreeBSD passer 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Tue Sep 21 13:47:34 PDT 1999 root@passer:/opt/cvs-330/src/sys/compile/PASSER i386 >Description: xcut is a small but useful program which can take standard input and store it in the X cut buffer, and also work in reverse by writing the X cut buffer onto standard output. If you wish, I will volunteer to be mainainer of this port. >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: # # xcut # xcut/Makefile # xcut/files # xcut/patches # xcut/pkg # xcut/files/md5 # xcut/patches/patch-aa # xcut/pkg/COMMENT # xcut/pkg/DESCR # xcut/pkg/PLIST # echo c - xcut mkdir -p xcut > /dev/null 2>&1 echo x - xcut/Makefile sed 's/^X//' >xcut/Makefile << 'END-of-xcut/Makefile' X# New ports collection makefile for: xcut X# Version required: 0.2 X# Date created: 23 September 1999 X# Whom: Cy Schubert X# X# $Id: Makefile,v 1.1 1999/09/23 15:00:00 foobar Exp $ X# X XDISTNAME= xcut-0.2 XCATEGORIES= x11 XMASTER_SITES= http://acsys.anu.edu.au/~tpot/xcut/ XMASTER_SITE_SUBDIR= applications X XMAINTAINER= Cy.Schubert@uumail.gov.bc.ca X XUSE_IMAKE= YES XMAN1= xcut.1 X X.include END-of-xcut/Makefile echo c - xcut/files mkdir -p xcut/files > /dev/null 2>&1 echo c - xcut/patches mkdir -p xcut/patches > /dev/null 2>&1 echo c - xcut/pkg mkdir -p xcut/pkg > /dev/null 2>&1 echo x - xcut/files/md5 sed 's/^X//' >xcut/files/md5 << 'END-of-xcut/files/md5' XMD5 (xcut-0.2.tar.gz) = 557103a20f9a122a09a1c03096a6f665 END-of-xcut/files/md5 echo x - xcut/patches/patch-aa sed 's/^X//' >xcut/patches/patch-aa << 'END-of-xcut/patches/patch-aa' X--- Imakefile.orig Mon Sep 20 22:46:38 1999 X+++ Imakefile Thu Sep 23 14:59:31 1999 X@@ -11,8 +11,8 @@ X X XCOMM Set up for local environment X X-BINDIR=/usr/local/bin X-MANPATH=/usr/local/man X+BINDIR=${X11BASE}/bin X+MANPATH=${X11BASE}${MAN1PREFIX}/man X MANSUFFIX=1 X X XCOMM Build xcut and manpage END-of-xcut/patches/patch-aa echo x - xcut/pkg/COMMENT sed 's/^X//' >xcut/pkg/COMMENT << 'END-of-xcut/pkg/COMMENT' XManipulate X cut buffers from command line END-of-xcut/pkg/COMMENT echo x - xcut/pkg/DESCR sed 's/^X//' >xcut/pkg/DESCR << 'END-of-xcut/pkg/DESCR' Xxcut is a small but useful program which can take standard input and Xstore it in the X cut buffer, and also work in reverse by writing Xthe X cut buffer onto standard output. X X XWWW: http://acsys.anu.edu.au/~tpot/xcut/ END-of-xcut/pkg/DESCR echo x - xcut/pkg/PLIST sed 's/^X//' >xcut/pkg/PLIST << 'END-of-xcut/pkg/PLIST' Xbin/xcut END-of-xcut/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 Thu Sep 23 16: 0:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DA8D214DB1 for ; Thu, 23 Sep 1999 16:00:31 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA72731; Thu, 23 Sep 1999 16:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 23 Sep 1999 16:00:01 -0700 (PDT) Message-Id: <199909232300.QAA72731@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Mike Muir Subject: Re: ports/13923: new port: wmhm-1.0 Reply-To: Mike Muir Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/13923; it has been noted by GNATS. From: Mike Muir To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/13923: new port: wmhm-1.0 Date: Fri, 24 Sep 1999 10:54:16 +1200 sorry about doubling up on the new port: wmhm-1.0 theres an update for this port as well: ports/13922 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 23 16:50:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 76C38154DC for ; Thu, 23 Sep 1999 16:50:47 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA75755; Thu, 23 Sep 1999 16:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 1491A14C14 for ; Thu, 23 Sep 1999 16:49:32 -0700 (PDT) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.3/8.9.1) with ESMTP id QAA12742 for ; Thu, 23 Sep 1999 16:49:12 -0700 (PDT) (envelope-from jdp@polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.9.3/8.9.1) id QAA69600; Thu, 23 Sep 1999 16:49:11 -0700 (PDT) (envelope-from jdp@polstra.com) Message-Id: <199909232349.QAA69600@vashon.polstra.com> Date: Thu, 23 Sep 1999 16:49:11 -0700 (PDT) From: John Polstra Reply-To: jdp@polstra.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13926: Patch to allow subdirectories in DISTFILES Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13926 >Category: ports >Synopsis: Patch to allow subdirectories in DISTFILES >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 Sep 23 16:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: John Polstra >Release: FreeBSD 3.3-RC i386 >Organization: Polstra & Co., Seattle, WA >Environment: >Description: The attached patch allows filenames in DISTFILES to include subdirectory components. I need this feature for some new PM3 (Polymtl Modula-3) that I would like to commit. Here's what this patch does: * If filenames in DISTFILES contain one or more "/" characters, their directory structure is preserved on the local machine. This is done by creating the necessary directories and adding a "-o path" option to the fetch command. * If there are no "/" characters in the filenames, the "-o path" argument is omitted from the fetch command, and everything happens just the same as always. Thus, existing ports which override FETCH_CMD won't experience any surprises. >How-To-Repeat: Here is an example of the kind of situation where the patch is useful: MASTER_SITES= http://m3.polymtl.ca/m3htbin/download/m3/pkg/pm3-1.1.13/ DISTFILES= libs/set.tgz \ m3config.tgz \ graphics/gr-libs/ui DIST_SUBDIR= pm3-1.1.13 This doesn't work currently, because DISTFILES is assumed to contain only simple filenames (no "/" characters). The patch makes it work. >Fix: begin 644 bsd.port.mk.patch M26YD97@Z(&)S9"YP;W)T+FUK"CT]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T*4D-3 M(&9I;&4Z("]H;VUE+VYC=G,O<&]R=',O36LO8G-D+G!OT=215!](")>4TE:12`H M)"1[1$E2.BLD)$1)4B]])"1F:6QE*2(@)'M-1#5?1DE,17T@?"`D>T%72WT@ M)WMPU-%5$5.5GT@)'M&151#2%]% M3E9]("1[1D540TA?0TU$?2`D>T9%5$-(7T)%1D]215]!4D=3?2`D)'MS:71E M?20D>V9I;&5]("1[1D540TA?049415)?05)'4WT[('1H96X@7`HK"0D)"6-A MV9I;&5]("0D>W-I=&5])"1[9FEL M97TB.SL@7`HK"0D)"2HI"0EAW-I=&5])"1[9FEL97T[.R!<"BL) M"0D)97-A8SL@7`HK"0D)"6EF("1[4T5414Y6?2`D>T9%5$-(7T5.5GT@)'M& M151#2%]#341]("1[1D540TA?0D5&3U)%7T%21U-]("0D>V%R9W-]("1[1D54 M0TA?049415)?05)'4WT[('1H96X@7`H@"0D)"0EC;VYT:6YU92`R.R!<"B`) M"0D)9FD@7`H@"0D)9&]N93L@7`I`0"`M,30Y."PW("LQ-3`S+#$R($!`"B`) M"0D@("`@)'M%0TA/7TU31WT@(CX^($%T=&5M<'1I;F<@=&\@9F5T8V@@9G)O M;2`D)'MS:71E?2XB.R!<"B`)"0D)1$E2/21[1$E35%]354)$25)].R!<"B`) M"0D)0TM325I%/6`D>T=215!](")>4TE:12`H)"1[1$E2.BLD)$1)4B]])"1F M:6QE*2(@)'M-1#5?1DE,17T@?"`D>T%72WT@)WMPU-%5$5.5GT@)'M&151#2%]%3E9]("1[1D540TA?0TU$?2`D M>T9%5$-(7T)%1D]215]!4D=3?2`D)'MS:71E?20D>V9I;&5]("1[1D540TA? M049415)?05)'4WT[('1H96X@7`HK"0D)"6-AV9I;&5]("0D>W-I=&5])"1[9FEL97TB.SL@7`HK"0D)"2HI"0EA MW-I=&5])"1[9FEL97T[.R!<"BL)"0D)97-A8SL@7`HK"0D)"6EF M("1[4T5414Y6?2`D>T9%5$-(7T5.5GT@)'M&151#2%]#341]("1[1D540TA? M0D5&3U)%7T%21U-]("0D>V%R9W-]("1[1D540TA?049415)?05)'4WT[('1H M96X@7`H@"0D)"0EC;VYT:6YU92`R.R!<"B`)"0D)9FD@7`H@"0D)9&]N93L@ M7`I`0"`M,C`S,RPW("LR,#0S+#$Q($!`"B`)"0EF;W(@TU! M4U1%4E]3251%4WT[(&1O(%P*(`D)"0E$25(])'M$25-47U-50D1)4GT[(%P* M(`D)"0E#2U-)6D4]8"1[1U)%4'T@(EY325I%("@D)'M$25(Z*R0D1$E2+WTD M)&9I;&4I(B`D>TU$-5]&24Q%?2!\("1[05=+?2`G>W!R:6YT("0D-'TG8#L@ M7`HM"0D)"21[14-(3WT@+6X@)'M3151%3E9]("1[1D540TA?14Y6?2`D>T9% M5$-(7T--1'T@)'M&151#2%]"149/4D5?05)'4WT@)"1[V9I;&5](&EN(%P**PD)"0DJ+RHI"6%R9W,](BUO("0D>V9I;&5]("0D>W-I M=&5])"1[9FEL97TB.SL@7`HK"0D)"2HI"0EAW-I=&5])"1[9FEL M97T[.R!<"BL)"0D)97-A8SL@7`HK"0D)"21[14-(3WT@+6X@)'M3151%3E9] M("1[1D540TA?14Y6?2`D>T9%5$-(7T--1'T@)'M&151#2%]"149/4D5?05)' M4WT@)"1[87)GT5#2$]](")E8VAO("0D M>V9I;&5](&YO="!F971C:&5D(B`[(%P*0$`@+3(P-#8L-R`K,C`V,"PQ,2!` M0`H@"0D)9F]R('-I=&4@:6X@)'M0051#2%]3251%4WT[(&1O(%P*(`D)"0E$ M25(])'M$25-47U-50D1)4GT[(%P*(`D)"0E#2U-)6D4]8"1[1U)%4'T@(EY3 M25I%("@D)'M$25(Z*R0D1$E2+WTD)&9I;&4I(B`D>TU$-5]&24Q%?2!\("1[ M05=+?2`G>W!R:6YT("0D-'TG8#L@7`HM"0D)"21[14-(3WT@+6X@)'M3151% M3E9]("1[1D540TA?14Y6?2`D>T9%5$-(7T--1'T@)'M&151#2%]"149/4D5? M05)'4WT@)"1[V9I;&5](&EN(%P**PD)"0DJ+RHI"6%R M9W,](BUO("0D>V9I;&5]("0D>W-I=&5])"1[9FEL97TB.SL@7`HK"0D)"2HI M"0EAW-I=&5])"1[9FEL97T[.R!<"BL)"0D)97-A8SL@7`HK"0D) M"21[14-(3WT@+6X@)'M3151%3E9]("1[1D540TA?14Y6?2`D>T9%5$-(7T-- M1'T@)'M&151#2%]"149/4D5?05)'4WT@)"1[87)GT5#2$]](")E8VAO("0D>V9I;&5](&YO="!F971C:&5D(B`[(%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 Thu Sep 23 17:20:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 07A25150A1 for ; Thu, 23 Sep 1999 17:20:32 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA77774; Thu, 23 Sep 1999 17:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mailg.telia.com (mailg.telia.com [194.22.194.26]) by hub.freebsd.org (Postfix) with ESMTP id 065EB1505C; Thu, 23 Sep 1999 17:14:00 -0700 (PDT) (envelope-from girgen@partitur.se) Received: from d1o62.telia.com (root@d1o62.telia.com [195.198.198.241]) by mailg.telia.com (8.8.5/8.8.8) with ESMTP id CAA21998; Fri, 24 Sep 1999 02:13:47 +0200 (CEST) Received: from stordatan.telia.com (t2o62p16.telia.com [195.198.198.76]) by d1o62.telia.com (8.8.5/8.8.5) with ESMTP id CAA25530; Fri, 24 Sep 1999 02:13:46 +0200 (CEST) Received: (from girgen@localhost) by stordatan.telia.com (8.9.3/8.9.1) id AAA36454; Thu, 23 Sep 1999 00:37:53 +0200 (CEST) (envelope-from girgen@partitur.se) Message-Id: <199909222237.AAA36454@stordatan.telia.com> Date: Thu, 23 Sep 1999 00:37:53 +0200 (CEST) From: girgen@partitur.se Reply-To: girgen@partitur.se To: FreeBSD-gnats-submit@freebsd.org Cc: billf@freebsd.org X-Send-Pr-Version: 3.110 Subject: ports/13927: textproc/htdig updated Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13927 >Category: ports >Synopsis: textproc/htdig updated >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 Sep 23 17:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD-3.3-RELEASE >Organization: partitur >Environment: Tested w/ 3.3 and an old 2.2.8 >Description: htdig updated, mainly a bugfix release. There's one catch this port, or rather about the different apache ports: the icons directory is in different places depending on if you choose to install only apache, apache w/ mod_ssl apache w/frontpage etc... Htdig uses this dir. Shall there be a warning text about this? >How-To-Repeat: >Fix: diff -urN htdig/Makefile htdig.n/Makefile --- htdig/Makefile Tue Aug 31 04:09:20 1999 +++ htdig.n/Makefile Wed Sep 22 22:11:07 1999 @@ -6,7 +6,7 @@ # $FreeBSD: ports/textproc/htdig/Makefile,v 1.10 1999/08/31 02:09:20 peter Exp $ # -DISTNAME= htdig-3.1.2 +DISTNAME= htdig-3.1.3 CATEGORIES= textproc www MASTER_SITES= http://www.htdig.org/files/ \ ${MASTER_SITE_SUNSITE} \ @@ -25,6 +25,9 @@ --with-image-dir=${PREFIX}/www/icons \ --with-search-dir=${PREFIX}/www/data BUILD_TARGET= depends all + +CXXFLAGS?= ${CFLAGS} +CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS}" # XXX - Please see patches/patch-aa, as it modifies this # file too. This is wrong, and one day I'll make sed do diff -urN htdig/files/md5 htdig.n/files/md5 --- htdig/files/md5 Mon May 31 23:11:50 1999 +++ htdig.n/files/md5 Wed Sep 22 21:28:21 1999 @@ -1 +1 @@ -MD5 (htdig-3.1.2.tar.gz) = ddd0305d420e2d6025694d4e1448d5f7 +MD5 (htdig-3.1.3.tar.gz) = 02c8e8e04c01932111958d4cd7bdd674 diff -urN htdig/patches/patch-ab htdig.n/patches/patch-ab --- htdig/patches/patch-ab Sun Aug 1 21:22:32 1999 +++ htdig.n/patches/patch-ab Wed Sep 22 21:57:20 1999 @@ -1,63 +1,5 @@ -From girgen@elbas.partitur.se Fri Jul 2 10:46:50 1999 -Return-Path: -Received: from elbas.partitur.se (www.cebox.se [193.219.246.222]) - by hub.freebsd.org (Postfix) with ESMTP - id 7618914F0E; Fri, 2 Jul 1999 10:46:48 -0700 (PDT) - (envelope-from girgen@elbas.partitur.se) -Received: (from girgen@localhost) - by elbas.partitur.se (8.9.3/8.9.2) id TAA98285; - Fri, 2 Jul 1999 19:46:46 +0200 (CEST) - (envelope-from girgen) -Message-Id: <199907021746.TAA98285@elbas.partitur.se> -Date: Fri, 2 Jul 1999 19:46:46 +0200 (CEST) -From: girgen@partitur.se -Sender: girgen@elbas.partitur.se -Reply-To: girgen@partitur.se -To: FreeBSD-gnats-submit@freebsd.org -Cc: billf@freebsd.org -Subject: htdig's db shall compile with -pthreads -X-Send-Pr-Version: 3.2 - ->Number: 12488 ->Category: ports ->Synopsis: textproc/htdig compiles with -lc_r, should be -pthreads ->Confidential: no ->Severity: non-critical ->Priority: low ->Responsible: billf ->State: open ->Quarter: ->Keywords: ->Date-Required: ->Class: change-request ->Submitter-Id: current-users ->Arrival-Date: Fri Jul 2 10:50:00 PDT 1999 ->Closed-Date: ->Last-Modified: Fri Jul 2 11:03:28 PDT 1999 ->Originator: Palle Girgensohn ->Release: FreeBSD 3.2-STABLE i386 ->Organization: -Partitur ->Environment: -FreeBSD 3.2-STABLE i386 - ELF - - ->Description: -the version of Berkeley DB (from www.sleepycat.com, I think), that -comes with the htdig source, shall be compiled with -pthreads, at -least on ELF (didn't check aout). - - - ->How-To-Repeat: -cd /usr/ports/textproc/htdig && make - - ->Fix: -Put this this patch in the patches dir as patch-ab: - ---- ../../../htdig.orig/work/htdig-3.1.1/db/dist/configure.in Wed Feb 17 06:03:41 1999 -+++ db/dist/configure.in Wed Feb 24 14:59:30 1999 +--- db/dist/configure.in~ Wed Sep 22 18:18:15 1999 ++++ db/dist/configure.in Wed Sep 22 21:48:22 1999 @@ -405,7 +405,7 @@ dnl libraries for threaded applications case "$host_os" in @@ -67,8 +9,8 @@ irix*) CPPFLAGS="-D_SGI_MP_SOURCE $CPPFLAGS";; osf*) CPPFLAGS="-D_REENTRANT $CPPFLAGS";; solaris*) CPPFLAGS="-D_REENTRANT $CPPFLAGS" ---- ../../../htdig.orig/work/htdig-3.1.1/db/dist/configure Wed Feb 17 06:03:41 1999 -+++ db/dist/configure Wed Feb 24 14:41:19 1999 +--- db/dist/configure~ Wed Sep 22 18:18:15 1999 ++++ db/dist/configure Wed Sep 22 21:47:54 1999 @@ -3056,7 +3056,7 @@ >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 Sep 23 17:56: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DE7514D31; Thu, 23 Sep 1999 17:56:07 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA80395; Thu, 23 Sep 1999 17:55:04 -0700 (PDT) (envelope-from asami@FreeBSD.org) Date: Thu, 23 Sep 1999 17:55:04 -0700 (PDT) From: Message-Id: <199909240055.RAA80395@freefall.freebsd.org> To: asami@FreeBSD.org, freebsd-ports@FreeBSD.org, asami@FreeBSD.org Subject: Re: ports/13926: Patch to allow subdirectories in DISTFILES Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Patch to allow subdirectories in DISTFILES Responsible-Changed-From-To: freebsd-ports->asami Responsible-Changed-By: asami Responsible-Changed-When: Thu Sep 23 17:54:49 PDT 1999 Responsible-Changed-Why: Will test and commit. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 23 20:12:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DA3C614E08; Thu, 23 Sep 1999 20:12:39 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA89202; Thu, 23 Sep 1999 20:12:02 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 23 Sep 1999 20:12:02 -0700 (PDT) From: Message-Id: <199909240312.UAA89202@freefall.freebsd.org> To: hugo@hotvoice.com, cpiazza@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: i386/13385: Installing certain Kde packages(ksamba) produces a kdelibs.1.0 dependency error. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Installing certain Kde packages(ksamba) produces a kdelibs.1.0 dependency error. State-Changed-From-To: open->feedback State-Changed-By: cpiazza State-Changed-When: Thu Sep 23 20:11:03 PDT 1999 State-Changed-Why: Waiting for information from originator Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: cpiazza Responsible-Changed-When: Thu Sep 23 20:11:03 PDT 1999 Responsible-Changed-Why: Ports related problem, not i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 23 20:20:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C1B3814F35 for ; Thu, 23 Sep 1999 20:20:33 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA89801; Thu, 23 Sep 1999 20:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 23 Sep 1999 20:20:04 -0700 (PDT) Message-Id: <199909240320.UAA89801@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: Re: i386/13385: Installing certain Kde packages(ksamba) produces a kdelibs 1.0 dependency error. Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/13385; it has been noted by GNATS. From: Chris Piazza To: freebsd-gnats-submit@freebsd.org, hugo@hotvoice.com Cc: Subject: Re: i386/13385: Installing certain Kde packages(ksamba) produces a kdelibs 1.0 dependency error. Date: Thu, 23 Sep 1999 20:11:26 -0700 Hi, I'm unable to reproduce this problem. Also, kde 1.0 no longer exists in the ports/package tree and has been replaced with kde 1.1.1. If you have any more information, please post it. If not I'll just close this PR... -Chris -- :Chris Piazza : Abbotsford, BC: :cpiazza@home.net : cpiazza@FreeBSD.org: : : : To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 23 21:13:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BA7AF14DC1; Thu, 23 Sep 1999 21:13:11 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA93220; Thu, 23 Sep 1999 21:12:09 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Thu, 23 Sep 1999 21:12:09 -0700 (PDT) From: Message-Id: <199909240412.VAA93220@freefall.freebsd.org> To: darius@dons.net.au, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12341: New port tclreadline Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port tclreadline State-Changed-From-To: feedback->closed State-Changed-By: taoka State-Changed-When: Thu Sep 23 21:07:49 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 23 21:26:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CB15914D7B; Thu, 23 Sep 1999 21:26:14 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA94150; Thu, 23 Sep 1999 21:26:12 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 23 Sep 1999 21:26:12 -0700 (PDT) From: Message-Id: <199909240426.VAA94150@freefall.freebsd.org> To: doconnor@gsoft.com.au, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13871: New port of Tcl readline 1.0.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port of Tcl readline 1.0.0 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Thu Sep 23 21:24:51 PDT 1999 State-Changed-Why: taoka committed this (from another PR of yours), thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 23 21:31: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DE9B15D7E; Thu, 23 Sep 1999 21:30:15 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA94489; Thu, 23 Sep 1999 21:29:56 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 23 Sep 1999 21:29:56 -0700 (PDT) From: Message-Id: <199909240429.VAA94489@freefall.freebsd.org> To: sobomax@altavista.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13894: [PATCH] Very low Samba write speed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Very low Samba write speed State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Thu Sep 23 21:29:48 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 23 21:31: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9851715E3F; Thu, 23 Sep 1999 21:30:46 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA94587; Thu, 23 Sep 1999 21:30:22 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 23 Sep 1999 21:30:22 -0700 (PDT) From: Message-Id: <199909240430.VAA94587@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/13873: mutt-1.0b2 port broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mutt-1.0b2 port broken Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: cpiazza Responsible-Changed-When: Thu Sep 23 21:30:09 PDT 1999 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 23 21:33:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 178C315D85; Thu, 23 Sep 1999 21:33:32 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA94902; Thu, 23 Sep 1999 21:33:10 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 23 Sep 1999 21:33:10 -0700 (PDT) From: Message-Id: <199909240433.VAA94902@freefall.freebsd.org> To: brett@peloton.runet.edu, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13884: fix of MASTER_SITE for gimp-manual and qclock ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fix of MASTER_SITE for gimp-manual and qclock ports State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Thu Sep 23 21:33:01 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 23 21:36:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 751B214D7B; Thu, 23 Sep 1999 21:36:12 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA95042; Thu, 23 Sep 1999 21:34:57 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 23 Sep 1999 21:34:57 -0700 (PDT) From: Message-Id: <199909240434.VAA95042@freefall.freebsd.org> To: matt@mlink.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13836: licq port outdated: current version: 0.70, port version: 0.61 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: licq port outdated: current version: 0.70, port version: 0.61 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Thu Sep 23 21:33:43 PDT 1999 State-Changed-Why: I heard that someone was working on this and I'm sure that it'll be submitted in time. If you don't feel like waiting please try and update it and send the patch in with send-pr. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 23 21:47:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 469E115D43; Thu, 23 Sep 1999 21:47:14 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA96000; Thu, 23 Sep 1999 21:46:17 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 23 Sep 1999 21:46:17 -0700 (PDT) From: Message-Id: <199909240446.VAA96000@freefall.freebsd.org> To: tkato@prontomail.ne.jp, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13904: Update port: misc/pinfo to 0.5.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: misc/pinfo to 0.5.8 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Thu Sep 23 21:46:08 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 23 21:53:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 76B451501B; Thu, 23 Sep 1999 21:53:19 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA96566; Thu, 23 Sep 1999 21:52:14 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Thu, 23 Sep 1999 21:52:14 -0700 (PDT) From: Message-Id: <199909240452.VAA96566@freefall.freebsd.org> To: jake@checker.org, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12300: port update: lang/tya Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port update: lang/tya State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Thu Sep 23 21:50:35 PDT 1999 State-Changed-Why: Committed 18 days ago. I forgot to close. Thanks you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 23 21:59:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C186C14D9E; Thu, 23 Sep 1999 21:59:45 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA96998; Thu, 23 Sep 1999 21:59:06 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 23 Sep 1999 21:59:06 -0700 (PDT) From: Message-Id: <199909240459.VAA96998@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, cpiazza@FreeBSD.org Subject: Re: ports/13902: Update port: cad/chipmunk to 5.51 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: cad/chipmunk to 5.51 Responsible-Changed-From-To: freebsd-ports->cpiazza Responsible-Changed-By: cpiazza Responsible-Changed-When: Thu Sep 23 21:58:46 PDT 1999 Responsible-Changed-Why: I'm looking at this To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 23 22: 0:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CF86015C33; Thu, 23 Sep 1999 22:00:14 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA97229; Thu, 23 Sep 1999 22:00:14 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 23 Sep 1999 22:00:14 -0700 (PDT) From: Message-Id: <199909240500.WAA97229@freefall.freebsd.org> To: nox@jelal.kn-bremen.de, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13885: update sysutils/gcombust to 0.1.23 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update sysutils/gcombust to 0.1.23 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Thu Sep 23 22:00:07 PDT 1999 State-Changed-Why: committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 23 22: 9:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E97114C47; Thu, 23 Sep 1999 22:09:52 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA97725; Thu, 23 Sep 1999 22:08:52 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 23 Sep 1999 22:08:52 -0700 (PDT) From: Message-Id: <199909240508.WAA97725@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, cpiazza@FreeBSD.org Subject: Re: ports/11465: The port chipmunk will not run. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: The port chipmunk will not run. Responsible-Changed-From-To: freebsd-ports->cpiazza Responsible-Changed-By: cpiazza Responsible-Changed-When: Thu Sep 23 22:08:28 PDT 1999 Responsible-Changed-Why: Possibly fixed by PR 13902 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 23 22:18: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4965E14D3F; Thu, 23 Sep 1999 22:18:07 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA98491; Thu, 23 Sep 1999 22:18:06 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 23 Sep 1999 22:18:06 -0700 (PDT) From: Message-Id: <199909240518.WAA98491@freefall.freebsd.org> To: seth@freebie.dp.ny.frb.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13791: XAnim version mismatch? Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: XAnim version mismatch? State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Thu Sep 23 22:17:42 PDT 1999 State-Changed-Why: Just a bug in a printf() in xanim. Report this to the author of xanim if you'd like it fixed. BTW: please use a more realistic severity/priority next time, this was not a "serious" issue. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 23 22:21:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B06214D71; Thu, 23 Sep 1999 22:21:42 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA98871; Thu, 23 Sep 1999 22:21:06 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 23 Sep 1999 22:21:06 -0700 (PDT) From: Message-Id: <199909240521.WAA98871@freefall.freebsd.org> To: mmuir@es.co.nz, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13923: new port: wmhm-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: wmhm-1.0 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Thu Sep 23 22:20:19 PDT 1999 State-Changed-Why: Duplicate of PR 13877 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 23 22:22: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A77DE14D8A; Thu, 23 Sep 1999 22:22:04 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA98944; Thu, 23 Sep 1999 22:21:23 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 23 Sep 1999 22:21:23 -0700 (PDT) From: Message-Id: <199909240521.WAA98944@freefall.freebsd.org> To: mmuir@es.co.nz, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13877: new port: wmhm-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: wmhm-1.0 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Thu Sep 23 22:21:09 PDT 1999 State-Changed-Why: Superseded by PR 13922 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 23 22:35:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 22A8915E9F; Thu, 23 Sep 1999 22:35:45 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA00368; Thu, 23 Sep 1999 22:35:09 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 23 Sep 1999 22:35:09 -0700 (PDT) From: Message-Id: <199909240535.WAA00368@freefall.freebsd.org> To: mmuir@mongol.dhis.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13922: Update port: sysutils/wmhm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: sysutils/wmhm State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Thu Sep 23 22:34:31 PDT 1999 State-Changed-Why: New port committed, thanks! For future reference, upgrades should be in patch form. See the handbook for details. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 23 22:52:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dns02.arpa-canada.net (dns02.arpa-canada.net [209.104.118.66]) by hub.freebsd.org (Postfix) with SMTP id 59402150A6 for ; Thu, 23 Sep 1999 22:52:51 -0700 (PDT) (envelope-from matt@MLINK.NET) Received: (qmail 37737 invoked by uid 1000); 24 Sep 1999 05:51:28 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 24 Sep 1999 05:51:28 -0000 Date: Fri, 24 Sep 1999 01:51:28 -0400 (EDT) From: matt X-Sender: matt@dns02.arpa-canada.net To: cpiazza@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/13836: licq port outdated: current version: 0.70, port version: 0.61 In-Reply-To: <199909240434.VAA95042@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've worked on this a little bit, but I've been busy lately -- If I get a chance to get it working before it's released, i'll send-pr the diffs. Thanks, Matt On Thu, 23 Sep 1999 cpiazza@FreeBSD.org wrote: : Synopsis: licq port outdated: current version: 0.70, port version: 0.61 : : State-Changed-From-To: open->closed : State-Changed-By: cpiazza : State-Changed-When: Thu Sep 23 21:33:43 PDT 1999 : State-Changed-Why: : I heard that someone was working on this and I'm sure that it'll : be submitted in time. If you don't feel like waiting please : try and update it and send the patch in with send-pr. : : -- // Matt Heckaman: matt@mlink.net -OR- admin@arpa-canada.net // // System Administrator/Owner: http://www.arpa-canada.net // To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 24 0:21:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 418D915159 for ; Fri, 24 Sep 1999 00:21:41 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA09671; Fri, 24 Sep 1999 00:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from nadja.cis.ibaraki.ac.jp (nadja.cis.ibaraki.ac.jp [157.80.87.69]) by hub.freebsd.org (Postfix) with ESMTP id A265C14F9C for ; Fri, 24 Sep 1999 00:19:42 -0700 (PDT) (envelope-from th@nadja.cis.ibaraki.ac.jp) Received: (from th@localhost) by nadja.cis.ibaraki.ac.jp (8.9.3/8.9.3) id QAA20499; Fri, 24 Sep 1999 16:18:35 +0900 (JST) (envelope-from th) Message-Id: <199909240718.QAA20499@nadja.cis.ibaraki.ac.jp> Date: Fri, 24 Sep 1999 16:18:35 +0900 (JST) From: th@cis.ibaraki.ac.jp Reply-To: th@cis.ibaraki.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13930: New port : sl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13930 >Category: ports >Synopsis: New port : sl >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 Sep 24 00:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: HIYAMA Takeshi >Release: FreeBSD 3.3-RELEASE i386 >Organization: Ibaraki University >Environment: >Description: New port : sl "sl" is a kind of joke program. When you type "sl"(often typed bu mistake when you try to type ls), steam locomotive will run over the screen. I don't know if the category games is suitable. >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: # # sl # sl/Makefile # sl/pkg # sl/pkg/COMMENT # sl/pkg/DESCR # sl/pkg/PLIST # sl/files # sl/files/md5 # echo c - sl mkdir -p sl > /dev/null 2>&1 echo x - sl/Makefile sed 's/^X//' >sl/Makefile << 'END-of-sl/Makefile' X# New ports collection makefile for: sl X# Version required: 3.03 X# Date created: 17 Sep 1999 X# Whom: HIYAMA Takeshi X# X# $Id:$ X# X XDISTNAME= sl XPKGNAME= sl-3.03 XCATEGORIES= games XMASTER_SITES= http://www.is.titech.ac.jp/~toyoda/sl/ XEXTRACT_SUFX= .tar X XMAINTAINER= th@cis.ibaraki.ac.jp X XBUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf X XALL_TARGET= sl XMAN1= sl.1 XMANLANG= ja X Xdo-install: X @mkdir -p -m 755 ${PREFIX}/bin X @install -c -s ${WRKSRC}/sl ${PREFIX}/bin X @mv ${WRKSRC}/sl.1 ${WRKSRC}/sl.man X @nkf -e ${WRKSRC}/sl.man > ${WRKSRC}/sl.1 X @install -c -m 444 ${WRKSRC}/sl.1 ${PREFIX}/man/ja/man1 X @install -d ${PREFIX}/share/doc/sl X @install -c -m 444 ${WRKSRC}/README ${PREFIX}/share/doc/sl X @install -c -m 444 ${WRKSRC}/sl.txt ${PREFIX}/share/doc/sl X X.include END-of-sl/Makefile echo c - sl/pkg mkdir -p sl/pkg > /dev/null 2>&1 echo x - sl/pkg/COMMENT sed 's/^X//' >sl/pkg/COMMENT << 'END-of-sl/pkg/COMMENT' XHelp you shake off wrong key type. 'ls' is correct, not 'sl'. END-of-sl/pkg/COMMENT echo x - sl/pkg/DESCR sed 's/^X//' >sl/pkg/DESCR << 'END-of-sl/pkg/DESCR' XThis is deluxe edition of joke software "sl" previously contributed. XIt's borrowed idea but program is my original. XThere are options a,l,F. XTo verify the function,just run the program. X X XThis program was written by TOYODA Masashi X XWWW: http://www.is.titech.ac.jp/~toyoda/ END-of-sl/pkg/DESCR echo x - sl/pkg/PLIST sed 's/^X//' >sl/pkg/PLIST << 'END-of-sl/pkg/PLIST' Xbin/sl Xshare/doc/sl/README Xshare/doc/sl/sl.txt X@dirrm share/doc/sl END-of-sl/pkg/PLIST echo c - sl/files mkdir -p sl/files > /dev/null 2>&1 echo x - sl/files/md5 sed 's/^X//' >sl/files/md5 << 'END-of-sl/files/md5' XMD5 (sl.tar) = cc06b159f78f86bfd2d4e0e16330fbae END-of-sl/files/md5 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 Sep 24 6:12:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from kid.datasail.it (kid.datasail.it [194.177.99.12]) by hub.freebsd.org (Postfix) with ESMTP id 7C4281528F; Fri, 24 Sep 1999 06:11:46 -0700 (PDT) (envelope-from bago@datasail.it) Received: from LUST (lust.datasail.it [194.177.99.15]) by kid.datasail.it (8.9.3/8.9.3) with SMTP id PAA01592; Fri, 24 Sep 1999 15:10:58 +0200 (CEST) Message-ID: <016201bf068e$0f1db0f0$0f63b1c2@LUST> From: "Stefano Bagnara" To: "Dirk Froemberg" Cc: Subject: FreeBSD Port: apache+php-1.3.9+3.0.12 Date: Fri, 24 Sep 1999 15:09:38 +0200 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.00.2918.2701 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2918.2701 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi dirk.... i've found that php3 and php4 can now be safely compiled as concurrent apache DSO modules via --enable-versioning. In this way it's easy to upgrade php without reinstalling apache and other... what do you think about 3 different ports for apache+mysql, php3 and php4? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 24 9: 5: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0268915589; Fri, 24 Sep 1999 09:03:15 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA12900; Fri, 24 Sep 1999 09:02:56 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 24 Sep 1999 09:02:56 -0700 (PDT) From: Message-Id: <199909241602.JAA12900@freefall.freebsd.org> To: aa8vb@ipass.net, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13296: [NEW PORT] Togl - An OpenGL Widget for Tk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [NEW PORT] Togl - An OpenGL Widget for Tk State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Fri Sep 24 08:56:37 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 24 9:15:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 998AF152C3; Fri, 24 Sep 1999 09:14:58 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA13966; Fri, 24 Sep 1999 09:14:25 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 24 Sep 1999 09:14:25 -0700 (PDT) From: Message-Id: <199909241614.JAA13966@freefall.freebsd.org> To: ijliao@Terry.Dorm10.NCTU.edu.tw, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12447: new port : x11-toolkit/pike-Gtk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port : x11-toolkit/pike-Gtk State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Fri Sep 24 09:14:06 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 24 10:41:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6518214D2F; Fri, 24 Sep 1999 10:41:00 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA27390; Fri, 24 Sep 1999 10:39:59 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 24 Sep 1999 10:39:59 -0700 (PDT) From: Message-Id: <199909241739.KAA27390@freefall.freebsd.org> To: th@cis.ibaraki.ac.jp, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13930: New port : sl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port : sl State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Fri Sep 24 10:38:01 PDT 1999 State-Changed-Why: Committed after I modified your pkg/{COMMENT,DESCR}. Could you check these? Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 24 10:57: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BCBB714CD5; Fri, 24 Sep 1999 10:57:05 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA30501; Fri, 24 Sep 1999 10:56:26 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 24 Sep 1999 10:56:26 -0700 (PDT) From: Message-Id: <199909241756.KAA30501@freefall.freebsd.org> To: tkato@prontomail.ne.jp, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13829: Update port: www/roxen Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: www/roxen State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Fri Sep 24 10:55:56 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 24 16: 0:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A79E814FD0 for ; Fri, 24 Sep 1999 16:00:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA72208; Fri, 24 Sep 1999 16:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from saturn.psn.net (saturn.psn.net [207.211.58.15]) by hub.freebsd.org (Postfix) with ESMTP id 576C914FD0 for ; Fri, 24 Sep 1999 15:59:44 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (5042-243.008.popsite.net [209.224.140.243]) by saturn.psn.net (8.9.3/8.9.3) with ESMTP id QAA09458 for ; Fri, 24 Sep 1999 16:06:34 -0700 (MST) Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id SAA28347; Fri, 24 Sep 1999 18:58:25 -0400 (EDT) (envelope-from will) Message-Id: <199909242258.SAA28347@shadow.blackdawn.com> Date: Fri, 24 Sep 1999 18:58:25 -0400 (EDT) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13937: update port irc/blackened to v1.7.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13937 >Category: ports >Synopsis: update port irc/blackened to v1.7.1 >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 Sep 24 16:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.3-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.3-STABLE FreeBSD 3.3-STABLE #0: Mon Sep 20 02:19:49 EDT 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: Well, tack up another update I completely missed. Blackened was updated to v1.7.1 on August 25, nearly a month ago! Anyway.. only minor changes to the actual program. The port on the other hand.. patches/patch-ab was removed as it was applied to the source. Additionally, I removed my distribution site.. doesn't seem like there is much of a need for it anyhow. >How-To-Repeat: Use the diff below to update the blackened port. >Fix: diff -urN blackened/Makefile blackened-1.7.1/Makefile --- blackened/Makefile Thu Aug 26 00:23:29 1999 +++ blackened-1.7.1/Makefile Fri Sep 24 18:41:52 1999 @@ -1,5 +1,5 @@ # New ports collection makefile for: Blackened IRC client -# Version required: 1.7.0 +# Version required: 1.7.1 # Date created: 11 Jun 1999 # Whom: Will Andrews # @@ -8,14 +8,13 @@ DISTNAME= blackened-${VERSION} CATEGORIES= irc -MASTER_SITES= ftp://ftp.blackened.com/pub/irc/blackened/ \ - http://www.psn.net/~andrews/blackened/ +MASTER_SITES= ftp://ftp.blackened.com/pub/irc/blackened/ MAINTAINER= andrews@technologist.com GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PKGNAME} -VERSION= 1.7.0 +VERSION= 1.7.1 PLIST_SUB= VERSION=${VERSION} MAKE_ENV= prefix=${PREFIX} diff -urN blackened/files/md5 blackened-1.7.1/files/md5 --- blackened/files/md5 Sun Aug 8 17:42:23 1999 +++ blackened-1.7.1/files/md5 Fri Sep 24 18:47:47 1999 @@ -1 +1 @@ -MD5 (blackened-1.7.0.tar.gz) = ebfb2234d334dfccc9ea9c7ca28ae11f +MD5 (blackened-1.7.1.tar.gz) = 049b1e538eb3bcc78c0a9083dfd014c4 diff -urN blackened/patches/patch-ab blackened-1.7.1/patches/patch-ab --- blackened/patches/patch-ab Fri Aug 6 15:54:16 1999 +++ blackened-1.7.1/patches/patch-ab Wed Dec 31 19:00:00 1969 @@ -1,11 +0,0 @@ ---- source/comstud.c Mon Jul 26 02:54:32 1999 -+++ source/comstud.c.new Thu Jul 29 03:05:41 1999 -@@ -2368,7 +2368,7 @@ - nicks = nicks->next; - } - sprintf(tmp, "%u %s", temptime, to); -- add_to_whois_queue(spec, userhost_siteban, "%s", to); -+ add_to_whois_queue(spec, userhost_siteban, "%s", tmp); - } - - void users(command, args) >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 Sep 24 16:31:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DC32C14C31 for ; Fri, 24 Sep 1999 16:31:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA73729; Fri, 24 Sep 1999 16:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id AB79F14D4A for ; Fri, 24 Sep 1999 16:27:23 -0700 (PDT) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id CF64BF80F; Fri, 24 Sep 1999 19:26:58 -0400 (EDT) Message-Id: <19990924232658.CF64BF80F@pawn.primelocation.net> Date: Fri, 24 Sep 1999 19:26:58 -0400 (EDT) From: jedgar@fxp.org Reply-To: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13938: New port: lmmon-0.50 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13938 >Category: ports >Synopsis: New port: lmmon-0.50 >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 Sep 24 16:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 4.0-CURRENT i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: FreeBSD 4.0-CURRENT i386 >Description: New port: lmmon-0.50, a console application to display information gathered from LM78/79 devices onboard many newer motherboards. This information includes MB temp, various voltages, and fan speeds. This is only usable under FreeBSD 4.0-CURRENT due to the use of the intpm(4) controller. >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: # # lmmon # lmmon/Makefile # lmmon/files # lmmon/files/md5 # lmmon/pkg # lmmon/pkg/COMMENT # lmmon/pkg/DESCR # lmmon/pkg/PLIST # echo c - lmmon mkdir -p lmmon > /dev/null 2>&1 echo x - lmmon/Makefile sed 's/^X//' >lmmon/Makefile << 'END-of-lmmon/Makefile' X# New ports collection makefile for: lmmon X# Version required: 0.50 X# Date created: 24 September 1999 X# Whom: Chris D. Faulhaber X# X# $FreeBSD$ X# X XDISTNAME= lmmon-0.50 XCATEGORIES= sysutils XMASTER_SITES= http://www.fxp.org/~jedgar/ X XMAINTAINER= jedgar@fxp.org X XMAN8= lmmon.8 XMANCOMPRESSED= yes X X.include X X.if ${OSVERSION} < 400000 Xpre-fetch: X @${ECHO} X @${ECHO} "This port uses the intpm controller which" X @${ECHO} "is only available in FreeBSD 4.0-CURRENT." X @${ECHO} X.endif X X.include END-of-lmmon/Makefile echo c - lmmon/files mkdir -p lmmon/files > /dev/null 2>&1 echo x - lmmon/files/md5 sed 's/^X//' >lmmon/files/md5 << 'END-of-lmmon/files/md5' XMD5 (lmmon-0.50.tar.gz) = c24ba0c655c86acd8b704bb075751405 END-of-lmmon/files/md5 echo c - lmmon/pkg mkdir -p lmmon/pkg > /dev/null 2>&1 echo x - lmmon/pkg/COMMENT sed 's/^X//' >lmmon/pkg/COMMENT << 'END-of-lmmon/pkg/COMMENT' XDisplay information gathered from LM78/79 chipsets. END-of-lmmon/pkg/COMMENT echo x - lmmon/pkg/DESCR sed 's/^X//' >lmmon/pkg/DESCR << 'END-of-lmmon/pkg/DESCR' Xlmmon v0.50 X XThis program displays information gathered from LM78/79 chipsets Xonboard many motherboard. Displayed values include fan speeds, Xmotherboard temperature, and various voltages. Currently, this Xis only supported in FreeBSD 4.0. X END-of-lmmon/pkg/DESCR echo x - lmmon/pkg/PLIST sed 's/^X//' >lmmon/pkg/PLIST << 'END-of-lmmon/pkg/PLIST' Xbin/lmmon END-of-lmmon/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 Sep 24 16:31:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 39B701525B for ; Fri, 24 Sep 1999 16:31:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA73738; Fri, 24 Sep 1999 16:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 9554A14D4A for ; Fri, 24 Sep 1999 16:27:32 -0700 (PDT) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id 584CEF81C; Fri, 24 Sep 1999 19:27:05 -0400 (EDT) Message-Id: <19990924232705.584CEF81C@pawn.primelocation.net> Date: Fri, 24 Sep 1999 19:27:05 -0400 (EDT) From: jedgar@fxp.org Reply-To: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13939: New port: wmlmmon-0.50 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13939 >Category: ports >Synopsis: New port: wmlmmon-0.50 >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 Sep 24 16:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 4.0-CURRENT i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: FreeBSD 4.0-CURRENT i386 >Description: New port: wmlmmon-0.50, a WindowMaker dock app that displays information gathered from LM78/79 devices onboard many newer motherboards. This information includes MB temp, various voltages, and fan speeds. This is only usable under FreeBSD 4.0-CURRENT due to the use of the intpm(4) controller. >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: # # wmlmmon # wmlmmon/files # wmlmmon/files/md5 # wmlmmon/pkg # wmlmmon/pkg/COMMENT # wmlmmon/pkg/DESCR # wmlmmon/pkg/PLIST # wmlmmon/Makefile # echo c - wmlmmon mkdir -p wmlmmon > /dev/null 2>&1 echo c - wmlmmon/files mkdir -p wmlmmon/files > /dev/null 2>&1 echo x - wmlmmon/files/md5 sed 's/^X//' >wmlmmon/files/md5 << 'END-of-wmlmmon/files/md5' XMD5 (wmlmmon-0.50.tar.gz) = 84eff963812bd5c7dfb3ef0c473934d1 END-of-wmlmmon/files/md5 echo c - wmlmmon/pkg mkdir -p wmlmmon/pkg > /dev/null 2>&1 echo x - wmlmmon/pkg/COMMENT sed 's/^X//' >wmlmmon/pkg/COMMENT << 'END-of-wmlmmon/pkg/COMMENT' XWindowMaker dock app to display LM78/79 information. END-of-wmlmmon/pkg/COMMENT echo x - wmlmmon/pkg/DESCR sed 's/^X//' >wmlmmon/pkg/DESCR << 'END-of-wmlmmon/pkg/DESCR' Xwmlmmon v0.50 X XThis program displays information gathered from LM78/79 chipsets Xonboard many motherboards onto a [standard] WindowMaker dock app. XDisplayed values include fan speeds, motherboard temperature, Xand various voltages. Currently, this is only supported in XFreeBSD 4.0. END-of-wmlmmon/pkg/DESCR echo x - wmlmmon/pkg/PLIST sed 's/^X//' >wmlmmon/pkg/PLIST << 'END-of-wmlmmon/pkg/PLIST' Xbin/wmlmmon END-of-wmlmmon/pkg/PLIST echo x - wmlmmon/Makefile sed 's/^X//' >wmlmmon/Makefile << 'END-of-wmlmmon/Makefile' X# New ports collection makefile for: wmlmmon X# Version required: 0.50 X# Date created: 24 September 1999 X# Whom: Chris D. Faulhaber X# X# $FreeBSD$ X# X XDISTNAME= wmlmmon-0.50 XCATEGORIES= sysutils windowmaker XMASTER_SITES= http://www.fxp.org/~jedgar/ X XMAINTAINER= jedgar@fxp.org X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm X XUSE_X_PREFIX= yes X XMAN8= wmlmmon.8 XMANCOMPRESSED= yes X X.include X X.if ${OSVERSION} < 400000 Xpre-fetch: X @${ECHO} X @${ECHO} "This port uses the intpm controller which" X @${ECHO} "is only available in FreeBSD 4.0-CURRENT." X @${ECHO} X.endif X X.include END-of-wmlmmon/Makefile 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 Sep 24 16:35:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CFA86151D1; Fri, 24 Sep 1999 16:35:27 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA74100; Fri, 24 Sep 1999 16:34:36 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 24 Sep 1999 16:34:36 -0700 (PDT) From: Message-Id: <199909242334.QAA74100@freefall.freebsd.org> To: andrews@technologist.com, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13937: update port irc/blackened to v1.7.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port irc/blackened to v1.7.1 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri Sep 24 16:34:27 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 24 18:30: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A0D39151BA for ; Fri, 24 Sep 1999 18:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA79731; Fri, 24 Sep 1999 18:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from saturn.psn.net (saturn.psn.net [207.211.58.15]) by hub.freebsd.org (Postfix) with ESMTP id D749F14F57 for ; Fri, 24 Sep 1999 18:28:50 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (5042-243.008.popsite.net [209.224.140.243]) by saturn.psn.net (8.9.3/8.9.3) with ESMTP id SAA05022 for ; Fri, 24 Sep 1999 18:36:48 -0700 (MST) Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id VAA41899; Fri, 24 Sep 1999 21:28:43 -0400 (EDT) (envelope-from will) Message-Id: <199909250128.VAA41899@shadow.blackdawn.com> Date: Fri, 24 Sep 1999 21:28:43 -0400 (EDT) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13942: new port: games/wmminichess Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13942 >Category: ports >Synopsis: new port: games/wmminichess >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 Sep 24 18:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.3-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.3-STABLE FreeBSD 3.3-STABLE #0: Mon Sep 20 02:19:49 EDT 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: Neat chess game here. Note that I've made the port name "wmminichess" as opposed to the game's name "miniCHESS" per what seems to be the "standard" for windowmaker dockapps - having a "wm" prefixed seems the status quo. >How-To-Repeat: Use the shar to import the new port of wmminichess. >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: # # wmminichess # wmminichess/files # wmminichess/files/md5 # wmminichess/pkg # wmminichess/pkg/PLIST # wmminichess/pkg/DESCR # wmminichess/pkg/COMMENT # wmminichess/patches # wmminichess/patches/patch-aa # wmminichess/Makefile # echo c - wmminichess mkdir -p wmminichess > /dev/null 2>&1 echo c - wmminichess/files mkdir -p wmminichess/files > /dev/null 2>&1 echo x - wmminichess/files/md5 sed 's/^X//' >wmminichess/files/md5 << 'END-of-wmminichess/files/md5' XMD5 (miniCHESS-0.8.tar.gz) = 173422ee5651032e4d150ddc6e9f17c8 END-of-wmminichess/files/md5 echo c - wmminichess/pkg mkdir -p wmminichess/pkg > /dev/null 2>&1 echo x - wmminichess/pkg/PLIST sed 's/^X//' >wmminichess/pkg/PLIST << 'END-of-wmminichess/pkg/PLIST' Xbin/minichess Xshare/wmminichess/README Xshare/wmminichess/COPYING Xshare/wmminichess/TODO X@dirrm share/wmminichess END-of-wmminichess/pkg/PLIST echo x - wmminichess/pkg/DESCR sed 's/^X//' >wmminichess/pkg/DESCR << 'END-of-wmminichess/pkg/DESCR' XminiCHESS, or as I've christened it in this port, wmminichess, Xis a rather interesting dockapp that puts the power of gnuchess Xin a windowmaker dockapp. X XHowever, be warned: X X [quote] X X miniCHESS was born out of boredom. I warn you... if your a chess Xenthusiast and play a lot then please use xboard or some other chess Xgui. Even though miniCHESS has that kinda cool factor, it does get hard Xon the eyes. I like using miniCHESS for games in which I'm in no hurry Xto finish and go on for a couple days. Sorry but miniCHESS has no Xsave/restore features yet. X X [end quote] X XThe README in /usr/X11R6/share/wmminichess/ should explain how to Xplay. It really does a nice job of that. X XWWW: http://www.electricrain.com/edavis/miniCHESS/ XAuthor: Eric Davis X X- Will END-of-wmminichess/pkg/DESCR echo x - wmminichess/pkg/COMMENT sed 's/^X//' >wmminichess/pkg/COMMENT << 'END-of-wmminichess/pkg/COMMENT' XWindowMaker chess dockapp game. END-of-wmminichess/pkg/COMMENT echo c - wmminichess/patches mkdir -p wmminichess/patches > /dev/null 2>&1 echo x - wmminichess/patches/patch-aa sed 's/^X//' >wmminichess/patches/patch-aa << 'END-of-wmminichess/patches/patch-aa' X--- Makefile Thu Jul 29 00:59:39 1999 X+++ Makefile.new Fri Sep 24 21:04:03 1999 X@@ -20,34 +20,43 @@ X # (See COPYING / GPL-2.0) X # X X+# PREFIX on FreeBSD X+PREFIX = /usr/X11R6 X+LOCAL = /usr/local X+ X+# Other stuff. X+SHARE_DIR = $(PREFIX)/share/wmminichess X+INSTALL_DATA = install -c -o root -g wheel -m 644 X+INSTALL_PROGRAM = install -c -s -o root -g wheel -m 755 X X # Specify the location of gnuchessx on your system. X-GNUCHESS = /usr/local/bin/gnuchessx X+GNUCHESS = $(LOCAL)/bin/gnuchessx X X # Where do you want the binary installed? X-DESTDIR = /usr/local/bin X+DESTDIR = $(PREFIX)/bin X X # What do you want to name the binary? X BIN_NAME = minichess X X-# Uncomment this line if your using Solaris. X-#SOLARIS_LIBS = -lsocket X- X-CFLAGS = -ansi -I/usr/X11R6/include X-LIBDIR = -L/usr/X11R6/lib X-LIBS = -lXpm -lXext -lX11 $(SOLARIS_LIBS) X+CFLAGS = -ansi -I$(PREFIX)/include X+LIBDIR = -L$(PREFIX)/lib X+LIBS = -lXpm -lXext -lX11 X OBJS = chess.o xgen.o X X .c.o: X gcc $(CFLAGS) -DENGINE=\"$(GNUCHESS)\" -c $< -o $*.o X X+all: $(BIN_NAME) X+ X $(BIN_NAME): $(OBJS) X gcc $(CFLAGS) -o $(BIN_NAME) $(OBJS) $(LIBDIR) $(LIBS) X X clean: X rm -f $(OBJS) $(BIN_NAME) X X-install: X- cp -f $(BIN_NAME) $(DESTDIR) X- chmod 755 $(DESTDIR)/$(BIN_NAME) X- X+install: $(BIN_NAME) X+ $(MKDIR) $(SHARE_DIR) X+ $(INSTALL_PROGRAM) $(BIN_NAME) $(DESTDIR) X+ $(INSTALL_DATA) README $(SHARE_DIR) X+ $(INSTALL_DATA) TODO $(SHARE_DIR) X+ $(INSTALL_DATA) COPYING $(SHARE_DIR) END-of-wmminichess/patches/patch-aa echo x - wmminichess/Makefile sed 's/^X//' >wmminichess/Makefile << 'END-of-wmminichess/Makefile' X# New ports collection makefile for: (wm)miniCHESS X# Version required: 0.8 X# Date created: 24 Sep 1999 X# Whom: Will Andrews X# X# $FreeBSD$ X# X XDISTNAME= miniCHESS-0.8 XPKGNAME= wmminichess-0.8 XCATEGORIES= games XMASTER_SITES= http://www.electricrain.com/edavis/miniCHESS/ X XMAINTAINER= andrews@technologist.com X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm XRUN_DEPENDS= ${LOCALBASE}/bin/gnuchessx:${PORTSDIR}/games/gnuchess X XUSE_GMAKE= YES XUSE_X_PREFIX= YES XMAKE_ENV= PREFIX="${PREFIX}" INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ X LOCAL="${LOCALBASE}" MKDIR="${MKDIR}" \ X INSTALL_DATA="${INSTALL_DATA}" X X.include END-of-wmminichess/Makefile 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 Sep 24 19:24:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 67B9D1557D; Fri, 24 Sep 1999 19:24:50 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA82447; Fri, 24 Sep 1999 19:24:50 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 24 Sep 1999 19:24:50 -0700 (PDT) From: Message-Id: <199909250224.TAA82447@freefall.freebsd.org> To: taoka@FreeBSD.org, freebsd-ports@FreeBSD.org, andy@FreeBSD.org Subject: Re: ports/13267: New port: glasteroids-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: glasteroids-1.0 Responsible-Changed-From-To: freebsd-ports->andy Responsible-Changed-By: taoka Responsible-Changed-When: Fri Sep 24 19:24:07 PDT 1999 Responsible-Changed-Why: Submitter is now a committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 24 19:26:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 10FD214C9D; Fri, 24 Sep 1999 19:26:20 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA82615; Fri, 24 Sep 1999 19:26:19 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 24 Sep 1999 19:26:19 -0700 (PDT) From: Message-Id: <199909250226.TAA82615@freefall.freebsd.org> To: taoka@FreeBSD.org, freebsd-ports@FreeBSD.org, andy@FreeBSD.org Subject: Re: ports/13291: New port: xap-xwf-0.7.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: xap-xwf-0.7.8 Responsible-Changed-From-To: freebsd-ports->andy Responsible-Changed-By: taoka Responsible-Changed-When: Fri Sep 24 19:26:01 PDT 1999 Responsible-Changed-Why: Submitter is now a committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 24 19:34:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C8BD414BB8; Fri, 24 Sep 1999 19:34:23 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA83281; Fri, 24 Sep 1999 19:34:23 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 24 Sep 1999 19:34:23 -0700 (PDT) From: Message-Id: <199909250234.TAA83281@freefall.freebsd.org> To: taoka@FreeBSD.org, freebsd-ports@FreeBSD.org, andy@FreeBSD.org Subject: Re: ports/7485: New port: Xterminal-0.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: Xterminal-0.2 Responsible-Changed-From-To: freebsd-ports->andy Responsible-Changed-By: taoka Responsible-Changed-When: Fri Sep 24 19:33:40 PDT 1999 Responsible-Changed-Why: Submitter is now a committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 24 19:35:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B75015154; Fri, 24 Sep 1999 19:35:10 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA83393; Fri, 24 Sep 1999 19:35:10 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 24 Sep 1999 19:35:10 -0700 (PDT) From: Message-Id: <199909250235.TAA83393@freefall.freebsd.org> To: taoka@FreeBSD.org, freebsd-ports@FreeBSD.org, andy@FreeBSD.org Subject: Re: ports/12204: Update port: graphics/EZWGL Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/EZWGL Responsible-Changed-From-To: freebsd-ports->andy Responsible-Changed-By: taoka Responsible-Changed-When: Fri Sep 24 19:34:32 PDT 1999 Responsible-Changed-Why: Submitter is now a committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 24 19:36:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B2A81522C; Fri, 24 Sep 1999 19:35:51 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA83510; Fri, 24 Sep 1999 19:35:51 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 24 Sep 1999 19:35:51 -0700 (PDT) From: Message-Id: <199909250235.TAA83510@freefall.freebsd.org> To: taoka@FreeBSD.org, freebsd-ports@FreeBSD.org, andy@FreeBSD.org Subject: Re: ports/12666: New port: kcd-4.7.10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: kcd-4.7.10 Responsible-Changed-From-To: freebsd-ports->andy Responsible-Changed-By: taoka Responsible-Changed-When: Fri Sep 24 19:35:25 PDT 1999 Responsible-Changed-Why: Submitter is now a committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 24 19:36:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DC91C15601; Fri, 24 Sep 1999 19:36:34 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA83596; Fri, 24 Sep 1999 19:36:34 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 24 Sep 1999 19:36:34 -0700 (PDT) From: Message-Id: <199909250236.TAA83596@freefall.freebsd.org> To: taoka@FreeBSD.org, freebsd-ports@FreeBSD.org, andy@FreeBSD.org Subject: Re: ports/12835: New port: libcgic-1.06 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: libcgic-1.06 Responsible-Changed-From-To: freebsd-ports->andy Responsible-Changed-By: taoka Responsible-Changed-When: Fri Sep 24 19:36:14 PDT 1999 Responsible-Changed-Why: Submitter is now a committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 24 19:37:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 46A83150EA; Fri, 24 Sep 1999 19:37:17 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA83684; Fri, 24 Sep 1999 19:37:17 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 24 Sep 1999 19:37:17 -0700 (PDT) From: Message-Id: <199909250237.TAA83684@freefall.freebsd.org> To: taoka@FreeBSD.org, freebsd-ports@FreeBSD.org, andy@FreeBSD.org Subject: Re: ports/13173: New port: yiff-0.33 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: yiff-0.33 Responsible-Changed-From-To: freebsd-ports->andy Responsible-Changed-By: taoka Responsible-Changed-When: Fri Sep 24 19:36:45 PDT 1999 Responsible-Changed-Why: Submitter is now a committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 24 19:40:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A40A15301; Fri, 24 Sep 1999 19:40:11 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA83990; Fri, 24 Sep 1999 19:40:11 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 24 Sep 1999 19:40:11 -0700 (PDT) From: Message-Id: <199909250240.TAA83990@freefall.freebsd.org> To: taoka@FreeBSD.org, freebsd-ports@FreeBSD.org, andy@FreeBSD.org Subject: Re: ports/13251: New port: founts-11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: founts-11 Responsible-Changed-From-To: freebsd-ports->andy Responsible-Changed-By: taoka Responsible-Changed-When: Fri Sep 24 19:39:51 PDT 1999 Responsible-Changed-Why: Submitter is now a committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 24 19:40:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 31B5115070; Fri, 24 Sep 1999 19:39:25 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA83898; Fri, 24 Sep 1999 19:39:24 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 24 Sep 1999 19:39:24 -0700 (PDT) From: Message-Id: <199909250239.TAA83898@freefall.freebsd.org> To: taoka@FreeBSD.org, freebsd-ports@FreeBSD.org, andy@FreeBSD.org Subject: Re: ports/13191: New port: fire-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: fire-1.0 Responsible-Changed-From-To: freebsd-ports->andy Responsible-Changed-By: taoka Responsible-Changed-When: Fri Sep 24 19:38:54 PDT 1999 Responsible-Changed-Why: Submitter is now a committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 24 19:40:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B360C14CAD; Fri, 24 Sep 1999 19:40:57 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA84131; Fri, 24 Sep 1999 19:40:57 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 24 Sep 1999 19:40:57 -0700 (PDT) From: Message-Id: <199909250240.TAA84131@freefall.freebsd.org> To: taoka@FreeBSD.org, freebsd-ports@FreeBSD.org, andy@FreeBSD.org Subject: Re: ports/13541: New port: chpp-0.3.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: chpp-0.3.5 Responsible-Changed-From-To: freebsd-ports->andy Responsible-Changed-By: taoka Responsible-Changed-When: Fri Sep 24 19:40:26 PDT 1999 Responsible-Changed-Why: Submitter is now a committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 24 20: 0: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 163C2151EC for ; Fri, 24 Sep 1999 20:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA84996; Fri, 24 Sep 1999 20:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pyros.dhis.org (p42-max1.dun.ihug.co.nz [209.76.100.42]) by hub.freebsd.org (Postfix) with ESMTP id 32E6715070 for ; Fri, 24 Sep 1999 19:52:44 -0700 (PDT) (envelope-from mmuir@pyros.dhis.org) Received: (from root@localhost) by pyros.dhis.org (8.9.3/8.9.3) id OAA02119; Sat, 25 Sep 1999 14:52:43 +1200 (NZST) (envelope-from mmuir) Message-Id: <199909250252.OAA02119@pyros.dhis.org> Date: Sat, 25 Sep 1999 14:52:43 +1200 (NZST) From: mmuir@es.co.nz Reply-To: mmuir@es.co.nz To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13943: Update port: sysutils/wmhm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13943 >Category: ports >Synopsis: Update port: sysutils/wmhm >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 Sep 24 20:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mike Muir >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: * Fixed MASTER_SITES * Added check for 4.0-CURRENT >How-To-Repeat: >Fix: diff -ruN /usr/ports/sysutils/wmhm/Makefile sysutils/wmhm/Makefile --- /usr/ports/sysutils/wmhm/Makefile Fri Sep 24 17:34:24 1999 +++ sysutils/wmhm/Makefile Sat Sep 25 14:47:47 1999 @@ -9,11 +9,19 @@ DISTNAME= wmhm-1.1 CATEGORIES= sysutils windowmaker MASTER_SITES= ftp://mongol.dhis.org/pub/wmhm/ \ - http://www.es.co.nz/~mmuir/ \ - ftp://ftp.neospeed.com/pub/ + http://www.es.co.nz/~mmuir/ MAINTAINER= mmuir@es.co.nz WRKSRC= ${WRKDIR}/wmhm/wmhm + +.include + +.if ${OSVERSION} < 400000 +pre-fetch: + @${ECHO} + @${ECHO} "wmhm requires intpm which is only available in 4.0-CURRENT." + @${ECHO} +.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 Fri Sep 24 20: 5:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 866D115070; Fri, 24 Sep 1999 20:05:25 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA85421; Fri, 24 Sep 1999 20:05:25 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 24 Sep 1999 20:05:25 -0700 (PDT) From: Message-Id: <199909250305.UAA85421@freefall.freebsd.org> To: mmuir@es.co.nz, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13943: Update port: sysutils/wmhm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: sysutils/wmhm State-Changed-From-To: open-> closed State-Changed-By: cpiazza State-Changed-When: Fri Sep 24 20:04:52 PDT 1999 State-Changed-Why: Committed with minor modifications, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 24 20:23:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from kot.ne.mediaone.net (kot.ne.mediaone.net [24.218.15.190]) by hub.freebsd.org (Postfix) with ESMTP id 7545C14D8B for ; Fri, 24 Sep 1999 20:23:15 -0700 (PDT) (envelope-from mi@aldan.algebra.com) Received: from rtfm.newton (rtfm.newton [10.10.0.1]) by kot.ne.mediaone.net (8.9.3/8.9.1) with ESMTP id XAA01150; Fri, 24 Sep 1999 23:23:13 -0400 (EDT) From: Mikhail Teterin X-Relay-IP: 10.10.0.1 Received: (from mi@localhost) by rtfm.newton (8.9.3/8.9.1) id XAA80090; Fri, 24 Sep 1999 23:23:12 -0400 (EDT) Message-Id: <199909250323.XAA80090@rtfm.newton> Subject: kvirc port To: anders@fix.no Date: Fri, 24 Sep 1999 23:23:12 -0400 (EDT) Cc: ports@freebsd.org X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7w hJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli"loadIcon(pixTab[i].szPixName); - if(!pixmappa.isNull())m_lpPixmap[pixTab[i].index]=new QPixmap(pixmappa); - else _debug_fatal(i18n("Cannot find the base pixmaps...did you forget make install?")); + if(!pixmappa.isNull()) + m_lpPixmap[pixTab[i].index]=new QPixmap(pixmappa); + else { + fatal = 1; + KMsgBox::message(0,i18n("Unable to load icon"), + pixTab[i].szPixName); + } } + if (fatal) + _debug_fatal(i18n("Cannot find the base pixmaps...did you forget make install?")); pixmappa=lpI->loadIcon("kvib_op.gif"); @@ -717,5 +725,12 @@ pixmappa=lpI->loadIcon(icoTab[k].szPixName); - if(!pixmappa.isNull())m_lpIcon[icoTab[k].index]=new QPixmap(pixmappa); - else _debug_fatal(i18n("Cannot find the base pixmaps...did you forget make install?")); + if(!pixmappa.isNull()) + m_lpIcon[icoTab[k].index]=new QPixmap(pixmappa); + else { + fatal = 1; + KMsgBox::message(0,i18n("Unable to load pixmap:"), + pixTab[k].szPixName); + } } + if (fatal) + _debug_fatal(i18n("Cannot find the base pixmaps...did you forget make install?")); _debug_leavetrace("createPixmaps"); Restarting the kvirc after this enters the silly setup again and again :( Normally, I'd just file a PR, but this seems too obviously broken, perhaps I'm missing something? Any clues? Yours, -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 24 21:58:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D67714C5A; Fri, 24 Sep 1999 21:58:20 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA09292; Fri, 24 Sep 1999 21:58:20 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 24 Sep 1999 21:58:20 -0700 (PDT) From: Message-Id: <199909250458.VAA09292@freefall.freebsd.org> To: kbyanc@posi.net, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13263: new port editors/aee Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port editors/aee State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Fri Sep 24 21:54:02 PDT 1999 State-Changed-Why: I improved "make install" stage, and committed. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 24 22:50: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 959A01523D for ; Fri, 24 Sep 1999 22:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA12832; Fri, 24 Sep 1999 22:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from saturn.psn.net (saturn.psn.net [207.211.58.15]) by hub.freebsd.org (Postfix) with ESMTP id 5BDB614F15 for ; Fri, 24 Sep 1999 22:46:39 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (5042-243.008.popsite.net [209.224.140.243]) by saturn.psn.net (8.9.3/8.9.3) with ESMTP id WAA09847 for ; Fri, 24 Sep 1999 22:53:56 -0700 (MST) Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id BAA02284; Sat, 25 Sep 1999 01:44:57 -0400 (EDT) (envelope-from will) Message-Id: <199909250544.BAA02284@shadow.blackdawn.com> Date: Sat, 25 Sep 1999 01:44:57 -0400 (EDT) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13945: update port misc/bidwatcher to v0.9.11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13945 >Category: ports >Synopsis: update port misc/bidwatcher to v0.9.11 >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 Sep 24 22:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.3-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.3-STABLE FreeBSD 3.3-STABLE #0: Mon Sep 20 02:19:49 EDT 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: Another update for bidwatcher. Mostly bugfixes..? >How-To-Repeat: Use the diff below to update the current version of bidwatcher. >Fix: diff -urN bidwatcher/Makefile bidwatcher-0.9.11/Makefile --- bidwatcher/Makefile Tue Aug 31 23:30:24 1999 +++ bidwatcher-0.9.11/Makefile Sat Sep 25 01:39:11 1999 @@ -1,13 +1,12 @@ # New ports collection makefile for: bidwatcher -# Version required: 0.9.9-3 +# Version required: 0.9.11 # Date created: 24 Aug 1999 # Whom: Will Andrews # # $FreeBSD: ports/misc/bidwatcher/Makefile,v 1.2 1999/08/31 16:16:08 mph Exp $ # -DISTNAME= bidwatcher-0.9.9-3 -PKGNAME= bidwatcher-0.9.9.3 +DISTNAME= bidwatcher-0.9.11 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SUNSITE} \ http://www.low-fi.com/bw/download/ @@ -20,6 +19,7 @@ MAKE_ENV= QTDIR=${X11BASE}/include/X11/qt \ SYSCONF_LFLAGS_QT=${X11BASE}/lib \ SYSCONF_MOC=${X11BASE}/bin/moc +MAKEFILE= Makefile.FreeBSD do-install: @${MKDIR} ${PREFIX}/share/bidwatcher @@ -27,6 +27,6 @@ @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/bidwatcher @${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/bidwatcher @${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/bidwatcher - @${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/bidwatcher + @${INSTALL_DATA} ${WRKSRC}/LICENSE.LINUX ${PREFIX}/share/bidwatcher/LICENSE .include diff -urN bidwatcher/files/md5 bidwatcher-0.9.11/files/md5 --- bidwatcher/files/md5 Tue Aug 31 23:30:24 1999 +++ bidwatcher-0.9.11/files/md5 Fri Sep 24 19:04:43 1999 @@ -1 +1 @@ -MD5 (bidwatcher-0.9.9-3.tar.gz) = e1ef3eb29a80acacf4e8fc915d7ab1e1 +MD5 (bidwatcher-0.9.11.tar.gz) = 687a520c52a8face2b142bfd3e194130 >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 Sep 24 23: 1:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CB8014CBF; Fri, 24 Sep 1999 23:01:49 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA13880; Fri, 24 Sep 1999 23:01:49 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Date: Fri, 24 Sep 1999 23:01:49 -0700 (PDT) From: Message-Id: <199909250601.XAA13880@freefall.freebsd.org> To: tm@interaccess.com, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13217: New port xisp-2.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port xisp-2.6 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Fri Sep 24 23:00:28 PDT 1999 State-Changed-Why: I moved CATEGORY from comms to net, and committed. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 25 6:27: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.rp-plus.de (clubserv.rp-online.de [149.221.232.11]) by hub.freebsd.org (Postfix) with ESMTP id A21B515024 for ; Sat, 25 Sep 1999 06:26:31 -0700 (PDT) (envelope-from alex@cichlids.com) Received: from neutron.cichlids.com (as7-034.rp-plus.de [149.221.239.34]) by mail.rp-plus.de (8.9.1a/8.9.1) with ESMTP id PAA26672 for ; Sat, 25 Sep 1999 15:26:38 +0200 (METDST) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (8.9.3/8.9.1) with ESMTP id PAA34394 for ; Sat, 25 Sep 1999 15:27:41 +0200 (CEST) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id PAA12401 for ports@freebsd.org; Sat, 25 Sep 1999 15:28:28 +0200 (CEST) (envelope-from alex) From: Alexander Langer Date: Sat, 25 Sep 1999 15:28:28 +0200 To: ports@freebsd.org Subject: www/http-analyze broken - why? Message-ID: <19990925152828.A12385@cichlids.cichlids.com> Mail-Followup-To: ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello! I've commented out the BROKEN line in ${PORTSDIR}/www/http-analyze/Makefile and after make install in /usr/ports/devel/libtool (gd told me to do) both, gd and http-analyze are working. I could install http-analyze without problems and it also did a stat for me, when I tested it. So - why is it still broken? Alex -- I doubt, therefore I might be. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 25 6:43:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix7.ix.netcom.com (dfw-ix7.ix.netcom.com [206.214.98.7]) by hub.freebsd.org (Postfix) with ESMTP id CE88C14FA0 for ; Sat, 25 Sep 1999 06:43:38 -0700 (PDT) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix7.ix.netcom.com (8.8.4/8.8.4) id IAA07484; Sat, 25 Sep 1999 08:43:16 -0500 (CDT) Received: from sji-ca2-74.ix.netcom.com(205.186.212.74) by dfw-ix7.ix.netcom.com via smap (V1.3) id rma007442; Sat Sep 25 08:42:47 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id GAA97970; Sat, 25 Sep 1999 06:42:43 -0700 (PDT) To: Alexander Langer Cc: ports@freebsd.org Subject: Re: www/http-analyze broken - why? References: <19990925152828.A12385@cichlids.cichlids.com> From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Date: 25 Sep 1999 06:42:40 -0700 In-Reply-To: Alexander Langer's message of "Sat, 25 Sep 1999 15:28:28 +0200" Message-ID: Lines: 17 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Alexander Langer * I've commented out the BROKEN line in * ${PORTSDIR}/www/http-analyze/Makefile * * and after make install in /usr/ports/devel/libtool (gd told me to do) * both, gd and http-analyze are working. * * I could install http-analyze without problems and it also did a stat * for me, when I tested it. * * So - why is it still broken? You have an old library. It won't work with the latest gd, the only one still supported by gd's authors. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 25 9:50: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A112D14D36 for ; Sat, 25 Sep 1999 09:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA99590; Sat, 25 Sep 1999 09:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 6346314C3C; Sat, 25 Sep 1999 09:44:55 -0700 (PDT) Message-Id: <19990925164455.6346314C3C@hub.freebsd.org> Date: Sat, 25 Sep 1999 09:44:55 -0700 (PDT) From: sobomax@altavista.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13947: [PATCH] New version 0.0.2 of the libwmfun port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13947 >Category: ports >Synopsis: [PATCH] New version 0.0.2 of the libwmfun port >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: Sat Sep 25 09:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Maxim Sobolev >Release: 4.0-CURRENT >Organization: Vega International Capital >Environment: FreeBSD notebook 4.0-CURRENT FreeBSD 4.0-CURRENT #4: Wed Sep 22 10:24:49 EEST 19 99 root@notebook:/usr/src/sys/compile/NOTEBOOK i386 >Description: New version 0.0.2 of the libwmfun port. Now distfile is a part of WindowMaker distfile (tarball inside of tarball), so port got trickier to cope with this. Old version is unavailable from MASTER_SITE, therefore please commit this update ASAP. Also, quiestion to merge this port with WindowMaker port might been considered. >How-To-Repeat: >Fix: diff -ruN /usr/ports/x11-wm/libwmfun/Makefile libwmfun/Makefile --- /usr/ports/x11-wm/libwmfun/Makefile Thu Sep 9 02:17:14 1999 +++ libwmfun/Makefile Sat Sep 25 19:40:29 1999 @@ -6,7 +6,8 @@ # $FreeBSD: ports/x11-wm/libwmfun/Makefile,v 1.1.1.1 1999/09/08 23:17:14 cpiazza Exp $ # -DISTNAME= libwmfun-0.0.1 +DISTNAME= WindowMaker-0.61.0 +PKGNAME= libwmfun-0.0.2 CATEGORIES= x11-wm windowmaker MASTER_SITES= ftp://ftp.windowmaker.org/pub/beta/srcs/ @@ -14,10 +15,16 @@ LIB_DEPENDS= wraster.3:${PORTSDIR}/x11-wm/windowmaker +WRKSRC= ${WRKDIR}/WindowMaker-0.61.0/libwmfun-0.0.2 + +USE_BZIP2= yes USE_X_PREFIX= yes USE_LIBTOOL= yes CONFIGURE_ENV= X11BASE=${X11BASE} LIBS=-L${X11BASE}/lib \ - CPPFLAGS=-I${X11BASE}/include + CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" + +post-extract: + @cd ${WRKDIR}/WindowMaker-0.61.0 ; tar xvfz libwmfun-0.0.2.tar.gz post-install: @ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib diff -ruN /usr/ports/x11-wm/libwmfun/files/md5 libwmfun/files/md5 --- /usr/ports/x11-wm/libwmfun/files/md5 Thu Sep 9 02:17:14 1999 +++ libwmfun/files/md5 Sat Sep 25 19:40:29 1999 @@ -1 +1,2 @@ -MD5 (libwmfun-0.0.1.tar.gz) = 3d8017a9e3f9ca8822f99b627b0d0d62 +MD5 (WindowMaker-0.61.0.tar.bz2) = 13658487c69fdbcff424234ce680755b +MD5 (WindowMaker-extra-0.1.tar.bz2) = e6fb381da0d207c320f58e7a1fea2a2b >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 Sep 25 10:27:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B653214FA6; Sat, 25 Sep 1999 10:27:50 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA01953; Sat, 25 Sep 1999 10:27:50 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 25 Sep 1999 10:27:50 -0700 (PDT) From: Message-Id: <199909251727.KAA01953@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13596: Update port: cad/xcircuit to 2.0a10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: cad/xcircuit to 2.0a10 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Sep 25 10:27:00 PDT 1999 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 25 10:57:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AD4E81510B; Sat, 25 Sep 1999 10:57:22 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA03718; Sat, 25 Sep 1999 10:57:22 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 25 Sep 1999 10:57:22 -0700 (PDT) From: Message-Id: <199909251757.KAA03718@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13597: Update port: math/linpack Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: math/linpack State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Sep 25 10:55:34 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 25 12: 0:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from monsoon.mail.pipex.net (monsoon.mail.pipex.net [158.43.128.69]) by hub.freebsd.org (Postfix) with SMTP id E64B415141 for ; Sat, 25 Sep 1999 12:00:33 -0700 (PDT) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 7295 invoked from network); 25 Sep 1999 19:00:32 -0000 Received: from userbp67.uk.uudial.com (HELO marder-1.) (62.188.146.62) by smtp.dial.pipex.com with SMTP; 25 Sep 1999 19:00:32 -0000 Received: (from mark@localhost) by marder-1. (8.9.2/8.8.8) id TAA00449 for ports@freebsd.org; Sat, 25 Sep 1999 19:51:36 +0100 (BST) (envelope-from mark) Date: Sat, 25 Sep 1999 19:51:36 +0100 From: Mark Ovens To: ports@freebsd.org Subject: ``make depend'' fails on latest wine(1) source Message-ID: <19990925195136.A394@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i Organization: Total lack of Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm attempting to build wine(1) from the latest (990923) sources. I've sorted the patches but ``make depend'' throws up this error: marder-1# make depend cd ../tools; make 'CC=cc' 'CFLAGS=-O -pipe -Wall' 'OPTIONS=-D_REENTRANT' makedep make: don't know how to make makedep.o. Stop *** Error code 2 Stop. Examining the output of ``make -dA depend'' shows this to be the problem: SuffFindDeps (makedep) No known suffix on makedep. Using .NULL suffix not adding suffix rules makedep:@ = makedep makedep:* = makedep SuffFindDeps (makedep.o) No known suffix on makedep.o. Using .NULL suffix adding suffix rules trying makedep.o.c...Searching for makedep.o.c...failed. not there trying makedep.o.sh...Searching for makedep.o.sh...failed. not there trying makedep.o.y...Searching for makedep.o.y...failed. not there trying makedep.o.l...Searching for makedep.o.l...failed. not there makedep.o:@ = makedep.o makedep.o:* = makedep.o Searching for makedep.o...failed. Examining makedep.o...Searching for makedep.o...failed. non-existent...non-existent and no sources...out-of-date. makedep.o:? = makedep.o:> = make: don't know how to make makedep.o. Stop I've studied the Makefile but cannot see what is wrong. There is a line: OBJS = $(C_SRCS:.c=.o) $(GEN_ASM_SRCS:.s=.o)........ which, to my limited knowledge of makefiles, says that .c is the source for .o files. Can anyone suggest what I should be looking for to fix this? Thanks. -- STATE-OF-THE-ART: Any computer you can't afford. OBSOLETE: Any computer you own. ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 25 12:40:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mercury.lcs.mit.edu (mercury.lcs.mit.edu [18.26.0.122]) by hub.freebsd.org (Postfix) with ESMTP id A710914DA0 for ; Sat, 25 Sep 1999 12:40:49 -0700 (PDT) (envelope-from yxw@mercury.lcs.mit.edu) Received: from localhost (localhost [127.0.0.1]) by mercury.lcs.mit.edu (8.9.1/8.9.1) with SMTP id PAA10104 for ports@FreeBSD.org; Sat, 25 Sep 1999 15:40:48 -0400 (EDT) Message-Id: <199909251940.PAA10104@mercury.lcs.mit.edu> X-Authentication-Warning: mercury.lcs.mit.edu: localhost [127.0.0.1] didn't use HELO protocol From: Xiaowei Yang To: ports@FreeBSD.org Subject: AolServer In-reply-to: Your message of Sat, 18 Sep 99 14:25:40 -0700. <37E40354.BE415DF2@gorean.org> Date: Sat, 25 Sep 99 15:40:48 -0400 X-Mts: smtp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, There is some web publishing toolkit developed by Philip Greenspun that is built on top of Aolserver and Oracle. It seems Linux has both of the software free. I do not know whether Oracle8i can be made free to FreeBSD, and whether Aolserver is porting to FreeBSD. I just want some handy tool to build a fairly complicated websiteand I really want my webserver running FreeBSD. Thanks, --Xiaowei To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 25 12:50: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FA581573C for ; Sat, 25 Sep 1999 12:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA15433; Sat, 25 Sep 1999 12:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kot.ne.mediaone.net (kot.ne.mediaone.net [24.218.15.190]) by hub.freebsd.org (Postfix) with ESMTP id ABC1214DA0 for ; Sat, 25 Sep 1999 12:43:01 -0700 (PDT) (envelope-from mi@kot.ne.mediaone.net) Received: (from mi@localhost) by yana (8.9.3/8.9.3) id AAA81884; Sat, 25 Sep 1999 00:26:24 -0400 (EDT) (envelope-from mi) Message-Id: <199909250426.AAA81884@yana> Date: Sat, 25 Sep 1999 00:26:24 -0400 (EDT) From: Mikhail Teterin Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13948: naim port installs empty man page Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13948 >Category: ports >Synopsis: naim port installs empty man page >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: Sat Sep 25 12:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 3.3-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: The naim.1 file that comes with the software is empty. The port blindly installs that into ${PREFIX}/man/man1, compresses to 20 bytes and leaves at that. >How-To-Repeat: Install the port, `man naim' >Fix: Patch the software to not install the empty man page... >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 Sep 25 14:10:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D2B914EBA for ; Sat, 25 Sep 1999 14:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA21371; Sat, 25 Sep 1999 14:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [195.37.179.254]) by hub.freebsd.org (Postfix) with ESMTP id 37D5114E8B for ; Sat, 25 Sep 1999 14:02:31 -0700 (PDT) (envelope-from nox@saturn.kn-bremen.de) Received: from saturn.kn-bremen.de (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id WAA10135 for FreeBSD-gnats-submit@freebsd.org; Sat, 25 Sep 1999 22:56:52 +0200 Received: (from nox@localhost) by saturn.kn-bremen.de (8.9.3/8.8.5) id WAA56452; Sat, 25 Sep 1999 22:47:57 +0200 (MET DST) Message-Id: <199909252047.WAA56452@saturn.kn-bremen.de> Date: Sat, 25 Sep 1999 22:47:57 +0200 (MET DST) From: Juergen Lock Reply-To: nox@jelal.kn-bremen.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13952: update emulators/wine to 990923 (supersedes ports/13670) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13952 >Category: ports >Synopsis: update emulators/wine to 990923 (supersedes ports/13670) >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 Sep 25 14:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Juergen Lock >Release: FreeBSD 3.3-STABLE i386 >Organization: me? organized? >Environment: 3.3-STABLE i386, xpm-3.4k >Description: From the ANNOUNCE: This is release 990923 of Wine, a free implementation of Windows on Unix. This is still a developers only release. There are many bugs and unimplemented features. Most applications still do not work correctly. Patches should be submitted to "julliard@lrc.epfl.ch". Please don't forget to include a ChangeLog entry. WHAT'S NEW with Wine-990923: (see ChangeLog for details) - DIB optimizations. - Multimedia and OLE DLLs reorganization. - Many fixes in font mapping. - Clipboard support improvements. - Lots of bug fixes. >How-To-Repeat: n/a >Fix: Changed files: Makefile, files/md5, patches/patch-ad, pkg/PLIST New files: files/README.patch, files/patch-3.3-sys-ldtshare, files/patch-3.3-sys-sigtrap, patches/patch-ba, patches/patch-bd, patches/patch-bf, patches/patch-bg, patches/patch-bi, patches/patch-bj, patches/patch-cb, patches/patch-ce, patches/patch-ch, patches/patch-cj, patches/patch-ck, patches/patch-cl, pkg/MESSAGE Removed files: patches/patch-am, patches/patch-an, patches/patch-aw, patches/patch-ay Index: Makefile =================================================================== RCS file: /home/cvs/cvs/ports/emulators/wine/Makefile,v retrieving revision 1.73 diff -u -u -r1.73 Makefile --- Makefile 1999/08/31 06:43:57 1.73 +++ Makefile 1999/09/25 17:20:57 @@ -1,14 +1,14 @@ # New ports collection makefile for: wine -# Version required: 980517 +# Version required: 990923 # Date created: Sa 9 Nov 1996 00:52:22 MET # Whom: se # # $FreeBSD: ports/emulators/wine/Makefile,v 1.73 1999/08/31 06:43:57 mharo Exp $ # -DATE= 990426 +DATE= 990923 DISTNAME= Wine-${DATE} -PKGNAME= wine-99.04.26 +PKGNAME= wine-99.09.23 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development @@ -22,6 +22,8 @@ MAN1= wine.1 ONLY_FOR_ARCHS= i386 +CFLAGS+= -g + pre-configure: @${ECHO} "WINE_INI_GLOBAL \"${PREFIX}/etc/wine.conf\"" \ >> ${WRKSRC}/autoconf.h @@ -34,7 +36,14 @@ -@${MKDIR} ${PREFIX}/etc 2>/dev/null [ -f ${PREFIX}/etc/wine.conf ] \ || ${CP} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf - ${CP} ${WRKSRC}/wine.sym ${PREFIX}/etc - ${CP} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1 + ${INSTALL_DATA} ${WRKSRC}/wine.sym ${PREFIX}/etc + ${INSTALL_DATA} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1 + -@${MKDIR} ${PREFIX}/share/wine 2>/dev/null + ${INSTALL_DATA} ${FILESDIR}/README.patch \ + ${FILESDIR}/patch-3.3-sys-ldtshare \ + ${FILESDIR}/patch-3.3-sys-sigtrap \ + ${PREFIX}/share/wine + ${ECHO} + @${SED} s+/usr/local+${PREFIX}+g <${PKGMESSAGE} .include Index: files/md5 =================================================================== RCS file: /home/cvs/cvs/ports/emulators/wine/files/md5,v retrieving revision 1.46 diff -u -u -r1.46 md5 --- md5 1999/05/03 22:36:11 1.46 +++ md5 1999/09/25 01:31:15 @@ -1 +1 @@ -MD5 (Wine-990426.tar.gz) = ddc5561393b7fedb02b933889658eb7f +MD5 (Wine-990923.tar.gz) = 14f7e147463730e21e4b43f99ed14c40 Index: patches/patch-ad =================================================================== RCS file: /home/cvs/cvs/ports/emulators/wine/patches/patch-ad,v retrieving revision 1.5 diff -u -u -r1.5 patch-ad --- patch-ad 1996/08/13 16:35:27 1.5 +++ patch-ad 1999/09/08 22:06:47 @@ -1,40 +1,27 @@ -*** wine.ini.orig Wed Jul 17 22:00:24 1996 ---- wine.ini Mon Aug 12 19:51:38 1996 -*************** -*** 35,39 **** - Temp=e:\ - Path=c:\windows;c:\windows\system;e:\;e:\test;f:\ -! SymbolTableFile=./wine.sym - - [options] ---- 35,39 ---- - Temp=e:\ - Path=c:\windows;c:\windows\system;e:\;e:\test;f:\ -! SymbolTableFile=/usr/local/etc/wine.sym - - [options] -*************** -*** 54,64 **** - - [serialports] -! Com1=/dev/cua0 -! Com2=/dev/cua1 - Com3=/dev/modem,38400 - Com4=/dev/modem - - [parallelports] -! Lpt1=/dev/lp0 - - [spy] ---- 54,64 ---- - - [serialports] -! Com1=/dev/ttyd0 -! Com2=/dev/ttyd1 - Com3=/dev/modem,38400 - Com4=/dev/modem - - [parallelports] -! Lpt1=/dev/lpt0 - - [spy] +Index: wine.ini +@@ -52,7 +52,7 @@ + System=c:\windows\system + Temp=e:\ + Path=c:\windows;c:\windows\system;e:\;e:\test;f:\ +-SymbolTableFile=./wine.sym ++SymbolTableFile=/usr/local/etc/wine.sym + + # + +@@ -105,13 +105,13 @@ + Default = -adobe-times- + + [serialports] +-Com1=/dev/ttyS0 +-Com2=/dev/ttyS1 ++Com1=/dev/ttyd0 ++Com2=/dev/ttyd1 + Com3=/dev/modem,38400 + Com4=/dev/modem + + [parallelports] +-Lpt1=/dev/lp0 ++Lpt1=/dev/lpt0 + + [spooler] + LPT1:=|lpr Index: pkg/PLIST =================================================================== RCS file: /home/cvs/cvs/ports/emulators/wine/pkg/PLIST,v retrieving revision 1.3 diff -u -u -r1.3 PLIST --- PLIST 1998/08/17 09:43:16 1.3 +++ PLIST 1999/09/09 20:58:35 @@ -1,3 +1,6 @@ bin/wine etc/wine.conf etc/wine.sym +share/wine/README.patch +share/wine/patch-3.3-sys-ldtshare +share/wine/patch-3.3-sys-sigtrap --- /dev/null Sat Sep 25 22:11:00 1999 +++ files/README.patch Sat Sep 25 22:08:04 1999 @@ -0,0 +1,40 @@ +Here are two patches for FreeBSD's kernel that are necessary for wine +(well not strictly _necessary_ but without them parts of it won't work.) +They unfortunately didn't make it into the base distribution in time +for the 3.3 release code freeze... + +patch-3.3-sys-ldtshare: +make kernel threads (rfork(), which wine uses) share one LDT instead of +each having its own. this fixes the same problem that wine also had on +linux kernels before 2.2. + +patch-3.3-sys-sigtrap: +stop wine's SIGTRAP handler from being called in the sigreturn syscall, +causing problems for wine's internal debugger. (it would still +correctly show a crash backtrace but all commands that use single- +stepping failed.) + +Apply as follows: + + (cd /usr/src/sys && patch ) = 4.0. +(see the `wine signal handlers lose %fs on FreeBSD' thread on the +wine-devel list for details, can be read at +http://www.integrita.com/cgi-local/lwgate.pl/WINE-DEVEL/archives/1999-09/Subject/article-15.html +at least i ended up there when i searched it today. yes you could also +simply define FS_sig and GS_sig in wine's include/sig_context.h and be +done with it but the resulting wine would only work on 4.0 and +Alexandre (wine maintainer) didn't like that idea...) + +A LDT patch for -current is at http://www.freebsd.org/~luoqi +(not included since i don't know if it still applies), the sigtrap +patch looks like it could also apply to -current but i haven't tried. +(and if not, i guess a similar fix will be committed soon anyway.) --- /dev/null Sat Sep 25 20:08:17 1999 +++ files/patch-3.3-sys-ldtshare Thu Sep 9 19:28:21 1999 @@ -0,0 +1,656 @@ +Index: alpha/alpha/vm_machdep.c +=================================================================== +RCS file: /home/cvs/cvs/src/sys/alpha/alpha/vm_machdep.c,v +retrieving revision 1.7.2.2 +diff -u -u -r1.7.2.2 vm_machdep.c +--- vm_machdep.c 1999/08/29 15:56:38 1.7.2.2 ++++ vm_machdep.c 1999/09/04 20:32:00 +@@ -114,11 +114,15 @@ + * ready to run and return to user mode. + */ + void +-cpu_fork(p1, p2) ++cpu_fork(p1, p2, flags) + register struct proc *p1, *p2; ++ int flags; + { + struct user *up = p2->p_addr; + int i; ++ ++ if ((flags & RFPROC) == 0) ++ return; + + p2->p_md.md_tf = p1->p_md.md_tf; + p2->p_md.md_flags = p1->p_md.md_flags & MDP_FPUSED; +Index: i386/i386/genassym.c +=================================================================== +RCS file: /home/cvs/cvs/src/sys/i386/i386/genassym.c,v +retrieving revision 1.62.2.2 +diff -u -u -r1.62.2.2 genassym.c +--- genassym.c 1999/08/29 16:05:40 1.62.2.2 ++++ genassym.c 1999/09/04 20:35:59 +@@ -125,7 +125,9 @@ + printf("#define\tPCB_EBX %#x\n", OS(pcb, pcb_ebx)); + printf("#define\tPCB_EIP %#x\n", OS(pcb, pcb_eip)); + printf("#define\tTSS_ESP0 %#x\n", OS(i386tss, tss_esp0)); ++#ifdef USER_LDT + printf("#define\tPCB_USERLDT %#x\n", OS(pcb, pcb_ldt)); ++#endif + printf("#define\tPCB_FS %#x\n", OS(pcb, pcb_fs)); + printf("#define\tPCB_GS %#x\n", OS(pcb, pcb_gs)); + #ifdef VM86 +Index: i386/i386/machdep.c +=================================================================== +RCS file: /home/cvs/cvs/src/sys/i386/i386/machdep.c,v +retrieving revision 1.322.2.8 +diff -u -u -r1.322.2.8 machdep.c +--- machdep.c 1999/08/29 16:05:43 1.322.2.8 ++++ machdep.c 1999/09/04 20:36:02 +@@ -817,15 +827,7 @@ + + #ifdef USER_LDT + /* was i386_user_cleanup() in NetBSD */ +- if (pcb->pcb_ldt) { +- if (pcb == curpcb) { +- lldt(_default_ldt); +- currentldt = _default_ldt; +- } +- kmem_free(kernel_map, (vm_offset_t)pcb->pcb_ldt, +- pcb->pcb_ldt_len * sizeof(union descriptor)); +- pcb->pcb_ldt_len = (int)pcb->pcb_ldt = 0; +- } ++ user_ldt_free(pcb); + #endif + + bzero((char *)regs, sizeof(struct trapframe)); +Index: i386/i386/sys_machdep.c +=================================================================== +RCS file: /home/cvs/cvs/src/sys/i386/i386/sys_machdep.c,v +retrieving revision 1.38.2.1 +diff -u -u -r1.38.2.1 sys_machdep.c +--- sys_machdep.c 1999/08/29 16:05:55 1.38.2.1 ++++ sys_machdep.c 1999/09/04 20:36:09 +@@ -41,6 +41,7 @@ + #include + #include + #include ++#include + #include + + #include +@@ -65,7 +66,6 @@ + + + #ifdef USER_LDT +-void set_user_ldt __P((struct pcb *pcb)); + static int i386_get_ldt __P((struct proc *, char *)); + static int i386_set_ldt __P((struct proc *, char *)); + #endif +@@ -259,13 +259,72 @@ + void + set_user_ldt(struct pcb *pcb) + { +- gdt_segs[GUSERLDT_SEL].ssd_base = (unsigned)pcb->pcb_ldt; +- gdt_segs[GUSERLDT_SEL].ssd_limit = (pcb->pcb_ldt_len * sizeof(union descriptor)) - 1; +- ssdtosd(&gdt_segs[GUSERLDT_SEL], &gdt[GUSERLDT_SEL].sd); ++ struct pcb_ldt *pcb_ldt = pcb->pcb_ldt; ++#ifdef SMP ++ gdt[cpuid * NGDT + GUSERLDT_SEL].sd = pcb_ldt->ldt_sd; ++#else ++ gdt[GUSERLDT_SEL].sd = pcb_ldt->ldt_sd; ++#endif + lldt(GSEL(GUSERLDT_SEL, SEL_KPL)); + currentldt = GSEL(GUSERLDT_SEL, SEL_KPL); + } + ++struct pcb_ldt * ++user_ldt_alloc(struct pcb *pcb, int len) ++{ ++ struct pcb_ldt *pcb_ldt, *new_ldt; ++ ++ MALLOC(new_ldt, struct pcb_ldt *, sizeof(struct pcb_ldt), ++ M_SUBPROC, M_WAITOK); ++ if (new_ldt == NULL) ++ return NULL; ++ ++ new_ldt->ldt_len = len = NEW_MAX_LD(len); ++ new_ldt->ldt_base = (caddr_t)kmem_alloc(kernel_map, ++ len * sizeof(union descriptor)); ++ if (new_ldt->ldt_base == NULL) { ++ FREE(new_ldt, M_SUBPROC); ++ return NULL; ++ } ++ new_ldt->ldt_refcnt = 1; ++ new_ldt->ldt_active = 0; ++ ++ gdt_segs[GUSERLDT_SEL].ssd_base = (unsigned)new_ldt->ldt_base; ++ gdt_segs[GUSERLDT_SEL].ssd_limit = len * sizeof(union descriptor) - 1; ++ ssdtosd(&gdt_segs[GUSERLDT_SEL], &new_ldt->ldt_sd); ++ ++ if ((pcb_ldt = pcb->pcb_ldt)) { ++ if (len > pcb_ldt->ldt_len) ++ len = pcb_ldt->ldt_len; ++ bcopy(pcb_ldt->ldt_base, new_ldt->ldt_base, ++ len * sizeof(union descriptor)); ++ } else { ++ bcopy(ldt, new_ldt->ldt_base, sizeof(ldt)); ++ } ++ return new_ldt; ++} ++ ++void ++user_ldt_free(struct pcb *pcb) ++{ ++ struct pcb_ldt *pcb_ldt = pcb->pcb_ldt; ++ ++ if (pcb_ldt == NULL) ++ return; ++ ++ if (pcb == curpcb) { ++ lldt(_default_ldt); ++ currentldt = _default_ldt; ++ } ++ ++ if (--pcb_ldt->ldt_refcnt == 0) { ++ kmem_free(kernel_map, (vm_offset_t)pcb_ldt->ldt_base, ++ pcb_ldt->ldt_len * sizeof(union descriptor)); ++ FREE(pcb_ldt, M_SUBPROC); ++ } ++ pcb->pcb_ldt = NULL; ++} ++ + struct i386_get_ldt_args { + int start; + union descriptor *desc; +@@ -279,6 +338,7 @@ + { + int error = 0; + struct pcb *pcb = &p->p_addr->u_pcb; ++ struct pcb_ldt *pcb_ldt = pcb->pcb_ldt; + int nldt, num; + union descriptor *lp; + int s; +@@ -299,10 +359,10 @@ + + s = splhigh(); + +- if (pcb->pcb_ldt) { +- nldt = pcb->pcb_ldt_len; ++ if (pcb_ldt) { ++ nldt = pcb_ldt->ldt_len; + num = min(uap->num, nldt); +- lp = &((union descriptor *)(pcb->pcb_ldt))[uap->start]; ++ lp = &((union descriptor *)(pcb_ldt->ldt_base))[uap->start]; + } else { + nldt = sizeof(ldt)/sizeof(ldt[0]); + num = min(uap->num, nldt); +@@ -335,6 +395,7 @@ + int error = 0, i, n; + int largest_ld; + struct pcb *pcb = &p->p_addr->u_pcb; ++ struct pcb_ldt *pcb_ldt = pcb->pcb_ldt; + int s; + struct i386_set_ldt_args ua, *uap; + +@@ -348,36 +409,37 @@ + uap->start, uap->num, (void *)uap->desc); + #endif + +- /* verify range of descriptors to modify */ +- if ((uap->start < 0) || (uap->start >= MAX_LD) || (uap->num < 0) || +- (uap->num > MAX_LD)) +- { ++ /* verify range of descriptors to modify */ ++ if ((uap->start < 0) || (uap->start >= MAX_LD) || (uap->num < 0) || ++ (uap->num > MAX_LD)) ++ { ++ return(EINVAL); ++ } ++ largest_ld = uap->start + uap->num - 1; ++ if (largest_ld >= MAX_LD) + return(EINVAL); +- } +- largest_ld = uap->start + uap->num - 1; +- if (largest_ld >= MAX_LD) +- return(EINVAL); +- +- /* allocate user ldt */ +- if (!pcb->pcb_ldt || (largest_ld >= pcb->pcb_ldt_len)) { +- union descriptor *new_ldt = (union descriptor *)kmem_alloc( +- kernel_map, SIZE_FROM_LARGEST_LD(largest_ld)); +- if (new_ldt == NULL) { +- return ENOMEM; +- } +- if (pcb->pcb_ldt) { +- bcopy(pcb->pcb_ldt, new_ldt, pcb->pcb_ldt_len +- * sizeof(union descriptor)); +- kmem_free(kernel_map, (vm_offset_t)pcb->pcb_ldt, +- pcb->pcb_ldt_len * sizeof(union descriptor)); +- } else { +- bcopy(ldt, new_ldt, sizeof(ldt)); +- } +- pcb->pcb_ldt = (caddr_t)new_ldt; +- pcb->pcb_ldt_len = NEW_MAX_LD(largest_ld); +- if (pcb == curpcb) +- set_user_ldt(pcb); +- } ++ ++ /* allocate user ldt */ ++ if (!pcb_ldt || (largest_ld >= pcb_ldt->ldt_len)) { ++ struct pcb_ldt *new_ldt = user_ldt_alloc(pcb, largest_ld); ++ if (new_ldt == NULL) { ++ return ENOMEM; ++ } ++ if (pcb_ldt) { ++ pcb_ldt->ldt_sd = new_ldt->ldt_sd; ++#ifdef SMP ++ /* signal other cpus to reload ldt */ ++#endif ++ kmem_free(kernel_map, (vm_offset_t)pcb_ldt->ldt_base, ++ pcb_ldt->ldt_len * sizeof(union descriptor)); ++ pcb_ldt->ldt_base = new_ldt->ldt_base; ++ pcb_ldt->ldt_len = new_ldt->ldt_len; ++ FREE(new_ldt, M_SUBPROC); ++ } else ++ pcb->pcb_ldt = pcb_ldt = new_ldt; ++ if (pcb == curpcb) ++ set_user_ldt(pcb); ++ } + + /* Check descriptors for access violations */ + for (i = 0, n = uap->start; i < uap->num; i++, n++) { +@@ -388,70 +450,70 @@ + return(error); + + switch (desc.sd.sd_type) { +- case SDT_SYSNULL: /* system null */ +- desc.sd.sd_p = 0; +- break; +- case SDT_SYS286TSS: /* system 286 TSS available */ +- case SDT_SYSLDT: /* system local descriptor table */ +- case SDT_SYS286BSY: /* system 286 TSS busy */ +- case SDT_SYSTASKGT: /* system task gate */ +- case SDT_SYS286IGT: /* system 286 interrupt gate */ +- case SDT_SYS286TGT: /* system 286 trap gate */ +- case SDT_SYSNULL2: /* undefined by Intel */ +- case SDT_SYS386TSS: /* system 386 TSS available */ +- case SDT_SYSNULL3: /* undefined by Intel */ +- case SDT_SYS386BSY: /* system 386 TSS busy */ +- case SDT_SYSNULL4: /* undefined by Intel */ +- case SDT_SYS386IGT: /* system 386 interrupt gate */ +- case SDT_SYS386TGT: /* system 386 trap gate */ +- case SDT_SYS286CGT: /* system 286 call gate */ +- case SDT_SYS386CGT: /* system 386 call gate */ +- /* I can't think of any reason to allow a user proc +- * to create a segment of these types. They are +- * for OS use only. +- */ +- return EACCES; +- +- /* memory segment types */ +- case SDT_MEMEC: /* memory execute only conforming */ +- case SDT_MEMEAC: /* memory execute only accessed conforming */ +- case SDT_MEMERC: /* memory execute read conforming */ +- case SDT_MEMERAC: /* memory execute read accessed conforming */ +- /* Must be "present" if executable and conforming. */ +- if (desc.sd.sd_p == 0) +- return (EACCES); ++ case SDT_SYSNULL: /* system null */ ++ desc.sd.sd_p = 0; + break; +- case SDT_MEMRO: /* memory read only */ +- case SDT_MEMROA: /* memory read only accessed */ +- case SDT_MEMRW: /* memory read write */ +- case SDT_MEMRWA: /* memory read write accessed */ +- case SDT_MEMROD: /* memory read only expand dwn limit */ +- case SDT_MEMRODA: /* memory read only expand dwn lim accessed */ +- case SDT_MEMRWD: /* memory read write expand dwn limit */ +- case SDT_MEMRWDA: /* memory read write expand dwn lim acessed */ +- case SDT_MEME: /* memory execute only */ +- case SDT_MEMEA: /* memory execute only accessed */ +- case SDT_MEMER: /* memory execute read */ +- case SDT_MEMERA: /* memory execute read accessed */ ++ case SDT_SYS286TSS: /* system 286 TSS available */ ++ case SDT_SYSLDT: /* system local descriptor table */ ++ case SDT_SYS286BSY: /* system 286 TSS busy */ ++ case SDT_SYSTASKGT: /* system task gate */ ++ case SDT_SYS286IGT: /* system 286 interrupt gate */ ++ case SDT_SYS286TGT: /* system 286 trap gate */ ++ case SDT_SYSNULL2: /* undefined by Intel */ ++ case SDT_SYS386TSS: /* system 386 TSS available */ ++ case SDT_SYSNULL3: /* undefined by Intel */ ++ case SDT_SYS386BSY: /* system 386 TSS busy */ ++ case SDT_SYSNULL4: /* undefined by Intel */ ++ case SDT_SYS386IGT: /* system 386 interrupt gate */ ++ case SDT_SYS386TGT: /* system 386 trap gate */ ++ case SDT_SYS286CGT: /* system 286 call gate */ ++ case SDT_SYS386CGT: /* system 386 call gate */ ++ /* I can't think of any reason to allow a user proc ++ * to create a segment of these types. They are ++ * for OS use only. ++ */ ++ return EACCES; ++ ++ /* memory segment types */ ++ case SDT_MEMEC: /* memory execute only conforming */ ++ case SDT_MEMEAC: /* memory execute only accessed conforming */ ++ case SDT_MEMERC: /* memory execute read conforming */ ++ case SDT_MEMERAC: /* memory execute read accessed conforming */ ++ /* Must be "present" if executable and conforming. */ ++ if (desc.sd.sd_p == 0) ++ return (EACCES); ++ break; ++ case SDT_MEMRO: /* memory read only */ ++ case SDT_MEMROA: /* memory read only accessed */ ++ case SDT_MEMRW: /* memory read write */ ++ case SDT_MEMRWA: /* memory read write accessed */ ++ case SDT_MEMROD: /* memory read only expand dwn limit */ ++ case SDT_MEMRODA: /* memory read only expand dwn lim accessed */ ++ case SDT_MEMRWD: /* memory read write expand dwn limit */ ++ case SDT_MEMRWDA: /* memory read write expand dwn lim acessed */ ++ case SDT_MEME: /* memory execute only */ ++ case SDT_MEMEA: /* memory execute only accessed */ ++ case SDT_MEMER: /* memory execute read */ ++ case SDT_MEMERA: /* memory execute read accessed */ + break; + default: + return(EINVAL); + /*NOTREACHED*/ + } + +- /* Only user (ring-3) descriptors may be present. */ +- if ((desc.sd.sd_p != 0) && (desc.sd.sd_dpl != SEL_UPL)) +- return (EACCES); ++ /* Only user (ring-3) descriptors may be present. */ ++ if ((desc.sd.sd_p != 0) && (desc.sd.sd_dpl != SEL_UPL)) ++ return (EACCES); + } + + s = splhigh(); + + /* Fill in range */ +- error = copyin(uap->desc, +- &((union descriptor *)(pcb->pcb_ldt))[uap->start], +- uap->num * sizeof(union descriptor)); +- if (!error) +- p->p_retval[0] = uap->start; ++ error = copyin(uap->desc, ++ &((union descriptor *)(pcb_ldt->ldt_base))[uap->start], ++ uap->num * sizeof(union descriptor)); ++ if (!error) ++ p->p_retval[0] = uap->start; + + splx(s); + return(error); +Index: i386/i386/vm_machdep.c +=================================================================== +RCS file: /home/cvs/cvs/src/sys/i386/i386/vm_machdep.c,v +retrieving revision 1.115.2.1 +diff -u -u -r1.115.2.1 vm_machdep.c +--- vm_machdep.c 1999/08/29 16:05:58 1.115.2.1 ++++ vm_machdep.c 1999/09/04 20:36:15 +@@ -57,6 +57,7 @@ + #include + #include + #include ++#include + + #include + #include +@@ -68,6 +69,9 @@ + #include + #include + #endif ++#ifdef USER_LDT ++#include ++#endif + + #include + #include +@@ -113,10 +117,29 @@ + * ready to run and return to user mode. + */ + void +-cpu_fork(p1, p2) ++cpu_fork(p1, p2, flags) + register struct proc *p1, *p2; ++ int flags; + { +- struct pcb *pcb2 = &p2->p_addr->u_pcb; ++ struct pcb *pcb2; ++ ++ if ((flags & RFPROC) == 0) { ++#ifdef USER_LDT ++ if ((flags & RFMEM) == 0) { ++ /* unshare user LDT */ ++ struct pcb *pcb1 = &p1->p_addr->u_pcb; ++ struct pcb_ldt *pcb_ldt = pcb1->pcb_ldt; ++ if (pcb_ldt && pcb_ldt->ldt_refcnt > 1) { ++ pcb_ldt = user_ldt_alloc(pcb1,pcb_ldt->ldt_len); ++ user_ldt_free(pcb1); ++ pcb1->pcb_ldt = pcb_ldt; ++ if (pcb1 == curpcb) ++ set_user_ldt(pcb1); ++ } ++ } ++#endif ++ return; ++ } + + #if NNPX > 0 + /* Ensure that p1's pcb is up to date. */ +@@ -126,6 +149,7 @@ + + /* Copy p1's pcb. */ + p2->p_addr->u_pcb = p1->p_addr->u_pcb; ++ pcb2 = &p2->p_addr->u_pcb; + + /* + * Create a new fresh stack for the new process. +@@ -153,7 +177,6 @@ + pcb2->pcb_eip = (int)fork_trampoline; + /* + * pcb2->pcb_ldt: duplicated below, if necessary. +- * pcb2->pcb_ldt_len: cloned above. + * pcb2->pcb_savefpu: cloned above. + * pcb2->pcb_flags: cloned above (always 0 here?). + * pcb2->pcb_onfault: cloned above (always NULL here?). +@@ -172,12 +195,12 @@ + #ifdef USER_LDT + /* Copy the LDT, if necessary. */ + if (pcb2->pcb_ldt != 0) { +- union descriptor *new_ldt; +- size_t len = pcb2->pcb_ldt_len * sizeof(union descriptor); +- +- new_ldt = (union descriptor *)kmem_alloc(kernel_map, len); +- bcopy(pcb2->pcb_ldt, new_ldt, len); +- pcb2->pcb_ldt = (caddr_t)new_ldt; ++ if (flags & RFMEM) { ++ pcb2->pcb_ldt->ldt_refcnt++; ++ } else { ++ pcb2->pcb_ldt = user_ldt_alloc(pcb2, ++ pcb2->pcb_ldt->ldt_len); ++ } + } + #endif + +@@ -235,15 +258,7 @@ + } + #endif + #ifdef USER_LDT +- if (pcb->pcb_ldt != 0) { +- if (pcb == curpcb) { +- lldt(_default_ldt); +- currentldt = _default_ldt; +- } +- kmem_free(kernel_map, (vm_offset_t)pcb->pcb_ldt, +- pcb->pcb_ldt_len * sizeof(union descriptor)); +- pcb->pcb_ldt_len = (int)pcb->pcb_ldt = 0; +- } ++ user_ldt_free(pcb); + #endif + cnt.v_swtch++; + cpu_switch(p); +Index: i386/include/pcb.h +=================================================================== +RCS file: /home/cvs/cvs/src/sys/i386/include/pcb.h,v +retrieving revision 1.26.2.1 +diff -u -u -r1.26.2.1 pcb.h +--- pcb.h 1999/08/29 16:06:43 1.26.2.1 ++++ pcb.h 1999/09/04 20:36:29 +@@ -53,8 +53,11 @@ + int pcb_esp; + int pcb_ebx; + int pcb_eip; +- caddr_t pcb_ldt; /* per process (user) LDT */ +- int pcb_ldt_len; /* number of LDT entries */ ++#ifdef USER_LDT ++ struct pcb_ldt *pcb_ldt; /* per process (user) LDT */ ++#else ++ struct pcb_ldt *pcb_ldt_dontuse; ++#endif + struct save87 pcb_savefpu; /* floating point state for 287/387 */ + u_char pcb_flags; + #define FP_SOFTFP 0x01 /* process using software fltng pnt emulator */ +@@ -71,7 +74,7 @@ + #else + struct pcb_ext *pcb_ext_dontuse; + #endif +- u_long __pcb_spare[1]; /* adjust to avoid core dump size changes */ ++ u_long __pcb_spare[2]; /* adjust to avoid core dump size changes */ + }; + + /* +Index: i386/include/pcb_ext.h +=================================================================== +RCS file: /home/cvs/cvs/src/sys/i386/include/pcb_ext.h,v +retrieving revision 1.1.2.1 +diff -u -u -r1.1.2.1 pcb_ext.h +--- pcb_ext.h 1999/08/29 16:06:44 1.1.2.1 ++++ pcb_ext.h 1999/09/04 20:36:29 +@@ -43,4 +43,22 @@ + struct vm86_kernel ext_vm86; /* vm86 area */ + }; + ++struct pcb_ldt { ++ caddr_t ldt_base; ++ int ldt_len; ++ int ldt_refcnt; ++ u_long ldt_active; ++ struct segment_descriptor ldt_sd; ++}; ++ ++#ifdef KERNEL ++ ++#ifdef USER_LDT ++void set_user_ldt __P((struct pcb *)); ++struct pcb_ldt *user_ldt_alloc __P((struct pcb *, int)); ++void user_ldt_free __P((struct pcb *)); ++#endif ++ ++#endif ++ + #endif /* _I386_PCB_EXT_H_ */ +Index: kern/kern_fork.c +=================================================================== +RCS file: /home/cvs/cvs/src/sys/kern/kern_fork.c,v +retrieving revision 1.54.2.4 +diff -u -u -r1.54.2.4 kern_fork.c +--- kern_fork.c 1999/08/29 16:25:59 1.54.2.4 ++++ kern_fork.c 1999/09/04 20:38:06 +@@ -162,16 +162,7 @@ + */ + if ((flags & RFPROC) == 0) { + +- /* +- * Divorce the memory, if it is shared, essentially +- * this changes shared memory amongst threads, into +- * COW locally. +- */ +- if ((flags & RFMEM) == 0) { +- if (p1->p_vmspace->vm_refcnt > 1) { +- vmspace_unshare(p1); +- } +- } ++ vm_fork(p1, 0, flags); + + /* + * Close all file descriptors. +Index: pc98/i386/machdep.c +=================================================================== +RCS file: /home/cvs/cvs/src/sys/pc98/i386/machdep.c,v +retrieving revision 1.105.2.7 +diff -u -u -r1.105.2.7 machdep.c +--- machdep.c 1999/08/29 16:31:03 1.105.2.7 ++++ machdep.c 1999/09/04 20:41:41 +@@ -830,15 +830,7 @@ + + #ifdef USER_LDT + /* was i386_user_cleanup() in NetBSD */ +- if (pcb->pcb_ldt) { +- if (pcb == curpcb) { +- lldt(_default_ldt); +- currentldt = _default_ldt; +- } +- kmem_free(kernel_map, (vm_offset_t)pcb->pcb_ldt, +- pcb->pcb_ldt_len * sizeof(union descriptor)); +- pcb->pcb_ldt_len = (int)pcb->pcb_ldt = 0; +- } ++ user_ldt_free(pcb); + #endif + + bzero((char *)regs, sizeof(struct trapframe)); +Index: sys/proc.h +=================================================================== +RCS file: /home/cvs/cvs/src/sys/sys/proc.h,v +retrieving revision 1.66.2.5 +diff -u -u -r1.66.2.5 proc.h +--- proc.h 1999/08/29 16:32:36 1.66.2.5 ++++ proc.h 1999/09/04 20:42:43 +@@ -375,7 +375,7 @@ + + void cpu_exit __P((struct proc *)) __dead2; + void exit1 __P((struct proc *, int)) __dead2; +-void cpu_fork __P((struct proc *, struct proc *)); ++void cpu_fork __P((struct proc *, struct proc *, int)); + int fork1 __P((struct proc *, int)); + int trace_req __P((struct proc *)); + void cpu_wait __P((struct proc *)); +Index: vm/vm_glue.c +=================================================================== +RCS file: /home/cvs/cvs/src/sys/vm/vm_glue.c,v +retrieving revision 1.80.2.3 +diff -u -u -r1.80.2.3 vm_glue.c +--- vm_glue.c 1999/08/29 16:33:31 1.80.2.3 ++++ vm_glue.c 1999/09/04 20:43:01 +@@ -208,6 +208,21 @@ + { + register struct user *up; + ++ if ((flags & RFPROC) == 0) { ++ /* ++ * Divorce the memory, if it is shared, essentially ++ * this changes shared memory amongst threads, into ++ * COW locally. ++ */ ++ if ((flags & RFMEM) == 0) { ++ if (p1->p_vmspace->vm_refcnt > 1) { ++ vmspace_unshare(p1); ++ } ++ } ++ cpu_fork(p1, p2, flags); ++ return; ++ } ++ + if (flags & RFMEM) { + p2->p_vmspace = p1->p_vmspace; + p1->p_vmspace->vm_refcnt++; +@@ -259,7 +274,7 @@ + * cpu_fork will copy and update the pcb, set up the kernel stack, + * and make the child ready to run. + */ +- cpu_fork(p1, p2); ++ cpu_fork(p1, p2, flags); + } + + /* --- /dev/null Sat Sep 25 20:08:17 1999 +++ files/patch-3.3-sys-sigtrap Fri Sep 10 16:44:29 1999 @@ -0,0 +1,30 @@ +Index: i386/i386/trap.c +=================================================================== +RCS file: /home/cvs/cvs/src/sys/i386/i386/trap.c,v +retrieving revision 1.133.2.1 +diff -u -u -r1.133.2.1 trap.c +--- trap.c 1999/08/29 16:05:56 1.133.2.1 ++++ trap.c 1999/09/10 14:42:21 +@@ -1041,6 +1084,7 @@ + int error; + int args[8]; + u_int code; ++ int tracedsyscall = ((frame.tf_eflags & PSL_T) && !(frame.tf_eflags & PSL_VM)); + + #ifdef DIAGNOSTIC + if (ISPL(frame.tf_cs) != SEL_UPL) +@@ -1135,10 +1179,12 @@ + break; + } + +- if ((frame.tf_eflags & PSL_T) && !(frame.tf_eflags & PSL_VM)) { ++ if (tracedsyscall) { + /* Traced syscall. */ + frame.tf_eflags &= ~PSL_T; +- trapsignal(p, SIGTRAP, 0); ++ /* tell the signal handler this is a trace trap */ ++ frame.tf_trapno = T_TRCTRAP; ++ trapsignal(p, SIGTRAP, T_TRCTRAP); + } + + userret(p, &frame, sticks); --- /dev/null Sat Sep 25 20:06:59 1999 +++ patches/patch-ba Sat Sep 25 19:34:53 1999 @@ -0,0 +1,25 @@ +Index: Make.rules.in +=================================================================== +RCS file: /home/wine/wine/Make.rules.in,v +retrieving revision 1.17 +diff -u -u -r1.17 Make.rules.in +--- Make.rules.in 1999/08/15 12:45:53 1.17 ++++ Make.rules.in 1999/09/24 23:39:10 +@@ -21,7 +21,7 @@ + CC = @CC@ + CPP = @CPP@ + CFLAGS = @CFLAGS@ +-OPTIONS = @OPTIONS@ -D_REENTRANT ++OPTIONS = @OPTIONS@ -D_REENTRANT -D_THREAD_SAFE + X_CFLAGS = @X_CFLAGS@ + X_LIBS = @X_LIBS@ + XLIB = @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@ +@@ -81,7 +81,7 @@ + + # Implicit rules + +-.SUFFIXES: ++#.SUFFIXES: + .SUFFIXES: .rc .res .spec .spec.c .spec.o .glue.c $(SUFFIXES) + + .c.o: --- /dev/null Sat Sep 25 20:06:59 1999 +++ patches/patch-bd Sat Sep 25 19:34:53 1999 @@ -0,0 +1,42 @@ +Index: dlls/ntdll/exception.c +=================================================================== +RCS file: /home/wine/wine/dlls/ntdll/exception.c,v +retrieving revision 1.12 +diff -u -u -r1.12 exception.c +--- dlls/ntdll/exception.c 1999/09/22 15:25:45 1.12 ++++ dlls/ntdll/exception.c 1999/09/24 23:39:25 +@@ -31,6 +31,34 @@ + # define GET_IP(context) ((LPVOID)0) + #endif /* __i386__ */ + ++#ifdef __FreeBSD__ ++/* translate BSD's sigcontext sc_trapno for TRAP_sig */ ++int xlatebsdtrapno(int t) ++{ ++ switch (t) ++ { ++ case T_PRIVINFLT: return 6; ++ case T_BPTFLT: return 3; ++ case T_ARITHTRAP: return 16; ++ case T_PROTFLT: return 13; ++ case T_TRCTRAP: return 1; ++ case T_PAGEFLT: return 14; ++ case T_ALIGNFLT: return 17; ++ case T_DIVIDE: return 0; ++ case T_NMI: return 2; ++ case T_OFLOW: return 4; ++ case T_BOUND: return 5; ++ case T_DNA: return 7; ++ case T_FPOPFLT: return 9; ++ case T_TSSFLT: return 10; ++ case T_SEGNPFLT: return 11; ++ case T_STKFLT: return 12; ++ case T_RESERVED: return 15; ++ default: return 18; ++ } ++} ++#endif ++ + /* Default hook for built-in debugger */ + static DWORD default_hook( EXCEPTION_RECORD *rec, CONTEXT *ctx, BOOL first ) + { --- /dev/null Sat Sep 25 20:06:59 1999 +++ patches/patch-bf Sat Sep 25 19:34:53 1999 @@ -0,0 +1,16 @@ +Index: include/sig_context.h +=================================================================== +RCS file: /home/wine/wine/include/sig_context.h,v +retrieving revision 1.15 +diff -u -u -r1.15 sig_context.h +--- include/sig_context.h 1999/09/05 16:26:12 1.15 ++++ include/sig_context.h 1999/09/24 23:39:26 +@@ -171,6 +171,8 @@ + #define EFL_sig(context) ((context)->sc_efl) + /* FreeBSD, see i386/i386/traps.c::trap_pfault va->err kludge */ + #define CR2_sig(context) ((context)->sc_err) ++int xlatebsdtrapno(int t); ++#define TRAP_sig(context) ((long)xlatebsdtrapno((context)->sc_trapno)) + #endif + + --- /dev/null Sat Sep 25 20:06:59 1999 +++ patches/patch-bg Sat Sep 25 19:34:53 1999 @@ -0,0 +1,48 @@ +Index: loader/signal.c +=================================================================== +RCS file: /home/wine/wine/loader/signal.c,v +retrieving revision 1.16 +diff -u -u -r1.16 signal.c +--- loader/signal.c 1999/08/01 14:54:16 1.16 ++++ loader/signal.c 1999/09/24 23:39:26 +@@ -84,11 +84,7 @@ + } + #endif /* linux && __i386__ */ + +-/* Signal stack */ + +-static char SIGNAL_Stack[16384]; +- +- + /********************************************************************** + * SIGNAL_SetHandler + */ +@@ -98,6 +94,9 @@ + + #if defined(linux) && defined(__i386__) + ++ /* Signal stack */ ++ static char SIGNAL_Stack[16384]; ++ + struct kernel_sigaction sig_act; + sig_act.sa_handler = func; + sig_act.sa_flags = SA_RESTART | SA_NOMASK; +@@ -140,18 +139,6 @@ + */ + BOOL SIGNAL_Init(void) + { +-#ifdef HAVE_WORKING_SIGALTSTACK +- struct sigaltstack ss; +- ss.ss_sp = SIGNAL_Stack; +- ss.ss_size = sizeof(SIGNAL_Stack); +- ss.ss_flags = 0; +- if (sigaltstack(&ss, NULL) < 0) +- { +- perror("sigaltstack"); +- /* fall through on error and try it differently */ +- } +-#endif /* HAVE_SIGALTSTACK */ +- + /* ignore SIGPIPE so that WINSOCK can get a EPIPE error instead */ + signal (SIGPIPE, SIG_IGN); + /* automatic child reaping to avoid zombies */ --- /dev/null Sat Sep 25 20:06:59 1999 +++ patches/patch-bi Sat Sep 25 19:34:53 1999 @@ -0,0 +1,35 @@ +Index: scheduler/sysdeps.c +=================================================================== +RCS file: /home/wine/wine/scheduler/sysdeps.c,v +retrieving revision 1.16 +diff -u -u -r1.16 sysdeps.c +--- scheduler/sysdeps.c 1999/09/05 12:32:06 1.16 ++++ scheduler/sysdeps.c 1999/09/24 23:39:29 +@@ -112,6 +112,9 @@ + */ + void SYSDEPS_SetCurThread( TEB *teb ) + { ++#ifdef HAVE_WORKING_SIGALTSTACK ++ struct sigaltstack ss; ++#endif /* HAVE_SIGALTSTACK */ + #if defined(__i386__) + /* On the i386, the current thread is in the %fs register */ + SET_FS( teb->teb_sel ); +@@ -117,6 +125,17 @@ + /* On non-i386 Solaris, we use the LWP private pointer */ + _lwp_setprivate( teb ); + #endif ++#ifdef HAVE_WORKING_SIGALTSTACK ++ if ((ss.ss_sp = teb->signal_stack)) { ++ ss.ss_size = SIGNAL_STACK_SIZE; ++ ss.ss_flags = 0; ++ if (sigaltstack(&ss, NULL) < 0) ++ { ++ perror("SYSDEPS_SetCurThread sigaltstack"); ++ /* fall through on error and try it differently */ ++ } ++ } ++#endif /* HAVE_SIGALTSTACK */ + + init_done = 1; /* now we can use threading routines */ + } --- /dev/null Sat Sep 25 20:06:59 1999 +++ patches/patch-bj Sat Sep 25 19:34:53 1999 @@ -0,0 +1,16 @@ +Index: scheduler/thread.c +=================================================================== +RCS file: /home/wine/wine/scheduler/thread.c,v +retrieving revision 1.44 +diff -u -u -r1.44 thread.c +--- scheduler/thread.c 1999/09/20 18:45:28 1.44 ++++ scheduler/thread.c 1999/09/24 23:39:30 +@@ -194,6 +194,8 @@ + + if (CLIENT_InitThread()) return NULL; + if (!THREAD_InitTEB( &initial_teb, 0, TRUE, NULL )) return NULL; ++ /* call this again so it can set the signal stack (allocated by THREAD_InitTEB) */ ++ SYSDEPS_SetCurThread( &initial_teb ); + return &initial_teb; + } + --- /dev/null Sat Sep 25 20:06:59 1999 +++ patches/patch-cb Sat Sep 25 19:34:53 1999 @@ -0,0 +1,36 @@ +Index: controls/button.c +=================================================================== +RCS file: /home/wine/wine/controls/button.c,v +retrieving revision 1.29 +diff -u -u -r1.29 button.c +--- controls/button.c 1999/09/13 16:06:17 1.29 ++++ controls/button.c 1999/09/24 23:39:12 +@@ -150,11 +150,12 @@ + SetCapture( hWnd ); + SetFocus( hWnd ); + SendMessageA( hWnd, BM_SETSTATE, TRUE, 0 ); ++ infoPtr->state |= BUTTON_BTNPRESSED; + break; + + case WM_LBUTTONUP: +- /* FIXME: real windows uses extra flags in the status for this */ +- if (GetCapture() != hWnd) break; ++ if (!(infoPtr->state & BUTTON_BTNPRESSED)) break; ++ infoPtr->state &= BUTTON_NSTATES; + ReleaseCapture(); + if (!(infoPtr->state & BUTTON_HIGHLIGHTED)) break; + SendMessageA( hWnd, BM_SETSTATE, FALSE, 0 ); +@@ -188,6 +189,13 @@ + SendMessageA( hWnd, BM_SETSTATE, PtInRect(&rect, pt), 0 ); + } + break; ++ ++ case WM_CAPTURECHANGED: ++ if (!(infoPtr->state & BUTTON_BTNPRESSED)) break; ++ infoPtr->state &= BUTTON_NSTATES; ++ if (!(infoPtr->state & BUTTON_HIGHLIGHTED)) break; ++ SendMessageA( hWnd, BM_SETSTATE, FALSE, 0 ); ++ break; + + case WM_NCHITTEST: + if(style == BS_GROUPBOX) return HTTRANSPARENT; --- /dev/null Sat Sep 25 20:06:59 1999 +++ patches/patch-ce Sat Sep 25 19:34:53 1999 @@ -0,0 +1,19 @@ +Index: include/button.h +=================================================================== +RCS file: /home/wine/wine/include/button.h,v +retrieving revision 1.4 +diff -u -u -r1.4 button.h +--- include/button.h 1999/04/15 15:49:36 1.4 ++++ include/button.h 1999/09/24 23:39:25 +@@ -26,6 +26,11 @@ + #define BUTTON_3STATE 0x02 + #define BUTTON_HIGHLIGHTED 0x04 + #define BUTTON_HASFOCUS 0x08 ++#define BUTTON_NSTATES 0x0F ++ /* undocumented flags */ ++#define BUTTON_BTNPRESSED 0x40 ++#define BUTTON_UNKNOWN2 0x20 ++#define BUTTON_UNKNOWN3 0x10 + + #define BUTTON_STATE(hwnd) ((WIN_FindWndPtr(hwnd))->wExtra[0]) + --- /dev/null Sat Sep 25 20:06:59 1999 +++ patches/patch-ch Sat Sep 25 19:34:53 1999 @@ -0,0 +1,325 @@ +Index: objects/brush.c +=================================================================== +RCS file: /home/wine/wine/objects/brush.c,v +retrieving revision 1.16 +diff -u -u -r1.16 brush.c +--- objects/brush.c 1999/05/23 10:25:26 1.16 ++++ objects/brush.c 1999/09/24 23:39:28 +@@ -14,56 +14,103 @@ + + + /*********************************************************************** +- * CreateBrushIndirect16 (GDI.50) ++ * BRUSH_CopyDIB (internal - do the Dib creation) + */ +-HBRUSH16 WINAPI CreateBrushIndirect16( const LOGBRUSH16 * brush ) ++BOOL BRUSH_CopyDIB( LOGBRUSH * logbrush, BITMAPINFO *info, UINT coloruse) ++{ ++ BITMAPINFO *newInfo; ++ INT size; ++ ++ logbrush->lbStyle = BS_DIBPATTERN; ++ logbrush->lbColor = coloruse; ++ logbrush->lbHatch = 0; ++ ++ /* Make a copy of the bitmap */ ++ ++ if (info->bmiHeader.biCompression) ++ size = info->bmiHeader.biSizeImage; ++ else ++ size = DIB_GetDIBImageBytes(info->bmiHeader.biWidth, ++ info->bmiHeader.biHeight, ++ info->bmiHeader.biBitCount); ++ size += DIB_BitmapInfoSize( info, coloruse ); ++ ++ if (!(logbrush->lbHatch = (INT)GlobalAlloc16( GMEM_MOVEABLE, size ))) ++ { ++ return FALSE; ++ } ++ newInfo = (BITMAPINFO *) GlobalLock16( (HGLOBAL16)logbrush->lbHatch ); ++ memcpy( newInfo, info, size ); ++ GlobalUnlock16( (HGLOBAL16)logbrush->lbHatch ); ++ return TRUE; ++} ++ ++/*********************************************************************** ++ * BRUSH_CreateBrush (internal; called by brush creation functions) ++ * do the actual gdi object creation ++ */ ++HBRUSH BRUSH_CreateBrush( const LOGBRUSH * brush ) + { + BRUSHOBJ * brushPtr; +- HBRUSH16 hbrush = GDI_AllocObject( sizeof(BRUSHOBJ), BRUSH_MAGIC ); ++ HBRUSH hbrush; ++ hbrush = GDI_AllocObject( sizeof(BRUSHOBJ), BRUSH_MAGIC ); + if (!hbrush) return 0; + brushPtr = (BRUSHOBJ *) GDI_HEAP_LOCK( hbrush ); + brushPtr->logbrush.lbStyle = brush->lbStyle; + brushPtr->logbrush.lbColor = brush->lbColor; + brushPtr->logbrush.lbHatch = brush->lbHatch; ++ TRACE("created : %08x style=%x lbHatch=%x\n", hbrush, brush->lbStyle, brush->lbHatch); + GDI_HEAP_UNLOCK( hbrush ); +- TRACE("%04x\n", hbrush); + return hbrush; + } + + + /*********************************************************************** ++ * BRUSH_CreateBitmapBrush (internal; do the bitmap duplication) ++ */ ++HBRUSH BRUSH_CreateBitmapBrush( LOGBRUSH * brush ) ++{ ++ if (brush->lbStyle == BS_PATTERN) ++ { ++ brush->lbHatch = (INT)BITMAP_CopyBitmap( brush->lbHatch ); ++ if (!brush->lbHatch) ++ return 0; ++ } ++ return BRUSH_CreateBrush( brush ); ++} ++ ++/*********************************************************************** + * CreateBrushIndirect32 (GDI32.27) + */ + HBRUSH WINAPI CreateBrushIndirect( const LOGBRUSH * brush ) + { +- BRUSHOBJ * brushPtr; +- HBRUSH hbrush = GDI_AllocObject( sizeof(BRUSHOBJ), BRUSH_MAGIC ); +- if (!hbrush) return 0; +- brushPtr = (BRUSHOBJ *) GDI_HEAP_LOCK( hbrush ); +- brushPtr->logbrush.lbStyle = brush->lbStyle; +- brushPtr->logbrush.lbColor = brush->lbColor; +- brushPtr->logbrush.lbHatch = brush->lbHatch; +- GDI_HEAP_UNLOCK( hbrush ); +- TRACE("%08x\n", hbrush); +- return hbrush; ++ LOGBRUSH logbrush; ++ logbrush.lbStyle = brush->lbStyle; ++ logbrush.lbColor = brush->lbColor; ++ logbrush.lbHatch = brush->lbHatch; ++ return BRUSH_CreateBitmapBrush( &logbrush ); + } + + + /*********************************************************************** +- * CreateHatchBrush16 (GDI.58) ++ * CreateBrushIndirect16 (GDI.50) + */ +-HBRUSH16 WINAPI CreateHatchBrush16( INT16 style, COLORREF color ) ++HBRUSH16 WINAPI CreateBrushIndirect16( const LOGBRUSH16 * brush ) + { +- LOGBRUSH logbrush; +- +- TRACE("%d %06lx\n", style, color ); ++ LOGBRUSH logbrush = { 0, 0, 0 }; ++ logbrush.lbStyle = brush->lbStyle; ++ logbrush.lbColor = brush->lbColor; ++ logbrush.lbHatch = brush->lbHatch; ++ return (HBRUSH16) BRUSH_CreateBitmapBrush( &logbrush ); ++} + +- logbrush.lbStyle = BS_HATCHED; +- logbrush.lbColor = color; +- logbrush.lbHatch = style; + +- if ((style < 0) || (style >= NB_HATCH_STYLES)) return 0; +- return CreateBrushIndirect( &logbrush ); ++/*********************************************************************** ++ * CreateHatchBrush16 (GDI.58) ++ */ ++HBRUSH16 WINAPI CreateHatchBrush16( INT16 style, COLORREF color ) ++{ ++return (HBRUSH16) CreateHatchBrush((INT) style, color); + } + + +@@ -81,7 +128,7 @@ + logbrush.lbHatch = style; + + if ((style < 0) || (style >= NB_HATCH_STYLES)) return 0; +- return CreateBrushIndirect( &logbrush ); ++ return BRUSH_CreateBrush( &logbrush ); + } + + +@@ -90,7 +137,7 @@ + */ + HBRUSH16 WINAPI CreatePatternBrush16( HBITMAP16 hbitmap ) + { +- return (HBRUSH16)CreatePatternBrush( hbitmap ); ++ return (HBRUSH16)CreatePatternBrush( (HBITMAP) hbitmap ); + } + + +@@ -100,53 +147,31 @@ + HBRUSH WINAPI CreatePatternBrush( HBITMAP hbitmap ) + { + LOGBRUSH logbrush = { BS_PATTERN, 0, 0 }; +- TRACE("%04x\n", hbitmap ); +- +- logbrush.lbHatch = (INT)BITMAP_CopyBitmap( hbitmap ); +- if(!logbrush.lbHatch) +- return 0; +- else +- return CreateBrushIndirect( &logbrush ); ++ TRACE("%04x\n", hbitmap); ++ ++ logbrush.lbHatch = hbitmap ; ++ return BRUSH_CreateBitmapBrush( &logbrush ); + } + + ++ + /*********************************************************************** + * CreateDIBPatternBrush16 (GDI.445) + */ + HBRUSH16 WINAPI CreateDIBPatternBrush16( HGLOBAL16 hbitmap, UINT16 coloruse ) + { + LOGBRUSH logbrush; +- BITMAPINFO *info, *newInfo; +- INT size; ++ BITMAPINFO *info; ++ BOOL ret; + + TRACE("%04x\n", hbitmap ); + +- logbrush.lbStyle = BS_DIBPATTERN; +- logbrush.lbColor = coloruse; +- logbrush.lbHatch = 0; +- +- /* Make a copy of the bitmap */ +- + if (!(info = (BITMAPINFO *)GlobalLock16( hbitmap ))) return 0; +- +- if (info->bmiHeader.biCompression) +- size = info->bmiHeader.biSizeImage; +- else +- size = DIB_GetDIBImageBytes(info->bmiHeader.biWidth, +- info->bmiHeader.biHeight, +- info->bmiHeader.biBitCount); +- size += DIB_BitmapInfoSize( info, coloruse ); +- +- if (!(logbrush.lbHatch = (INT16)GlobalAlloc16( GMEM_MOVEABLE, size ))) +- { +- GlobalUnlock16( hbitmap ); +- return 0; +- } +- newInfo = (BITMAPINFO *) GlobalLock16( (HGLOBAL16)logbrush.lbHatch ); +- memcpy( newInfo, info, size ); +- GlobalUnlock16( (HGLOBAL16)logbrush.lbHatch ); ++ ret = BRUSH_CopyDIB( &logbrush, info, coloruse ); + GlobalUnlock16( hbitmap ); +- return CreateBrushIndirect( &logbrush ); ++ ++ if (!ret) return 0; ++ return BRUSH_CreateBrush( &logbrush ); + } + + +@@ -165,42 +190,23 @@ + * + */ + HBRUSH WINAPI CreateDIBPatternBrush( +- HGLOBAL hbitmap, /* Global object containg BITMAPINFO structure */ ++ HGLOBAL hbitmap, /* Global object containing BITMAPINFO structure */ + UINT coloruse /* Specifies color format, if provided */ + ) + { + LOGBRUSH logbrush; +- BITMAPINFO *info, *newInfo; +- INT size; +- ++ BITMAPINFO *info; ++ BOOL ret; ++ + TRACE("%04x\n", hbitmap ); + +- logbrush.lbStyle = BS_DIBPATTERN; +- logbrush.lbColor = coloruse; +- logbrush.lbHatch = 0; +- +- /* Make a copy of the bitmap */ +- + if (!(info = (BITMAPINFO *)GlobalLock( hbitmap ))) return 0; ++ ret = BRUSH_CopyDIB( &logbrush, info, coloruse ); ++ GlobalUnlock( hbitmap ); + +- if (info->bmiHeader.biCompression) +- size = info->bmiHeader.biSizeImage; +- else +- size = DIB_GetDIBImageBytes(info->bmiHeader.biWidth, +- info->bmiHeader.biHeight, +- info->bmiHeader.biBitCount); +- size += DIB_BitmapInfoSize( info, coloruse ); ++ if (!ret) return 0; ++ return BRUSH_CreateBrush( &logbrush ); + +- if (!(logbrush.lbHatch = (INT)GlobalAlloc16( GMEM_MOVEABLE, size ))) +- { +- GlobalUnlock16( hbitmap ); +- return 0; +- } +- newInfo = (BITMAPINFO *) GlobalLock16( (HGLOBAL16)logbrush.lbHatch ); +- memcpy( newInfo, info, size ); +- GlobalUnlock16( (HGLOBAL16)logbrush.lbHatch ); +- GlobalUnlock( hbitmap ); +- return CreateBrushIndirect( &logbrush ); + } + + +@@ -223,35 +229,12 @@ + { + BITMAPINFO *info=(BITMAPINFO*)data; + LOGBRUSH logbrush; +- BITMAPINFO *newInfo; +- INT size; + + TRACE("%p %ldx%ld %dbpp\n", info, info->bmiHeader.biWidth, + info->bmiHeader.biHeight, info->bmiHeader.biBitCount); +- +- logbrush.lbStyle = BS_DIBPATTERN; +- logbrush.lbColor = coloruse; +- logbrush.lbHatch = 0; + +- /* Make a copy of the bitmap */ +- +- +- if (info->bmiHeader.biCompression) +- size = info->bmiHeader.biSizeImage; +- else +- size = DIB_GetDIBImageBytes(info->bmiHeader.biWidth, +- info->bmiHeader.biHeight, +- info->bmiHeader.biBitCount); +- size += DIB_BitmapInfoSize( info, coloruse ); +- +- if (!(logbrush.lbHatch = (INT)GlobalAlloc16( GMEM_MOVEABLE, size ))) +- { +- return 0; +- } +- newInfo = (BITMAPINFO *) GlobalLock16( (HGLOBAL16)logbrush.lbHatch ); +- memcpy( newInfo, info, size ); +- GlobalUnlock16( (HGLOBAL16)logbrush.lbHatch ); +- return CreateBrushIndirect( &logbrush ); ++ if (!BRUSH_CopyDIB( &logbrush, info, coloruse )) return 0; ++ return BRUSH_CreateBrush( &logbrush ); + } + + +@@ -268,7 +251,7 @@ + logbrush.lbColor = color; + logbrush.lbHatch = 0; + +- return CreateBrushIndirect( &logbrush ); ++ return BRUSH_CreateBrush( &logbrush ); + } + + +@@ -285,7 +268,7 @@ + logbrush.lbColor = color; + logbrush.lbHatch = 0; + +- return CreateBrushIndirect( &logbrush ); ++ return BRUSH_CreateBrush( &logbrush ); + } + + --- /dev/null Sat Sep 25 20:06:59 1999 +++ patches/patch-cj Sat Sep 25 19:34:53 1999 @@ -0,0 +1,29 @@ +Index: controls/edit.c +=================================================================== +RCS file: /home/wine/wine/controls/edit.c,v +retrieving revision 1.29 +diff -u -u -r1.29 edit.c +--- controls/edit.c 1999/09/10 13:58:34 1.29 ++++ controls/edit.c 1999/09/24 23:39:15 +@@ -3031,14 +3034,14 @@ + if (e == s) + return; + ORDER_INT(s, e); +- hdst = GlobalAlloc(GMEM_MOVEABLE, (DWORD)(e - s + 1)); +- dst = GlobalLock(hdst); ++ hdst = GlobalAlloc16(GMEM_MOVEABLE, (DWORD)(e - s + 1)); ++ dst = GlobalLock16(hdst); + lstrcpynA(dst, es->text + s, e - s + 1); +- GlobalUnlock(hdst); +- OpenClipboard(wnd->hwndSelf); +- EmptyClipboard(); +- SetClipboardData(CF_TEXT, hdst); +- CloseClipboard(); ++ GlobalUnlock16(hdst); ++ OpenClipboard16(wnd->hwndSelf); ++ EmptyClipboard16(); ++ SetClipboardData16(CF_TEXT, hdst); ++ CloseClipboard16(); + } + + --- /dev/null Sat Sep 25 20:06:59 1999 +++ patches/patch-ck Sat Sep 25 19:34:53 1999 @@ -0,0 +1,192 @@ +Index: windows/clipboard.c +=================================================================== +RCS file: /home/wine/wine/windows/clipboard.c,v +retrieving revision 1.16 +diff -u -u -r1.16 clipboard.c +--- windows/clipboard.c 1999/09/20 15:42:48 1.16 ++++ windows/clipboard.c 1999/09/24 23:39:31 +@@ -171,8 +171,20 @@ + */ + VOID CALLBACK CLIPBOARD_GlobalFreeProc( HWND hwnd, UINT uMsg, UINT idEvent, DWORD dwTime ) + { +- /* idEvent is the HGLOBAL to be deleted */ +- GlobalFree( (HGLOBAL)idEvent ); ++ HANDLE16 hGlobal16 = (HGLOBAL16)idEvent; ++ HANDLE * pGlobalData = (HANDLE *)GlobalLock16( hGlobal16 ); ++ int nElements = GlobalSize16(hGlobal16) / sizeof(HANDLE); ++ int i; ++ ++ /* Free the list of HGLOBAL's */ ++ for (i = 0; i < nElements; i++) ++ { ++ if (pGlobalData[i]) ++ GlobalFree( pGlobalData[i] ); ++ } ++ ++ GlobalUnlock16( hGlobal16 ); ++ GlobalFree16( hGlobal16 ); + } + + /************************************************************************** +@@ -180,6 +192,9 @@ + */ + void CLIPBOARD_DeleteRecord(LPWINE_CLIPFORMAT lpFormat, BOOL bChange) + { ++ HANDLE16 hGlobal16 = 0; ++ HANDLE * pGlobalData = 0; ++ + if( (lpFormat->wFormatID >= CF_GDIOBJFIRST && + lpFormat->wFormatID <= CF_GDIOBJLAST) || lpFormat->wFormatID == CF_BITMAP ) + { +@@ -193,17 +208,22 @@ + if (lpFormat->hData32) + { + DeleteMetaFile( ((METAFILEPICT *)GlobalLock( lpFormat->hData32 ))->hMF ); ++ GlobalUnlock(lpFormat->hData32); ++ ++ /* Release lpFormat->hData32 in the context of the process which created it. ++ * See CLIPBOARD_GlobalFreeProc for more details about this technique. ++ * GlobalFree(lpFormat->hDataSrc32); ++ */ ++ ++ /* hGlobal16 contains an array of HGLOBAL's to be free'd */ ++ hGlobal16 = GlobalAlloc16(GMEM_ZEROINIT | GMEM_MOVEABLE | GMEM_DDESHARE, sizeof(HANDLE) * 2); ++ pGlobalData = (HANDLE *)GlobalLock16(hGlobal16); ++ pGlobalData[0] = lpFormat->hData32; ++ pGlobalData[1] = lpFormat->hDataSrc32; ++ GlobalUnlock16(hGlobal16); ++ + PostMessageA(hWndClipOwner, WM_TIMER, +- (WPARAM)lpFormat->hData32, (LPARAM)CLIPBOARD_GlobalFreeProc); +- if (lpFormat->hDataSrc32) +- { +- /* Release lpFormat->hData32 in the context of the process which created it. +- * See CLIPBOARD_GlobalFreeProc for more details about this technique. +- * GlobalFree(lpFormat->hDataSrc32); +- */ +- PostMessageA(hWndClipOwner, WM_TIMER, +- (WPARAM)lpFormat->hDataSrc32, (LPARAM)CLIPBOARD_GlobalFreeProc); +- } ++ (WPARAM)hGlobal16, (LPARAM)CLIPBOARD_GlobalFreeProc); + + if (lpFormat->hData16) + /* HMETAFILE16 and HMETAFILE32 are apparently the same thing, +@@ -222,22 +242,20 @@ + { + if (lpFormat->hData32) + { ++ /* hGlobal16 contains an array of HGLOBAL's to be free'd */ ++ hGlobal16 = GlobalAlloc16(GMEM_ZEROINIT | GMEM_MOVEABLE | GMEM_DDESHARE, sizeof(HANDLE) * 2); ++ pGlobalData = (HANDLE *)GlobalLock16(hGlobal16); ++ pGlobalData[0] = lpFormat->hData32; ++ pGlobalData[1] = lpFormat->hDataSrc32; ++ GlobalUnlock16(hGlobal16); ++ + /* Release lpFormat->hData32 in the context of the process which created it. + * See CLIPBOARD_GlobalFreeProc for more details about this technique. + * GlobalFree( lpFormat->hData32 ); + */ + PostMessageA(hWndClipOwner, WM_TIMER, +- (WPARAM)lpFormat->hData32, (LPARAM)CLIPBOARD_GlobalFreeProc); ++ (WPARAM)hGlobal16, (LPARAM)CLIPBOARD_GlobalFreeProc); + } +- if (lpFormat->hDataSrc32) +- { +- /* Release lpFormat->hData32 in the context of the process which created it. +- * See CLIPBOARD_GlobalFreeProc for more details about this technique. +- * GlobalFree(lpFormat->hDataSrc32); +- */ +- PostMessageA(hWndClipOwner, WM_TIMER, +- (WPARAM)lpFormat->hDataSrc32, (LPARAM)CLIPBOARD_GlobalFreeProc); +- } + if (lpFormat->hData16) + GlobalFree16(lpFormat->hData16); + } +@@ -431,7 +449,7 @@ + * FIXME: Should be a pair of driver functions that convert between OEM text and Windows. + * + */ +-static LPWINE_CLIPFORMAT CLIPBOARD_RenderText( UINT wFormat ) ++static LPWINE_CLIPFORMAT CLIPBOARD_RenderText( UINT wFormat, BOOL b16Bit ) + { + LPWINE_CLIPFORMAT lpSource = ClipFormats; + LPWINE_CLIPFORMAT lpTarget; +@@ -486,10 +504,18 @@ + if( !lpstrS ) return NULL; + TRACE("\tconverting from '%s' to '%s', %i chars\n", + lpSource->Name, lpTarget->Name, size); +- +- lpTarget->hData32 = GlobalAlloc(GMEM_ZEROINIT, size); +- lpstrT = (LPSTR)GlobalLock(lpTarget->hData32); +- ++ ++ if (b16Bit) ++ { ++ lpTarget->hData16 = GlobalAlloc16(GMEM_ZEROINIT | GMEM_MOVEABLE | GMEM_DDESHARE, size); ++ lpstrT = (LPSTR)GlobalLock16(lpTarget->hData16); ++ } ++ else ++ { ++ lpTarget->hData32 = GlobalAlloc(GMEM_ZEROINIT | GMEM_MOVEABLE | GMEM_DDESHARE, size); ++ lpstrT = (LPSTR)GlobalLock(lpTarget->hData32); ++ } ++ + if( lpstrT ) + { + if( lpSource->wFormatID == CF_TEXT ) +@@ -497,10 +523,15 @@ + else + OemToCharBuffA(lpstrS, lpstrT, size); + TRACE("\tgot %s\n", lpstrT); +- GlobalUnlock(lpTarget->hData32); ++ ++ /* Unlock target */ ++ if (b16Bit) ++ GlobalUnlock16(lpTarget->hData16); ++ else ++ GlobalUnlock(lpTarget->hData32); + } + else +- lpTarget->hData32 = 0; ++ lpTarget->hData16 = lpTarget->hData32 = 0; + + /* Unlock source */ + if (lpSource->hData32) +@@ -780,7 +811,7 @@ + + if( wFormat == CF_TEXT || wFormat == CF_OEMTEXT ) + { +- lpRender = CLIPBOARD_RenderText(wFormat); ++ lpRender = CLIPBOARD_RenderText(wFormat, TRUE); + if ( !lpRender ) return 0; + } + else +@@ -790,7 +821,8 @@ + } + + /* Convert between 32 -> 16 bit data, if necessary */ +- if( lpRender->hData32 && !lpRender->hData16 ) ++ if( lpRender->hData32 && !lpRender->hData16 ++ && CLIPBOARD_IsMemoryObject(wFormat) ) + { + int size; + if( lpRender->wFormatID == CF_METAFILEPICT ) +@@ -846,7 +878,7 @@ + + if( wFormat == CF_TEXT || wFormat == CF_OEMTEXT ) + { +- lpRender = CLIPBOARD_RenderText(wFormat); ++ lpRender = CLIPBOARD_RenderText(wFormat, FALSE); + if ( !lpRender ) return 0; + } + else +@@ -856,7 +888,8 @@ + } + + /* Convert between 16 -> 32 bit data, if necessary */ +- if( lpRender->hData16 && !lpRender->hData32 ) ++ if( lpRender->hData16 && !lpRender->hData32 ++ && CLIPBOARD_IsMemoryObject(wFormat) ) + { + int size; + if( lpRender->wFormatID == CF_METAFILEPICT ) --- /dev/null Sat Sep 25 20:06:59 1999 +++ patches/patch-cl Sat Sep 25 19:34:53 1999 @@ -0,0 +1,25 @@ +Index: windows/winproc.c +=================================================================== +RCS file: /home/wine/wine/windows/winproc.c,v +retrieving revision 1.27 +diff -u -u -r1.27 winproc.c +--- windows/winproc.c 1999/08/15 12:45:02 1.27 ++++ windows/winproc.c 1999/09/24 23:39:33 +@@ -2329,8 +2329,16 @@ + { + WINDOWPROC *proc = WINPROC_GetPtr( func ); + +- if (!proc) ++ if (!proc) { ++ extern VOID CALLBACK CLIPBOARD_GlobalFreeProc( HWND hwnd, UINT uMsg, UINT idEvent, DWORD dwTime ); ++ if (msg == WM_TIMER && func == (WNDPROC16)CLIPBOARD_GlobalFreeProc) ++ /* ++ * this is a 32bit timer proc that is not a WINDOWPROC *, ++ * don't call it as 16bit (see windows/clipboard.c) ++ */ ++ return WINPROC_CallWndProc((WNDPROC) func, hwnd, msg, wParam, lParam ); + return WINPROC_CallWndProc16( func, hwnd, msg, wParam, lParam ); ++ } + + #if testing + func = WINPROC_GetProc( (HWINDOWPROC)proc, WIN_PROC_16 ); --- /dev/null Sat Sep 25 20:08:54 1999 +++ pkg/MESSAGE Thu Sep 9 23:27:58 1999 @@ -0,0 +1,4 @@ +In order to use wine you need to build and install a new kernel with +options USER_LDT, SYSVSHM, SYSVSEM, and SYSVMSG. Before you do that +you might want to apply the patches in /usr/local/share/wine to your +kernel sources, see the README.patch there. >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 Sep 25 14:44:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 31E5D150F3; Sat, 25 Sep 1999 14:44:45 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA23592; Sat, 25 Sep 1999 14:44:44 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 25 Sep 1999 14:44:44 -0700 (PDT) From: Message-Id: <199909252144.OAA23592@freefall.freebsd.org> To: nox@jelal.kn-bremen.de, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13670: update emulators/wine for the release Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update emulators/wine for the release State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Sep 25 14:44:36 PDT 1999 State-Changed-Why: Superseded by PR 13952 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 25 14:56:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 013CB14CE8; Sat, 25 Sep 1999 14:56:56 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA24298; Sat, 25 Sep 1999 14:56:56 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 25 Sep 1999 14:56:56 -0700 (PDT) From: Message-Id: <199909252156.OAA24298@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, jmz@FreeBSD.org Subject: Re: ports/13776: The XFree86-3.3.5 port -- one of the kerberos4 hunks fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: The XFree86-3.3.5 port -- one of the kerberos4 hunks fails Responsible-Changed-From-To: freebsd-ports->jmz Responsible-Changed-By: cpiazza Responsible-Changed-When: Sat Sep 25 14:56:43 PDT 1999 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 25 15: 3:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D43315100; Sat, 25 Sep 1999 15:03:41 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA24638; Sat, 25 Sep 1999 15:03:41 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 25 Sep 1999 15:03:41 -0700 (PDT) From: Message-Id: <199909252203.PAA24638@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/13656: update ports: dlint 1.3.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update ports: dlint 1.3.3 Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: cpiazza Responsible-Changed-When: Sat Sep 25 15:03:13 PDT 1999 Responsible-Changed-Why: over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 25 15: 5:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B759715896; Sat, 25 Sep 1999 15:05:37 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA24789; Sat, 25 Sep 1999 15:05:37 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 25 Sep 1999 15:05:37 -0700 (PDT) From: Message-Id: <199909252205.PAA24789@freefall.freebsd.org> To: yenming@andrew.cmu.edu, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13334: remote scanning can cause argus to dump core and exit. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: remote scanning can cause argus to dump core and exit. State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Sep 25 15:05:12 PDT 1999 State-Changed-Why: Please report this bug to the authors of argus. We can't be responsible for fixing all the bugs in ported programs :-). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 25 15: 8:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [195.37.179.254]) by hub.freebsd.org (Postfix) with ESMTP id 2A7C814E2B for ; Sat, 25 Sep 1999 15:08:40 -0700 (PDT) (envelope-from nox@saturn.kn-bremen.de) Received: from saturn.kn-bremen.de (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id AAA11574; Sun, 26 Sep 1999 00:00:51 +0200 Received: (from nox@localhost) by saturn.kn-bremen.de (8.9.3/8.8.5) id XAA60134; Sat, 25 Sep 1999 23:56:24 +0200 (MET DST) Date: Sat, 25 Sep 1999 23:56:24 +0200 (MET DST) From: Juergen Lock Message-Id: <199909252156.XAA60134@saturn.kn-bremen.de> To: mark@dogma.freebsd-uk.eu.org Subject: Re: ``make depend'' fails on latest wine(1) source X-Newsgroups: local.list.freebsd.ports In-Reply-To: <19990925195136.A394@marder-1> Organization: home Cc: freebsd-ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In article <19990925195136.A394@marder-1> you write: >I'm attempting to build wine(1) from the latest (990923) sources. >I've sorted the patches but ``make depend'' throws up this error: > >marder-1# make depend >cd ../tools; make 'CC=cc' 'CFLAGS=-O -pipe -Wall' 'OPTIONS=-D_REENTRANT' makedep >make: don't know how to make makedep.o. Stop >*** Error code 2 > >Stop. > >Examining the output of ``make -dA depend'' shows this to be the >problem: > > >SuffFindDeps (makedep) > No known suffix on makedep. Using .NULL suffix >not adding suffix rules There's the problem: for some reason they added a line .SUFFIXES: to their Makefiles (actually Make.rules.in, from where it ends up getting copied into every Makefile). Now you can either add USE_GMAKE= yes in the port Makefile, as thats the make they (linux) appear to be using (which seems to interpret this empty .SUFFIXES: as `reset to default suffixes' not `forget about all suffixes' as ours does) or you can simply disable the line. Or you can just apply the port update i submitted today and build from that, it includes a bunch of other fixes you'd also like to have. Regards, -- Juergen Lock (remove dot foo from address to reply) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 25 15:11:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F02A14EE5; Sat, 25 Sep 1999 15:11:24 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA25239; Sat, 25 Sep 1999 15:11:24 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 25 Sep 1999 15:11:24 -0700 (PDT) From: Message-Id: <199909252211.PAA25239@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, andreas@FreeBSD.org Subject: Re: ports/13838: postgresql updated to 6.5.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: postgresql updated to 6.5.2 Responsible-Changed-From-To: freebsd-ports->andreas Responsible-Changed-By: cpiazza Responsible-Changed-When: Sat Sep 25 15:09:43 PDT 1999 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 25 15:11:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 99D5A14E2B; Sat, 25 Sep 1999 15:11:50 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA25330; Sat, 25 Sep 1999 15:11:50 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 25 Sep 1999 15:11:50 -0700 (PDT) From: Message-Id: <199909252211.PAA25330@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, andreas@FreeBSD.org Subject: Re: ports/13855: pgaccess updated to 0.98 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: pgaccess updated to 0.98 Responsible-Changed-From-To: freebsd-ports->andreas Responsible-Changed-By: cpiazza Responsible-Changed-When: Sat Sep 25 15:11:42 PDT 1999 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 25 15:15:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 56C4C14E26; Sat, 25 Sep 1999 15:15:40 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA25608; Sat, 25 Sep 1999 15:15:40 -0700 (PDT) (envelope-from dan@FreeBSD.org) Date: Sat, 25 Sep 1999 15:15:40 -0700 (PDT) From: Message-Id: <199909252215.PAA25608@freefall.freebsd.org> To: dan@trinsec.com, dan@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13335: New port - sshbuddy Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port - sshbuddy State-Changed-From-To: open-> closed State-Changed-By: dan State-Changed-When: Sat Sep 25 15:14:53 PDT 1999 State-Changed-Why: Closed in favour of newer version To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 25 15:30: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7AE8D1519E; Sat, 25 Sep 1999 15:30:06 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA26705; Sat, 25 Sep 1999 15:30:06 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 25 Sep 1999 15:30:06 -0700 (PDT) From: Message-Id: <199909252230.PAA26705@freefall.freebsd.org> To: aa8vb@ipass.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13866: [NEW PORT] glclock - An OpenGL benchmark and demo Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [NEW PORT] glclock - An OpenGL benchmark and demo State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Sep 25 15:29:53 PDT 1999 State-Changed-Why: New port committed with a minor tweak to patch-aa, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 25 15:33:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id 262B414E4A for ; Sat, 25 Sep 1999 15:33:35 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.9.3/8.9.3) with SMTP id RAA65078 for ; Sat, 25 Sep 1999 17:33:34 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <004901bf07a6$006ef320$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: "FreeBSD-Ports" Subject: Upgrade for Apache13-FP Date: Sat, 25 Sep 1999 17:33:33 -0500 Organization: West Bend Internet 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.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Could someone please commit PR ports/13673 to the Apache13-FP port. This PR upgrades the port to use Apache v1.3.9 w/FP98 Ext. It will also allow FreeBSD-Current users to compile this port, as Apache v1.3.6 didn't support FreeBSD-Current (a patch to src/Configure is missing). Thanks, Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 25 15:50:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1785C15728 for ; Sat, 25 Sep 1999 15:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA28028; Sat, 25 Sep 1999 15:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kot.ne.mediaone.net (kot.ne.mediaone.net [24.218.15.190]) by hub.freebsd.org (Postfix) with ESMTP id 95DB214C37 for ; Sat, 25 Sep 1999 15:43:04 -0700 (PDT) (envelope-from mi@aldan.algebra.com) Received: from rtfm.newton (rtfm.newton [10.10.0.1]) by kot.ne.mediaone.net (8.9.3/8.9.1) with ESMTP id SAA08425; Sat, 25 Sep 1999 18:28:56 -0400 (EDT) Received: (from mi@localhost) by rtfm.newton (8.9.3/8.9.1) id SAA81547; Sat, 25 Sep 1999 18:28:56 -0400 (EDT) Message-Id: <199909252228.SAA81547@rtfm.newton> Date: Sat, 25 Sep 1999 18:28:56 -0400 (EDT) From: Mikhail Teterin Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org Cc: proff@iq.org X-Send-Pr-Version: 3.2 Subject: ports/13965: upgrading the lincity port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13965 >Category: ports >Synopsis: upgrading the lincity 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: Sat Sep 25 15:50:03 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 3.3-RC i386 >Organization: Virtual Estates, Inc. >Environment: >Description: As many other ports, unfortunately, this one was ingoring the local settings for CC and CFLAGS. It was also requiring gmake needlessly (it seems). Finally, the newer version of the software is available -- 1.11. Two ouright bugs had to be fixed in the software, besides the usual configuration patches. >How-To-Repeat: >Fix: diff -r -u -N lincity/Makefile lincity-1.11/Makefile --- lincity/Makefile Wed Aug 25 02:03:57 1999 +++ lincity-1.11/Makefile Sat Sep 25 18:24:40 1999 @@ -6,16 +6,13 @@ # $FreeBSD: ports/games/lincity/Makefile,v 1.5 1999/08/25 06:03:57 obrien Exp $ # -DISTNAME= lincity109 -PKGNAME= lincity-1.09 +DISTNAME= lincity-1.11 CATEGORIES= games MASTER_SITES= ftp://ftp.demon.co.uk/pub/unix/linux/games/ -EXTRACT_SUFX= -src.tar.gz MAINTAINER= proff@iq.org USE_XLIB= yes -USE_GMAKE= yes ALL_TARGET= freebsd MAN6= lincity.6 MANCOMPRESSED= no diff -r -u -N lincity/files/md5 lincity-1.11/files/md5 --- lincity/files/md5 Wed Oct 29 19:48:48 1997 +++ lincity-1.11/files/md5 Sat Sep 25 18:25:54 1999 @@ -1 +1 @@ -MD5 (lincity109-src.tar.gz) = 8a114a31569c4def6c4a2670adb96a64 +MD5 (lincity-1.11.tar.gz) = fa64ddfe0a6ca95a614843ac2fcd2473 Binary files lincity/lincity-1.11.tgz and lincity-1.11/lincity-1.11.tgz differ diff -r -u -N lincity/patches/patch-aa lincity-1.11/patches/patch-aa --- lincity/patches/patch-aa Tue Oct 28 22:20:51 1997 +++ lincity-1.11/patches/patch-aa Sat Sep 25 17:37:59 1999 @@ -1,7 +1,7 @@ -*** Makefile.WAS Tue Oct 28 16:40:56 1997 ---- Makefile Tue Oct 28 16:40:59 1997 +*** Makefile.orig Thu Feb 25 23:17:38 1999 +--- Makefile Sat Sep 25 17:37:29 1999 *************** -*** 1,19 **** +*** 1,32 **** # Makefile for LinCity (c) I J Peters 1995,1996. # This is where the binaries for LinCity will be placed. @@ -21,7 +21,20 @@ LC_MANSUF = 6 # for solaris you might choose... # LC_LIBDIR = /opt/lcity/man/man6 ---- 1,19 ---- + + + # CC = egcs +! CC = gcc + +! # EXTRA_OPTS = -fomit-frame-pointer -fstrength-reduce -ffast-math + # EXTRA_OPTS = -fstrength-reduce -ffast-math + WARN_OPTS = -Wall -Wpointer-arith -Wcast-align -Winline + # DEBUG_OPTS =-g +! CFLAGS = -O2 $(DEBUG_OPTS) $(EXTRA_OPTS) $(WARN_OPTS) -DLIBDIR=\"$(LC_LIBDIR)\" + # -fno-strength-reduce + # PROFF = -pg + # PROFL = -lc +--- 1,32 ---- # Makefile for LinCity (c) I J Peters 1995,1996. # This is where the binaries for LinCity will be placed. @@ -41,20 +54,16 @@ LC_MANSUF = 6 # for solaris you might choose... # LC_LIBDIR = /opt/lcity/man/man6 -*************** -*** 23,29 **** - EXTRA_OPTS = -fstrength-reduce -ffast-math - WARN_OPTS = -Wall -Wpointer-arith -Wcast-align -Winline - # DEBUG_OPTS =-g -! CFLAGS = -O2 $(DEBUG_OPTS) $(EXTRA_OPTS) $(WARN_OPTS) -DLIBDIR=\"$(LC_LIBDIR)\" - # -fno-strength-reduce - # PROFF = -pg - # PROFL = -lc ---- 23,29 ---- - EXTRA_OPTS = -fstrength-reduce -ffast-math + + + # CC = egcs +! # CC = gcc + +! EXTRA_OPTS = -fomit-frame-pointer -fstrength-reduce -ffast-math + # EXTRA_OPTS = -fstrength-reduce -ffast-math WARN_OPTS = -Wall -Wpointer-arith -Wcast-align -Winline # DEBUG_OPTS =-g -! CFLAGS = -O2 $(DEBUG_OPTS) $(EXTRA_OPTS) $(WARN_OPTS) -DLIBDIR=\"$(LC_LIBDIR)\" -I${X11BASE}/include +! CFLAGS += $(EXTRA_OPTS) -DLIBDIR=\"$(LC_LIBDIR)\" -I${X11BASE}/include # -fno-strength-reduce # PROFF = -pg # PROFL = -lc diff -r -u -N lincity/patches/patch-ab lincity-1.11/patches/patch-ab --- lincity/patches/patch-ab Wed Dec 31 19:00:00 1969 +++ lincity-1.11/patches/patch-ab Sat Sep 25 17:47:55 1999 @@ -0,0 +1,11 @@ +--- lcx11.cxx.orig Thu Feb 25 20:17:54 1999 ++++ lcx11.cxx Sat Sep 25 17:47:12 1999 +@@ -715,7 +715,7 @@ + #ifdef USE_IMAGES + Fgl_putbox_low (display.win, 0, 0, + x1, y1, x2 - x1, y2 - y1, +- pixmap, (640 + BORDERX), ++ (unsigned char*)pixmap, (640 + BORDERX), + x1, y1); + #else + int x, y; diff -r -u -N lincity/patches/patch-ac lincity-1.11/patches/patch-ac --- lincity/patches/patch-ac Wed Dec 31 19:00:00 1969 +++ lincity-1.11/patches/patch-ac Sat Sep 25 17:57:17 1999 @@ -0,0 +1,8 @@ +--- main.cxx.orig Thu Feb 25 20:17:54 1999 ++++ main.cxx Sat Sep 25 17:56:44 1999 +@@ -780,5 +780,4 @@ + if ((dp = opendir (dir)) == NULL) + { +- closedir (dp); + return 0; + } diff -r -u -N lincity/pkg/PLIST lincity-1.11/pkg/PLIST --- lincity/pkg/PLIST Wed Aug 12 22:23:07 1998 +++ lincity-1.11/pkg/PLIST Sat Sep 25 17:50:54 1999 @@ -368,6 +368,7 @@ lib/lincity/icons/tover2-off.csi lib/lincity/icons/tover2-on.csi lib/lincity/icons/green.csi +lib/lincity/help/ask-dir.hlp lib/lincity/help/msb-power.hlp lib/lincity/help/index.hlp lib/lincity/help/pause.hlp @@ -503,6 +504,8 @@ lib/lincity/opening/bad_times.scn lib/lincity/opening/text2 lib/lincity/opening/alt-8x8 +lib/lincity/opening/winfont_16x16.fnt +lib/lincity/opening/winfont_8x8.fnt lib/lincity/opening/text1 lib/lincity/opening/do_image lib/lincity/opening/8x8thin >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 Sep 25 16:30:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from polaris.we.lc.ehu.es (polaris.we.lc.ehu.es [158.227.6.43]) by hub.freebsd.org (Postfix) with ESMTP id AAD7414A06; Sat, 25 Sep 1999 16:30:13 -0700 (PDT) (envelope-from jose@we.lc.ehu.es) Received: from we.lc.ehu.es (lxpx85.lx.ehu.es [158.227.99.85]) by polaris.we.lc.ehu.es (8.9.1/8.9.1) with ESMTP id BAA06797; Sun, 26 Sep 1999 01:30:05 +0200 (MET DST) Message-ID: <37ED5AFC.54580412@we.lc.ehu.es> Date: Sun, 26 Sep 1999 01:30:04 +0200 From: "Jose M. Alcaide" Organization: Universidad del =?iso-8859-1?Q?Pa=EDs?= Vasco - Dept. de Electricidad y =?iso-8859-1?Q?Electr=F3nica?= X-Mailer: Mozilla 4.6 [en] (X11; U; FreeBSD 3.3-RELEASE i386) X-Accept-Language: es-ES, es, en-US, en MIME-Version: 1.0 To: jmz@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: [PATCH] XFree86 3.3.5's xterm.termcap has two lines ending with whitespace Content-Type: multipart/mixed; boundary="------------06FA43F58C9731B008021D54" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------06FA43F58C9731B008021D54 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Hello. Attached you will find a copy of the bug report I just sent to the XFree86 support team. I think that this is a serious bug because many users merge xterm.termcap with /usr/share/misc/termcap. -- JMA ----------------------------------------------------------------------- José Mª Alcaide | mailto:jose@we.lc.ehu.es Universidad del País Vasco | mailto:jmas@FreeBSD.ORG Dpto. de Electricidad y Electrónica | http://www.we.lc.ehu.es/~jose Facultad de Ciencias - Campus de Lejona | Tel.: +34-946012479 48940 Lejona (Vizcaya) - SPAIN | Fax: +34-946013071 ----------------------------------------------------------------------- "Keyboard not present -- Press F1 to resume" --------------06FA43F58C9731B008021D54 Content-Type: message/rfc822 Content-Transfer-Encoding: 7bit Content-Disposition: inline Received: from public.xfree86.org (xf86.isc.org [204.152.184.37]) by polaris.we.lc.ehu.es (8.9.1/8.9.1) with ESMTP id BAA06779 for ; Sun, 26 Sep 1999 01:06:01 +0200 (MET DST) Received: (from nobody@localhost) by public.xfree86.org (8.9.1/8.9.1) id QAA10739; Sat, 25 Sep 1999 16:02:12 -0700 (PDT) Date: Sat, 25 Sep 1999 16:02:12 -0700 (PDT) Message-Id: <199909252302.QAA10739@public.xfree86.org> From: jose@we.lc.ehu.es (Jose M. Alcaide) To: XFree86@XFree86.Org Cc: jose@we.lc.ehu.es Reply-To: jose@we.lc.ehu.es (Jose M. Alcaide) Subject: [XFree86(TM) Bug Report] [PATCH] xterm.termcap has two lines with illegal trailing white spaces Regarding: [PATCH] xterm.termcap has two lines with illegal trailing white spaces Email: jose@we.lc.ehu.es ------------------------------------------------------------ XFree86 Version: 3.3.5 OS: freebsd-3.x Area: xterm.termcap Server: Other, specify below Server: N/A Video Card: N/A Description: xterm.termcap has two lines with illegal trailing white spaces (just after the '\'). This renders the main entries inusable. Repeat By: vi xterm.termcap :set list :-) Apply this patch to solve the problem: ---------------- BEGIN ------------------ --- xterm.termcap.orig Thu Sep 23 23:49:20 1999 +++ xterm.termcap Sun Sep 26 00:53:18 1999 @@ -32,7 +32,7 @@ :k;=\E[21~:F1=\E[23~:F2=\E[24~:\ :kn#12:\ :kH=\E[4~::@7=\E[4~:kh=\E[1~:\ - :@0=\E[1~:kI=\E[2~:kD=^?:\ + :@0=\E[1~:kI=\E[2~:kD=^?:\ :*6=\E[4~:kP=\E[5~:kN=\E[6~:\ :km:\ :kb=^H:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:\ @@ -125,6 +125,6 @@ # This is the only entry which you should have to customize, since "xterm" # is widely used for a variety of incompatible terminal emulations including # color_xterm and rxvt. -v0|xterm|X11 terminal emulator:\ +v0|xterm|X11 terminal emulator:\ :tc=xterm-xfree86: # :tc=xterm-r6: ----------------- END ------------------- --------------06FA43F58C9731B008021D54-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 25 17:50: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from typhoon.mail.pipex.net (typhoon.mail.pipex.net [158.43.128.27]) by hub.freebsd.org (Postfix) with SMTP id DA4D414C2B for ; Sat, 25 Sep 1999 17:50:03 -0700 (PDT) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 20236 invoked from network); 26 Sep 1999 00:49:58 -0000 Received: from userar23.uk.uudial.com (HELO marder-1.) (62.188.136.182) by smtp.dial.pipex.com with SMTP; 26 Sep 1999 00:49:58 -0000 Received: (from mark@localhost) by marder-1. (8.9.2/8.8.8) id BAA03369; Sun, 26 Sep 1999 01:41:12 +0100 (BST) (envelope-from mark) Date: Sun, 26 Sep 1999 01:41:12 +0100 From: Mark Ovens To: Juergen Lock Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ``make depend'' fails on latest wine(1) source Message-ID: <19990926014112.G2759@marder-1> References: <19990925195136.A394@marder-1> <199909252156.XAA60134@saturn.kn-bremen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <199909252156.XAA60134@saturn.kn-bremen.de> Organization: Total lack of Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Sep 25, 1999 at 11:56:24PM +0200, Juergen Lock wrote: > In article <19990925195136.A394@marder-1> you write: > >I'm attempting to build wine(1) from the latest (990923) sources. > >I've sorted the patches but ``make depend'' throws up this error: > > > >marder-1# make depend > >cd ../tools; make 'CC=cc' 'CFLAGS=-O -pipe -Wall' 'OPTIONS=-D_REENTRANT' makedep > >make: don't know how to make makedep.o. Stop > >*** Error code 2 > > > >Stop. > > > >Examining the output of ``make -dA depend'' shows this to be the > >problem: > > > > > >SuffFindDeps (makedep) > > No known suffix on makedep. Using .NULL suffix > >not adding suffix rules > > There's the problem: for some reason they added a line > > .SUFFIXES: > Ah, I wondered about that line but just assumed that it was benign, obviously not. > to their Makefiles (actually Make.rules.in, from where it ends up > getting copied into every Makefile). Now you can either add > > USE_GMAKE= yes > I thought about that too but all previous versions of wine I have built with the real make(1). > in the port Makefile, as thats the make they (linux) appear to be > using (which seems to interpret this empty .SUFFIXES: as `reset to > default suffixes' not `forget about all suffixes' as ours does) > or you can simply disable the line. Or you can just apply the port > update i submitted today and build from that, it includes a bunch > of other fixes you'd also like to have. > GROAN!! I checked the PR database to see if anyone had already done this but found nothing. Checking out your PR I see you submitted it less than an hour after I looked (why can't you work faster ;-) ). OK, I'll apply your patches. Thanks:) P.S. Could you possibly e-mail them to me in plain ASCII text? The last time I saved the HTML page of a PR (with a previous version of wine as it happens) the patches failed and I had to apply them by hand. I guess Netscrape screws up the formatting. Thanks again for the help. > Regards, > -- > Juergen Lock > (remove dot foo from address to reply) -- STATE-OF-THE-ART: Any computer you can't afford. OBSOLETE: Any computer you own. ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 25 22:10: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 135A614FED for ; Sat, 25 Sep 1999 22:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA45850; Sat, 25 Sep 1999 22:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from karpes.stu.rpi.edu (karpes.stu.rpi.edu [128.113.151.18]) by hub.freebsd.org (Postfix) with ESMTP id 634EC14DD2 for ; Sat, 25 Sep 1999 22:08:03 -0700 (PDT) (envelope-from slk@karpes.stu.rpi.edu) Received: (from slk@localhost) by karpes.stu.rpi.edu (8.9.3/8.9.3) id BAA47213; Sun, 26 Sep 1999 01:11:14 -0400 (EDT) (envelope-from slk) Message-Id: <199909260511.BAA47213@karpes.stu.rpi.edu> Date: Sun, 26 Sep 1999 01:11:14 -0400 (EDT) From: karpes@rpi.edu Reply-To: karpes@rpi.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13973: ports/java/jfc requires unavailable version of swing. patch included. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13973 >Category: ports >Synopsis: JFC port requires non-available version of swing. >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: Sat Sep 25 22:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Simon Karpen >Release: FreeBSD 4.0-CURRENT i386 >Organization: RPI >Environment: 4.0-CURRENT, ports cvsup less than 2 hours old as of 1:00AM EDT on 9/26/1999 >Description: The port of jfc (ports/java/jfc) requires swing 1.1, while 1.1.1 is the only version for JDK 1.1.x available from Sun at this time. >How-To-Repeat: cd /usr/ports/java/jfc;make install (you can't get swing11.tar.Z anymore) >Fix: The patch below upgrade the JFC port to version 1.1.1. It is correct as far as I can tell, and tests appear to work. diff -ur jfc.orig/Makefile jfc/Makefile --- jfc.orig/Makefile Tue Aug 31 02:46:40 1999 +++ jfc/Makefile Sun Sep 26 00:47:39 1999 @@ -6,8 +6,8 @@ # $FreeBSD: ports/java/jfc/Makefile,v 1.7 1999/08/31 06:46:40 mharo Exp $ # -DISTNAME= swing11 -PKGNAME= jfc-1.1 +DISTNAME= swing1_1_1 +PKGNAME= jfc-1.1.1 CATEGORIES= java MASTER_SITES= http://java.sun.com/products/jfc/ EXTRACT_SUFX= .tar.Z @@ -17,12 +17,12 @@ RUN_DEPENDS= ${PREFIX}/${JAVASUBDIR}/bin/java:${PORTSDIR}/java/jdk RESTRICTED= "Cannot distribute without value-added application." -WRKSRC= ${WRKDIR}/swing-1.1 +WRKSRC= ${WRKDIR}/swing-1.1.1fcs NO_BUILD= YES PLIST_SUB= JFCSUBDIR=${JFCSUBDIR} JAVASUBDIR= jdk1.1.8 -JFCSUBDIR= swing-1.1 +JFCSUBDIR= swing-1.1.1 do-fetch: @if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \ diff -ur jfc.orig/files/md5 jfc/files/md5 --- jfc.orig/files/md5 Wed Jun 9 09:08:40 1999 +++ jfc/files/md5 Sun Sep 26 00:49:41 1999 @@ -1 +1 @@ -MD5 (swing11.tar.Z) = 0e02efd10ab1e4e52eb37b4e94f762a0 +MD5 (swing1_1_1.tar.Z) = 0e40cee0914ca08058b6380b051f5b34 >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 Sep 25 23:20: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A357814DEF for ; Sat, 25 Sep 1999 23:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA48953; Sat, 25 Sep 1999 23:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from server.research.zopps.fi (ws99.research.zopps.fi [195.165.196.99]) by hub.freebsd.org (Postfix) with ESMTP id 1768414D0B for ; Sat, 25 Sep 1999 23:19:54 -0700 (PDT) (envelope-from martti@research.zopps.fi) Received: (from uucp@localhost) by server.research.zopps.fi (8.9.3/8.9.3) id JAA73276 for ; Sun, 26 Sep 1999 09:19:53 +0300 (EEST) (envelope-from martti.kuparinen) Received: from ws125.research.zopps.fi(195.165.196.125) via SMTP by ws99.research.zopps.fi, id smtpdy73274; Sun Sep 26 09:19:51 1999 Received: (from martti@localhost) by ws125.research.zopps.fi (8.9.3/8.8.8) id JAA05952; Sun, 26 Sep 1999 09:19:30 +0300 (EEST) (envelope-from martti@research.zopps.fi) Message-Id: <199909260619.JAA05952@ws125.research.zopps.fi> Date: Sun, 26 Sep 1999 09:19:30 +0300 (EEST) From: martti.kuparinen@research.zopps.fi Reply-To: martti.kuparinen@research.zopps.fi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13974: [UPDATE] ports/databases/gnats Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13974 >Category: ports >Synopsis: [UPDATE] ports/databases/gnats >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 Sep 25 23:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Martti Kuparinen >Release: FreeBSD 3.3-RELEASE i386 >Organization: Zopps Finland >Environment: >Description: I ran into troubles while using the current GNATS version and as a result I updated the whole port :-) >How-To-Repeat: >Fix: Here is the new port for GNATS: begin 644 gnats.tar.gz M'XL(`/"U[3<``^T[:U?C.++]-?H5-8&[0(.=V'E!>IB%@_U@_2&9;_?JLD.W$2F-!G&V;/W>AT$ULJE4JJAZJD\L`SXJCTYD4+ M5,N-6@W>`&B-6IE^L62_Z0O4&XU*I:+IU0:"E1MZY0W47I8L69(H-D*`-ZX1 MQK']--QHR+GS&@2];AD(_I\;M[QO._QEQM#*Y7JU^B3_]8:N2?YK#:U2(?[K MU7KU#91?AIS9\E_._S6XX",(_#".P/0=AYNQ[7O@I@(!?3]L%H20L#7X&P\C M:@WY/Q,[Y%93\*^BHKXJ/1X;"')LQ!S,D../U2P4M#)<^'?<[?$0M+V]&D)\ M'/HNMA2"*&9K^+Y^$G+^<^>X*:DH649L](R(1Z59V=RY`TW5*X1FKU3>+>DU M*->:NM;4*N#W0IM[T/H:P#HB9<=GG>[%X7EK7Y*N((F:KFKLZ+#;.KULG[4Z M^X7).,`=.PK8^6&GVVK?=,ZZU-J/@V:I%/E):/*1$7+5'`^\)%)-WRT%22^E M+?*,(!KZ^,2P_]E%%_^WVOLTMX-T6JH?#AC[K+_?+Q2&\1]@E1@9^_GZ[,/Q MS7'KJG5QC(0,W&IS_?[JLMWM')^U'TH6O^-.R:TR]K']OM,^VB^LW^.3:!/3 M9*<7US='EQ:+@HW+)C)$?5X)\)#\?R,>*>)9X(JH%0`K?:H-==?'5O M32-6=R%TY:][:]D1/2".A%//72"AD4\#[BFV9_&OZBY#B8N'=@11[`<1/J*T M^E[?'B2A(20_"/U!:+C0#WT7`IR6[0W`]M!*.(Z`0`2VAVKA2GC;DZ"$"8$\ MRP@MK.&\%UG9-#*D.3ZT+OZV#]!!'M]K97ZAM.Q"6-'.1ZTL1" MNY>(T5!04&!I<<$`QX_![T//&`R,`8<1!\OW-F(8&5X,L9]1C=C^@58N>Y5H MV=E%IWOXX<--%R6BU=TOI*TI$[.W=`*,!7X4*[W$=JPF*VR:%@BI0_E[D(+[ M#@W!^CTQ]T$LS]8\5(KIW1P40T%4TM$0\\'5^],;*74YV5R_[_Q"?[%1R'E* MNZPA/7\`!%72ZI38*=*EY,JY/I?L&>C\*TP5AE[E2*IH@?DVU*\_[IQIP&-M MU)EAB^DD%H_L3^T;[+ZT.J8'/]O]P_R^7:[3_E[7&RO][ MC9+GOVN]S(HO\?\`&O5Y_E?KC97_]QKE_+@&FS-.DHKKH0Y^WX)]Y`G?ZZ%/ M;AE[>U7D34W3K$K-Y/UJ=:_6;QC?:FQ6Y3^N2/T/C-@U:K/A"YW$@PX/0*]#N=&LUIK:GHC/ MV<$!*/7=G09LB[\'!PQ^N>QT4]?^1L/-Q?$C'BH,&*Q!%X6/0]\Q!G!G.`F& M.!AO@D=!EN.,P;_C86A;%H;XO?%,S(8QEQG:0:PRY>CDP^%I!Q$K`[8M7[;% M"QQ]^C1M`^52IT$_G/T\Z;&^*1^W!-V:KA'A\H1:@O=A]^!:4/Z^LA M!N#X#WZ#=QCO0@%)\H";0S_71BU*@6,\)UM$5=_^PK9SE8-)+8V"`<;9QQ#0L_Q_5/][WU?&ENJ_UICJO_#_4/^UE?Z_ M1B']GSUGFUB!.>6N-"MEJ=QD!1;ZS(-7FWIC:@NJ>W72*?E#.E4`*:_%MV_? MPDS MPXSCP^[AEJ1-Y0[V2H^RTEY8ARH99V9VU7[\K1]>+XU.29#E`@N,&95W^Z0/ZK_YO>5L:7Z MWZC-^7^K_?^URE3_!SQ&'>/J^`D?0"M/?8"Y'C.ZO]NLEIL5+:?[NY6=.NH^ M_DC=IW(/Q2B*BSN%^/CP\]\O+UH[`,HOE]=MV-2VX&&G4'H+G1&W[&@(G<1U M>0AO2Y.N_9'HFO:#Q:XG(??,(7RTO7BNY[)!TY[3,;?3GIQ'CP^J9UU;1H2C M>=!*0C_@!BY)=A[IX+S;T*U`]>=3AO^[GLWN-H*AF:GXW!T#*L M?']=]%]#_Z),UB+5_]O!"]X!/S_^TROU*CYK6JVLK^*_URA3_A]=GI^W+KHO M,,;2\[^JN/^MU/0R2DJ5XO]:;77_^RKE2%Q`@O"UH)<,(`X-\Y;NO*(QFB!W M=<3W_[M,]?^XU3EJO\@8R_(_ZN7T_+_,>`N]V+H2&/`NG1UCB$'-V,_'-,Q3&Q@!"/MQPX8=-,M M4,R9$1B%=AQS#V*?#;D30"B'\#WLY%D2?&?26[9&X(=DDR(UM4\XMIF$Z*#% MSIC9'B01!R.&U(;%/@C4`A<%41A;F;Y+1)!A2W&J0*=-(:<3)N8:GIB$R0,Y MFA$@"0;%0H1.CCH:VN@0TH&4[SEC&K2?.#01/QP8GOV[R`.(4C`Y.!&-`SJ4 M!4-'5B9*F8_^9`0&`G(D#7^Q'N%8/`ZX2BO+1<9"&C+2&0WHRC,=N$M3 M/J4\(#KE1]L)OT"&63R*'J'`_310T'88+4`2 MH80C5528N+^M@>YRMQ='EU>>SBU-!OCG!ED\S M$4(J3DE$^@J;R0JAF0AY%TE<;H!^OHJZ-U!A<"IX(12+M-D)7U8B@)5\VVSKM$_R8T,(0W&PZ;( MFG%\TW#2!*4T+!5$6+UF42"+AG[B(#&^S(+IVQ@$;08)+B^ML*2K'PNRQ0E.TT2T'*Y!*_/AC MZ_(D=1Y2?\#Q_=L('/N6"Z>!*[JJY_>8+'L2X"-N-L)6&J2R#%&X-NX.PA!R M*`:C(J`5=.QX+($]SBV9XC>M3LT[*3':2I9EPMEQYGV,P1C@)H2@9!M-7`FA M\+31";T5.7Y-AO.2B:'X5TV3_"C!4Z2$IB1GOTKJJI2BT"23H4:TT,$HS:]@ M[!+1AR,[XCO2,J$SDHCK+ID^FTL!)-N$YH06L8"[7`R:6."^S1X8,Z+;S2V0 M[!!6B0Z((\%`B_>-Q*$Y1R,>,@&2->ZO2R0IS/ZZGC'T5U!^A^+Z_=7AT?O# MT]:-2$C%W>FA"+]E'*;-'92`P#*$#[`Y+GE;\.OZ?8KSX;>_0C$;/"5X,L;7 M]7O9\@#[\'6*65;N3Y'D>\HKKJPCS7[,(\^?F[_5QSE/%N$/)]^?SASE&/>W MYCO<*:94;.+JSDRR2&_4[:&X1<*-4E6<$%1$_6&%7S^/?WN[5<`UBI/0@_*[ M=UAWX>7K-*KCD6'B7W$+D@JHQ`-C+IQ1SU>+DDS'?P$I=@-2@$7W=;6X!?R1L4F[HH3137=R]?6)`0(C992PD.!R:B)R ML'5M`IC*0LYV;'^_,F.'#(=$>0Q#@SQB,$P37;48A<''I?;(R458])Q@0TQE M0]B+Z[-CYB4BJ1U;ZYHJI&N#EJ6N?=F03J['1Q/7:Y(83)J,4*D7E5-OB6@' MAOZ(WY$(2#/$##.61B&P*:B1@T,V>%_"3>U%1J5`V:-I>=;4O4T]N\S\"2,9 MH(10]K"P?V#TXW3P>6MD9+A9ND;J=^7)([8ME5#AFTXYD\T0YQ%/^3BU#L5B M[IF,N=P/_.D\Q-J@G7"P/L56S.16F!,H?A0N(RV#V*&FO9$^(\%0#C=(PC#^ M:Q'&F;2N378?@[QPEYBU@7OE[M8&BG*Z<[)",!(4T+0D^Z6Z*0/`/[B1@F+) MQ.:;V>S[6>=6IMF;L/&89[P!__H7T&*RP@##%=J? M9EIS6_B,B9HLQ/S669SG'_V@G1-F[L]V$:%.=BR_W[=-&YVL$>_AWC'@XAC%^G?"Y#][ M"?ZKRU3_KSZ<=5[B]F]Y_%^I3O5?;XC\WZJ^TO]7*123IE_@,7I&!38I,U.\ M3+X"LRWQ[N4AO4G2$;W-O&1?C8GGI*?0$3<[2#PR`C,?4(&B6-SAZ$_\S_'" M-U-9%7WM]+S.,]],Y;O/H9Y_5[2%&GVAIK)04V4+H[*#13*73>WI'D_.9]:@ M&H(GLW7"WT0_<:Y:+M@B>/JMY%SMY+O)^7KAA&;"\$B;-5?I&K:C"!&9;Z"] M8*&.#K?G*KT@5-!EGA^-JHF.N>K'@:D6-ZR%RL<1$,USM=G'I7/5XB-4=H", M"5V8:6*/?C@[349\O#EC^P0@9:G8E&>J:*%*Z>7!8D/V/>1"P_GAQ=E)J]-= M;&FW#H_/6XOU)ET,B2N6Q;:^S1TK>J(Q9T+4:+C8'BGR"N;QWNE**-Q!'7BR M6=6>;A)*^63KHQ2E;4]0%.-*/#79-/&:6A<;T\/-Q:Y92)<^&)9;(N'E4<2C M98""+WYH/P/2,9Z%4-R8+8.22JYB3(Y4/A.8,"\#Q4D'OA?9/8,9X5MI9,BXAV=(_Z"C4_%GP`\Y\$^`VKYR)-5?1KFL3:Q:RS6K^*+55F555F555F555F5 +?/D_=*R5?@!0``"\ ` 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 Sat Sep 25 23:28:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 568431504F; Sat, 25 Sep 1999 23:28:27 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA49263; Sat, 25 Sep 1999 23:28:27 -0700 (PDT) (envelope-from dan@FreeBSD.org) Date: Sat, 25 Sep 1999 23:28:27 -0700 (PDT) From: Message-Id: <199909260628.XAA49263@freefall.freebsd.org> To: martti.kuparinen@research.zopps.fi, dan@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13974: [UPDATE] ports/databases/gnats Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [UPDATE] ports/databases/gnats State-Changed-From-To: open->closed State-Changed-By: dan State-Changed-When: Sat Sep 25 23:26:40 PDT 1999 State-Changed-Why: Please send port changes in the form of a unified diff. As well, did you try contacting the maintainer first? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message