From owner-freebsd-ports Sun Jan 23 0:50: 9 2000 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 236F514E05 for ; Sun, 23 Jan 2000 00:50:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA40570; Sun, 23 Jan 2000 00:50:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 23 Jan 2000 00:50:04 -0800 (PST) Message-Id: <200001230850.AAA40570@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Paul M . Lambert" Subject: Re: ports/16307: Updated patch-aa for misc/heyu port Reply-To: "Paul M . Lambert" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/16307; it has been noted by GNATS. From: "Paul M . Lambert" To: "Paul M. Lambert" Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/16307: Updated patch-aa for misc/heyu port Date: Sun, 23 Jan 2000 00:44:05 -0800 Ugh. On further consideration, please do not commit the new patch-aa I sent. Here's the whole port, done slightly better. (I'm awaiting a response from the developer regarding a source for the distfile. Until then, version upgrades will break the port. I'll either mirror distfiles with actual version numbers in the filenames, or he'll add them. It's up to him. ;-) Anyway, here's a new port, with updated checksum, patch-aa, and Makefile: # 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: # # heyu # heyu/files # heyu/files/md5 # heyu/patches # heyu/patches/patch-aa # heyu/Makefile # heyu/pkg # heyu/pkg/COMMENT # heyu/pkg/DESCR # heyu/pkg/PLIST # heyu/mf # echo c - heyu mkdir -p heyu > /dev/null 2>&1 echo c - heyu/files mkdir -p heyu/files > /dev/null 2>&1 echo x - heyu/files/md5 sed 's/^X//' >heyu/files/md5 << 'END-of-heyu/files/md5' XMD5 (x10_heyu.tgz) = 16127c9f27c15d5b7ec847b962e2625b END-of-heyu/files/md5 echo c - heyu/patches mkdir -p heyu/patches > /dev/null 2>&1 echo x - heyu/patches/patch-aa sed 's/^X//' >heyu/patches/patch-aa << 'END-of-heyu/patches/patch-aa' X--- work/heyu.dir/Makefile Thu Jan 6 23:47:16 2000 X+++ Makefile Sun Jan 23 00:35:45 2000 X@@ -4,7 +4,7 @@ X MAN = /usr/local/man/man1 X MAN5 = /usr/local/man/man5 X GROUP = sys X-OWNER = bin X+OWNER = root X X X # set DFLAGS equal to: X@@ -13,19 +13,19 @@ X # -DVOID if compiler doesn't understand 'void' X # -DMINIEXCH if using the DEC mini-exchange X X-CFLAGS = -O $(DFLAGS) -Wall X+#CFLAGS = -O $(DFLAGS) -Wall X #LDFLAGS = -z -i X #LIBS = -lm -lc_s # uncomment if using shared libraries X LIBS = -lm -lc X X ## For LINUX, use the following defines in addition to what's above X-DFLAGS = -DSYSV -DPOSIX -DHAS_ITIMER -DLINUX X+#DFLAGS = -DSYSV -DPOSIX -DHAS_ITIMER -DLINUX X X ## For solaris, use the following defines in addition to what's above X # DFLAGS = -DSYSV -DPOSIX -DSOLARIS -DLOCKDIR=\"/var/spool/locks\" -DHASSELECT X X ## if you're using freebsd, just set the flag for select. X-# DFLAGS= -DHASSELECT X+DFLAGS= -DHASSELECT -DLOCKDIR=\"/var/tmp\" X X ## If you aren't sure, try this X #DFLAGS = -DSYSV -DPOSIX X@@ -54,9 +54,10 @@ X EVERYTHING = $(OTHERSRC) $(SRCS) X X heyu: $(OBJS) version.h X- cc $(LDFLAGS) -o heyu $(OBJS) $(LIBS) X+ $(CC) $(CFLAGS) $(LDFLAGS) $(DFLAGS) -o heyu $(OBJS) $(LIBS) X X $(OBJS): x10.h X+ cc $(CFLAGS) $(DFLAGS) -c $< X X eeprom.o: eeprom.h X END-of-heyu/patches/patch-aa echo x - heyu/Makefile sed 's/^X//' >heyu/Makefile << 'END-of-heyu/Makefile' X# New ports collection makefile for: heyu X# Version required: 1.28h X# Date created: 27 December 1999 X# Whom: plambert@plambert.net X# X# $FreeBSD: ports/misc/heyu/Makefile,v 1.1.1.1 2000/01/05 13:30:34 jedgar Exp $ X# X XDISTNAME= x10_heyu XPKGNAME= heyu-1.28f XCATEGORIES= misc XMASTER_SITES= http://www.prado.com/~dbs/ XEXTRACT_SUFX= .tgz X XMAINTAINER= plambert@plambert.net X XALL_TARGET= heyu XWRKSRC= ${WRKDIR}/heyu.dir X XMAN1= heyu.1 XMAN5= x10config.5 \ X x10sched.5 X Xdo-configure: X ${PERL} -pi.orig -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile X Xpost-install: X strip ${PREFIX}/bin/heyu X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/examples/heyu X ${INSTALL_DATA} ${WRKSRC}/x10config ${PREFIX}/share/examples/heyu/x10config.sample X ${INSTALL_DATA} ${WRKSRC}/x10sched.conf.sample ${PREFIX}/share/examples/heyu X.endif X X.include END-of-heyu/Makefile echo c - heyu/pkg mkdir -p heyu/pkg > /dev/null 2>&1 echo x - heyu/pkg/COMMENT sed 's/^X//' >heyu/pkg/COMMENT << 'END-of-heyu/pkg/COMMENT' XControl a CM11A interface from the command line END-of-heyu/pkg/COMMENT echo x - heyu/pkg/DESCR sed 's/^X//' >heyu/pkg/DESCR << 'END-of-heyu/pkg/DESCR' XThe CM11A is a device built by the X10 company for controlling Xdevices by sending signals through the power lines. It's a small Xbox that plugs into an AC outlet and connects to a serial port. XThe CM11A is shipped with Windows software. Heyu will control your XX10 devices, set the cm11a interface clock and monitor x10 signals Xon the AC power lines. It will upload macros and timers to your XCM11A for stand-alone execution. X XWWW: http://www.prado.com/~dbs/ X X- plambert Xplambert@plambert.net END-of-heyu/pkg/DESCR echo x - heyu/pkg/PLIST sed 's/^X//' >heyu/pkg/PLIST << 'END-of-heyu/pkg/PLIST' Xbin/heyu Xshare/examples/heyu/x10config Xshare/examples/heyu/x10sched.conf.sample X@dirrm share/examples/heyu END-of-heyu/pkg/PLIST echo x - heyu/mf sed 's/^X//' >heyu/mf << 'END-of-heyu/mf' X# Makefile for CM11, a program to control an X10 CM11A computer interface. X# $Revision: 1.12 $ XBIN = /usr/local/bin XMAN = /usr/local/man/man1 XMAN5 = /usr/local/man/man5 XGROUP = sys XOWNER = wheel X X X# set DFLAGS equal to: X# -DVENIX if using VENIX X# -DSYSV if using SYSTEM V X# -DVOID if compiler doesn't understand 'void' X# -DMINIEXCH if using the DEC mini-exchange X X#CFLAGS = -O $(DFLAGS) -Wall X#LDFLAGS = -z -i X#LIBS = -lm -lc_s # uncomment if using shared libraries XLIBS = -lm -lc X X## For LINUX, use the following defines in addition to what's above X#DFLAGS = -DSYSV -DPOSIX -DHAS_ITIMER -DLINUX X X## For solaris, use the following defines in addition to what's above X# DFLAGS = -DSYSV -DPOSIX -DSOLARIS -DLOCKDIR=\"/var/spool/locks\" -DHASSELECT X X## if you're using freebsd, just set the flag for select. XDFLAGS= -DHASSELECT -DLOCKDIR=\"/var/tmp\" X X## If you aren't sure, try this X#DFLAGS = -DSYSV -DPOSIX X X## Use the following for nextstep 3.3 (uncomment the next 4 lines) X#DFLAGS = -DPOSIX X#CFLAGS = -g $(DFLAGS) -posix X#LDFLAGS = -posix X#LIBS = -lm -lposix X##end of nextstep X XSRCS = date.c erase.c info.c message.c relay.c \ X monitor.c reset.c setclock.c stop.c \ X tty.c turn.c x10.c xread.c xwrite.c status.c cm11a.c \ X eeprom.c preset.c parse_sched.c X XOBJS = date.o erase.o info.o message.o relay.o \ X monitor.o reset.o setclock.o stop.o \ X tty.o turn.o x10.o xread.o xwrite.o status.o cm11a.o \ X eeprom.o preset.o parse_sched.o X XOTHERSRC = README Makefile x10config protocol.txt eeprom.h \ X x10sched.conf.sample monit x10biff heyu.1 x10.h x10config.5 \ X history.txt version.h heyufaq.txt x10sched.5 X XEVERYTHING = $(OTHERSRC) $(SRCS) X Xheyu: $(OBJS) version.h X $(CC) $(CFLAGS) $(LDFLAGS) $(DFLAGS) -o heyu $(OBJS) $(LIBS) X X$(OBJS): x10.h X cc $(CFLAGS) $(DFLAGS) -c $< X Xeeprom.o: eeprom.h X Xinstall: $(BIN)/heyu $(MAN)/heyu.1 $(MAN5)/x10config.5 $(MAN5)/x10sched.5 X Xuninstall: X rm -f $(BIN)/heyu X rm -f $(MAN)/heyu.1 X rm -f $(MAN5)/x10config.5 X rm -f $(MAN5)/x10sched.5 X X$(BIN)/heyu: heyu X cp heyu $(BIN) X chgrp $(GROUP) $(BIN)/heyu X chmod 755 $(BIN)/heyu X chown $(OWNER) $(BIN)/heyu X X$(MAN)/heyu.1: heyu.1 X cp heyu.1 $(MAN) X chmod 644 $(MAN)/heyu.1 X X$(MAN5)/x10config.5: x10config.5 X cp x10config.5 $(MAN5) X chmod 644 $(MAN5)/x10config.5 X X$(MAN5)/x10sched.5: x10sched.5 X cp x10sched.5 $(MAN5) X chmod 644 $(MAN5)/x10sched.5 X Xlint: X lint $(DFLAGS) $(SRCS) X Xshar: x10_heyu.shar.1 x10_heyu.shar.2 X Xx10.o: x10.c version.h X Xci: $(SRCS) index.htm Makefile X @ for FL in $+ ; do \ X if test -w $$FL ; then \ X ci -l $$FL ;\ X fi ;\ X done X Xx10_heyu.shar.1: X shar $(OTHERSRC) >x10_heyu.shar.1 X Xx10_heyu.shar.2: X shar $(SRCS) > x10_heyu.shar.2 X Xbigshar: X shar $(EVERYTHING) > x10_heyu.shar X Xtar: x10_heyu.tgz X Xx10_heyu.tgz: $(EVERYTHING) X rm -fr heyu.dir X mkdir heyu.dir X cp -p $(EVERYTHING) heyu.dir X tar -czvf x10_heyu.tgz heyu.dir X Xzip: x10_heyu.zip X Xx10_heyu.zip: $(EVERYTHING) X rm -f x10_heyu.zip X zip -kl x10_heyu.zip $(EVERYTHING) X Xtouch: X touch $(OTHERSRC) X touch $(SRCS) X Xclean: X rm -f *.o X Xclobber: clean X rm -f heyu X Xupload: heyu index.htm x10_heyu.tgz x10_heyu.zip X /bin/sh -c ./upload.sh X Xrcsdiffrw: X @-for x in `$(MAKE) rw` ;\ X do \ X echo ;\ X echo $$x ;\ X echo ========= ;\ X rcsdiff $$x ;\ X done 2>&1 ;\ X echo ;\ X echo all done X Xlist: X @ls $(EVERYTHING) | more X Xrw: X @ls -l $(EVERYTHING) | \ X egrep '^[^l].w' | \ X sed 's;.* ;;' # strip to last space X Xpopulate: $(EVERYTHING) X X$(EVERYTHING): X co -r$(revision) $@ X END-of-heyu/mf exit -- I hate bombs, terrorism, fear, plans, future and past injustices, manifestos, popular sentiment, ignition, timetables, meetings, and poorly adjusted weasels. A warm hello to my friends and fans in domestic surveillance! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 23 1:10: 5 2000 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 F1AC114FB6 for ; Sun, 23 Jan 2000 01:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA41872; Sun, 23 Jan 2000 01:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mailhub1.almaden.ibm.com (mailhub1.almaden.ibm.com [198.4.83.44]) by hub.freebsd.org (Postfix) with ESMTP id 6CEEB150FD for ; Sun, 23 Jan 2000 01:02:09 -0800 (PST) (envelope-from sfarrell@sfarrellhome.almaden.ibm.com) Received: from sfarrellhome.almaden.ibm.com (sfarrellhome.almaden.ibm.com [9.1.164.226]) by mailhub1.almaden.ibm.com (8.8.8/8.8.8) with ESMTP id BAA46298 for ; Sun, 23 Jan 2000 01:01:55 -0800 Received: by sfarrellhome.almaden.ibm.com (Postfix, from userid 30209) id 58765BA11; Sun, 23 Jan 2000 01:01:23 -0800 (PST) Message-Id: <20000123090123.58765BA11@sfarrellhome.almaden.ibm.com> Date: Sun, 23 Jan 2000 01:01:23 -0800 (PST) From: sfarrell@almaden.ibm.com Reply-To: steve_farrell@yahoo.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16311: patch for gqmpeg port to make mixer work Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16311 >Category: ports >Synopsis: patch for gqmpeg port to make mixer work >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: Sun Jan 23 01:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: stephen farrell >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: Running gqmpeg /usr/ports/audio/gqmpeg with an es1371 & luigi's snd code. I do not have any way to test with the es1371 or its driver is the problem, though that seems likely. >Description: mixer doesn't work. >How-To-Repeat: make the port and try to use the mixer on gqmpeg. (it also doesn't work for xmixer, though I don't include a patch for that. It does work for mixer and for xmix...) >Fix: $PORTS/audio/gqmpeg/work/gqmpeg-0.6.3/mixer.c --- mixer.c.orig Sun Jan 23 00:41:26 2000 +++ mixer.c Sun Jan 23 00:51:30 2000 @@ -80,7 +80,7 @@ } t = ioctl(mf, SOUND_MIXER_READ_DEVMASK, &dev_mask); - t|= ioctl(mf, SOUND_MIXER_READ_RECMASK, &rec_mask); + // t|= ioctl(mf, SOUND_MIXER_READ_RECMASK, &rec_mask); t|= ioctl(mf, SOUND_MIXER_READ_STEREODEVS, &stereo_mask); if (t!=0) { >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 Jan 23 1:50: 4 2000 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 4CA1B14CA2 for ; Sun, 23 Jan 2000 01:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA44333; Sun, 23 Jan 2000 01:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from nwhn-sh3-port65.snet.net (nwhn-sh3-port65.snet.net [204.60.14.65]) by hub.freebsd.org (Postfix) with SMTP id 123D014BE6 for ; Sun, 23 Jan 2000 01:46:01 -0800 (PST) (envelope-from saken@hotel.rmta.org) Received: (qmail 58138 invoked by uid 1001); 23 Jan 2000 09:45:57 -0000 Message-Id: <20000123094557.58137.qmail@hotel.rmta.org> Date: 23 Jan 2000 09:45:57 -0000 From: saken@hotel.rmta.org Reply-To: saken@hotel.rmta.org To: FreeBSD-gnats-submit@freebsd.org, john@nlc.net.au X-Send-Pr-Version: 3.2 Subject: ports/16312: UPDATE: ports/mail/rblsmtpd MASTER_SITES Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16312 >Category: ports >Synopsis: UPDATE: ports/mail/rblsmtpd MASTER_SITES >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 Jan 23 01:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Scott A. Kenney >Release: FreeBSD 4.0-CURRENT i386 >Organization: Agent's of Fortune, LTD >Environment: Current ports tree >Description: MASTER_SITES in ports/mail/rblsmtd/Makefile no longer valid. >How-To-Repeat: See Bill Fenner's ports survey >Fix: Apply the following patch to ports/mail/rblsmtpd: diff -ruN rblsmtpd/Makefile rblsmtpd-fixed/Makefile --- rblsmtpd/Makefile Thu Aug 26 00:21:41 1999 +++ rblsmtpd-fixed/Makefile Sun Jan 23 04:33:37 2000 @@ -8,7 +8,7 @@ DISTNAME= rblsmtpd-0.70 CATEGORIES= mail -MASTER_SITES= ftp://koobera.math.uic.edu/www/software/ +MASTER_SITES= ftp://koobera.math.uic.edu/software/ MAINTAINER= john@nlc.net.au >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 Jan 23 3:51:24 2000 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 D25DC1571C; Sun, 23 Jan 2000 03:50:34 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA52324; Sun, 23 Jan 2000 03:50:29 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Sun, 23 Jan 2000 03:50:29 -0800 (PST) From: Message-Id: <200001231150.DAA52324@freefall.freebsd.org> To: tkato@prontomail.ne.jp, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16108: Update port: japanese/lipsf to 1.14a Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: japanese/lipsf to 1.14a State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Sun Jan 23 03:49:59 PST 2000 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 Jan 23 3:51:28 2000 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 4246D15795; Sun, 23 Jan 2000 03:51:19 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA52508; Sun, 23 Jan 2000 03:51:00 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Sun, 23 Jan 2000 03:51:00 -0800 (PST) From: Message-Id: <200001231151.DAA52508@freefall.freebsd.org> To: tkato@prontomail.ne.jp, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16106: Update port: japanese/escpf to 0.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: japanese/escpf to 0.4 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Sun Jan 23 03:50:43 PST 2000 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 Jan 23 4:30:53 2000 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 124DD14F51; Sun, 23 Jan 2000 04:30:50 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA56922; Sun, 23 Jan 2000 04:29:41 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Sun, 23 Jan 2000 04:29:41 -0800 (PST) From: Message-Id: <200001231229.EAA56922@freefall.freebsd.org> To: inagaki@tg.rim.or.jp, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15713: repository copy: vfxdvik -> xdvik-vflib Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: repository copy: vfxdvik -> xdvik-vflib State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Sun Jan 23 04:25:27 PST 2000 State-Changed-Why: I have modified /home/ncvs/CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 23 4:58:56 2000 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 0FA5A14E51; Sun, 23 Jan 2000 04:58:48 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA58054; Sun, 23 Jan 2000 04:44:45 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Sun, 23 Jan 2000 04:44:45 -0800 (PST) From: Message-Id: <200001231244.EAA58054@freefall.freebsd.org> To: taoka@FreeBSD.org, freebsd-ports@FreeBSD.org, taoka@FreeBSD.org Subject: Re: ports/15989: update: xdvik-vflib Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update: xdvik-vflib Responsible-Changed-From-To: freebsd-ports->taoka Responsible-Changed-By: taoka Responsible-Changed-When: Sun Jan 23 04:44:10 PST 2000 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 Sun Jan 23 5:13:42 2000 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 DA30114E1F for ; Sun, 23 Jan 2000 05:13:39 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA59808; Sun, 23 Jan 2000 05:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from bs-tosh.breuninger.org (bs-tosh.Breuninger.ORG [195.254.79.23]) by hub.freebsd.org (Postfix) with ESMTP id 667E414A05 for ; Sun, 23 Jan 2000 05:08:22 -0800 (PST) (envelope-from root@bs-tosh.breuninger.org) Received: (from root@localhost) by bs-tosh.breuninger.org (8.9.3/8.9.3) id OAA03635; Sun, 23 Jan 2000 14:03:34 +0100 (CET) (envelope-from root) Message-Id: <200001231303.OAA03635@bs-tosh.breuninger.org> Date: Sun, 23 Jan 2000 14:03:34 +0100 (CET) From: ob@seicom.net Reply-To: ob@seicom.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16313: tcpblast modification Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16313 >Category: ports >Synopsis: tcpblast modification >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 Jan 23 05:10:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Oliver Breuninger >Release: FreeBSD 3.4-RELEASE i386 >Organization: >Environment: >Description: tcpblast localhost 100 .................................................................................................... 100 1024-byte blocks in 13 msec. Throughput = 63015384.6 kbit/s = 7876923.1 kByte/s = 7.7 MByte/s tcpblast shows kbit/s, kByte/s and MByte/s but the values are kbit/s, Byte/s and MByte/s The Value in the middle shows Byte per second and has title kByte per second. With the correction the middle value shows kByte for real. /tcpblast localhost 100 .................................................................................................... 100 1024-byte blocks in 13 msec. Throughput = 63015384.6 kbit/s = 7876.9 kByte/s = 7.7 MByte/s >How-To-Repeat: >Fix: diff -rNu tcpblast /usr/ports/benchmarks/tcpblast diff -rNu tcpblast/patches/patch-01 /usr/ports/benchmarks/tcpblast/patches/patch-01 --- tcpblast/patches/patch-01 Sun Jan 23 11:36:29 2000 +++ /usr/ports/benchmarks/tcpblast/patches/patch-01 Sat Dec 5 09:12:11 1998 @@ -1,6 +1,7 @@ ---- tcpblast.c.orig Sun Jan 23 11:15:53 2000 -+++ tcpblast.c Sun Jan 23 11:18:05 2000 -@@ -109,7 +109,7 @@ +--- tcpblast.c.orig Sat Dec 5 00:05:11 1998 ++++ tcpblast.c Sat Dec 5 00:05:12 1998 +@@ -108,9 +108,9 @@ + stopms = ti.tv_usec / 1000L; expms = (stops-starts)*1000 + (stopms-startms); - printf("\n%d KB in %ld msec", nblocks, expms); @@ -8,6 +9,7 @@ - printf(" = %.1f kByte/s", (double) (nblocks*BLKSIZE) / expms * 1000); + printf("\n%d %d-byte blocks in %ld msec.\n", nblocks, BLKSIZE, expms); + printf("Throughput = %.1f kbit/s", (double) (nblocks*BLKSIZE) / expms * 8000.0); -+ printf(" = %.1f kByte/s", (double) (nblocks*BLKSIZE) / expms); ++ printf(" = %.1f kByte/s", (double) (nblocks*BLKSIZE) / expms * 1000.0); printf(" = %.1f MByte/s\n", (double) (nblocks*BLKSIZE) / (double)(expms*1024.0)); return(0); + } >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 Jan 23 6:18:41 2000 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 6A59715007; Sun, 23 Jan 2000 06:17:34 -0800 (PST) (envelope-from foxfair@FreeBSD.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA63687; Sun, 23 Jan 2000 06:17:29 -0800 (PST) (envelope-from foxfair@FreeBSD.org) Date: Sun, 23 Jan 2000 06:17:29 -0800 (PST) From: Message-Id: <200001231417.GAA63687@freefall.freebsd.org> To: keith@ml.tw.freebsd.org, foxfair@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16229: chinese/kcfonts doesn't follow XLFD Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: chinese/kcfonts doesn't follow XLFD State-Changed-From-To: open->closed State-Changed-By: foxfair State-Changed-When: Sun Jan 23 06:17:08 PST 2000 State-Changed-Why: Patches 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 Jan 23 6:18:46 2000 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 DA6E2156BD; Sun, 23 Jan 2000 06:18:10 -0800 (PST) (envelope-from foxfair@FreeBSD.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA63802; Sun, 23 Jan 2000 06:18:10 -0800 (PST) (envelope-from foxfair@FreeBSD.org) Date: Sun, 23 Jan 2000 06:18:10 -0800 (PST) From: Message-Id: <200001231418.GAA63802@freefall.freebsd.org> To: keith@ml.tw.freebsd.org, foxfair@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16230: Update chinese/arphicttf to the latest version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update chinese/arphicttf to the latest version State-Changed-From-To: open->closed State-Changed-By: foxfair State-Changed-When: Sun Jan 23 06:17:34 PST 2000 State-Changed-Why: Patches 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 Jan 23 6:23:31 2000 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 C050714BCD; Sun, 23 Jan 2000 06:22:58 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA64342; Sun, 23 Jan 2000 06:22:58 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Sun, 23 Jan 2000 06:22:58 -0800 (PST) From: Message-Id: <200001231422.GAA64342@freefall.freebsd.org> To: honda@kashio.info.mie-u.ac.jp, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16060: New port: japanese/yc.el Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: japanese/yc.el State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Sun Jan 23 06:16:44 PST 2000 State-Changed-Why: Imported, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 23 7: 0:18 2000 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 1D33814D66; Sun, 23 Jan 2000 07:00:17 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA22958; Sun, 23 Jan 2000 07:00:17 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Sun, 23 Jan 2000 07:00:17 -0800 (PST) From: Message-Id: <200001231500.HAA22958@freefall.freebsd.org> To: taoka@FreeBSD.org, freebsd-ports@FreeBSD.org, taoka@FreeBSD.org Subject: Re: ports/16059: New port: x11/XKeyWrap-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: x11/XKeyWrap-1.0 Responsible-Changed-From-To: freebsd-ports->taoka Responsible-Changed-By: taoka Responsible-Changed-When: Sun Jan 23 06:59:33 PST 2000 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 Sun Jan 23 7:53: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rowdy.panther.net (rowdy.panther.net [209.197.223.18]) by hub.freebsd.org (Postfix) with ESMTP id 5806A14C4A; Sun, 23 Jan 2000 07:53:01 -0800 (PST) (envelope-from kward@panther.net) Received: from panther.net(puma.panther.net[209.197.223.24]) (1865 bytes) by rowdy.panther.net via sendmail with P:esmtp/R:bind_hosts/T:inet_zone_bind_smtp (sender: ) id for ; Sun, 23 Jan 2000 09:53:03 -0600 (CST) (Smail-3.2.0.109 1999-Oct-27 #2 built 1999-Dec-30) Message-ID: <388B2292.87C6E82A@panther.net> Date: Sun, 23 Jan 2000 09:47:30 -0600 From: Keith Ward Organization: Panther Systems X-Mailer: Mozilla 4.7 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: ache@FreeBSD.org Cc: ports@FreeBSD.org, hurtta+elm@ozone.FMI.FI Subject: FreeBSD Port: elm-2.4ME+61 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [Actually Re: elm-2.4ME+68] After cvsupping to current branch on ports yesterday, I ran into errors on the pl68 port of elm. Earlier (ME+61) ports did not have 'dotlock' included in the pre-configure script and this appears to break the current version since /var/mail is (by default) set to mode 775 root.mail. In order for the current port to work, it would have to be installed setgid(mail), which it isn't. Further testing also reveals that excluding (changing to 'undef') dotlock in the pre-configure script breaks the build: ... cc -I../hdrs -c len_next.c cc -I../hdrs -c mail_gets.c cc -I../hdrs -c mbox.c mbox.c: In function `mbx_free_spool': mbox.c:972: structure has no member named `lockfile' mbox.c:973: structure has no member named `lockfile' mbox.c:974: structure has no member named `lockfile' *** Error code 1 Stop. Since the lockfile member is excluded from the struct in mbx_imp.h based on the define for USE_DOTLOCK_LOCKING, and the mbox.c file does not use ifdefs around the various code where the lockfile member is used. Also, shouldn't the port have been renamed to reflect the current patch level? Please copy replies directly, as I am not subscribed to 'ports'. Thanks, Keith kward@panther.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 23 10:11:18 2000 Delivered-To: freebsd-ports@freebsd.org Received: from baerenklau.de.freebsd.org (baerenklau.de.freebsd.org [195.185.195.14]) by hub.freebsd.org (Postfix) with ESMTP id 2330214F60; Sun, 23 Jan 2000 10:11:02 -0800 (PST) (envelope-from w@panke.de.freebsd.org) Received: (from uucp@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id TAA08527; Sun, 23 Jan 2000 19:11:01 +0100 (CET) (envelope-from w@panke.de.freebsd.org) Received: (from w@localhost) by paula.panke.de.freebsd.org (8.9.3/8.8.8) id TAA01350; Sun, 23 Jan 2000 19:08:56 +0100 (CET) (envelope-from w) Date: Sun, 23 Jan 2000 19:08:56 +0100 From: Wolfram Schneider To: alpha@freebsd.org Cc: ports@freebsd.org Subject: ports.cgi support now alpha packages [wosch@FreeBSD.org: cvs commit: www/en/cgi ports.cgi] Message-ID: <20000123190856.B1320@paula.panke.de.freebsd.org> Reply-To: alpha@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org FYI, the port cgi script http://www.freebsd.org/cgi/ports.cgi support now packages for FreeBSD/alpha. -wolfram ----- Forwarded message from Wolfram Schneider ----- From: Wolfram Schneider Date: Sun, 23 Jan 2000 07:18:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/cgi ports.cgi wosch 2000/01/23 07:18:47 PST Modified files: en/cgi ports.cgi Log: Support 4.0-CURRENT/alpha packages. Revision Changes Path 1.42 +14 -11 www/en/cgi/ports.cgi ----- End forwarded message ----- -- Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 23 11:39:47 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ozone.fmi.fi (ozone.fmi.fi [193.166.223.16]) by hub.freebsd.org (Postfix) with ESMTP id 005DD14F5A; Sun, 23 Jan 2000 11:39:42 -0800 (PST) (envelope-from hurtta@ozone.fmi.fi) Received: (from hurtta@localhost) by ozone.fmi.fi (8.10.0.Beta10/8.10.0.Beta10/test/1999-19-07) id e0NJdYW48520; Sun, 23 Jan 2000 21:39:34 +0200 (EET) From: "Kari E. Hurtta" Message-Id: <200001231939.e0NJdYW48520@ozone.fmi.fi> Subject: Re: FreeBSD Port: elm-2.4ME+61 In-Reply-To: <388B2292.87C6E82A@panther.net> from Keith Ward at "Jan 23, 2000 09:47:30 am" To: Keith Ward Date: Sun, 23 Jan 2000 21:39:34 +0200 (EET) Cc: ache@FreeBSD.org, ports@FreeBSD.org, hurtta+elm@ozone.FMI.FI Reply-To: Kari.Hurtta@ozone.FMI.FI X-Mailer: ELM [version 2.4ME+ PL68a (25)] 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 Keith Ward: > > [Actually Re: elm-2.4ME+68] Yes. elm-2.4ME+68 is lastest. > After cvsupping to current branch on ports yesterday, I ran into errors > on the > pl68 port of elm. > > Earlier (ME+61) ports did not have 'dotlock' included in the > pre-configure script > and this appears to break the current version since /var/mail is (by > default) set > to mode 775 root.mail. In order for the current port to work, it would > have to > be installed setgid(mail), which it isn't. > > Further testing also reveals that excluding (changing to 'undef') > dotlock in the > pre-configure script breaks the build: > > ... > cc -I../hdrs -c len_next.c > cc -I../hdrs -c mail_gets.c > cc -I../hdrs -c mbox.c > mbox.c: In function `mbx_free_spool': > mbox.c:972: structure has no member named `lockfile' > mbox.c:973: structure has no member named `lockfile' > mbox.c:974: structure has no member named `lockfile' > *** Error code 1 Thank you for notifying. I didn't tested that without dotlock to be defined. / Kari Hurtta To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 23 11:50: 5 2000 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 C03B1150AF for ; Sun, 23 Jan 2000 11:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA47646; Sun, 23 Jan 2000 11:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 3572614C89 for ; Sun, 23 Jan 2000 11:42:33 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.3/8.9.3) id WAA78983; Sun, 23 Jan 2000 22:42:26 +0300 (MSK) Message-Id: <200001231942.WAA78983@netserv1.chg.ru> Date: Sun, 23 Jan 2000 22:42:26 +0300 (MSK) From: Dmitry Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16317: Fix po-mode.el, installed by devel/gettext Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16317 >Category: ports >Synopsis: Fix po-mode.el, installed by devel/gettext >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 Jan 23 11:50:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dmitry Sivachenko >Release: FreeBSD 3.3-RELEASE i386 >Organization: >Environment: >Description: devel/gettext port installs po-mode.el. Fix this file to use uuencode, instead of uuencode -m. This options is supported only by GNU uuencode. >How-To-Repeat: >Fix: diff -Nur gettext.old/patches/patch-aj gettext/patches/patch-aj --- gettext.old/patches/patch-aj Thu Jan 1 03:00:00 1970 +++ gettext/patches/patch-aj Sun Jan 23 22:36:30 2000 @@ -0,0 +1,11 @@ +--- misc/po-mode.el.orig Sun Jan 23 22:35:10 2000 ++++ misc/po-mode.el Sun Jan 23 22:35:39 2000 +@@ -330,7 +330,7 @@ + :type 'face + :group 'po) + +-(defcustom po-gzip-uuencode-command "gzip -9 | uuencode -m" ++(defcustom po-gzip-uuencode-command "gzip -9 | uuencode" + "*The filter to use for preparing a mail invoice of the PO file. + Normally \"gzip -9 | uuencode -m\", remove the -9 for lesser compression, + or remove the -m if you are not using the GNU version of `uuencode'." >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 Jan 23 12:44:43 2000 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 4BDD0157EB; Sun, 23 Jan 2000 12:44:41 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA52706; Sun, 23 Jan 2000 12:44:41 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Sun, 23 Jan 2000 12:44:41 -0800 (PST) From: Message-Id: <200001232044.MAA52706@freefall.freebsd.org> To: sobomax@altavista.net, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16079: [PATCH] tiff port during installation phase creates directory outside of ${PREFIX} (in the root f/s) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] tiff port during installation phase creates directory outside of ${PREFIX} (in the root f/s) State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Sun Jan 23 12:41:59 PST 2000 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 Jan 23 14:16:50 2000 Delivered-To: freebsd-ports@freebsd.org Received: from alecto.physics.uiuc.edu (alecto.physics.uiuc.edu [130.126.8.20]) by hub.freebsd.org (Postfix) with ESMTP id A3A1F151F4 for ; Sun, 23 Jan 2000 14:16:48 -0800 (PST) (envelope-from igor@alecto.physics.uiuc.edu) Received: (from igor@localhost) by alecto.physics.uiuc.edu (8.9.0/8.9.0) id QAA14295 for ports@freebsd.org; Sun, 23 Jan 2000 16:16:44 -0600 (CST) Date: Sun, 23 Jan 2000 16:16:44 -0600 (CST) From: Igor Roshchin Message-Id: <200001232216.QAA14295@alecto.physics.uiuc.edu> To: ports@freebsd.org Subject: Q. about strange specific of elm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello! I wonder why elm on FreeBSD 3.4 [ELM 2.4ME+ PL61 (25)] does not allow to save messages to /dev/null It's a nice feature that allows you to delete tagged messages, and which works on other Unices, at least with older version of elm. Any idea ? Thanks, Igor PS. please cc: to me, I am not on the list. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 23 15:28:54 2000 Delivered-To: freebsd-ports@freebsd.org Received: from p.wl.vg (209-9-69-194.sdsl.cais.net [209.9.69.194]) by hub.freebsd.org (Postfix) with ESMTP id 9CB0F1503E; Sun, 23 Jan 2000 15:28:50 -0800 (PST) (envelope-from patrick@whetstonelogic.com) Received: from whetstonelogic.com (localhost [127.0.0.1]) by p.wl.vg (8.9.3/8.9.3) with ESMTP id SAA79671; Sun, 23 Jan 2000 18:28:47 -0500 (EST) (envelope-from patrick@whetstonelogic.com) Message-ID: <388B8EAF.ACC4931@whetstonelogic.com> Date: Sun, 23 Jan 2000 18:28:47 -0500 From: Patrick Gardella Organization: Whetstone Logic, Inc. X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15857: new standalone port of php3 for ports/www Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It's been a while since this has been mentioned on the lists, so I thought I'd revive it. :o) I would like to recommend that we begin to split off the mod_* from apache13 so that we can take advantage of the advances in Apache's DSO functionality. This would somewhat simplify our ports. For example, Apache recently released Apache 1.3.11. In order to update the ports to this, someone had to change: apache13-modssl apache13-php3 apache13-php4 apache13-ssl Since we already have mod_perl, mod_dav and apache-jserv as separate ports, why not complete the task? Patrick ---------- Patrick Gardella patrick@whetstonelogic.com VP-Technology patrick@freebsd.org Whetstone Logic, Inc. This space intentionally left blank. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 23 16:36:52 2000 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 65E8714BD0; Sun, 23 Jan 2000 16:36:51 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 5449E1CD684; Sun, 23 Jan 2000 16:36:51 -0800 (PST) (envelope-from kris@hub.freebsd.org) Date: Sun, 23 Jan 2000 16:36:51 -0800 (PST) From: Kris Kennaway To: Jeremy Lea Cc: ports@FreeBSD.ORG Subject: Re: USA_OPENSSL In-Reply-To: <20000122230114.K10368@shale.csir.co.za> 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 Sat, 22 Jan 2000, Jeremy Lea wrote: > > +CFLAGS+= -DNO_IDEA I still can't get this to show up in the make job. Even if I put it outside the .if block so it should unconditionally be set, it doesn't get passed to the build process. This is regardless of whether its done in bsd.port.pre.mk or bsd.port.post.mk. Any ideas what's going wrong? Kris ---- "How many roads must a man walk down, before you call him a man?" "Eight!" "That was a rhetorical question!" "Oh..then, seven!" -- Homer Simpson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 23 18:32: 3 2000 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 E3B8E1505C; Sun, 23 Jan 2000 18:32:01 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA79900; Sun, 23 Jan 2000 18:32:01 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Sun, 23 Jan 2000 18:32:01 -0800 (PST) From: Message-Id: <200001240232.SAA79900@freefall.freebsd.org> To: jedgar@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: pending/16309: Creation of a new port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Creation of a new port Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: jedgar Responsible-Changed-When: Sun Jan 23 18:31:30 PST 2000 Responsible-Changed-Why: Misfiled PR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 23 19:30: 5 2000 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 3D07014FFC for ; Sun, 23 Jan 2000 19:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA85269; Sun, 23 Jan 2000 19:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cr1003333-a.crdva1.bc.home.com (cr1003333-a.crdva1.bc.wave.home.com [24.113.51.240]) by hub.freebsd.org (Postfix) with ESMTP id CCAF314C91 for ; Sun, 23 Jan 2000 19:27:24 -0800 (PST) (envelope-from jh@cr1003333-a.crdva1.bc.home.com) Received: (from root@localhost) by cr1003333-a.crdva1.bc.home.com (8.9.3/8.9.3) id TAA04309; Sun, 23 Jan 2000 19:27:22 -0800 (PST) (envelope-from jh) Message-Id: <200001240327.TAA04309@cr1003333-a.crdva1.bc.home.com> Date: Sun, 23 Jan 2000 19:27:22 -0800 (PST) From: Jonathan Hanna Reply-To: pangolin@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16321: Update spin to 3.3.8, fixing unfetchable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16321 >Category: ports >Synopsis: Update spin to 3.3.8, fixing unfetchable >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 Jan 23 19:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Jonathan Hanna >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -ur spin.orig/Makefile spin/Makefile --- spin.orig/Makefile Wed Dec 29 23:37:03 1999 +++ spin/Makefile Sun Jan 23 19:15:45 2000 @@ -1,17 +1,17 @@ # Ports collection makefile for: spin -# Version required: 3.3.7 +# Version required: 3.3.8 # Date created: Oct 23, 1997 # Whom: jhanna@home.com # # $FreeBSD: ports/math/spin/Makefile,v 1.8 1999/12/24 03:48:05 jedgar Exp $ # -DISTNAME= spin-3.37 +DISTNAME= spin-3.38 CATEGORIES= math MASTER_SITES= ftp://netlib.bell-labs.com/netlib/spin/ \ ftp://www.netlib.org/spin/ \ ftp://wcarchive.cdrom.com/pub/netlib/spin/ -DISTFILES= spin337.tar.gz html.tar.gz +DISTFILES= spin338.tar.gz html.tar.gz MAINTAINER= jhanna@home.com @@ -28,9 +28,9 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/spin ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKDIR}/Xspin3.3/xspin337.tcl ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKDIR}/Xspin3.3/xspin338.tcl ${PREFIX}/bin ${RM} -f ${PREFIX}/bin/xspin - ${LN} -s ${PREFIX}/bin/xspin337.tcl ${PREFIX}/bin/xspin + ${LN} -s ${PREFIX}/bin/xspin338.tcl ${PREFIX}/bin/xspin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/spin/Doc diff -ur spin.orig/files/md5 spin/files/md5 --- spin.orig/files/md5 Wed Dec 29 23:37:03 1999 +++ spin/files/md5 Sun Jan 23 18:43:32 2000 @@ -1,2 +1,2 @@ -MD5 (spin/spin337.tar.gz) = f1a16353776512fa694fbadd7da83f42 +MD5 (spin/spin338.tar.gz) = f9c79b4695a0df0636b8c2d19e5f6849 MD5 (spin/html.tar.gz) = 66686c33ab6213819fa08d41ed17bf8e diff -ur spin.orig/patches/patch-aa spin/patches/patch-aa --- spin.orig/patches/patch-aa Wed Dec 29 23:37:03 1999 +++ spin/patches/patch-aa Sun Jan 23 18:45:31 2000 @@ -1,5 +1,5 @@ ---- ../Xspin3.3/xspin337.tcl.orig Wed Jun 23 18:29:29 1999 -+++ ../Xspin3.3/xspin337.tcl Wed Jun 23 18:30:51 1999 +--- ../Xspin3.3/xspin338.tcl.orig Wed Jun 23 18:29:29 1999 ++++ ../Xspin3.3/xspin338.tcl Wed Jun 23 18:30:51 1999 @@ -1,4 +1,4 @@ -#!/usr/local/bin/wish -f +#!/usr/local/bin/wish8.0 -f diff -ur spin.orig/pkg/PLIST spin/pkg/PLIST --- spin.orig/pkg/PLIST Wed Dec 29 23:37:04 1999 +++ spin/pkg/PLIST Sun Jan 23 19:16:32 2000 @@ -1,6 +1,6 @@ bin/spin bin/xspin -bin/xspin337.tcl +bin/xspin338.tcl share/doc/spin/Doc/Book.Ch6.add share/doc/spin/Doc/Book.Errata share/doc/spin/Doc/Book.answers >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 Jan 23 19:36:11 2000 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 121DD158A2; Sun, 23 Jan 2000 19:36:07 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA85982; Sun, 23 Jan 2000 19:36:07 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Sun, 23 Jan 2000 19:36:07 -0800 (PST) From: Message-Id: <200001240336.TAA85982@freefall.freebsd.org> To: freebsd@spatula.net, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16194: New port: games/speak Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: games/speak State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Sun Jan 23 19:27:34 PST 2000 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 Jan 23 20:10:21 2000 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 2A66F1512D; Sun, 23 Jan 2000 20:10:20 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA89069; Sun, 23 Jan 2000 20:10:20 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 20:10:20 -0800 (PST) From: Message-Id: <200001240410.UAA89069@freefall.freebsd.org> To: andrews@technologist.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14469: remove port: deskutils/recycler Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: remove port: deskutils/recycler State-Changed-From-To: feedback->closed State-Changed-By: steve State-Changed-When: Sun Jan 23 20:05:52 PST 2000 State-Changed-Why: After several weeks nobody has stepped up to adopt this port. Since the distfile is gone among other things, it'll be nuked shortly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 23 20:14:33 2000 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 A78D214F5A; Sun, 23 Jan 2000 20:14:32 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA89796; Sun, 23 Jan 2000 20:14:32 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 20:14:32 -0800 (PST) From: Message-Id: <200001240414.UAA89796@freefall.freebsd.org> To: andrews@technologist.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14471: remove port: deskutils/xcalendar Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: remove port: deskutils/xcalendar State-Changed-From-To: feedback->closed State-Changed-By: steve State-Changed-When: Sun Jan 23 20:14:02 PST 2000 State-Changed-Why: This port will be nuked shortly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 23 20:17:16 2000 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 5F2A214DDC; Sun, 23 Jan 2000 20:17:15 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA90280; Sun, 23 Jan 2000 20:17:14 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 20:17:14 -0800 (PST) From: Message-Id: <200001240417.UAA90280@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, jseger@FreeBSD.org Subject: Re: ports/16063: rdjpegcom part of the JPEG port ignores locale settings Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: rdjpegcom part of the JPEG port ignores locale settings Responsible-Changed-From-To: freebsd-ports->jseger Responsible-Changed-By: steve Responsible-Changed-When: Sun Jan 23 20:16:59 PST 2000 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 23 20:17:41 2000 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 552261512D; Sun, 23 Jan 2000 20:17:40 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA90420; Sun, 23 Jan 2000 20:17:40 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 20:17:40 -0800 (PST) From: Message-Id: <200001240417.UAA90420@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, thepish@FreeBSD.org Subject: Re: ports/16303: arla-0.28 fails building at klog Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: arla-0.28 fails building at klog Responsible-Changed-From-To: freebsd-ports->thepish Responsible-Changed-By: steve Responsible-Changed-When: Sun Jan 23 20:17:25 PST 2000 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 23 20:18:21 2000 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 D5A3514CAF; Sun, 23 Jan 2000 20:18:20 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA90539; Sun, 23 Jan 2000 20:18:20 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 20:18:20 -0800 (PST) From: Message-Id: <200001240418.UAA90539@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, tom@FreeBSD.org Subject: Re: ports/15626: error description in MESSAGE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: error description in MESSAGE Responsible-Changed-From-To: freebsd-ports->tom Responsible-Changed-By: steve Responsible-Changed-When: Sun Jan 23 20:17:54 PST 2000 Responsible-Changed-Why: The patches look good to me. Commit away Tom. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 23 20:19: 0 2000 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 5006F14A14; Sun, 23 Jan 2000 20:18:59 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA90667; Sun, 23 Jan 2000 20:18:59 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 20:18:59 -0800 (PST) From: Message-Id: <200001240418.UAA90667@freefall.freebsd.org> To: nethack@chaos.dk, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15517: New port: games/nethack3 nethack 3.3.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: games/nethack3 nethack 3.3.0 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Jan 23 20:18:31 PST 2000 State-Changed-Why: Duplicate of ports/15649. I'll be committing that one shortly. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 23 20:19:32 2000 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 C0536151FE; Sun, 23 Jan 2000 20:19:31 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA90839; Sun, 23 Jan 2000 20:19:31 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 20:19:31 -0800 (PST) From: Message-Id: <200001240419.UAA90839@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, steve@FreeBSD.org Subject: Re: ports/15469: New port: nethack-3.3.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: nethack-3.3.0 Responsible-Changed-From-To: freebsd-ports->steve Responsible-Changed-By: steve Responsible-Changed-When: Sun Jan 23 20:19:17 PST 2000 Responsible-Changed-Why: I'll take this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 23 20:20:41 2000 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 CCD9615734; Sun, 23 Jan 2000 20:20:39 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA91046; Sun, 23 Jan 2000 20:20:39 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 20:20:39 -0800 (PST) From: Message-Id: <200001240420.UAA91046@freefall.freebsd.org> To: kd5ob@mmcable.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15541: KDE screen saver with password protection does not work. Can't get back in. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: KDE screen saver with password protection does not work. Can't get back in. State-Changed-From-To: open->feedback State-Changed-By: steve State-Changed-When: Sun Jan 23 20:19:48 PST 2000 State-Changed-Why: Did you ever figure this one out? This might have something to do with /etc/pam.conf? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 23 20:22:19 2000 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 3C6BB14A14; Sun, 23 Jan 2000 20:22:18 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA91323; Sun, 23 Jan 2000 20:22:18 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 20:22:18 -0800 (PST) From: Message-Id: <200001240422.UAA91323@freefall.freebsd.org> To: a.dewit@niwa.cri.nz, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15634: upsd-2.0 package hangs 3.3-RELEASE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: upsd-2.0 package hangs 3.3-RELEASE State-Changed-From-To: open->feedback State-Changed-By: steve State-Changed-When: Sun Jan 23 20:20:49 PST 2000 State-Changed-Why: Since this software is not longer being developed it would help a great deal if you could work us up a patch. Have you tried this on later versions of FreeBSD? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 23 20:22:57 2000 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 D28EA15195; Sun, 23 Jan 2000 20:22:55 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA91411; Sun, 23 Jan 2000 20:22:55 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 20:22:55 -0800 (PST) From: Message-Id: <200001240422.UAA91411@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, scrappy@FreeBSD.org Subject: Re: ports/15647: MICO: doesn't compiles and mico-ld links only static Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: MICO: doesn't compiles and mico-ld links only static Responsible-Changed-From-To: freebsd-ports->scrappy Responsible-Changed-By: steve Responsible-Changed-When: Sun Jan 23 20:22:41 PST 2000 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 23 20:23:57 2000 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 5004614F0C; Sun, 23 Jan 2000 20:23:56 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA91565; Sun, 23 Jan 2000 20:23:56 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 20:23:56 -0800 (PST) From: Message-Id: <200001240423.UAA91565@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, torstenb@FreeBSD.org Subject: Re: ports/15691: Ssh ports fail to check inetd.conf before creating ../rc.d/sshd.sh Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Ssh ports fail to check inetd.conf before creating ../rc.d/sshd.sh Responsible-Changed-From-To: freebsd-ports->torstenb Responsible-Changed-By: steve Responsible-Changed-When: Sun Jan 23 20:23:00 PST 2000 Responsible-Changed-Why: If Torsten will get this one in the ssh port, I'll talk with the ssh2 maintainer to commit a similar fix. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 23 20:25:17 2000 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 0A76215249; Sun, 23 Jan 2000 20:25:16 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA91770; Sun, 23 Jan 2000 20:25:15 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 20:25:15 -0800 (PST) From: Message-Id: <200001240425.UAA91770@freefall.freebsd.org> To: jay.krell@cornell.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15734: make -i ignores fetch failure, results in "infinite" cd/fork that eventually errors Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: make -i ignores fetch failure, results in "infinite" cd/fork that eventually errors State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Jan 23 20:24:05 PST 2000 State-Changed-Why: IMHO neither the port or make(1) are doing anything other than what you asked it to do. You might try using 'make -k' instead, which will react a little closer to what you are expecting. I think. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 23 20:26:28 2000 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 876B115256; Sun, 23 Jan 2000 20:26:27 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA91969; Sun, 23 Jan 2000 20:26:27 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 20:26:27 -0800 (PST) From: Message-Id: <200001240426.UAA91969@freefall.freebsd.org> To: andrews@technologist.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15795: New port: www/bkmrkconv Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: www/bkmrkconv State-Changed-From-To: open->feedback State-Changed-By: steve State-Changed-When: Sun Jan 23 20:25:24 PST 2000 State-Changed-Why: Can you work on updating this to version 1.06? I tried but is seems the distfile is missing the most important part. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 23 20:28: 4 2000 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 940F61553B; Sun, 23 Jan 2000 20:28:03 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA92249; Sun, 23 Jan 2000 20:28:03 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 20:28:03 -0800 (PST) From: Message-Id: <200001240428.UAA92249@freefall.freebsd.org> To: charlesreynolds@mindspring.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16156: Broken link in ports/misc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Broken link in ports/misc State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Jan 23 20:26:44 PST 2000 State-Changed-Why: Not quite sure what the problem was here. I suspect it had to do with the WWW pages being out of sync with the packages on ftp. If you are still having this problem please send me more details and I'll help you work through it. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 23 20:29:28 2000 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 3F0E315132; Sun, 23 Jan 2000 20:29:27 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA92477; Sun, 23 Jan 2000 20:29:27 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 20:29:27 -0800 (PST) From: Message-Id: <200001240429.UAA92477@freefall.freebsd.org> To: maske@thinblue.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16243: Just a port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Just a port update State-Changed-From-To: open->feedback State-Changed-By: steve State-Changed-When: Sun Jan 23 20:28:13 PST 2000 State-Changed-Why: I'm seeing the same thing that Chris is. Can you fix the distfile problem and we'll get this committed for you? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 23 20:29:41 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id A13B71569F; Sun, 23 Jan 2000 20:29:29 -0800 (PST) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (21-048.008.popsite.net [209.69.197.48]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id UAA53972; Sun, 23 Jan 2000 20:29:26 -0800 (PST) Received: by shadow.blackdawn.com (Postfix, from userid 1000) id 2B4BA1ABF; Sun, 23 Jan 2000 23:29:23 -0500 (EST) Date: Sun, 23 Jan 2000 23:29:23 -0500 From: Will Andrews To: steve@FreeBSD.ORG Cc: andrews@TECHNOLOGIST.COM, freebsd-ports@FreeBSD.ORG Subject: Re: ports/15795: New port: www/bkmrkconv Message-ID: <20000123232923.C2191@shadow.blackdawn.com> References: <200001240426.UAA91969@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200001240426.UAA91969@freefall.freebsd.org>; from steve@FreeBSD.ORG on Sun, Jan 23, 2000 at 08:26:27PM -0800 X-Operating-System: FreeBSD 3.4-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Jan 23, 2000 at 08:26:27PM -0800, steve@FreeBSD.ORG wrote: > Synopsis: New port: www/bkmrkconv > > State-Changed-From-To: open->feedback > State-Changed-By: steve > State-Changed-When: Sun Jan 23 20:25:24 PST 2000 > State-Changed-Why: > Can you work on updating this to version 1.06? I tried but is seems the > distfile is missing the most important part. :) I'll have a look at it soon. I messed up the shell script wrapper I made so bkmrkconv doesn't work unless you invoke it directly, anyway. Thanks for checking. I'll submit an update tomorrow or Tuesday. :-) -- 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 Sun Jan 23 20:30:54 2000 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 A01C41528E; Sun, 23 Jan 2000 20:30:53 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA92653; Sun, 23 Jan 2000 20:30:53 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 20:30:53 -0800 (PST) From: Message-Id: <200001240430.UAA92653@freefall.freebsd.org> To: renan@pc015.fisica.ufc.br, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15866: xmgr, xemacs-21 and zsh-3.1.6 not works. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: xmgr, xemacs-21 and zsh-3.1.6 not works. State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Jan 23 20:29:47 PST 2000 State-Changed-Why: These all seem to work here on -stable and -current. Could you send us more details if you are still seeing this problem? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 23 20:34:56 2000 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 AA4B515897; Sun, 23 Jan 2000 20:34:53 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA93162; Sun, 23 Jan 2000 20:34:53 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 20:34:53 -0800 (PST) From: Message-Id: <200001240434.UAA93162@freefall.freebsd.org> To: dirk.meyer@dinoex.sub.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15842: news/cnews more robust patches Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: news/cnews more robust patches State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Jan 23 20:33:40 PST 2000 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 Jan 23 20:48:12 2000 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 755B915840; Sun, 23 Jan 2000 20:48:06 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA94442; Sun, 23 Jan 2000 20:48:06 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 20:48:06 -0800 (PST) From: Message-Id: <200001240448.UAA94442@freefall.freebsd.org> To: ambrisko@whistle.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15867: Update sdcc to a more stable version and fix a install problem with prior port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update sdcc to a more stable version and fix a install problem with prior port State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Jan 23 20:36:12 PST 2000 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 Jan 23 20:50: 5 2000 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 0E4771587E; Sun, 23 Jan 2000 20:49:57 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA94797; Sun, 23 Jan 2000 20:49:57 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 20:49:57 -0800 (PST) From: Message-Id: <200001240449.UAA94797@freefall.freebsd.org> To: maske@thinblue.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16243: Just a port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Just a port update State-Changed-From-To: feedback->closed State-Changed-By: steve State-Changed-When: Sun Jan 23 20:48:41 PST 2000 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 Jan 23 20:55: 2 2000 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 7A9DF15AE4; Sun, 23 Jan 2000 20:54:58 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA95551; Sun, 23 Jan 2000 20:54:58 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 20:54:58 -0800 (PST) From: Message-Id: <200001240454.UAA95551@freefall.freebsd.org> To: gnb@itga.com.au, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15868: [patch] hylafax reporting not y2k Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [patch] hylafax reporting not y2k State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Jan 23 20:54:24 PST 2000 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 Jan 23 20:57:35 2000 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 06C1415BC6; Sun, 23 Jan 2000 20:57:28 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA96068; Sun, 23 Jan 2000 20:57:28 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 20:57:28 -0800 (PST) From: Message-Id: <200001240457.UAA96068@freefall.freebsd.org> To: sobomax@altavista.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15944: [PATCH] update of SDL port (devel/sdl) to version 1.0.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] update of SDL port (devel/sdl) to version 1.0.1 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Jan 23 20:56:22 PST 2000 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 Jan 23 21: 0:23 2000 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 1E45D15B48; Sun, 23 Jan 2000 21:00:20 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA96526; Sun, 23 Jan 2000 21:00:19 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 21:00:19 -0800 (PST) From: Message-Id: <200001240500.VAA96526@freefall.freebsd.org> To: sa264@cam.ac.uk, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15972: cad/cider: make it more portable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: cad/cider: make it more portable State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Jan 23 20:58:51 PST 2000 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 Jan 23 21: 3:15 2000 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 1002E15607; Sun, 23 Jan 2000 21:03:14 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA96948; Sun, 23 Jan 2000 21:03:13 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 21:03:13 -0800 (PST) From: Message-Id: <200001240503.VAA96948@freefall.freebsd.org> To: van.woerkom@netcologne.de, 3d@freebsd.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16210: please add symlink glib-config -> glib12-config Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: please add symlink glib-config -> glib12-config State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Jan 23 21:01:29 PST 2000 State-Changed-Why: Doing this would spell certain disaster. You can alreadly provide the location of glib-config and gtk-config with GLIB_CONFIG and GTK_CONFIG respectively. The mozilla port already uses both. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 23 21:19:38 2000 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 6A54C1588A; Sun, 23 Jan 2000 21:19:32 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA98564; Sun, 23 Jan 2000 21:19:32 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 21:19:32 -0800 (PST) From: Message-Id: <200001240519.VAA98564@freefall.freebsd.org> To: jburkhol@home.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15991: port update: java/tya Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port update: java/tya State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Jan 23 21:18:22 PST 2000 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 Jan 23 21:22:39 2000 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 9AE58158E3; Sun, 23 Jan 2000 21:22:37 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA98915; Sun, 23 Jan 2000 21:22:37 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 21:22:37 -0800 (PST) From: Message-Id: <200001240522.VAA98915@freefall.freebsd.org> To: hetzels@westbend.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16130: Update: cyrus-sasl to 1.5.15 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: cyrus-sasl to 1.5.15 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Jan 23 21:21:27 PST 2000 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 Jan 23 21:24: 9 2000 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 A421C1578C; Sun, 23 Jan 2000 21:24:07 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA99121; Sun, 23 Jan 2000 21:24:07 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 21:24:07 -0800 (PST) From: Message-Id: <200001240524.VAA99121@freefall.freebsd.org> To: patl@phoenix.volant.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16044: cyrus-sasl-1.5.13 build dies without Kerberos 4 & 5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: cyrus-sasl-1.5.13 build dies without Kerberos 4 & 5 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Jan 23 21:23:17 PST 2000 State-Changed-Why: Fixed with the changes I just committed for ports/16130. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 23 21:30:12 2000 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 94B5A15621 for ; Sun, 23 Jan 2000 21:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA99761; Sun, 23 Jan 2000 21:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mailout04.sul.t-online.de (mailout04.sul.t-online.de [194.25.134.18]) by hub.freebsd.org (Postfix) with ESMTP id C866915632 for ; Sun, 23 Jan 2000 21:27:38 -0800 (PST) (envelope-from Mario_Hoerich@t-online.de) Received: from fwd00.sul.t-online.de by mailout04.sul.t-online.de with smtp id 12Cc2K-0002dT-00; Mon, 24 Jan 2000 06:27:36 +0100 Received: from Iribaar.7thsphere.org (0272367026-0001@[62.158.22.226]) by fwd00.sul.t-online.de with esmtp id 12Cc25-2BZ6u0C; Mon, 24 Jan 2000 06:27:21 +0100 Received: (from mario@localhost) by Iribaar.7thsphere.org (8.9.3/8.9.3) id PAA01825; Sun, 23 Jan 2000 15:49:27 +0100 (CET) (envelope-from mario) Message-Id: <200001231449.PAA01825@Iribaar.7thsphere.org> Date: Sun, 23 Jan 2000 15:49:27 +0100 (CET) From: Mario_Hoerich@t-online.de (Mario Hoerich) To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16322: Python-1.5.2 locks up in _thread_kern_sched_state_unlock() Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16322 >Category: ports >Synopsis: Python-1.5.2 locks up in _thread_kern_sched_state_unlock() >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 Jan 23 21:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Mario Hoerich >Release: FreeBSD 3.4-STABLE i386 >Organization: None >Environment: FreeBSD 3.4-STABLE. Below is the result of an ident /usr/lib/libc_r.so.3, which is about the only additional information (I can think of) that might be useful. I shortened the lines a bit, removing the $FreeBSD: Prefixes and Exp $ Suffixes. Please contact me if any other information is required. /usr/lib/libc_r.so.3: src/lib/libc/i386/string/swab.S,v 1.4.2.1 1999/08/29 14:46:55 peter src/lib/libc/i386/string/strlen.S,v 1.4.2.1 1999/08/29 14:46:53 peter src/lib/libc/i386/string/memcmp.S,v 1.4.2.1 1999/08/29 14:46:49 peter src/lib/libc/i386/string/ffs.S,v 1.4.2.1 1999/08/29 14:46:48 peter src/lib/libc/i386/stdlib/ldiv.S,v 1.3.2.1 1999/08/29 14:46:45 peter src/lib/libc/i386/stdlib/labs.S,v 1.5.2.1 1999/08/29 14:46:45 peter src/lib/libc/i386/stdlib/div.S,v 1.3.2.1 1999/08/29 14:46:44 peter src/lib/libc/i386/stdlib/abs.S,v 1.5.2.1 1999/08/29 14:46:44 peter src/lib/libc/i386/sys/syscall.S,v 1.5.2.1 1999/08/29 14:47:08 peter src/lib/libc/i386/sys/sigsuspend.S,v 1.7.2.1 1999/08/29 14:47:08 peter src/lib/libc/i386/sys/sigpending.S,v 1.7.2.1 1999/08/29 14:47:07 peter src/lib/libc/i386/sys/setlogin.S,v 1.5.2.1 1999/08/29 14:47:07 peter src/lib/libc/i386/sys/rfork.S,v 1.5.2.1 1999/08/29 14:47:05 peter src/lib/libc/i386/sys/reboot.S,v 1.4.2.1 1999/08/29 14:47:05 peter src/lib/libc/i386/sys/ptrace.S,v 1.5.2.1 1999/08/29 14:47:04 peter src/lib/libc/i386/sys/exect.S,v 1.5.2.1 1999/08/29 14:46:59 peter src/lib/libc/i386/sys/Ovfork.S,v 1.10.2.1 1999/08/29 14:46:57 peter src/lib/libc/i386/net/ntohs.S,v 1.4.2.1 1999/08/29 14:46:42 peter src/lib/libc/i386/net/ntohl.S,v 1.4.2.1 1999/08/29 14:46:42 peter src/lib/libc/i386/net/htons.S,v 1.4.2.1 1999/08/29 14:46:41 peter src/lib/libc/i386/net/htonl.S,v 1.4.2.1 1999/08/29 14:46:41 peter src/lib/libc/i386/gen/sigsetjmp.S,v 1.11.2.1 1999/08/29 14:46:38 peter src/lib/libc/i386/gen/modf.S,v 1.5.2.1 1999/08/29 14:46:37 peter src/lib/libc/i386/gen/fabs.S,v 1.4.2.1 1999/08/29 14:46:35 peter src/lib/libc/i386/gen/alloca.S,v 1.4.2.1 1999/08/29 14:46:34 peter src/lib/libc/i386/gen/_setjmp.S,v 1.7.2.1 1999/08/29 14:46:33 peter src/lib/libc/i386/string/strrchr.S,v 1.4.2.1 1999/08/29 14:46:54 peter src/lib/libc/i386/string/rindex.S,v 1.4.2.1 1999/08/29 14:46:51 peter src/lib/libc/i386/sys/fork.S,v 1.7.2.1 1999/08/29 14:46:59 peter src/lib/libc_r/arch/i386/_atomic_lock.S,v 1.2.2.1 1999/08/29 14:55:23 peter src/lib/libc/i386/sys/sigreturn.S,v 1.7.2.1 1999/08/29 14:47:08 peter src/lib/libc/i386/gen/setjmp.S,v 1.8.2.1 1999/08/29 14:46:38 peter src/lib/libc/i386/sys/pipe.S,v 1.7.2.1 1999/08/29 14:47:04 peter src/lib/libc/i386/string/index.S,v 1.4.2.1 1999/08/29 14:46:48 peter src/lib/libc/i386/string/strcat.S,v 1.4.2.1 1999/08/29 14:46:51 peter src/lib/libc/i386/string/bcmp.S,v 1.4.2.1 1999/08/29 14:46:47 peter src/lib/libc/i386/string/strncmp.S,v 1.5.2.1 1999/08/29 14:46:54 peter src/lib/libc/i386/string/strchr.S,v 1.4.2.1 1999/08/29 14:46:52 peter src/lib/libc/i386/string/strcpy.S,v 1.4.2.1 1999/08/29 14:46:52 peter src/lib/libc/i386/string/strcmp.S,v 1.4.2.1 1999/08/29 14:46:52 peter $NetBSD: bcopy.S,v 1.6 1996/11/12 00:50:06 jtc src/lib/libc/i386/string/bzero.S,v 1.4.2.1 1999/08/29 14:46:48 peter src/lib/libc/i386/string/memchr.S,v 1.7.2.1 1999/08/29 14:46:49 peter $NetBSD: bcopy.S,v 1.6 1996/11/12 00:50:06 jtc src/lib/libc/i386/string/memset.S,v 1.4.2.1 1999/08/29 14:46:51 peter $NetBSD: bcopy.S,v 1.6 1996/11/12 00:50:06 jtc src/lib/libc/i386/sys/sigprocmask.S,v 1.6.2.1 1999/08/29 14:47:08 peter src/lib/libc/i386/sys/brk.S,v 1.6.2.1 1999/08/29 14:46:58 peter src/lib/libc/i386/sys/sbrk.S,v 1.6.2.1 1999/08/29 14:47:06 peter src/lib/libc/i386/sys/cerror.S,v 1.9.2.1 1999/08/29 14:46:59 peter src/lib/libc/stdlib/strhash.c,v 1.6.4.1 1999/08/29 14:48:39 peter src/lib/libc/i386/sys/i386_vm86.c,v 1.1.2.1 1999/08/29 14:47:04 peter src/lib/libc/i386/sys/i386_set_ldt.c,v 1.5.2.1 1999/08/29 14:47:02 peter src/lib/libc/i386/sys/i386_set_ioperm.c,v 1.2.2.1 1999/08/29 14:47:02 peter src/lib/libc/i386/sys/i386_get_ldt.c,v 1.5.2.1 1999/08/29 14:47:01 peter src/lib/libc/i386/sys/i386_get_ioperm.c,v 1.2.2.1 1999/08/29 14:47:00 peter src/lib/libc/stdtime/strptime.c,v 1.4.2.3 1999/08/29 14:48:43 peter src/lib/libc/stdtime/strftime.c,v 1.20.2.1 1999/08/29 14:48:41 peter src/lib/libc/i386/gen/frexp.c,v 1.4.2.1 1999/08/29 14:46:36 peter src/lib/libc/gen/getvfsbyname.c,v 1.4.2.1 1999/08/29 14:46:15 peter src/lib/libc/gen/disklabel.c,v 1.7.2.1 1999/08/29 14:46:04 peter src/lib/libc/rpc/des_crypt.c,v 1.2.2.1 1999/08/29 14:47:54 peter src/lib/libc/rpc/crypt_client.c,v 1.3.2.1 1999/08/29 14:47:54 peter src/lib/libc/locale/setlocale.c,v 1.23.2.1 1999/08/29 14:47:14 peter src/lib/libc/gen/err.c,v 1.5.2.1 1999/08/29 14:46:06 peter src/include/rpcsvc/crypt.x,v 1.2.2.1 1999/08/29 14:39:10 peter src/lib/libc/i386/gen/ldexp.c,v 1.5.2.1 1999/08/29 14:46:37 peter src/include/rpcsvc/crypt.x,v 1.2.2.1 1999/08/29 14:39:10 peter src/lib/libc/yp/yplib.c,v 1.30.2.1 1999/08/29 14:49:43 peter src/lib/libc/yp/xdryp.c,v 1.8.2.1 1999/08/29 14:49:42 peter src/include/rpcsvc/yp.x,v 1.11.2.1 1999/08/29 14:39:19 peter src/lib/libc/i386/gen/isinf.c,v 1.5.2.1 1999/08/29 14:46:36 peter src/lib/libc/stdio/vasprintf.c,v 1.10.2.1 1999/08/29 14:48:24 peter src/lib/libc/stdio/asprintf.c,v 1.5.2.1 1999/08/29 14:48:03 peter src/lib/libc/net/res_update.c,v 1.1.2.1 1999/08/29 14:47:34 peter src/lib/libc/net/res_mkupdate.c,v 1.1.2.1 1999/08/29 14:47:33 peter src/lib/libc/net/ns_print.c,v 1.1.2.1 1999/08/29 14:47:29 peter src/lib/libc/net/ns_parse.c,v 1.1.2.1 1999/08/29 14:47:28 peter src/lib/libc/net/base64.c,v 1.2.2.1 1999/08/29 14:47:16 peter src/lib/libc/net/ns_ttl.c,v 1.1.2.1 1999/08/29 14:47:29 peter src/lib/libc/net/ns_netint.c,v 1.1.2.1 1999/08/29 14:47:28 peter src/lib/libc/net/ns_name.c,v 1.1.2.1 1999/08/29 14:47:28 peter >Description: Python 1.5.2 (#2, Sep 11 1999, 11:39:17) [GCC 2.7.2.3] on freebsd3 Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam >How-To-Repeat: $ python ^C >Fix: Sorry, none. >Release-Note: >Audit-Trail: >Unformatted: >>> ^C KeyboardInterrupt >>> In this state, python will no longer accept any keyboard input, neither ^D nor ^Z yield any results. top indicates it eats a lot of CPU: last pid: 1617; load averages: 0.94, 0.54, 0.33 up 0+00:56:46 14:59:31 32 processes: 3 running, 28 sleeping, 1 zombie Mem: 23M Active, 46M Inact, 17M Wired, 5176K Cache, 8346K Buf, 1496K Free Swap: 128M Total, 128M Free PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 1616 mario 105 0 2004K 1492K RUN 1:17 98.67% 96.78% python Killing it from another console with kill -SEGV `pidof python` and examining the core dump says: GNU gdb 4.18 [...] (no debugging symbols found)... Core was generated by `python'. Program terminated with signal 11, Segmentation fault. [...] #0 0x2816d8a0 in _thread_kern_sched_state_unlock () from /usr/lib/libc_r.so.3 (gdb) bt #0 0x2816d8a0 in _thread_kern_sched_state_unlock () from /usr/lib/libc_r.so.3 #1 0x2816ce77 in _thread_kern_sched () from /usr/lib/libc_r.so.3 #2 0x2816d457 in _thread_kern_sched_state () from /usr/lib/libc_r.so.3 #3 0x2816ac9a in read () from /usr/lib/libc_r.so.3 #4 0x280d6a88 in rl_getc () from /usr/lib/libreadline.so.3 #5 0x280d6a52 in rl_read_key () from /usr/lib/libreadline.so.3 #6 0x280e5e39 in readline_internal_char () from /usr/lib/libreadline.so.3 #7 0x280e5f59 in readline_internal_char () from /usr/lib/libreadline.so.3 #8 0x280e5f8a in readline_internal_char () from /usr/lib/libreadline.so.3 #9 0x280e5bf0 in readline () from /usr/lib/libreadline.so.3 #10 0x808719e in initposix () #11 0x8051e0d in PyOS_Readline () #12 0x8050ecc in PyTokenizer_Free () #13 0x80515ce in PyTokenizer_Get () #14 0x8050b6c in PyParser_ParseFile () #15 0x8050ae0 in PyParser_ParseFile () #16 0x8060fbd in PyRun_InteractiveOne () #17 0x8060ef7 in PyRun_InteractiveLoop () #18 0x8060e57 in PyRun_AnyFile () #19 0x805092d in Py_Main () #20 0x80503d6 in main () #21 0x8050365 in _start () To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 23 21:52:19 2000 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 6EA5C14D3D; Sun, 23 Jan 2000 21:52:15 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA02537; Sun, 23 Jan 2000 21:52:15 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 21:52:15 -0800 (PST) From: Message-Id: <200001240552.VAA02537@freefall.freebsd.org> To: kawahara@pine.kuee.kyoto-u.ac.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16062: ports japanese/e2ps Y2K problem patch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ports japanese/e2ps Y2K problem patch State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Jan 23 21:50:43 PST 2000 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 Jan 23 21:54:11 2000 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 9F90714BE4; Sun, 23 Jan 2000 21:54:09 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA02904; Sun, 23 Jan 2000 21:54:04 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 21:54:04 -0800 (PST) From: Message-Id: <200001240554.VAA02904@freefall.freebsd.org> To: dirk.meyer@dinoex.sub.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16300: news/fidogate update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: news/fidogate update State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Jan 23 21:53:10 PST 2000 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 Jan 23 21:56:25 2000 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 84508157B0; Sun, 23 Jan 2000 21:56:24 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA03268; Sun, 23 Jan 2000 21:56:19 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 21:56:19 -0800 (PST) From: Message-Id: <200001240556.VAA03268@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16283: Update port: sysutils/rtty Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: sysutils/rtty State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Jan 23 21:54:54 PST 2000 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 Jan 23 21:58:18 2000 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 17D5815842; Sun, 23 Jan 2000 21:58:04 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA03624; Sun, 23 Jan 2000 21:58:04 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 21:58:04 -0800 (PST) From: Message-Id: <200001240558.VAA03624@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16281: Update port: graphics/xfig to 3.2.3a Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/xfig to 3.2.3a State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Jan 23 21:57:10 PST 2000 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 Jan 23 21:59:45 2000 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 F3C1A15889; Sun, 23 Jan 2000 21:59:36 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA03835; Sun, 23 Jan 2000 21:59:36 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 21:59:36 -0800 (PST) From: Message-Id: <200001240559.VAA03835@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16280: Update port: games/xsok Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: games/xsok State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Jan 23 21:58:39 PST 2000 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 Jan 23 22: 1:26 2000 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 B0869158C6; Sun, 23 Jan 2000 22:01:12 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA04122; Sun, 23 Jan 2000 22:01:12 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 22:01:12 -0800 (PST) From: Message-Id: <200001240601.WAA04122@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16279: Update port: games/xscrabble Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: games/xscrabble State-Changed-From-To: open->feedback State-Changed-By: sheldonh State-Changed-When: Wed Jan 12 08:19:38 PST 2000 State-Changed-Why: State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Jan 23 22:00:26 PST 2000 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 Jan 23 22: 2:47 2000 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 8E6951506F; Sun, 23 Jan 2000 22:02:20 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA04419; Sun, 23 Jan 2000 22:02:20 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 22:02:20 -0800 (PST) From: Message-Id: <200001240602.WAA04419@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16277: Update port: games/xbomb to 2.1a Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: games/xbomb to 2.1a State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Jan 23 22:01:33 PST 2000 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 Jan 23 22: 4:23 2000 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 C4B5715A06; Sun, 23 Jan 2000 22:04:19 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA04816; Sun, 23 Jan 2000 22:04:14 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 22:04:14 -0800 (PST) From: Message-Id: <200001240604.WAA04816@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16274: Update port: cad/xcircuit to 2.0b3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: cad/xcircuit to 2.0b3 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Jan 23 22:03:28 PST 2000 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 Jan 23 22:10:57 2000 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 C780D15827; Sun, 23 Jan 2000 22:10:55 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA05621; Sun, 23 Jan 2000 22:10:55 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 22:10:55 -0800 (PST) From: Message-Id: <200001240610.WAA05621@freefall.freebsd.org> To: alex@cichlids.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16178: fix checksum for lang/yabasic Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fix checksum for lang/yabasic State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Jan 23 22:09:59 PST 2000 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 Jan 23 22:13: 5 2000 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 7008414FA0; Sun, 23 Jan 2000 22:13:04 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA05978; Sun, 23 Jan 2000 22:13:04 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 22:13:04 -0800 (PST) From: Message-Id: <200001240613.WAA05978@freefall.freebsd.org> To: alex@cichlids.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16176: fix editors/yudit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fix editors/yudit State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Jan 23 22:12:49 PST 2000 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 Jan 23 22:15: 5 2000 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 487AD158E2; Sun, 23 Jan 2000 22:14:58 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA06358; Sun, 23 Jan 2000 22:14:58 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 22:14:58 -0800 (PST) From: Message-Id: <200001240614.WAA06358@freefall.freebsd.org> To: stephen@cauchy.math.missouri.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16149: package won't work quite right for hevea.sty Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: package won't work quite right for hevea.sty State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Jan 23 22:13:54 PST 2000 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 Jan 23 22:19:24 2000 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 6B57715910; Sun, 23 Jan 2000 22:19:20 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA06939; Sun, 23 Jan 2000 22:19:20 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 22:19:20 -0800 (PST) From: Message-Id: <200001240619.WAA06939@freefall.freebsd.org> To: amorita@meadow.scphys.kyoto-u.ac.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16120: Update: math/gnuplot+ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: math/gnuplot+ State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Jan 23 22:17:04 PST 2000 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 Jan 23 22:22:12 2000 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 C8FE01597A; Sun, 23 Jan 2000 22:22:10 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA07320; Sun, 23 Jan 2000 22:22:10 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 22:22:10 -0800 (PST) From: Message-Id: <200001240622.WAA07320@freefall.freebsd.org> To: cschuber@uumail.gov.bc.ca, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16069: new sftp port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new sftp port State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Jan 23 22:20:59 PST 2000 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 Jan 23 22:24:58 2000 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 ACF2815931; Sun, 23 Jan 2000 22:24:50 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA07732; Sun, 23 Jan 2000 22:24:49 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 22:24:49 -0800 (PST) From: Message-Id: <200001240624.WAA07732@freefall.freebsd.org> To: nobutaka@nobutaka.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16043: Update port: graphics/gimp1-i18n Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/gimp1-i18n State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Jan 23 22:24:01 PST 2000 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 Jan 23 22:28:43 2000 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 9287615825; Sun, 23 Jan 2000 22:28:40 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA08268; Sun, 23 Jan 2000 22:28:40 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 23 Jan 2000 22:28:40 -0800 (PST) From: Message-Id: <200001240628.WAA08268@freefall.freebsd.org> To: keith@ml.tw.freebsd.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16042: chinese/CJK is out of date Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: chinese/CJK is out of date State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Jan 23 22:27:04 PST 2000 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 Jan 23 23:28:58 2000 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 E250F1587A; Sun, 23 Jan 2000 23:28:47 -0800 (PST) (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 JAA73186; Mon, 24 Jan 2000 09:28:37 +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 XAA50284; Sun, 23 Jan 2000 23:28:08 -0800 (PST) (envelope-from reg) Date: Sun, 23 Jan 2000 23:28:07 -0800 From: Jeremy Lea To: Kris Kennaway Cc: ports@FreeBSD.ORG Subject: Re: USA_OPENSSL Message-ID: <20000123232807.M10368@shale.csir.co.za> References: <20000122230114.K10368@shale.csir.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from kris@hub.freebsd.org on Sun, Jan 23, 2000 at 04:36:51PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, On Sun, Jan 23, 2000 at 04:36:51PM -0800, Kris Kennaway wrote: > On Sat, 22 Jan 2000, Jeremy Lea wrote: > > > > +CFLAGS+= -DNO_IDEA > > I still can't get this to show up in the make job. Even if I put it > outside the .if block so it should unconditionally be set, it doesn't get > passed to the build process. This is regardless of whether its done in > bsd.port.pre.mk or bsd.port.post.mk. Any ideas what's going wrong? I think I've finally tracked this down, but I'm not yet 100% on a fix. The problem is that CFLAGS is passed via the environment to make, and this is overridden by the definition in make.conf (since macro variables take precedence over environment variables). This is then a long standing bug in bsd.port.mk. Two possible fixes: Add -e to MAKE_FLAGS or pass CFLAGS and CXXFLAGS via MAKE_ARGS. The second doesn't work for gmake so I'm leaning towards the first. Another comment, after some testing. You also need to test USE_RESIDENT and set OPENSSL_RSSAREF for -stable (ie for the case where you set OPENSSLBASE=${LOCALBASE}). Regards, -Jeremy -- FreeBSD - Because the best things in life are free... http://www.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 Jan 24 1:50: 4 2000 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 0508215140 for ; Mon, 24 Jan 2000 01:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA25697; Mon, 24 Jan 2000 01:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 24 Jan 2000 01:50:02 -0800 (PST) Message-Id: <200001240950.BAA25697@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jason Evans Subject: Re: ports/16322: Python-1.5.2 locks up in _thread_kern_sched_state_unlock() Reply-To: Jason Evans Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/16322; it has been noted by GNATS. From: Jason Evans To: Mario Hoerich Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/16322: Python-1.5.2 locks up in _thread_kern_sched_state_unlock() Date: Mon, 24 Jan 2000 01:42:45 -0800 This looks like a duplicate of the problem reported in PR kern/14685. A fix was checked in for -current last week. If you have access to a -current box, verification that the changes fix the python problems would be nice. The fix touches quite a bit of the libc_r code, so I'm reluctant to rush a MFC. Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jan 24 2:52:55 2000 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 5B7711524A for ; Mon, 24 Jan 2000 02:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA32124; Mon, 24 Jan 2000 02:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from slarti.muc.de (slarti.muc.de [193.149.48.10]) by hub.freebsd.org (Postfix) with SMTP id F0BFF14ECD for ; Mon, 24 Jan 2000 02:49:10 -0800 (PST) (envelope-from jhs@jhs.muc.de) Received: (qmail 19796 invoked from network); 24 Jan 2000 10:54:36 -0000 Received: from jhs.muc.de (193.149.49.84) by slarti.muc.de with SMTP; 24 Jan 2000 10:54:36 -0000 Received: (from jhs@localhost) by jhs.muc.de (8.9.3/8.9.3) id NAA08861; Sun, 23 Jan 2000 13:41:13 GMT (envelope-from jhs) Message-Id: <200001231341.NAA08861@jhs.muc.de> Date: Sun, 23 Jan 2000 13:41:13 GMT From: "Julian Stacey"@FreeBSD.ORG, jhs@freebsd.org Reply-To: "Julian Stacey"@FreeBSD.ORG, jhs@freebsd.org To: FreeBSD-gnats-submit@freebsd.org Cc: jmz@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16324: patch for missing lib/libXThrStub.so in ports/x11/XFree86/pkg/PLIST* Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16324 >Category: ports >Synopsis: patch for missing lib/libXThrStub.so in ports/x11/XFree86/pkg/PLIST* >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 24 02:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Julian H. Stacey jhs@freebsd.org >Release: FreeBSD 3.4-RELEASE i386 >Organization: freebsd >Environment: FreeBSD 3.4-RELEASE i386 >Description: After pkg_add XFree86-3.3.5.tgz I got this fatal error: % xterm /usr/libexec/ld-elf.so.1: Shared object \ "libXThrStub.so.6" not found ( I forced the package create on another machine with setenv FORCE_PACKAGE force_package to overide Makefile NO_PACKAGE= package available from XFree86 as I compile my own package for local installations, & will Not pay the phone company to download a 28 Meg package ! ) >How-To-Repeat: host1 setenv FORCE_PACKAGE force_package cd /usr/ports/x11/XFree86 make package host2 mv /usr/X11R6 /usr/X11R6.normal.saved pkg_add -f /a/host1/usr/packages/All/XFree86-3.3.5.tgz xterm >Fix: Apply patches below. jmz@freebsd.org (MAINTAINER) please check diffs for { PLIST.alpha PLIST.pc98 PLIST.stripped } as I can not test them, not having those architectures. PS When testing, remember to rm work/.PLIST.mktmp # or more drastically, make clean else make [re]package will not include new PLIST files. *** ports-FreeBSD-3.4-RELEASE/x11/XFree86/pkg/PLIST Mon Nov 1 02:54:10 1999 --- ports-jhs/x11/XFree86/pkg/PLIST Sat Jan 22 19:19:59 2000 *************** *** 1483,1488 **** --- 1483,1491 ---- lib/libXaw.so lib/libXaw.so.6.1 lib/libXdmcp.a + lib/libXThrStub.so + lib/libXThrStub.so.6 lib/libXdpms.a lib/libXext.a lib/libXext.so *** ports-FreeBSD-3.4-RELEASE/x11/XFree86/pkg/PLIST.alpha Mon Nov 1 02:54:10 1999 --- ports-jhs/x11/XFree86/pkg/PLIST.alpha Sun Jan 23 14:21:57 2000 *************** *** 1474,1479 **** --- 1474,1481 ---- lib/libXaw.so lib/libXaw.so.6 lib/libXdmcp.a + lib/libXThrStub.so + lib/libXThrStub.so.6 lib/libXdpms.a lib/libXext.a lib/libXext.so *** ports-FreeBSD-3.4-RELEASE/x11/XFree86/pkg/PLIST.pc98 Sun Dec 5 22:40:26 1999 --- ports-jhs/x11/XFree86/pkg/PLIST.pc98 Sun Jan 23 14:22:17 2000 *************** *** 1491,1496 **** --- 1491,1498 ---- lib/libXaw.so lib/libXaw.so.6 lib/libXdmcp.a + lib/libXThrStub.so + lib/libXThrStub.so.6 lib/libXdpms.a lib/libXext.a lib/libXext.so *** ports-FreeBSD-3.4-RELEASE/x11/XFree86/pkg/PLIST.stripped Fri Sep 24 04:02:09 1999 --- ports-jhs/x11/XFree86/pkg/PLIST.stripped Sun Jan 23 14:22:29 2000 *************** *** 591,596 **** --- 591,598 ---- lib/libXaw.so lib/libXaw.so.6 lib/libXdmcp.a + lib/libXThrStub.so + lib/libXThrStub.so.6 lib/libXdpms.a lib/libXext.a lib/libXext.so >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jan 24 2:59: 6 2000 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 82C5A14BD0; Mon, 24 Jan 2000 02:59:05 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA32992; Mon, 24 Jan 2000 02:59:05 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 24 Jan 2000 02:59:05 -0800 (PST) From: Message-Id: <200001241059.CAA32992@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, jmz@FreeBSD.org Subject: Re: ports/16324: patch for missing lib/libXThrStub.so in ports/x11/XFree86/pkg/PLIST* Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: patch for missing lib/libXThrStub.so in ports/x11/XFree86/pkg/PLIST* Responsible-Changed-From-To: freebsd-ports->jmz Responsible-Changed-By: cpiazza Responsible-Changed-When: Mon Jan 24 02:58:57 PST 2000 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 Jan 24 4: 9:25 2000 Delivered-To: freebsd-ports@freebsd.org Received: from shadowmere.student.utwente.nl (wit401305.student.utwente.nl [130.89.236.145]) by hub.freebsd.org (Postfix) with ESMTP id 425DD14D77 for ; Mon, 24 Jan 2000 04:09:22 -0800 (PST) (envelope-from daeron@wit401305.student.utwente.nl) Received: by shadowmere.student.utwente.nl (Postfix, from userid 1000) id 732831F28; Mon, 24 Jan 2000 13:09:20 +0100 (CET) Date: Mon, 24 Jan 2000 13:09:20 +0100 From: Pascal Hofstee To: freebsd-ports@freebsd.org Subject: needing X on servers where you don't Want it Message-ID: <20000124130920.A62456@shadowmere.student.utwente.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I just recently came across a problem that i really wish could be worked out without having to actually install X on a Server system: - You want a system to be a dedicated web-server. - You want to have Apache as your webserver, including it's GD support - The GD-library seems to require the XPM-library - The XPM-library has "USE_IMAKE=yes" - To be able to use imake ..... Install X Would it be possible to somehow create a port of Only the imake suite, so ports that need imake to build their makefiles do not require the full-blown X-suite to be installed. ? the XPM-library is one of the entries i came across, and i am working on some code (server-tool) myself right now that i at first wanted to use imake for (because of its ease of use), but decided not to because of the X-requirement. -- -------------------- Pascal Hofstee - daeron@shadowmere.student.utwente.nl -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCS 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+ ------END GEEK CODE BLOCK------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jan 24 5:40: 4 2000 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 5219E1518B for ; Mon, 24 Jan 2000 05:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA50587; Mon, 24 Jan 2000 05:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 003371519D; Mon, 24 Jan 2000 05:37:45 -0800 (PST) Message-Id: <20000124133745.003371519D@hub.freebsd.org> Date: Mon, 24 Jan 2000 05:37:45 -0800 (PST) From: sobomax@altavista.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/16326: [PATCH] update of the wmakerconf port to 2.5 version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16326 >Category: ports >Synopsis: [PATCH] update of the wmakerconf port to 2.5 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 Jan 24 05:40:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Maxim Sobolev >Release: 4.0-CURRENT >Organization: Vega International Capital >Environment: >Description: update of the wmakerconf port to 2.5 version >How-To-Repeat: >Fix: begin 644 wmakerconf-port-2.4-2.5.diff.gz M'XL("%Q4C#@"`W=M86MEV%@ MK5.XX*(""-+XWG:FHXEUU=I)2416!?$/.YH`-R/'NOOV=&_95ZU-'@),1K9C M/;GVO5.MSHLB-1$JHRB4HS`NU[-D+7O)0;X\NM^L/Y6K'"U]#4XM?MRAW]#& M+=HQCGJD]78]PB#BJC_29*Q!^["`?:3=.`*E(#X1">4S@;]P4SK^7TU MZ&N8^EZ/,56E@G@LH.T+8#HP="/0`\-7=<]3/4_'!B8:QHHW4%6]:2536GAS M[JQ^2I3".WL?U_4MHRZOS=*Z6(:I$I,H)\M[1'3F95UEP*#T3$7A7T[47ZO< MQ2J(2E>I2UUEE6<>6K*XE#TYR<+GNDEU7,[JF2JGZYNX4A5XASX&JEM@%8@H MI&N`6#WPIJ_`/\_%PJWH;EBPI9NSPLW+6;4`[3OGJSNQIM]=?NHGT*X`G2Y4 MAZ=F=#Z]49C1S*5IRF)_CWL]>H+V=IO3:Y6*R;,_#P/P^:V.F=^>6HY],WJT M.AO1"L9/QF%V,5NYJ["8NQ&=L0C:;OO,F;,ER\\Z1\DTM5/4`O_!D'C.<=P0 MNCSV!)>H=OPWSCZS*/T'7W-.W[IJ>GT6S^CQ@<]%.+78X,)LH8T'T8YQ.(CX M1%?V!I'1[8-HO+XL\CG-&(H2CT8,S4OT<,/=V_;HSK+WDI&7R1MH6#2&_J#O =0,5F4,FG!3V67B2-LXB;0]/H'>@OP!RYFR<(``#H ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jan 24 6: 0: 9 2000 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 6A3031501D for ; Mon, 24 Jan 2000 06:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA52459; Mon, 24 Jan 2000 06:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from tricord.system.pl (tricord.system.pl [195.205.185.10]) by hub.freebsd.org (Postfix) with ESMTP id 09C3D14DBB for ; Mon, 24 Jan 2000 05:52:07 -0800 (PST) (envelope-from saper@saperski.system.pl) Received: from saperski.system.pl (saperski.system.pl [195.205.185.24]) by tricord.system.pl (SYSTEM Internet) with ESMTP id OAA29904; Mon, 24 Jan 2000 14:52:00 +0100 (MET) Received: (from saper@localhost) by saperski.system.pl (8.9.3/8.9.3) id OAA31251; Mon, 24 Jan 2000 14:53:08 +0100 (CET) (envelope-from saper) Message-Id: <200001241353.OAA31251@saperski.system.pl> Date: Mon, 24 Jan 2000 14:53:08 +0100 (CET) From: Marcin Cieslak Reply-To: saper@SYSTEM.PL To: FreeBSD-gnats-submit@freebsd.org Cc: saper@SYSTEM.PL X-Send-Pr-Version: 3.2 Subject: ports/16328: devel/libslang: documentation put outside PLIST and hier(7) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16328 >Category: ports >Synopsis: devel/libslang: documentation put outside PLIST and hier(7) >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 Jan 24 06:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Marcin Cieslak >Release: FreeBSD 3.4-RC i386 >Organization: SYSTEM Internet Provider, http://www.system.pl/ >Environment: Current ports tree >Description: Added files: patches/patch-ae Modified files: pkg/PLIST >How-To-Repeat: Current port puts documentation under /usr/local/doc/slang, which is wrong. PLIST did not even list them too. The patch below blessed by MAINTAINER. Thanks, Mark. :) >Fix: Index: patches/patch-ae =================================================================== RCS file: patch-ae diff -N patch-ae --- /dev/null Mon Jan 24 13:48:44 2000 +++ patch-ae Mon Jan 24 13:38:55 2000 @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Mon Jan 24 13:38:33 2000 ++++ src/Makefile.in Mon Jan 24 13:38:41 2000 +@@ -36,7 +36,7 @@ + exec_prefix = @exec_prefix@ + install_lib_dir = @libdir@ + install_include_dir = @includedir@ +-install_doc_dir = $(prefix)/doc/slang/@slang_version@ ++install_doc_dir = $(prefix)/share/doc/slang/@slang_version@ + DOC_FILES = ../changes.txt ../COPY* ../doc/slangdoc.html ../doc/text/*.txt + #--------------------------------------------------------------------------- + # Misc commands (safe to leave these untouched) Index: pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/libslang/pkg/PLIST,v retrieving revision 1.10 diff -u -r1.10 PLIST --- pkg/PLIST 1998/09/22 21:54:23 1.10 +++ pkg/PLIST 2000/01/24 12:47:41 @@ -1,7 +1,19 @@ +include/slang.h +include/slcurses.h lib/libslang.a lib/libslang.so lib/libslang.so.1.3 +share/doc/slang +share/doc/slang/COPYING +share/doc/slang/COPYING.ART +share/doc/slang/COPYING.GPL +share/doc/slang/COPYRIGHT +share/doc/slang/changes.txt +share/doc/slang/cref.txt +share/doc/slang/cslang.txt +share/doc/slang/slang.txt +share/doc/slang/slangdoc.html +share/doc/slang/slangfun.txt +@dirrm share/doc/slang @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -include/slcurses.h -include/slang.h >Release-Note: >Audit-Trail: >Unformatted: >Reviewed: by MAINTAINER To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jan 24 6:37: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from m2.cs.berkeley.edu (m2.CS.Berkeley.EDU [128.32.45.178]) by hub.freebsd.org (Postfix) with ESMTP id 463B414F84; Mon, 24 Jan 2000 06:37:02 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca7-14.ix.netcom.com [209.109.235.14]) by m2.cs.berkeley.edu (8.9.3/8.9.3) with ESMTP id GAA77883; Mon, 24 Jan 2000 06:36:54 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id GAA23651; Mon, 24 Jan 2000 06:36:44 -0800 (PST) Date: Mon, 24 Jan 2000 06:36:44 -0800 (PST) Message-Id: <200001241436.GAA23651@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 Cc: current@FreeBSD.org Reply-To: ports@FreeBSD.org Subject: 4.0-release (ports) schedule From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Since the 4.0 release is coming up soon, I'd like to remind people to check the build logs and fix what they can. The latest one is in http://bento.FreeBSD.org/errorlogs/errorlogs/e.4.20000123/ There are over 200 broken ports. In particular, there are a few dozen (78 at last count) broken by the gcc upgrade (those marked by "new compiler error"). It doesn't look good, folks. Right now we are only able to build packages for about 2,490 out of the almost 3,000 ports. Also, the freeze is tentatively scheduled for 2000/01/31, the midnight when February starts in U.S. West Coast. That will leave one week and 18 hours. Thanks for your help and happy port-fixing! -PW P.S. Please send fixes via send-pr, not a direct mail to me or the ports list. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jan 24 6:40: 2 2000 Delivered-To: freebsd-ports@freebsd.org Received: from m2.cs.berkeley.edu (m2.CS.Berkeley.EDU [128.32.45.178]) by hub.freebsd.org (Postfix) with ESMTP id 82E2D14F72 for ; Mon, 24 Jan 2000 06:39:59 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca7-14.ix.netcom.com [209.109.235.14]) by m2.cs.berkeley.edu (8.9.3/8.9.3) with ESMTP id GAA77995; Mon, 24 Jan 2000 06:39:57 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id GAA23725; Mon, 24 Jan 2000 06:39:48 -0800 (PST) To: Pascal Hofstee Cc: freebsd-ports@freebsd.org Subject: Re: needing X on servers where you don't Want it References: <20000124130920.A62456@shadowmere.student.utwente.nl> From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Date: 24 Jan 2000 06:38:49 -0800 In-Reply-To: Pascal Hofstee's message of "Mon, 24 Jan 2000 13:09:20 +0100" Message-ID: Lines: 7 X-Mailer: Gnus v5.7/Emacs 20.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Pascal Hofstee * Would it be possible to somehow create a port of Only the imake suite, so We're thinking about it. Watch this space for further updates. :) -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jan 24 7:20: 4 2000 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 A9AB514C96 for ; Mon, 24 Jan 2000 07:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA17965; Mon, 24 Jan 2000 07:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from sawmill.grauel.com (sawmill.grauel.com [199.233.104.39]) by hub.freebsd.org (Postfix) with ESMTP id CD64C14CFF for ; Mon, 24 Jan 2000 07:13:29 -0800 (PST) (envelope-from rjk@sawmill.grauel.com) Received: (from rjk@localhost) by sawmill.grauel.com (8.9.3/8.8.8) id KAA16018; Mon, 24 Jan 2000 10:13:28 -0500 (EST) (envelope-from rjk) Message-Id: <200001241513.KAA16018@sawmill.grauel.com> Date: Mon, 24 Jan 2000 10:13:28 -0500 (EST) From: "Richard J. Kuhns" Reply-To: rjk@grauel.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16329: Patch so lang/ghc will compile under 4.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16329 >Category: ports >Synopsis: Patch so lang/ghc will compile under -current >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 24 07:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Richard J. Kuhns >Release: FreeBSD 3.4-STABLE i386 >Organization: Grauel Enterprises, Inc >Environment: FreeBSD 4.0-current >Description: ghc wouldn't compile because configure didn't know anything about "i386--freebsd4.0". >How-To-Repeat: make. >Fix: --- configure.orig Mon Jan 24 09:54:57 2000 +++ configure Mon Jan 24 09:55:46 2000 @@ -761,7 +761,7 @@ HostVendor_CPP='unknown' HostOS_CPP='linux' ;; -i[3456]86-*-freebsd3*) # FreeBSD 3.0+ uses ELF +i[3456]86-*-freebsd[34]*) # FreeBSD 3.0+ uses ELF HostPlatform=i386-unknown-freebsd3 # hack again TargetPlatform=i386-unknown-freebsd3 BuildPlatform=i386-unknown-freebsd3 >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 Jan 24 8:50: 9 2000 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 D00F714D89 for ; Mon, 24 Jan 2000 08:50:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA29279; Mon, 24 Jan 2000 08:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 24 Jan 2000 08:50:02 -0800 (PST) Message-Id: <200001241650.IAA29279@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jeremy Lea Subject: Re: ports/16328: devel/libslang: documentation put outside PLIST and hier(7) Reply-To: Jeremy Lea Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/16328; it has been noted by GNATS. From: Jeremy Lea To: Marcin Cieslak Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/16328: devel/libslang: documentation put outside PLIST and hier(7) Date: Mon, 24 Jan 2000 08:36:40 -0800 Hi, On Mon, Jan 24, 2000 at 02:53:08PM +0100, Marcin Cieslak wrote: > +share/doc/slang/slangfun.txt > +@dirrm share/doc/slang > @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B > @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R Either the @exec needs to be moved after the last reference to lib/ or that %B needs to be changed to %D/lib. Regards, -Jeremy -- FreeBSD - Because the best things in life are free... http://www.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 Jan 24 9:10: 6 2000 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 2D2FF15280 for ; Mon, 24 Jan 2000 09:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA31838; Mon, 24 Jan 2000 09:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 24 Jan 2000 09:10:03 -0800 (PST) Message-Id: <200001241710.JAA31838@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Marcin Cieslak Subject: Re: ports/16328: devel/libslang: documentation put outside PLIST and hier(7) Reply-To: Marcin Cieslak Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/16328; it has been noted by GNATS. From: Marcin Cieslak To: Jeremy Lea Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/16328: devel/libslang: documentation put outside PLIST and hier(7) Date: Mon, 24 Jan 2000 18:04:55 +0100 (MET) On Mon, 24 Jan 2000, Jeremy Lea wrote: > > +share/doc/slang/slangfun.txt > > +@dirrm share/doc/slang > > @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B > > @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R > > Either the @exec needs to be moved after the last reference to lib/ or > that %B needs to be changed to %D/lib. Below is (I hope correct) one. -- << Marcin Cieslak // saper@system.pl >> ----------------------------------------------------------------- SYSTEM Internet Provider http://www.system.pl Index: pkg/PLIST =================================================================== RCS file: /large/cvs/ports/devel/libslang/pkg/PLIST,v retrieving revision 1.10 diff -u -r1.10 PLIST --- pkg/PLIST 1998/09/22 21:54:23 1.10 +++ pkg/PLIST 2000/01/24 17:04:23 @@ -1,7 +1,19 @@ +include/slang.h +include/slcurses.h lib/libslang.a lib/libslang.so lib/libslang.so.1.3 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -include/slcurses.h -include/slang.h +share/doc/slang +share/doc/slang/COPYING +share/doc/slang/COPYING.ART +share/doc/slang/COPYING.GPL +share/doc/slang/COPYRIGHT +share/doc/slang/changes.txt +share/doc/slang/cref.txt +share/doc/slang/cslang.txt +share/doc/slang/slang.txt +share/doc/slang/slangdoc.html +share/doc/slang/slangfun.txt +@dirrm share/doc/slang To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jan 24 9:40:32 2000 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 46393158A7 for ; Mon, 24 Jan 2000 09:40:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA35860; Mon, 24 Jan 2000 09:40:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 98BAD14DAE; Mon, 24 Jan 2000 09:30:29 -0800 (PST) Message-Id: <20000124173029.98BAD14DAE@hub.freebsd.org> Date: Mon, 24 Jan 2000 09:30:29 -0800 (PST) From: deischen@freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/16332: Install compat libs on package building machines Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16332 >Category: ports >Synopsis: Install compat libs on package building machines >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 24 09:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Daniel Eischen >Release: N/A >Organization: >Environment: N/A >Description: When building gnat-3.12p without a previously installed gnat compiler, a bootstrap compiler is used. This bootstrap compiler needs libc.so.3. >How-To-Repeat: >Fix: Please make sure that package building machines have the compat libs 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 Jan 24 10:37:27 2000 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 8079615298; Mon, 24 Jan 2000 10:37:17 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@d60-025.leach.ucdavis.edu [169.237.60.25]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id KAA19341; Mon, 24 Jan 2000 10:37:10 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id KAA75584; Mon, 24 Jan 2000 10:37:10 -0800 (PST) (envelope-from obrien) Date: Mon, 24 Jan 2000 10:37:10 -0800 From: "David O'Brien" To: ports@FreeBSD.org Cc: current@FreeBSD.org Subject: Re: 4.0-release (ports) schedule Message-ID: <20000124103710.B75151@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200001241436.GAA23651@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200001241436.GAA23651@silvia.hip.berkeley.edu>; from asami@FreeBSD.org on Mon, Jan 24, 2000 at 06:36:44AM -0800 X-Operating-System: FreeBSD 4.0-CURRENT 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 On Mon, Jan 24, 2000 at 06:36:44AM -0800, Satoshi - Ports Wraith - Asami wrote: > There are over 200 broken ports. In particular, there are a few dozen > (78 at last count) broken by the gcc upgrade (those marked by "new These are due to bogus i386 ASM: cooledit-3.11.3.log ja-kon2-14dot-0.3.log ja-kon2-16dot-0.3.log ja-wine-99.01.31.log ko-han-1.0fb.log smlnj-110.9.1.log xkoules-1.4.log zh-big5con-0.92e.log There are instructions at http://gcc.gnu.org/cgi-bin/fom.cgi?file=23 and http://gcc.gnu.org/onlinedocs/gcc_4.html#SEC94 on how to fix these. I would be happy to look review fixes or consult the maintainers. -- -- 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 Mon Jan 24 10:41:59 2000 Delivered-To: freebsd-ports@freebsd.org Received: from bsd2.dns-net.de (bsd2.dns-net.de [194.77.138.34]) by hub.freebsd.org (Postfix) with ESMTP id A971615925 for ; Mon, 24 Jan 2000 10:41:39 -0800 (PST) (envelope-from lucke@dns-net.de) Received: from 10.0.0.5 (really [212.122.145.153]) by bsd2.dns-net.de via smail with smtp id (Debian Smail3.2.0.101) for ; Mon, 24 Jan 2000 19:48:48 +0100 (CET) Message-Id: From: lucke@dns-net.de Subject: FreeBSD Port: p5-MD5-1.7 To: ports@FreeBSD.org Date: 24 Jan 00 18:42:14 UT X-Priority: 3 (Normal) Importance: normal X-Mailer: David by Tobit Software, Germany (PM-6.00a (0163)) X-David-Sym: 0 X-David-Cc: 1 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------1DD2510B41FE" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --------------1DD2510B41FE Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hi, after installing your port and testing it with a perl script that uses MD5, I get the folloeing error message: /home/guard2/srs-test ./test.pl Can't load '/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/MD5/MD5.so' for module MD5: bad magic number in "/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/MD5/MD5.so" at /usr/local/lib/perl5/5.00502/i386-freebsd/DynaLoader.pm line 168. Can you tell me where the problem is? Yours, Alexander Lucke To: jfitz@FreeBSD.org Cc: ports@FreeBSD.org --------------1DD2510B41FE-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jan 24 11: 0:22 2000 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 A61DE15558 for ; Mon, 24 Jan 2000 11:00:10 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA43738 for freebsd-ports@freebsd.org; Mon, 24 Jan 2000 11:00:09 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 24 Jan 2000 11:00:09 -0800 (PST) Message-Id: <200001241900.LAA43738@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/11/30] ports/15181 ports New port: comms/plp o [2000/01/24] ports/16328 ports devel/libslang: documentation put outside 2 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1999/08/15] ports/13170 ports New port: UW-Imap with maildir and qmail f [1999/12/17] ports/15541 ports KDE screen saver with password protection o [1999/12/17] ports/15543 ports Samba + DHCP = UNKNOWN HOST NAME o [2000/01/01] ports/15820 ports A Y2K class bug when setting atime & mtim o [2000/01/05] ports/15922 ports print/a2ps cannot find ogonkfied fonts [p o [2000/01/09] ports/16020 ports New port: www/mod_dtcl -- embed TCL8.x in o [2000/01/12] ports/16089 ports apache13-ssl does not compile w/ openssl- o [2000/01/19] ports/16202 ports FtpLocate port is expecting perl in the w o [2000/01/22] ports/16307 ports Updated patch-aa for misc/heyu port o [2000/01/23] ports/16317 ports Fix po-mode.el, installed by devel/gettex o [2000/01/24] ports/16332 ports Install compat libs on package building m 11 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- 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 o [1999/02/07] ports/9954 ports New port: devel/ACE o [1999/02/10] ports/10007 ports New port: lang/mercury (the mercury compi o [1999/02/16] ports/10124 ports New port: math/stat o [1999/03/10] ports/10532 ports New port: lang/gpc - GNU Pascal o [1999/03/16] ports/10634 ports Update the hylafax port to do a client in o [1999/06/13] ports/12188 ports New port: pbs-2.1.11 (misc/PBS) a batch s o [1999/07/05] ports/12518 ports New port: ifmail-os-2.14.7 o [1999/07/13] ports/12624 ports Update port: audio/mxv (new version also o [1999/07/20] ports/12722 ports New port: AT&T's DjVu library for scanned o [1999/07/21] ports/12739 ports New port: AT&T's DjVu Netscape plug-in o [1999/08/01] ports/12915 ports Add elm 2.5 to ports o [1999/08/13] ports/13124 ports New port: LinAlg; request for local hosti o [1999/08/16] ports/13173 ports New port: yiff-0.33 o [1999/08/17] ports/13191 ports New port: fire-1.0 o [1999/08/18] ports/13251 ports New port: founts-11 o [1999/08/21] ports/13291 ports New port: xap-xwf-0.7.8 o [1999/08/31] ports/13514 ports another TCL interface to MySQL port o [1999/09/07] ports/13614 ports xdm and wdm do not set environment variab o [1999/09/30] ports/14070 ports g2c libraries and compatibility for DJGPP o [1999/10/01] ports/14077 ports Multicast not available on multicast enab o [1999/10/01] ports/14079 ports ssh2 port won't install if automake is in o [1999/10/02] ports/14088 ports port of new fvwm 2.3 beta (2.3.8) o [1999/10/07] ports/14185 ports ports/x11-wm/fvwm2 updated from 2.2.2 to o [1999/10/11] ports/14260 ports New port: WODA - A Web Oriented Database o [1999/10/14] ports/14337 ports xdm and Eterm: tty allocation problem? o [1999/10/17] ports/14378 ports New port: graphics/mpeg o [1999/10/17] ports/14379 ports New port: graphics/xmrm o [1999/10/25] ports/14515 ports New Tripwire 1.3 Port o [1999/11/01] ports/14643 ports New port: chinese/pyDict A Chinese/Engli o [1999/11/03] ports/14686 ports New port: pisces IIB (Category: cad) o [1999/11/06] ports/14741 ports A summary of the old ispell-language-file o [1999/11/16] ports/14922 ports New port: net/infobot o [1999/11/18] ports/14991 ports New port: devel/tcl-trf Tcl Data transfo o [1999/11/28] ports/15131 ports New port: devel/kpp o [1999/11/28] ports/15135 ports New port: devel/cervisia o [1999/11/28] ports/15147 ports New port: audio/xsidplay o [1999/11/28] ports/15159 ports New port: games/blackpenguin o [1999/11/30] ports/15192 ports New port: security/ident2 o [1999/12/08] ports/15367 ports new ports on linux emulator o [1999/12/11] ports/15424 ports New port: www/kwebsearch o [1999/12/14] ports/15481 ports ports/devel/codecrusader slightly broken o [1999/12/17] ports/15545 ports New port: x11/xterm o [1999/12/18] ports/15552 ports New port: news/knode f [1999/12/22] ports/15634 ports upsd-2.0 package hangs 3.3-RELEASE o [1999/12/26] ports/15698 ports New port: misc/p5-I18N-Charset o [1999/12/26] ports/15699 ports New port: misc/p5-I18N-LangTags o [1999/12/26] ports/15704 ports New port: sysutils/p5-SyslogScan o [1999/12/26] ports/15706 ports New port: x11/gweather f [1999/12/31] ports/15795 ports New port: www/bkmrkconv o [1999/12/31] ports/15796 ports New port: net/dhcp_dns o [1999/12/31] ports/15799 ports New port: devel/flux o [1999/12/31] ports/15800 ports New port: games/kmud o [1999/12/31] ports/15802 ports New port: security/kssh o [1999/12/31] ports/15803 ports New port: games/krogue o [1999/12/31] ports/15804 ports New port: www/fhttpd o [1999/12/31] ports/15805 ports New port: mail/mreport o [1999/12/31] ports/15815 ports New port: p5-Apache-ASP o [2000/01/02] ports/15840 ports New port: x11-fonts/ucs-fixed o [2000/01/02] ports/15851 ports New port: deskutils/p5-hp200lx-db o [2000/01/03] ports/15862 ports New port: www/p5-HTML-Tree o [2000/01/03] ports/15863 ports New port: www/p5-HTML-Summary o [2000/01/03] ports/15873 ports New Apache_fp+php+mod_ssl-1.3.9+3.0.12+2. o [2000/01/04] ports/15886 ports New port: audio/cd2mp3 o [2000/01/04] ports/15894 ports New port: security/aide AIDE 0.5 o [2000/01/05] ports/15931 ports bpft-2.0 port update o [2000/01/06] ports/15936 ports New port: devel/libgii o [2000/01/06] ports/15938 ports New port: graphics/libggi o [2000/01/06] ports/15952 ports New port: graphics/paintlib o [2000/01/06] ports/15953 ports New port: japanese/samba o [2000/01/07] ports/15971 ports New port: math/slsc the slang spreadshee o [2000/01/07] ports/15977 ports New port: x11-toolkits/qt14 o [2000/01/08] ports/15985 ports new port: libcgi (fix PR ports/15964) o [2000/01/08] ports/15994 ports new libapreq 0.31 port o [2000/01/08] ports/15997 ports New port: devel/kdevelop o [2000/01/09] ports/16004 ports New port: audio/yamt o [2000/01/09] ports/16006 ports new port: x11/xkbctrl (display and manipu o [2000/01/09] ports/16018 ports Update of ports: security/nessus* o [2000/01/10] ports/16032 ports Update port: devel/crossgo32 o [2000/01/10] ports/16033 ports Update port: devel/crossgo32-djgpp2 o [2000/01/10] ports/16034 ports Update port: devel/crossgo32-djgpp2-pdcur o [2000/01/10] ports/16052 ports New port: games/xlifegame o [2000/01/12] ports/16083 ports New port: databases/mysql-jdbc-mm mm.my o [2000/01/12] ports/16084 ports o [2000/01/12] ports/16087 ports New port: cadaver-0.10.0 o [2000/01/12] ports/16088 ports apache13-ssl lacks sbin/gcache in PLIST o [2000/01/13] ports/16095 ports New port: russian/xcode o [2000/01/13] ports/16100 ports [NEW PORT] new port of smb_auth - SMB aut o [2000/01/13] ports/16103 ports New port: comms/qico o [2000/01/13] ports/16112 ports new port - 'avltree' in-memory indexing l o [2000/01/13] ports/16115 ports New port: www/aolserver3 AOL's web serve o [2000/01/14] ports/16125 ports new port sqsh-1.7 to databases o [2000/01/16] ports/16150 ports New port: print/dvipdfm o [2000/01/17] ports/16158 ports New port: perl front-end to GNU recode o [2000/01/17] ports/16159 ports New port: devel/cvsmapfs o [2000/01/17] ports/16161 ports [NEW PORT] New port of Login.app - a nice o [2000/01/19] ports/16199 ports Apache JServ Port broken due to lack of s o [2000/01/19] ports/16201 ports Port of CDD isn't up to date o [2000/01/21] ports/16248 ports New port: www/links - text WWW browser o [2000/01/21] ports/16251 ports New port: net/tn5250 o [2000/01/21] ports/16270 ports New port: games/xbaby o [2000/01/22] ports/16293 ports New port: coldsync-1.0.0 o [2000/01/22] ports/16294 ports trafd (BPFT traffic collector) port o [2000/01/22] ports/16308 ports Update to 1.0c16 o [2000/01/22] ports/16309 ports Creation of a new port o [2000/01/23] ports/16311 ports patch for gqmpeg port to make mixer work o [2000/01/23] ports/16312 ports UPDATE: ports/mail/rblsmtpd MASTER_SITES o [2000/01/23] ports/16313 ports tcpblast modification o [2000/01/23] ports/16321 ports Update spin to 3.3.8, fixing unfetchable o [2000/01/23] ports/16322 ports Python-1.5.2 locks up in _thread_kern_sch o [2000/01/24] ports/16326 ports [PATCH] update of the wmakerconf port to o [2000/01/24] ports/16329 ports Patch so lang/ghc will compile under -cur 113 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 Jan 24 11:10: 9 2000 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 0BAAF15BF2 for ; Mon, 24 Jan 2000 11:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA45110; Mon, 24 Jan 2000 11:10:01 -0800 (PST) (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 1A49415AF2 for ; Mon, 24 Jan 2000 11:04:39 -0800 (PST) (envelope-from kargl@troutmask.apl.washington.edu) Received: (from kargl@localhost) by troutmask.apl.washington.edu (8.9.3/8.9.3) id LAA16725; Mon, 24 Jan 2000 11:05:39 -0800 (PST) (envelope-from kargl) Message-Id: <200001241905.LAA16725@troutmask.apl.washington.edu> Date: Mon, 24 Jan 2000 11:05:39 -0800 (PST) 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/16333: fix fortran-utils port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16333 >Category: ports >Synopsis: fix fortran-utils port >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 Jan 24 11:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Steven G. Kargl >Release: FreeBSD 4.0-CURRENT i386 >Organization: apl/uw >Environment: FreeBSD-current >Description: * Fix the port so that it will install * Added a patch to fix several buffer overflow problems. * NO, I do not want to be the maintainer. * This also close PR bin/15471 (unless some one wants to apply the patches to FreeBSD-stable.) >How-To-Repeat: cd ports/devel/fortran-utils make install See PR bin/15471 about the buffer over flow problems >Fix: diff -crN ../devel/fortran-utils/Makefile fortran-utils/Makefile *** ../devel/fortran-utils/Makefile Wed Dec 22 06:55:54 1999 --- fortran-utils/Makefile Mon Jan 24 10:52:20 2000 *************** *** 15,18 **** --- 15,25 ---- MAN1= fpr.1 fsplit.1 + do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/fpr/fpr ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/fsplit/fsplit ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/fpr/fpr.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/fsplit/fsplit.1 ${PREFIX}/man/man1 + + .include diff -crN ../devel/fortran-utils/patches/patch-aa fortran-utils/patches/patch-aa *** ../devel/fortran-utils/patches/patch-aa Wed Dec 31 16:00:00 1969 --- fortran-utils/patches/patch-aa Mon Jan 24 10:55:32 2000 *************** *** 0 **** --- 1,229 ---- + diff -r -u /usr/src/usr.bin/fsplit/fsplit.1 fsplit/fsplit.1 + --- /usr/src/usr.bin/fsplit/fsplit.1 Mon Aug 30 08:00:49 1999 + +++ fsplit/fsplit.1 Tue Dec 14 10:55:53 1999 + @@ -39,7 +39,7 @@ + .Os BSD 4.2 + .Sh NAME + .Nm fsplit + -.Nd split a multi-routine Fortran file into individual files + +.Nd split a multi-routine Fortran 77 file into individual files + .Sh SYNOPSIS + .Nm fsplit + .Op Fl e Ar efile + @@ -47,8 +47,8 @@ + .Op Ar file + .Sh DESCRIPTION + .Nm Fsplit + -takes as input either a file or standard input containing Fortran source code. + -It attempts to split the input into separate routine files of the + +takes as input either a file or standard input containing Fortran 77 source + +code. It attempts to split the input into separate routine files of the + form + .Ar name.f , + where + @@ -104,3 +104,7 @@ + .Fl e + for unnamed main programs and block data subprograms since you must + predict the created file name. + +.Pp + +.Nm + +can be used with Fortran 77 and older source code. It understands neither + +Fortran 90/95 syntax nor free form source files. + diff -r -u /usr/src/usr.bin/fsplit/fsplit.c fsplit/fsplit.c + --- /usr/src/usr.bin/fsplit/fsplit.c Tue Sep 7 11:59:34 1999 + +++ fsplit/fsplit.c Tue Dec 14 10:59:13 1999 + @@ -51,6 +51,7 @@ + #include + #include + #include + +#include + #include + #include + #include + @@ -90,11 +91,8 @@ + + #define TRUE 1 + #define FALSE 0 + -int extr = FALSE, + - extrknt = -1, + - extrfnd[100]; + -char extrbuf[1000], + - *extrnames[100]; + +int extr = FALSE, extrknt = -1, *extrfnd; + +char **extrnames; + struct stat sbuf; + + #define trim(p) while (*p == ' ' || *p == '\t') p++ + @@ -103,58 +101,74 @@ + void get_name __P((char *, int)); + char *functs __P((char *)); + int lend __P((void)); + -int lname __P((char *)); + +int lname __P((char *, int)); + char *look __P((char *, char *)); + int saveit __P((char *)); + -int scan_name __P((char *, char *)); + +int scan_name __P((char *, char *, int)); + char *skiplab __P((char *)); + static void usage __P((void)); + + int + main(argc, argv) + +int argc; + char **argv; + { + + extern int optind; + + extern char *optarg; + + + register FILE *ofp; /* output file */ + register int rv; /* 1 if got card in output file, 0 otherwise */ + register char *ptr; + int nflag, /* 1 if got name of subprog., 0 otherwise */ + retval, + i; + - char name[20], + - *extrptr = extrbuf; + + char name[20]; + + - /* scan -e options */ + - while ( argc > 1 && argv[1][0] == '-' && argv[1][1] == 'e') { + + if (argc > 2) { + extr = TRUE; + - ptr = argv[1] + 2; + - if(!*ptr) { + - argc--; + - argv++; + - if(argc <= 1) + + + + extrfnd = (int *) malloc(argc * sizeof(int)); + + if (extrfnd == NULL) + + errx(1, NULL); + + + + extrnames = (char **) malloc(argc * sizeof(char *)); + + if (extrnames == NULL) + + errx(1, NULL); + + + + while ((i = getopt(argc, argv, "e:")) != -1) { + + switch (i) { + + case 'e': + + extrknt++; + + extrfnd[extrknt] = FALSE; + + extrnames[extrknt] = optarg; + + break; + + default: + usage(); + - ptr = argv[1]; + + } + } + - extrknt = extrknt + 1; + - extrnames[extrknt] = extrptr; + - extrfnd[extrknt] = FALSE; + - while(*ptr) *extrptr++ = *ptr++; + - *extrptr++ = 0; + + + + argc -= optind; + + argv += optind; + + } else { + argc--; + argv++; + } + + - if (argc > 2) + + if (argc > 1) + usage(); + - else if (argc == 2) { + - if ((ifp = fopen(argv[1], "r")) == NULL) + - errx(1, "cannot open %s", argv[1]); + + else if (argc == 1) { + + if ((ifp = fopen(*argv, "r")) == NULL) + + errx(1, "cannot open %s", *argv); + } + else + ifp = stdin; + + + for(;;) { + /* look for a temp file that doesn't correspond to an existing file */ + get_name(x, 3); + ofp = fopen(x, "w"); + + if (ofp == NULL) + + errx(1, "can not open %s", x); + nflag = 0; + rv = 0; + while (getline() > 0) { + @@ -163,7 +177,7 @@ + if (lend()) /* look for an 'end' statement */ + break; + if (nflag == 0) /* if no name yet, try and find one */ + - nflag = lname(name); + + nflag = lname(name, 20); + } + fclose(ofp); + if (rv == 0) { /* no lines in file, forget the file */ + @@ -198,6 +212,8 @@ + else + unlink(x); + } + + + + return 0; + } + + static void + @@ -293,8 +309,9 @@ + name and put in arg string. invent name for unnamed + block datas and main programs. */ + int + -lname(s) + +lname(s, len) + char *s; + +int len; + { + # define LINESIZE 80 + register char *ptr, *p; + @@ -324,18 +341,18 @@ + if ((ptr = look(line, "subroutine")) != 0 || + (ptr = look(line, "function")) != 0 || + (ptr = functs(line)) != 0) { + - if(scan_name(s, ptr)) return(1); + + if(scan_name(s, ptr, len)) return(1); + strcpy( s, x); + } else if((ptr = look(line, "program")) != 0) { + - if(scan_name(s, ptr)) return(1); + + if(scan_name(s, ptr, len)) return(1); + get_name( mainp, 4); + strcpy( s, mainp); + } else if((ptr = look(line, "blockdata")) != 0) { + - if(scan_name(s, ptr)) return(1); + + if(scan_name(s, ptr, len)) return(1); + get_name( blkp, 6); + strcpy( s, blkp); + } else if((ptr = functs(line)) != 0) { + - if(scan_name(s, ptr)) return(1); + + if(scan_name(s, ptr, len)) return(1); + strcpy( s, x); + } else { + get_name( mainp, 4); + @@ -345,17 +362,22 @@ + } + + int + -scan_name(s, ptr) + +scan_name(s, ptr, len) + char *s, *ptr; + +int len; + { + + int cnt = 0; + char *sptr; + + /* scan off the name */ + trim(ptr); + sptr = s; + while (*ptr != '(' && *ptr != '\n') { + - if (*ptr != ' ' && *ptr != '\t') + + if (*ptr != ' ' && *ptr != '\t') { + *sptr++ = *ptr; + + cnt++; + + if (cnt == len - 3) break; + + } + ptr++; + } + >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 Jan 24 11:24:52 2000 Delivered-To: freebsd-ports@freebsd.org Received: from netcom.com (netcom6.netcom.com [199.183.9.106]) by hub.freebsd.org (Postfix) with ESMTP id 63ADA15402; Mon, 24 Jan 2000 11:23:02 -0800 (PST) (envelope-from klh@netcom.com) Received: (from klh@localhost) by netcom.com (8.9.3/8.9.3) id LAA21640; Mon, 24 Jan 2000 11:21:27 -0800 (PST) Date: Mon, 24 Jan 2000 11:21:26 PST From: Ken Harrenstien To: Alexey Zelkin Cc: ports@FreeBSD.org, klh@netcom.com Subject: Re: [klh@netcom.com: Broken link] In-Reply-To: Your message of Sat, 22 Jan 2000 20:51:41 +0300 Message-ID: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I guess, but on the page with the broken link it said to inform www@FreeBSD.org of any problems. You may want to add "ports" to that emergency handle. --Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jan 24 11:28:11 2000 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 0E5A81598D; Mon, 24 Jan 2000 11:27:49 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA46820; Mon, 24 Jan 2000 11:27:48 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 24 Jan 2000 11:27:48 -0800 (PST) From: Message-Id: <200001241927.LAA46820@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, asami@FreeBSD.org Subject: Re: ports/16332: Install compat libs on package building machines Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Install compat libs on package building machines Responsible-Changed-From-To: freebsd-ports->asami Responsible-Changed-By: cpiazza Responsible-Changed-When: Mon Jan 24 11:27:27 PST 2000 Responsible-Changed-Why: package building machines are asami's domain To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jan 24 11:45:30 2000 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 8EB27153D4; Mon, 24 Jan 2000 11:45:28 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA48791; Mon, 24 Jan 2000 11:45:28 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 24 Jan 2000 11:45:28 -0800 (PST) From: Message-Id: <200001241945.LAA48791@freefall.freebsd.org> To: rjk@grauel.com, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16329: Patch so lang/ghc will compile under -current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Patch so lang/ghc will compile under -current State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Mon Jan 24 11:38:04 PST 2000 State-Changed-Why: I committed a similar patch, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jan 24 11:46:26 2000 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 93BB414D62; Mon, 24 Jan 2000 11:46:25 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA48932; Mon, 24 Jan 2000 11:46:25 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 24 Jan 2000 11:46:25 -0800 (PST) From: Message-Id: <200001241946.LAA48932@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, kris@FreeBSD.org Subject: Re: ports/16333: fix fortran-utils port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fix fortran-utils port Responsible-Changed-From-To: freebsd-ports->kris Responsible-Changed-By: cpiazza Responsible-Changed-When: Mon Jan 24 11:46:04 PST 2000 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 Jan 24 11:54:38 2000 Delivered-To: freebsd-ports@freebsd.org Received: from cichlids.com (pC19F5474.dip0.t-ipconnect.de [193.159.84.116]) by hub.freebsd.org (Postfix) with ESMTP id BA3A414D8F; Mon, 24 Jan 2000 11:54:27 -0800 (PST) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 19818AB94; Mon, 24 Jan 2000 20:50:47 +0100 (CET) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id UAA25021; Mon, 24 Jan 2000 20:50:21 +0100 (CET) (envelope-from alex) Date: Mon, 24 Jan 2000 20:50:21 +0100 From: Alexander Langer To: "David O'Brien" Cc: ports@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: 4.0-release (ports) schedule Message-ID: <20000124205021.B24975@cichlids.cichlids.com> Mail-Followup-To: David O'Brien , ports@FreeBSD.ORG, current@FreeBSD.ORG References: <200001241436.GAA23651@silvia.hip.berkeley.edu> <20000124103710.B75151@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000124103710.B75151@dragon.nuxi.com>; from obrien@FreeBSD.ORG on Mon, Jan 24, 2000 at 10:37:10AM -0800 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 Thus spake David O'Brien (obrien@FreeBSD.ORG): > I would be happy to look review fixes or consult the maintainers. Hello David, compiler-maintainer ;-) I noticed that many ports are broken because the compiler handles ANSI-C++ violations too strict. That means, if you do, as an example: const fubar = 10; the build _FAILS_. Other compilers implicy type "int" here, that's why many ports are broken for -current only. Just FYI, maybe you can do something against this strict handling. Or not, I don't know. Somehow, it's very good that the compiler does this... 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 Mon Jan 24 12: 1:24 2000 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 049CD15278; Mon, 24 Jan 2000 12:01:19 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@d60-025.leach.ucdavis.edu [169.237.60.25]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id MAA19742; Mon, 24 Jan 2000 12:01:18 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id MAA75877; Mon, 24 Jan 2000 12:01:17 -0800 (PST) (envelope-from obrien) Date: Mon, 24 Jan 2000 12:01:17 -0800 From: "David O'Brien" To: ports@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: 4.0-release (ports) schedule Message-ID: <20000124120117.N81215@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <200001241436.GAA23651@silvia.hip.berkeley.edu> <20000124103710.B75151@dragon.nuxi.com> <20000124205021.B24975@cichlids.cichlids.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000124205021.B24975@cichlids.cichlids.com>; from alex@big.endian.de on Mon, Jan 24, 2000 at 08:50:21PM +0100 X-Operating-System: FreeBSD 4.0-CURRENT 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 On Mon, Jan 24, 2000 at 08:50:21PM +0100, Alexander Langer wrote: > I noticed that many ports are broken because the compiler handles > ANSI-C++ violations too strict. Not too strict -- to the ratified ISO-C++ specification. > Just FYI, maybe you can do something against this strict handling. Nope. Those programs that aren't buildable aren't C++. I will not break the C++ compiler to support them. -- -- 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 Mon Jan 24 15:44:43 2000 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 B1E0714D2B for ; Mon, 24 Jan 2000 15:44:41 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA74741; Mon, 24 Jan 2000 15:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from kbtfw.kubota.co.jp (kbtfw.kubota.co.jp [133.253.102.202]) by hub.freebsd.org (Postfix) with ESMTP id E0E3B14A13 for ; Mon, 24 Jan 2000 15:31:52 -0800 (PST) (envelope-from haro@tk.kubota.co.jp) Received: by kbtfw.kubota.co.jp; id IAA22978; Tue, 25 Jan 2000 08:20:55 +0900 (JST) Received: from unknown(133.253.31.1) by kbtfw.kubota.co.jp via smap (V4.2) id xma022510; Tue, 25 Jan 00 08:20:01 +0900 Received: (from uucp@localhost) by lemond.gkn.kubota.co.jp (8.9.3+3.2W/3.7W00010501) with UUCP id IAA01305 for FreeBSD-gnats-submit@freebsd.org; Tue, 25 Jan 2000 08:19:58 +0900 (JST) Received: (from haro@localhost) by jkpc15.tk.kubota.co.jp (8.9.3/3.7W-uucp) id IAA10536; Tue, 25 Jan 2000 08:10:20 +0900 (JST) Message-Id: <200001242310.IAA10536@jkpc15.tk.kubota.co.jp> Date: Tue, 25 Jan 2000 08:10:20 +0900 (JST) From: Reply-To: haro@tk.kubota.co.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16336: ja-mule-wnn4-2.3 core dumps Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16336 >Category: ports >Synopsis: ja-mule-wnn4-2.3 core dumps >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jan 24 15:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Munehiro Matsuda >Release: FreeBSD 3.4-STABLE i386 >Organization: Office of Business Planning & Development, Kubota Corp. >Environment: OS: FreeBSD 3.4-STABLE as of Jan 21 2000 (CTM: src-3.0442.gz). Ports: ports-cur as of Jan 5 2000 (CTM: ports-cur.3113.gz) or later. >Description: ja-mule-wnn-2.3 core dumps on start up. # /usr/local/bin/mule-19.34 Fatal error (11).Segmentation fault (core dumped) # Looking thourgh core file, it seems that tputs(), in libncurses.so, is called from work/emacs-19.34/src/term.c:per_line_cost() without getting initialized by setupterm() call. >How-To-Repeat: # cd /usr/ports/japanese/mule-wnn4 # make all install # /usr/local/bin/mule-19.34 Fatal error (11).Segmentation fault (core dumped) # >Fix: Temporary work around is to remove the following patch and recompile. # cd /usr/ports/editors/mule-common # mv patches/patch-na . # cd /usr/ports/japanese/mule-wnn4 # make all install # /usr/local/bin/mule-19.34 & # >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 Jan 24 16:31: 4 2000 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 62DAF152AE for ; Mon, 24 Jan 2000 16:30:59 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA79839; Mon, 24 Jan 2000 16:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from smtp6.mindspring.com (smtp6.mindspring.com [207.69.200.110]) by hub.freebsd.org (Postfix) with ESMTP id 65FA115938 for ; Mon, 24 Jan 2000 16:25:44 -0800 (PST) (envelope-from vns@mindspring.com) Received: from mindspring.com (user-2iveaj2.dialup.mindspring.com [165.247.42.98]) by smtp6.mindspring.com (8.9.3/8.8.5) with ESMTP id TAA18864 for ; Mon, 24 Jan 2000 19:24:00 -0500 (EST) Received: (from vsilyaev@localhost) by mindspring.com (8.9.3/8.9.3) id TAA01327; Mon, 24 Jan 2000 19:23:58 -0500 (EST) (envelope-from vns) Message-Id: <200001250023.TAA01327@mindspring.com> Date: Mon, 24 Jan 2000 19:23:58 -0500 (EST) From: vns@delta.odessa.ua Reply-To: vns@delta.odessa.ua To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16337: New port for Linux VMWARE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16337 >Category: ports >Synopsis: New port for Linux VMWARE >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 Jan 24 16:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Vladimir N.Silyaev >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: New port for Linux VMWARE. >How-To-Repeat: >Fix: Unpack following archive in the emulation/vmware directory begin 644 vmware-port.tar.gz M'XL(`/KJC#@``^P\^7,:1[/YE?DK.C*))$>L6"Y=QD\'R*)LD$K(=O)L%UYV M![&?]B![""FVWM_^NF=FN<2"G8J4+Q6M2P:F[^GIGGN;QA7OV0[_X0$?/9^O ME$KP`X"^5<[3)S[))\!6N5C$__.EHEXIYRMY1-.W\L4?(/^02B5/'$9&`/## M=6@[MP:_3L,;]CEW'D.AQWV>P<`/HA!,WW&X&=F^!ZYJ$M#S@UURT+OFT`@X M'/L!O+&]^(8]@W<\"`DWX+_'=L`M@0>ZAO\06C,B#F;`\4-!Z#D.;"A4H.5? M@[ZSJU=V2UM0;U_@CYT=)'K?]]TQ^&^Q9W(T'R+AZ&AQ09[AMC9:_T-LFVS::R9P/E:MM"W*9>V-2W()_? M+6[O%K8@<3[4;P:010'L7?V\W3AM53-D4X$=OFV\J54SF6*EQ-XUFZ>MSO%Y MO8[2.PH1JI#7=@C8JE_,!>IY]J;1>OMKI]8XKV8V3=\=&-&F(RJ4'1UFX:&!(CHW6`374I@]FWGNPCZ_/H;)1#22&TMOIJ/Y=I! MX`>:800>CS1NQ9H1;P[BKI(W0]3[/AK&WI^_;I\?8=O-?L&OPM?*$,L.H\#N M`E--^NS@XN@$6YJ((Q5"Y)MY[?U.P[2I7?XA=+IV48LIBCE!D%`P(>:^AS77 M]JQP$-C>I:C1_TN",K&)8CC\GDI(LL#W5'9"@Q12T>/&&](SJ091=L>89GNF M$UL<7B"V1GE&&Z";W:N7!.MAU)VV$\/A!93R^;Q>9(?GIZ_KF%1^J[>9QCW+ M[DEL?H.N"->R7V3S%TY*TA9)TE#9];',E86(*]_'&L-]$/CFM[%7R&,1[YKM MMX>4T2BSR#K$,BK`Y')>/V[\>K=)=2>Q[EC[Z+QQ=M'NU%OO?JF.\^%DDA+N MDDWHY+1]T6F<59,FI7Y/HN`?*OMZA*)^HXN:!Z_KF!E?M:LKKS%A23%"-YD' M7=^*L46M,-&AM%W#<:!OF%?4[X'A1#SPJ!\C>S'A8K,$3-AF7S1#)'GUOYBT MD6.[?H'&W*'')VP3/T_&A3+%WD2!849`JK7TJLI^V&.R@1]&.<%]EV7VLU^. MSHA4-+TI'X"(80SG.Y9A(8_\`?78(1*1'K4[R'%8#??V]V75[^_OC;RPMSK% M4R[U4,A M[T_/7S=:KZ8EJ\)',$:Y.>S?KVPL1$=BXLC9'HY#'6<7QEXE+HU6^^+@S9L. M-IB[L?,W7<.C/SUAHP.%;"L)N`1,')I"'LQK^2AZ$B&AYI$YT182#6H'%P=W M]_R10C9)*`/@;I[M,]2!J5ELGLY=VYO/<5S)/8P0BM1>*/E^.Z75FT('EOD` MN=[TL`G+">\3?/U*`/1%+IRBDEQF*%)K0?B0,)YK`V=&64H^-J`>E.)`]JS= MP+8NN?IA]V3E7,)D4=L:=T*^O,Y3Y"QKKM/2DOYO?H"EQ(U0@>)O%#O3)/-"M<^=P3)V MA+/Y?#[=/)XW5_S6-9:R56BSG!-JM=?GYI2P3X,KRU^2 M681LPGK^G;3C<#ZO']2:=4U-#A>Q25PH>]\D`4^UN?NY#2;SW-Q1(#*3P\"_ M>VK_38\<5#^L#!S];I7+J>L_X@=LY8OE$OY7TFG]IU`J_`#EAU5+/O_R]1_I M_^:#K@(N6?\#/:^3_PO%8JF@8T,!O;!5*C^M_SW&HV9O,%X\4T.+R76TV407 MQEW+#OY!6>[I27MD_$]WFG^UC"7Q7\[KE9G\7RP5"T_Q_QB/6MO7<0K92];W MP?=`-06-96DQ?W=VU;RRBSD[RUC#BP*<3(J-`XVQB[X=PL#F)@>_!\DB)"VA M7-L6#['$Y=`U0MN$,![0>$E(#6+/PYD*B_HTX,/2#*Y)`THO:K]`- M#,_LHZ!JMY0]#:%U,_=PIPVG[O`!K.*$,C1X'G/ISV)4TS3;43MNPA1+6 MS@ST!?H,"5=WRNM8RV2H=X7_&Q'0TMC`,2+TB!LFKN,6=&\3_<.^'SN6K$MI MV,AA&6HF8G`M[1<+:E8<<-%@.'!L#SQ$Q_E.+!"H?GWPNY%ARUI40V_17LBO M47!+&-W81I%VI`DVGN&*5D<$`A/9J)4&N?"\(6CM"$RLN"Y'EPX]QSSQFTC8^F=T%)))\$A-;-RR2JEU2]$B0"XYAFD<4/P( M\8&,]Y`:;1]C"[42/N4614@O0C1C(AR4-R:;P(BU,&OL;`/KP^0>U@U.,H6Y M%$BJB:T1%?F.Z@X_?-04HW*<)M8U4#4]-#`1C-DR`P4-!4_AZ7G;,RY,6-PW MKF5,<]H453&'L2Z:R&K(@VL>K(XB`JT^YD:$+3H$E84P!<3>*$X88+Q13&-N M"$V,"VS6Y#H*1@P/`6OZL1>-EVO@V@ZBV'#`"NQK3B@2#>,4:Y$[:MMVR$7; M0'60(S8=2X,3?TB_-V1.DDFV:^-X36[O(DLFNMT(TUS8XT&X@5PFO&&,4L^U MVN15077M#@98]8%4*4"KC[":C"C4F."8@U//X<(EES$%M&O<4IQ1=B>^D0!1 MVQH1'#O^8'`+EAU>@<4CM0$]KD/+YR&E<$HKZ%P1TT88QBZU&DQ,TA)467`@ MH#,T;K$+0E=07Z#R1T^)(;TU..2F04U(F&5$&V"+1J-X"==SC[(ZYC<_ZD.C M5A>98Y)+F+`.*>LD.9"V"7QO8X);Q\7Q12=I1T00V)=]=(CO"V?[@26"2H#. M^C[W[!LX;&!6;O,H'FB*C:JNVD1U4/`9T&Z>8;,./.Y(5(785GX7XWF*CQ,? M_8'#>J*DO#!B)H4Q,]G\L-M%#T"E.Y"5N;K#6X MQ`$#>@&%*Q9^/.H-T/`;#0ZP-@V1)P2?I*F[AHE=#A.89ENW8`+0W:,OEKP#+U7-.PG=W1<8?] MZ9[B:3+W[WOD6$`N2#^4C&7K/^7"UGC]1Z?S7X5R/O\T_WN,1XU_:-:"V:@/ M55@9[ZENCC?U)[9.5IC<2OHN(K7]M,+$]M4WDXXVO%88[6M-T2V7221(:--J M5;HD_+K"A"A=HWX21S&W!Y:%_4PHB4:;PO?06CQJ&CCR$&BC/>&5?U`BE?%O M]1Y2!L;_HO5_72_GD_C7*^42E>#'4_P_QO/LQ\TX#$30#'C@L&=P8IA7MVH& MJD;_KUIOP>II"&QX$8ZKY7"/QM!B3*9F+"HKT/E//N#>Q*RZ8W1Q.&[RCIKN M)A,+DI@,?BE$IPY%CO1B^ZV#\U?OJFNK.6]U?8]EH]L!K^;W<*Z.`U,<0*WM M$WP=OK`,O\'Y/1V_Z@#_'8A@#Y[!@1%<]G'\MDK#5S`N<42U`1+5Q:F$;>!< M@V7$;'J"]FQUCV6D,'UC%GA!0)P.]4%JMX&0/7;'6-:A(6P54#_F8S6LU8XW M5G)?5]9Q_(8RN0FKZL#`ZH:BW6/#/H;AVHO:\4NR0HWC8YQ-80I:$RI@.=!` M+2(Y8N*_=T=(^Z;O4)H*!XX=K6'M8!FJN2;4^.4742E9Q$&4520J],)5@7,' MM%L^";U`*0HVR7A-?/F0_X06XK<-"?B@:UKV&7W[)&5*W?[CV][:RL=H1:&M M;ZQ\]%:H7O[N=O[TS']D_I\Z/?.7RUB2_S'OEV?6_TOYPE/^?Y0'\S]EH[#/ MF&P`U97I+"R/>WZ`G`59B2&/0;E7E+%5$<.4\P$Z61U^K$('/NU12O<88E17 M%,IF5D_8$.$G^/EG"%S(!3U1P!0_^NIXXO1%0?S:Q)P)K&>3?IAB>O"1K:@C MF7[P,=J%GRQ,,5AXC5V.'W1L2Q2&LM`PDNIM]'[()TEP M^D5U2H4[@:J47H19E)C*ZD68)<2<=/O'2&BR^S$B,?A!//!#5@=^4>;C-VFN M=&V3N[OP,?II.X8Y?Q*GC1KL3N'(!C!57Q^?2X^!*A5+0;.%I-.X<,1!ZG@/ M6VE\KUSJ/X^/U$^/X>4](%;?A:AV MD:Q555P=4CDMZB57=J3ALKPM'2++E>4(.53N22@2XQ%T).P=7?])[$<(>692 M_J@"%&Q"AY&M"$);_D&SL+_OD?V_:SWD6:MEZS_%_-;L^:^MPM93__\83[-6 MAC6UG"VNNN6*E9+:$5S'X;^9-RN]DH$.,7G/VC;RIK5=W+8JY=Y.I5BT2DPP MF+XR1!?A)EALE?1N:4O7=:O$MPL58\NTNF9%YZ:Y7=DN[XQ83-XAHNMR$RQT MRZCLE(PM0]\I%\Q"V:I86-0S>UMFL:);_"G2_^PSN5_]4#*6C/]!+Q=&Z[]Y M79S_*Q>?SO\]RC,>_U^[-%Q/75-E.`ZO9K\(K-%=H='OF>L76<@B.A/+'?0- MLOM/(?I?^4R=5WF`N3\]R]9_"Y79_K]8R#_%_Z,\X_@7ER`C<0PL@#`:72*B MV_#R6RN MP,F7!FA7/LMDQ!I&=FP)Y/COH(\6,T9,OXDKW2X67#-BBIOSE-)R`XG*[9ZZ M!B2+(*MJ"E3M"%7H"]UWMMF8T8HZ?K"B6$;1+4+W]AC9[P^FS8_%$3=YO'NY MC7/4HE-R<\NYPR,^TGJZ>D92$56HGTDT?+Z>6+(2A\8E3MT^TYL&Q.&];/XS M?!$N_$J&W*&!/Q>`\&FIOE*2/'AHF$^=R5_UB",H_QWW?PH5_+=5*LC[/\6G M^S^/\0RN+A_8^W_F_E=^JZ`_^?\Q'O+_T6FS66]=/)B,9>L_4!#[/X5\OE3" M-B#6?[:>UG\>Y7DSM2$O!Q9/O>N_YZ'XK]7;1^<:++&S\8HOD94LSIVJM MWFS)U++O+%"QG7NF5[[19CY,G/>=#U+ONYDO*2>UU@9."MRE*U;IX-A3=]32 M4>A`<0J(7K63`I('(]GTD>,Y=3QZE\M!'/G'=J3U(W_N/)1BQO.J;BK7(N71)L"TN"6J7=B\51=XC3.7RBGL<:Z7A#>)T M40IIB1\4UEG`,?3H&&]Z0WKE^&%H+.!U@O^EFD6'B^D%>70=*8W!U(7S-*0S M?\C3&[*`GO9ZJ7J,$!9S2/=/`E](?\Y##*.%+"1*&A>$QBY/Y:#`J=2Q]ZZ9 M"FUSSSJ*G`,GJBV(JS:/`NY:_'H1!KDSO<6T^_[PP'%.;"]:@!0941P>&ND^ M;<RK]S:/3@Y:K^KM^X#:R=%9[NCT[+?S MQJN3B_OP^MLW!_=+U=L`[P/D>XW2RI/W';%]L:LL3Z!/GW['OFV/[L][=$TI M#SH4H`@E*$,%MF`;=L2+-.5Y]60O]CKKW6="@*RW)]Z;*:7-$!GS:?3\?/1N M"KI^'WUHY><@]RUC'JH^%[4[#[4P%]624Z.9%=AR MFC3H?Q_/C:)D*^Y:Q]T`'L"P0QU1Y!&OX3G?=UT^+@+H-Y[_(O]+'%/\;S+P MY[^[$'G_C$W_*,_8=/YSF#3/_]/$G__N1AS_/YPEX]=/$_,3P[)^,S]F-PT7 M.YPOP8M+:V.XR[P\9M^R5Z\4$8$T+J(+&%RD=,Q:(ND(`*<3XP5Q\A(?+_`V MK"-2RP:0L'84O+C>+0"OHP->YYZ>B40CNG?BD"5@PA=0C>L7R!^.[M.,@JK_ MTN(.)[BX3CD\9_+QS?_(>F6!4J$=& M15PUJR8CK##M"C`&^&7F?U%6^K^\S"T^8U/_?WG8Q/\=)"]CW_]W(4[\_W*1 MG_'+/XZ4A/3_#H17VHWJ5Q:9)9N.KXI+W>N5T_(JUP$>?C$>76"2$7[/?-_E MBUFA`PJU?E,@<""@QSP,?CKD&/Q(FT:CS#0]1&_UB+`#W-+&"L%,]JFLH(L$ M+NN'L;6$5I0G1AA,II*14@<<;_#O,E,*%SG/]I^9\7!9CA%UKU9#C5A MDZ*^PZ%"?'N8ZM#Y/0<:,LOQPVLASG"R"#\5#Q+Z,5*#68ETG:%XM?^;L7K+ M;6Q#_T\'[/^9IOTT2L'_J]]///_G3L3I_Z;;!&>=&NM50!T?^D:=D"V(?TW" M^/"7,!GT0P3VL+=R2,_*K4+4%B2#02B?*%`V0JC^:!LD5,]6X5!S'##D*I]3 M::;,,KF9)?49IYXM^/3Q`&"0YOEB>54>CUI'KPY^N^/6%$[/SXM;!)^8`1(X MX>2>$W;S'W_J,>/$%9/3V1W@G$)E!$S\>CZ]`?Q2+L[PB(>S?E0%^YRJY/73 MN(KDT2/9;@UQNQ5U*6:G]\44D*H0N.$Z\[QT'FPUA<^EROLSAG_U* MKVM@2ND?FQ3?"9HW-V3$U;THY@#:;.9!4JK:VY%M0'3E+=47<3#$J#1[:K*T MTLWY4^K\PT7G^1PAM_-L:F&&M1AGB'JM!3$SCU%;YELMB&2*`'7%TL4^KHHS M>,`NL2E.R\"D6T8FI:MV!`<]&EJ3$Q@9M2^IJC;'2P5;)%ES.14PRYUV2U7= M%R=3YP%T60F"8U`;:YLV+&7M)HYX-2^G^W_:Z_[W MW4BU_L/FC*CSS'=`1YU3@'2'>5D3A4`QO].*=A0FL4;<"UHT?IT^0:`WJP;C M&$_6^)@3X(:'[E2IJ#U&@'-2C.KGF9X717F$YF]<-%L@#0W+287AI^4!L*XX M':J-I_EJ;_4\OYX+(6O%^KD9&48TUJN5X_S.O;WG*Q_-KYSAK^@D@GW7O+"2 M$K77\V-FJDGGX;6[/F9C?6ZJ'=T"&;7Y).NUSNM:8[6OWQ:EH/M_SI)>^L+, M)$2B4'-Q!LZ43WGV`MAV9MKULAC[K%?+ZFIC,LX;>#$_NX-Y\>+%BQ+%BQ+%BQ+%RX[D'XKE-'$`H``` ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jan 24 20: 0:38 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ducky.nz.freebsd.org (chilled.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id 9B814152F0 for ; Mon, 24 Jan 2000 20:00:34 -0800 (PST) (envelope-from dan@freebsddiary.org) Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99]) by ducky.nz.freebsd.org (8.9.3/8.9.3) with ESMTP id RAA11565 for ; Tue, 25 Jan 2000 17:00:32 +1300 (NZDT) Message-Id: <200001250400.RAA11565@ducky.nz.freebsd.org> From: "Dan Langille" Organization: The FreeBSD Diary To: Ports@freebsd.org Date: Tue, 25 Jan 2000 17:00:21 +1300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: webalizer won't install without X <== bad! Reply-To: dan@freebsddiary.org X-mailer: Pegasus Mail for Win32 (v3.12b) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org copy of original sent to questions@FreeBSD.ORG It appears to me that webalize will not install without X. it requires gd, which require X. I've seen references in the archives suggesting that building gd by hand is the answering. Oops. what? Has anyone succeeded? If so, please share and I'll document the procedure. Should ports and/or the ports maintainer be notified about this? [done] -- Dan Langille - DVL Software Limited [I'm looking for more work] The FreeBSD Diary - http://www.freebsddiary.org/ NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ The Racing System - http://www.racingsystem.com/ unix @ home - http://www.unixathome.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jan 24 20: 7: 2 2000 Delivered-To: freebsd-ports@freebsd.org Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id E0D0215380 for ; Mon, 24 Jan 2000 20:06:55 -0800 (PST) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (tao.sea.tera.com [207.108.223.55]) by gershwin.tera.com (8.9.3/8.9.3) with ESMTP id UAA24597 for ; Mon, 24 Jan 2000 20:06:53 -0800 (PST) Received: (from kline@localhost) by tao.thought.org (8.9.3/8.7.3) id UAA56189; Mon, 24 Jan 2000 20:12:22 -0800 (PST) Date: Mon, 24 Jan 2000 20:12:22 -0800 From: Gary Kline To: freebsd-ports@freebsd.org Cc: kline@thought.org Subject: [gljohns@micron.net: update of cbb port] Message-ID: <20000124201221.A56158@tao.thought.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=6TrnltStXW4iwmi0 X-Mailer: Mutt 0.95.4i X-Organization: Thought Unlimited. Public service Unix since 1986. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --6TrnltStXW4iwmi0 Content-Type: text/plain; charset=us-ascii Enclosed (hopefully) is an update of cbb. Credit Glenn Johnson with the upgrade. gary -- Gary D. Kline kline@tao.thought.org Public service Unix --6TrnltStXW4iwmi0 Content-Type: message/rfc822 Received: from best.micron.net ([204.229.122.199]) by tao.thought.org (8.9.3/8.7.3) with ESMTP id TAA56110 for ; Mon, 24 Jan 2000 19:54:41 -0800 (PST) Received: from gforce.johnson.home ([63.31.31.29]) by best.micron.net (Netscape Messaging Server 4.1) with ESMTP id FOVH2200.M8U for ; Mon, 24 Jan 2000 20:44:26 -0700 Received: from gforce.johnson.home (localhost.johnson.home [127.0.0.1]) by gforce.johnson.home (8.9.3/8.9.3) with ESMTP id VAA01048 for ; Mon, 24 Jan 2000 21:44:19 -0600 (CST) (envelope-from glenn@gforce.johnson.home) Message-Id: <200001250344.VAA01048@gforce.johnson.home> X-Mailer: exmh version 2.1.1 10/15/1999 From: Glenn Johnson To: kline@thought.org Subject: update of cbb port Mime-Version: 1.0 Content-Type: multipart/mixed ; boundary="==_Exmh_-19188817860" Date: Mon, 24 Jan 2000 21:43:54 -0600 Sender: glenn@micron.net This is a multipart MIME message. --==_Exmh_-19188817860 Content-Type: text/plain; charset=us-ascii Here is an update for the cbb port. I did a send-pr on this but for some reason it did not seem to go through. I do not know if the PR will just show up one day so I wanted to mention that. It is probably better to send it to you directly anyway. Thanks. --==_Exmh_-19188817860 Content-Type: text/plain ; name="cbb-update"; charset=us-ascii Content-Description: cbb-update Content-Disposition: attachment; filename="cbb-update" diff -ruN cbb.old/Makefile cbb/Makefile --- cbb.old/Makefile Sun Jan 23 00:49:27 2000 +++ cbb/Makefile Sun Jan 23 02:38:45 2000 @@ -1,12 +1,12 @@ # New ports collection Makefile for: cbb -# Version required: 0.78 +# Version required: 0.8.1 # Date created: 24 September, 1998 # Whom: kline # # $FreeBSD: ports/deskutils/cbb/Makefile,v 1.14 1999/11/28 18:30:51 steve Exp $ # -DISTNAME= cbb-0.78 +DISTNAME= cbb-0.8.1 CATEGORIES= deskutils MASTER_SITES= ftp://ftp.me.umn.edu/pub/finance/ \ ftp://ftp.fifi.org/pub/cbb/ @@ -18,5 +18,6 @@ NO_BUILD= yes USE_PERL5= yes MAKE_ENV= PERL5=${PERL5} +GNU_CONFIGURE= yes .include diff -ruN cbb.old/files/md5 cbb/files/md5 --- cbb.old/files/md5 Sun Jan 23 00:49:27 2000 +++ cbb/files/md5 Sun Jan 23 00:49:52 2000 @@ -1 +1 @@ -MD5 (cbb-0.78.tar.gz) = 09ae39e2545ed601f91793d2500dcbf4 +MD5 (cbb-0.8.1.tar.gz) = 7a435ef954c5c2ba209d34ca5fa5c3a7 diff -ruN cbb.old/patches/patch-01 cbb/patches/patch-01 --- cbb.old/patches/patch-01 Sun Jan 23 00:49:27 2000 +++ cbb/patches/patch-01 Sun Jan 23 01:02:24 2000 @@ -1,20 +1,14 @@ ---- Makefile.orig Thu Jun 12 14:57:50 1997 -+++ Makefile Fri Oct 10 20:52:22 1997 -@@ -26,14 +26,15 @@ - - CBB_ROOT = cbb-0.77 - TAR = tar --PERL = perl +--- Makefile.orig Wed Jan 5 14:43:28 2000 ++++ Makefile Sun Jan 23 00:58:16 2000 +@@ -60,9 +60,9 @@ + LN_S = ln -s + MAKEINFO = makeinfo + PACKAGE = cbb +-PERL = /usr/bin/perl +PERL = ${PERL5} + VERSION = 0.8.1 +-WISH = /usr/bin/wish ++WISH = /usr/bin/wish8.2 + language = english - - all: - @echo "Nothing is needed to build in advance of 'make install'" - - install: -- $(PERL) install.pl -+ $(PERL) install.pl --prefix ${PREFIX} --libdir ${PREFIX}/lib/cbb \ -+ --perlpath ${PERL5} --wishpath ${PREFIX}/bin/wish8.2 - - docs/cbb-man.dvi: docs/cbb-man.tex - (cd docs; \ + SUBDIRS = contrib demo docs graphs images languages reports diff -ruN cbb.old/patches/patch-02 cbb/patches/patch-02 --- cbb.old/patches/patch-02 Sun Jan 23 00:49:27 2000 +++ cbb/patches/patch-02 Wed Dec 31 18:00:00 1969 @@ -1,21 +0,0 @@ ---- install.pl.orig Tue May 6 18:17:45 1997 -+++ install.pl Fri Oct 10 21:05:30 1997 -@@ -500,12 +500,12 @@ - - print " Installing to $dest_bindir\n"; - print " Installing to $dest_libdir\n"; --print " Installing to $dest_libdir" . "reports/\n"; --print " Installing to $dest_libdir" . "graphs/\n"; --print " Installing to $dest_libdir" . "images/\n"; --print " Installing to $dest_libdir" . "contrib/\n"; --print " Installing to $dest_libdir" . "docs/cbb-man/\n"; --print " Installing to $dest_libdir" . "docs/cbb-man/icons/\n"; -+print " Installing to $dest_libdir" . "/reports/\n"; -+print " Installing to $dest_libdir" . "/graphs/\n"; -+print " Installing to $dest_libdir" . "/images/\n"; -+print " Installing to $dest_libdir" . "/contrib/\n"; -+print " Installing to $dest_libdir" . "/docs/cbb-man/\n"; -+print " Installing to $dest_libdir" . "/docs/cbb-man/icons/\n"; - print "\n"; - - diff -ruN cbb.old/patches/patch-03 cbb/patches/patch-03 --- cbb.old/patches/patch-03 Wed Dec 31 18:00:00 1969 +++ cbb/patches/patch-03 Sun Jan 23 01:42:26 2000 @@ -0,0 +1,20 @@ +--- configure.orig Sun Jan 23 01:41:45 2000 ++++ configure Sun Jan 23 01:42:10 2000 +@@ -798,7 +798,7 @@ + fi + + if test "x$with_wish" = "x" ; then +- with_wish=wish ++ with_wish=wish8.2 + fi + + # Check whether --with-wish or --without-wish was given. +@@ -988,7 +988,7 @@ + fi + done + IFS="$ac_save_ifs" +- test -z "$ac_cv_path_WISH" && ac_cv_path_WISH=""wish"" ++ test -z "$ac_cv_path_WISH" && ac_cv_path_WISH=""wish8.2"" + ;; + esac + fi diff -ruN cbb.old/pkg/PLIST cbb/pkg/PLIST --- cbb.old/pkg/PLIST Sun Jan 23 00:49:27 2000 +++ cbb/pkg/PLIST Sun Jan 23 02:45:20 2000 @@ -1,7 +1,12 @@ bin/cbb +bin/dialog4duplicate +lib/cbb/languages/english.tcl +lib/cbb/languages/french.tcl +lib/cbb/languages/german.tcl lib/cbb/reports/reports.conf lib/cbb/reports/ave-by-cat.pl lib/cbb/reports/by-cat.pl +lib/cbb/reports/by-payee.pl lib/cbb/reports/miss-check.pl lib/cbb/reports/shrt-by-cat.pl lib/cbb/reports/txn-list.pl @@ -41,33 +46,37 @@ lib/cbb/contrib/txn lib/cbb/contrib/upgrade-splits.pl lib/cbb/contrib/yearend.pl -lib/cbb/docs/cbb-man/icons/00Contents -lib/cbb/docs/cbb-man/icons/blank.pbm -lib/cbb/docs/cbb-man/icons/change_begin.gif -lib/cbb/docs/cbb-man/icons/change_delete.gif -lib/cbb/docs/cbb-man/icons/change_end.gif -lib/cbb/docs/cbb-man/icons/contents.xbm -lib/cbb/docs/cbb-man/icons/contents_motif.gif -lib/cbb/docs/cbb-man/icons/cross_ref_motif.gif -lib/cbb/docs/cbb-man/icons/foot_motif.gif -lib/cbb/docs/cbb-man/icons/icons.html -lib/cbb/docs/cbb-man/icons/index_motif.gif -lib/cbb/docs/cbb-man/icons/invis_anchor.xbm -lib/cbb/docs/cbb-man/icons/next_group_motif.gif -lib/cbb/docs/cbb-man/icons/next_group_motif_gr.gif -lib/cbb/docs/cbb-man/icons/next_motif.gif -lib/cbb/docs/cbb-man/icons/next_motif_gr.gif -lib/cbb/docs/cbb-man/icons/previous_group_motif.gif -lib/cbb/docs/cbb-man/icons/previous_group_motif_gr.gif -lib/cbb/docs/cbb-man/icons/previous_motif.gif -lib/cbb/docs/cbb-man/icons/previous_motif_gr.gif -lib/cbb/docs/cbb-man/icons/up_motif.gif -lib/cbb/docs/cbb-man/icons/up_motif_gr.gif +lib/cbb/docs/cbb-man/icons.png/blueball.png +lib/cbb/docs/cbb-man/icons.png/change_begin.png +lib/cbb/docs/cbb-man/icons.png/change_delete.png +lib/cbb/docs/cbb-man/icons.png/change_end.png +lib/cbb/docs/cbb-man/icons.png/contents_motif.png +lib/cbb/docs/cbb-man/icons.png/cross_ref_motif.png +lib/cbb/docs/cbb-man/icons.png/foot_motif.png +lib/cbb/docs/cbb-man/icons.png/greenball.png +lib/cbb/docs/cbb-man/icons.png/image.png +lib/cbb/docs/cbb-man/icons.png/index_motif.png +lib/cbb/docs/cbb-man/icons.png/next_group_motif.png +lib/cbb/docs/cbb-man/icons.png/next_group_motif_gr.png +lib/cbb/docs/cbb-man/icons.png/next_motif.png +lib/cbb/docs/cbb-man/icons.png/next_motif_gr.png +lib/cbb/docs/cbb-man/icons.png/orangeball.png +lib/cbb/docs/cbb-man/icons.png/pinkball.png +lib/cbb/docs/cbb-man/icons.png/previous_group_motif.png +lib/cbb/docs/cbb-man/icons.png/previous_group_motif_gr.png +lib/cbb/docs/cbb-man/icons.png/previous_motif.png +lib/cbb/docs/cbb-man/icons.png/previous_motif_gr.png +lib/cbb/docs/cbb-man/icons.png/purpleball.png +lib/cbb/docs/cbb-man/icons.png/redball.png +lib/cbb/docs/cbb-man/icons.png/up_motif.png +lib/cbb/docs/cbb-man/icons.png/up_motif_gr.png +lib/cbb/docs/cbb-man/icons.png/whiteball.png +lib/cbb/docs/cbb-man/icons.png/yellowball.png lib/cbb/docs/cbb-man/cbb-man.html -lib/cbb/docs/cbb-man/img1.gif -lib/cbb/docs/cbb-man/img2.gif -lib/cbb/docs/cbb-man/img3.gif -lib/cbb/docs/cbb-man/img4.gif +lib/cbb/docs/cbb-man/index.html +lib/cbb/docs/cbb-man/img1.png +lib/cbb/docs/cbb-man/img2.png +lib/cbb/docs/cbb-man/img3.png lib/cbb/docs/cbb-man.txt lib/cbb/wrapper.pl lib/cbb/categories.pl @@ -97,10 +106,11 @@ lib/cbb/default.cat lib/cbb/extern.conf @dirrm lib/cbb/contrib -@dirrm lib/cbb/docs/cbb-man/icons +@dirrm lib/cbb/docs/cbb-man/icons.png @dirrm lib/cbb/docs/cbb-man @dirrm lib/cbb/docs @dirrm lib/cbb/graphs @dirrm lib/cbb/images +@dirrm lib/cbb/languages @dirrm lib/cbb/reports @dirrm lib/cbb --==_Exmh_-19188817860 Content-Type: text/plain; charset=us-ascii Glenn Johnson gljohns@micron.net --==_Exmh_-19188817860-- --6TrnltStXW4iwmi0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jan 24 22:50:10 2000 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 ADBA315090 for ; Mon, 24 Jan 2000 22:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA24658; Mon, 24 Jan 2000 22:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id F0AB014C10 for ; Mon, 24 Jan 2000 22:46:04 -0800 (PST) (envelope-from andre.albsmeier@mchp.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.9.3/8.9.3) with ESMTP id HAA13719 for ; Tue, 25 Jan 2000 07:46:03 +0100 (MET) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail1.siemens.de (8.9.3/8.9.3) with ESMTP id HAA10289 for ; Tue, 25 Jan 2000 07:46:02 +0100 (MET) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.9.3/8.9.3) id HAA49950 for ; Tue, 25 Jan 2000 07:46:02 +0100 (CET) Message-Id: <200001250646.HAA29228@internal> Date: Tue, 25 Jan 2000 07:46:00 +0100 (CET) From: Andre Albsmeier To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16341: Fix for minicom detecting modem status lines Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16341 >Category: ports >Synopsis: Fix for minicom detecting modem status lines >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 Jan 24 22:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Andre Albsmeier >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: FreeBSD-3.4-STABLE, minicom from the ports. >Description: When attempting to dial a number within the dial dialog of minicom (CTRL-A D), minicom sometimes fails with the error message "You are already online! Hang up first.". Here is why this might happen: minicom uses the following code to determine if someone is online: sysdep1.c, line 172: ----------------------- snip --------------------------- /* * Get the dcd status */ int m_getdcd(fd) int fd; { #ifdef TIOCMODG int mcs; ioctl(fd, TIOCMODG, &mcs); return(mcs & TIOCM_CAR ? 1 : 0); #else (void)fd; return(0); /* Impossible!! (eg. Coherent) */ #endif } ----------------------- snap --------------------------- It tries to determine the carrier detect signal from the modem. To find out why this fails sometimes, I added some debug stuff to the above code and the result was that the ioctl fails with error 25 which is ENOTTY (Inappropriate ioctl for device). Therefore the result in mcs was undefined and random garbage was returned. >How-To-Repeat: Just enter some syslog() debug statements in the above code in order to log errno. >Fix: OK, this may be complete bullsh*t but this is what I have done: I didn't find any reference of TIOCMODG in the kernel sources, especially not in i386/isa/sio.c. So I replaced all occurences of TIOCMODG with TIOCMGET and all TIOCMODS with TIOCMODS in sysdep1.c. Then I examined the result of mcs while playing around with the modem and the values returned were OK as far as I could tell from the modem LEDs. The other way would probably be to implement TIOCMODG and TIOCMODS sysctls but I really don't know much about sysctls :-). For reference, here is my patch to sysdep1.c: --- sysdep1.c.orig Sun Jan 10 16:13:05 1999 +++ sysdep1.c Tue Jan 25 07:20:42 2000 @@ -64,12 +64,12 @@ void m_setrts(fd) int fd; { -#if defined(TIOCM_RTS) && defined(TIOCMODG) +#if defined(TIOCM_RTS) && defined(TIOCMGET) int mcs; - ioctl(fd, TIOCMODG, &mcs); + ioctl(fd, TIOCMGET, &mcs); mcs |= TIOCM_RTS; - ioctl(fd, TIOCMODS, &mcs); + ioctl(fd, TIOCMSET, &mcs); #endif #ifdef _COHERENT ioctl(fd, TIOCSRTS, 0); @@ -175,10 +175,10 @@ int m_getdcd(fd) int fd; { -#ifdef TIOCMODG +#ifdef TIOCMGET int mcs; - ioctl(fd, TIOCMODG, &mcs); + ioctl(fd, TIOCMGET, &mcs); return(mcs & TIOCM_CAR ? 1 : 0); #else (void)fd; @@ -216,8 +216,8 @@ ioctl(fd, TIOCLGET, &lsw); # endif #endif -#ifdef TIOCMODG - ioctl(fd, TIOCMODG, &m_word); +#ifdef TIOCMGET + ioctl(fd, TIOCMGET, &m_word); #endif } @@ -238,8 +238,8 @@ ioctl(fd, TIOCLSET, &lsw); # endif #endif -#ifdef TIOCMODS - ioctl(fd, TIOCMODS, &m_word); +#ifdef TIOCMSET + ioctl(fd, TIOCMSET, &m_word); #endif } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jan 24 23:30: 9 2000 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 0081B152A7 for ; Mon, 24 Jan 2000 23:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA28543; Mon, 24 Jan 2000 23:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id D1EFC1536E for ; Mon, 24 Jan 2000 23:23:55 -0800 (PST) (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 JAA83199 for ; Tue, 25 Jan 2000 09:23:43 +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 XAA57310; Mon, 24 Jan 2000 23:22:21 -0800 (PST) (envelope-from reg) Message-Id: <200001250722.XAA57310@granite.hip.berkeley.edu> Date: Mon, 24 Jan 2000 23:22:21 -0800 (PST) From: reg@shale.csir.co.za Reply-To: reg@shale.csir.co.za To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16343: bsd.port.mk cannot override make.conf. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16343 >Category: ports >Synopsis: bsd.port.mk cannot override make.conf. >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jan 24 23:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Jeremy Lea >Release: FreeBSD 4.0-CURRENT i386 >Organization: Arb's Inc. >Environment: Standard bsd.port.mk, and /usr/share/mk/*. CFLAGS set in /etc/make.conf. >Description: bsd.port.mk tries to pass CFLAGS to a port's distribution Makefile via MAKE_ENV, but any CFLAGS set in the system makefiles (including /etc/make.conf) override the the environment. >How-To-Repeat: Try to do a 'CFLAGS+= -DJUNK' in port makefile with CFLAGS set in make.conf and see it not appear in the commandline in the port. >Fix: Setting CFLAGS in MAKE_ARGS or passing '-e' in MAKE_FLAGS prevents the port's makefile from adding to CFLAGS; so this is not a solution. There are four possible solutions I can think of: 1. Ensure that sytem makefiles always use ?= instead of =, and change sys.mk to include /etc/make.conf then /etc/defaults/make.conf first rather than last. 2. Have a flag passed in MAKE_ENV and checked in sys.mk to prevent the inclusion of /etc/make.conf. 3. Have a copy of sys.mk which is non-FreeBSD specific in /usr/ports/Mk/ and add '-m ${PORTSDIR}/Mk' to MAKE_FLAGS in bsd.port.mk. 4. Change make(1) to have an additional flag like -e which would cause environment variables to overright anything set in the system makefiles. This is a bookmark PR so that this isn't forgotten. >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 Jan 25 0:30: 4 2000 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 7913914F9C for ; Tue, 25 Jan 2000 00:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA34407; Tue, 25 Jan 2000 00:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cx333342-a.fed1.sdca.home.com (cx333342-a.fed1.sdca.home.com [24.4.95.83]) by hub.freebsd.org (Postfix) with ESMTP id 06FD014F47 for ; Tue, 25 Jan 2000 00:26:00 -0800 (PST) (envelope-from brooks@cx333342-a.fed1.sdca.home.com) Received: (from brooks@localhost) by cx333342-a.fed1.sdca.home.com (8.9.3/8.9.3) id AAA00512; Tue, 25 Jan 2000 00:26:10 -0800 (PST) (envelope-from brooks) Message-Id: <200001250826.AAA00512@cx333342-a.fed1.sdca.home.com> Date: Tue, 25 Jan 2000 00:26:10 -0800 (PST) From: brooks@one-eyed-alien.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16344: wine needs USE_BISON on 4.0 current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16344 >Category: ports >Synopsis: wine needs USE_BISON on 4.0 current >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 25 00:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Brooks Davis >Release: FreeBSD 4.0-CURRENT i386 >Organization: The Aerospace Corporation >Environment: FreeBSD 4.0-CURRENT FreeBSD 4.0-CURRENT #6: Mon Jan 24 16:05:33 PST 2000 root@:/usr/src/sys/compile/MINYA i386 >Description: The wine port barfs when built on a clean 4.0 system while trying to compile some byacc generated code. >How-To-Repeat: >Fix: The simple fix is to set USE_BISON as the attached patch does. This results in a wine binary which is capable of playing freecell. The longer term solution is probably to update to a more recent snapshot and fix the problem with byacc or the grammer in question so wine builds with the native tools. Unfortunaly, those options are beyone my current time constraints and knowledge. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/emulators/wine/Makefile,v retrieving revision 1.76 diff -u -r1.76 Makefile --- Makefile 1999/12/10 17:36:16 1.76 +++ Makefile 2000/01/25 07:28:30 @@ -20,6 +20,7 @@ DATE= 991114 WRKSRC= ${WRKDIR}/wine-${DATE} GNU_CONFIGURE= yes +USE_BISON= yes MAN1= wine.1 MAN5= wine.conf.5 ONLY_FOR_ARCHS= i386 >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 Jan 25 1:27: 0 2000 Delivered-To: freebsd-ports@freebsd.org Received: from maciek.gv.edu.pl (netserv.gv.edu.pl [195.117.86.8]) by hub.freebsd.org (Postfix) with ESMTP id BBCB414C2E; Tue, 25 Jan 2000 01:26:46 -0800 (PST) (envelope-from andrzej@maciek.gv.edu.pl) Received: (from andrzej@localhost) by maciek.gv.edu.pl (8.9.2/8.9.1) id KAA11043; Tue, 25 Jan 2000 10:34:55 +0100 (CET) (envelope-from andrzej) Message-ID: <20000125103454.A11003@gv.edu.pl> Date: Tue, 25 Jan 2000 10:34:54 +0100 From: Andrzej Szydlo To: freebsd-ports@freebsd.org Cc: tg@freebsd.org Subject: Cannot find python-152-v6-20000113.diff.gz Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Do you know where could I find the python-152-v6-20000113.diff.gz file? It doesn't seem to exist on the ftp://ftp.kame.net:21/pub/kame/misc/ :( Andrzej To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jan 25 1:36:58 2000 Delivered-To: freebsd-ports@freebsd.org Received: from prince.net.ebina.hitachi.co.jp (kame196.kame.net [203.178.141.196]) by hub.freebsd.org (Postfix) with ESMTP id 1ACFA14DC9; Tue, 25 Jan 2000 01:36:55 -0800 (PST) (envelope-from sumikawa@ebina.hitachi.co.jp) Received: from ebina.hitachi.co.jp (localhost [127.0.0.1]) by prince.net.ebina.hitachi.co.jp (8.9.3/3.7W) with SMTP id SAA13917; Tue, 25 Jan 2000 18:35:50 +0900 (JST) From: sumikawa@ebina.hitachi.co.jp Message-Id: <200001250935.SAA13917@prince.net.ebina.hitachi.co.jp> Date: Tue, 25 Jan 2000 18:35:50 +0900 (JST) To: andrzej@gv.edu.pl Cc: freebsd-ports@FreeBSD.ORG, tg@FreeBSD.ORG Cc: sumikawa@ebina.hitachi.co.jp Subject: Re: Cannot find python-152-v6-20000113.diff.gz In-Reply-To: <20000125103454.A11003@gv.edu.pl> References: <20000125103454.A11003@gv.edu.pl> X-Mailer: xcite1.31> Mew version 1.95b10 on Emacs 20.4 / Mule 4.0 (HANANOEN) 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 andrzej> Do you know where could I find the python-152-v6-20000113.diff.gz file? andrzej> It doesn't seem to exist on the ftp://ftp.kame.net:21/pub/kame/misc/ :( I can get it from ftp.kame.net: --------- % fetch ftp://ftp.kame.net/pub/kame/misc/python-152-v6-20000113.diff.gz Receiving python-152-v6-20000113.diff.gz (36671 bytes): 100% 36671 bytes transferred in 0.2 seconds (146.83 Kbytes/s) --------- caching problem by your proxy server? --- Munechika SUMIKAWA @ KAME Project / FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jan 25 1:42: 1 2000 Delivered-To: freebsd-ports@freebsd.org Received: from extremis.demon.co.uk (extremis.demon.co.uk [194.222.242.30]) by hub.freebsd.org (Postfix) with SMTP id 77CB014EEA for ; Tue, 25 Jan 2000 01:41:55 -0800 (PST) (envelope-from gjvc@extremis.demon.co.uk) Received: (qmail 255 invoked by uid 1010); 25 Jan 2000 00:56:44 -0000 Date: Tue, 25 Jan 2000 00:56:44 +0000 From: George Cox To: Alexander Langer Cc: David O'Brien , ports@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: 4.0-release (ports) schedule Message-ID: <20000125005644.A221@extremis.demon.co.uk> References: <200001241436.GAA23651@silvia.hip.berkeley.edu> <20000124103710.B75151@dragon.nuxi.com> <20000124205021.B24975@cichlids.cichlids.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.1.1i In-Reply-To: <20000124205021.B24975@cichlids.cichlids.com>; from alex@big.endian.de on Mon, Jan 24, 2000 at 08:50:21PM +0100 X-Operating-System: FreeBSD 4.0-CURRENT (i386) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 24/01 20:50, Alexander Langer wrote: > Just FYI, maybe you can do something against this strict handling. > Or not, I don't know. Somehow, it's very good that the compiler does > this... Ports with such sloppy code should be patched as part of the port process, or better, have the original authors ass WHUPPED and have them be taught the virtues of using the compiler flags '-Wall -Wa-few-other-things-documented-in-the-man-page' on _every_ _source_ _file_ _they_ _compile_. End rant. gjvc -- [gjvc] In god we're trussed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jan 25 2: 0: 3 2000 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 5FE1814EF6; Tue, 25 Jan 2000 02:00:01 -0800 (PST) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA47190; Tue, 25 Jan 2000 02:00:00 -0800 (PST) (envelope-from joe@FreeBSD.org) Date: Tue, 25 Jan 2000 02:00:00 -0800 (PST) From: Message-Id: <200001251000.CAA47190@freefall.freebsd.org> To: joe@FreeBSD.org, freebsd-ports@FreeBSD.org, joe@FreeBSD.org Subject: Re: ports/16337: New port for Linux VMWARE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port for Linux VMWARE Responsible-Changed-From-To: freebsd-ports->joe Responsible-Changed-By: joe Responsible-Changed-When: Tue Jan 25 01:58:55 PST 2000 Responsible-Changed-Why: I'll do this one, it'd be great if it was in before the 4.0 freeze. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jan 25 3:47:25 2000 Delivered-To: freebsd-ports@freebsd.org Received: from cichlids.com (pC19F5449.dip0.t-ipconnect.de [193.159.84.73]) by hub.freebsd.org (Postfix) with ESMTP id 5632014FA7; Tue, 25 Jan 2000 03:47:21 -0800 (PST) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 9A9F3AB95; Tue, 25 Jan 2000 12:48:05 +0100 (CET) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id MAA05419; Tue, 25 Jan 2000 12:47:37 +0100 (CET) (envelope-from alex) Date: Tue, 25 Jan 2000 12:47:37 +0100 From: Alexander Langer To: Michael VanLoon Cc: "David O'Brien" , ports@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: 4.0-release (ports) schedule Message-ID: <20000125124737.A3842@cichlids.cichlids.com> Mail-Followup-To: Michael VanLoon , David O'Brien , ports@FreeBSD.ORG, current@FreeBSD.ORG References: <8070C3A4E99ED211A63200105A19B99B3174DA@mail.edifecs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <8070C3A4E99ED211A63200105A19B99B3174DA@mail.edifecs.com>; from MichaelV@EDIFECS.COM on Mon, Jan 24, 2000 at 12:11:09PM -0800 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 Thus spake Michael VanLoon (MichaelV@EDIFECS.COM): > What would you do about it? The C++ standard says that's an error. So, > it's an error. It's not "too strict" -- it's exactly the right amount of > strictness to conform to the standard. Yes. That's what I meant with "Somehow, it's very good ...". BUT: Other compilers don't treat this as an error, that's why many ports fail. Ok, so far it's just the porter's thing to make stuff compile. 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 Jan 25 4:10: 5 2000 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 0AD8314E47 for ; Tue, 25 Jan 2000 04:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA71963; Tue, 25 Jan 2000 04:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from octavian.rz.tu-clausthal.de (octavian.rz.tu-clausthal.de [139.174.3.35]) by hub.freebsd.org (Postfix) with ESMTP id A8A4115200 for ; Tue, 25 Jan 2000 04:02:23 -0800 (PST) (envelope-from inof@octavian.rz.tu-clausthal.de) Received: (from root@localhost) by octavian.rz.tu-clausthal.de (8.9.3/8.9.3) id NAA27055; Tue, 25 Jan 2000 13:02:22 +0100 (CET) (envelope-from inof) Message-Id: <200001251202.NAA27055@octavian.rz.tu-clausthal.de> Date: Tue, 25 Jan 2000 13:02:22 +0100 (CET) From: Oliver Fromme Reply-To: oliver.fromme@heim3.tu-clausthal.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16346: Fix for ports/mbone/vat Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16346 >Category: ports >Synopsis: Fix for ports/mbone/vat >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 Jan 25 04:10:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Oliver Fromme >Release: FreeBSD 4.0-20000123-CURRENT i386 >Organization: Clausthal University of Technology >Environment: FreeBSD 4-current >Description: The port of vat in the ports collection (ports/mbone/vat) is currently broken (compiler errrors because of new gcc). The attached patches fix it. >How-To-Repeat: cd /usr/ports/mbone/vat; make >Fix: NOTE: The file "patch-af" replaces the existing one, and the file "patch-aj" is a new one. begin 644 vat-fixes.tar.gz M'XL(`)*0C3@"`^U8;6_;-A#V5^=7'#H@L!._2+(C)^HZ)$W3+=L:#W$*[)NA M2)2M128%4HJ;KOWONZ,H6\Y;DP%=MT'W(;+(Y\B[A\>'5%(_"^9=/VI\1;,M MRQT.H0%DUJTG@&OO[0&,K.%@8(WL(?ZV+7?D-L!J_`.6J\R7``TI1/88;CEG M+&G\[ZS;[0)G62\(>D+&LZ9]<##JVU;?&H%]X%DCS[*W=G=W#8:Z]_N6W7=< MTVF_T=^@L[\"9G MD`GPX3*?0S^,TF"H17%&L'1`<%+MFTD^,D[I1&5NH#H1^YL^DOX`" MK'"$0$C)@BRY@91)%:O,^.#8/@>,04C`2LD8#8M(%J<9B`@[;^#T^-UO!JZ! M/8"+>:P@\'/%%.0\#GR%1`C.<8I8<`.62`G[>"UR!:D4EXF.S>KP.3\?3D M_'Q\W@%\;1O\O.T.>A\**$9VQ<62\I9LX<=\C1OVAC0IQ7-T M^GMWV+-[@\W$CFCHDK6YSV=,AQJ))!%+#!"2F-."2+$P'G?KVJN.J'<-DJ@T MBX9FW#I85U*VJ@SC'JM&DHG[QJG`B_V&R&:S*/Y7&POV@"IB$D MHUR[WR'E(8MPP/U/-DS3E_6O4+V M#)Q4I5M1E2]+H'%\N@8:A^>)X"J;IZF@@3]9!LOA]8Y6\2+%\8-$8""4@F0B M984:%8R7^-;EC59-JA"MAJTV9H`:T.X92(E\JA0:^#.TT'@\40S755%1N2\( MX]JG(H>;Z3U'$(W+?8JX,>AM332M#XCB9CPDB_<-MBF,!OR0,JXFO".-JYY2 M&\N&37$TK9\W0^GKIRD7!'V'=1Q'6GDNL8ZO\!*U%J>SDXOWJ$Y'QS]Y^G[F MV*/."'8=^P`?=#LS:Q,LTNHV0-T5L,1RG8L\";$`@%J1EM)!;QY]]< MJ-DZ''R9ASC-]F+^K#OG5SR2RMC^D\?2WZC$1FW_-DN+[_\_ON'WO^V,AN7W MOSO"#T_\_A]93OW]_RV^_R_F.;Q#0AP;U\4;'GCV/N!'OUO])\`%7D-_Q@N@ MLZ]Z>"XYE684T'Q0GC7Z0,)-^GA7W#L\+46>"ZU8^U9(/6O()H&4_G^+/ M@3/-MO6)7_1$8;OX7P)II1^&$D&@J)\.2HW`WQL:K'NU6*YD^E';3/%?8=+P7,W3F]1?0.V"_;0<_8]R]V@NL#>9GO? M&^Q7V+8&FFW]*/_KLL";+TJS#AYVVBF%7>:\D[9U="G>36(^C?Q%C'?65W#T M=GJ*4EURNL$3^MPA\RZ@R-B<;MQ?L/71JS*9!QF4A!4Q;1-1)3U(:JHO2JT7 ME1%>%/<`$RNY]I1^%->I6KUKJZVVVFJKK;;::JNMMMIJJZVVVFJK[7'["S;_ &=5D`*``` ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jan 25 4:28: 3 2000 Delivered-To: freebsd-ports@freebsd.org Received: from cichlids.com (pC19F5485.dip0.t-ipconnect.de [193.159.84.133]) by hub.freebsd.org (Postfix) with ESMTP id 684F414FA7; Tue, 25 Jan 2000 04:27:59 -0800 (PST) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 11AC8AB95; Tue, 25 Jan 2000 13:28:47 +0100 (CET) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id NAA07972; Tue, 25 Jan 2000 13:28:19 +0100 (CET) (envelope-from alex) Date: Tue, 25 Jan 2000 13:28:19 +0100 From: Alexander Langer To: obrien@FreeBSD.ORG Cc: ports@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: 4.0-release (ports) schedule Message-ID: <20000125132819.B7575@cichlids.cichlids.com> Mail-Followup-To: obrien@FreeBSD.ORG, ports@FreeBSD.ORG, current@FreeBSD.ORG References: <200001241436.GAA23651@silvia.hip.berkeley.edu> <20000124103710.B75151@dragon.nuxi.com> <20000124205021.B24975@cichlids.cichlids.com> <20000124120117.N81215@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000124120117.N81215@dragon.nuxi.com>; from obrien@NUXI.com on Mon, Jan 24, 2000 at 12:01:17PM -0800 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 Thus spake David O'Brien (obrien@NUXI.com): > > I noticed that many ports are broken because the compiler handles > > ANSI-C++ violations too strict. > Not too strict -- to the ratified ISO-C++ specification. Yes. Ok :-) > Nope. Those programs that aren't buildable aren't C++. I will not break > the C++ compiler to support them. Ok, I understand this. Probably I wouldn't do this, too. Though: Often a simple change from char *stuff; [..] stuff = mmap()... (fails) to stuff = (char *) mmap()... (works) does the trick. Enough on this topic. 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 Jan 25 5: 0: 4 2000 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 E54391505B for ; Tue, 25 Jan 2000 05:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA81245; Tue, 25 Jan 2000 05:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from des.follo.net (des.follo.net [195.204.143.216]) by hub.freebsd.org (Postfix) with ESMTP id F21DD15123 for ; Tue, 25 Jan 2000 04:59:13 -0800 (PST) (envelope-from des@des.follo.net) Received: (from des@localhost) by des.follo.net (8.9.3/8.9.3) id NAA02772; Tue, 25 Jan 2000 13:59:10 +0100 (CET) (envelope-from des) Message-Id: <200001251259.NAA02772@des.follo.net> Date: Tue, 25 Jan 2000 13:59:10 +0100 (CET) From: Dag-Erling Smørgrav Reply-To: des@yes.no To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16347: Inconsistencies between Java ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16347 >Category: ports >Synopsis: Inconsistencies between Java 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 Jan 25 05:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dag-Erling Smørgrav >Release: FreeBSD 4.0-CURRENT i386 >Organization: Yes Interactive >Environment: ports-current >Description: Various ports (java/jsdk, databases/postgresql with USE_JDBC) install Java libraries in various places, making it hard for the user to find them once they're installed. >How-To-Repeat: Install various ports which include Java libraries (.jar files). >Fix: Standardize on a single location for Java libraries (e.g. ${PREFIX}/share/java/classes). >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 Jan 25 5:10: 5 2000 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 99BE315170 for ; Tue, 25 Jan 2000 05:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA82989; Tue, 25 Jan 2000 05:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from holywar.net (holywar.net [210.102.1.2]) by hub.freebsd.org (Postfix) with ESMTP id 1EFB415119 for ; Tue, 25 Jan 2000 05:01:48 -0800 (PST) (envelope-from hollywar@holywar.net) Received: (from hollywar@localhost) by holywar.net (8.9.3/8.9.2) id NAA98598; Tue, 25 Jan 2000 13:01:34 GMT (envelope-from hollywar) Message-Id: <200001251301.NAA98598@holywar.net> Date: Tue, 25 Jan 2000 13:01:34 GMT From: Oh Junseon Reply-To: hollywar@holywar.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16348: korean/bitchx ports updated. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16348 >Category: ports >Synopsis: korean/bitchx ports updated >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 Jan 25 05:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Oh Junseon >Release: FreeBSD 3.4-STABLE i386 >Organization: holynet >Environment: >Description: >How-To-Repeat: >Fix: tarball has been updated. makesum plesase. >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 Jan 25 7: 1:41 2000 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 0082A1512B; Tue, 25 Jan 2000 07:01:38 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA59711; Tue, 25 Jan 2000 07:01:38 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Tue, 25 Jan 2000 07:01:38 -0800 (PST) From: Message-Id: <200001251501.HAA59711@freefall.freebsd.org> To: haro@tk.kubota.co.jp, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16336: ja-mule-wnn4-2.3 core dumps Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ja-mule-wnn4-2.3 core dumps State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Tue Jan 25 06:55:36 PST 2000 State-Changed-Why: I fixed the problem. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jan 25 8:12:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: from anaconda.lovett.com (anaconda.lovett.com [216.60.121.168]) by hub.freebsd.org (Postfix) with ESMTP id AAD711538A for ; Tue, 25 Jan 2000 08:11:36 -0800 (PST) (envelope-from ade@lovett.com) Received: from ade by anaconda.lovett.com with local (Exim 3.12 #1) id 12D8YV-000PZ2-00; Tue, 25 Jan 2000 10:10:59 -0600 Date: Tue, 25 Jan 2000 10:10:59 -0600 From: Ade Lovett To: Dan Langille Cc: Ports@freebsd.org Subject: Re: webalizer won't install without X <== bad! Message-ID: <20000125101059.B94840@lovett.com> References: <200001250400.RAA11565@ducky.nz.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200001250400.RAA11565@ducky.nz.freebsd.org>; from dan@freebsddiary.org on Tue, Jan 25, 2000 at 05:00:21PM +1300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jan 25, 2000 at 05:00:21PM +1300, Dan Langille wrote: > > It appears to me that webalize will not install without X. it requires gd, > which require X. I've seen references in the archives suggesting that > building gd by hand is the answering. Oops. what? graphics/gd was recently modified to build additional with ttf and xpm support. Both xpm and ttf require X (imake for xpm, and the X libraries for ttf) Since graphics/gd is also useful for web servers, which may not have X installed, it probably makes sense for xpm and ttf support to only be enabled if X is installed, though this is going to be a bit messy since it requires messing with the patch as well as the Makefile. -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jan 25 8:30:50 2000 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 9F92C1529B for ; Tue, 25 Jan 2000 08:30:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA69443; Tue, 25 Jan 2000 08:30:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id CD8AA14EE2 for ; Tue, 25 Jan 2000 08:28:49 -0800 (PST) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (tao.sea.tera.com [207.108.223.55]) by gershwin.tera.com (8.9.3/8.9.3) with ESMTP id IAA01820 for ; Tue, 25 Jan 2000 08:28:39 -0800 (PST) Received: (from kline@localhost) by tao.thought.org (8.9.3/8.7.3) id IAA57478; Tue, 25 Jan 2000 08:34:13 -0800 (PST) Message-Id: <200001251634.IAA57478@tao.thought.org> Date: Tue, 25 Jan 2000 08:34:13 -0800 (PST) From: Gary Kline Reply-To: kline@tao.thought.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16351: update of CBB port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16351 >Category: ports >Synopsis: update of CBB 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: Tue Jan 25 08:30:08 PST 2000 >Closed-Date: >Last-Modified: >Originator: Gary Kline >Release: FreeBSD 3.2-RELEASE i386 >Organization: Thought.org >Environment: CBB is a perl script. >Description: Port update submitted by Glenn Johnson who deserves full credit for these diffs. >How-To-Repeat: N/A >Fix: N/A Diffs update from 0.78 to 0.8.1 appended. -gary kline --Content-Description: cbb-update --Content-Disposition: attachment; filename="cbb-update" diff -ruN cbb.old/Makefile cbb/Makefile --- cbb.old/Makefile Sun Jan 23 00:49:27 2000 +++ cbb/Makefile Sun Jan 23 02:38:45 2000 @@ -1,12 +1,12 @@ # New ports collection Makefile for: cbb -# Version required: 0.78 +# Version required: 0.8.1 # Date created: 24 September, 1998 # Whom: kline # # $FreeBSD: ports/deskutils/cbb/Makefile,v 1.14 1999/11/28 18:30:51 steve Exp $ # -DISTNAME= cbb-0.78 +DISTNAME= cbb-0.8.1 CATEGORIES= deskutils MASTER_SITES= ftp://ftp.me.umn.edu/pub/finance/ \ ftp://ftp.fifi.org/pub/cbb/ @@ -18,5 +18,6 @@ NO_BUILD= yes USE_PERL5= yes MAKE_ENV= PERL5=${PERL5} +GNU_CONFIGURE= yes .include diff -ruN cbb.old/files/md5 cbb/files/md5 --- cbb.old/files/md5 Sun Jan 23 00:49:27 2000 +++ cbb/files/md5 Sun Jan 23 00:49:52 2000 @@ -1 +1 @@ -MD5 (cbb-0.78.tar.gz) = 09ae39e2545ed601f91793d2500dcbf4 +MD5 (cbb-0.8.1.tar.gz) = 7a435ef954c5c2ba209d34ca5fa5c3a7 diff -ruN cbb.old/patches/patch-01 cbb/patches/patch-01 --- cbb.old/patches/patch-01 Sun Jan 23 00:49:27 2000 +++ cbb/patches/patch-01 Sun Jan 23 01:02:24 2000 @@ -1,20 +1,14 @@ ---- Makefile.orig Thu Jun 12 14:57:50 1997 -+++ Makefile Fri Oct 10 20:52:22 1997 -@@ -26,14 +26,15 @@ - - CBB_ROOT = cbb-0.77 - TAR = tar --PERL = perl +--- Makefile.orig Wed Jan 5 14:43:28 2000 ++++ Makefile Sun Jan 23 00:58:16 2000 +@@ -60,9 +60,9 @@ + LN_S = ln -s + MAKEINFO = makeinfo + PACKAGE = cbb +-PERL = /usr/bin/perl +PERL = ${PERL5} + VERSION = 0.8.1 +-WISH = /usr/bin/wish ++WISH = /usr/bin/wish8.2 + language = english - - all: - @echo "Nothing is needed to build in advance of 'make install'" - - install: -- $(PERL) install.pl -+ $(PERL) install.pl --prefix ${PREFIX} --libdir ${PREFIX}/lib/cbb \ -+ --perlpath ${PERL5} --wishpath ${PREFIX}/bin/wish8.2 - - docs/cbb-man.dvi: docs/cbb-man.tex - (cd docs; \ + SUBDIRS = contrib demo docs graphs images languages reports diff -ruN cbb.old/patches/patch-02 cbb/patches/patch-02 --- cbb.old/patches/patch-02 Sun Jan 23 00:49:27 2000 +++ cbb/patches/patch-02 Wed Dec 31 18:00:00 1969 @@ -1,21 +0,0 @@ ---- install.pl.orig Tue May 6 18:17:45 1997 -+++ install.pl Fri Oct 10 21:05:30 1997 -@@ -500,12 +500,12 @@ - - print " Installing to $dest_bindir\n"; - print " Installing to $dest_libdir\n"; --print " Installing to $dest_libdir" . "reports/\n"; --print " Installing to $dest_libdir" . "graphs/\n"; --print " Installing to $dest_libdir" . "images/\n"; --print " Installing to $dest_libdir" . "contrib/\n"; --print " Installing to $dest_libdir" . "docs/cbb-man/\n"; --print " Installing to $dest_libdir" . "docs/cbb-man/icons/\n"; -+print " Installing to $dest_libdir" . "/reports/\n"; -+print " Installing to $dest_libdir" . "/graphs/\n"; -+print " Installing to $dest_libdir" . "/images/\n"; -+print " Installing to $dest_libdir" . "/contrib/\n"; -+print " Installing to $dest_libdir" . "/docs/cbb-man/\n"; -+print " Installing to $dest_libdir" . "/docs/cbb-man/icons/\n"; - print "\n"; - - diff -ruN cbb.old/patches/patch-03 cbb/patches/patch-03 --- cbb.old/patches/patch-03 Wed Dec 31 18:00:00 1969 +++ cbb/patches/patch-03 Sun Jan 23 01:42:26 2000 @@ -0,0 +1,20 @@ +--- configure.orig Sun Jan 23 01:41:45 2000 ++++ configure Sun Jan 23 01:42:10 2000 +@@ -798,7 +798,7 @@ + fi + + if test "x$with_wish" = "x" ; then +- with_wish=wish ++ with_wish=wish8.2 + fi + + # Check whether --with-wish or --without-wish was given. +@@ -988,7 +988,7 @@ + fi + done + IFS="$ac_save_ifs" +- test -z "$ac_cv_path_WISH" && ac_cv_path_WISH=""wish"" ++ test -z "$ac_cv_path_WISH" && ac_cv_path_WISH=""wish8.2"" + ;; + esac + fi diff -ruN cbb.old/pkg/PLIST cbb/pkg/PLIST --- cbb.old/pkg/PLIST Sun Jan 23 00:49:27 2000 +++ cbb/pkg/PLIST Sun Jan 23 02:45:20 2000 @@ -1,7 +1,12 @@ bin/cbb +bin/dialog4duplicate +lib/cbb/languages/english.tcl +lib/cbb/languages/french.tcl +lib/cbb/languages/german.tcl lib/cbb/reports/reports.conf lib/cbb/reports/ave-by-cat.pl lib/cbb/reports/by-cat.pl +lib/cbb/reports/by-payee.pl lib/cbb/reports/miss-check.pl lib/cbb/reports/shrt-by-cat.pl lib/cbb/reports/txn-list.pl @@ -41,33 +46,37 @@ lib/cbb/contrib/txn lib/cbb/contrib/upgrade-splits.pl lib/cbb/contrib/yearend.pl -lib/cbb/docs/cbb-man/icons/00Contents -lib/cbb/docs/cbb-man/icons/blank.pbm -lib/cbb/docs/cbb-man/icons/change_begin.gif -lib/cbb/docs/cbb-man/icons/change_delete.gif -lib/cbb/docs/cbb-man/icons/change_end.gif -lib/cbb/docs/cbb-man/icons/contents.xbm -lib/cbb/docs/cbb-man/icons/contents_motif.gif -lib/cbb/docs/cbb-man/icons/cross_ref_motif.gif -lib/cbb/docs/cbb-man/icons/foot_motif.gif -lib/cbb/docs/cbb-man/icons/icons.html -lib/cbb/docs/cbb-man/icons/index_motif.gif -lib/cbb/docs/cbb-man/icons/invis_anchor.xbm -lib/cbb/docs/cbb-man/icons/next_group_motif.gif -lib/cbb/docs/cbb-man/icons/next_group_motif_gr.gif -lib/cbb/docs/cbb-man/icons/next_motif.gif -lib/cbb/docs/cbb-man/icons/next_motif_gr.gif -lib/cbb/docs/cbb-man/icons/previous_group_motif.gif -lib/cbb/docs/cbb-man/icons/previous_group_motif_gr.gif -lib/cbb/docs/cbb-man/icons/previous_motif.gif -lib/cbb/docs/cbb-man/icons/previous_motif_gr.gif -lib/cbb/docs/cbb-man/icons/up_motif.gif -lib/cbb/docs/cbb-man/icons/up_motif_gr.gif +lib/cbb/docs/cbb-man/icons.png/blueball.png +lib/cbb/docs/cbb-man/icons.png/change_begin.png +lib/cbb/docs/cbb-man/icons.png/change_delete.png +lib/cbb/docs/cbb-man/icons.png/change_end.png +lib/cbb/docs/cbb-man/icons.png/contents_motif.png +lib/cbb/docs/cbb-man/icons.png/cross_ref_motif.png +lib/cbb/docs/cbb-man/icons.png/foot_motif.png +lib/cbb/docs/cbb-man/icons.png/greenball.png +lib/cbb/docs/cbb-man/icons.png/image.png +lib/cbb/docs/cbb-man/icons.png/index_motif.png +lib/cbb/docs/cbb-man/icons.png/next_group_motif.png +lib/cbb/docs/cbb-man/icons.png/next_group_motif_gr.png +lib/cbb/docs/cbb-man/icons.png/next_motif.png +lib/cbb/docs/cbb-man/icons.png/next_motif_gr.png +lib/cbb/docs/cbb-man/icons.png/orangeball.png +lib/cbb/docs/cbb-man/icons.png/pinkball.png +lib/cbb/docs/cbb-man/icons.png/previous_group_motif.png +lib/cbb/docs/cbb-man/icons.png/previous_group_motif_gr.png +lib/cbb/docs/cbb-man/icons.png/previous_motif.png +lib/cbb/docs/cbb-man/icons.png/previous_motif_gr.png +lib/cbb/docs/cbb-man/icons.png/purpleball.png +lib/cbb/docs/cbb-man/icons.png/redball.png +lib/cbb/docs/cbb-man/icons.png/up_motif.png +lib/cbb/docs/cbb-man/icons.png/up_motif_gr.png +lib/cbb/docs/cbb-man/icons.png/whiteball.png +lib/cbb/docs/cbb-man/icons.png/yellowball.png lib/cbb/docs/cbb-man/cbb-man.html -lib/cbb/docs/cbb-man/img1.gif -lib/cbb/docs/cbb-man/img2.gif -lib/cbb/docs/cbb-man/img3.gif -lib/cbb/docs/cbb-man/img4.gif +lib/cbb/docs/cbb-man/index.html +lib/cbb/docs/cbb-man/img1.png +lib/cbb/docs/cbb-man/img2.png +lib/cbb/docs/cbb-man/img3.png lib/cbb/docs/cbb-man.txt lib/cbb/wrapper.pl lib/cbb/categories.pl @@ -97,10 +106,11 @@ lib/cbb/default.cat lib/cbb/extern.conf @dirrm lib/cbb/contrib -@dirrm lib/cbb/docs/cbb-man/icons +@dirrm lib/cbb/docs/cbb-man/icons.png @dirrm lib/cbb/docs/cbb-man @dirrm lib/cbb/docs @dirrm lib/cbb/graphs @dirrm lib/cbb/images +@dirrm lib/cbb/languages @dirrm lib/cbb/reports @dirrm lib/cbb >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 Jan 25 9:48:53 2000 Delivered-To: freebsd-ports@freebsd.org Received: from argon.blackdawn.com (deepspace9.dcds.edu [207.231.151.2]) by hub.freebsd.org (Postfix) with ESMTP id 1726314E0D for ; Tue, 25 Jan 2000 09:48:50 -0800 (PST) (envelope-from will@blackdawn.com) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 5A6151982; Tue, 25 Jan 2000 12:48:29 -0500 (EST) Date: Tue, 25 Jan 2000 12:48:29 -0500 From: Will Andrews To: Ade Lovett Cc: Dan Langille , Ports@FreeBSD.ORG Subject: Re: webalizer won't install without X <== bad! Message-ID: <20000125124829.A410@argon.blackdawn.com> References: <200001250400.RAA11565@ducky.nz.freebsd.org> <20000125101059.B94840@lovett.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000125101059.B94840@lovett.com>; from ade@lovett.com on Tue, Jan 25, 2000 at 10:10:59AM -0600 X-Operating-System: FreeBSD 4.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jan 25, 2000 at 10:10:59AM -0600, Ade Lovett wrote: > graphics/gd was recently modified to build additional with ttf and > xpm support. Both xpm and ttf require X (imake for xpm, and the > X libraries for ttf) Wouldn't it be possible to create another port that consists of precompiled X libraries - just for the specific use by ports such as Xpm, etc.? I can see a few problems with using this method, but if you have XFree86 installed, it should find the appropriate libraries (i.e. libX11.so.*) and skip installing the library port. Another idea would be to have a variable such as "USE_X11" in make.conf that dictates whether to use the XFree86 port or the x11lib (maybe?) port for installing libraries. -- 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 Tue Jan 25 10:32: 1 2000 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 07C11152C1; Tue, 25 Jan 2000 10:31:13 -0800 (PST) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA83042; Tue, 25 Jan 2000 10:31:12 -0800 (PST) (envelope-from sumikawa@FreeBSD.org) Date: Tue, 25 Jan 2000 10:31:12 -0800 (PST) From: Message-Id: <200001251831.KAA83042@freefall.freebsd.org> To: janssen@rendo.dekooi.nl, sumikawa@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16084: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: State-Changed-From-To: open->closed State-Changed-By: sumikawa State-Changed-When: Wed Jan 26 03:19:27 JST 2000 State-Changed-Why: > 1. I've been unable to retrieve this updated file from your web server > for the past 4 days. Whilst the machine appears to be pingable, > all attempts to talk to port 80 are just timing out. > 2. In addition, since you control the sources, a more appropriate > change would be to bump the version number to, say, > mp3rename-0.4.1.tar.gz, and send in the appropriate updates > to both the Makefile and files/md5. > If you can fix [1] (and, preferably, [2] as well), we can make some > progress on this. Sorry, I missed this PR. I've fixed files/md5 since I can get mp3rename-0.4.tar.gz from the web server. I close this PR once. Sander, if you fix [2], please submit new PR. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jan 25 10:44:40 2000 Delivered-To: freebsd-ports@freebsd.org Received: from hyperbate.francenet.fr (hyperbate.francenet.fr [193.149.97.80]) by hub.freebsd.org (Postfix) with ESMTP id 3829115215; Tue, 25 Jan 2000 10:44:31 -0800 (PST) (envelope-from perrot@FranceNet.fr) Received: from breizh.francenet.fr (breizh.francenet.fr [193.149.97.100]) by hyperbate.francenet.fr (8.9.3/8.9.3) with ESMTP id TAA10097; Tue, 25 Jan 2000 19:44:26 +0100 (MET) Received: from localhost (localhost [127.0.0.1]) by breizh.francenet.fr (8.9.3/8.9.1) with ESMTP id TAA04341; Tue, 25 Jan 2000 19:44:24 +0100 (CET) Message-Id: <200001251844.TAA04341@breizh.francenet.fr> X-Mailer: exmh version 2.1.1 10/15/1999 To: ache@freebsd.org Subject: questions about qpopper 2.53 port on FreeBSD 3.3 ? Cc: ports@freebsd.org X-Face: '%)H7X3>"mU[aaPz3aZ`^e{*DV1&W;+P-Wx*Yk)Ah[e(-AO&EB\D.gq2y{kH73Q29}_A4H,eykdf!9dj[m\gwFgZOTt?=7gI+RBN,I({A32-MyZrmtrD%8*L/boGS0,+Lj$H|@ X-Url: http://www.francenet.fr/ Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 25 Jan 2000 19:44:23 +0100 From: Gildas PERROT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I see that you are qpopper maintainer and I am sure you are the best person to ask questions to. I was thinking to use qpopper 2.53 port on FreeBSD 3.3 with sendmail 8.9.3 port (mail.local delivery) but I would like to know the impact of the patches added to source files especially concerning the lock process since I want to run a script to expire mail. Why does ..pop stay in /var/mail in the spool even at the end of POP3 session. The usual qpopper process is to remove .pop at the end of POP3 session. How does the lock process work with that port (I saw a flock.c file added to original distribution) ? Furthermore, I would like to increase the performances of that server. With that port, is it possible to : - use server mode - put the POP_DROP on another directory (which is on another device) - use HASH_SPOOL=2 Furthermore, is there any patches dependency with sendmail 8.9.3 provided by FreeBSD 3.3 ? Finally, is it possible to use last version of qpopper 3.x without patches to get a correct behaviour especially with locking process. Thanks in advance for your help. Gildas. -- Gildas PERROT, perrot@francenet.fr __o FranceNet, 28 rue Desaix, 75015 Paris ---_ \<,_ http://www.francenet.fr ---- (_)/ (_) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jan 25 11:40:25 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.dinoex.sub.org (mail.dinoex.sub.de [195.243.29.14]) by hub.freebsd.org (Postfix) with ESMTP id AB0BA1528A for ; Tue, 25 Jan 2000 11:40:17 -0800 (PST) (envelope-from dirk.meyer@dinoex.sub.org) Received: (from uucp@localhost) by mail.dinoex.sub.org (8.9.3/8.9.3) with UUCP id UAA07597 for freebsd-ports@FreeBSD.ORG; Tue, 25 Jan 2000 20:40:15 +0100 (CET) Received: from gate.dinoex.sub.org (dinoex@localhost) by net2.dinoex.sub.org (8.9.3/8.9.3) with BSMTP id SAA18619 for ; Tue, 25 Jan 2000 18:55:03 +0100 (CET) To: freebsd-ports@FreeBSD.ORG Message-ID: From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Subject: Re: 4.0-release (ports) schedule Date: Tue, 25 Jan 2000 18:50:03 +0100 X-Mailer: Dinoex 1.74 References: <20000124205021.B24975@cichlids.cichlids.com> <200001241436.GAA23651@silvia.hip.berkeley.edu> <20000124103710.B75151@dragon.nuxi.com> <20000124205021.B24975@cichlids.cichlids.com> <20000125005644.A221@extremis.demon.co.uk> X-Gateway: ZCONNECT gate.dinoex.sub.org [UNIX/Connect 0.89] X-Accept-Language: de,en X-PGP-Fingerprint: 44 16 EC 0A D3 3A 4F 28 8A 8A 47 93 F1 CF 2F 12 X-Copyright: (C) Copyright 1999 by Dirk Meyer -- All rights reserved. X-PGP-Key-Avail: mailto:pgp-public-keys@keys.de.pgp.net Subject:GET 0x331CDA5D X-ZC-VIA: 20000125000000W+1@dinoex.sub.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org George Cox schrieb:, > Ports with such sloppy code should be patched as part of the port process, > or better, have the original authors ass WHUPPED and have them be taught > the virtues of using the compiler flags > > '-Wall -Wa-few-other-things-documented-in-the-man-page' > > on _every_ _source_ _file_ _they_ _compile_. > > End rant. Right ... you will wonder how the software ever could run with all the bugs present. kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany ============= dnl dnl Copyright 1999-2000 Dirk Meyer dnl feel free to include this in your "configure.in" dnl with this notice present. dbl dnl you need autoconf to generate a full configure script. dnl dnl This lines turns on some warnings to see conficts in your code. dnl It is checked that your compiler let you do this. dnl gcc_warn=" -W -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wconversion -Wenum-clash -Werror-implicit-function-declaration -Wformat -Wid-clash-30 -Wimplicit -Wimplicit-function-delcaration -Wimplicit-int -Winline -Wlong-long -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-import -Wno-parentheses -Woverloaded-virtual -Wparentheses -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wsign-compare -Wstrict-prototypes -Wswitch -Wtraditional -Wtrigraphs -Wuninitialized -Wunused -Wwrite-strings -pedantic " gcc_warn_ok="" if test $ac_cv_prog_gcc = yes; then for i in $gcc_warn do echo $ac_n "checking whether ${CC-cc} accepts $i""... $ac_c" 1>&6 echo 'void f(){}' > conftest.c if test -z "`${CC-cc} ${CFLAGS} $i -c conftest.c 2>&1`"; then gcc_warn_ok="$gcc_warn_ok $i" echo "yes" else echo "no" fi rm -fr conftest* done fi echo "$gcc_warn_ok" if test "$GCC" = yes; then CFLAGS="$CFLAGS $gcc_warn_ok" fi dnl end of section To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jan 25 12:26:39 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ducky.nz.freebsd.org (chilled.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id 98B9714C85 for ; Tue, 25 Jan 2000 12:26:33 -0800 (PST) (envelope-from dan@freebsddiary.org) Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99]) by ducky.nz.freebsd.org (8.9.3/8.9.3) with ESMTP id JAA19772; Wed, 26 Jan 2000 09:26:19 +1300 (NZDT) Message-Id: <200001252026.JAA19772@ducky.nz.freebsd.org> From: "Dan Langille" Organization: The FreeBSD Diary To: Ade Lovett Date: Wed, 26 Jan 2000 09:26:15 +1300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: webalizer won't install without X <== bad! Reply-To: dan@freebsddiary.org Cc: Ports@freebsd.org In-reply-to: <20000125101059.B94840@lovett.com> References: <200001250400.RAA11565@ducky.nz.freebsd.org>; from dan@freebsddiary.org on Tue, Jan 25, 2000 at 05:00:21PM +1300 X-mailer: Pegasus Mail for Win32 (v3.12b) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 25 Jan 00, at 10:10, Ade Lovett wrote: > On Tue, Jan 25, 2000 at 05:00:21PM +1300, Dan Langille wrote: > > > > It appears to me that webalize will not install without X. it requires > > gd, which require X. I've seen references in the archives suggesting > > that building gd by hand is the answering. Oops. what? > > graphics/gd was recently modified to build additional with ttf and > xpm support. Both xpm and ttf require X (imake for xpm, and the > X libraries for ttf) > > Since graphics/gd is also useful for web servers, which may not have > X installed, it probably makes sense for xpm and ttf support to only > be enabled if X is installed, though this is going to be a bit messy > since it requires messing with the patch as well as the Makefile. This sounds like a good idea to me. My naive thinking is that people would want webalizer installed on their web server, which often does not have X installed. I am not a porting person, but how can I help with progressing this so that everyone (i.e. non X-users) can use Webalizer? In any case, I am willing to help with testing the install process. [I know how to raise a PR ] -- Dan Langille - DVL Software Limited [I'm looking for more work] The FreeBSD Diary - http://www.freebsddiary.org/ NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ The Racing System - http://www.racingsystem.com/ unix @ home - http://www.unixathome.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jan 25 12:28:59 2000 Delivered-To: freebsd-ports@freebsd.org Received: from anaconda.lovett.com (anaconda.lovett.com [216.60.121.168]) by hub.freebsd.org (Postfix) with ESMTP id A7E3014C1C for ; Tue, 25 Jan 2000 12:28:57 -0800 (PST) (envelope-from ade@lovett.com) Received: from ade by anaconda.lovett.com with local (Exim 3.12 #1) id 12DCZp-0001Ej-00; Tue, 25 Jan 2000 14:28:37 -0600 Date: Tue, 25 Jan 2000 14:28:37 -0600 From: Ade Lovett To: Dan Langille Cc: Ports@freebsd.org Subject: Re: webalizer won't install without X <== bad! Message-ID: <20000125142837.B4186@supernews.com> References: <200001250400.RAA11565@ducky.nz.freebsd.org>; <20000125101059.B94840@lovett.com> <200001252026.JAA19772@ducky.nz.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200001252026.JAA19772@ducky.nz.freebsd.org>; from dan@freebsddiary.org on Wed, Jan 26, 2000 at 09:26:15AM +1300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Jan 26, 2000 at 09:26:15AM +1300, Dan Langille wrote: > > This sounds like a good idea to me. My naive thinking is that people > would want webalizer installed on their web server, which often does not > have X installed. I am not a porting person, but how can I help with > progressing this so that everyone (i.e. non X-users) can use Webalizer? > In any case, I am willing to help with testing the install process. > > [I know how to raise a PR ] Send in a PR asking for the update, and I'll assign it to myself as a reminder to get something working. -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jan 25 12:40:50 2000 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 A01F815203 for ; Tue, 25 Jan 2000 12:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA95883; Tue, 25 Jan 2000 12:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 9562014E3F; Tue, 25 Jan 2000 12:38:51 -0800 (PST) Message-Id: <20000125203851.9562014E3F@hub.freebsd.org> Date: Tue, 25 Jan 2000 12:38:51 -0800 (PST) From: dan@freebsddiary.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/16354: webalizer won't install without X <== bad! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16354 >Category: ports >Synopsis: webalizer won't install without X <== bad! >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 25 12:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dan Langille >Release: FreeBSD 3.3 >Organization: The FreeBSD Diary >Environment: FreeBSD ducky.nz.freebsd.org 3.3-19991207-SNAP FreeBSD 3.3-19991207-SNAP #0: Wed Dec 29 14:46:59 NZDT 1999 root@ducky.nz.freebsd.org:/usr/src/sys/compile/DUCKY33S i386 >Description: the www/webalizer port requires X in order to be installed. This is not a good idea because many web servers don't use X. >How-To-Repeat: # cd /usr/ports/www/webalizer # make ===> Extracting for webalizer-1.30.4 >Fix: >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for webalizer-1.30-04-src.tgz. ===> webalizer-1.30.4 depends on shared library: gd.0 - not found ===> Verifying install for gd.0 in /usr/ports/graphics/gd ===> Extracting for gd-1.7.3 >> Checksum OK for gd-1.7.3.tar.gz. ===> gd-1.7.3 depends on shared library: png.3 - found ===> gd-1.7.3 depends on shared library: ttf.4 - not found ===> Verifying install for ttf.4 in /usr/ports/print/freetype ===> Extracting for freetype-1.3 >> Checksum OK for freetype-1.3.tar.gz. ===> freetype-1.3 depends on executable: gmake - found ===> freetype-1.3 depends on shared library: X11.6 - not found ===> Verifying install for X11.6 in /usr/ports/x11/XFree86 >> X335src-1.tgz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.xfree86.org/pub/XFree86/3.3.5/source/. ^C To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jan 25 12:42:53 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ducky.nz.freebsd.org (chilled.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id 4E9A914C15 for ; Tue, 25 Jan 2000 12:41:44 -0800 (PST) (envelope-from dan@langille.org) Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99]) by ducky.nz.freebsd.org (8.9.3/8.9.3) with ESMTP id JAA19861; Wed, 26 Jan 2000 09:41:37 +1300 (NZDT) Message-Id: <200001252041.JAA19861@ducky.nz.freebsd.org> From: "Dan Langille" Organization: langille.org To: Ade Lovett , Ports@freebsd.org Date: Wed, 26 Jan 2000 09:41:34 +1300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: webalizer won't install without X <== bad! Reply-To: dan@langille.org Cc: Ports@freebsd.org In-reply-to: <20000125142837.B4186@supernews.com> References: <200001252026.JAA19772@ducky.nz.freebsd.org>; from dan@freebsddiary.org on Wed, Jan 26, 2000 at 09:26:15AM +1300 X-mailer: Pegasus Mail for Win32 (v3.12b) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 25 Jan 00, at 14:28, Ade Lovett wrote: > Send in a PR asking for the update, and I'll assign it to myself > as a reminder to get something working. Done. See ports/16354. -- Dan Langille [I'm looking for more work] http://www.langille.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jan 25 12:45:41 2000 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 2D4C414D5A; Tue, 25 Jan 2000 12:45:15 -0800 (PST) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA96461; Tue, 25 Jan 2000 12:45:14 -0800 (PST) (envelope-from ade@FreeBSD.org) Date: Tue, 25 Jan 2000 12:45:14 -0800 (PST) From: Message-Id: <200001252045.MAA96461@freefall.freebsd.org> To: ade@FreeBSD.org, freebsd-ports@FreeBSD.org, ade@FreeBSD.org Subject: Re: ports/16354: webalizer won't install without X <== bad! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: webalizer won't install without X <== bad! Responsible-Changed-From-To: freebsd-ports->ade Responsible-Changed-By: ade Responsible-Changed-When: Tue Jan 25 12:44:13 PST 2000 Responsible-Changed-Why: I'll deal with this To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jan 25 13:10:56 2000 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 C2C43153AF for ; Tue, 25 Jan 2000 13:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA98814; Tue, 25 Jan 2000 13:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from hunahpu.sics.se (hunahpu.sics.se [193.10.66.220]) by hub.freebsd.org (Postfix) with ESMTP id 8341915378; Tue, 25 Jan 2000 13:06:23 -0800 (PST) (envelope-from root@hunahpu.sics.se) Received: (from root@localhost) by hunahpu.sics.se (8.9.3/8.9.3) id WAA47163; Tue, 25 Jan 2000 22:06:09 +0100 (CET) (envelope-from root) Message-Id: <200001252106.WAA47163@hunahpu.sics.se> Date: Tue, 25 Jan 2000 22:06:09 +0100 (CET) From: assar@stacken.kth.se To: FreeBSD-gnats-submit@freebsd.org Cc: assar@stacken.kth.se, thepish@freebsd.org, obrien@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16355: update for arla port to 0.30 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16355 >Category: ports >Synopsis: update for arla port to 0.30 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 25 13:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Assar Westerlund >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: stable and current >Description: Here's an update to the arla port to arla 0.30. It builds (when I test it) on stable and current. >How-To-Repeat: >Fix: diff -N -ruw arla.orig/Makefile arla/Makefile --- arla.orig/Makefile Fri Dec 10 20:27:08 1999 +++ arla/Makefile Tue Jan 25 21:36:12 2000 @@ -6,7 +6,7 @@ # $FreeBSD: ports/net/arla/Makefile,v 1.8 1999/12/10 19:27:08 obrien Exp $ # -DISTNAME= arla-0.28 +DISTNAME= arla-0.30 CATEGORIES= net MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/ diff -N -ruw arla.orig/files/md5 arla/files/md5 --- arla.orig/files/md5 Fri Dec 10 20:27:09 1999 +++ arla/files/md5 Tue Jan 25 21:06:37 2000 @@ -1 +1 @@ -MD5 (arla-0.28.tar.gz) = 49de77ef617ab0caebee2f5401fec4f3 +MD5 (arla-0.30.tar.gz) = 4c2867dcf59a6ece7e9547579069aeac diff -N -ruw arla.orig/patches/patch-ab arla/patches/patch-ab --- arla.orig/patches/patch-ab Wed Sep 9 07:51:30 1998 +++ arla/patches/patch-ab Thu Jan 1 01:00:00 1970 @@ -1,40 +0,0 @@ ---- xfs/bsd/bin/Makefile.in.orig Fri Jul 31 10:07:17 1998 -+++ xfs/bsd/bin/Makefile.in Wed Sep 9 14:32:36 1998 -@@ -10,6 +10,7 @@ - - INSTALL = @INSTALL@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ - INSTALL_DATA = @INSTALL_DATA@ - MKINSTALLDIRS = @top_srcdir@/mkinstalldirs - -@@ -21,7 +22,7 @@ - transform = @program_transform_name@ - ARLACACHEDIR = @ARLACACHEDIR@ - --XFS_BIN = $(MOUNT_PROG) $(UMOUNT_PROG) @OSF1_FALSE@ startarla -+XFS_BIN = $(MOUNT_PROG) $(UMOUNT_PROG) @OSF1_FALSE@ - - DEFS = @DEFS@ -DDEBUG - CFLAGS = @CFLAGS@ -@@ -37,7 +38,7 @@ - - PROGS = $(MOUNT_PROG) $(UMOUNT_PROG) - --all: $(XFS_BIN) -+all: $(XFS_BIN) startarla - - .c.o: - $(CC) -c $(CPPFLAGS) $(DEFS) $(CFLAGS) -I../../../include -I$(srcdir)/../../../include $< -@@ -65,7 +66,10 @@ - f=`echo $$x | sed '$(transform)'`; \ - $(INSTALL_PROGRAM) $$x $(DESTDIR)$(bindir)/$$f; \ - done -- $(INSTALL_PROGRAM) $(srcdir)/xfs_makedev $(DESTDIR)$(bindir)/xfs_makedev -+ for x in $(srcdir)/xfs_makedev startarla; do \ -+ f=`echo $$x | sed '$(transform)'`; \ -+ $(INSTALL_SCRIPT) $$x $(DESTDIR)$(bindir)/$$f; \ -+ done - - uninstall: - PROG_BIN='$(XFS_BIN)'; for x in $$PROG_BIN; do \ diff -N -ruw arla.orig/patches/patch-ad arla/patches/patch-ad --- arla.orig/patches/patch-ad Fri Dec 10 20:27:10 1999 +++ arla/patches/patch-ad Thu Jan 1 01:00:00 1970 @@ -1,14 +0,0 @@ ---- xfs/bsd/xfs_wrap-bsd.c.orig Tue Nov 16 15:29:00 1999 -+++ xfs/bsd/xfs_wrap-bsd.c Fri Dec 10 10:48:27 1999 -@@ -182,7 +182,11 @@ - - #define XFS_DEV_NO 128 - -+#if defined(__FreeBSD__) && __FreeBSD__ >= 4 -+DEV_MODULE(xfsdev, xfs_load, NULL); -+#else - DEV_MODULE(xfsdev, XFS_DEV_NO, NOMAJ, xfs_dev, xfs_load, NULL); -+#endif - - #else /* DEV_MODULE */ - diff -N -ruw arla.orig/patches/patch-ae arla/patches/patch-ae --- arla.orig/patches/patch-ae Fri Dec 10 20:27:11 1999 +++ arla/patches/patch-ae Thu Jan 1 01:00:00 1970 @@ -1,12 +0,0 @@ ---- xfs/bsd/Makefile.in.orig Thu Feb 4 13:08:42 1999 -+++ xfs/bsd/Makefile.in Fri Dec 10 11:03:57 1999 -@@ -115,6 +115,9 @@ - f=`echo $$x | sed '$(transform)'`; \ - $(INSTALL_PROGRAM) $$x $(DESTDIR)$(bindir)/$$f; \ - done -+ if test -d /modules; then \ -+ $(INSTALL_PROGRAM) $(MODULE) $(DESTDIR)/modules/$(MODULE); \ -+ fi - if test -d /lkm; then \ - $(INSTALL_PROGRAM) $(MODULE) $(DESTDIR)/lkm/$(MODULE); \ - fi diff -N -ruw arla.orig/patches/patch-af arla/patches/patch-af --- arla.orig/patches/patch-af Thu Jan 1 01:00:00 1970 +++ arla/patches/patch-af Tue Jan 25 21:32:46 2000 @@ -0,0 +1,15 @@ +--- cf/check-kernel-var.m4 1999/05/15 22:45:22 1.1 ++++ cf/check-kernel-var.m4 2000/01/25 20:31:24 1.2 +@@ -1,10 +1,10 @@ + dnl +-dnl $Id: check-kernel-var.m4,v 1.1 1999/05/15 22:45:22 assar Exp $ ++dnl $Id: check-kernel-var.m4,v 1.2 2000/01/25 20:31:24 assar Exp $ + dnl + + dnl AC_CHECK_KERNEL_VAR(var, type, [includes]) + AC_DEFUN(AC_CHECK_KERNEL_VAR, +-AC_CHECK_KERNEL($1, ac_cv_kernel_var_$1, [extern $2 $1; $2 foo = $1], $4) ++AC_CHECK_KERNEL($1, ac_cv_kernel_var_$1, [extern $2 $1; return $1], $4) + : << END + @@@funcs="$funcs kernel_$1"@@@ + END diff -N -ruw arla.orig/patches/patch-ag arla/patches/patch-ag --- arla.orig/patches/patch-ag Thu Jan 1 01:00:00 1970 +++ arla/patches/patch-ag Tue Jan 25 21:43:39 2000 @@ -0,0 +1,20 @@ +--- configure.orig Tue Jan 25 21:42:08 2000 ++++ configure Tue Jan 25 21:42:42 2000 +@@ -8664,7 +8664,7 @@ + return foo(); + } + int foo() { +-extern int doforce; int foo = doforce; ++extern int doforce; return doforce; + return 0; } + EOF + save_CFLAGS="$CFLAGS" +@@ -8707,7 +8707,7 @@ + return foo(); + } + int foo() { +-extern struct sysent* aout_sysent; struct sysent* foo = aout_sysent; ++extern struct sysent* aout_sysent; return aout_sysent; + return 0; } + EOF + save_CFLAGS="$CFLAGS" >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 Jan 25 15:20:15 2000 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 44DD015213 for ; Tue, 25 Jan 2000 15:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA12621; Tue, 25 Jan 2000 15:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mailgw1.be.to (mailgw1.be.to [210.235.212.5]) by hub.freebsd.org (Postfix) with ESMTP id 2F27215393 for ; Tue, 25 Jan 2000 15:10:55 -0800 (PST) (envelope-from okazaki@be.to) Received: from mail1.be.to (point1.be.to [210.235.212.29]) by mailgw1.be.to (8.9.3+3.2W/BETO.2.1-2000011019000035) with ESMTP id IAA14033 for ; Wed, 26 Jan 2000 08:10:53 +0900 Received: from acidrain (ppp32-Mobara1.mtci.ne.jp [210.172.1.234]) by mail1.be.to (8.8.8+3.0Wbeta13/BETO.2.0-1999110714000000) with SMTP id IAA07243 for ; Wed, 26 Jan 2000 08:10:36 +0900 Received: (qmail 809 invoked by uid 1001); 25 Jan 2000 23:06:53 -0000 Message-Id: <20000125230653.808.qmail@dolphin.be.to> Date: 25 Jan 2000 23:06:53 -0000 From: okazaki@be.to Reply-To: okazaki@be.to To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16357: Refactoring port: japanese/emacs-manual Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16357 >Category: ports >Synopsis: Refactoring port: japanese/emacs-manual >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 Jan 25 15:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: OKAZAKI Tetsurou >Release: FreeBSD 3.4-STABLE i386 >Organization: Unknown >Environment: ports/japanese/emacs-manual/Makefile,v 1.7 2000/01/08 18:52:29 >Description: o Fix irregular checksum depend to emacs20 (kindly pointed by PW.) o Change port's texinfo format procedure more verbose one. New file: files/PORT_TEXIFMT.MK Modified: Makefile files/md5 files/Makefile.in >How-To-Repeat: >Fix: Commit this patch, thanks. diff -urN /usr/ports/japanese/emacs-manual/Makefile emacs-manual/Makefile --- /usr/ports/japanese/emacs-manual/Makefile Mon Jan 10 02:00:29 2000 +++ emacs-manual/Makefile Tue Jan 25 15:28:56 2000 @@ -9,15 +9,16 @@ DISTNAME= emacs-20.5-man-jp PKGNAME= ja-emacs-manual-13.1999.12.13 CATEGORIES= japanese -MASTER_SITES= ftp://ftp.ascii.co.jp/pub/GNU/ -EXTRACT_SUFX= .tgz +MASTER_SITES= ftp://ftp.ascii.co.jp/pub/GNU/ \ + ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= emacs +DISTFILES= ${DISTNAME}.tgz ${EMACS_ARC} MAINTAINER= okazaki@be.to -BUILD_DEPENDS= ${EMACS}:${PORTSDIR}/editors/emacs20 \ - /nonexistent:${PORTSDIR}/editors/emacs20:checksum +BUILD_DEPENDS= ${EMACS}:${PORTSDIR}/editors/emacs20 -# EMACS_ARC is fetched by BUILD_DEPENDS +EXTRACT_ONLY= ${DISTNAME}.tgz EMACS_DISTNAME= emacs-20.5 EMACS_ARC= ${EMACS_DISTNAME}a.tar.gz EMACS_SRCDIR= ${WRKDIR}/${EMACS_DISTNAME} @@ -26,12 +27,12 @@ # We use emacs20 to format texinfo files. EMACS= emacs-20.5 -FORMAT_FLAG= t -MAKE_ENV= EMACS="${EMACS}" FORMAT_FLAG="${FORMAT_FLAG}" +MAKE_ENV= EMACS="${EMACS}" post-extract: @${CP} ${FILESDIR}/Makefile.in ${WRKSRC}/Makefile + @${CP} ${FILESDIR}/PORT_TEXIFMT.MK ${WRKSRC} @(cd ${WRKDIR} && \ ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${EMACS_ARC} ${EXTRACT_AFTER_ARGS} ${EXTRACT_FILES} ; \ ${CP} ${EXTRACT_FILES} ${WRKSRC}) diff -urN /usr/ports/japanese/emacs-manual/files/Makefile.in emacs-manual/files/Makefile.in --- /usr/ports/japanese/emacs-manual/files/Makefile.in Mon Nov 22 02:25:28 1999 +++ emacs-manual/files/Makefile.in Tue Jan 25 15:27:41 2000 @@ -2,19 +2,15 @@ INFOFILE= ../info/emacs-ja EMACS?= emacs -FORMAT_FLAG?= t EMACS_ARGS= -batch -nw --multibyte -no-init-file -no-site-file -EMACS_LOADLIBS= --load=texinfmt.el -EMACS_FUNCALLS= --eval "(texinfo-format-buffer ${FORMAT_FLAG})" -f save-buffer +EMACS_LOADLIBS= --load=texinfmt.el --load=PORT_TEXIFMT.MK +EMACS_FUNCALLS= --eval "(defconst PORT-TEXI \"${TEXIFILE}\")" -f port-texinfo-format all: ${INFOFILE} -MAKEINFO-BY-EMACS: .USE - ${EMACS} ${EMACS_ARGS} ${EMACS_LOADLIBS} ${.ALLSRC} ${EMACS_FUNCALLS} \ - > /dev/null 2>&1 - -${INFOFILE}: ${TEXIFILE} MAKEINFO-BY-EMACS +${INFOFILE}: ${TEXIFILE} + ${EMACS} ${EMACS_ARGS} ${EMACS_LOADLIBS} ${EMACS_FUNCALLS} install: all ${BSD_INSTALL_DATA} ${INFOFILE} ${PREFIX}/info diff -urN /usr/ports/japanese/emacs-manual/files/PORT_TEXIFMT.MK emacs-manual/files/PORT_TEXIFMT.MK --- /usr/ports/japanese/emacs-manual/files/PORT_TEXIFMT.MK Thu Jan 1 09:00:00 1970 +++ emacs-manual/files/PORT_TEXIFMT.MK Tue Jan 25 15:30:52 2000 @@ -0,0 +1,16 @@ +;;; -*- Emacs-Lisp -*- +;;; PORT_TEXIFMT.MK --- for texinfo-format +;;; Code: + +(defun port-texinfo-format () + (let (obuf) + (find-file (expand-file-name PORT-TEXI)) + (setq obuf (current-buffer)) + (require 'texinfmt) + (texinfo-format-buffer t) + (set-buffer-file-coding-system 'iso-2022-jp) + (save-buffer) + (kill-buffer (current-buffer)) + (kill-buffer obuf))) + +;;; PORT_TEXIFMT.MK ends here diff -urN /usr/ports/japanese/emacs-manual/files/md5 emacs-manual/files/md5 --- /usr/ports/japanese/emacs-manual/files/md5 Mon Jan 10 02:00:29 2000 +++ emacs-manual/files/md5 Tue Jan 25 15:06:37 2000 @@ -1 +1,2 @@ MD5 (emacs-20.5-man-jp.tgz) = 087b8b3a5200d72f6f24bc6ec30d46cd +MD5 (emacs-20.5a.tar.gz) = d3852880bcd144c79be1b9537d28490c >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 Jan 25 15:41:34 2000 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 DF13A1530B for ; Tue, 25 Jan 2000 15:40:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA14630; Tue, 25 Jan 2000 15:40:07 -0800 (PST) (envelope-from gnats@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 39F671506C for ; Tue, 25 Jan 2000 15:31:58 -0800 (PST) (envelope-from naddy@bigeye.rhein-neckar.de) Received: from bigeye.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id AAA29245 for FreeBSD-gnats-submit@freebsd.org; Wed, 26 Jan 2000 00:31:56 +0100 (CET) (envelope-from naddy@bigeye.rhein-neckar.de) Received: (from naddy@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id XAA03399; Tue, 25 Jan 2000 23:35:55 +0100 (CET) (envelope-from naddy) Message-Id: <200001252235.XAA03399@bigeye.rhein-neckar.de> Date: Tue, 25 Jan 2000 23:35:55 +0100 (CET) From: Christian Weisgerber Reply-To: naddy@mips.rhein-neckar.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16358: devel/cflow doesn't honor CFLAGS Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16358 >Category: ports >Synopsis: devel/cflow doesn't honor CFLAGS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 25 15:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 4.0-CURRENT i386 >Organization: Unix Users Group Rhein-Neckar >Environment: >Description: The devel/cflow port doesn't honor CFLAGS. >How-To-Repeat: >Fix: This is a minimal fix. The port is in dire need of a general overhaul. diff -u -Nr /usr/ports/devel/cflow/patches/patch-aa cflow/patches/patch-aa --- /usr/ports/devel/cflow/patches/patch-aa Wed Oct 4 13:39:04 1995 +++ cflow/patches/patch-aa Tue Jan 25 23:26:47 2000 @@ -1,5 +1,5 @@ -*** Makefile.orig Mon Mar 6 09:00:20 1995 ---- Makefile Fri Sep 29 04:08:35 1995 +*** Makefile.orig Mon Mar 6 15:00:20 1995 +--- Makefile Tue Jan 25 23:25:46 2000 *************** *** 5,23 **** endif @@ -48,7 +48,7 @@ endif ! DEBUG=-g - OPT=-O +! OPT=-O ! CFLAGS=-Wall $(DEBUG) $(OPT) $(DEFS) # set this to where to install @@ -61,8 +61,8 @@ endif ! #DEBUG=-g - OPT=-O -! CFLAGS=$(DEBUG) $(OPT) $(DEFS) +! #OPT=-O +! CFLAGS+=$(DEBUG) $(OPT) $(DEFS) # set this to where to install BINDIR=$(PREFIX)/bin >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 Jan 25 18: 8:11 2000 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 F40B1151A5; Tue, 25 Jan 2000 18:07:06 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA36898; Tue, 25 Jan 2000 18:07:01 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Tue, 25 Jan 2000 18:07:01 -0800 (PST) From: Message-Id: <200001260207.SAA36898@freefall.freebsd.org> To: pangolin@home.com, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16321: Update spin to 3.3.8, fixing unfetchable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update spin to 3.3.8, fixing unfetchable State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Tue Jan 25 18:05:00 PST 2000 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 Jan 25 20:50: 7 2000 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 BA29B14E9A for ; Tue, 25 Jan 2000 20:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA72579; Tue, 25 Jan 2000 20:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 7B1C914E83; Tue, 25 Jan 2000 20:40:26 -0800 (PST) Message-Id: <20000126044026.7B1C914E83@hub.freebsd.org> Date: Tue, 25 Jan 2000 20:40:26 -0800 (PST) From: ak@freenet.co.uk To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/16361: New port: krio (KDE Diamond Rio Utility) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16361 >Category: ports >Synopsis: New port: krio (KDE Diamond Rio Utility) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 25 20:50:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Alex >Release: 4.0-current >Organization: none >Environment: >Description: KRio is a KDE utility for uploading and downloading MP3 files to/from the Diamond Rio, a popular MP3 player. >How-To-Repeat: >Fix: Appended below is uuencoded gzipped tarball of the port: begin 644 krio.tgz M'XL(`(1ZCC@``^T9_6_J-O#]BO^*FUII6U_SX1#(BM9I%'@5KU`Z0M=-FE29 MQ!2+$.B`9[MEEV/EET*0&U:MM]`9;6\7O-K^M.RXMK(_=1RZM_\N8,W^TW!+"J>V777=9^SO59_:O^JA M_>WM3&<3_N?V[S8K\,4%;@*#GIR??+EW`*MDOI,"B/:$@];^C1 M46CS2LA=UQD.N5OFY)^>_1[^*FC_3U@>C+>7`5Z?_RM.U;65_U>J^_R_$]BP MOWX;C/W-,EZ(_]0KTX7]JRYU5/PO.Y7*/O[O`HZ.CJ#+)ER5`*9,Q5UI,)[! M^UD$C@.V4RN?U!P/5&X@AF&L2$LW/(3W+`:GJJAHM89^Z]BV38XV0;7!.:8V MZ!8`_C4:I5.X>_L6/_OM7K/=!\PUN`^I[9'/H/&N4S_WD<*X85$$1H^"T;9F M66K]0&F_:HDXB&8AMS[D2_P2,PGY4Y0F.ORB$/,E,<,:<:'[#:8:]9_7_VM+LR+^3^ZV>0?P^O.?XU4K MCCK_>]3=Y_]=P,K^C5ZWV[H<;$/&2^<_:CO+^Y^*[580X=AT?_[;"5PT6S#+ M123R!QC)%&:)885R'D>2A2*^@^Y5&?3U`.32&J5R"OF80U.PJ8Q#P*BS/P/^ MIV'E_YB^&OWMR'BI_J]4EO6_Y[I51]__V,[>_W1P(A0CR+!XH`?PQP9 MC2'`,\*0PRQ#XB*^+",+0^KU2*.C#/F#*'.,$TQD,HO05HE,*: M/.(Y7PS38PK:=BQRP2*1:041+&FE/+214&80.9J7 M)#++A-+90AA:?&%,$SWP'?+98'R\KI(-&[*,L$\64#9,Y1!]2(^#+)/1PK=,I'JM#&R<:9 MC.&J@80HT[XO>U\=J]=90R_(OG>\KTP@Y.;FI@;C/$]JEC5YP/,Q+>=C8Q1) MF>)1^= MMK^5ZN\5]5^YO+S_JSA53\=_NH__.X&AB/4>)ADZ)K=8DD3QQ+K6L4'P3/>9 M>/I%[()$8%A>?7MH>7@&3XH*AN-7;DHP7Z[]R95G_V66[ M\']O[_\[@0.XY'.='3,L1S")!KG`Y#A=[`A5L]701CI$',#W/,U4=\H_S#!] MAS5M27/YTR%2-!D60$'*\57T*G`<\'E2W"(?P,U83E==2_A-OCQ`RL-WB#KS MFX?8(DW,3Y?U;NNTM/%S);FZ."_0:H[&VF0:]4'KO-=OM_S3$IN%6(A@'"/= MNC]H]6_]]D#A1SJYX_-I;D]FPR*W$QS1OAS@?ZN/?)Y.DW3:9[?-UE7KLHGL M%A>&IE,[_'C5ZP_\9KO_:-U3JJZ*(S',*(6?2*FDKQ-?IAI-7T&C+NZ?H2+D MVF_=?CL/`A-_T+O]_`UN%'_-3T2I^$A-(0,3I#%-6(ZFU?^H-ZIW-[ MU>^=]^O=1]`#<.RC5@PVK_JM=^T?'JU5#ED?UJP/ZNMC-M/&VNC?S2HO<]*Y M1CV,%WAN)J7G&%]\RG6_X?5L8B3F\M+YZV$6FLJ;S.GDFWT&W,._'7X%V]2F %10`H``!N ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jan 25 22: 7:33 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mango.attlabs.att.com (gatemp.ipo.att.com [135.197.1.2]) by hub.freebsd.org (Postfix) with ESMTP id 65AB1150D4 for ; Tue, 25 Jan 2000 22:07:31 -0800 (PST) (envelope-from fenner@mango.attlabs.att.com) Received: (from fenner@localhost) by mango.attlabs.att.com (8.9.3/8.9.3) id WAA10560 for ports@freebsd.org; Tue, 25 Jan 2000 22:07:28 -0800 (PST) (envelope-from fenner) Date: Tue, 25 Jan 2000 22:07:28 -0800 (PST) From: Bill Fenner Message-Id: <200001260607.WAA10560@mango.attlabs.att.com> To: ports@freebsd.org Subject: Reformatted version of bento logs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear porters, I want to keep up with the bento error logs for my ports but got tired of poking through the whole list to see if any of my ports were there. Since I thought perhaps other people would feel the same way, I created http://www.freebsd.org/~fenner/errorlogs/ which splits out the error logs by maintainer. It updates daily, from the most recent package building logs on bento. Please let me know if you have any comments. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jan 25 22:18:22 2000 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 83ECD14C14; Tue, 25 Jan 2000 22:18:18 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA83806; Tue, 25 Jan 2000 22:18:18 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Tue, 25 Jan 2000 22:18:18 -0800 (PST) From: Message-Id: <200001260618.WAA83806@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, fenner@FreeBSD.org Subject: Re: ports/16346: Fix for ports/mbone/vat Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix for ports/mbone/vat Responsible-Changed-From-To: freebsd-ports->fenner Responsible-Changed-By: cpiazza Responsible-Changed-When: Tue Jan 25 22:18:09 PST 2000 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 Tue Jan 25 22:36:20 2000 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 26CD614CF2 for ; Tue, 25 Jan 2000 22:36:18 -0800 (PST) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 0EBFA167D; Tue, 25 Jan 2000 22:34:56 -0800 (PST) Date: Tue, 25 Jan 2000 22:34:55 -0800 From: Chris Piazza To: Bill Fenner Cc: ports@FreeBSD.ORG Subject: Re: Reformatted version of bento logs Message-ID: <20000125223455.A56705@norn.ca.eu.org> References: <200001260607.WAA10560@mango.attlabs.att.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200001260607.WAA10560@mango.attlabs.att.com>; from fenner@research.att.com on Tue, Jan 25, 2000 at 10:07:28PM -0800 X-Operating-System: FreeBSD 4.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jan 25, 2000 at 10:07:28PM -0800, Bill Fenner wrote: > Dear porters, > > I want to keep up with the bento error logs for my ports but got tired > of poking through the whole list to see if any of my ports were there. > Since I thought perhaps other people would feel the same way, I created > > http://www.freebsd.org/~fenner/errorlogs/ > > which splits out the error logs by maintainer. It updates daily, from > the most recent package building logs on bento. > > Please let me know if you have any comments. No real comments but I'd like to say that this is excellent. It makes it a lot easier to browse through the problems. Thanks! -Chris -- cpiazza@jaxon.net cpiazza@FreeBSD.org Abbotsford, BC, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jan 25 22:50: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from dominik.saargate.de (dominik.saargate.de [212.88.133.252]) by hub.freebsd.org (Postfix) with ESMTP id 6EF9814D7F for ; Tue, 25 Jan 2000 22:50:01 -0800 (PST) (envelope-from domi@saargate.de) Received: from localhost (localhost [127.0.0.1]) by dominik.saargate.de (8.9.3/8.9.3) with ESMTP id HAA55394 for ; Wed, 26 Jan 2000 07:18:19 +0100 (CET) (envelope-from domi@saargate.de) Date: Wed, 26 Jan 2000 07:18:19 +0100 (CET) From: Dominik Brettnacher To: ports@freebsd.org Subject: OpenSSH sshd 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 Does OpenSSHs sshd support authentication via PAM? -- Dominik - http://www.saargate.de/~domi/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jan 25 22:58: 6 2000 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 9CBA0150FD for ; Tue, 25 Jan 2000 22:57:50 -0800 (PST) (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 IAA91535; Wed, 26 Jan 2000 08:57:26 +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 WAA85483; Tue, 25 Jan 2000 22:56:49 -0800 (PST) (envelope-from reg) Date: Tue, 25 Jan 2000 22:56:49 -0800 From: Jeremy Lea To: Bill Fenner Cc: ports@FreeBSD.ORG Subject: Re: Reformatted version of bento logs Message-ID: <20000125225648.X10368@shale.csir.co.za> References: <200001260607.WAA10560@mango.attlabs.att.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200001260607.WAA10560@mango.attlabs.att.com>; from fenner@research.att.com on Tue, Jan 25, 2000 at 10:07:28PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, On Tue, Jan 25, 2000 at 10:07:28PM -0800, Bill Fenner wrote: > which splits out the error logs by maintainer. It updates daily, from > the most recent package building logs on bento. > > Please let me know if you have any comments. Sort it by number of broken ports and call it the "Most Doomed" List like the Mozilla does sometimes with their bug list... ;-) -Jeremy -- FreeBSD - Because the best things in life are free... http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jan 25 23:13:26 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail-green.research.att.com (H-135-207-30-103.research.att.com [135.207.30.103]) by hub.freebsd.org (Postfix) with ESMTP id 2A2EA14DEE; Tue, 25 Jan 2000 23:13:25 -0800 (PST) (envelope-from fenner@research.att.com) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-green.research.att.com (Postfix) with ESMTP id 2358A1E008; Wed, 26 Jan 2000 02:13:23 -0500 (EST) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id CAA14379; Wed, 26 Jan 2000 02:13:22 -0500 (EST) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id XAA29793; Tue, 25 Jan 2000 23:13:21 -0800 (PST) Message-Id: <200001260713.XAA29793@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: reg@freebsd.org Subject: Re: Reformatted version of bento logs Cc: ports@freebsd.org References: <200001260607.WAA10560@mango.attlabs.att.com> <20000125225648.X10368@shale.csir.co.za> Date: Tue, 25 Jan 2000 23:13:21 -0800 Versions: dmail (solaris) 2.2g/makemail 2.9a Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ok, you can now choose which header is the sort key by clicking on the "other" header. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jan 26 1:19:50 2000 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 61F47151C7; Wed, 26 Jan 2000 01:19:48 -0800 (PST) (envelope-from reg@FreeBSD.org) Received: (from reg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA03364; Wed, 26 Jan 2000 01:19:48 -0800 (PST) (envelope-from reg@FreeBSD.org) Date: Wed, 26 Jan 2000 01:19:48 -0800 (PST) From: Message-Id: <200001260919.BAA03364@freefall.freebsd.org> To: dima@Chg.RU, reg@FreeBSD.org, freebsd-ports@FreeBSD.org, reg@FreeBSD.org Subject: Re: ports/16317: Fix po-mode.el, installed by devel/gettext Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix po-mode.el, installed by devel/gettext State-Changed-From-To: open->closed State-Changed-By: reg State-Changed-When: Wed Jan 26 01:16:53 PST 2000 State-Changed-Why: Patch committed. Responsible-Changed-From-To: freebsd-ports->reg Responsible-Changed-By: reg Responsible-Changed-When: Wed Jan 26 01:16:53 PST 2000 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 Wed Jan 26 1:52: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from hyperbate.francenet.fr (hyperbate.francenet.fr [193.149.97.80]) by hub.freebsd.org (Postfix) with ESMTP id E102114F1A for ; Wed, 26 Jan 2000 01:52:04 -0800 (PST) (envelope-from perrot@FranceNet.fr) Received: from breizh.francenet.fr (breizh.francenet.fr [193.149.97.100]) by hyperbate.francenet.fr (8.9.3/8.9.3) with ESMTP id KAA20074 for ; Wed, 26 Jan 2000 10:52:03 +0100 (MET) Received: from localhost (localhost [127.0.0.1]) by breizh.francenet.fr (8.9.3/8.9.1) with ESMTP id KAA16861 for ; Wed, 26 Jan 2000 10:51:57 +0100 (CET) Message-Id: <200001260951.KAA16861@breizh.francenet.fr> X-Mailer: exmh version 2.1.1 10/15/1999 To: freebsd-ports@freebsd.org Subject: questions about qpopper 2.53 port on FreeBSD 3.3 ? X-Face: '%)H7X3>"mU[aaPz3aZ`^e{*DV1&W;+P-Wx*Yk)Ah[e(-AO&EB\D.gq2y{kH73Q29}_A4H,eykdf!9dj[m\gwFgZOTt?=7gI+RBN,I({A32-MyZrmtrD%8*L/boGS0,+Lj$H|@ X-Url: http://www.francenet.fr/ Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 26 Jan 2000 10:51:57 +0100 From: Gildas PERROT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I see that you are qpopper maintainer and I am sure you are the best person to ask questions to. I was thinking to use qpopper 2.53 port on FreeBSD 3.3 with sendmail 8.9.3 port (mail.local delivery) but I would like to know the impact of the patches added to source files especially concerning the lock process since I want to run a script to expire mail. Why does ..pop stay in /var/mail in the spool even at the end of POP3 session. The usual qpopper process is to remove .pop at the end of POP3 session. How does the lock process work with that port (I saw a flock.c file added to original distribution) ? Furthermore, I would like to increase the performances of that server. With that port, is it possible to : - use server mode - put the POP_DROP on another directory (which is on another device) - use HASH_SPOOL=2 Furthermore, is there any patches dependency with sendmail 8.9.3 provided by FreeBSD 3.3 ? Finally, is it possible to use last version of qpopper 3.x without patches to get a correct behaviour especially with locking process. Thanks in advance for your help. Gildas. -- Gildas PERROT, perrot@francenet.fr __o FranceNet, 28 rue Desaix, 75015 Paris ---_ \<,_ http://www.francenet.fr ---- (_)/ (_) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jan 26 2:30: 5 2000 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 3DA7614F1A for ; Wed, 26 Jan 2000 02:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA10927; Wed, 26 Jan 2000 02:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from ws2.zopps.fi (ws2.zopps.fi [195.165.196.2]) by hub.freebsd.org (Postfix) with ESMTP id 98F8C14C25 for ; Wed, 26 Jan 2000 02:23:06 -0800 (PST) (envelope-from martti.kuparinen@zopps.fi) Received: by ws2.zopps.fi (Postfix, from userid 10402) id E79C776927; Wed, 26 Jan 2000 12:22:59 +0200 (EET) Message-Id: <20000126102259.E79C776927@ws2.zopps.fi> Date: Wed, 26 Jan 2000 12:22:59 +0200 (EET) From: martti.kuparinen@zopps.fi Reply-To: martti.kuparinen@zopps.fi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16363: [PATCH] Upgrade ports/databases/gnats Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16363 >Category: ports >Synopsis: [PATCH] Upgrade 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: Wed Jan 26 02:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Martti Kuparinen >Release: FreeBSD 3.4-RELEASE i386 >Organization: >Environment: >Description: I have upgraded GNATS on our server to the latest version. Here is the patch file I used to update the current GNATS port files. To update the port: - Remove ports/databases/gnats/patches/patch-ac - Apply the following patch >How-To-Repeat: >Fix: *** Makefile.orig Wed Jan 26 11:47:47 2000 --- Makefile Wed Jan 26 11:54:44 2000 *************** *** 6,12 **** # $FreeBSD: ports/databases/gnats/Makefile,v 1.28 2000/01/21 14:09:26 asami Exp $ # ! DISTNAME= gnats-3.112.1 CATEGORIES= databases elisp MASTER_SITES= ftp://sourceware.cygnus.com/pub/gnats/snapshots/ --- 6,12 ---- # $FreeBSD: ports/databases/gnats/Makefile,v 1.28 2000/01/21 14:09:26 asami Exp $ # ! DISTNAME= gnats-3.113 CATEGORIES= databases elisp MASTER_SITES= ftp://sourceware.cygnus.com/pub/gnats/snapshots/ *************** *** 16,22 **** BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - WRKSRC= ${WRKDIR}/3.112 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lispdir=${PREFIX}/share/emacs/site-lisp \ --with-full-gnats \ --- 16,21 ---- *** files/md5.orig Tue Sep 28 07:06:28 1999 --- files/md5 Wed Jan 26 11:51:06 2000 *************** *** 1 **** ! MD5 (gnats-3.112.1.tar.gz) = 67e9b713da994710511d35cef4495f7a --- 1 ---- ! MD5 (gnats-3.113.tar.gz) = cb1f3424c4372665b6204783dcc6984f >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 Jan 26 5: 0:14 2000 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 5B9B71525A for ; Wed, 26 Jan 2000 05:00:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA34672; Wed, 26 Jan 2000 05:00:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from kfug.kr.freebsd.org (bolero.snu.ac.kr [147.46.102.39]) by hub.freebsd.org (Postfix) with ESMTP id A8B6915241 for ; Wed, 26 Jan 2000 04:56:10 -0800 (PST) (envelope-from cjh@kr.FreeBSD.ORG) Received: (from cjh@localhost) by kfug.kr.freebsd.org (8.8.8/8.8.8) id VAA26811; Wed, 26 Jan 2000 21:56:17 +0900 (KST) (envelope-from cjh) Message-Id: <200001261256.VAA26811@kfug.kr.freebsd.org> Date: Wed, 26 Jan 2000 21:56:17 +0900 (KST) From: cjh@wdb.co.kr Reply-To: cjh@kr.FreeBSD.ORG To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16370: Ports update: korean/netscape4-* Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16370 >Category: ports >Synopsis: Ports update: korean/netscape4-* >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 Jan 26 05:00:04 PST 2000 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.4-STABLE i386 >Organization: Web Data Bank Co. >Environment: FreeBSD gradius.myhome 3.4-STABLE FreeBSD 3.4-STABLE #6: Sun Jan 9 12:32:52 KST 2000 root@gradius.myhome:/usr/src/sys/compile/GRADIUS i386 >Description: - Use Baekmukfonts-bdf instead of hanyang fonts. >How-To-Repeat: build it! >Fix: diff -uNr -x README.html -x *~ ../no/netscape4-communicator/Makefile ./netscape4-communicator/Makefile --- ../no/netscape4-communicator/Makefile Tue Jan 25 23:01:50 2000 +++ ./netscape4-communicator/Makefile Sun Jan 16 18:33:59 2000 @@ -17,7 +17,7 @@ # ?= for ports that include this Makefile RUN_DEPENDS?= ${PREFIX}/bin/${BROWSER}-${BROWSER_VERSION}:${PORTSDIR}/www/netscape4-${BROWSER} -RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/local/hgm12.pcf.gz:${PORTSDIR}/korean/hanyangfonts \ +RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf \ ${X11BASE}/lib/X11/fonts/local/mzgt16h1.pcf.gz:${PORTSDIR}/korean/mizifont NO_BUILD= yes @@ -35,6 +35,8 @@ BROWSER_CMD?= ko-${BROWSER}-4 BROWSER_VERSION?= 4.08 NETHELP?= nethelp-v403 +PREVFONTNAME= kodig +NEWFONTNAME= gulim KOREAN_KIT?= netscape-v408.generic-generic-generic-19990612 LANG= ko_KR.EUC @@ -44,7 +46,8 @@ -e "s;@RDIR@;${NDIR};g" \ -e "s;@BROWSER@;${BROWSER};g" \ -e "s;@BROWSER_BIN@;${BROWSER_BIN};g" \ - -e "s;@LANG@;${LANG};g" + -e "s;@LANG@;${LANG};g" \ + -e "s;-${PREVFONTNAME}-;-${NEWFONTNAME}-;g" TAR= /usr/bin/tar .if ${BROWSER_VERSION} == 4.08 >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 Jan 26 5: 0:18 2000 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 733BB14E06 for ; Wed, 26 Jan 2000 05:00:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA34653; Wed, 26 Jan 2000 05:00:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from kfug.kr.freebsd.org (bolero.snu.ac.kr [147.46.102.39]) by hub.freebsd.org (Postfix) with ESMTP id AD3A614D29 for ; Wed, 26 Jan 2000 04:55:59 -0800 (PST) (envelope-from cjh@kr.FreeBSD.ORG) Received: (from cjh@localhost) by kfug.kr.freebsd.org (8.8.8/8.8.8) id VAA26623; Wed, 26 Jan 2000 21:56:06 +0900 (KST) (envelope-from cjh) Message-Id: <200001261256.VAA26623@kfug.kr.freebsd.org> Date: Wed, 26 Jan 2000 21:56:06 +0900 (KST) From: cjh@wdb.co.kr Reply-To: cjh@kr.FreeBSD.ORG To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16368: Ports update: korean/ftghostscript5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16368 >Category: ports >Synopsis: Ports Update: korean/ftghostscript5 >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jan 26 05:00:04 PST 2000 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.4-STABLE i386 >Organization: Web Data Bank Co. >Environment: FreeBSD gradius.myhome 3.4-STABLE FreeBSD 3.4-STABLE #6: Sun Jan 9 12:32:52 KST 2000 root@gradius.myhome:/usr/src/sys/compile/GRADIUS i386 >Description: It can be built again. >How-To-Repeat: build it! >Fix: diff -uNr -x README.html -x *~ /usr/ports/korean/ftghostscript5/Makefile ftghostscript5/Makefile --- /usr/ports/korean/ftghostscript5/Makefile Thu Nov 25 12:41:52 1999 +++ ftghostscript5/Makefile Sun Jan 16 22:06:15 2000 @@ -46,7 +46,7 @@ GS_SOURCES= ghostscript-5.10.tar.gz # Additional driver for HP PCL3 Printers -PCL3_DRV= hpdj-2.5.tar.gz +PCL3_DRV= hpdj-2.6.tar.gz # replacement for pdf_sec.ps, that allows you to read encrypted PDF files DECRYPT_PDF= pdf_sec.ps @@ -65,11 +65,11 @@ post-extract: ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/jpeg/work/jpeg-6b ${WRKSRC}/jpeg - ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/png/work/libpng-1.0.3 ${WRKSRC}/libpng + ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/png/work/libpng-1.0.5 ${WRKSRC}/libpng # additional PCL3 driver - $(TAR) -xvf ${WRKDIR}/hpdj-2.5/hpdj.tar -C $(WRKSRC) - ${PATCH} --directory=${WRKSRC} <${WRKSRC}/devs.mak-5.10.diff - ${PATCH} --directory=${WRKSRC} <${WRKSRC}/zmedia2.c-5.10.diff + $(TAR) -xvf ${WRKDIR}/hpdj-2.6/hpdj.tar -C $(WRKSRC) + @${CAT} ${WRKSRC}/devs.mak-5.10.add >> ${WRKSRC}/devs.mak + @${PATCH} -d ${WRKSRC} --forward --quiet -E < ${WRKSRC}/zmedia2.c-5.10.diff pre-patch: cd ${WRKSRC} && tar -xzf ${DISTDIR}/${VFLIB_GS} && \ diff -uNr -x README.html -x *~ /usr/ports/korean/ftghostscript5/files/md5 ftghostscript5/files/md5 --- /usr/ports/korean/ftghostscript5/files/md5 Sat Sep 4 02:52:37 1999 +++ ftghostscript5/files/md5 Sun Jan 16 22:13:05 2000 @@ -1,4 +1,4 @@ -MD5 (hpdj-2.5.tar.gz) = cbe6b6c6cd00af9177a025870fc1a90a +MD5 (hpdj-2.6.tar.gz) = dcc402281f36afd2041144e0e97917be MD5 (pdf_sec.ps) = 92cd6af5b4d7219e91e61b8351f0f7c4 MD5 (ghostscript-5.10.tar.gz) = b8dbc2595c06305f452a9c38bd0effef MD5 (gs5.10-vflib-1.1.tar.gz) = 856599571b5c9845595d830ad2b31b5f >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 Jan 26 5: 0:22 2000 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 89663151FC for ; Wed, 26 Jan 2000 05:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA34588; Wed, 26 Jan 2000 05:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from kfug.kr.freebsd.org (bolero.snu.ac.kr [147.46.102.39]) by hub.freebsd.org (Postfix) with ESMTP id 52D191523C for ; Wed, 26 Jan 2000 04:55:41 -0800 (PST) (envelope-from cjh@kr.FreeBSD.ORG) Received: (from cjh@localhost) by kfug.kr.freebsd.org (8.8.8/8.8.8) id VAA26333; Wed, 26 Jan 2000 21:55:47 +0900 (KST) (envelope-from cjh) Message-Id: <200001261255.VAA26333@kfug.kr.freebsd.org> Date: Wed, 26 Jan 2000 21:55:47 +0900 (KST) From: cjh@wdb.co.kr Reply-To: cjh@kr.FreeBSD.ORG To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16365: Ports update: korean/ami Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16365 >Category: ports >Synopsis: Ports Update: korean/ami >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 Jan 26 05:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.4-STABLE i386 >Organization: Web Data Bank Co. >Environment: FreeBSD gradius.myhome 3.4-STABLE FreeBSD 3.4-STABLE #6: Sun Jan 9 12:32:52 KST 2000 root@gradius.myhome:/usr/src/sys/compile/GRADIUS i386 >Description: Regular ports update. >How-To-Repeat: build it! >Fix: diff -uNr -x README.html -x *~ /usr/ports/korean/ami/Makefile ami/Makefile --- /usr/ports/korean/ami/Makefile Mon Nov 1 10:24:03 1999 +++ ami/Makefile Mon Jan 17 22:14:17 2000 @@ -6,10 +6,13 @@ # $FreeBSD: ports/korean/ami/Makefile,v 1.4 1999/11/01 01:24:03 steve Exp $ # -DISTNAME= ami-0.5.2 -PKGNAME= ko-ami-0.5.2 +DISTNAME= ami-${AMI_VER} +PKGNAME= ko-ami-${AMI_VER} CATEGORIES= korean x11 -MASTER_SITES= http://www.kr.freebsd.org/~hwang/ami/ +MASTER_SITES= http://www.kr.freebsd.org/~hwang/ami/ \ + http://adam.kaist.ac.kr/~cwryu/archive/misc/ +DISTFILES= ${DISTNAME}.tar.gz hanja.dic.gz ami.dic +EXTRACT_ONLY= ${DISTNAME}.tar.gz MAINTAINER= cjh@kr.freebsd.org @@ -19,6 +22,22 @@ GNU_CONFIGURE= YES CONFIGURE_ENV= GLIB_CONFIG=${LOCALBASE}/bin/glib12-config \ GTK_CONFIG=${X11BASE}/bin/gtk12-config +CONFIGURE_ARGS+= --with-hangul-keyboard=2 + +AMI_VER= 1.0.4 + +# Korean input in dvorak keyboard +.if defined(WITH_DVORAK) +CONFIGURE_ARGS+= --with-english-keyboard=dvorak +.endif + +# gnome support +.if defined(WITH_GNOME_APPLET) +PKGNAME= ko-ami-gnome-${AMI_VER} +RUN_DEPENDS+= panel:${PORTSDIR}/x11/gnomecore +LIB_DEPENDS+= gnome.3:${PORTSDIR}/x11/gnomelibs +CONFIGURE_ARGS+= --enable-gnome-applet +.endif post-build: @cd ${WRKSRC}/hanjadic; \ @@ -39,9 +58,14 @@ ${INSTALL_DATA} ${FILESDIR}/XLC_LOCALE \ ${PREFIX}/share/doc/ami -.for NAME in AUTHORS README NEWS COPYING ChangeLog gtkrc +.for NAME in AUTHORS README NEWS COPYING ChangeLog ${INSTALL_DATA} ${WRKSRC}/${NAME} \ ${PREFIX}/share/doc/ami .endfor + + # dic + ${GUNZIP_CMD} -cd ${_DISTDIR}/hanja.dic.gz > \ + ${PREFIX}/share/ami/hanja.dic + ${CAT} ${_DISTDIR}/ami.dic >> ${PREFIX}/share/ami/hanja.dic .include diff -uNr -x README.html -x *~ /usr/ports/korean/ami/files/md5 ami/files/md5 --- /usr/ports/korean/ami/files/md5 Mon Nov 1 10:24:08 1999 +++ ami/files/md5 Sat Jan 15 00:38:32 2000 @@ -1 +1,3 @@ -MD5 (ami-0.5.2.tar.gz) = a14e5afd7638861428a519cf4ccf1c0a +MD5 (ami-1.0.4.tar.gz) = e670aed5410af953aa166b45c5e703a5 +MD5 (hanja.dic.gz) = 3f114405753ad0596c4127df36e35710 +MD5 (ami.dic) = 27ca7f0208f8fbf685f9496d0b435303 diff -uNr -x README.html -x *~ /usr/ports/korean/ami/patches/patch-aa ami/patches/patch-aa --- /usr/ports/korean/ami/patches/patch-aa Thu Jan 1 09:00:00 1970 +++ ami/patches/patch-aa Mon Jan 17 23:29:14 2000 @@ -0,0 +1,11 @@ +--- Ximd/Makefile.in~ Sun Jan 2 11:49:20 2000 ++++ Ximd/Makefile.in Mon Jan 17 23:29:02 2000 +@@ -86,7 +86,7 @@ + cflags_set = @cflags_set@ + cxxflags_set = @cxxflags_set@ + +-INCLUDES = $(IMDKIT_DEFINES) $(GTK_CFLAGS) ++INCLUDES = $(IMDKIT_DEFINES) $(GTK_CFLAGS) $(GNOME_INCLUDEDIR) + + noinst_LIBRARIES = libXimd.a + diff -uNr -x README.html -x *~ /usr/ports/korean/ami/patches/patch-ca ami/patches/patch-ca --- /usr/ports/korean/ami/patches/patch-ca Wed Sep 1 06:14:44 1999 +++ ami/patches/patch-ca Thu Jan 20 22:41:07 2000 @@ -7,4 +7,4 @@ +CFLAGS = -g -O2 `glib12-config --cflags` hanja-hwp2ami: hanja-hwp2ami.o - $(CC) -o hanja-hwp2ami hanja-hwp2ami.o `glib-config --libs` -+ $(CC) -o hanja-hwp2ami hanja-hwp2ami.o -lxpg4 `glib12-config --libs` ++ $(CC) -o hanja-hwp2ami hanja-hwp2ami.o `glib12-config --libs` diff -uNr -x README.html -x *~ /usr/ports/korean/ami/pkg/COMMENT ami/pkg/COMMENT --- /usr/ports/korean/ami/pkg/COMMENT Wed Aug 25 14:41:13 1999 +++ ami/pkg/COMMENT Sun Jan 16 20:27:54 2000 @@ -1 +1 @@ -Just another Korean X11 Input Method +Well-known Korean X11 Input Method diff -uNr -x README.html -x *~ /usr/ports/korean/ami/pkg/DESCR ami/pkg/DESCR --- /usr/ports/korean/ami/pkg/DESCR Wed Aug 25 14:41:13 1999 +++ ami/pkg/DESCR Sun Jan 16 20:28:34 2000 @@ -7,3 +7,4 @@ -- CHOI Junho +WWW: http://www.kr.freebsd.org/~hwang/ami diff -uNr -x README.html -x *~ /usr/ports/korean/ami/pkg/PLIST ami/pkg/PLIST --- /usr/ports/korean/ami/pkg/PLIST Mon Nov 1 10:24:09 1999 +++ ami/pkg/PLIST Sat Jan 15 00:42:03 2000 @@ -1,5 +1,7 @@ bin/ami bin/hanja-hwp2ami +share/ami/gtkrc +share/ami/hanja.dic share/doc/ami/XLC_LOCALE @comment copy new locale definition(no harm, so need not be uninstalled) @exec if [ -f %D/lib/X11/locale/ko/XLC_LOCALE ]; then mv -f %D/lib/X11/locale/ko/XLC_LOCALE %D/lib/X11/locale/ko/XLC_LOCALE.orig; fi @@ -10,5 +12,5 @@ share/doc/ami/NEWS share/doc/ami/COPYING share/doc/ami/ChangeLog -share/doc/ami/gtkrc +@dirrm share/ami @dirrm share/doc/ami >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 Jan 26 5: 0:30 2000 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 4A59E15221 for ; Wed, 26 Jan 2000 05:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA34631; Wed, 26 Jan 2000 05:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from kfug.kr.freebsd.org (bolero.snu.ac.kr [147.46.102.39]) by hub.freebsd.org (Postfix) with ESMTP id 9CB701523C for ; Wed, 26 Jan 2000 04:55:43 -0800 (PST) (envelope-from cjh@kr.FreeBSD.ORG) Received: (from cjh@localhost) by kfug.kr.freebsd.org (8.8.8/8.8.8) id VAA26426; Wed, 26 Jan 2000 21:55:50 +0900 (KST) (envelope-from cjh) Message-Id: <200001261255.VAA26426@kfug.kr.freebsd.org> Date: Wed, 26 Jan 2000 21:55:50 +0900 (KST) From: cjh@wdb.co.kr Reply-To: cjh@kr.FreeBSD.ORG To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16366: Update ports: korean/baekmukfonts-bdf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16366 >Category: ports >Synopsis: Update ports: korean/baekmukfonts-bdf >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 Jan 26 05:00:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.4-STABLE i386 >Organization: Web Data Bank Co. >Environment: FreeBSD gradius.myhome 3.4-STABLE FreeBSD 3.4-STABLE #6: Sun Jan 9 12:32:52 KST 2000 root@gradius.myhome:/usr/src/sys/compile/GRADIUS i386 >Description: Update to new version. fonts are installed into $X11BASE.../local. >How-To-Repeat: build it! >Fix: diff -uNr -x README.html -x *~ /usr/ports/korean/baekmukfonts-bdf/Makefile baekmukfonts-bdf/Makefile --- /usr/ports/korean/baekmukfonts-bdf/Makefile Mon Nov 1 10:26:10 1999 +++ baekmukfonts-bdf/Makefile Sun Jan 16 18:28:45 2000 @@ -6,16 +6,15 @@ # $FreeBSD: ports/korean/baekmukfonts-bdf/Makefile,v 1.4 1999/11/01 01:26:10 steve Exp $ # -DISTNAME= baekmuk-1.1 -PKGNAME= ko-baekmukfonts-bdf-1.1 +DISTNAME= baekmuk-2.0 +PKGNAME= ko-baekmukfonts-bdf-2.0 CATEGORIES= korean x11-fonts -MASTER_SITES= ftp://ftp.mizi.co.kr/pub/baekmuk/ \ - http://www.FreeBSD.org/~sada/distfiles/ -DISTFILES= baekmuk-1.1.tar.gz gulim12-19990903.bdf.gz -EXTRACT_ONLY= baekmuk-1.1.tar.gz +MASTER_SITES= ftp://ftp.mizi.co.kr/pub/baekmuk/ MAINTAINER= cjh@kr.freebsd.org +BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86 + USE_X_PREFIX= yes FONTLIST= batang10 batang10b batang12 batang12b batang14 batang14b \ @@ -28,25 +27,25 @@ BDFTOPCF= ${PREFIX}/bin/bdftopcf MKFONTDIR= ${PREFIX}/bin/mkfontdir +CHARSETSUB= s/ksx1001.1997/ksc5601.1987/g +FONTSDIR= lib/X11/fonts/local +MAKE_ENV= FONTSDIR=${FONTSDIR} +PLIST_SUB= FONTSDIR=${FONTSDIR} +# change charset to ksc5601.1987... do-build: - ${GUNZIP_CMD} -c ${_DISTDIR}/gulim12-19990903.bdf.gz \ - > ${WRKDIR}/gulim12.bdf .for FONTNAME in ${FONTLIST} + perl -pi -e ${CHARSETSUB} ${WRKDIR}/${FONTNAME}.bdf ${BDFTOPCF} ${WRKDIR}/${FONTNAME}.bdf | ${GZIP_CMD} -c \ > ${WRKDIR}/${FONTNAME}.pcf.gz .endfor do-install: - -mkdir -p ${PREFIX}/lib/X11/fonts/baekmuk + -mkdir -p ${PREFIX}/${FONTSDIR} .for FONTNAME in ${FONTLIST} ${INSTALL_DATA} ${WRKDIR}/${FONTNAME}.pcf.gz \ - ${PREFIX}/lib/X11/fonts/baekmuk + ${PREFIX}/${FONTSDIR} .endfor - ${INSTALL_DATA} ${WRKDIR}/fonts.alias ${PREFIX}/lib/X11/fonts/baekmuk - ${MKFONTDIR} ${PREFIX}/lib/X11/fonts/baekmuk - -post-install: - @${SH} ${PKGDIR}/REQ ${PKGNAME} INSTALL + @(cd ${PREFIX}/${FONTSDIR} && mkfontdir .) .include diff -uNr -x README.html -x *~ /usr/ports/korean/baekmukfonts-bdf/files/md5 baekmukfonts-bdf/files/md5 --- /usr/ports/korean/baekmukfonts-bdf/files/md5 Mon Nov 1 10:26:13 1999 +++ baekmukfonts-bdf/files/md5 Fri Jan 14 23:25:01 2000 @@ -1,2 +1 @@ -MD5 (baekmuk-1.1.tar.gz) = afcaec896106903ee627fac6e1b3c1eb -MD5 (gulim12-19990903.bdf.gz) = 0277603d2cddb1442579afd3fd05e853 +MD5 (baekmuk-2.0.tar.gz) = d40c31eec54172bdc80d42827066d9db diff -uNr -x README.html -x *~ /usr/ports/korean/baekmukfonts-bdf/pkg/MESSAGE baekmukfonts-bdf/pkg/MESSAGE --- /usr/ports/korean/baekmukfonts-bdf/pkg/MESSAGE Sat Sep 4 01:03:03 1999 +++ baekmukfonts-bdf/pkg/MESSAGE Thu Jan 1 09:00:00 1970 @@ -1,22 +0,0 @@ -Baekmuk Font(BDF) -================= - -Please note: - - This package installed fonts in /usr/X11R6/lib/X11/fonts/baekmuk directory. - To use this, add this directory to your /etc/XF86config: - - Section "Files" - ... - FontPath "/usr/X11R6/lib/X11/fonts/baekmuk/" - ... - - Or, run this command at your X desktop: - - # xset +fp /usr/X11R6/lib/X11/fonts/baekmuk/ && xset fp rehash - - Don't forget to add the directory to your /etc/XF86config, for - add the correct font path after you reboots X. - --- -CHOI Junho diff -uNr -x README.html -x *~ /usr/ports/korean/baekmukfonts-bdf/pkg/PLIST baekmukfonts-bdf/pkg/PLIST --- /usr/ports/korean/baekmukfonts-bdf/pkg/PLIST Sat Sep 4 01:03:03 1999 +++ baekmukfonts-bdf/pkg/PLIST Sun Jan 16 18:26:02 2000 @@ -1,45 +1,44 @@ -lib/X11/fonts/baekmuk/batang10.pcf.gz -lib/X11/fonts/baekmuk/batang10b.pcf.gz -lib/X11/fonts/baekmuk/batang12.pcf.gz -lib/X11/fonts/baekmuk/batang12b.pcf.gz -lib/X11/fonts/baekmuk/batang14.pcf.gz -lib/X11/fonts/baekmuk/batang14b.pcf.gz -lib/X11/fonts/baekmuk/batang16.pcf.gz -lib/X11/fonts/baekmuk/batang16b.pcf.gz -lib/X11/fonts/baekmuk/batang18.pcf.gz -lib/X11/fonts/baekmuk/batang18b.pcf.gz -lib/X11/fonts/baekmuk/batang20.pcf.gz -lib/X11/fonts/baekmuk/batang20b.pcf.gz -lib/X11/fonts/baekmuk/batang24.pcf.gz -lib/X11/fonts/baekmuk/batang24b.pcf.gz -lib/X11/fonts/baekmuk/dotum10.pcf.gz -lib/X11/fonts/baekmuk/dotum12.pcf.gz -lib/X11/fonts/baekmuk/dotum14.pcf.gz -lib/X11/fonts/baekmuk/dotum16.pcf.gz -lib/X11/fonts/baekmuk/dotum18.pcf.gz -lib/X11/fonts/baekmuk/dotum20.pcf.gz -lib/X11/fonts/baekmuk/dotum24.pcf.gz -lib/X11/fonts/baekmuk/fonts.alias -lib/X11/fonts/baekmuk/gulim10.pcf.gz -lib/X11/fonts/baekmuk/gulim10b.pcf.gz -lib/X11/fonts/baekmuk/gulim12.pcf.gz -lib/X11/fonts/baekmuk/gulim12b.pcf.gz -lib/X11/fonts/baekmuk/gulim14.pcf.gz -lib/X11/fonts/baekmuk/gulim14b.pcf.gz -lib/X11/fonts/baekmuk/gulim16.pcf.gz -lib/X11/fonts/baekmuk/gulim16b.pcf.gz -lib/X11/fonts/baekmuk/gulim18.pcf.gz -lib/X11/fonts/baekmuk/gulim18b.pcf.gz -lib/X11/fonts/baekmuk/gulim20.pcf.gz -lib/X11/fonts/baekmuk/gulim20b.pcf.gz -lib/X11/fonts/baekmuk/gulim24.pcf.gz -lib/X11/fonts/baekmuk/gulim24b.pcf.gz -lib/X11/fonts/baekmuk/hline10.pcf.gz -lib/X11/fonts/baekmuk/hline12.pcf.gz -lib/X11/fonts/baekmuk/hline14.pcf.gz -lib/X11/fonts/baekmuk/hline16.pcf.gz -lib/X11/fonts/baekmuk/hline18.pcf.gz -lib/X11/fonts/baekmuk/hline20.pcf.gz -lib/X11/fonts/baekmuk/hline24.pcf.gz -@exec cd %D/lib/X11/fonts/baekmuk ; %D/bin/mkfontdir -@unexec cd %D/lib/X11/fonts/baekmuk ; %D/bin/mkfontdir +%%FONTSDIR%%/batang10.pcf.gz +%%FONTSDIR%%/batang10b.pcf.gz +%%FONTSDIR%%/batang12.pcf.gz +%%FONTSDIR%%/batang12b.pcf.gz +%%FONTSDIR%%/batang14.pcf.gz +%%FONTSDIR%%/batang14b.pcf.gz +%%FONTSDIR%%/batang16.pcf.gz +%%FONTSDIR%%/batang16b.pcf.gz +%%FONTSDIR%%/batang18.pcf.gz +%%FONTSDIR%%/batang18b.pcf.gz +%%FONTSDIR%%/batang20.pcf.gz +%%FONTSDIR%%/batang20b.pcf.gz +%%FONTSDIR%%/batang24.pcf.gz +%%FONTSDIR%%/batang24b.pcf.gz +%%FONTSDIR%%/dotum10.pcf.gz +%%FONTSDIR%%/dotum12.pcf.gz +%%FONTSDIR%%/dotum14.pcf.gz +%%FONTSDIR%%/dotum16.pcf.gz +%%FONTSDIR%%/dotum18.pcf.gz +%%FONTSDIR%%/dotum20.pcf.gz +%%FONTSDIR%%/dotum24.pcf.gz +%%FONTSDIR%%/gulim10.pcf.gz +%%FONTSDIR%%/gulim10b.pcf.gz +%%FONTSDIR%%/gulim12.pcf.gz +%%FONTSDIR%%/gulim12b.pcf.gz +%%FONTSDIR%%/gulim14.pcf.gz +%%FONTSDIR%%/gulim14b.pcf.gz +%%FONTSDIR%%/gulim16.pcf.gz +%%FONTSDIR%%/gulim16b.pcf.gz +%%FONTSDIR%%/gulim18.pcf.gz +%%FONTSDIR%%/gulim18b.pcf.gz +%%FONTSDIR%%/gulim20.pcf.gz +%%FONTSDIR%%/gulim20b.pcf.gz +%%FONTSDIR%%/gulim24.pcf.gz +%%FONTSDIR%%/gulim24b.pcf.gz +%%FONTSDIR%%/hline10.pcf.gz +%%FONTSDIR%%/hline12.pcf.gz +%%FONTSDIR%%/hline14.pcf.gz +%%FONTSDIR%%/hline16.pcf.gz +%%FONTSDIR%%/hline18.pcf.gz +%%FONTSDIR%%/hline20.pcf.gz +%%FONTSDIR%%/hline24.pcf.gz +@exec cd %D/%%FONTSDIR%% ; %D/bin/mkfontdir +@unexec cd %D/%%FONTSDIR%% ; %D/bin/mkfontdir diff -uNr -x README.html -x *~ /usr/ports/korean/baekmukfonts-bdf/pkg/REQ baekmukfonts-bdf/pkg/REQ --- /usr/ports/korean/baekmukfonts-bdf/pkg/REQ Sat Sep 4 01:03:03 1999 +++ baekmukfonts-bdf/pkg/REQ Thu Jan 1 09:00:00 1970 @@ -1,7 +0,0 @@ -#! /bin/sh -if [ "$2" = "DEINSTALL" ]; then - exit 0 -fi - -echo "Remember to add a FontPath entry to /etc/XF86Config to use Baekmuk font:" -echo " FontPath \"/usr/X11R6/lib/X11/fonts/baekmuk/\"" >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 Jan 26 5: 0:44 2000 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 E857415252 for ; Wed, 26 Jan 2000 05:00:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA34662; Wed, 26 Jan 2000 05:00:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from kfug.kr.freebsd.org (bolero.snu.ac.kr [147.46.102.39]) by hub.freebsd.org (Postfix) with ESMTP id 756CF14E06 for ; Wed, 26 Jan 2000 04:56:05 -0800 (PST) (envelope-from cjh@kr.FreeBSD.ORG) Received: (from cjh@localhost) by kfug.kr.freebsd.org (8.8.8/8.8.8) id VAA26718; Wed, 26 Jan 2000 21:56:12 +0900 (KST) (envelope-from cjh) Message-Id: <200001261256.VAA26718@kfug.kr.freebsd.org> Date: Wed, 26 Jan 2000 21:56:12 +0900 (KST) From: cjh@wdb.co.kr Reply-To: cjh@kr.FreeBSD.ORG To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16369: Ports fix: mail/mutt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16369 >Category: ports >Synopsis: Ports fix: mail/mutt >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 Jan 26 05:00:04 PST 2000 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.4-STABLE i386 >Organization: Web Data Bank Co. >Environment: FreeBSD gradius.myhome 3.4-STABLE FreeBSD 3.4-STABLE #6: Sun Jan 9 12:32:52 KST 2000 root@gradius.myhome:/usr/src/sys/compile/GRADIUS i386 >Description: Adding -lxpg4 in LIBS makes mutt to display multibyte char correctly under euc locales(ko_KR.EUC and ja_JP.*). >How-To-Repeat: build it! >Fix: diff -uNr /usr/ports/mail/mutt/patches/patch-10 ./patches/patch-10 --- /usr/ports/mail/mutt/patches/patch-10 Thu Jan 1 09:00:00 1970 +++ ./patches/patch-10 Tue Jan 25 23:13:22 2000 @@ -0,0 +1,11 @@ +--- Makefile.in.orig Fri Jul 9 12:09:36 1999 ++++ Makefile.in Fri Jul 9 12:09:16 1999 +@@ -159,7 +159,7 @@ + + CPPFLAGS = @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ +-LIBS = @LIBS@ ++LIBS = @LIBS@ -lxpg4 + mutt_dotlock_OBJECTS = mutt_dotlock.o + mutt_dotlock_LDFLAGS = + mutt_OBJECTS = addrbook.o alias.o attach.o browser.o buffy.o color.o \ >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 Jan 26 5: 0:50 2000 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 CE12C15291 for ; Wed, 26 Jan 2000 05:00:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA34713; Wed, 26 Jan 2000 05:00:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from kfug.kr.freebsd.org (bolero.snu.ac.kr [147.46.102.39]) by hub.freebsd.org (Postfix) with ESMTP id 8E9BF15286 for ; Wed, 26 Jan 2000 04:56:31 -0800 (PST) (envelope-from cjh@kr.FreeBSD.ORG) Received: (from cjh@localhost) by kfug.kr.freebsd.org (8.8.8/8.8.8) id VAA27189; Wed, 26 Jan 2000 21:56:38 +0900 (KST) (envelope-from cjh) Message-Id: <200001261256.VAA27189@kfug.kr.freebsd.org> Date: Wed, 26 Jan 2000 21:56:38 +0900 (KST) From: cjh@wdb.co.kr Reply-To: cjh@kr.FreeBSD.ORG To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16374: Ports fix: news/tin Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16374 >Category: ports >Synopsis: Ports fix: news/tin >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 Jan 26 05:00:07 PST 2000 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.4-STABLE i386 >Organization: Web Data Bank Co. >Environment: FreeBSD gradius.myhome 3.4-STABLE FreeBSD 3.4-STABLE #6: Sun Jan 9 12:32:52 KST 2000 root@gradius.myhome:/usr/src/sys/compile/GRADIUS i386 >Description: Adding -lxpg4 in LDFLAGS makes tin to display multibyte char correctly under euc locales(ko_KR.EUC and ja_JP.*). >How-To-Repeat: build it! >Fix: diff -uNr /usr/ports/news/tin/Makefile ./Makefile --- /usr/ports/news/tin/Makefile Mon Jan 24 23:53:42 2000 +++ ./Makefile Tue Jan 25 23:16:38 2000 @@ -38,7 +38,7 @@ --with-metamail=${PREFIX}/bin/metamail CONFIGURE_ENV= CFLAGS='${CFLAGS} -I${PREFIX}/include -DNNTP_SERVER_FILE="\"${PREFIX}/etc/nntpserver\""' \ CPPFLAGS='${CPPFLAGS} -I${PREFIX}/include' \ - LDFLAGS='${LDFLAGS} -L${PREFIX}/lib' + LDFLAGS='${LDFLAGS} -L${PREFIX}/lib -lxpg4' MAKEFILE= makefile ALL_TARGET= build MAN1= tin.1 diff -uNr /usr/ports/news/tin/patches/patch-aa ./patches/patch-aa --- /usr/ports/news/tin/patches/patch-aa Wed Sep 29 00:18:42 1999 +++ ./patches/patch-aa Tue Jan 25 23:21:19 2000 @@ -5,7 +5,7 @@ CANLIB = # -L../libcanlock -lcanlock -LIBS = -L../pcre -lpcre $(CANLIB) @LIBS@ @INN_NNTPLIB@ -+LIBS = ../pcre/libpcre.a $(CANLIB) @LIBS@ @INN_NNTPLIB@ ../pcre/libpcre.a ++LIBS = ../pcre/libpcre.a $(CANLIB) @LIBS@ @INN_NNTPLIB@ # Where do you want the binary & manual page installed? INSTALL_PREFIX = @INSTALL_PREFIX@ >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 Jan 26 5: 1: 9 2000 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 1454A1525D for ; Wed, 26 Jan 2000 05:00:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA34685; Wed, 26 Jan 2000 05:00:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from kfug.kr.freebsd.org (bolero.snu.ac.kr [147.46.102.39]) by hub.freebsd.org (Postfix) with ESMTP id 89D6014E06 for ; Wed, 26 Jan 2000 04:56:17 -0800 (PST) (envelope-from cjh@kr.FreeBSD.ORG) Received: (from cjh@localhost) by kfug.kr.freebsd.org (8.8.8/8.8.8) id VAA26906; Wed, 26 Jan 2000 21:56:24 +0900 (KST) (envelope-from cjh) Message-Id: <200001261256.VAA26906@kfug.kr.freebsd.org> Date: Wed, 26 Jan 2000 21:56:24 +0900 (KST) From: cjh@wdb.co.kr Reply-To: cjh@kr.FreeBSD.ORG To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16371: New ports: korean/netscape47-* Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16371 >Category: ports >Synopsis: New ports: korean/netscape47-* >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 Jan 26 05:00:05 PST 2000 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.4-STABLE i386 >Organization: Web Data Bank Co. >Environment: FreeBSD gradius.myhome 3.4-STABLE FreeBSD 3.4-STABLE #6: Sun Jan 9 12:32:52 KST 2000 root@gradius.myhome:/usr/src/sys/compile/GRADIUS i386 >Description: Unofficial Korean version of Netscape 4.7 >How-To-Repeat: build it! >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: # # netscape47-communicator # netscape47-communicator/files # netscape47-communicator/files/INSTALL # netscape47-communicator/files/md5 # netscape47-communicator/files/preferences.js # netscape47-communicator/files/start.sh.in # netscape47-communicator/patches # netscape47-communicator/patches/patch-aa # netscape47-communicator/pkg # netscape47-communicator/pkg/COMMENT # netscape47-communicator/pkg/DESCR # netscape47-communicator/pkg/PLIST # netscape47-communicator/Makefile # netscape47-navigator # netscape47-navigator/pkg # netscape47-navigator/pkg/COMMENT # netscape47-navigator/pkg/DESCR # netscape47-navigator/pkg/PLIST # netscape47-navigator/Makefile # echo c - netscape47-communicator mkdir -p netscape47-communicator > /dev/null 2>&1 echo c - netscape47-communicator/files mkdir -p netscape47-communicator/files > /dev/null 2>&1 echo x - netscape47-communicator/files/INSTALL sed 's/^X//' >netscape47-communicator/files/INSTALL << 'END-of-netscape47-communicator/files/INSTALL' X#!/bin/sh X[ "x$1" = "x" ] && exit 1 Xif [ "x$2" = "xPOST-INSTALL" -a -n "$KO_NETSCAPE_INSTALL_CFG" ]; then X CFGLOC=/usr/lib/X11/@LANG@/app-defaults X if [ ! -e $CFGLOC/netscape.cfg ]; then X mkdir -p $CFGLOC X cp @NDIR@/@LANG@/netscape.cfg $CFGLOC X fi Xfi END-of-netscape47-communicator/files/INSTALL echo x - netscape47-communicator/files/md5 sed 's/^X//' >netscape47-communicator/files/md5 << 'END-of-netscape47-communicator/files/md5' XMD5 (netscape-korean-kit-v47.20000116.tar.gz) = 60d983049198a3ed4d5844f909bf5978 END-of-netscape47-communicator/files/md5 echo x - netscape47-communicator/files/preferences.js sed 's/^X//' >netscape47-communicator/files/preferences.js << 'END-of-netscape47-communicator/files/preferences.js' X// Netscape User Preferences X// This is a generated file! Do not edit. X Xuser_pref("intl.character_set", 1292); Xuser_pref("intl.font_spec_list", "misc-gothic-120-noscale-fixed-x-ksc5601-11,misc-gothic-120-noscale-prop-x-ksc5601-11,schumacher-clean-120-noscale-fixed-x-user-defined,schumacher-clean-120-noscale-prop-x-user-defined,nsPseudoFont-courier-120-noscale-fixed-UTF-8,nsPseudoFont-helvetica-120-noscale-prop-UTF-8,isas-fangsong ti-120-noscale-fixed-gb_2312-80,isas-fangsong ti-120-noscale-prop-gb_2312-80,hanyang-kodig-140-noscale-fixed-ks_c_5601-1987,hanyang-kodig-140-noscale-prop-ks_c_5601-1987,misc-fixed-130-noscale-fixed-jis_x0201,misc-fixed-130-noscale-prop-jis_x0201,netscape-fixed-130-noscale-fixed-jis_x0208-1983,netscape-fixed-130-noscale-prop-jis_x0208-1983,sp-courier new-120-noscale-fixed-iso-8859-2,sp-arial-120-noscale-prop-iso-8859-2,adobe-courier-100-noscale-fixed-iso-8859-1,adobe-helvetica-120-noscale-prop-iso-8859-1,"); END-of-netscape47-communicator/files/preferences.js echo x - netscape47-communicator/files/start.sh.in sed 's/^X//' >netscape47-communicator/files/start.sh.in << 'END-of-netscape47-communicator/files/start.sh.in' X#!/bin/sh X# X# Koreanized Netscape startup file X# basically based on Japanized Netscape X# ports/japanese/netscape4-communicator X# CHOI Junho , 98/12/28 X# X Xif [ ! -d $HOME/.netscape ]; then X mkdir -m 700 $HOME/.netscape X cp @RDIR@/preferences.js $HOME/.netscape X chmod 644 $HOME/.netscape/preferences.js Xfi X XCHMOD='/bin/chmod' XCP='/bin/cp -p' XMKDIR='/bin/mkdir -p' Xexport LANG; LANG=ko_KR.EUC Xexport LC_ALL; LC_ALL=${LANG} Xexport LC_CTYPE; LC_CTYPE=${LANG} Xexport MOZILLA_HOME; MOZILLA_HOME=@NDIR@ Xexport MOZILLA_NO_ASYNC; MOZILLA_NO_ASYNC=True Xexport CLASSPATH; CLASSPATH=.:$MOZILLA_HOME X#export XENVIRONMENT; XENVIRONMENT=${MOZILLA_HOME}/Netscape.ad Xexport XKEYSYMDB; XKEYSYMDB=@X11BASE@/lib/X11/XKeysymDB Xexport XAPPLRESDIR; XAPPLRESDIR=@RDIR@ Xexport XNLSPATH; XNLSPATH=${MOZILLA_HOME}/nls X#export PATH_LOCALE; PATH_LOCALE=@RDIR@/locale Xexport NPX_PLUGIN_PATH; NPX_PLUGIN_PATH=${MOZILLA_HOME}/plugins Xexport TIMID_DIR; TIMID_DIR=/usr/local/lib/timidity Xexport XCMSDB; XCMSDB=/dev/null Xif [ -e /usr/local/lib/aout/libxpg4-ns.so.2.0 ]; then X export LD_PRELOAD=/usr/local/lib/aout/libxpg4-ns.so.2.0 Xelif [ x$KO_NETSCAPE_USE_LD_PRELOAD != x -a x$KO_NETSCAPE_USE_LD_PRELOAD != xno ]; then X export LD_PRELOAD=/usr/lib/libxpg4.so Xelse X export PATH_LOCALE=@RDIR@/locale Xfi Xexec ${MOZILLA_HOME}/@BROWSER_BIN@ "$@" END-of-netscape47-communicator/files/start.sh.in echo c - netscape47-communicator/patches mkdir -p netscape47-communicator/patches > /dev/null 2>&1 echo x - netscape47-communicator/patches/patch-aa sed 's/^X//' >netscape47-communicator/patches/patch-aa << 'END-of-netscape47-communicator/patches/patch-aa' X--- n Sun Oct 25 19:04:57 1998 X+++ Netscape.ad-ko Sun Oct 25 19:05:53 1998 X@@ -83,7 +83,7 @@ X X ! This is the directory where Netscape finds external files such as icons. X ! X-*appDir: /@LOC_LANG@/netscape X+*appDir: @NDIR@/@LANG@ X X ! This resource is the same as the -visual command line option, which selects X ! an X visual on which the windows should be created. Legal options are: X@@ -2932,6 +2932,8 @@ X *openURLDialog*browserToggle.set: True X *openURLDialog*XmTextField.columns: 45 X !*openURLDialog.width: 500 X+!*openURLDialog*XmTextField.fontList:\ X+!-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-* X X X END-of-netscape47-communicator/patches/patch-aa echo c - netscape47-communicator/pkg mkdir -p netscape47-communicator/pkg > /dev/null 2>&1 echo x - netscape47-communicator/pkg/COMMENT sed 's/^X//' >netscape47-communicator/pkg/COMMENT << 'END-of-netscape47-communicator/pkg/COMMENT' Xnetscape web-surfboard with Korean resources END-of-netscape47-communicator/pkg/COMMENT echo x - netscape47-communicator/pkg/DESCR sed 's/^X//' >netscape47-communicator/pkg/DESCR << 'END-of-netscape47-communicator/pkg/DESCR' XThis is the netscape web-surfboard. XPlease read the file `/usr/local/lib/netscape/ko_KR.EUC/LICENSE.ko' Xfor the licensing terms. X XKorean Netscape Localization(X11) page(written in Korean): X X http://www.kr.freebsd.org/~cjh/freetime/mozilla/netscape-ko X X-- XPorts by CHOI Junho XWWW: http://www.kr.freebsd.org/~cjh/freetime/mozilla/netscape-ko/ END-of-netscape47-communicator/pkg/DESCR echo x - netscape47-communicator/pkg/PLIST sed 's/^X//' >netscape47-communicator/pkg/PLIST << 'END-of-netscape47-communicator/pkg/PLIST' Xbin/ko-communicator-47 X@exec ln -sf %f %B/netscape X%%NSUBDIR%%/netscape.cfg X%%NSUBDIR%%/%%LANG%%/Netscape X%%NSUBDIR%%/%%LANG%%/LICENSE.ko X%%NSUBDIR%%/%%LANG%%/about X%%NSUBDIR%%/%%LANG%%/mail.msg X%%NSUBDIR%%/%%LANG%%/plugins X%%NSUBDIR%%/%%LANG%%/splash X@exec mkdir -p %D/%%NSUBDIR%%/locale X@exec ln -sf /usr/share/locale/en_US.ISO_8859-1 %D/%%NSUBDIR%%/locale/%%LANG%% X@unexec rm -f %D/%%NSUBDIR%%/locale/%%LANG%% X@dirrm %%NSUBDIR%%/locale X%%NSUBDIR%%/%%LANG%%/nethelp/Back_dep.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Back_dis.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Back_sel.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Back_up.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Blank.htm X%%NSUBDIR%%/%%LANG%%/nethelp/Button.js X%%NSUBDIR%%/%%LANG%%/nethelp/CntData.js X%%NSUBDIR%%/%%LANG%%/nethelp/CntTool.htm X%%NSUBDIR%%/%%LANG%%/nethelp/CntTool.js X%%NSUBDIR%%/%%LANG%%/nethelp/Exit_dep.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Exit_sel.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Exit_up.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Forw_dep.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Forw_dis.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Forw_sel.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Forw_up.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Header.js X%%NSUBDIR%%/%%LANG%%/nethelp/IdxData.js X%%NSUBDIR%%/%%LANG%%/nethelp/IdxFill.htm X%%NSUBDIR%%/%%LANG%%/nethelp/IdxKey.htm X%%NSUBDIR%%/%%LANG%%/nethelp/IdxTool.htm X%%NSUBDIR%%/%%LANG%%/nethelp/IdxTopic.htm X%%NSUBDIR%%/%%LANG%%/nethelp/Local-1.js X%%NSUBDIR%%/%%LANG%%/nethelp/NavUI.htm X%%NSUBDIR%%/%%LANG%%/nethelp/NoJSerr.htm X%%NSUBDIR%%/%%LANG%%/nethelp/NSHIfrm.htm X%%NSUBDIR%%/%%LANG%%/nethelp/Prnt_dep.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Prnt_sel.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Prnt_up.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Stack.js X%%NSUBDIR%%/%%LANG%%/nethelp/Status.htm X%%NSUBDIR%%/%%LANG%%/nethelp/System.htm X%%NSUBDIR%%/%%LANG%%/nethelp/System.js X%%NSUBDIR%%/%%LANG%%/nethelp/ToolUI.htm X%%NSUBDIR%%/%%LANG%%/nethelp/Tool_dep.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Tool_sel.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Tool_up.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Topic.js X%%NSUBDIR%%/%%LANG%%/nethelp/Utility.js X%%NSUBDIR%%/%%LANG%%/nethelp/Wait.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/collabra/coll.htm X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/collabra/collHdr.htm X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/collabra/collabra.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/collabra/discgrps.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/collabra/help.hpf X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/collabra/mailbox2.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/composer/comp.htm X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/composer/compHdr.htm X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/composer/composer.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/composer/comtlbr2.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/composer/fmtlbr3.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/composer/help.hpf X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/composer/tagicon2.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/home/help.hpf X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/home/home.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/home/home.htm X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/home/homeHdr.htm X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/abook.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/compbar.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/help.hpf X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/mailbox.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/mailbox2.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/mess.htm X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/messHdr.htm X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/messengr.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/mpctrl.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/newsgrp.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/tabs.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/navigatr/help.hpf X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/navigatr/nav.htm X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/navigatr/navHdr.htm X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/navigatr/navigatr.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/news/abook.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/news/collabra.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/news/compbar.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/news/discgrps.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/news/help.hpf X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/news/mailbox2.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/news/news.htm X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/news/newsgrp.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/NetHelpm.css X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/NetHelpu.css X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/NetHelpw.css X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/admnIcon.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/calIcon.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/collIcon.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/commIcon.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/compIcon.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/confIcon.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/ibmIcon.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/messIcon.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/navIcon.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/netIcon.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/trouble/help.hpf X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/trouble/trouble.htm X%%NSUBDIR%%/%%LANG%%/nethelp/netwatch.gif X%%NSUBDIR%%/%%LANG%%/nethelp/picsfail.htm X%%NSUBDIR%%/%%LANG%%/nethelp/picsfail.jar X%%NSUBDIR%%/%%LANG%%/nethelp/scraps X@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/collabra X@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/composer X@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/home X@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr X@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/navigatr X@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/news X@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared X@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/trouble X@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape X@dirrm %%NSUBDIR%%/%%LANG%%/nethelp X@dirrm %%NSUBDIR%%/%%LANG%% X%%NSUBDIR%%/preferences.js END-of-netscape47-communicator/pkg/PLIST echo x - netscape47-communicator/Makefile sed 's/^X//' >netscape47-communicator/Makefile << 'END-of-netscape47-communicator/Makefile' X# New ports collection makefile for: Netscape browser with Korean resources X# Version required: 4.7 X# Date created: 14 Jun 1999 X# Whom: cjh@kr.freebsd.org X# X# $FreeBSD: ports/korean/netscape46-communicator/Makefile,v 1.14 1999/08/30 12:09:06 peter Exp $ X# X XMASTERDIR= ${.CURDIR}/../netscape4-communicator X XMAINTAINER= cjh@kr.freebsd.org X XRUN_DEPENDS= ${PREFIX}/bin/${BROWSER}-${BROWSER_VERSION}:${PORTSDIR}/www/netscape47-${BROWSER} X XFILESDIR?= ${.CURDIR}/files X X XBROWSER_CMD= ko-${BROWSER}-47 XBROWSER_VERSION= 4.7 XNETHELP= nethelp-v451 XKOREAN_KIT= netscape-korean-kit-v47.20000116 X X.include "${MASTERDIR}/Makefile" END-of-netscape47-communicator/Makefile echo c - netscape47-navigator mkdir -p netscape47-navigator > /dev/null 2>&1 echo c - netscape47-navigator/pkg mkdir -p netscape47-navigator/pkg > /dev/null 2>&1 echo x - netscape47-navigator/pkg/COMMENT sed 's/^X//' >netscape47-navigator/pkg/COMMENT << 'END-of-netscape47-navigator/pkg/COMMENT' XNetscape web-surfboard with Korean resources END-of-netscape47-navigator/pkg/COMMENT echo x - netscape47-navigator/pkg/DESCR sed 's/^X//' >netscape47-navigator/pkg/DESCR << 'END-of-netscape47-navigator/pkg/DESCR' XThis is the netscape web-surfboard. XPlease read the file `/usr/local/lib/netscape/LICENSE.ko' Xfor the licensing terms. X XKorean Netscape Localization(X11) page(written in Korean): X http://jazz.snu.ac.kr/~junker/work/netscape-ko/ X X-- XPorts by CHOI Junho X XWWW: http://jazz.snu.ac.kr/~junker/work/netscape-ko/ END-of-netscape47-navigator/pkg/DESCR echo x - netscape47-navigator/pkg/PLIST sed 's/^X//' >netscape47-navigator/pkg/PLIST << 'END-of-netscape47-navigator/pkg/PLIST' Xbin/ko-navigator-47 X@exec ln -sf %f %B/netscape X%%NSUBDIR%%/netscape.cfg X%%NSUBDIR%%/%%LANG%%/Netscape X%%NSUBDIR%%/%%LANG%%/LICENSE.ko X%%NSUBDIR%%/%%LANG%%/about X%%NSUBDIR%%/%%LANG%%/mail.msg X%%NSUBDIR%%/%%LANG%%/plugins X%%NSUBDIR%%/%%LANG%%/splash X@exec mkdir -p %D/%%NSUBDIR%%/locale X@exec ln -sf /usr/share/locale/en_US.ISO_8859-1 %D/%%NSUBDIR%%/locale/%%LANG%% X@unexec rm -f %D/%%NSUBDIR%%/locale/%%LANG%% X@dirrm %%NSUBDIR%%/locale X%%NSUBDIR%%/%%LANG%%/nethelp/Back_dep.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Back_dis.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Back_sel.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Back_up.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Blank.htm X%%NSUBDIR%%/%%LANG%%/nethelp/Button.js X%%NSUBDIR%%/%%LANG%%/nethelp/CntData.js X%%NSUBDIR%%/%%LANG%%/nethelp/CntTool.htm X%%NSUBDIR%%/%%LANG%%/nethelp/CntTool.js X%%NSUBDIR%%/%%LANG%%/nethelp/Exit_dep.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Exit_sel.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Exit_up.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Forw_dep.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Forw_dis.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Forw_sel.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Forw_up.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Header.js X%%NSUBDIR%%/%%LANG%%/nethelp/IdxData.js X%%NSUBDIR%%/%%LANG%%/nethelp/IdxFill.htm X%%NSUBDIR%%/%%LANG%%/nethelp/IdxKey.htm X%%NSUBDIR%%/%%LANG%%/nethelp/IdxTool.htm X%%NSUBDIR%%/%%LANG%%/nethelp/IdxTopic.htm X%%NSUBDIR%%/%%LANG%%/nethelp/Local-1.js X%%NSUBDIR%%/%%LANG%%/nethelp/NavUI.htm X%%NSUBDIR%%/%%LANG%%/nethelp/NoJSerr.htm X%%NSUBDIR%%/%%LANG%%/nethelp/NSHIfrm.htm X%%NSUBDIR%%/%%LANG%%/nethelp/Prnt_dep.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Prnt_sel.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Prnt_up.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Stack.js X%%NSUBDIR%%/%%LANG%%/nethelp/Status.htm X%%NSUBDIR%%/%%LANG%%/nethelp/System.htm X%%NSUBDIR%%/%%LANG%%/nethelp/System.js X%%NSUBDIR%%/%%LANG%%/nethelp/ToolUI.htm X%%NSUBDIR%%/%%LANG%%/nethelp/Tool_dep.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Tool_sel.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Tool_up.gif X%%NSUBDIR%%/%%LANG%%/nethelp/Topic.js X%%NSUBDIR%%/%%LANG%%/nethelp/Utility.js X%%NSUBDIR%%/%%LANG%%/nethelp/Wait.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/collabra/coll.htm X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/collabra/collHdr.htm X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/collabra/collabra.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/collabra/discgrps.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/collabra/help.hpf X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/collabra/mailbox2.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/composer/comp.htm X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/composer/compHdr.htm X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/composer/composer.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/composer/comtlbr2.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/composer/fmtlbr3.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/composer/help.hpf X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/composer/tagicon2.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/home/help.hpf X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/home/home.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/home/home.htm X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/home/homeHdr.htm X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/abook.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/compbar.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/help.hpf X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/mailbox.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/mailbox2.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/mess.htm X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/messHdr.htm X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/messengr.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/mpctrl.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/newsgrp.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/tabs.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/navigatr/help.hpf X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/navigatr/nav.htm X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/navigatr/navHdr.htm X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/navigatr/navigatr.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/news/abook.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/news/collabra.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/news/compbar.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/news/discgrps.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/news/help.hpf X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/news/mailbox2.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/news/news.htm X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/news/newsgrp.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/NetHelpm.css X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/NetHelpu.css X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/NetHelpw.css X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/admnIcon.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/calIcon.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/collIcon.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/commIcon.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/compIcon.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/confIcon.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/ibmIcon.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/messIcon.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/navIcon.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/netIcon.gif X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/trouble/help.hpf X%%NSUBDIR%%/%%LANG%%/nethelp/netscape/trouble/trouble.htm X%%NSUBDIR%%/%%LANG%%/nethelp/netwatch.gif X%%NSUBDIR%%/%%LANG%%/nethelp/picsfail.htm X%%NSUBDIR%%/%%LANG%%/nethelp/picsfail.jar X%%NSUBDIR%%/%%LANG%%/nethelp/scraps X@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/collabra X@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/composer X@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/home X@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr X@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/navigatr X@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/news X@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared X@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/trouble X@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape X@dirrm %%NSUBDIR%%/%%LANG%%/nethelp X@dirrm %%NSUBDIR%%/%%LANG%% X%%NSUBDIR%%/preferences.js END-of-netscape47-navigator/pkg/PLIST echo x - netscape47-navigator/Makefile sed 's/^X//' >netscape47-navigator/Makefile << 'END-of-netscape47-navigator/Makefile' X# New ports collection makefile for: Netscape browser with Korean resources X# Version required: 4.7 X# Date created: 14 Jun 1999 X# Whom: cjh@kr.freebsd.org X# X# $FreeBSD: ports/korean/netscape46-navigator/Makefile,v 1.13 1999/08/30 12:09:07 peter Exp $ X# X XMAINTAINER= cjh@kr.freebsd.org X XFILESDIR= ${BASEDIR}/files X XBASEDIR= ${.CURDIR}/../netscape47-communicator XBROWSER= navigator X X.include "${BASEDIR}/Makefile" END-of-netscape47-navigator/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 Jan 26 5: 1:14 2000 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 A29E015278 for ; Wed, 26 Jan 2000 05:00:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA34695; Wed, 26 Jan 2000 05:00:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from kfug.kr.freebsd.org (bolero.snu.ac.kr [147.46.102.39]) by hub.freebsd.org (Postfix) with ESMTP id 9D1C214E06 for ; Wed, 26 Jan 2000 04:56:21 -0800 (PST) (envelope-from cjh@kr.FreeBSD.ORG) Received: (from cjh@localhost) by kfug.kr.freebsd.org (8.8.8/8.8.8) id VAA26999; Wed, 26 Jan 2000 21:56:28 +0900 (KST) (envelope-from cjh) Message-Id: <200001261256.VAA26999@kfug.kr.freebsd.org> Date: Wed, 26 Jan 2000 21:56:28 +0900 (KST) From: cjh@wdb.co.kr Reply-To: cjh@kr.FreeBSD.ORG To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16372: Ports fix: net/pptpclient Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16372 >Category: ports >Synopsis: Ports fix: net/pptpclient >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 Jan 26 05:00:06 PST 2000 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.4-STABLE i386 >Organization: Web Data Bank Co. >Environment: FreeBSD gradius.myhome 3.4-STABLE FreeBSD 3.4-STABLE #6: Sun Jan 9 12:32:52 KST 2000 root@gradius.myhome:/usr/src/sys/compile/GRADIUS i386 >Description: This is a patch to pptpclient. In Korea, there is famous ADSL service called Hanaro, it uses PPTP when using external ADSL modem (no open-source solution for internal modem yet). pptp-linux 1.0.2 needs this patch to work in Hanaro. But I think that it is harmless patch so it has no problem when applied. I've mailed pptp-linux maintainer this but no reply until now. >How-To-Repeat: build it! >Fix: diff -uNr /usr/ports/net/pptpclient/patches/patch-ba pptpclient/patches/patch-ba --- /usr/ports/net/pptpclient/patches/patch-ba Thu Jan 1 09:00:00 1970 +++ pptpclient/patches/patch-ba Tue Jan 25 23:20:45 2000 @@ -0,0 +1,11 @@ +--- pptp_ctrl.c~ Thu Feb 19 07:42:14 1998 ++++ pptp_ctrl.c Sun Nov 14 11:12:03 1999 +@@ -513,7 +513,7 @@ + close_reason = PPTP_STOP_PROTOCOL; + goto pptp_conn_close; + } +- if (ntoh8(packet->result_code)!=1) { /* some problem with start */ ++ if (ntoh8(packet->result_code)!=1 && ntoh8(packet->result_code)!=0) { /* some problem with start */ + /* if result_code == 5, we might fall back to different version */ + if (conn->callback!=NULL) conn->callback(conn, CONN_OPEN_FAIL); + close_reason = PPTP_STOP_PROTOCOL; >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 Jan 26 5: 1:16 2000 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 1713D15289 for ; Wed, 26 Jan 2000 05:00:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA34704; Wed, 26 Jan 2000 05:00:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from kfug.kr.freebsd.org (bolero.snu.ac.kr [147.46.102.39]) by hub.freebsd.org (Postfix) with ESMTP id 7A12915291 for ; Wed, 26 Jan 2000 04:56:27 -0800 (PST) (envelope-from cjh@kr.FreeBSD.ORG) Received: (from cjh@localhost) by kfug.kr.freebsd.org (8.8.8/8.8.8) id VAA27094; Wed, 26 Jan 2000 21:56:34 +0900 (KST) (envelope-from cjh) Message-Id: <200001261256.VAA27094@kfug.kr.freebsd.org> Date: Wed, 26 Jan 2000 21:56:34 +0900 (KST) From: cjh@wdb.co.kr Reply-To: cjh@kr.FreeBSD.ORG To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16373: New ports: www/qdecoder Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16373 >Category: ports >Synopsis: New ports: www/qdecoder >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 Jan 26 05:00:06 PST 2000 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.4-STABLE i386 >Organization: Web Data Bank Co. >Environment: FreeBSD gradius.myhome 3.4-STABLE FreeBSD 3.4-STABLE #6: Sun Jan 9 12:32:52 KST 2000 root@gradius.myhome:/usr/src/sys/compile/GRADIUS i386 >Description: qDecoder is a CGI library for C/C++ language. >How-To-Repeat: build it! >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: # # qdecoder # qdecoder/files # qdecoder/files/md5 # qdecoder/patches # qdecoder/patches/patch-aa # qdecoder/pkg # qdecoder/pkg/COMMENT # qdecoder/pkg/DESCR # qdecoder/pkg/PLIST # qdecoder/Makefile # echo c - qdecoder mkdir -p qdecoder > /dev/null 2>&1 echo c - qdecoder/files mkdir -p qdecoder/files > /dev/null 2>&1 echo x - qdecoder/files/md5 sed 's/^X//' >qdecoder/files/md5 << 'END-of-qdecoder/files/md5' XMD5 (qDecoder-5.0.7.tar.Z) = 266648aef83566ffc572d825141b4397 END-of-qdecoder/files/md5 echo c - qdecoder/patches mkdir -p qdecoder/patches > /dev/null 2>&1 echo x - qdecoder/patches/patch-aa sed 's/^X//' >qdecoder/patches/patch-aa << 'END-of-qdecoder/patches/patch-aa' X--- Makefile~ Sun Jan 16 20:43:19 2000 X+++ Makefile Sun Jan 16 20:48:51 2000 X@@ -18,8 +18,8 @@ X CC = gcc X X # System library directory X-LIBDIR = /usr/lib X-HEADERDIR = /usr/include X+LIBDIR = ${PREFIX}/lib X+HEADERDIR = ${PREFIX}/include X X # Where are include files kept X INCLUDE = -I./ END-of-qdecoder/patches/patch-aa echo c - qdecoder/pkg mkdir -p qdecoder/pkg > /dev/null 2>&1 echo x - qdecoder/pkg/COMMENT sed 's/^X//' >qdecoder/pkg/COMMENT << 'END-of-qdecoder/pkg/COMMENT' Xa CGI library for C/C++ language programming END-of-qdecoder/pkg/COMMENT echo x - qdecoder/pkg/DESCR sed 's/^X//' >qdecoder/pkg/DESCR << 'END-of-qdecoder/pkg/DESCR' XqDecoder X======== X X"qDecoder is a CGI library for C/C++ language programming and X a solution product for developers. The Query Fetch algorithm X of qDecoder which is based on linked-list gives developers X more simple library interface without regard to a method of GET X or POST. Also because it gives transperance with a subordinate X layer, web-based softwares - CGI - is designed and embodied in X reliability further. The source code for qDecoder is freely X available to everyone." X X-- XPorts by CHOI Junho END-of-qdecoder/pkg/DESCR echo x - qdecoder/pkg/PLIST sed 's/^X//' >qdecoder/pkg/PLIST << 'END-of-qdecoder/pkg/PLIST' Xinclude/qDecoder.h Xlib/libqDecoder.a Xshare/examples/qDecoder/Makefile Xshare/examples/qDecoder/README Xshare/examples/qDecoder/examples.html Xshare/examples/qDecoder/fetch.c Xshare/examples/qDecoder/multivalue.c Xshare/examples/qDecoder/streamedit-header.html.in Xshare/examples/qDecoder/streamedit-tailer.html.in Xshare/examples/qDecoder/streamedit.c Xshare/examples/qDecoder/streamedit.html Xshare/examples/qDecoder/streamedit.html.in Xshare/examples/qDecoder/upload.c END-of-qdecoder/pkg/PLIST echo x - qdecoder/Makefile sed 's/^X//' >qdecoder/Makefile << 'END-of-qdecoder/Makefile' X# New ports collection makefile for: qDecoder library X# Version required: 5 X# Date created: Sep 10 1999 X# Whom: CHOI Junho X# X# $FreeBSD$ X# X XDISTNAME= qDecoder-5.0.7 XCATEGORIES= www XMASTER_SITES= ftp://ftp.hongik.com/pub/qDecoder/ XEXTRACT_SUFX= .tar.Z X XMAINTAINER= cjh@kr.FreeBSD.org X Xpost-install: X ${MKDIR} ${PREFIX}/share/examples/qDecoder X ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/examples/qDecoder X ${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/qDecoder X X.include END-of-qdecoder/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 Jan 26 5: 1:20 2000 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 8917D152BC for ; Wed, 26 Jan 2000 05:00:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA34722; Wed, 26 Jan 2000 05:00:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from kfug.kr.freebsd.org (bolero.snu.ac.kr [147.46.102.39]) by hub.freebsd.org (Postfix) with ESMTP id 08AF414FCE for ; Wed, 26 Jan 2000 04:56:35 -0800 (PST) (envelope-from cjh@kr.FreeBSD.ORG) Received: (from cjh@localhost) by kfug.kr.freebsd.org (8.8.8/8.8.8) id VAA27285; Wed, 26 Jan 2000 21:56:41 +0900 (KST) (envelope-from cjh) Message-Id: <200001261256.VAA27285@kfug.kr.freebsd.org> Date: Wed, 26 Jan 2000 21:56:41 +0900 (KST) From: cjh@wdb.co.kr Reply-To: cjh@kr.FreeBSD.ORG To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16375: Ports fix: print/transfig Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16375 >Category: ports >Synopsis: Ports fix: print/transfig >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 Jan 26 05:00:07 PST 2000 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.4-STABLE i386 >Organization: Web Data Bank Co. >Environment: FreeBSD gradius.myhome 3.4-STABLE FreeBSD 3.4-STABLE #6: Sun Jan 9 12:32:52 KST 2000 root@gradius.myhome:/usr/src/sys/compile/GRADIUS i386 >Description: Add ko_KR.EUC.ps file to work with Korean. >How-To-Repeat: build it! >Fix: diff -uNr /usr/ports/print/transfig/Makefile ./Makefile --- /usr/ports/print/transfig/Makefile Tue Aug 31 10:45:25 1999 +++ ./Makefile Tue Jan 25 23:50:17 2000 @@ -9,9 +9,11 @@ DISTNAME= transfig.3.2.1 PKGNAME= transfig-3.2.1 CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_XCONTRIB} ${MASTER_SITE_LOCAL} +MASTER_SITES= ${MASTER_SITE_XCONTRIB} ${MASTER_SITE_LOCAL} \ + ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ MASTER_SITE_SUBDIR= applications/drawing_tools/transfig -DISTFILES= transfig.3.2.1.tar.gz transfig.3.2.ja_JP.EUC.ps.gz +DISTFILES= transfig.3.2.1.tar.gz transfig.3.2.ja_JP.EUC.ps.gz \ + transfig.3.2.ko_KR.EUC.ps.gz MAINTAINER= chuckr@freebsd.org @@ -27,5 +29,7 @@ @${MKDIR} ${PREFIX}/lib/X11/fig2dev @${GZCAT} ${DISTDIR}/transfig.3.2.ja_JP.EUC.ps.gz \ > ${PREFIX}/lib/X11/fig2dev/ja_JP.EUC.ps + @${GZCAT} ${DISTDIR}/transfig.3.2.ko_KR.EUC.ps.gz \ + > ${PREFIX}/lib/X11/fig2dev/ko_KR.EUC.ps .include diff -uNr /usr/ports/print/transfig/files/md5 ./files/md5 --- /usr/ports/print/transfig/files/md5 Tue Jan 26 11:42:33 1999 +++ ./files/md5 Tue Jan 25 23:50:23 2000 @@ -1,2 +1,3 @@ MD5 (transfig.3.2.1.tar.gz) = 6bc1ecdd6b72da1bf3ad4ffcb7975fb9 MD5 (transfig.3.2.ja_JP.EUC.ps.gz) = c608af518c15cf44d57a6abe3ce86b2f +MD5 (transfig.3.2.ko_KR.EUC.ps.gz) = 14d377f8692d1180ebec8d904666cd02 diff -uNr /usr/ports/print/transfig/pkg/PLIST ./pkg/PLIST --- /usr/ports/print/transfig/pkg/PLIST Sat Dec 25 03:48:00 1999 +++ ./pkg/PLIST Tue Jan 25 23:50:58 2000 @@ -4,6 +4,7 @@ bin/pic2tpic bin/transfig lib/X11/fig2dev/ja_JP.EUC.ps +lib/X11/fig2dev/ko_KR.EUC.ps lib/X11/xfig/bitmaps/bricks.bmp lib/X11/xfig/bitmaps/circles.bmp lib/X11/xfig/bitmaps/crosshatch.bmp >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 Jan 26 5: 8:42 2000 Delivered-To: freebsd-ports@freebsd.org Received: from tricord.system.pl (tricord.system.pl [195.205.185.10]) by hub.freebsd.org (Postfix) with ESMTP id 1548614CE6 for ; Wed, 26 Jan 2000 05:08:20 -0800 (PST) (envelope-from saper@system.pl) Received: from localhost (saper@localhost [127.0.0.1]) by tricord.system.pl (SYSTEM Internet) with ESMTP id OAA18935 for ; Wed, 26 Jan 2000 14:08:23 +0100 (MET) Date: Wed, 26 Jan 2000 14:08:19 +0100 (MET) From: Marcin Cieslak To: freebsd-ports@FreeBSD.ORG Subject: Fixing comm/rzsz: what to do with a backdoor? 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 work to fix a "comm/rzsz" port, very bad port (say, they don't put version numbers on zipfiles). I found the following code in a sz.c file: #ifndef REGISTERED /* Removing or disabling this code without registering is theft */ if ((Totfiles > 0) && (!Usevhdrs)) { sprintf(Txb, "echo Unreg %s %s %d %ld | mail rzsz@omen.com", Progname, VERSION, Totfiles, Totbytes); system(Txb); canit(); sleep(4); printf("%s %s finished.\r\n", Progname, VERSION); printf("\n\n\n**** UNREGISTERED COPY *****\r\n"); printf("\n\n\nPlease read the License Agreement in sz.doc\r\n"); fflush(stdout); } #endif The previous version (3.50) contained only a warning (lines after sleep(4)). What to do? Here is the extract from "sz.doc" file: LICENSE AGREEMENT This is a copyrighted shareware program. Commercial use of this program is subject to licensing conditions detailed in the rz.c source code. "Commercial Use" includes any use of this program to send files to a commercial or shareware program not published or licensed by Omen Technology INC. Registration information is provided in the file mailer.rz. Use of this program constitutes agreement to the License Agreement. Please check http://www.omen.com for more information. However, the license in the "rz.c" file allows free "didactic" use. First, shall we remove this port as a harmful? Second, what to do with the code like this? -- << Marcin Cieslak // saper@system.pl >> ----------------------------------------------------------------- SYSTEM Internet Provider http://www.system.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jan 26 5:50: 8 2000 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 912F815178 for ; Wed, 26 Jan 2000 05:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA39220; Wed, 26 Jan 2000 05:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from wint.itfs.nsk.su (wint.itfs.nsk.su [212.20.32.43]) by hub.freebsd.org (Postfix) with ESMTP id 70A871524C for ; Wed, 26 Jan 2000 05:46:51 -0800 (PST) (envelope-from nnd@wint.itfs.nsk.su) Received: (from root@localhost) by wint.itfs.nsk.su (8.9.3/8.9.3) id TAA04588; Wed, 26 Jan 2000 19:46:42 +0600 (NOVT) (envelope-from nnd) Message-Id: <200001261346.TAA04588@wint.itfs.nsk.su> Date: Wed, 26 Jan 2000 19:46:42 +0600 (NOVT) From: nnd@mail.nsk.ru Reply-To: nnd@mail.nsk.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16376: Correction for 'net/pchar' port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16376 >Category: ports >Synopsis: Correction for 'net/pchar' port >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jan 26 05:50:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Nickolay Dudorov >Release: FreeBSD 4.0-CURRENT i386 >Organization: STE Infoteka >Environment: Current 'ports/net/pchar' port (pchar version 1.1.1) >Description: Man page (previously named "pchar.1") in this version was renamed to "pchar.8" (but call itself 'pchar 1' internally ;) >How-To-Repeat: cd /usr/ports/net/pchar; make install >Fix: Apply the next patch (or, better make another one which allow to install this port). Index: Makefile =================================================================== RCS file: /store/CVS/ports/net/pchar/Makefile,v retrieving revision 1.5 diff -b -u -r1.5 Makefile --- Makefile 2000/01/24 23:20:51 1.5 +++ Makefile 2000/01/26 13:32:40 @@ -21,8 +21,8 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pchar ${PREFIX}/sbin - @${PERL} -pi.orig -e 's/pchar 1/pchar 8/g' ${WRKSRC}/pchar.1 - ${INSTALL_MAN} ${WRKSRC}/pchar.1 ${PREFIX}/man/man8/pchar.8 + @${PERL} -pi.orig -e 's/pchar 1/pchar 8/g' ${WRKSRC}/pchar.8 + ${INSTALL_MAN} ${WRKSRC}/pchar.8 ${PREFIX}/man/man8/ .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/pchar cd ${WRKSRC} ; ${INSTALL_DATA} README FAQ ${PREFIX}/share/doc/pchar >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 Jan 26 6: 4: 3 2000 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 A10711522A for ; Wed, 26 Jan 2000 06:04:00 -0800 (PST) (envelope-from chuckr@picnic.mat.net) Received: from localhost (chuckr@localhost [127.0.0.1]) by picnic.mat.net (8.9.3/8.9.3) with ESMTP id JAA11047; Wed, 26 Jan 2000 09:03:25 -0500 (EST) (envelope-from chuckr@picnic.mat.net) Date: Wed, 26 Jan 2000 09:03:25 -0500 (EST) From: Chuck Robey To: Marcin Cieslak Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Fixing comm/rzsz: what to do with a backdoor? In-Reply-To: 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 Wed, 26 Jan 2000, Marcin Cieslak wrote: > > I work to fix a "comm/rzsz" port, very bad port (say, they > don't put version numbers on zipfiles). > > I found the following code in a sz.c file: [example of horrible code omitted] This just doesn't surprise me. Chuck Forsberg, the author, is a very well known web-crank, and has been for many years now. He was paid to write the first version of the zmodem protocol, and that's the reason the first version is public, because his employer wished it so. He keeps on bringing out little improvements, because he's always wanted to be paid forever for it. Which in itself, is (I guess) defensible, excepting that folks have found that, when they send him money (as folks in corporations used to do) all he would do is completely ignore them. No promised manual, no promised support, no "pro version". Sometimes he would remember to send this after a year or two. However, the thing that really takes the cake (for me) is what many reported, on using one of his early "improvements". Seems that there was a virus in the program, and many folks lost their whole disks. If you used it past a certain date, it would self destruct, and the self destruct got out of hand. He's been ranting on the internet since it was arpanet. If it was me, I would just change the port so that the entire section of #ifndef'ed code is taken out. ---------------------------------------------------------------------------- Chuck Robey | Interests include C & Java programming, FreeBSD, chuckr@picnic.mat.net | electronics, communications, and signal processing. New Year's Resolution: I will not sphroxify gullible people into looking up fictitious words in the dictionary. ---------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jan 26 7: 0:15 2000 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 8D25614A08 for ; Wed, 26 Jan 2000 07:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA08722; Wed, 26 Jan 2000 07:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from dresden.mocten.com (dresden.mocten.com [198.206.171.222]) by hub.freebsd.org (Postfix) with ESMTP id 262AA14F1B for ; Wed, 26 Jan 2000 06:59:16 -0800 (PST) (envelope-from mike@dresden.mocten.com) Received: (from mike@localhost) by dresden.mocten.com (8.9.2/8.8.8) id GAA31277; Wed, 26 Jan 2000 06:59:02 -0800 (PST) (envelope-from mike) Message-Id: <200001261459.GAA31277@dresden.mocten.com> Date: Wed, 26 Jan 2000 06:59:02 -0800 (PST) From: mike@fate.com Reply-To: mike@fate.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16377: new port for PGP 6.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16377 >Category: ports >Synopsis: new port for PGP 6.5.1i >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 Jan 26 07:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Mike Sherwood >Release: FreeBSD 3.4-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: # # pgp6 # pgp6/Makefile # pgp6/README.html # pgp6/files # pgp6/files/build.Makefile # pgp6/files/md5 # pgp6/patches # pgp6/patches/patch-aa # pgp6/patches/patch-ab # pgp6/patches/patch-ac # pgp6/patches/patch-ad # pgp6/patches/patch-ae # pgp6/patches/patch-af # pgp6/patches/patch-ag # pgp6/patches/patch-ah # pgp6/patches/patch-ai # pgp6/patches/patch-aj # pgp6/patches/patch-ak # pgp6/pkg # pgp6/pkg/COMMENT # pgp6/pkg/DESCR # pgp6/pkg/PLIST # echo c - pgp6 mkdir -p pgp6 > /dev/null 2>&1 echo x - pgp6/Makefile sed 's/^X//' >pgp6/Makefile << 'END-of-pgp6/Makefile' X# New ports collection makefile for: pgp6 X# Version required: International PGP 6.5.1 X# International PGP homepage is http://www.pgpi.org/ X# X# Date created: 25 Jan 2000 X# Whom: mike@fate.com X# X# More information can be found at http://www.mocten.com/projects/pgpport/ X# X# $FreeBSD$ X# X XDISTNAME= pgp-6.5.1i XCATEGORIES= security XMASTER_SITES= ftp://ftp.no.pgpi.org/pub/pgp/6.5/6.5.1i/unix/ XEXTRACT_SUFX= -beta2.tar.gz X XMAINTAINER= mike@fate.com X XWRKSRC= ${WRKDIR}/${DISTNAME} XUSE_GMAKE= YES X XRESTRICTED= "Crypto" X Xdo-install: X cd ${WRKDIR}/${DISTNAME}/clients/pgp/cmdline ; ${GMAKE} install X Xpost-extract: X ${CP} ${FILESDIR}/build.Makefile ${WRKDIR}/${PKGNAME}/Makefile X X.include END-of-pgp6/Makefile echo x - pgp6/README.html sed 's/^X//' >pgp6/README.html << 'END-of-pgp6/README.html' X X The FreeBSD Ports Collection (security/pgp6) X

The FreeBSD Ports Collection ("security/pgp6")


X X X

You are now in the directory for the port "security/pgp6" (package name "pgp-6.5.1i"). X X

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


XPublic-Key encryption for the masses X


X X

Please read the file "pkg/DESCR" for a Xlonger description. X X

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

X X

X X X


X Go up one level X| X Go to top of ports tree X X END-of-pgp6/README.html echo c - pgp6/files mkdir -p pgp6/files > /dev/null 2>&1 echo x - pgp6/files/build.Makefile sed 's/^X//' >pgp6/files/build.Makefile << 'END-of-pgp6/files/build.Makefile' X# X# build.sh expressed as a makefile X# mike@fate.com X# X Xall: X cd libs/pfl ; ./configure X cd libs/pfl ; gmake X cd libs/pgpcdk ; ./configure X cd libs/pgpcdk ; gmake headers X cd libs/pgpcdk ; gmake X cd clients/pgp/shared ; ./configure X cd clients/pgp/shared ; gmake X cd clients/pgp/cmdline ; ./configure X cd clients/pgp/cmdline ; gmake X END-of-pgp6/files/build.Makefile echo x - pgp6/files/md5 sed 's/^X//' >pgp6/files/md5 << 'END-of-pgp6/files/md5' XMD5 (pgp-6.5.1i-beta2.tar.gz) = ccfbd70fd0e08a8c13e9c15ea1db085a END-of-pgp6/files/md5 echo c - pgp6/patches mkdir -p pgp6/patches > /dev/null 2>&1 echo x - pgp6/patches/patch-aa sed 's/^X//' >pgp6/patches/patch-aa << 'END-of-pgp6/patches/patch-aa' X*** libs/pfl/common/pgpRMWOLock.c 2000/01/25 23:30:04 1.1.1.1 X--- libs/pfl/common/pgpRMWOLock.c 2000/01/25 23:32:31 1.1.1.2 X*************** X*** 8,15 **** X ____________________________________________________________________________*/ X X #include "pgpBase.h" X X #include "pgpRMWOLock.h" X X #if PGP_UNIX_SOLARIS X /* X--- 8,19 ---- X ____________________________________________________________________________*/ X X #include "pgpBase.h" X X #include "pgpRMWOLock.h" X+ X+ #ifdef __FreeBSD__ X+ #define NULL 0 /* undefined for some reason */ X+ #endif X X #if PGP_UNIX_SOLARIS X /* END-of-pgp6/patches/patch-aa echo x - pgp6/patches/patch-ab sed 's/^X//' >pgp6/patches/patch-ab << 'END-of-pgp6/patches/patch-ab' X*** libs/pgpcdk/priv/crypto/bignum/Makefile.in 2000/01/26 03:17:45 1.1 X--- libs/pgpcdk/priv/crypto/bignum/Makefile.in 2000/01/26 03:19:25 1.2 X*************** X*** 10,16 **** X # Architecture-dependent asm code X .SUFFIXES: .s X .s.o: X! $(CC) -c $(CFLAGS) $< X X DEFS_sparc=-DBNINCLUDE=bnisparc.h X OBJS_sparc=bnisparc.o X--- 10,16 ---- X # Architecture-dependent asm code X .SUFFIXES: .s X .s.o: X! $(CC) -c -O -g $< X X DEFS_sparc=-DBNINCLUDE=bnisparc.h X OBJS_sparc=bnisparc.o END-of-pgp6/patches/patch-ab echo x - pgp6/patches/patch-ac sed 's/^X//' >pgp6/patches/patch-ac << 'END-of-pgp6/patches/patch-ac' X*** libs/pgpcdk/priv/crypto/bignum/bni80386_aout.s 2000/01/26 03:23:29 1.1 X--- libs/pgpcdk/priv/crypto/bignum/bni80386_aout.s 2000/01/26 03:23:59 1.2 X*************** X*** 16,24 **** X X # Different assemblers have different conventions here X # These conventions are for a.out format assembler X! align4=2 # could be 2 or 4 X! align8=3 # could be 3 or 8 X! align16=4 # cound be 4 or 16 X X X .text X--- 16,26 ---- X X # Different assemblers have different conventions here X # These conventions are for a.out format assembler X! X! # Changed from 2,3,4 to 4,8,16 for FreeBSD X! align4=4 # could be 2 or 4 X! align8=8 # could be 3 or 8 X! align16=16 # cound be 4 or 16 X X X .text END-of-pgp6/patches/patch-ac echo x - pgp6/patches/patch-ad sed 's/^X//' >pgp6/patches/patch-ad << 'END-of-pgp6/patches/patch-ad' X*** libs/pgpcdk/pub/include/pgpSockets.h 2000/01/26 03:10:46 1.1.1.1 X--- libs/pgpcdk/pub/include/pgpSockets.h 2000/01/26 03:13:58 1.1.1.2 X*************** X*** 30,35 **** X--- 30,39 ---- X # include X #endif X X+ #ifdef __FreeBSD__ X+ # include /* Need FIONREAD */ X+ #endif X+ X #if PGP_WIN32 X # include X #endif END-of-pgp6/patches/patch-ad echo x - pgp6/patches/patch-ae sed 's/^X//' >pgp6/patches/patch-ae << 'END-of-pgp6/patches/patch-ae' X*** libs/pgpcdk/priv/networklib/keyserver/CCRSEntrustServer.cpp 2000/01/26 03:10:44 1.1.1.1 X--- libs/pgpcdk/priv/networklib/keyserver/CCRSEntrustServer.cpp 2000/01/26 03:13:47 1.1.1.2 X*************** X*** 147,153 **** X if (! PGPKeySetRefIsValid(inCAsKeySet)) { X ThrowPGPError_(kPGPError_OptionNotFound); X } X! if (accumulatedCRLs == 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X } X pgpErr = PGPGetCRLDistributionPoints(inCAKey, inCAsKeySet, &numPoints, &points, X--- 147,153 ---- X if (! PGPKeySetRefIsValid(inCAsKeySet)) { X ThrowPGPError_(kPGPError_OptionNotFound); X } X! if (accumulatedCRLs == (StPGPDataRef) 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X } X pgpErr = PGPGetCRLDistributionPoints(inCAKey, inCAsKeySet, &numPoints, &points, X*************** X*** 173,179 **** X #if PGP_COMPILER_SUN X pgpCopyMemory(static_cast(crl), static_cast(accumulatedCRLs) + accumulatedSize, crlSize); X #else X! pgpCopyMemory(crl, static_cast(accumulatedCRLs) + accumulatedSize, crlSize); X #endif X accumulatedSize += crlSize; X currPoint += *currPointSize; X--- 173,179 ---- X #if PGP_COMPILER_SUN X pgpCopyMemory(static_cast(crl), static_cast(accumulatedCRLs) + accumulatedSize, crlSize); X #else X! pgpCopyMemory((void *) crl, static_cast(accumulatedCRLs) + accumulatedSize, crlSize); X #endif X accumulatedSize += crlSize; X currPoint += *currPointSize; X*************** X*** 215,221 **** X PGPNewData( PGPGetContextMemoryMgr(mContext), X GetMaxBase64EncodedBufferSize(inMessageLength), X kPGPMemoryMgrFlags_None)); X! if (encodedBuffer == 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X } X encodedSize = Base64Encode( static_cast(inMessage), X--- 215,221 ---- X PGPNewData( PGPGetContextMemoryMgr(mContext), X GetMaxBase64EncodedBufferSize(inMessageLength), X kPGPMemoryMgrFlags_None)); X! if (encodedBuffer == (StPGPDataRef) 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X } X encodedSize = Base64Encode( static_cast(inMessage), X*************** X*** 226,232 **** X PGPNewData( PGPGetContextMemoryMgr(mContext), X GetMaxURLEncodedBufferSize(encodedSize) + bufSize, X kPGPMemoryMgrFlags_None)); X! if (encodedBuffer == 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X } X strcpy(urlEncodedBuffer, kMessagePrefix); X--- 226,232 ---- X PGPNewData( PGPGetContextMemoryMgr(mContext), X GetMaxURLEncodedBufferSize(encodedSize) + bufSize, X kPGPMemoryMgrFlags_None)); X! if (encodedBuffer == (StPGPDataRef) 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X } X strcpy(urlEncodedBuffer, kMessagePrefix); END-of-pgp6/patches/patch-ae echo x - pgp6/patches/patch-af sed 's/^X//' >pgp6/patches/patch-af << 'END-of-pgp6/patches/patch-af' X*** libs/pgpcdk/priv/networklib/keyserver/CHTTPKeyServer.cpp 2000/01/26 03:10:44 1.1.1.1 X--- libs/pgpcdk/priv/networklib/keyserver/CHTTPKeyServer.cpp 2000/01/26 03:13:48 1.1.1.2 X*************** X*** 341,353 **** X tempStorage = static_cast(PGPNewData( PGPGetContextMemoryMgr(mContext), X kTempStorageSize, X kPGPMemoryMgrFlags_None)); X! if (tempStorage == 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X } X buffer = static_cast(PGPNewData( PGPGetContextMemoryMgr(mContext), X result + 1, X kPGPMemoryMgrFlags_None)); X! if (buffer == 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X } X socketResult = PGPReceive( mSocket, X--- 341,353 ---- X tempStorage = static_cast(PGPNewData( PGPGetContextMemoryMgr(mContext), X kTempStorageSize, X kPGPMemoryMgrFlags_None)); X! if (tempStorage == (StPGPDataRef) 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X } X buffer = static_cast(PGPNewData( PGPGetContextMemoryMgr(mContext), X result + 1, X kPGPMemoryMgrFlags_None)); X! if (buffer == (StPGPDataRef) 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X } X socketResult = PGPReceive( mSocket, END-of-pgp6/patches/patch-af echo x - pgp6/patches/patch-ag sed 's/^X//' >pgp6/patches/patch-ag << 'END-of-pgp6/patches/patch-ag' X*** libs/pgpcdk/priv/networklib/keyserver/CHTTPPGPKeyServer.cpp 2000/01/26 03:10:44 1.1.1.1 X--- libs/pgpcdk/priv/networklib/keyserver/CHTTPPGPKeyServer.cpp 2000/01/26 03:13:48 1.1.1.2 X*************** X*** 92,98 **** X path = static_cast(PGPNewData( PGPGetContextMemoryMgr(mContext), X strlen(kQueryPrefix) + strlen(query) + 1, X kPGPMemoryMgrFlags_None)); X! if (path == 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X } X sprintf(path, "%s%s", kQueryPrefix, static_cast(query)); X--- 92,98 ---- X path = static_cast(PGPNewData( PGPGetContextMemoryMgr(mContext), X strlen(kQueryPrefix) + strlen(query) + 1, X kPGPMemoryMgrFlags_None)); X! if (path == (StPGPDataRef) 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X } X sprintf(path, "%s%s", kQueryPrefix, static_cast(query)); X*************** X*** 188,194 **** X PGPNewData( PGPGetContextMemoryMgr(mContext), X GetMaxURLEncodedBufferSize(bufSize) + postPrefixSize, X kPGPMemoryMgrFlags_None)); X! if (urlEncodedBuffer == 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X } X strcpy(urlEncodedBuffer, kPostPrefix); X--- 188,194 ---- X PGPNewData( PGPGetContextMemoryMgr(mContext), X GetMaxURLEncodedBufferSize(bufSize) + postPrefixSize, X kPGPMemoryMgrFlags_None)); X! if (urlEncodedBuffer == (StPGPDataRef) 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X } X strcpy(urlEncodedBuffer, kPostPrefix); END-of-pgp6/patches/patch-ag echo x - pgp6/patches/patch-ah sed 's/^X//' >pgp6/patches/patch-ah << 'END-of-pgp6/patches/patch-ah' X*** libs/pgpcdk/priv/networklib/keyserver/CHTTPXcertServer.cpp 2000/01/26 03:10:44 1.1.1.1 X--- libs/pgpcdk/priv/networklib/keyserver/CHTTPXcertServer.cpp 2000/01/26 03:13:49 1.1.1.2 X*************** X*** 89,95 **** X digest = static_cast(PGPNewData( PGPGetContextMemoryMgr(mContext), X GetMaxDigestedKeyBufferSize(), X kPGPMemoryMgrFlags_None)); X! if (digest == 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X }; X digestSize = DigestKey(inCAKey, digest); X--- 89,95 ---- X digest = static_cast(PGPNewData( PGPGetContextMemoryMgr(mContext), X GetMaxDigestedKeyBufferSize(), X kPGPMemoryMgrFlags_None)); X! if (digest == (StPGPDataRef) 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X }; X digestSize = DigestKey(inCAKey, digest); X*************** X*** 98,104 **** X PGPNewData( PGPGetContextMemoryMgr(mContext), X GetMaxBase64EncodedBufferSize(inBufferSize), X kPGPMemoryMgrFlags_None)); X! if (encodedBuffer == 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X }; X bufSize = Base64Encode( static_cast(inBuffer), X--- 98,104 ---- X PGPNewData( PGPGetContextMemoryMgr(mContext), X GetMaxBase64EncodedBufferSize(inBufferSize), X kPGPMemoryMgrFlags_None)); X! if (encodedBuffer == (StPGPDataRef) 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X }; X bufSize = Base64Encode( static_cast(inBuffer), X*************** X*** 109,115 **** X cnk = static_cast(PGPNewData( PGPGetContextMemoryMgr(mContext), X cnkSize, X kPGPMemoryMgrFlags_None)); X! if (cnk == 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X } X pgpErr = PGPGetKeyPropertyBuffer( inRequestKey, X--- 109,115 ---- X cnk = static_cast(PGPNewData( PGPGetContextMemoryMgr(mContext), X cnkSize, X kPGPMemoryMgrFlags_None)); X! if (cnk == (StPGPDataRef) 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X } X pgpErr = PGPGetKeyPropertyBuffer( inRequestKey, X*************** X*** 121,127 **** X encodedCNK = static_cast(PGPNewData( PGPGetContextMemoryMgr(mContext), X GetMaxHexEncodedBufferSize(cnkSize), X kPGPMemoryMgrFlags_None)); X! if (encodedCNK == 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X } X cnkSize = HexEncode(cnk, cnkSize, encodedCNK); X--- 121,127 ---- X encodedCNK = static_cast(PGPNewData( PGPGetContextMemoryMgr(mContext), X GetMaxHexEncodedBufferSize(cnkSize), X kPGPMemoryMgrFlags_None)); X! if (encodedCNK == (StPGPDataRef) 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X } X cnkSize = HexEncode(cnk, cnkSize, encodedCNK); X*************** X*** 131,137 **** X strlen(kCA) + digestSize + strlen(kCNK) + cnkSize X + strlen(kPKCS10_input) + GetMaxURLEncodedBufferSize(bufSize), X kPGPMemoryMgrFlags_None)); X! if (post == 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X }; X postSize = sprintf(post, "%s%s%s%s%s", kCA, static_cast(digest), kCNK, X--- 131,137 ---- X strlen(kCA) + digestSize + strlen(kCNK) + cnkSize X + strlen(kPKCS10_input) + GetMaxURLEncodedBufferSize(bufSize), X kPGPMemoryMgrFlags_None)); X! if (post == (StPGPDataRef) 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X }; X postSize = sprintf(post, "%s%s%s%s%s", kCA, static_cast(digest), kCNK, X*************** X*** 196,202 **** X path = static_cast(PGPNewData( PGPGetContextMemoryMgr(mContext), X strlen(prefix) + strlen(query) + 1, X kPGPMemoryMgrFlags_None)); X! if (path == 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X } X sprintf(path, "%s%s", prefix, static_cast(query)); X--- 196,202 ---- X path = static_cast(PGPNewData( PGPGetContextMemoryMgr(mContext), X strlen(prefix) + strlen(query) + 1, X kPGPMemoryMgrFlags_None)); X! if (path == (StPGPDataRef) 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X } X sprintf(path, "%s%s", prefix, static_cast(query)); X*************** X*** 258,271 **** X digest = static_cast(PGPNewData( PGPGetContextMemoryMgr(mContext), X GetMaxDigestedKeyBufferSize(), X kPGPMemoryMgrFlags_None)); X! if (digest == 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X }; X digestSize = DigestKey(inCAKey, digest); X path = static_cast(PGPNewData( PGPGetContextMemoryMgr(mContext), X strlen(prefix) + digestSize + 1, X kPGPMemoryMgrFlags_None)); X! if (path == 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X } X sprintf(path, "%s%s", prefix, static_cast(digest)); X--- 258,271 ---- X digest = static_cast(PGPNewData( PGPGetContextMemoryMgr(mContext), X GetMaxDigestedKeyBufferSize(), X kPGPMemoryMgrFlags_None)); X! if (digest == (StPGPDataRef) 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X }; X digestSize = DigestKey(inCAKey, digest); X path = static_cast(PGPNewData( PGPGetContextMemoryMgr(mContext), X strlen(prefix) + digestSize + 1, X kPGPMemoryMgrFlags_None)); X! if (path == (StPGPDataRef) 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X } X sprintf(path, "%s%s", prefix, static_cast(digest)); X*************** X*** 323,329 **** X PGPNewData( PGPGetContextMemoryMgr(mContext), X GetMaxBase64EncodedBufferSize(bufSize), X kPGPMemoryMgrFlags_None)); X! if (encodedBuffer == 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X }; X bufSize = Base64Encode( static_cast(buffer), X--- 323,329 ---- X PGPNewData( PGPGetContextMemoryMgr(mContext), X GetMaxBase64EncodedBufferSize(bufSize), X kPGPMemoryMgrFlags_None)); X! if (encodedBuffer == (StPGPDataRef) 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X }; X bufSize = Base64Encode( static_cast(buffer), X*************** X*** 351,357 **** X buffer = static_cast(PGPNewData( PGPGetContextMemoryMgr(mContext), X bufSize, X kPGPMemoryMgrFlags_None)); X! if (buffer == 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X }; X pgpErr = PGPFinalizeHash(hashContext, static_cast(buffer)); X--- 351,357 ---- X buffer = static_cast(PGPNewData( PGPGetContextMemoryMgr(mContext), X bufSize, X kPGPMemoryMgrFlags_None)); X! if (buffer == (StPGPDataRef) 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X }; X pgpErr = PGPFinalizeHash(hashContext, static_cast(buffer)); X*************** X*** 400,406 **** X result = static_cast(PGPNewData( PGPGetContextMemoryMgr(mContext), X resultSize + 1, X kPGPMemoryMgrFlags_None)); X! if (result == 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X }; X pgpCopyMemory(inResult, static_cast(result), resultSize + 1); X--- 400,406 ---- X result = static_cast(PGPNewData( PGPGetContextMemoryMgr(mContext), X resultSize + 1, X kPGPMemoryMgrFlags_None)); X! if (result == (StPGPDataRef) 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X }; X pgpCopyMemory(inResult, static_cast(result), resultSize + 1); X*************** X*** 426,432 **** X decodedResult = static_cast(PGPNewData( PGPGetContextMemoryMgr(mContext), X GetMaxBase64DecodedBufferSize(end - found), X kPGPMemoryMgrFlags_None)); X! if (decodedResult == 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X }; X X--- 426,432 ---- X decodedResult = static_cast(PGPNewData( PGPGetContextMemoryMgr(mContext), X GetMaxBase64DecodedBufferSize(end - found), X kPGPMemoryMgrFlags_None)); X! if (decodedResult == (StPGPDataRef) 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X }; X X*************** X*** 470,476 **** X result = static_cast(PGPNewData( PGPGetContextMemoryMgr(mContext), X GetMaxBase64DecodedBufferSize(end - found), X kPGPMemoryMgrFlags_None)); X! if (result == 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X }; X X--- 470,476 ---- X result = static_cast(PGPNewData( PGPGetContextMemoryMgr(mContext), X GetMaxBase64DecodedBufferSize(end - found), X kPGPMemoryMgrFlags_None)); X! if (result == (StPGPDataRef) 0) { X ThrowPGPError_(kPGPError_OutOfMemory); X }; X END-of-pgp6/patches/patch-ah echo x - pgp6/patches/patch-ai sed 's/^X//' >pgp6/patches/patch-ai << 'END-of-pgp6/patches/patch-ai' X*** libs/network/ldaplib/liblber/io.c 2000/01/26 03:10:31 1.1.1.1 X--- libs/network/ldaplib/liblber/io.c 2000/01/26 03:12:55 1.1.1.2 X*************** X*** 14,19 **** X--- 14,23 ---- X #include X #include X X+ #ifdef __FreeBSD__ X+ #include X+ #endif X+ X #if PGPSOCKETSLDAP /* jason */ X #include "pgpSocketsLDAP.h" X END-of-pgp6/patches/patch-ai echo x - pgp6/patches/patch-aj sed 's/^X//' >pgp6/patches/patch-aj << 'END-of-pgp6/patches/patch-aj' X*** clients/pgp/cmdline/Makefile.in 2000/01/26 03:55:17 1.1 X--- clients/pgp/cmdline/Makefile.in 2000/01/26 03:55:41 1.2 X*************** X*** 51,57 **** X CFLAGS=@CFLAGS@ X LDFLAGS=@LDFLAGS@ X X! CFLAGS+= -g X X TARGET=pgp X X--- 51,57 ---- X CFLAGS=@CFLAGS@ X LDFLAGS=@LDFLAGS@ X X! CFLAGS+= -g -pthread X X TARGET=pgp X END-of-pgp6/patches/patch-aj echo x - pgp6/patches/patch-ak sed 's/^X//' >pgp6/patches/patch-ak << 'END-of-pgp6/patches/patch-ak' X*** libs/network/ldaplib/include/ldap.h 2000/01/26 03:10:31 1.1.1.1 X--- libs/network/ldaplib/include/ldap.h 2000/01/26 03:12:53 1.1.1.2 X*************** X*** 90,95 **** X--- 90,99 ---- X #define GetThreadID pthread_self X #endif X X+ #ifdef __FreeBSD__ X+ #define GetThreadID pthread_self X+ #endif X+ X #if PGP_MACINTOSH X #define Debug( level, fmt, arg1, arg2, arg3 ) {} /* Nothing */ X #else END-of-pgp6/patches/patch-ak echo c - pgp6/pkg mkdir -p pgp6/pkg > /dev/null 2>&1 echo x - pgp6/pkg/COMMENT sed 's/^X//' >pgp6/pkg/COMMENT << 'END-of-pgp6/pkg/COMMENT' XPublic-Key encryption for the masses END-of-pgp6/pkg/COMMENT echo x - pgp6/pkg/DESCR sed 's/^X//' >pgp6/pkg/DESCR << 'END-of-pgp6/pkg/DESCR' XThis is PGP 6.5.1i. X XThis version is combines many of the new features of PGP 5.0 with the command Xline interface of PGP 2.6.x. X XI ported this in an effort to get the newer code working under FreeBSD. XThe port is fairly straightforward, but my main focus was being able to build Xa functioning executable. Also, this is a port of beta code. It seems to Xwork just fine, but keep in mind that it is a beta. X XMore information on this port can be found at: Xhttp://www.fate.com/projects/pgpport/ X XFor information on PGP in general: Xhttp://www.pgpi.org END-of-pgp6/pkg/DESCR echo x - pgp6/pkg/PLIST sed 's/^X//' >pgp6/pkg/PLIST << 'END-of-pgp6/pkg/PLIST' Xbin/pgp END-of-pgp6/pkg/PLIST 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 Jan 26 7:10:10 2000 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 E993114D3C for ; Wed, 26 Jan 2000 07:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA09621; Wed, 26 Jan 2000 07:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 1CBB214BDB; Wed, 26 Jan 2000 07:04:23 -0800 (PST) Message-Id: <20000126150423.1CBB214BDB@hub.freebsd.org> Date: Wed, 26 Jan 2000 07:04:23 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/16378: Update port: graphics/ImageMagick to 5.1.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16378 >Category: ports >Synopsis: Update port: graphics/ImageMagick to 5.1.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: Wed Jan 26 07:10:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 5.1.1 - Remove obsolete MASTER_SITES >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/ImageMagick/Makefile graphics/ImageMagick/Makefile --- /usr/ports/graphics/ImageMagick/Makefile Thu Nov 25 20:14:12 1999 +++ graphics/ImageMagick/Makefile Tue Jan 25 03:40:33 2000 @@ -1,24 +1,21 @@ # New ports collection makefile for: ImageMagick -# Version required: 4.2.9 +# Version required: 5.1.1 # Date created: 15 November 1994 # Whom: torstenb # # $FreeBSD: ports/graphics/ImageMagick/Makefile,v 1.76 1999/11/25 03:41:57 jseger Exp $ # -DISTNAME= ImageMagick-4.2.9 +DISTNAME= ImageMagick-5.1.1 CATEGORIES= graphics perl5 MASTER_SITES= ftp://ftp.wizards.dupont.com/pub/ImageMagick/ \ ftp://ftp.u-aizu.ac.jp/pub/graphics/image/ImageMagick/ \ ftp://ftp.fifi.org/pub/ImageMagick/ \ - ftp://gd.tuwien.ac.at/pub/graphics/ImageMagick/ \ - ftp://ftp.ms.mff.cuni.cz/MIRRORS/ftp.wizards.dupont.com/pub/ImageMagick/ \ - ftp://ftp.oce.nl/pub/Internet/audio+video/ImageMagick/ + ftp://gd.tuwien.ac.at/pub/graphics/ImageMagick/ MAINTAINER= jseger@FreeBSD.org -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff \ +LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ png.3:${PORTSDIR}/graphics/png \ jbig.1:${PORTSDIR}/graphics/jbigkit \ ttf.4:${PORTSDIR}/print/freetype @@ -27,17 +24,20 @@ mpeg2decode:${PORTSDIR}/graphics/mpeg2codec \ gs:${PORTSDIR}/print/ghostscript5 -MAN1= ImageMagick.1 animate.1 combine.1 convert.1 display.1 identify.1 import.1 mogrify.1 montage.1 xtp.1 -MAN3= Image::Magick.3 -MAN4= miff.4 -MAN5= quantize.5 +USE_PERL5= YES +USE_XLIB= YES +USE_LIBTOOL= YES +CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include -I${X11BASE}/include' \ + LIBS='-L${LOCALBASE}/lib -L${X11BASE}/lib' +CONFIGURE_ARGS= --prefix=${PREFIX} --enable-lzw --enable-shared \ + --with-bzlib=no --with-dps=no --with-fpx=no --with-hdf=no \ + --with-perl=${PERL5} +MAN1= ImageMagick.1 animate.1 combine.1 convert.1 display.1 \ + identify.1 import.1 mogrify.1 montage.1 +MAN3= Image::Magick.3 +MAN4= miff.4 +MAN5= quantize.5 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -HAS_CONFIGURE= YES -CONFIGURE_ARGS= --prefix=${PREFIX} --enable-lzw --enable-shared --with-perl=${PERL5} -USE_PERL5= YES -CONFIGURE_ENV= LDFLAGS="$(LDFLAGS) -L${WRKSRC}/magick/.libs" -post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include diff -urN /usr/ports/graphics/ImageMagick/files/md5 graphics/ImageMagick/files/md5 --- /usr/ports/graphics/ImageMagick/files/md5 Wed Oct 13 07:19:09 1999 +++ graphics/ImageMagick/files/md5 Tue Jan 25 01:52:38 2000 @@ -1 +1 @@ -MD5 (ImageMagick-4.2.9.tar.gz) = 178704017a82af18f5f2d08b985e9140 +MD5 (ImageMagick-5.1.1.tar.gz) = 9dbcb8b9c1f21f26026dea80c6e407dc diff -urN /usr/ports/graphics/ImageMagick/pkg/PLIST graphics/ImageMagick/pkg/PLIST --- /usr/ports/graphics/ImageMagick/pkg/PLIST Wed Oct 13 07:19:09 1999 +++ graphics/ImageMagick/pkg/PLIST Tue Jan 25 03:16:20 2000 @@ -7,13 +7,13 @@ bin/import bin/mogrify bin/montage -bin/xtp include/magick/api.h include/magick/blob.h +include/magick/cache.h +include/magick/cache_io.h include/magick/classify.h include/magick/compress.h include/magick/config.h -include/magick/defines.h include/magick/delegates.h include/magick/error.h include/magick/gems.h @@ -22,22 +22,23 @@ include/magick/memory.h include/magick/monitor.h include/magick/quantize.h +include/magick/timer.h include/magick/utility.h include/magick/version.h +include/magick/xwindows.h lib/libMagick.a -lib/libMagick.la lib/libMagick.so -lib/libMagick.so.4 +lib/libMagick.so.5 +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Image/Magick.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Image/Magick/.packlist lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Image/Magick/Magick.bs lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Image/Magick/Magick.so lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Image/Magick/autosplit.ix share/ImageMagick/delegates.mgk -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Image/Magick @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Image @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Image -@dirrm include/magick @dirrm share/ImageMagick +@dirrm include/magick >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 Jan 26 7:10:12 2000 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 59E3214E58 for ; Wed, 26 Jan 2000 07:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA09630; Wed, 26 Jan 2000 07:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 8AD7F14C43; Wed, 26 Jan 2000 07:06:07 -0800 (PST) Message-Id: <20000126150607.8AD7F14C43@hub.freebsd.org> Date: Wed, 26 Jan 2000 07:06:07 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/16379: Update port: graphics/imlib Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16379 >Category: ports >Synopsis: Update port: graphics/imlib >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 Jan 26 07:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Remove redundant LIB_DEPENDS - Use GLIB_CONFIG instead of hardcoded glib12-config New file: patches/patch-ai patches/patch-aj Remove file: patches/patch-ac >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/imlib/Makefile graphics/imlib/Makefile --- /usr/ports/graphics/imlib/Makefile Sun Dec 5 08:15:32 1999 +++ graphics/imlib/Makefile Mon Jan 24 23:19:41 2000 @@ -12,20 +12,22 @@ MAINTAINER= vanilla@FreeBSD.org -LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ gif.5:${PORTSDIR}/graphics/giflib \ gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 +GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \ - GTK_CONFIG="${GTK_CONFIG}" \ - LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \ + GLIB_CONFIG='${GLIB_CONFIG}' \ + GTK_CONFIG='${GTK_CONFIG}' \ + LIBS='-L${LOCALBASE}/lib' +CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib \ + --disable-gtktest .include diff -urN /usr/ports/graphics/imlib/patches/patch-aa graphics/imlib/patches/patch-aa --- /usr/ports/graphics/imlib/patches/patch-aa Fri Oct 8 19:14:37 1999 +++ graphics/imlib/patches/patch-aa Mon Jan 24 22:38:12 2000 @@ -1,22 +1,13 @@ --- configure.orig Wed Sep 1 04:00:37 1999 +++ configure Mon Sep 6 15:17:37 1999 -@@ -1826,7 +1826,7 @@ - LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh" - - # Always use our own libtool. --LIBTOOL='$(SHELL) $(top_builddir)/libtool' -+LIBTOOL='$(SHELL) /usr/local/bin/libtool' - - # Redirect the config.log output again, so that the ltconfig log is not - # clobbered by the next message. @@ -2367,8 +2367,8 @@ echo "configure:2368: checking whether to build gmodulized imlib" >&5 oLIBS="$LIBS" oCFLAGS="$CFLAGS" - LIBS="$LIBS `glib-config --libs gmodule`" - CFLAGS="$CFLAGS `glib-config --cflags gmodule`" -+ LIBS="$LIBS `glib12-config --libs gmodule`" -+ CFLAGS="$CFLAGS `glib12-config --cflags gmodule`" ++ LIBS="$LIBS `${GLIB_CONFIG} --libs gmodule`" ++ CFLAGS="$CFLAGS `${GLIB_CONFIG} --cflags gmodule`" if test "$cross_compiling" = yes; then { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } else @@ -26,8 +17,8 @@ - GMODULE_LIBS="`glib-config --libs gmodule`" - GMODULE_FLAGS="`glib-config --cflags gmodule`" -+ GMODULE_LIBS="`glib12-config --libs gmodule`" -+ GMODULE_FLAGS="`glib12-config --cflags gmodule`" ++ GMODULE_LIBS="`${GLIB_CONFIG} --libs gmodule`" ++ GMODULE_FLAGS="`${GLIB_CONFIG} --cflags gmodule`" echo "$ac_t""yes" 1>&6 @@ -45,7 +36,7 @@ if test "$jpeg_ok" = yes; then JPEGLIBS="-ljpeg" - SUPPORT_LIBS="$SUPPORT_LIBS -ljpeg"; cat >> confdefs.h <<\EOF -+ SUPPORT_LIBS="$SUPPORT_LIBS -L/usr/local/lib"; cat >> confdefs.h <<\EOF ++ SUPPORT_LIBS="$SUPPORT_LIBS"; cat >> confdefs.h <<\EOF #define HAVE_LIBJPEG 1 EOF diff -urN /usr/ports/graphics/imlib/patches/patch-ac graphics/imlib/patches/patch-ac --- /usr/ports/graphics/imlib/patches/patch-ac Sat Oct 30 07:14:51 1999 +++ graphics/imlib/patches/patch-ac Thu Jan 1 09:00:00 1970 @@ -1,22 +0,0 @@ ---- Imlib/Makefile.in.orig Tue Oct 19 07:55:03 1999 -+++ Imlib/Makefile.in Thu Oct 28 19:35:24 1999 -@@ -125,7 +125,7 @@ - libImlib_la_SOURCES = cache.c colors.c load.c misc.c rend.c utils.c save.c snprintf.c - - --libImlib_la_LDFLAGS = -version-info 10:8:9 -+libImlib_la_LDFLAGS = -version-info 5:0:0 - #libImlib_la_LDDADD = $(SUPPORT_LIBS) - libImlib_la_LIBADD = $(SUPPORT_LIBS) - ---- gdk_imlib/Makefile.in.orig Tue Oct 19 07:55:01 1999 -+++ gdk_imlib/Makefile.in Thu Oct 28 19:36:16 1999 -@@ -152,7 +152,7 @@ - libgdk_imlib_la_SOURCES = cache.c colors.c globals.c load.c misc.c rend.c utils.c save.c modules.c - - --libgdk_imlib_la_LDFLAGS = -version-info 10:8:9 -+libgdk_imlib_la_LDFLAGS = -version-info 5:0:0 - libgdk_imlib_la_LIBADD = $(GMODULE_LIBS) - - include_HEADERS = gdk_imlib.h gdk_imlib_private.h gdk_imlib_types.h diff -urN /usr/ports/graphics/imlib/patches/patch-ai graphics/imlib/patches/patch-ai --- /usr/ports/graphics/imlib/patches/patch-ai Thu Jan 1 09:00:00 1970 +++ graphics/imlib/patches/patch-ai Mon Jan 24 22:37:11 2000 @@ -0,0 +1,11 @@ +--- Imlib/Makefile.in.orig Tue Oct 19 07:55:03 1999 ++++ Imlib/Makefile.in Thu Oct 28 19:35:24 1999 +@@ -125,7 +125,7 @@ + libImlib_la_SOURCES = cache.c colors.c load.c misc.c rend.c utils.c save.c snprintf.c + + +-libImlib_la_LDFLAGS = -version-info 10:8:9 ++libImlib_la_LDFLAGS = -version-info 5:0:0 + #libImlib_la_LDDADD = $(SUPPORT_LIBS) + libImlib_la_LIBADD = $(SUPPORT_LIBS) + diff -urN /usr/ports/graphics/imlib/patches/patch-aj graphics/imlib/patches/patch-aj --- /usr/ports/graphics/imlib/patches/patch-aj Thu Jan 1 09:00:00 1970 +++ graphics/imlib/patches/patch-aj Mon Jan 24 22:37:20 2000 @@ -0,0 +1,11 @@ +--- gdk_imlib/Makefile.in.orig Tue Oct 19 07:55:01 1999 ++++ gdk_imlib/Makefile.in Thu Oct 28 19:36:16 1999 +@@ -152,7 +152,7 @@ + libgdk_imlib_la_SOURCES = cache.c colors.c globals.c load.c misc.c rend.c utils.c save.c modules.c + + +-libgdk_imlib_la_LDFLAGS = -version-info 10:8:9 ++libgdk_imlib_la_LDFLAGS = -version-info 5:0:0 + libgdk_imlib_la_LIBADD = $(GMODULE_LIBS) + + include_HEADERS = gdk_imlib.h gdk_imlib_private.h gdk_imlib_types.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 Wed Jan 26 7:10:15 2000 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 BAE5514EDC for ; Wed, 26 Jan 2000 07:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA09639; Wed, 26 Jan 2000 07:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 8314614A0A; Wed, 26 Jan 2000 07:08:35 -0800 (PST) Message-Id: <20000126150835.8314614A0A@hub.freebsd.org> Date: Wed, 26 Jan 2000 07:08:35 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/16380: Update port: japanese/grep Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16380 >Category: ports >Synopsis: Update port: japanese/grep >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 Jan 26 07:10:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Fix PATCH_SITES to avoid checksum error >How-To-Repeat: >Fix: diff -urN /usr/ports/japanese/grep/Makefile japanese/grep/Makefile --- /usr/ports/japanese/grep/Makefile Fri Dec 24 08:15:10 1999 +++ japanese/grep/Makefile Tue Jan 25 01:50:23 2000 @@ -12,8 +12,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= grep -PATCH_SITES= ftp://ftp.lab.kdd.co.jp/Usenet/fj.sources/1994/jun/ \ - ftp://ftp.hipecs.hokudai.ac.jp/pub/GNU/jp/ +PATCH_SITES= ftp://ftp.hipecs.hokudai.ac.jp/pub/GNU/jp/ PATCHFILES= grep-2.0-mb1.04.diff.gz PATCH_DIST_STRIP= -p1 diff -urN /usr/ports/japanese/grep/files/md5 japanese/grep/files/md5 --- /usr/ports/japanese/grep/files/md5 Fri Dec 24 08:15:10 1999 +++ japanese/grep/files/md5 Tue Jan 25 01:51:14 2000 @@ -1,2 +1,2 @@ MD5 (grep-2.0.tar.gz) = b676733ad3437ebd5dc3999f56c55950 -MD5 (grep-2.0-mb1.04.diff.gz) = 116f21ae22bcf4d02da577678a21664a +MD5 (grep-2.0-mb1.04.diff.gz) = c9f733852567a484db4fecec12f05fcd >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 Jan 26 7:20: 9 2000 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 631FE14A01 for ; Wed, 26 Jan 2000 07:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA10797; Wed, 26 Jan 2000 07:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 26 Jan 2000 07:20:03 -0800 (PST) Message-Id: <200001261520.HAA10797@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: Re: ports/16377: new port for PGP 6.5.1i Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/16377; it has been noted by GNATS. From: Will Andrews To: mike@fate.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/16377: new port for PGP 6.5.1i Date: Wed, 26 Jan 2000 10:09:41 -0500 On Wed, Jan 26, 2000 at 06:59:02AM -0800, mike@fate.com wrote: > XRESTRICTED= "Crypto" Are you sure it's still restricted due to crypto, considering the recent changes in crypto policy for the U.S.? Just a note. > echo x - pgp6/README.html > sed 's/^X//' >pgp6/README.html << 'END-of-pgp6/README.html' > X > X The FreeBSD Ports Collection (security/pgp6) > X

The FreeBSD Ports Collection ("security/pgp6")


> X > X > X

You are now in the directory for the port "security/pgp6" (package name "pgp-6.5.1i"). > X > X

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


> XPublic-Key encryption for the masses > X


> X > X

Please read the file "pkg/DESCR" for a > Xlonger description. > X > X

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

> X > X

> X > X > X


> X Go up one level > X| > X Go to top of ports tree > X > X > END-of-pgp6/README.html Don't include a README.html - these are auto-generated based on the INDEX, which (I believe) is based on your Makefile, pkg/COMMENT, and pkg/DESCR. -- 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 Wed Jan 26 7:20:18 2000 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 EB53114E3E for ; Wed, 26 Jan 2000 07:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA10806; Wed, 26 Jan 2000 07:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 45CB114A0A; Wed, 26 Jan 2000 07:14:34 -0800 (PST) Message-Id: <20000126151434.45CB114A0A@hub.freebsd.org> Date: Wed, 26 Jan 2000 07:14:34 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/16381: Update port: print/transfig to 3.2.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16381 >Category: ports >Synopsis: Update port: print/transfig to 3.2.3 >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 Jan 26 07:20:03 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 3.2.3 New file: patches/patch-ag Remove file: patches/patch-af Note: Since latest version of transfig supports ko_KR.EUC printing by default, ports/16375 should be superseded by this PR. >How-To-Repeat: >Fix: diff -urN /usr/ports/print/transfig/Makefile print/transfig/Makefile --- /usr/ports/print/transfig/Makefile Tue Aug 31 19:17:21 1999 +++ print/transfig/Makefile Sat Jan 22 10:54:08 2000 @@ -1,17 +1,17 @@ # New ports collection makefile for: transfig -# Version required: 3.2.1 +# Version required: 3.2.3 # Date created: 9 August 1996 # Whom: chuckr@freebsd.org # # $FreeBSD: ports/print/transfig/Makefile,v 1.24 1999/08/31 01:45:25 peter Exp $ # -DISTNAME= transfig.3.2.1 -PKGNAME= transfig-3.2.1 +DISTNAME= transfig.3.2.3 +PKGNAME= transfig-3.2.3 CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_XCONTRIB} ${MASTER_SITE_LOCAL} +MASTER_SITES= ${MASTER_SITE_XCONTRIB} \ + ftp://www-epb.lbl.gov/xfig/ MASTER_SITE_SUBDIR= applications/drawing_tools/transfig -DISTFILES= transfig.3.2.1.tar.gz transfig.3.2.ja_JP.EUC.ps.gz MAINTAINER= chuckr@freebsd.org @@ -20,12 +20,9 @@ RUN_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm USE_IMAKE= yes -EXTRACT_ONLY= transfig.3.2.1.tar.gz MAN1= fig2dev.1 fig2ps2tex.1 pic2tpic.1 transfig.1 -post-install: - @${MKDIR} ${PREFIX}/lib/X11/fig2dev - @${GZCAT} ${DISTDIR}/transfig.3.2.ja_JP.EUC.ps.gz \ - > ${PREFIX}/lib/X11/fig2dev/ja_JP.EUC.ps +post-patch: + @${PERL} -pi -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/fig2dev/Imakefile .include diff -urN /usr/ports/print/transfig/files/md5 print/transfig/files/md5 --- /usr/ports/print/transfig/files/md5 Tue Jan 26 20:27:34 1999 +++ print/transfig/files/md5 Sat Jan 22 08:53:37 2000 @@ -1,2 +1 @@ -MD5 (transfig.3.2.1.tar.gz) = 6bc1ecdd6b72da1bf3ad4ffcb7975fb9 -MD5 (transfig.3.2.ja_JP.EUC.ps.gz) = c608af518c15cf44d57a6abe3ce86b2f +MD5 (transfig.3.2.3.tar.gz) = 1cd02e931b9cf7dfb955694369e72c8c diff -urN /usr/ports/print/transfig/patches/patch-ac print/transfig/patches/patch-ac --- /usr/ports/print/transfig/patches/patch-ac Sat Jan 22 08:20:46 2000 +++ print/transfig/patches/patch-ac Sat Jan 22 09:16:25 2000 @@ -1,24 +1,49 @@ ---- fig2dev/Imakefile.orig Tue Jun 30 16:52:50 1998 -+++ fig2dev/Imakefile Fri Dec 24 10:44:17 1999 -@@ -31,7 +31,7 @@ +--- fig2dev/Imakefile.orig Fri Jan 14 12:59:04 2000 ++++ fig2dev/Imakefile Sat Jan 22 09:16:13 2000 +@@ -27,7 +27,7 @@ XCOMM You should point XFIGLIBDIR to the same directory you did when you compiled XCOMM and installed xfig. This will be made automatic in the future. -XFIGLIBDIR = /usr/local/lib/X11/xfig -+XFIGLIBDIR = $(PREFIX)/lib/X11/xfig ++XFIGLIBDIR = $(LIBDIR)/xfig XCOMM If your system has the strerror() function (doesn't have sys_errlist) then XCOMM comment out NEED_STRERROR with an XCOMM comment. -@@ -42,7 +42,7 @@ +@@ -38,7 +38,7 @@ XCOMM inline functions. With the "INLINE" keyword, you should notice that XCOMM the display will be a bit faster in complex figures -XCOMM USEINLINE = -DUSE_INLINE +USEINLINE = -DUSE_INLINE - XCOMM Unomment the #define for USEXPM if you want to use the XPM - XCOMM (color pixmap) package. -@@ -112,11 +112,11 @@ + XCOMM Change RGB if necessary, to point to your rgb.txt color database + XCOMM file (for X11). This is needed for the -g (background color) option. +@@ -54,11 +54,11 @@ + XCOMM Change XPMINC if necessary to point to the include file for xpm (xpm.h) + XCOMM + +-XCOMM #define USEXPM ++#define USEXPM + + #ifdef USEXPM + XPMLIBDIR = $(USRLIBDIR) +-XPMINC = -I/usr/include/X11 ++XPMINC = -I$(INCDIR)/X11 + #endif + + XCOMM For Linux machines or any machines that have a separate library for +@@ -87,8 +87,8 @@ + + #ifdef USEJPEG + #ifdef USEINSTALLEDJPEG +-JPEGLIBDIR = /usr/local/lib +-JPEGINCDIR = /usr/include/X11 ++JPEGLIBDIR = %%LOCALBASE%%/lib ++JPEGINCDIR = %%LOCALBASE%%/include + #else + JPEGLIBDIR = ../jpeg + JPEGINCDIR = $(JPEGLIBDIR) +@@ -127,12 +127,12 @@ XCOMM Uncomment the next line if you want use Japanese (i18n) on xfig. @@ -27,26 +52,19 @@ #ifdef I18N I18N_DEFS = -DI18N +-FIG2DEV_LIBDIR = /usr/local/lib/fig2dev -I18N_DEV_DEFS = $(I18N_DEFS) -DFIG2DEV_LIBDIR='\"/usr/local/lib/fig2dev\"' -+I18N_DEV_DEFS = $(I18N_DEFS) -DFIG2DEV_LIBDIR='\"$(PREFIX)/lib/X11/fig2dev\"' - #endif ++FIG2DEV_LIBDIR = $(LIBDIR)/fig2dev ++I18N_DEV_DEFS = $(I18N_DEFS) -DFIG2DEV_LIBDIR='\"$(FIG2DEV_LIBDIR)\"' - DEFINES = $(NEED_STRERROR) $(HAVE_NO_STRCASECMP) $(HAVE_NO_STRNCASECMP) $(USEINLINE) \ -@@ -154,7 +154,7 @@ + install:: + [ -d $(FIG2DEV_LIBDIR) ] || mkdir $(FIG2DEV_LIBDIR) +@@ -177,7 +177,7 @@ + DUSEJPEG = -DUSE_JPEG #ifdef USEINSTALLEDJPEG - JPEGLIBDIR = /usr/local/lib --JPEGINCDIR = /usr/include/X11 -+JPEGINCDIR = /usr/local/include +-JPEGLIBDIR = /usr/local/lib ++JPEGLIBDIR = %%LOCALBASE%%/lib JPEGLIB = -L$(JPEGLIBDIR) -ljpeg #else XCOMM this is relative to this directory (transfig/fig2dev) -@@ -182,7 +182,7 @@ - INCLUDES = -I.. - - LOCAL_LIBRARIES = $(LIBTRANSFIG) $(JPEGLIB) --#if defined(NetBSDArchitecture) -+#if defined(NetBSDArchitecture) || defined(FreeBSDArchitecture) - SYS_LIBRARIES = $(XPMLIBS) $(DBMLIB) -lm -lcompat - #else - SYS_LIBRARIES = $(XPMLIBS) $(DBMLIB) -lm diff -urN /usr/ports/print/transfig/patches/patch-af print/transfig/patches/patch-af --- /usr/ports/print/transfig/patches/patch-af Tue Jan 26 11:42:34 1999 +++ print/transfig/patches/patch-af Thu Jan 1 09:00:00 1970 @@ -1,13 +0,0 @@ ---- fig2dev/fig2dev.h.~1~ Thu Feb 12 08:13:01 1998 -+++ fig2dev/fig2dev.h Tue Jan 19 11:04:53 1999 -@@ -163,6 +163,10 @@ - #endif /* MAXPATHLEN */ - #endif /* PATH_MAX */ - -+#if (defined(__unix__) || defined(unix)) && !defined(USG) -+#include -+#endif -+ - #ifndef __NetBSD__ - extern int sys_nerr, errno; - #endif diff -urN /usr/ports/print/transfig/patches/patch-ag print/transfig/patches/patch-ag --- /usr/ports/print/transfig/patches/patch-ag Thu Jan 1 09:00:00 1970 +++ print/transfig/patches/patch-ag Sat Jan 22 10:15:49 2000 @@ -0,0 +1,11 @@ +--- fig2dev/dev/Imakefile.orig Thu Jan 6 03:30:09 2000 ++++ fig2dev/dev/Imakefile Sat Jan 22 10:15:39 2000 +@@ -22,7 +22,7 @@ + XCOMM the party supplying this software to the X Consortium. + + INCLUDES = -I.. -I../.. +-#ifdef JPEGINCDIR ++#ifdef USE_JPEG + JPEGINC = -I$(JPEGINCDIR) + #endif + diff -urN /usr/ports/print/transfig/pkg/PLIST print/transfig/pkg/PLIST --- /usr/ports/print/transfig/pkg/PLIST Sat Dec 25 08:16:53 1999 +++ print/transfig/pkg/PLIST Sat Jan 22 10:44:32 2000 @@ -3,7 +3,28 @@ bin/fig2ps2tex.sh bin/pic2tpic bin/transfig -lib/X11/fig2dev/ja_JP.EUC.ps +lib/X11/fig2dev/japanese.ps +@exec ln -sf japanese.ps %D/lib/X11/fig2dev/ja.ps +@exec ln -sf japanese.ps %D/lib/X11/fig2dev/ja_JP.EUC.ps +@exec ln -sf japanese.ps %D/lib/X11/fig2dev/ja_JP.eucJP.ps +@exec ln -sf japanese.ps %D/lib/X11/fig2dev/ja_JP.ps +@exec ln -sf japanese.ps %D/lib/X11/fig2dev/ja_JP.ujis.ps +@unexec rm -f %D/lib/X11/fig2dev/ja_JP.ujis.ps +@unexec rm -f %D/lib/X11/fig2dev/ja_JP.ps +@unexec rm -f %D/lib/X11/fig2dev/ja_JP.eucJP.ps +@unexec rm -f %D/lib/X11/fig2dev/ja_JP.EUC.ps +@unexec rm -f %D/lib/X11/fig2dev/ja.ps +lib/X11/fig2dev/korean.ps +@exec ln -sf korean.ps %D/lib/X11/fig2dev/ko.ps +@exec ln -sf korean.ps %D/lib/X11/fig2dev/ko_KR.EUC.ps +@exec ln -sf korean.ps %D/lib/X11/fig2dev/ko_KR.eucKR.ps +@exec ln -sf korean.ps %D/lib/X11/fig2dev/ko_KR.ps +@exec ln -sf korean.ps %D/lib/X11/fig2dev/ko_KR.ujis.ps +@unexec rm -f %D/lib/X11/fig2dev/ko_KR.ujis.ps +@unexec rm -f %D/lib/X11/fig2dev/ko_KR.ps +@unexec rm -f %D/lib/X11/fig2dev/ko_KR.eucKR.ps +@unexec rm -f %D/lib/X11/fig2dev/ko_KR.EUC.ps +@unexec rm -f %D/lib/X11/fig2dev/ko.ps lib/X11/xfig/bitmaps/bricks.bmp lib/X11/xfig/bitmaps/circles.bmp lib/X11/xfig/bitmaps/crosshatch.bmp >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 Jan 26 7:50: 6 2000 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 B5F9014D3C for ; Wed, 26 Jan 2000 07:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA13190; Wed, 26 Jan 2000 07:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from tricord.system.pl (tricord.system.pl [195.205.185.10]) by hub.freebsd.org (Postfix) with ESMTP id E500214C43 for ; Wed, 26 Jan 2000 07:47:31 -0800 (PST) (envelope-from saper@saperski.system.pl) Received: from saperski.system.pl (saperski.system.pl [195.205.185.24]) by tricord.system.pl (SYSTEM Internet) with ESMTP id QAA23815; Wed, 26 Jan 2000 16:47:30 +0100 (MET) Received: (from saper@localhost) by saperski.system.pl (8.9.3/8.9.3) id QAA57346; Wed, 26 Jan 2000 16:49:05 +0100 (CET) (envelope-from saper) Message-Id: <200001261549.QAA57346@saperski.system.pl> Date: Wed, 26 Jan 2000 16:49:05 +0100 (CET) From: Marcin Cieslak Reply-To: saper@SYSTEM.PL To: FreeBSD-gnats-submit@freebsd.org Cc: saper@SYSTEM.PL X-Send-Pr-Version: 3.2 Subject: ports/16382: graphics/gif2png: Update port to version 2.3.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16382 >Category: ports >Synopsis: graphics/gif2png: Update port to version 2.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: Wed Jan 26 07:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Marcin Cieslak >Release: FreeBSD 3.4-RC i386 >Organization: SYSTEM Internet Provider, http://www.system.pl/ >Environment: >Description: Updated Makefile to reflect a new version of gif2png. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/gif2png/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 1999/12/23 18:53:04 1.5 +++ Makefile 2000/01/26 10:18:09 @@ -1,12 +1,12 @@ # New ports collection makefile for: gif2png -# Version required: 2.2.5 +# Version required: 2.3.0 # Date created: 30 Aug 1999 # Whom: saper@system.pl # # $FreeBSD: ports/graphics/gif2png/Makefile,v 1.5 1999/12/23 18:53:04 billf Exp $ # -DISTNAME= gif2png-2.2.5 +DISTNAME= gif2png-2.3.0 CATEGORIES= graphics MASTER_SITES= http://www.tuxedo.org/~esr/gif2png/ Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/graphics/gif2png/files/md5,v retrieving revision 1.4 diff -u -r1.4 md5 --- files/md5 1999/12/23 18:47:15 1.4 +++ files/md5 2000/01/26 10:27:19 @@ -1 +1 @@ -MD5 (gif2png-2.2.5.tar.gz) = 7ef87d38835369ace3cd49b675a2e7e3 +MD5 (gif2png-2.3.0.tar.gz) = d5fccf21398ab9e8cd1a1026a9b3f462 >Release-Note: >Audit-Trail: >Unformatted: >Reviewed: MAINTAINER (myself) Current ports tree. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jan 26 7:50: 9 2000 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 93BD614F14 for ; Wed, 26 Jan 2000 07:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA13199; Wed, 26 Jan 2000 07:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from tricord.system.pl (tricord.system.pl [195.205.185.10]) by hub.freebsd.org (Postfix) with ESMTP id 9426514C43 for ; Wed, 26 Jan 2000 07:47:36 -0800 (PST) (envelope-from saper@saperski.system.pl) Received: from saperski.system.pl (saperski.system.pl [195.205.185.24]) by tricord.system.pl (SYSTEM Internet) with ESMTP id QAA23819; Wed, 26 Jan 2000 16:47:36 +0100 (MET) Received: (from saper@localhost) by saperski.system.pl (8.9.3/8.9.3) id QAA57436; Wed, 26 Jan 2000 16:49:11 +0100 (CET) (envelope-from saper) Message-Id: <200001261549.QAA57436@saperski.system.pl> Date: Wed, 26 Jan 2000 16:49:11 +0100 (CET) From: Marcin Cieslak Reply-To: saper@SYSTEM.PL To: FreeBSD-gnats-submit@freebsd.org Cc: saper@SYSTEM.PL X-Send-Pr-Version: 3.2 Subject: ports/16383: www/vrweb: Unfetchable distfiles fixed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16383 >Category: ports >Synopsis: www/vrweb: Unfetchable distfiles fixed >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jan 26 07:50:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Marcin Cieslak >Release: FreeBSD 3.4-RC i386 >Organization: SYSTEM Internet Provider, http://www.system.pl/ >Environment: Current ports tree. >Description: Distfile is not fetchable because fetch(1) cannot interprete 302 HTTP code. Updated MASTER_SITES, and added myself as MAINTAINER. >How-To-Repeat: Port fetch failed as reported in bento logs. >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/vrweb/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile 1999/10/22 09:35:45 1.14 +++ Makefile 2000/01/26 12:52:07 @@ -8,10 +8,12 @@ DISTNAME= vrweb-1.5 CATEGORIES= www -MASTER_SITES= http://sunsite.unc.edu/pub/packages/infosystems/WWW/VRML/VRweb/UNIX/vrweb-1.5/ +MASTER_SITES= ftp://ftp.iicm.edu/pub/VRweb/UNIX/vrweb-1.5/ \ + ftp://ftp.sunet.se/pub/nir/Hyper-G/VRweb/UNIX/vrweb-1.5/ \ + ftp://metalab.unc.edu/pub/packages/infosystems/WWW/VRML/VRweb/UNIX/vrweb-1.5/ DISTFILES= vrweb-src-1.5.tar.gz help-1.5.tar.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= saper@system.pl LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 >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 Jan 26 7:50:12 2000 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 3801014F20 for ; Wed, 26 Jan 2000 07:50:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA13208; Wed, 26 Jan 2000 07:50:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from oxygen.yy.ics.keio.ac.jp (oxygen.yy.ics.keio.ac.jp [131.113.47.3]) by hub.freebsd.org (Postfix) with ESMTP id B324114D3C for ; Wed, 26 Jan 2000 07:49:07 -0800 (PST) (envelope-from sanpei@sanpei.org) Received: from lavender.yy.cs.keio.ac.jp (ppp128.dialup.st.keio.ac.jp [131.113.27.128]) by oxygen.yy.ics.keio.ac.jp (8.9.3+3.2W/3.7W) with ESMTP id AAA09407; Thu, 27 Jan 2000 00:48:53 +0900 (JST) (envelope-from sanpei@sanpei.org) Received: (from sanpei@localhost) by lavender.yy.cs.keio.ac.jp (8.9.3/3.7W) id AAA10247; Thu, 27 Jan 2000 00:48:47 +0900 (JST) Message-Id: <200001261548.AAA10247@lavender.yy.cs.keio.ac.jp> Date: Thu, 27 Jan 2000 00:48:47 +0900 (JST) From: sanpei@sanpei.org Reply-To: sanpei@sanpei.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16384: fix broken ports: japanese/jtex209-both Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16384 >Category: ports >Synopsis: fix broken ports: japanese/jtex209-both >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jan 26 07:50:03 PST 2000 >Closed-Date: >Last-Modified: >Originator: MIHIRA Yoshiro >Release: FreeBSD 4.0-CURRENT i386 >Organization: Yokohama, Japan >Environment: >Description: Currently japanese/jtex209-both is broken under -current, because this ports collection needs bison to compile, but bison was removed from -current environment. I added USE_BISON and tested. This change was OK by maintainer. Thank you. >How-To-Repeat: >Fix: --- japanese/jtex209-both/Makefile.org Thu Jan 27 00:38:26 2000 +++ japanese/jtex209-both/Makefile Thu Jan 27 00:38:14 2000 @@ -19,6 +19,7 @@ USE_GMAKE= yes NO_WRKSUBDIR= yes EXTRACT_ONLY= jtex-1.52.tar.gz +USE_BISON= yes # Which latex to be made at BATCH mode. BOTH, ASCII, NTT are available. BATCH_TEX?= BOTH >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 Jan 26 8:20: 5 2000 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 D402014F1A for ; Wed, 26 Jan 2000 08:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA16305; Wed, 26 Jan 2000 08:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 26 Jan 2000 08:20:03 -0800 (PST) Message-Id: <200001261620.IAA16305@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: Re: ports/16377: new port for PGP 6.5.1i Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/16377; it has been noted by GNATS. From: Will Andrews To: Mike Sherwood Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/16377: new port for PGP 6.5.1i Date: Wed, 26 Jan 2000 11:11:45 -0500 On Wed, Jan 26, 2000 at 07:24:16AM -0800, Mike Sherwood wrote: > I'm not sure, but I'd rather err on the side of caution for now. From > what I've read, the changes are sufficiently vague that many people aren't > sure if we have carte blanche or not. Until I see something more definitive, > I don't think it would hurt to keep that. I believe this is a wise approach. > Ok, I wasn't sure. Do I need to do anything to fix that, or just for > future reference? Well, the committer who takes it up for you will probably omit it by {him,her}self. Just remember not to include it in future submissions. :) Don't worry, I made the same mistake many months ago.. :-) -- 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 Wed Jan 26 8:50: 7 2000 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 3D1CF15208 for ; Wed, 26 Jan 2000 08:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA18866; Wed, 26 Jan 2000 08:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from argon.blackdawn.com (deepspace9.dcds.edu [207.231.151.2]) by hub.freebsd.org (Postfix) with ESMTP id 135F114C30 for ; Wed, 26 Jan 2000 08:44:54 -0800 (PST) (envelope-from root@blackdawn.com) Received: by argon.blackdawn.com (Postfix, from userid 0) id 391D3199A; Wed, 26 Jan 2000 11:44:46 -0500 (EST) Message-Id: <20000126164446.391D3199A@argon.blackdawn.com> Date: Wed, 26 Jan 2000 11:44:46 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/16385: update port: games/xkobo ; [PATCH] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16385 >Category: ports >Synopsis: update port: games/xkobo ; [PATCH] >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 Jan 26 08:50:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Jan 18 13:57:34 EST 2000 root@argon.blackdawn.com:/usr/src/sys/compile/KRYPTON i386 >Description: This will fix the new compiler problem reported by bento for xkobo 1.11. I would like to thank Alex for fixing one of my favorite games. Sorry I took so long to actually look at the patches! :-P On another note, I changed the spaces in the Makefile to tabs. Might as well, this is trivial enough. Submitted by: Alex Langer >How-To-Repeat: Apply the patch against the current port. >Fix: diff -urN xkobo/Makefile xkobo.new/Makefile --- xkobo/Makefile Wed Aug 25 02:05:25 1999 +++ xkobo.new/Makefile Wed Jan 26 11:40:06 2000 @@ -1,7 +1,7 @@ # New ports collection makefile for: xkobo -# Version required: 1.11 -# Date created: 18 Jul 1995 -# Whom: jkh +# Version required: 1.11 +# Date created: 18 Jul 1995 +# Whom: jkh # # $FreeBSD: ports/games/xkobo/Makefile,v 1.14 1999/08/25 06:05:25 obrien Exp $ # diff -urN xkobo/patches/patch-ae xkobo.new/patches/patch-ae --- xkobo/patches/patch-ae Wed Dec 31 19:00:00 1969 +++ xkobo.new/patches/patch-ae Wed Jan 26 11:35:12 2000 @@ -0,0 +1,31 @@ +--- map.h.orig Wed Apr 3 23:58:52 1996 ++++ map.h Tue Jan 18 19:15:44 2000 +@@ -38,14 +38,14 @@ + #define HIT_MASK (CORE | U_MASK | R_MASK | D_MASK | L_MASK) + + class _map{ +- const int sx_log2 = MAP_SIZEX_LOG2; +- const int sy_log2 = MAP_SIZEY_LOG2; +- const int sx = 1 << sx_log2; +- const int sy = 1 << sy_log2; ++ int sx_log2; ++ int sy_log2; ++ int sx; ++ int sy; + int sitex[SITE_MAX]; + int sitey[SITE_MAX]; + int site_max; +- char data[1 << (sx_log2 + sy_log2)]; ++ char data[1 << (MAP_SIZEX_LOG2 + MAP_SIZEY_LOG2)]; + int maze_pop(); + void maze_push(int x, int y); + void maze_move_and_push(int x, int y, int d); +@@ -54,7 +54,7 @@ + void init(); + void make_maze(int x, int y, int difx, int dify); + void convert(int ratio); /* ratio < 64 */ +- inline char& pos(int x, int y){ return data[(y< 0); + for (;;){ +@@ -68,7 +68,7 @@ + ret = -2; + break; + } +- t += i; ++ t = (void *) ((int) t + i); + len -= i; + } while (len > 0); + for (;;){ >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 Jan 26 9:15:22 2000 Delivered-To: freebsd-ports@freebsd.org Received: from tricord.system.pl (tricord.system.pl [195.205.185.10]) by hub.freebsd.org (Postfix) with ESMTP id 52A701522A for ; Wed, 26 Jan 2000 09:14:54 -0800 (PST) (envelope-from saper@system.pl) Received: from localhost (saper@localhost [127.0.0.1]) by tricord.system.pl (SYSTEM Internet) with ESMTP id SAA25260 for ; Wed, 26 Jan 2000 18:14:53 +0100 (MET) Date: Wed, 26 Jan 2000 18:14:49 +0100 (MET) From: Marcin Cieslak To: freebsd-ports@FreeBSD.ORG Subject: bison and -current 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 Right now I am preparing a port of a library which uses flex/bison. To quote the documentation: ``For a complete build from scratch, you need GNU flex and bison (other lex/yacc implementation do not work), though generated scanner and parser C files are also included.'' And I see, both "*.y" and "*.tab.c" files are included. How one can check quickly whether the application actually needs GNU bison features? I use STABLE for porting, so I do actually have bison installed. (/usr/bin/bison seems to be linked to /usr/bin/byacc). -- << Marcin Cieslak // saper@system.pl >> ----------------------------------------------------------------- SYSTEM Internet Provider http://www.system.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jan 26 9:30: 7 2000 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 8656B151B1 for ; Wed, 26 Jan 2000 09:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA22886; Wed, 26 Jan 2000 09:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id 6F15215220 for ; Wed, 26 Jan 2000 09:29:09 -0800 (PST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (right/backatcha) with ESMTP id MAA28577 for ; Wed, 26 Jan 2000 12:28:59 -0500 (EST) Message-Id: Date: Wed, 26 Jan 2000 12:28:59 -0500 (EST) From: Trevor Johnson To: FreeBSD-gnats-submit@freebsd.org Subject: ports/16386: new port: x11-wm/sapphire Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16386 >Category: ports >Synopsis: new port: x11-wm/sapphire >Confidential: no >Severity: non-critical >Priority: low >Responsible: ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jan 26 09:30:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Trevor Johnson >Release: 3.4-RC i386 >Organization: myself >Environment: only tested on 3.4-RC i386 >Description: Sapphire is a small window manager based on aewm. Windows can be rolled up or hidden. Programs can be run from a menu. >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: # # sapphire/ # sapphire/files # sapphire/files/md5 # sapphire/pkg # sapphire/pkg/DESCR # sapphire/pkg/PLIST # sapphire/pkg/COMMENT # sapphire/patches # sapphire/Makefile # echo c - sapphire/ mkdir -p sapphire/ > /dev/null 2>&1 echo c - sapphire/files mkdir -p sapphire/files > /dev/null 2>&1 echo x - sapphire/files/md5 sed 's/^X//' >sapphire/files/md5 << 'END-of-sapphire/files/md5' XMD5 (sapphire-0.13.6.tar.gz) = b37848dd3aa9d4115af4e69b5d998799 END-of-sapphire/files/md5 echo c - sapphire/pkg mkdir -p sapphire/pkg > /dev/null 2>&1 echo x - sapphire/pkg/DESCR sed 's/^X//' >sapphire/pkg/DESCR << 'END-of-sapphire/pkg/DESCR' XSapphire is a small window manager based on aewm. Windows can be Xrolled up or hidden. Programs can be run from a menu. X XWWW: http://sapphire.sourceforge.net/ X XTrevor Johnson Xtrevor@jpj.net END-of-sapphire/pkg/DESCR echo x - sapphire/pkg/PLIST sed 's/^X//' >sapphire/pkg/PLIST << 'END-of-sapphire/pkg/PLIST' Xbin/sapphire END-of-sapphire/pkg/PLIST echo x - sapphire/pkg/COMMENT sed 's/^X//' >sapphire/pkg/COMMENT << 'END-of-sapphire/pkg/COMMENT' XSmall window manager END-of-sapphire/pkg/COMMENT echo c - sapphire/patches mkdir -p sapphire/patches > /dev/null 2>&1 echo x - sapphire/Makefile sed 's/^X//' >sapphire/Makefile << 'END-of-sapphire/Makefile' X# New ports collection makefile for: sapphire X# Version required: 0.13.6 X# Date created: 26 Jan 2000 X# Whom: trevor@jpj.net X# X# $FreeBSD$ X# X XDISTNAME= sapphire-0.13.6 XCATEGORIES= x11-wm XMASTER_SITES= http://download.sourceforge.net/sapphire/ X XMAINTAINER= trevor@jpj.net X XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes XUSE_GMAKE= yes X X.include END-of-sapphire/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 Jan 26 10:48:44 2000 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 7D5E914D7F; Wed, 26 Jan 2000 10:48:42 -0800 (PST) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA34968; Wed, 26 Jan 2000 10:48:42 -0800 (PST) (envelope-from sumikawa@FreeBSD.org) Date: Wed, 26 Jan 2000 10:48:42 -0800 (PST) From: Message-Id: <200001261848.KAA34968@freefall.freebsd.org> To: nnd@mail.nsk.ru, sumikawa@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16376: Correction for 'net/pchar' port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Correction for 'net/pchar' port State-Changed-From-To: open->closed State-Changed-By: sumikawa State-Changed-When: Thu Jan 27 03:48:04 JST 2000 State-Changed-Why: I've fixed a bit and coomited, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jan 26 12:30:29 2000 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 EA54F14CA3 for ; Wed, 26 Jan 2000 12:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA45714; Wed, 26 Jan 2000 12:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from octavian.rz.tu-clausthal.de (octavian.rz.tu-clausthal.de [139.174.3.35]) by hub.freebsd.org (Postfix) with ESMTP id 12E0815143 for ; Wed, 26 Jan 2000 12:26:31 -0800 (PST) (envelope-from inof@octavian.rz.tu-clausthal.de) Received: (from root@localhost) by octavian.rz.tu-clausthal.de (8.9.3/8.9.3) id VAA06305; Wed, 26 Jan 2000 21:26:30 +0100 (CET) (envelope-from inof) Message-Id: <200001262026.VAA06305@octavian.rz.tu-clausthal.de> Date: Wed, 26 Jan 2000 21:26:30 +0100 (CET) From: Oliver Fromme Reply-To: oliver.fromme@heim3.tu-clausthal.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16387: ports/mbone/vic: fix compiling errors Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16387 >Category: ports >Synopsis: ports/mbone/vic: fix compiling errors >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 Jan 26 12:30:03 PST 2000 >Closed-Date: >Last-Modified: >Originator: Oliver Fromme >Release: FreeBSD 4.0-20000123-CURRENT i386 >Organization: Clausthal University of Technology >Environment: FreeBSD 4-current >Description: ports/mbone/vic (vic 2.6) does not compile, because of compiling errors introduced with the compiler update in 4-current (the compiler performs stricter typechecking). >How-To-Repeat: cd /usr/ports/mbone/vic ; make >Fix: The following tar contains patch-ah and patch-ay. The former replaces the existing patch-ah, the latter is an additional (new) patch file, to be placed in ports/mbone/vic/patches. begin 644 vic-2.6.fixes.tar.gz M'XL(`"-7CS@"`^U8;6_;-A#.5^=7'%H@L&/9D65'1KQU2)HF6[HM'N(4VS=# MD6A;B$0*I!0W7?O?=T=1EI27-AG0[@4Z%%5,/7>\UT>4$B_U5SUOM?4596#; M[F@$6T!BW[D"N.[(!AC;HZ&[/[0'8X"!/;8'6V!O?0/)5.I)@"TI1/HYW'K% M6+3UOY->KP>UV#;#U.PO@ MK\(NL`[/GR//U&UUVJI=8A-"FTF)1>TUFVU M]G;I?]B%-QF#5(`'5]D20@[73/*]+$S\N1+^-3EL@>"@V`V37F24U*U*6:PL M"+S46THOAARLT((OI&1^&MU"PJ0*56ITT#;&C#X("=@S*2.SB&1ADH)8X,U; M.#O^]3<#U\`^P.4J5.![F6(*,A[ZGL)$",YQBU!P`Y:8$O;A1F0*$BFN(NV; MQP-8"ZF8!7$6I5K5X%/I<16'2J&)C09<,;U/$6L1Y<;_,C(J`21"INB29![6 M`2TH6&!H!KW9$0*FTI![Y*W">*:9)*^NP9,BXT%A7%$1?"^*8(EIQ&2*)&WW M^WT+9M/YR<7%],("_-DQ^/4JQ(I*IBCG2O1^4&*>9RP'&)A.'A66>I.7?Q(]7C-Y#6+V*U!ZX1YE$*TB_V&B'3%X/7L#5PP+JA]R?.0+XV"+P*& M3D3,4PQ#.TMAA>H*,\4PF8S#(GS/@K+^T]EI;]A_GT/1LVLNUA2W9+$7\A(W MZH]H4_+GZ.R/WJ@_Z`_K@1V1Z2)K*X\OF79U(:)(K-%!B$).!9$B-AKW^WI2 MM:BG!I.H=!9-FG%TL*^D;%2*+W;=79_%X*G3*=]6+Q4]6'/;H08:`M"Y1WPP(]^AJ<<14N.?:!`2!Q MD$?A!R86Q!"T#^%*-;Q=JE>ZDRAH-OUE/IL>_WQR66W4'=J8T*V=?(?<^8*' M2M,=S6TMG!,&)\?3\_.+D]-WLY,W$UI%C@+<77"&U<1)Y%17[%XE8IS1$`FD M!QB*D(Q"[KW$S`=L@74/VO.Y4(OYO`,?/Y9KV$H=HD/B/KH\G_R,UO/8SRA] MF?YR]C-P(I=>A5R^S(1&\>E4:!2>QX6;:)Y&A@;^9#8LS.O!5F&-&H/$2,-:-WJ=&L/L*-=7^('1\R5N='`WZ,(#<;WF/( MS9V"(HN%.D>:U4]U5_;TU;0+@EYB'X<+S3Q7V,?7>)8JR>G\Y/(=LM/1\4\3 M?4QS!F-K#%W'L?%"AS13&S].JF.`]"M@C>VZ$ED48`,`K6):"@4]/%CFOEG( MG6K?B##HF*.>HKK,'SGN=>^B/W,PK,>%O.CA6)IPW)$U<#`>=VP-]O.`/MT_ M=L9J6;J#/U8!;K,3KYYU]/SZ3Z;"Q?_DT^GO-N2!;LBA/30-25D\S^EI,@G0 M#_^FG_)'__O_T' MW_]AWQF5[_^NV[S_?_OW_UZ8;#X!7*XR_0D`W^IM9[+O3H8'M4\`.?;N5P#\ M5_D*X.@Q[CJ;::9)C/$`AM2@AP-V.PF-13%3NTE'=W^"C\B0SQ=>'.+1Z14< MG<[/D"J*F:W-(>K<&];[@'RB#+MR+V;E$T"E,O-3*`8R]VF'!K$8/QS:1#^O MVR\J%E[DCR/C*ZGVE;[D3_6M1AIII)%&&FFDD48:::211AIII)%&&FFDD7^! *_`7/#'S)`"@``*GV ` 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 Jan 26 14:20:56 2000 Delivered-To: freebsd-ports@freebsd.org Received: from jamie-mailer.snet.co.uk (host212-140-35-167.btinternet.com [212.140.35.167]) by hub.freebsd.org (Postfix) with ESMTP id 4EC7C14D53 for ; Wed, 26 Jan 2000 14:20:52 -0800 (PST) (envelope-from jamie@jamie-mailer.snet.co.uk) Received: (from jamie@localhost) by jamie-mailer.snet.co.uk (8.9.3/8.9.3) id WAA01544 for ports@freebsd.org; Wed, 26 Jan 2000 22:17:43 GMT (envelope-from jamie) From: Jamie Message-Id: <200001262217.WAA01544@jamie-mailer.snet.co.uk> Subject: mpeg To: ports@freebsd.org Date: Wed, 26 Jan 2000 22:17:43 +0000 (GMT) Reply-To: jamie@jamiesdomain.co.uk X-Mailer: ELM [version 2.4ME+ PL61 (25)] 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 does anyone know any simple good mpeg players for mpegs I have created with vcdgear? jamie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jan 26 15:30:11 2000 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 7A6A81533D for ; Wed, 26 Jan 2000 15:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA67927; Wed, 26 Jan 2000 15:30:01 -0800 (PST) (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 7054014BF9 for ; Wed, 26 Jan 2000 15:24:20 -0800 (PST) (envelope-from brett@peloton.runet.edu) Received: (from root@localhost) by peloton.runet.edu (8.9.3/8.9.3) id SAA17293; Wed, 26 Jan 2000 18:24:12 -0500 (EST) (envelope-from brett) Message-Id: <200001262324.SAA17293@peloton.runet.edu> Date: Wed, 26 Jan 2000 18:24:12 -0500 (EST) 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/16388: gimp-manual DISTFILE site update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16388 >Category: ports >Synopsis: updated the gimp-manual distfile location >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 Jan 26 15:30:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Brett Taylor >Release: FreeBSD 3.4-STABLE i386 >Organization: Radford University >Environment: FreeBSD 3.4-STABLE #0: Fri Jan 7 10:58:02 EST 2000 >Description: Radford Univ has put up a firewall disallowing ftp access to my machine so I moved it to http! :-) >How-To-Repeat: apply diff below >Fix: diff -ruN gimp-manual-html.orig/Makefile gimp-manual-html/Makefile --- gimp-manual-html.orig/Makefile Wed Jan 26 18:17:45 2000 +++ gimp-manual-html/Makefile Wed Jan 26 18:18:45 2000 @@ -10,7 +10,7 @@ PKGNAME= GimpUserManual-${DOCFORMAT}-1.0.0 CATEGORIES= graphics MASTER_SITES= ftp://manual.gimp.org/pub/manual/ \ - ftp://peloton.runet.edu/pub/distfiles/ + http://peloton.runet.edu/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 Wed Jan 26 15:30:13 2000 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 CFCB4153C6 for ; Wed, 26 Jan 2000 15:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA67974; Wed, 26 Jan 2000 15:30:02 -0800 (PST) (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 E75F115556 for ; Wed, 26 Jan 2000 15:28:43 -0800 (PST) (envelope-from brett@peloton.runet.edu) Received: (from root@localhost) by peloton.runet.edu (8.9.3/8.9.3) id SAA17443; Wed, 26 Jan 2000 18:28:42 -0500 (EST) (envelope-from brett) Message-Id: <200001262328.SAA17443@peloton.runet.edu> Date: Wed, 26 Jan 2000 18:28:42 -0500 (EST) 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/16389: qclock MASTER_SITE update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16389 >Category: ports >Synopsis: update of qclock MASTER_SITE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jan 26 15:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Brett Taylor >Release: FreeBSD 3.4-STABLE i386 >Organization: Radford University >Environment: FreeBSD 3.4-STABLE #0: Fri Jan 7 10:58:02 EST 2000 >Description: Radford University has put in a firewall preventing ftp access so I moved the file to the http side! :-) >How-To-Repeat: apply diff below >Fix: diff -ruN qclock.orig/Makefile qclock/Makefile --- qclock.orig/Makefile Wed Jan 26 18:25:15 2000 +++ qclock/Makefile Wed Jan 26 18:25:32 2000 @@ -9,7 +9,7 @@ DISTNAME= qclock PKGNAME= qclock-1.0 CATEGORIES= misc -MASTER_SITES= ftp://peloton.runet.edu/pub/distfiles/ +MASTER_SITES= http://peloton.runet.edu/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 Wed Jan 26 15:40:11 2000 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 5C8FD15424 for ; Wed, 26 Jan 2000 15:40:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA68908; Wed, 26 Jan 2000 15:40:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 26 Jan 2000 15:40:04 -0800 (PST) Message-Id: <200001262340.PAA68908@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Brett Taylor Subject: Re: ports/16388: gimp-manual DISTFILE site update Reply-To: Brett Taylor Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/16388; it has been noted by GNATS. From: Brett Taylor To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/16388: gimp-manual DISTFILE site update Date: Wed, 26 Jan 2000 18:33:44 -0500 (EST) Hi, > >Synopsis: updated the gimp-manual distfile location Duh - this was a MASTER_SITE update, not a distfile... Still, it's a one line diff no matter what I called it! :-) Brett ***************************************************** Dr. Brett Taylor brett@peloton.runet.edu * Dept of Chem and Physics * Curie 39A (540) 831-6147 * Dept. of Mathematics and Statistics * Walker 234 (540) 831-5410 * ***************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jan 26 15:42:32 2000 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 B364315447; Wed, 26 Jan 2000 15:42:31 -0800 (PST) (envelope-from mph@FreeBSD.org) Received: (from mph@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA69205; Wed, 26 Jan 2000 15:42:31 -0800 (PST) (envelope-from mph@FreeBSD.org) Date: Wed, 26 Jan 2000 15:42:31 -0800 (PST) From: Message-Id: <200001262342.PAA69205@freefall.freebsd.org> To: brett@peloton.runet.edu, mph@FreeBSD.org, freebsd-ports@FreeBSD.org, mph@FreeBSD.org Subject: Re: ports/16388: updated the gimp-manual distfile location Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: updated the gimp-manual distfile location State-Changed-From-To: open->closed State-Changed-By: mph State-Changed-When: Wed Jan 26 18:42:08 EST 2000 State-Changed-Why: MASTER_SITE, or distfile, or whatzitcalled updated. Responsible-Changed-From-To: freebsd-ports->mph Responsible-Changed-By: mph Responsible-Changed-When: Wed Jan 26 18:42:08 EST 2000 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 Jan 26 15:42:55 2000 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 D42D015156; Wed, 26 Jan 2000 15:42:53 -0800 (PST) (envelope-from mph@FreeBSD.org) Received: (from mph@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA69297; Wed, 26 Jan 2000 15:42:53 -0800 (PST) (envelope-from mph@FreeBSD.org) Date: Wed, 26 Jan 2000 15:42:53 -0800 (PST) From: Message-Id: <200001262342.PAA69297@freefall.freebsd.org> To: brett@peloton.runet.edu, mph@FreeBSD.org, freebsd-ports@FreeBSD.org, mph@FreeBSD.org Subject: Re: ports/16389: update of qclock MASTER_SITE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update of qclock MASTER_SITE State-Changed-From-To: open->closed State-Changed-By: mph State-Changed-When: Wed Jan 26 18:42:35 EST 2000 State-Changed-Why: MASTER_SITE updated. Responsible-Changed-From-To: freebsd-ports->mph Responsible-Changed-By: mph Responsible-Changed-When: Wed Jan 26 18:42:35 EST 2000 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 Jan 26 17: 6:12 2000 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 2066315454; Wed, 26 Jan 2000 17:06:11 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA78974; Wed, 26 Jan 2000 17:06:10 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Wed, 26 Jan 2000 17:06:10 -0800 (PST) From: Message-Id: <200001270106.RAA78974@freefall.freebsd.org> To: sanpei@sanpei.org, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16384: fix broken ports: japanese/jtex209-both Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fix broken ports: japanese/jtex209-both State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Wed Jan 26 17:05:42 PST 2000 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 Wed Jan 26 17:18:59 2000 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 75A7B1548B; Wed, 26 Jan 2000 17:18:58 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA80411; Wed, 26 Jan 2000 17:18:58 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Wed, 26 Jan 2000 17:18:58 -0800 (PST) From: Message-Id: <200001270118.RAA80411@freefall.freebsd.org> To: cjh@kr.FreeBSD.ORG, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16375: Ports fix: print/transfig Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Ports fix: print/transfig State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Wed Jan 26 17:13:11 PST 2000 State-Changed-Why: If a update-patch in ports/16381 is committed then this patch is not needed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jan 26 17:48:52 2000 Delivered-To: freebsd-ports@freebsd.org Received: from cc158233-a.catv1.md.home.com (cc158233-a.catv1.md.home.com [24.3.25.17]) by hub.freebsd.org (Postfix) with ESMTP id BAEFC15261 for ; Wed, 26 Jan 2000 17:48:49 -0800 (PST) (envelope-from sjr@home.net) Received: from istari.home.net (localhost.home.net [127.0.0.1]) by cc158233-a.catv1.md.home.com (8.9.3/8.9.3) with ESMTP id UAA13739 for ; Wed, 26 Jan 2000 20:48:46 -0500 (EST) (envelope-from sjr@cc158233-a.catv1.md.home.com) Message-Id: <200001270148.UAA13739@cc158233-a.catv1.md.home.com> Date: Wed, 26 Jan 2000 20:48:45 -0500 (EST) From: "Stephen J. Roznowski" Subject: G2player-6.0 port? To: freebsd-ports@FreeBSD.ORG MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Has anyone written a FreeBSD port for the Linux G2 player? Thanks, -SR -- Stephen J. Roznowski (sjr@home.net) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jan 26 18:20: 7 2000 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 52F6C1541A for ; Wed, 26 Jan 2000 18:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA87598; Wed, 26 Jan 2000 18:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from rivendell.mel.vet.com.au (rivendell.mel.vet.com.au [203.103.154.61]) by hub.freebsd.org (Postfix) with ESMTP id 6950E15363 for ; Wed, 26 Jan 2000 18:18:28 -0800 (PST) (envelope-from lodea@vet.com.au) Received: (from lodea@localhost) by rivendell.mel.vet.com.au (8.9.3/8.9.3) id NAA22461; Thu, 27 Jan 2000 13:18:16 +1100 (EST) Message-Id: <200001270218.NAA22461@rivendell.mel.vet.com.au> Date: Thu, 27 Jan 2000 13:18:16 +1100 (EST) From: "Lachlan O'Dea" Reply-To: lodea@vet.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16391: Update net/openldap to 1.2.9 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16391 >Category: ports >Synopsis: OpenLDAP 1.2.9 released >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 Jan 26 18:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Lachlan O'Dea >Release: FreeBSD 3.3-STABLE i386 >Organization: Computer Associates >Environment: >Description: Update net/openldap to 1.2.9. >How-To-Repeat: >Fix: diff -ruN openldap.old/Makefile openldap/Makefile --- openldap.old/Makefile Sat Dec 25 06:09:42 1999 +++ openldap/Makefile Thu Jan 27 12:32:41 2000 @@ -1,12 +1,12 @@ # New ports collection makefile for: openldap -# Version required: 1.2.8 +# Version required: 1.2.9 # Date created: 20 Sep 1998 # Whom: Lachlan O'Dea # # $FreeBSD: ports/net/openldap/Makefile,v 1.10 1999/12/24 04:28:59 steve Exp $ # -DISTNAME= openldap-1.2.8 +DISTNAME= openldap-1.2.9 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ diff -ruN openldap.old/files/md5 openldap/files/md5 --- openldap.old/files/md5 Sat Dec 25 06:09:42 1999 +++ openldap/files/md5 Thu Jan 27 12:32:45 2000 @@ -1 +1 @@ -MD5 (openldap-1.2.8.tgz) = aa2b56cb5947721757aecab2e85b801d +MD5 (openldap-1.2.9.tgz) = d6ef63849c5a5367cfac84f99a0263e2 >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 Jan 26 18:30: 9 2000 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 E082C1551F for ; Wed, 26 Jan 2000 18:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA88374; Wed, 26 Jan 2000 18:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from oxygen.yy.ics.keio.ac.jp (oxygen.yy.ics.keio.ac.jp [131.113.47.3]) by hub.freebsd.org (Postfix) with ESMTP id 6C3D014FC1 for ; Wed, 26 Jan 2000 18:29:23 -0800 (PST) (envelope-from sanpei@sanpei.org) Received: from lavender.yy.cs.keio.ac.jp (lavender.rad.cc.keio.ac.jp [131.113.16.115]) by oxygen.yy.ics.keio.ac.jp (8.9.3+3.2W/3.7W) with ESMTP id LAA10701; Thu, 27 Jan 2000 11:29:11 +0900 (JST) (envelope-from sanpei@sanpei.org) Received: (from sanpei@localhost) by lavender.yy.cs.keio.ac.jp (8.9.3/3.7W) id LAA13276; Thu, 27 Jan 2000 11:29:11 +0900 (JST) Message-Id: <200001270229.LAA13276@lavender.yy.cs.keio.ac.jp> Date: Thu, 27 Jan 2000 11:29:11 +0900 (JST) From: sanpei@sanpei.org Reply-To: sanpei@sanpei.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16392: update ports: x11-fm/xcruise Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16392 >Category: ports >Synopsis: update ports: x11-fm/xcruise >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 Jan 26 18:30:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: MIHIRA Yoshiro >Release: FreeBSD 4.0-CURRENT i386 >Organization: Yokohama, Japan >Environment: >Description: I'm maintainer of x11-fm/xcruise. Original xcruise was updated to 0.24. I update ports file to 0.24 Thank you. >How-To-Repeat: >Fix: diff -uNr /usr/ports/x11-fm/xcruise/Makefile xcruise/Makefile --- /usr/ports/x11-fm/xcruise/Makefile Wed Jan 19 00:15:15 2000 +++ xcruise/Makefile Thu Jan 27 11:23:36 2000 @@ -7,7 +7,7 @@ # $FreeBSD: ports/x11-fm/xcruise/Makefile,v 1.1 2000/01/18 15:15:15 imura Exp $ # -DISTNAME= xcruise-0.22 +DISTNAME= xcruise-0.24 CATEGORIES= x11-fm MASTER_SITES= http://tanaka-www.cs.titech.ac.jp/%7Eeuske/prog/ diff -uNr /usr/ports/x11-fm/xcruise/files/md5 xcruise/files/md5 --- /usr/ports/x11-fm/xcruise/files/md5 Wed Jan 19 00:15:18 2000 +++ xcruise/files/md5 Thu Jan 27 11:26:57 2000 @@ -1,3 +1,3 @@ $NetBSD: md5,v 1.3 1999/12/08 00:26:28 itohy Exp $ -MD5 (xcruise-0.22.tar.gz) = 40361af90c752c1a21ac56ef252f3af9 +MD5 (xcruise-0.24.tar.gz) = 8c57a4b11ff38b2d48e6333e99c55e8d >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 Jan 26 18:59:23 2000 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 438C514E20; Wed, 26 Jan 2000 18:59:22 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA91325; Wed, 26 Jan 2000 18:59:22 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Wed, 26 Jan 2000 18:59:22 -0800 (PST) From: Message-Id: <200001270259.SAA91325@freefall.freebsd.org> To: tkato@prontomail.ne.jp, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16381: Update port: print/transfig to 3.2.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: print/transfig to 3.2.3 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Wed Jan 26 18:56:32 PST 2000 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 Wed Jan 26 22: 4:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from iclub.nsu.ru (iclub.nsu.ru [193.124.222.66]) by hub.freebsd.org (Postfix) with ESMTP id E88CA1540C for ; Wed, 26 Jan 2000 22:03:58 -0800 (PST) (envelope-from fjoe@iclub.nsu.ru) Received: from localhost (fjoe@localhost) by iclub.nsu.ru (8.9.3/8.9.3) with ESMTP id MAA90168 for ; Thu, 27 Jan 2000 12:03:50 +0600 (NS) (envelope-from fjoe@iclub.nsu.ru) Date: Thu, 27 Jan 2000 12:03:50 +0600 (NS) From: Max Khon To: ports@freebsd.org Subject: /usr/ports/lang/modula-3 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 hi, there! ======== cut here ======== -- m3bundle done -- ---------------------- building m3totex ---------------------- --- building in FreeBSD2 --- /usr/ports/lang/modula-3-lib/work/installed/bin/m3bundle -name B -F/var/tmp/qkb14411 *** *** runtime error: *** Segmentation violation - possible attempt to dereference NIL *** Abort trap - core dumped *** error code 134 ======== cut here ======= lark# uname -a FreeBSD lark.websci.ru 4.0-CURRENT FreeBSD 4.0-CURRENT #6: Mon Jan 24 16:15:58 NOVT 2000 fjoe@lark.websci.ru:/usr/src/sys/compile/lark i386 lark# /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jan 26 22: 9:23 2000 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 F29AC15525 for ; Wed, 26 Jan 2000 22:09:20 -0800 (PST) (envelope-from chuckr@picnic.mat.net) Received: from localhost (chuckr@localhost [127.0.0.1]) by picnic.mat.net (8.9.3/8.9.3) with ESMTP id BAA50969; Thu, 27 Jan 2000 01:06:56 -0500 (EST) (envelope-from chuckr@picnic.mat.net) Date: Thu, 27 Jan 2000 01:06:55 -0500 (EST) From: Chuck Robey To: Max Khon Cc: ports@FreeBSD.ORG Subject: Re: /usr/ports/lang/modula-3 In-Reply-To: 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 Thu, 27 Jan 2000, Max Khon wrote: > hi, there! > > ======== cut here ======== > -- m3bundle done -- > > ---------------------- building m3totex ---------------------- > > --- building in FreeBSD2 --- > /usr/ports/lang/modula-3-lib/work/installed/bin/m3bundle -name B > -F/var/tmp/qkb14411 > > > *** > *** runtime error: > *** Segmentation violation - possible attempt to dereference NIL > *** > > Abort trap - core dumped > *** error code 134 > ======== cut here ======= > > lark# uname -a > FreeBSD lark.websci.ru 4.0-CURRENT FreeBSD 4.0-CURRENT #6: Mon Jan 24 > 16:15:58 NOVT 2000 fjoe@lark.websci.ru:/usr/src/sys/compile/lark i386 > lark# I assume this *wasn't* building modula-3, it was in building the modula-3 dependency modula-3-libs? ---------------------------------------------------------------------------- Chuck Robey | Interests include C & Java programming, FreeBSD, chuckr@picnic.mat.net | electronics, communications, and signal processing. New Year's Resolution: I will not sphroxify gullible people into looking up fictitious words in the dictionary. ---------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jan 26 22:38:10 2000 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 AF55414D11; Wed, 26 Jan 2000 22:38:09 -0800 (PST) (envelope-from reg@FreeBSD.org) Received: (from reg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA10863; Wed, 26 Jan 2000 22:38:09 -0800 (PST) (envelope-from reg@FreeBSD.org) Date: Wed, 26 Jan 2000 22:38:09 -0800 (PST) From: Message-Id: <200001270638.WAA10863@freefall.freebsd.org> To: saper@SYSTEM.PL, reg@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16328: devel/libslang: documentation put outside PLIST and hier(7) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: devel/libslang: documentation put outside PLIST and hier(7) State-Changed-From-To: open->closed State-Changed-By: reg State-Changed-When: Wed Jan 26 22:37:14 PST 2000 State-Changed-Why: Patches committed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jan 26 23:57:53 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mb04.swip.net (mb04.swip.net [193.12.122.208]) by hub.freebsd.org (Postfix) with ESMTP id 87FDF14C8B for ; Wed, 26 Jan 2000 23:57:50 -0800 (PST) (envelope-from info@binserw.se) Received: from jorgen (d212-151-109-178.swipnet.se [212.151.109.178]) by mb04.swip.net (8.8.8/8.8.8) with SMTP id IAA16527; Thu, 27 Jan 2000 08:55:20 +0100 (MET) Message-ID: <000601bf689c$42317e70$6a646464@binserw> From: "Binserw AB" To: Cc: Subject: FreeBSD Port: snooper-19991202 Date: Thu, 27 Jan 2000 08:58:10 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0003_01BF68A4.A2E90A50" 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 This is a multi-part message in MIME format. ------=_NextPart_000_0003_01BF68A4.A2E90A50 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am trying to get the snooper 98-08-13 to work i write snooper /dev/sio0 /dev/sio1 and all i get back is inapropriate device specified. am i using the wrong ports, if so what should i write instead? i am using com 1 and com 2 Thankyou for your time Best Regards Stefan Olsson Binserw Ab ------=_NextPart_000_0003_01BF68A4.A2E90A50 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

I am trying to get the snooper 98-08-13 to = work
 
i write
snooper /dev/sio0 /dev/sio1
and all i get back is
inapropriate device specified.
am i using the wrong ports, if so what should i = write=20 instead?
i am using com 1 and com 2
 
Thankyou for your time
Best Regards
Stefan Olsson
Binserw Ab
------=_NextPart_000_0003_01BF68A4.A2E90A50-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jan 27 0:38:49 2000 Delivered-To: freebsd-ports@freebsd.org Received: from glitnir.cfar.umd.edu (glitnir.cfar.umd.edu [128.8.132.40]) by hub.freebsd.org (Postfix) with ESMTP id 3982F1538B; Thu, 27 Jan 2000 00:38:45 -0800 (PST) (envelope-from arensb@cfar.umd.edu) Received: from glitnir.cfar.umd.edu (localhost [127.0.0.1]) by glitnir.cfar.umd.edu (8.9.3/8.9.1) with ESMTP id DAA23775; Thu, 27 Jan 2000 03:38:44 -0500 (EST) Message-Id: <200001270838.DAA23775@glitnir.cfar.umd.edu> To: gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Cc: arensb@ooblick.com Subject: Re: ports/16293: New port: coldsync-1.0.0 In-reply-to: Your message of "Sat, 22 Jan 2000 06:00:01 PST." <200001221400.GAA99072@freefall.freebsd.org> Date: Thu, 27 Jan 2000 03:38:43 -0500 From: Andrew Arensburger Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, 22 Jan 2000 06:00:01 PST, gnats-admin@FreeBSD.org wrote: > >Category: ports > >Responsible: freebsd-ports > >Synopsis: New port: coldsync-1.0.0 > >Arrival-Date: Sat Jan 22 06:00:00 PST 2000 Since I submitted that port, version 1.1.2 has come out. The updated port is appended below. -- Andrew Arensburger, Systems guy Center for Automation Research arensb@cfar.umd.edu University of Maryland Sun Microsystems: we're the dot in ${PATH} # 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: # # . # ./files # ./files/md5 # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # ./Makefile # echo c - . mkdir -p . > /dev/null 2>&1 echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (coldsync-1.1.2.tar.gz) = 85d91ca5ff17b64b9077f1d850468691 END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XSynchronize a PalmPilot with a Unix workstation. END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' X ColdSync is a robust, extensible, portable tool for Xsynchronizing PalmOS devices (PalmPilot et al.) with a Unix Xworkstation. It also supports USB connections to a Visor, under XFreeBSD 4.0. X It runs without a GUI, and therefore allows you to sync Xwithout logging in. X ColdSync is extensible through the use of conduits, which Xallow it to share information with other applications. X X For more information, see Xhttp://www.ooblick.com/software/coldsync/ X X- Andrew Arensburger Xarensb@ooblick.com END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/coldsync X@unexec install-info --delete %D/info/conduits.info %D/info/dir X@unexec install-info --delete %D/info/pdb.info %D/info/dir Xinfo/conduits.info Xinfo/pdb.info X@exec install-info %D/info/conduits.info %D/info/dir X@exec install-info %D/info/pdb.info %D/info/dir END-of-./pkg/PLIST echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: coldsync X# Version required: 1.1.2 X# Date created: 27 January 2000 X# Whom: Andrew Arensburger X# X# $Id$ X# X XDISTNAME= coldsync-1.1.2 XCATEGORIES= palm comms XMASTER_SITES= http://www.ooblick.com/software/coldsync/ X XMAINTAINER= arensb@ooblick.com X XGNU_CONFIGURE= yes X XMAN8= coldsync.8 XMANCOMPRESSED= no X Xpost-install: X @install-info ${PREFIX}/info/conduits.info ${PREFIX}/info/dir X @install-info ${PREFIX}/info/pdb.info ${PREFIX}/info/dir X X.include END-of-./Makefile exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jan 27 0:50: 5 2000 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 158F31555E for ; Thu, 27 Jan 2000 00:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA24776; Thu, 27 Jan 2000 00:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 314691515B; Thu, 27 Jan 2000 00:47:33 -0800 (PST) Message-Id: <20000127084733.314691515B@hub.freebsd.org> Date: Thu, 27 Jan 2000 00:47:33 -0800 (PST) From: ganssauge@mpwsoftware.de To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/16396: libtool -export-symbols doesn't restrict exported symbols Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16396 >Category: ports >Synopsis: libtool -export-symbols doesn't restrict exported symbols >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 27 00:50:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Gottfried Ganßauge >Release: 3.3-STABLE >Organization: MPW Software >Environment: FreeBSD mpwcentral.lasec.de 3.3-STABLE FreeBSD 3.3-STABLE #5: Mon Oct 25 17:53:17 CEST 1999 Root@mpwcentral.lasec.de:/usr/src/sys/compile/MPWCENTRAL i386 >Description: I'm using libtool-1.3.3 to produce a shared library with some routines written in C++. The C++-Compiler I'm using is g++295 from ports on Nov 1, 1999. The linker command line is libtool --mode=link g++295 -v -O -o $@ \ `lorder $(OBJS) | tsort -q` \ -rpath $(INSTALLDIR) -version-info $(MAJOR) \ -export-symbols $(symbols) where $(symbols) contains the name of a file with all symbols to be exported. The library itself seems to work OK, but when I'm trying to use it with a TCL-Extension strange crashes occur. After tracing it back I finally found the cause: The TCL-Extension, which itself is also using C++, calls library routines from the first shlib which are, according to $(symbols) above, not supposed to be exported but in fact are. >How-To-Repeat: Run the following script: ----><---- SNIP ----><---- cat >x.cpp <<_EOF_ # include extern "C" int do_it (const char *file) { ifstream i (file); char ch; while (i.get(ch)) ch = 0; return (0); } _EOF_ libtool --mode=compile g++295 -c x.cpp cat >symbols <<_EOF_ do_it _EOF_ libtool --mode=link g++295 -v -o libx.la x.lo -rpath /usr/local/lib -version-info 0 -export-symbols symbols nm -D .libs/libx.so ----><---- SNIP ----><---- The output of the last nm command shows in fact that all routines from the C++-library which have been linked to the shared library are in fact exported although only 'do_it' was supposed to be visible. >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 Jan 27 0:59:36 2000 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 8723815562 for ; Thu, 27 Jan 2000 00:59:29 -0800 (PST) (envelope-from camel@avias.com) Received: from camel.avias.com (camel.avias.com [195.14.38.87]) by main.avias.com (8.9.3/8.9.3) with ESMTP id LAA26033; Thu, 27 Jan 2000 11:59:21 +0300 (MSK) (envelope-from camel@avias.com) Date: Thu, 27 Jan 2000 11:59:31 +0300 (MSK) From: Ilya Naumov To: paxvel@iname.com Cc: ports@freebsd.org, denis@null.net Subject: kicq from freebsd ports - cannot build 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 hello, i cannot build kicq from freebsd ports after yesterday's `make world' of freebsd 4.0-current. the build process stops just after `configure': ===> Building for kicq-0.3.0 make all-recursive Making all in kicq Making all in pics c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include -O -pipe -c main.cpp /usr/X11R6/bin/moc mainwindow.h -o mainwindow.moc /usr/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.3: Undefined symbol "_vt$9exception" *** Error code 1 Stop in /usr/ports/net/kicq/work/kicq-0.3.0/kicq. *** Error code 1 Stop in /usr/ports/net/kicq/work/kicq-0.3.0. *** Error code 1 Stop in /usr/ports/net/kicq/work/kicq-0.3.0. *** Error code 1 Stop in /usr/ports/net/kicq. *** Error code 1 Stop in /usr/ports/net/kicq. *** Error code 1 Stop in /usr/ports/net/kicq. any ideas? sincerely, ilya naumov (at work) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jan 27 1:20: 4 2000 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 366CC14EA5 for ; Thu, 27 Jan 2000 01:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA27609; Thu, 27 Jan 2000 01:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 27 Jan 2000 01:20:03 -0800 (PST) Message-Id: <200001270920.BAA27609@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jeremy Lea Subject: Re: ports/16396: libtool -export-symbols doesn't restrict exported symbols Reply-To: Jeremy Lea Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/16396; it has been noted by GNATS. From: Jeremy Lea To: ganssauge@mpwsoftware.de Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/16396: libtool -export-symbols doesn't restrict exported symbols Date: Thu, 27 Jan 2000 01:15:57 -0800 Hi, On Thu, Jan 27, 2000 at 12:47:33AM -0800, ganssauge@mpwsoftware.de wrote: > I'm using libtool-1.3.3 to produce a shared library with some routines written in C++. > The C++-Compiler I'm using is g++295 from ports on Nov 1, 1999. > The linker command line is > libtool --mode=link g++295 -v -O -o $@ \ > `lorder $(OBJS) | tsort -q` \ > -rpath $(INSTALLDIR) -version-info $(MAJOR) \ > -export-symbols $(symbols) > > where $(symbols) contains the name of a file with all symbols to be > exported. > The library itself seems to work OK, but when I'm trying to use it with > a TCL-Extension strange crashes occur. > After tracing it back I finally found the cause: > The TCL-Extension, which itself is also using C++, calls library routines > from the first shlib which are, according to $(symbols) above, not supposed > to be exported but in fact are. Is this libtool-1.3.3 from ports? If so then please try this with an unpatched libtool (just use ltmain.sh and ltconfig from libtool-1.3.3.tar.gz), and see if the problem is still present. Regards, -Jeremy -- FreeBSD - Because the best things in life are free... http://www.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 Jan 27 1:50: 7 2000 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 4E0B9154B2 for ; Thu, 27 Jan 2000 01:50:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA32912; Thu, 27 Jan 2000 01:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id A306414EA5 for ; Thu, 27 Jan 2000 01:47:06 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.3/8.9.3) id MAA68275; Thu, 27 Jan 2000 12:46:54 +0300 (MSK) Message-Id: <200001270946.MAA68275@netserv1.chg.ru> Date: Thu, 27 Jan 2000 12:46:54 +0300 (MSK) From: Dmitry Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16397: Please update net/mrtg for current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16397 >Category: ports >Synopsis: Please update net/mrtg for current >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 Jan 27 01:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dmitry Sivachenko >Release: FreeBSD 3.3-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -Nur mrtg.old/Makefile mrtg/Makefile --- mrtg.old/Makefile Tue Dec 28 07:06:36 1999 +++ mrtg/Makefile Thu Jan 27 12:31:51 2000 @@ -1,12 +1,12 @@ # New ports collection makefile for: MRTG -# Version required: 2.8.8 +# Version required: 2.8.11 # Date created: April 18th 1997 # Whom: James FitzGibbon # # $FreeBSD: ports/net/mrtg/Makefile,v 1.18 1999/12/27 21:28:24 steve Exp $ # -DISTNAME= mrtg-2.8.8 +DISTNAME= mrtg-2.8.11 CATEGORIES= net MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub/ @@ -31,21 +31,22 @@ .if !defined(NOPORTDOCS) ${MKDIR} -m 755 ${PREFIX}/share/doc/mrtg for file in ANNOUNCE CHANGES COPYING COPYRIGHT MANIFEST README \ - doc/config.html doc/config.pod doc/config.txt doc/htaccess.txt \ + UPGRADING doc/config.html doc/config.pod \ + doc/config.txt doc/htaccess.txt \ doc/logfile-format.txt doc/manual.html doc/manual.txt \ doc/mibhelp.txt doc/squid.txt ; do \ ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/share/doc/mrtg/; \ done .endif ${INSTALL_DATA} ${WRKSRC}/doc/sample-mrtg.cfg ${PREFIX}/etc/mrtg - for file in ${WRKSRC}/images/*.gif; do \ + for file in ${WRKSRC}/images/*; do \ ${INSTALL_DATA} $$file ${PREFIX}/share/mrtg/; \ done for file in SNMP_Session.pm SNMP_util.pm BER.pm locales_mrtg.pm; do \ ${INSTALL_DATA} ${WRKSRC}/run/$$file ${PREFIX}/lib/perl5/site_perl/${PERL_VER}; \ done ${INSTALL_PROGRAM} ${WRKSRC}/run/rateup ${PREFIX}/bin/ - for file in mrtg cfgmaker cfgmaker_ip indexmaker; do \ + for file in mrtg cfgmaker cfgmaker_ip cfgmaker_phys indexmaker; do \ ${INSTALL_SCRIPT} ${WRKSRC}/run/$$file ${PREFIX}/bin/; \ done diff -Nur mrtg.old/files/md5 mrtg/files/md5 --- mrtg.old/files/md5 Thu Sep 9 02:42:13 1999 +++ mrtg/files/md5 Thu Jan 27 11:38:03 2000 @@ -1 +1 @@ -MD5 (mrtg-2.8.8.tar.gz) = 0610929a8c480cce570f810f52f5c194 +MD5 (mrtg-2.8.11.tar.gz) = e4ffa5b0284696c3f31faf58a44cb280 diff -Nur mrtg.old/pkg/PLIST mrtg/pkg/PLIST --- mrtg.old/pkg/PLIST Fri Jul 30 10:32:01 1999 +++ mrtg/pkg/PLIST Thu Jan 27 12:32:03 2000 @@ -1,5 +1,6 @@ bin/cfgmaker bin/cfgmaker_ip +bin/cfgmaker_phys bin/indexmaker bin/mrtg bin/rateup @@ -12,12 +13,17 @@ share/mrtg/mrtg-m.gif share/mrtg/mrtg-r.gif share/mrtg/mrtg-ti.gif +share/mrtg/mrtg-l.png +share/mrtg/mrtg-m.png +share/mrtg/mrtg-r.png +share/mrtg/mrtg-ti.png share/doc/mrtg/ANNOUNCE share/doc/mrtg/CHANGES share/doc/mrtg/COPYING share/doc/mrtg/COPYRIGHT share/doc/mrtg/MANIFEST share/doc/mrtg/README +share/doc/mrtg/UPGRADING share/doc/mrtg/config.html share/doc/mrtg/config.pod share/doc/mrtg/config.txt >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 Jan 27 2:40: 6 2000 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 4B5741553A for ; Thu, 27 Jan 2000 02:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA38121; Thu, 27 Jan 2000 02:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from goliath.siemens.de (goliath.siemens.de [194.138.37.131]) by hub.freebsd.org (Postfix) with ESMTP id 1BB1F154F8 for ; Thu, 27 Jan 2000 02:36:54 -0800 (PST) (envelope-from ust@cert.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by goliath.siemens.de (8.9.3/8.9.3) with ESMTP id LAA03374; Thu, 27 Jan 2000 11:36:52 +0100 (MET) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.9.3/8.9.3) with ESMTP id LAA16263; Thu, 27 Jan 2000 11:36:51 +0100 (MET) Received: from alaska.cert.siemens.de (reims.mchp.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.9.3/8.9.3/Siemens CERT [ $Revision: 1.3 ]) with ESMTP id LAA54300; Thu, 27 Jan 2000 11:36:51 +0100 (CET) (envelope-from ust@alaska.cert.siemens.de) Received: (from ust@localhost) by alaska.cert.siemens.de (8.9.3/8.9.3/alaska [ $Revision: 1.3 ]) id KAA32489; Thu, 27 Jan 2000 10:36:51 GMT (envelope-from ust) Message-Id: <200001271036.KAA32489@alaska.cert.siemens.de> Date: Thu, 27 Jan 2000 10:36:51 GMT From: Udo Schweigert Reply-To: ust@cert.siemens.de To: FreeBSD-gnats-submit@freebsd.org, dr@domix.de X-Send-Pr-Version: 3.2 Subject: ports/16398: Update to port net/iplog Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16398 >Category: ports >Synopsis: Update to port net/iplog >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 Jan 27 02:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Udo Schweigert >Release: FreeBSD 3.4-STABLE i386 >Organization: Siemens AG. ZT IK 3 >Environment: FreeBSD 3.4-STABLE i386 >Description: Update the iplog port to version 2.1.2. If the original Maintainer agrees, I can take over this port into my responsebility since I use iplog every day and mirror the sources onto one of our servers. >How-To-Repeat: >Fix: Patch here included updates to newest version, fixes the new MASTER_SITES and does not overwrite already existing config-file. diff -ru /usr/ports/net/iplog/Makefile iplog/Makefile --- /usr/ports/net/iplog/Makefile Tue Oct 26 05:28:28 1999 +++ iplog/Makefile Thu Jan 27 11:35:06 2000 @@ -1,14 +1,21 @@ # New ports collection makefile for: iplog -# Version required: 2.0-1017 +# Version required: 2.1.2 # Date created: 4 Oct 1999 # Whom: Dominik Rothert # # $FreeBSD: ports/net/iplog/Makefile,v 1.2 1999/10/26 03:28:28 mharo Exp $ # -DISTNAME= iplog-2.0-1017 +DISTNAME= iplog-2.1.0 +PKGNAME= iplog-2.1.2 CATEGORIES= security -MASTER_SITES= http://www.numb.org/~odin/stuff/ +MASTER_SITES= http://download.sourceforge.net/ojnk/ \ + ftp://ftp.karlsbakk.net/pub/ojnk/iplog/ + +PATCH_SITES= http://ojnk.sourceforge.net/stuff/ \ + ftp://ftp.karlsbakk.net/pub/ojnk/iplog/ +PATCHFILES= iplog-2.1.0-2.diff +PATCH_DIST_STRIP=-p1 MAINTAINER= dr@domix.de @@ -16,11 +23,16 @@ MAKE_FLAGS= CONF_ARGS="--prefix=${PREFIX}" USE_GMAKE= yes +MAN5= iplog.rules.5 MAN8= iplog.8 +.include + post-install: strip ${PREFIX}/sbin/iplog - ${CP} ${WRKSRC}/example-iplog.rules ${PREFIX}/etc/iplog.rules.sample +.if !exists(${PREFIX}/etc/iplog.rules) ${CP} ${WRKSRC}/example-iplog.rules ${PREFIX}/etc/iplog.rules +.endif + ${CP} ${WRKSRC}/example-iplog.rules ${PREFIX}/etc/iplog.rules.sample -.include +.include diff -ru /usr/ports/net/iplog/files/md5 iplog/files/md5 --- /usr/ports/net/iplog/files/md5 Tue Oct 26 05:28:29 1999 +++ iplog/files/md5 Thu Jan 27 11:10:30 2000 @@ -1 +1,2 @@ -MD5 (iplog-2.0-1017.tar.gz) = 6a2cda10b32e7bf7a46bcdfe1d551c9f +MD5 (iplog-2.1.0.tar.gz) = 9bcecd2b829016ec2dba11f031f59317 +MD5 (iplog-2.1.0-2.diff) = eda4d558ed8116e4a2a22130d314c358 >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 Jan 27 2:59: 6 2000 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 B27BD15202; Thu, 27 Jan 2000 02:59:05 -0800 (PST) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA39892; Thu, 27 Jan 2000 02:59:05 -0800 (PST) (envelope-from nakai@FreeBSD.org) Date: Thu, 27 Jan 2000 02:59:05 -0800 (PST) From: Message-Id: <200001271059.CAA39892@freefall.freebsd.org> To: saper@SYSTEM.PL, nakai@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16383: www/vrweb: Unfetchable distfiles fixed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: www/vrweb: Unfetchable distfiles fixed State-Changed-From-To: open->closed State-Changed-By: nakai State-Changed-When: Thu Jan 27 02:58:20 PST 2000 State-Changed-Why: Update commited and maintainership, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jan 27 3: 9:53 2000 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 664411553E; Thu, 27 Jan 2000 03:09:52 -0800 (PST) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA41612; Thu, 27 Jan 2000 03:09:51 -0800 (PST) (envelope-from nakai@FreeBSD.org) Date: Thu, 27 Jan 2000 03:09:51 -0800 (PST) From: Message-Id: <200001271109.DAA41612@freefall.freebsd.org> To: trevor@jpj.net, nakai@FreeBSD.org, ports@FreeBSD.org Subject: Re: ports/16386: new port: x11-wm/sapphire Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: x11-wm/sapphire State-Changed-From-To: open->closed State-Changed-By: nakai State-Changed-When: Thu Jan 27 03:09:36 PST 2000 State-Changed-Why: New port commited, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jan 27 3:40: 6 2000 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 28ED914F39 for ; Thu, 27 Jan 2000 03:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA44243; Thu, 27 Jan 2000 03:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 66E9A154F4; Thu, 27 Jan 2000 03:35:03 -0800 (PST) Message-Id: <20000127113503.66E9A154F4@hub.freebsd.org> Date: Thu, 27 Jan 2000 03:35:03 -0800 (PST) From: lioux@linf.unb.br To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/16399: MAINTAINER email change on mail/qmail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16399 >Category: ports >Synopsis: MAINTAINER email change on mail/qmail >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 Jan 27 03:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Mario Sergio Fujikawa Ferreira >Release: >Organization: >Environment: >Description: I changed my contact email recently. My last ports have been submitted accordingly but mail/qmail was not updated. My mistake. I would like to update it. >How-To-Repeat: >Fix: --- Makefile.ORIG Thu Jan 27 09:28:25 2000 +++ Makefile Thu Jan 27 09:30:09 2000 @@ -1,7 +1,7 @@ # New ports collection makefile for: qmail # Version required: 1.03 # Date created: 25 May 1998 -# Whom: Mario S F Ferreira et al. +# Whom: Mario S F Ferreira et al. # # $FreeBSD: ports/mail/qmail/Makefile,v 1.12 1999/10/07 03:01:45 cpiazza Exp $ # @@ -25,7 +25,7 @@ PATCHFILES= qmail-103.patch PATCH_DIST_STRIP+= -p1 -MAINTAINER= lioux@gns.com.br +MAINTAINER= lioux@linf.unb.br # A normal qmail installation puts everything into /var/qmail/. # If you want to install to /usr/local/, then "/usr/local/qmail" is >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 Jan 27 3:40: 9 2000 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 AA2C9155D0 for ; Thu, 27 Jan 2000 03:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA44256; Thu, 27 Jan 2000 03:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 8BFA81553A for ; Thu, 27 Jan 2000 03:38:31 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.3/8.9.3) id OAA70453; Thu, 27 Jan 2000 14:38:28 +0300 (MSK) Message-Id: <200001271138.OAA70453@netserv1.chg.ru> Date: Thu, 27 Jan 2000 14:38:28 +0300 (MSK) From: Dmitry Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16400: Update/fix for -current x11-toolkits/fltk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16400 >Category: ports >Synopsis: Update/fix for -current x11-toolkits/fltk >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jan 27 03:40:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dmitry Sivachenko >Release: FreeBSD 3.3-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -Nur fltk.old/Makefile fltk/Makefile --- fltk.old/Makefile Tue Aug 31 06:59:11 1999 +++ fltk/Makefile Thu Jan 27 13:21:25 2000 @@ -1,13 +1,13 @@ # New ports collection makefile for: fltk -# Version required: 1.0.2 +# Version required: 1.0.7 # Date created: 11 February 1999 # Whom: Dima Sivachenko # # $FreeBSD: ports/x11-toolkits/fltk/Makefile,v 1.10 1999/08/31 02:59:11 peter Exp $ # -DISTNAME= fltk-1.0.3-source -PKGNAME= fltk-1.0.3 +DISTNAME= fltk-1.0.7-source +PKGNAME= fltk-1.0.7 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.fltk.org/pub/fltk/${VERSION}/ \ ftp://ftp.chg.ru/pub/X11/fltk/${VERSION}/ \ @@ -26,7 +26,6 @@ WRKSRC= ${WRKDIR}/${PKGNAME} USE_X_PREFIX= yes MAN1= fluid.1 -VERSION= 1.0.3 .include .if (${PORTOBJFORMAT} == "aout") @@ -39,11 +38,11 @@ ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/fltk - @ ${INSTALL_DATA} ${WRKSRC}/documentation/*.html \ - ${PREFIX}/share/doc/fltk - @ ${INSTALL_DATA} ${WRKSRC}/documentation/*.gif \ - ${PREFIX}/share/doc/fltk - @ ${INSTALL_DATA} ${WRKSRC}/documentation/*.jpg \ + for ext in html gif jpg ; do \ + ${INSTALL_DATA} ${WRKSRC}/documentation/*.$$ext \ + ${PREFIX}/share/doc/fltk; \ + done + ${INSTALL_DATA} ${WRKSRC}/documentation/README \ ${PREFIX}/share/doc/fltk .endif diff -Nur fltk.old/files/md5 fltk/files/md5 --- fltk.old/files/md5 Sun May 9 20:24:58 1999 +++ fltk/files/md5 Thu Jan 27 11:43:10 2000 @@ -1 +1 @@ -MD5 (fltk-1.0.3-source.tar.bz2) = f787a1e30edfcae08e17a1220afd0475 +MD5 (fltk-1.0.7-source.tar.bz2) = 7fc6d2a02f4619a217b9a76afa2384ad diff -Nur fltk.old/pkg/DESCR fltk/pkg/DESCR --- fltk.old/pkg/DESCR Mon May 3 08:51:00 1999 +++ fltk/pkg/DESCR Thu Jan 27 13:37:49 2000 @@ -1,7 +1,7 @@ The Fast Light ToolKit ("FLTK", pronounces "fulltick") is a LGPL'd C++ graphical user interface for X. -WWW: http://fltk.easysw.com +WWW: http://www.fltk.org --Dima dima@chg.ru diff -Nur fltk.old/pkg/PLIST fltk/pkg/PLIST --- fltk.old/pkg/PLIST Sun May 9 20:25:05 1999 +++ fltk/pkg/PLIST Thu Jan 27 13:33:57 2000 @@ -321,5 +321,7 @@ share/doc/fltk/valuators.gif share/doc/fltk/value_slider.gif share/doc/fltk/widgets.html +share/doc/fltk/README @dirrm include/FL +include/Fl @dirrm share/doc/fltk >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 Jan 27 3:50: 6 2000 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 79DC21556B for ; Thu, 27 Jan 2000 03:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA45325; Thu, 27 Jan 2000 03:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id CF3761556B for ; Thu, 27 Jan 2000 03:40:27 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.3/8.9.3) id OAA70578; Thu, 27 Jan 2000 14:39:42 +0300 (MSK) Message-Id: <200001271139.OAA70578@netserv1.chg.ru> Date: Thu, 27 Jan 2000 14:39:42 +0300 (MSK) From: Dmitry Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16401: Update x11-wm/flwm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16401 >Category: ports >Synopsis: Update x11-wm/flwm >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 Jan 27 03:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dmitry Sivachenko >Release: FreeBSD 3.3-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -Nur flwm.old/Makefile flwm/Makefile --- flwm.old/Makefile Tue Aug 31 07:00:00 1999 +++ flwm/Makefile Thu Jan 27 13:46:37 2000 @@ -1,12 +1,12 @@ # New ports collection makefile for: flwm -# Version required: 0.24 +# Version required: 0.25 # Date created: 12 February 1999 # Whom: Dima Sivachenko # # $FreeBSD: ports/x11-wm/flwm/Makefile,v 1.6 1999/08/31 03:00:00 peter Exp $ # -DISTNAME= flwm-0.24 +DISTNAME= flwm-0.25 CATEGORIES= x11-wm MASTER_SITES= http://www.cinenet.net/users/spitzak/flwm/ \ ftp://ftp.sai.msu.su/pub/X11/win_man/ diff -Nur flwm.old/files/md5 flwm/files/md5 --- flwm.old/files/md5 Mon May 17 03:34:16 1999 +++ flwm/files/md5 Thu Jan 27 13:46:59 2000 @@ -1 +1 @@ -MD5 (flwm-0.24.tgz) = 36a64baff8cbe149e2474f9fe5ca72ae +MD5 (flwm-0.25.tgz) = be036c20b15a28eed2b688cd7ef3f202 >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 Jan 27 4:17:40 2000 Delivered-To: freebsd-ports@freebsd.org Received: from m2.cs.berkeley.edu (m2.CS.Berkeley.EDU [128.32.45.178]) by hub.freebsd.org (Postfix) with ESMTP id E57B115176 for ; Thu, 27 Jan 2000 04:17:38 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca7-14.ix.netcom.com [209.109.235.14]) by m2.cs.berkeley.edu (8.9.3/8.9.3) with ESMTP id EAA27139; Thu, 27 Jan 2000 04:17:32 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id EAA68797; Thu, 27 Jan 2000 04:17:27 -0800 (PST) To: Marcin Cieslak Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Fixing comm/rzsz: what to do with a backdoor? References: From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) Date: 27 Jan 2000 04:17:25 -0800 In-Reply-To: Marcin Cieslak's message of "Wed, 26 Jan 2000 14:08:19 +0100 (MET)" Message-ID: Lines: 9 X-Mailer: Gnus v5.7/Emacs 20.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Marcin Cieslak * First, shall we remove this port as a harmful? I've just had about enough of this. I'm going to remove the port. I know it works better than the alternatives for some people, but they can always compile it from the source. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jan 27 5: 0: 6 2000 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 5E62015666 for ; Thu, 27 Jan 2000 05:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA54004; Thu, 27 Jan 2000 05:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 27BE11554F for ; Thu, 27 Jan 2000 04:52:16 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.3/8.9.3) id PAA72217; Thu, 27 Jan 2000 15:51:50 +0300 (MSK) Message-Id: <200001271251.PAA72217@netserv1.chg.ru> Date: Thu, 27 Jan 2000 15:51:50 +0300 (MSK) From: Dmitry Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16403: Unable to build devel/linuxthreads Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16403 >Category: ports >Synopsis: Unable to build devel/linuxthreads >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 27 05:00:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dmitry Sivachenko >Release: FreeBSD 3.3-RELEASE i386 >Organization: >Environment: FreeBSd-3.3-RELEASE, current ports tree. >Description: >How-To-Repeat: cd /usr/ports/devel/linuxthreads make The following output appears: hammer# make ===> Extracting for linuxthreads-2.1.2 >Fix: >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for glibc-linuxthreads-2.1.2.tar.gz. ===> Patching for linuxthreads-2.1.2 ===> Applying FreeBSD patches for linuxthreads-2.1.2 ===> Configuring for linuxthreads-2.1.2 ===> Building for linuxthreads-2.1.2 Warning: Object directory not changed from original /usr/ports/devel/linuxthreads/work/linuxthreads-2.1.2 cc -DCOMPILING_LINUXTHREADS -I/usr/ports/devel/linuxthreads/work/linuxthreads-2.1.2 -I/usr/ports/devel/linuxthreads/work/linuxthreads-2.1.2/sysdeps/i386 -I/usr/ports/devel/linuxthreads/work/linuxthreads-2.1.2/sysdeps/pthread -I/usr/ports/devel/linuxthrea ds/work/linuxthreads-2.1.2/sysdeps/unix/sysv/linux -I/usr/src/lib/libc/stdtime -DLIBC_RCS -DLINUXTHREADS -D__USE_UNIX98 -I/usr/src/lib/libc/i386 -I/usr/ports/devel/linuxthreads/work/linuxthreads-2.1.2/sysdeps/i386 -c _atomic_lock.S -o _atomic_lock.o cc -O -pipe -g -O2 -Wall -DCOMPILING_LINUXTHREADS -I/usr/ports/devel/linuxthreads/work/linuxthreads-2.1.2 -I/usr/ports/devel/linuxthreads/work/linuxthreads-2.1.2/sysdeps/i386 -I/usr/ports/devel/linuxthreads/work/linuxthreads-2.1.2/sysdeps/pthread -I/usr/ ports/devel/linuxthreads/work/linuxthreads-2.1.2/sysdeps/unix/sysv/linux -I/usr/src/lib/libc/stdtime -DLIBC_RCS -DLINUXTHREADS -D__USE_UNIX98 -c attr.c -o attr.o In file included from internals.h:28, from attr.c:22: freebsd-compat.h:93: warning: `struct timezone' declared inside parameter list freebsd-compat.h:93: warning: its scope is only this definition or declaration, freebsd-compat.h:93: warning: which is probably not what you want. cc -O -pipe -g -O2 -Wall -DCOMPILING_LINUXTHREADS -I/usr/ports/devel/linuxthreads/work/linuxthreads-2.1.2 -I/usr/ports/devel/linuxthreads/work/linuxthreads-2.1.2/sysdeps/i386 -I/usr/ports/devel/linuxthreads/work/linuxthreads-2.1.2/sysdeps/pthread -I/usr/ ports/devel/linuxthreads/work/linuxthreads-2.1.2/sysdeps/unix/sysv/linux -I/usr/src/lib/libc/stdtime -DLIBC_RCS -DLINUXTHREADS -D__USE_UNIX98 -c cancel.c -o cancel.o In file included from internals.h:28, from cancel.c:19: freebsd-compat.h:93: warning: `struct timezone' declared inside parameter list freebsd-compat.h:93: warning: its scope is only this definition or declaration, freebsd-compat.h:93: warning: which is probably not what you want. cc -DCOMPILING_LINUXTHREADS -I/usr/ports/devel/linuxthreads/work/linuxthreads-2.1.2 -I/usr/ports/devel/linuxthreads/work/linuxthreads-2.1.2/sysdeps/i386 -I/usr/ports/devel/linuxthreads/work/linuxthreads-2.1.2/sysdeps/pthread -I/usr/ports/devel/linuxthrea ds/work/linuxthreads-2.1.2/sysdeps/unix/sysv/linux -I/usr/src/lib/libc/stdtime -DLIBC_RCS -DLINUXTHREADS -D__USE_UNIX98 -I/usr/src/lib/libc/i386 -I/usr/ports/devel/linuxthreads/work/linuxthreads-2.1.2/sysdeps/i386 -c clone.S -o clone.o clone.S:3: DEFS.h: No such file or directory clone.S:4: SYS.h: No such file or directory *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jan 27 5:25:47 2000 Delivered-To: freebsd-ports@freebsd.org Received: from argon.blackdawn.com (deepspace9.dcds.edu [207.231.151.2]) by hub.freebsd.org (Postfix) with ESMTP id 772741509D for ; Thu, 27 Jan 2000 05:25:45 -0800 (PST) (envelope-from will@blackdawn.com) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 82B8119C0; Thu, 27 Jan 2000 08:25:42 -0500 (EST) Date: Thu, 27 Jan 2000 08:25:42 -0500 From: Will Andrews To: Ilya Naumov Cc: paxvel@iname.com, ports@FreeBSD.ORG, denis@null.net Subject: Re: kicq from freebsd ports - cannot build Message-ID: <20000127082542.A400@argon.blackdawn.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from camel@avias.com on Thu, Jan 27, 2000 at 11:59:31AM +0300 X-Operating-System: FreeBSD 4.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Jan 27, 2000 at 11:59:31AM +0300, Ilya Naumov wrote: > hello, > > i cannot build kicq from freebsd ports after yesterday's `make world' of > freebsd 4.0-current. the build process stops just after `configure': > > ===> Building for kicq-0.3.0 > make all-recursive > Making all in kicq > Making all in pics > c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/local/include > -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include -O -pipe -c main.cpp > /usr/X11R6/bin/moc mainwindow.h -o mainwindow.moc > /usr/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.3: Undefined symbol > "_vt$9exception" This is a known problem. I am working on these, plus many others. Please see my site at http://www.psn.net/~andrews/qtkde/. I hope to finish the entire job this weekend, before the ports freeze. -- 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 Thu Jan 27 8: 8:27 2000 Delivered-To: freebsd-ports@freebsd.org Received: from MEOWVAX.INT.TELE.DK (fw1.inet.tele.dk [193.163.158.4]) by hub.freebsd.org (Postfix) with ESMTP id 1330E14C82 for ; Thu, 27 Jan 2000 08:08:18 -0800 (PST) (envelope-from FLUFFEE@fluffy.gets.an.analprobe.dk) Received: from localhost (FLUFFEE@localhost) by MEOWVAX.INT.TELE.DK (8.9.3/8.9.3) with SMTP id RAA23846; Thu, 27 Jan 2000 17:08:14 +0100 (CET) (envelope-from FLUFFEE@fluffy.gets.an.analprobe.dk) X-Authentication-Warning: MEOWVAX.INT.TELE.DK: FLUFFEE owned process doing -bs Date: Thu, 27 Jan 1900 17:08:14 +0100 (CET) From: I am not any sort of Fluffy X-Sender: FLUFFEE@MEOWVAX.INT.TELE.DK Reply-To: freebsd-ports@netscum.dk To: freebsd-ports@freebsd.org Subject: ports DISTNAME/distfiles question(s)... Message-ID: Organization: We are not men, we are not Fluffy MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Howdy y'awl I've got a question or three, okay? It's like this: I'm trying to build a bunch of ports by giving the command (so as to overload the line to the local mirror with all the distfiles rather than going outside).... make MASTER_SITE_OVERRIDE=ftp://ftp.dk.freebsd.org/pub/FreeBSD/distfiles/ Most of the time it works great (say, for bash). Sometimes it doesn't. I trust that what I am doing is right? Where it fails is when the actual distfiles are in a subdirectory of the site's distfiles directory mirror. Take, f'rinstance, X11, called for when I'm trying to build cvsup. The X11 src.tgz files are in subdirectory `xc' under distfiles. One of the XFree86 Makefiles has this directory as `DISTNAME'. On the other hand, some other ports have DISTNAME and PKGNAME the same. On the third hand, something like `xemacs', which exists as a subdirectory under `distfiles', didn't exist by itself in the Makefile I looked at (but I didn't look too closely). So, the question: Just how do these subdirectories under `distfiles', if present, get specified in the Makefile? And what is the point of the different DISTNAME and PKGNAME and DISTFILES, so that if something is b0rken, I can attempt to fix it? This is probably all answered somewhere, so if you would be so kind as to point me to it, I'll show my gratitude by doing a bunch o' greppin' an' scratchin' and try to fix as best I can the ports that don't properly compile given the above commandline. Otherwise, give me a better generic commandline to get the files out of the local distfiles mirror. Now I have to specify the desired subdirectory when the command without it fails, and that's not nice. I'd guess these subdirectories are a somewhat recent addition? Thanks for letting me bother you. barry bouwsma, tele dnmrk intrnet To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jan 27 8:10:11 2000 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 845CB14CE9 for ; Thu, 27 Jan 2000 08:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA34883; Thu, 27 Jan 2000 08:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from tricord.system.pl (tricord.system.pl [195.205.185.10]) by hub.freebsd.org (Postfix) with ESMTP id 6868714D97 for ; Thu, 27 Jan 2000 08:06:38 -0800 (PST) (envelope-from saper@saperski.system.pl) Received: from saperski.system.pl (saperski.system.pl [195.205.185.24]) by tricord.system.pl (SYSTEM Internet) with ESMTP id RAA13713; Thu, 27 Jan 2000 17:06:44 +0100 (MET) Received: (from saper@localhost) by saperski.system.pl (8.9.3/8.9.3) id RAA00686; Thu, 27 Jan 2000 17:06:36 +0100 (CET) (envelope-from saper) Message-Id: <200001271606.RAA00686@saperski.system.pl> Date: Thu, 27 Jan 2000 17:06:36 +0100 (CET) From: Marcin Cieslak Reply-To: saper@SYSTEM.PL To: FreeBSD-gnats-submit@freebsd.org Cc: saper@SYSTEM.PL X-Send-Pr-Version: 3.2 Subject: ports/16404: net/libsmi: New port, MIB/SMI management library Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16404 >Category: ports >Synopsis: net/libsmi: New port, MIB/SMI management library >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jan 27 08:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Marcin Cieslak >Release: FreeBSD 3.4-STABLE i386 >Organization: SYSTEM Internet Provider, http://www.system.pl/ >Environment: Current ports tree >Description: New port of libsmi-0.1.8, a system management information library. Includes few tools for MIB handling and a couple of IANA, IETF, IRTF and other MIB files. This port is a prerequsite for gxsnmp, GNOME snmp package and it is also used by a new development version of tcpdump if anyone interested. >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: # # libsmi # libsmi/files # libsmi/files/md5 # libsmi/Makefile # libsmi/patches # libsmi/patches/patch-aa # libsmi/patches/patch-ab # libsmi/pkg # libsmi/pkg/DESCR # libsmi/pkg/COMMENT # libsmi/pkg/PLIST # echo c - libsmi mkdir -p libsmi > /dev/null 2>&1 echo c - libsmi/files mkdir -p libsmi/files > /dev/null 2>&1 echo x - libsmi/files/md5 sed 's/^X//' >libsmi/files/md5 << 'END-of-libsmi/files/md5' XMD5 (libsmi-0.1.8.tar.gz) = 8f2b50b73e602dcae7776efb259bc59c END-of-libsmi/files/md5 echo x - libsmi/Makefile sed 's/^X//' >libsmi/Makefile << 'END-of-libsmi/Makefile' X# New ports collection makefile for: libsmi X# Version required: 0.1.8 X# Date created: Tue Jan 27 2000 X# Whom: saper@system.pl X# X# $FreeBSD$ X# X XDISTNAME= libsmi-0.1.8 XCATEGORIES= net XMASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/ X XMAINTAINER= saper@system.pl X X#LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 X X#USE_X_PREFIX= yes X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XMIBDIR= ${PREFIX}/share/smi/mibs XCONFIGURE_ARGS+=--with-data-dir=${PREFIX}/share/smi \ X --with-mibdir=${MIBDIR} \ X --with-smipath=${MIBDIR}/ietf:${MIBDIR}/iana:${MIBDIR}/irtf:${MIBDIR}/site X XMAN1= smiquery.1 smilint.1 smidump.1 smistrip.1 XMAN3= libsmi.3 smi_config.3 smi_module.3 smi_macro.3 smi_node.3 smi_type.3 X X.include END-of-libsmi/Makefile echo c - libsmi/patches mkdir -p libsmi/patches > /dev/null 2>&1 echo x - libsmi/patches/patch-aa sed 's/^X//' >libsmi/patches/patch-aa << 'END-of-libsmi/patches/patch-aa' X--- configure.in.orig Tue Dec 14 16:02:57 1999 X+++ configure.in Thu Jan 27 09:59:41 2000 X@@ -40,7 +40,7 @@ X AC_CHECK_HEADER(getopt.h, AC_DEFINE(HAVE_GETOPT_H)) X AC_CHECK_HEADER(pwd.h, AC_DEFINE(HAVE_PWD_H)) X X-AC_DEFINE(DEFAULT_GLOBALCONFIG, "/usr/local/etc/smi.conf") X+AC_DEFINE_UNQUOTED(DEFAULT_GLOBALCONFIG, "${prefix}/etc/smi.conf") X AC_DEFINE(DEFAULT_USERCONFIG, ".smirc") X X AC_ARG_WITH(mibdir, END-of-libsmi/patches/patch-aa echo x - libsmi/patches/patch-ab sed 's/^X//' >libsmi/patches/patch-ab << 'END-of-libsmi/patches/patch-ab' X--- configure.orig Tue Dec 14 16:10:44 1999 X+++ configure Thu Jan 27 10:00:04 2000 X@@ -1405,8 +1405,8 @@ X fi X X X-cat >> confdefs.h <<\EOF X-#define DEFAULT_GLOBALCONFIG "/usr/local/etc/smi.conf" X+cat >> confdefs.h <> confdefs.h <<\EOF END-of-libsmi/patches/patch-ab echo c - libsmi/pkg mkdir -p libsmi/pkg > /dev/null 2>&1 echo x - libsmi/pkg/DESCR sed 's/^X//' >libsmi/pkg/DESCR << 'END-of-libsmi/pkg/DESCR' XThe purpose of libsmi is to give network management applications Xa concise programmer-friendly interface to access MIB module information, Xseparate the knowledge on SMI from the main parts of management applications, Xallow to add new kinds of MIB repositories without the need Xto adapt applications that make use of libsmi. X XThere are also simple tools to handle MIBs included. X XWWW: http://www.ibr.cs.tu-bs.de/projects/libsmi/ X X-- X << Marcin Cieslak // saper@system.pl >> END-of-libsmi/pkg/DESCR echo x - libsmi/pkg/COMMENT sed 's/^X//' >libsmi/pkg/COMMENT << 'END-of-libsmi/pkg/COMMENT' XA library to access SMI MIB information END-of-libsmi/pkg/COMMENT echo x - libsmi/pkg/PLIST sed 's/^X//' >libsmi/pkg/PLIST << 'END-of-libsmi/pkg/PLIST' Xbin/smidump Xbin/smilint Xbin/smiquery Xbin/smistrip Xinclude/smi.h Xlib/libsmi.a Xlib/libsmi.la Xlib/libsmi.so Xlib/libsmi.so.1 X@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B X@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R Xshare/smi/mibs/iana/IANA-ADDRESS-FAMILY-NUMBERS-MIB Xshare/smi/mibs/iana/IANA-LANGUAGE-MIB Xshare/smi/mibs/iana/IANATn3270eTC-MIB Xshare/smi/mibs/iana/IANAifType-MIB Xshare/smi/mibs/ietf/ACCOUNTING-CONTROL-MIB Xshare/smi/mibs/ietf/ADSL-LINE-MIB Xshare/smi/mibs/ietf/ADSL-TC-MIB Xshare/smi/mibs/ietf/APPC-MIB Xshare/smi/mibs/ietf/APPLETALK-MIB Xshare/smi/mibs/ietf/APPLICATION-MIB Xshare/smi/mibs/ietf/APPN-DLUR-MIB Xshare/smi/mibs/ietf/APPN-MIB Xshare/smi/mibs/ietf/APPN-TRAP-MIB Xshare/smi/mibs/ietf/ATM-ACCOUNTING-INFORMATION-MIB Xshare/smi/mibs/ietf/ATM-MIB Xshare/smi/mibs/ietf/ATM-TC-MIB Xshare/smi/mibs/ietf/BGP4-MIB Xshare/smi/mibs/ietf/BRIDGE-MIB Xshare/smi/mibs/ietf/CHARACTER-MIB Xshare/smi/mibs/ietf/CLNS-MIB Xshare/smi/mibs/ietf/DECNET-PHIV-MIB Xshare/smi/mibs/ietf/DIAL-CONTROL-MIB Xshare/smi/mibs/ietf/DIRECTORY-SERVER-MIB Xshare/smi/mibs/ietf/DISMAN-SCHEDULE-MIB Xshare/smi/mibs/ietf/DISMAN-SCRIPT-MIB Xshare/smi/mibs/ietf/DLSW-MIB Xshare/smi/mibs/ietf/DNS-RESOLVER-MIB Xshare/smi/mibs/ietf/DNS-SERVER-MIB Xshare/smi/mibs/ietf/DOCS-CABLE-DEVICE-MIB Xshare/smi/mibs/ietf/DOCS-IF-MIB Xshare/smi/mibs/ietf/DOT12-IF-MIB Xshare/smi/mibs/ietf/DOT12-RPTR-MIB Xshare/smi/mibs/ietf/DS0-MIB Xshare/smi/mibs/ietf/DS0BUNDLE-MIB Xshare/smi/mibs/ietf/DS1-MIB Xshare/smi/mibs/ietf/DS3-MIB Xshare/smi/mibs/ietf/DSA-MIB Xshare/smi/mibs/ietf/EBN-MIB Xshare/smi/mibs/ietf/ENTITY-MIB Xshare/smi/mibs/ietf/EtherLike-MIB Xshare/smi/mibs/ietf/FDDI-SMT73-MIB Xshare/smi/mibs/ietf/FLOW-METER-MIB Xshare/smi/mibs/ietf/FRAME-RELAY-DTE-MIB Xshare/smi/mibs/ietf/FRNETSERV-MIB Xshare/smi/mibs/ietf/HOST-RESOURCES-MIB Xshare/smi/mibs/ietf/HPR-IP-MIB Xshare/smi/mibs/ietf/HPR-MIB Xshare/smi/mibs/ietf/IF-MIB Xshare/smi/mibs/ietf/INTEGRATED-SERVICES-GUARANTEED-MIB Xshare/smi/mibs/ietf/INTEGRATED-SERVICES-MIB Xshare/smi/mibs/ietf/IP-FORWARD-MIB Xshare/smi/mibs/ietf/IP-MIB Xshare/smi/mibs/ietf/IPATM-IPMC-MIB Xshare/smi/mibs/ietf/IPOA-MIB Xshare/smi/mibs/ietf/IPV6-ICMP-MIB Xshare/smi/mibs/ietf/IPV6-MIB Xshare/smi/mibs/ietf/IPV6-TC Xshare/smi/mibs/ietf/IPV6-TCP-MIB Xshare/smi/mibs/ietf/IPV6-UDP-MIB Xshare/smi/mibs/ietf/ISDN-MIB Xshare/smi/mibs/ietf/Job-Monitoring-MIB Xshare/smi/mibs/ietf/MAU-MIB Xshare/smi/mibs/ietf/MIOX25-MIB Xshare/smi/mibs/ietf/MIP-MIB Xshare/smi/mibs/ietf/MTA-MIB Xshare/smi/mibs/ietf/Modem-MIB Xshare/smi/mibs/ietf/NETWORK-SERVICES-MIB Xshare/smi/mibs/ietf/NHRP-MIB Xshare/smi/mibs/ietf/OSPF-MIB Xshare/smi/mibs/ietf/OSPF-TRAP-MIB Xshare/smi/mibs/ietf/P-BRIDGE-MIB Xshare/smi/mibs/ietf/PARALLEL-MIB Xshare/smi/mibs/ietf/PPP-BRIDGE-NCP-MIB Xshare/smi/mibs/ietf/PPP-IP-NCP-MIB Xshare/smi/mibs/ietf/PPP-LCP-MIB Xshare/smi/mibs/ietf/PPP-SEC-MIB Xshare/smi/mibs/ietf/PerfHist-TC-MIB Xshare/smi/mibs/ietf/Printer-MIB Xshare/smi/mibs/ietf/Q-BRIDGE-MIB Xshare/smi/mibs/ietf/RADIUS-ACC-CLIENT-MIB Xshare/smi/mibs/ietf/RADIUS-ACC-SERVER-MIB Xshare/smi/mibs/ietf/RADIUS-AUTH-CLIENT-MIB Xshare/smi/mibs/ietf/RADIUS-AUTH-SERVER-MIB Xshare/smi/mibs/ietf/RDBMS-MIB Xshare/smi/mibs/ietf/RFC-1212 Xshare/smi/mibs/ietf/RFC-1213 Xshare/smi/mibs/ietf/RFC-1215 Xshare/smi/mibs/ietf/RFC1155-SMI Xshare/smi/mibs/ietf/RFC1158-MIB Xshare/smi/mibs/ietf/RFC1213-MIB Xshare/smi/mibs/ietf/RFC1271-MIB Xshare/smi/mibs/ietf/RFC1285-MIB Xshare/smi/mibs/ietf/RFC1316-MIB Xshare/smi/mibs/ietf/RFC1381-MIB Xshare/smi/mibs/ietf/RFC1382-MIB Xshare/smi/mibs/ietf/RFC1414-MIB Xshare/smi/mibs/ietf/RIPv2-MIB Xshare/smi/mibs/ietf/RMON-MIB Xshare/smi/mibs/ietf/RMON2-MIB Xshare/smi/mibs/ietf/RS-232-MIB Xshare/smi/mibs/ietf/RSVP-MIB Xshare/smi/mibs/ietf/SIP-MIB Xshare/smi/mibs/ietf/SMON-MIB Xshare/smi/mibs/ietf/SNA-NAU-MIB Xshare/smi/mibs/ietf/SNA-SDLC-MIB Xshare/smi/mibs/ietf/SNMP-FRAMEWORK-MIB Xshare/smi/mibs/ietf/SNMP-MPD-MIB Xshare/smi/mibs/ietf/SNMP-NOTIFICATION-MIB Xshare/smi/mibs/ietf/SNMP-PROXY-MIB Xshare/smi/mibs/ietf/SNMP-REPEATER-MIB Xshare/smi/mibs/ietf/SNMP-TARGET-MIB Xshare/smi/mibs/ietf/SNMP-USER-BASED-SM-MIB Xshare/smi/mibs/ietf/SNMP-VIEW-BASED-ACM-MIB Xshare/smi/mibs/ietf/SNMPv2-CONF Xshare/smi/mibs/ietf/SNMPv2-MIB Xshare/smi/mibs/ietf/SNMPv2-SMI Xshare/smi/mibs/ietf/SNMPv2-TC Xshare/smi/mibs/ietf/SONET-MIB Xshare/smi/mibs/ietf/SOURCE-ROUTING-MIB Xshare/smi/mibs/ietf/SYSAPPL-MIB Xshare/smi/mibs/ietf/TCP-MIB Xshare/smi/mibs/ietf/TCPIPX-MIB Xshare/smi/mibs/ietf/TN3270E-MIB Xshare/smi/mibs/ietf/TN3270E-RT-MIB Xshare/smi/mibs/ietf/TOKEN-RING-RMON-MIB Xshare/smi/mibs/ietf/TOKENRING-MIB Xshare/smi/mibs/ietf/TOKENRING-STATION-SR-MIB Xshare/smi/mibs/ietf/TUNNEL-MIB Xshare/smi/mibs/ietf/UDP-MIB Xshare/smi/mibs/ietf/UPS-MIB Xshare/smi/mibs/ietf/WWW-MIB Xshare/smi/mibs/irtf/IRTF-NMRG-SMING-EXTENSIONS.sming Xshare/smi/mibs/irtf/IRTF-NMRG-SMING-TYPES.sming Xshare/smi/mibs/irtf/IRTF-NMRG-SMING.sming Xshare/smi/mibs/site/DISMAN-NSLOOKUP-MIB Xshare/smi/mibs/site/DISMAN-PING-MIB Xshare/smi/mibs/site/DISMAN-TRACEROUTE-MIB Xshare/smi/mibs/site/TUBS-IBR-LINUX-MIB Xshare/smi/mibs/site/TUBS-IBR-NFS-MIB Xshare/smi/mibs/site/TUBS-IBR-PROC-MIB Xshare/smi/mibs/site/TUBS-IBR-TEST-MIB Xshare/smi/mibs/site/TUBS-IBR-TNM-COMPAT Xshare/smi/mibs/site/TUBS-IBR-TNM-MIB Xshare/smi/mibs/site/TUBS-REGISTRATION X@dirrm share/smi/mibs/iana X@dirrm share/smi/mibs/ietf X@dirrm share/smi/mibs/irtf X@dirrm share/smi/mibs/site X@dirrm share/smi/mibs X@dirrm share/smi END-of-libsmi/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 Jan 27 8:15:43 2000 Delivered-To: freebsd-ports@freebsd.org Received: from goliath.siemens.de (goliath.siemens.de [194.138.37.131]) by hub.freebsd.org (Postfix) with ESMTP id E06E81555E for ; Thu, 27 Jan 2000 08:15:36 -0800 (PST) (envelope-from ust@cert.siemens.de) X-Envelope-Sender-Is: ust@cert.siemens.de (at relayer goliath.siemens.de) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by goliath.siemens.de (8.9.3/8.9.3) with ESMTP id RAA16389; Thu, 27 Jan 2000 17:15:33 +0100 (MET) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail2.siemens.de (8.9.3/8.9.3) with ESMTP id RAA02267; Thu, 27 Jan 2000 17:15:32 +0100 (MET) Received: from alaska.cert.siemens.de (reims.mchp.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.9.3/8.9.3/Siemens CERT [ $Revision: 1.3 ]) with ESMTP id RAA56725; Thu, 27 Jan 2000 17:15:32 +0100 (CET) (envelope-from ust@alaska.cert.siemens.de) Received: (from ust@localhost) by alaska.cert.siemens.de (8.9.3/8.9.3/alaska [ $Revision: 1.3 ]) id QAA41145; Thu, 27 Jan 2000 16:15:32 GMT (envelope-from ust) Date: Thu, 27 Jan 2000 17:15:32 +0100 From: Udo Schweigert To: freebsd-ports@netscum.dk Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports DISTNAME/distfiles question(s)... Message-ID: <20000127171532.A41080@alaska.cert.siemens.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from FLUFFEE@fluffy.gets.an.analprobe.dk on Tue, Mar 04, 2036 at 11:36:30PM +0100 X-Operating-System: FreeBSD 3.4-STABLE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Mar 04, 2036 at 23:36:30 +0100, I am not any sort of Fluffy wrote: > Howdy y'awl > > I've got a question or three, okay? It's like this: > > I'm trying to build a bunch of ports by giving the command (so > as to overload the line to the local mirror with all the distfiles > rather than going outside).... > > make MASTER_SITE_OVERRIDE=ftp://ftp.dk.freebsd.org/pub/FreeBSD/distfiles/ > > Most of the time it works great (say, for bash). > Sometimes it doesn't. I trust that what I am doing is right? > > Where it fails is when the actual distfiles are in a subdirectory > of the site's distfiles directory mirror. Take, f'rinstance, > X11, called for when I'm trying to build cvsup. > > The X11 src.tgz files are in subdirectory `xc' under distfiles. > One of the XFree86 Makefiles has this directory as `DISTNAME'. > > On the other hand, some other ports have DISTNAME and PKGNAME > the same. On the third hand, something like `xemacs', which > exists as a subdirectory under `distfiles', didn't exist by > itself in the Makefile I looked at (but I didn't look too > closely). > > So, the question: > Just how do these subdirectories under `distfiles', if present, > get specified in the Makefile? And what is the point of the > different DISTNAME and PKGNAME and DISTFILES, so that if > something is b0rken, I can attempt to fix it? > > This is probably all answered somewhere, so if you would be > so kind as to point me to it, I'll show my gratitude by doing > a bunch o' greppin' an' scratchin' and try to fix as best I > can the ports that don't properly compile given the above > commandline. > > Otherwise, give me a better generic commandline to get the > files out of the local distfiles mirror. Now I have to > specify the desired subdirectory when the command without it > fails, and that's not nice. I'd guess these subdirectories > are a somewhat recent addition? > Have a look at /etc/make.conf: # If you want your port fetches to go somewhere else than the default # (specified below) in case the distfile/patchfile was not found, # uncomment this and change it to a location nearest you. (Don't # remove the "/${DIST_SUBDIR}/" part.) # #MASTER_SITE_BACKUP?= \ # ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ # So with make MASTER_SITE_OVERRIDE=ftp://ftp.dk.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/ you win again. Regards -- Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 ZT IK 3, Siemens CERT | Fax : +49 89 636 41166 D-81730 Muenchen / Germany | email : ust@cert.siemens.de PGP-2/5 fingerprint | 2A 53 F6 A6 30 59 64 02 6B C4 E0 73 B2 C9 6C E7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jan 27 8:42:22 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mout1.freenet.de (mout1.freenet.de [62.104.201.3]) by hub.freebsd.org (Postfix) with ESMTP id 0BC9F15216 for ; Thu, 27 Jan 2000 08:42:15 -0800 (PST) (envelope-from netchild@leidinger.net) Received: from [62.104.201.2] (helo=mx1.01019freenet.de) by mout1.freenet.de with esmtp (Exim 3.13 #1) id 12Drzp-0002Kl-00 for ports@freebsd.org; Thu, 27 Jan 2000 17:42:13 +0100 Received: from [213.6.52.214] (helo=Magelan.Leidinger.net) by mx1.01019freenet.de with esmtp (Exim 3.13 #1) id 12Drzm-0004BO-00 for ports@freebsd.org; Thu, 27 Jan 2000 17:42:12 +0100 Received: from Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.9.3/8.9.3) with ESMTP id RAA92744 for ; Thu, 27 Jan 2000 17:32:50 +0100 (CET) (envelope-from netchild@Leidinger.net) Message-Id: <200001271632.RAA92744@Magelan.Leidinger.net> Date: Thu, 27 Jan 2000 17:32:49 +0100 (CET) From: Alexander Leidinger Subject: GIMP and german locale -> segfault To: ports@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, graphics/gimp1 (1.1.15) crashes on startup if you use a german locale setting. ---snip--- (gdb) up 3 #3 0x810e9d4 in menus_create_item (item_factory=0x84cb140, entry=0xbfbff47c, callback_data=0x8498720, callback_type=2) at menus.c:1527 1527 gtk_item_factory_create_item (item_factory, (gdb) list 1522 gpointer callback_data, 1523 guint callback_type) 1524 { 1525 GtkWidget *menu_item; 1526 1527 gtk_item_factory_create_item (item_factory, 1528 (GtkItemFactoryEntry *) entry, 1529 callback_data, 1530 callback_type); 1531 (gdb) print *entry $1 = {entry = {path = 0x8499549 "/Xtns/Split Video to Frames/MPEG1", accelerator = 0x0, callback = 0x8136198 , callback_action = 0, item_type = 0x0}, help_page = 0x853dec0 "filters/gap_decode_mpeg.html", description = 0x0} (gdb) ---snip--- I think it is the "decription = 0x0" which causes this: ---snip--- #0 0x2836b904 in g_strdup () from /usr/local/lib/libglib12.so.3 #1 0x28274a51 in gtk_item_factory_parse_path () from /usr/X11R6/lib/libgtk12.so.2 #2 0x28274cc7 in gtk_item_factory_create_item () from /usr/X11R6/lib/libgtk12.so.2 ---snip--- I haven't the time to make a patch (and I didn't know where to look at), I'm using "unsetenv LANG LC_ALL" as a workaround. If someone is looking at this feel free to send patches (I've also posted a bugreport to comp.graphics.apps.gimp and provide a patch if I get an answer). Bye, Alexander. -- Sometimes, there's just no subsitute for knowing what the hell you're doing. http://www.Leidinger.net Alexander+Home @ Leidinger.net Key fingerprint = 7423 F3E6 3A7E B334 A9CC B10A 1F5F 130A A638 6E7E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jan 27 8:50:11 2000 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 329D814C3F for ; Thu, 27 Jan 2000 08:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA39571; Thu, 27 Jan 2000 08:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from joelu.m8.ntu.edu.tw (JoeLu.m8.ntu.edu.tw [140.112.253.138]) by hub.freebsd.org (Postfix) with SMTP id 20C8914C8B for ; Thu, 27 Jan 2000 08:45:00 -0800 (PST) (envelope-from JoeLu@joelu.m8.ntu.edu.tw) Received: (qmail 60270 invoked by uid 1000); 27 Jan 1994 16:44:18 -0000 Message-Id: <19940127164418.60269.qmail@joelu.m8.ntu.edu.tw> Date: 27 Jan 1994 16:44:18 -0000 From: JoeLu@joelu.m8.ntu.edu.tw Reply-To: JoeLu@joelu.m8.ntu.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16405: New port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16405 >Category: ports >Synopsis: New port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jan 27 08:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Joe Jih-Shien Lu >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: FreeBSD JoeLu.m8.ntu.edu.tw 3.4-STABLE FreeBSD 3.4-STABLE #12: Wed Jan 26 22:30:28 CST 2000 root@JoeLu.m8.ntu.edu.tw:/usr/local/JOELU/src/sys/compile/JOELU i386 >Description: New port, please commit it. >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: # # libsigc++ # libsigc++/files # libsigc++/files/md5 # libsigc++/Makefile # libsigc++/patches # libsigc++/patches/patch-aa # libsigc++/patches/patch-ab # libsigc++/patches/patch-ac # libsigc++/patches/patch-ad # libsigc++/patches/patch-ae # libsigc++/pkg # libsigc++/pkg/COMMENT # libsigc++/pkg/PLIST # libsigc++/pkg/DESCR # echo c - libsigc++ mkdir -p libsigc++ > /dev/null 2>&1 echo c - libsigc++/files mkdir -p libsigc++/files > /dev/null 2>&1 echo x - libsigc++/files/md5 sed 's/^X//' >libsigc++/files/md5 << 'END-of-libsigc++/files/md5' XMD5 (libsigc++-0.8.6.tar.gz) = 3facacf4325fb124a308b98e3a508c70 END-of-libsigc++/files/md5 echo x - libsigc++/Makefile sed 's/^X//' >libsigc++/Makefile << 'END-of-libsigc++/Makefile' X# New ports collection makefile for: libsigc++ X# Version required: 0.8.6 X# Date created: 27 January 2000 X# Whom: JoeLu X# X# $FreeBSD$ X# X XDISTNAME= libsigc++-0.8.6 XPKGNAME= sigc++-0.8.6 XCATEGORIES= devel XMASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/kenelson/libsigc++/ X XMAINTAINER= JoeLu@JoeLu.m8.ntu.edu.tw X XGNU_CONFIGURE= yes XUSE_NEWGCC= yes X Xpost-install: X @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib X.if !defined(NOPORTDOCS) X @${MKDIR} ${PREFIX}/share/doc/libsigc++ X ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/libsigc++ X ${INSTALL_MAN} ${WRKSRC}/FEATURES ${PREFIX}/share/doc/libsigc++ X ${CP} -R ${WRKSRC}/doc/ ${PREFIX}/share/doc/libsigc++ X.endif X X.include END-of-libsigc++/Makefile echo c - libsigc++/patches mkdir -p libsigc++/patches > /dev/null 2>&1 echo x - libsigc++/patches/patch-aa sed 's/^X//' >libsigc++/patches/patch-aa << 'END-of-libsigc++/patches/patch-aa' X--- Makefile.in Thu Jan 20 03:40:54 2000 X+++ Makefile.in Thu Jan 27 23:34:05 1994 X@@ -80,7 +80,7 @@ X USE_SYMBOL_UNDERSCORE = @USE_SYMBOL_UNDERSCORE@ X VERSION = @VERSION@ X X-SUBDIRS = sigc++ tests X+SUBDIRS = sigc++ X DIST_SUBDIRS = sigc++ examples tests scripts X X bin_SCRIPTS = sigc-config END-of-libsigc++/patches/patch-aa echo x - libsigc++/patches/patch-ab sed 's/^X//' >libsigc++/patches/patch-ab << 'END-of-libsigc++/patches/patch-ab' X--- configure Wed Jan 19 15:06:41 2000 X+++ configure Thu Jan 27 23:33:56 1994 X@@ -2810,14 +2810,14 @@ X X if test "x$enable_threads" = "xyes" ; then X enable_threads="no" X-echo $ac_n "checking for pthread_self in -lpthread""... $ac_c" 1>&6 X-echo "configure:2815: checking for pthread_self in -lpthread" >&5 X+echo $ac_n "checking for pthread_self in -lc_r""... $ac_c" 1>&6 X+echo "configure:2815: checking for pthread_self in -lc_r" >&5 X ac_lib_var=`echo pthread'_'pthread_self | sed 'y%./+-%__p_%'` X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then X echo $ac_n "(cached) $ac_c" 1>&6 X else X ac_save_LIBS="$LIBS" X-LIBS="-lpthread $LIBS" X+LIBS="-pthread -lc_r $LIBS" X cat > conftest.$ac_ext <&6 X- enable_threads="yes";THREAD_LIB="-lpthread" X+ enable_threads="yes";THREAD_LIB="-pthread -lc_r" X else X echo "$ac_t""no" 1>&6 X fi END-of-libsigc++/patches/patch-ab echo x - libsigc++/patches/patch-ac sed 's/^X//' >libsigc++/patches/patch-ac << 'END-of-libsigc++/patches/patch-ac' X--- sigc++/Makefile.in Thu Jan 20 03:40:56 2000 X+++ sigc++/Makefile.in Thu Jan 27 23:40:23 1994 X@@ -65,7 +65,7 @@ X CXX = @CXX@ X DLLTOOL = @DLLTOOL@ X LD = @LD@ X-LIBSIGC_SO_VERSION = @LIBSIGC_SO_VERSION@ X+LIBSIGC_SO_VERSION = 1:0:0 X LIBTOOL = @LIBTOOL@ X LN_S = @LN_S@ X M4 = @M4@ X@@ -90,7 +90,7 @@ X libsigc_la_SOURCES = object.cc scope.cc marshal.cc slot.cc basic_signal.cc adaptor.cc thread.cc X X X-libsigc_la_LDFLAGS = -version-info $(LIBSIGC_SO_VERSION) -release $(SIGC_RELEASE) -no-undefined X+libsigc_la_LDFLAGS = -version-info $(LIBSIGC_SO_VERSION) -no-undefined X X libsigcdir = $(prefix)/include/sigc++ X END-of-libsigc++/patches/patch-ac echo x - libsigc++/patches/patch-ad sed 's/^X//' >libsigc++/patches/patch-ad << 'END-of-libsigc++/patches/patch-ad' X--- sigc++/config/Makefile.in Thu Jan 20 03:40:58 2000 X+++ sigc++/config/Makefile.in Thu Jan 27 23:34:37 1994 X@@ -81,7 +81,7 @@ X X EXTRA_DIST = sigc++config.h.in X X-includedir = $(libdir)/sigc++/include X+includedir = $(prefix)/include/sigc++ X include_HEADERS = sigc++config.h X mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs X CONFIG_HEADER = sigc++config.h END-of-libsigc++/patches/patch-ad echo x - libsigc++/patches/patch-ae sed 's/^X//' >libsigc++/patches/patch-ae << 'END-of-libsigc++/patches/patch-ae' X--- sigc++/macros/Makefile.in Thu Jan 20 03:40:59 2000 X+++ sigc++/macros/Makefile.in Fri Jan 28 00:03:54 1994 X@@ -83,7 +83,7 @@ X templates = template.macros.m4 slot.h.m4 func_slot.h.m4 class_slot.h.m4 object_slot.h.m4 basic_signal.h.m4 bind.h.m4 rettype.h.m4 convert.h.m4 X X X-m4includedir = $(includedir)/sigc++/macros X+m4includedir = $(prefix)/share/sigc++ X m4include_HEADERS = $(templates) X X EXTRA_DIST = README $(templates) END-of-libsigc++/patches/patch-ae echo c - libsigc++/pkg mkdir -p libsigc++/pkg > /dev/null 2>&1 echo x - libsigc++/pkg/COMMENT sed 's/^X//' >libsigc++/pkg/COMMENT << 'END-of-libsigc++/pkg/COMMENT' XCallback Framework for C++ END-of-libsigc++/pkg/COMMENT echo x - libsigc++/pkg/PLIST sed 's/^X//' >libsigc++/pkg/PLIST << 'END-of-libsigc++/pkg/PLIST' Xbin/sigc-config Xlib/libsigc.a Xlib/libsigc.la Xlib/libsigc.so Xlib/libsigc.so.1 X@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib X@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R Xinclude/sigc++/adaptor.h Xinclude/sigc++/basic_signal.h Xinclude/sigc++/bind.h Xinclude/sigc++/class_slot.h Xinclude/sigc++/convert.h Xinclude/sigc++/func_slot.h Xinclude/sigc++/generator.h Xinclude/sigc++/handle.h Xinclude/sigc++/handle_system.h Xinclude/sigc++/marshal.h Xinclude/sigc++/object.h Xinclude/sigc++/object_slot.h Xinclude/sigc++/rettype.h Xinclude/sigc++/scope.h Xinclude/sigc++/sigc++config.h Xinclude/sigc++/signal_system.h Xinclude/sigc++/slot.h Xinclude/sigc++/thread.h Xinclude/sigc++/type.h X@dirrm include/sigc++ Xshare/aclocal/sigc++.m4 Xshare/doc/libsigc++/API Xshare/doc/libsigc++/FAQ Xshare/doc/libsigc++/FEATURES Xshare/doc/libsigc++/README Xshare/doc/libsigc++/UML Xshare/doc/libsigc++/conventions Xshare/doc/libsigc++/diagrams Xshare/doc/libsigc++/marshal Xshare/doc/libsigc++/powerusers Xshare/doc/libsigc++/requirements Xshare/doc/libsigc++/riscos Xshare/doc/libsigc++/signals Xshare/doc/libsigc++/win32 X@dirrm share/doc/libsigc++ Xshare/sigc++/basic_signal.h.m4 Xshare/sigc++/bind.h.m4 Xshare/sigc++/class_slot.h.m4 Xshare/sigc++/convert.h.m4 Xshare/sigc++/func_slot.h.m4 Xshare/sigc++/object_slot.h.m4 Xshare/sigc++/rettype.h.m4 Xshare/sigc++/slot.h.m4 Xshare/sigc++/template.macros.m4 X@dirrm share/sigc++ END-of-libsigc++/pkg/PLIST echo x - libsigc++/pkg/DESCR sed 's/^X//' >libsigc++/pkg/DESCR << 'END-of-libsigc++/pkg/DESCR' XLibsigc++ -- The Typesafe Callback Framework for C++ X XThis library implements a full callback system for use in widget libraries, Xabstract interfaces, and general programming. X XTo get a good overview of how to use the library, read X/usr/local/share/doc/libsigc++/signals. X XHomepage: Xhttp://www.ece.ucdavis.edu/~kenelson/libsigc++/ X X X- JoeLu XJoeLu@JoeLu.m8.ntu.edu.tw END-of-libsigc++/pkg/DESCR exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jan 27 8:52:50 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mailhotel.chrillesen.dk (vax.chrillesen.dk [193.88.12.35]) by hub.freebsd.org (Postfix) with ESMTP id ACAC115826 for ; Thu, 27 Jan 2000 08:52:37 -0800 (PST) (envelope-from barry@mailhotel.chrillesen.dk) Received: by mailhotel.chrillesen.dk (Postfix, from userid 1009) id A3373B784; Thu, 27 Jan 2000 17:52:35 +0100 (CET) Date: Thu, 27 Jan 2000 17:52:35 +0100 From: Barry Bouwsma To: Udo Schweigert Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports DISTNAME/distfiles question(s)... Message-ID: <20000127175235.B15638@vax.chrillesen.dk> Reply-To: freebsd-ports@netscum.dk References: <20000127171532.A41080@alaska.cert.siemens.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <20000127171532.A41080@alaska.cert.siemens.de> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Jan 27, 2000 at 05:15:32PM +0100, Udo Schweigert wrote: > > So with > > make MASTER_SITE_OVERRIDE=ftp://ftp.dk.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/ > > you win again. Wow, thanks! I totally overlooked that part of the Makefiles... (Well, actually, I didn't look far enough and/or closely enough) barry bouwsma, tele danmork internet To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jan 27 9:50:14 2000 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 433CF15762 for ; Thu, 27 Jan 2000 09:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA46416; Thu, 27 Jan 2000 09:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from norrgarden1.norrgarden.se (norrgarden1.norrgarden.se [195.100.133.214]) by hub.freebsd.org (Postfix) with ESMTP id 7262715240 for ; Thu, 27 Jan 2000 09:49:16 -0800 (PST) (envelope-from cj@norrgarden1.norrgarden.se) Received: (from root@localhost) by FreeBSD.norrgarden.se (8.9.3/8.9.3) id SAA19265; Thu, 27 Jan 2000 18:46:57 +0100 (CET) (envelope-from cj) Message-Id: <200001271746.SAA19265@FreeBSD.norrgarden.se> Date: Thu, 27 Jan 2000 18:46:57 +0100 (CET) From: calle.madestrand@norrgarden.se Reply-To: calle.madestrand@norrgarden.se To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16406: New port: security/saint Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16406 >Category: ports >Synopsis: New port: security/saint >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 Jan 27 09:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Carl Johan Madestrand >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: >Description: >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: # # saint # saint/pkg # saint/pkg/DESCR # saint/pkg/PLIST # saint/pkg/COMMENT # saint/files # saint/files/md5 # saint/Makefile # echo c - saint mkdir -p saint > /dev/null 2>&1 echo c - saint/pkg mkdir -p saint/pkg > /dev/null 2>&1 echo x - saint/pkg/DESCR sed 's/^X//' >saint/pkg/DESCR << 'END-of-saint/pkg/DESCR' XSAINT (Security Administrator's Integrated Network Tool) is a security Xassesment tool based on SATAN. Features include scanning through a firewall, Xupdated security checks from CERT & CIAC bulletins, 4 levels of severity X(red, yellow, brown, & green) and a feature rich HTML interface. X XWWW: http://www.wwdsi.com/saint/ END-of-saint/pkg/DESCR echo x - saint/pkg/PLIST sed 's/^X//' >saint/pkg/PLIST << 'END-of-saint/pkg/PLIST' Xsaint-1.5/CHANGES Xsaint-1.5/README Xsaint-1.5/READMEs/README.1.3.1 Xsaint-1.5/READMEs/README.1.3.2 Xsaint-1.5/READMEs/README.1.3.3 Xsaint-1.5/READMEs/README.1.3.5 Xsaint-1.5/READMEs/README.1.3.6 Xsaint-1.5/READMEs/README.1.3.7 Xsaint-1.5/READMEs/CHANGES Xsaint-1.5/bin/boot.saint Xsaint-1.5/bin/dns-chk.saint Xsaint-1.5/bin/dns.saint Xsaint-1.5/bin/faux_fping Xsaint-1.5/bin/finger.saint Xsaint-1.5/bin/ftp.saint Xsaint-1.5/bin/fwping Xsaint-1.5/bin/get_targets Xsaint-1.5/bin/http.saint Xsaint-1.5/bin/imap.sara Xsaint-1.5/bin/nfs-chk.saint Xsaint-1.5/bin/rex.saint Xsaint-1.5/bin/rexec.saint Xsaint-1.5/bin/rlogin.saint Xsaint-1.5/bin/rpc.saint Xsaint-1.5/bin/rsh.saint Xsaint-1.5/bin/rstatd.saint Xsaint-1.5/bin/rusers.saint Xsaint-1.5/bin/sendmail.saint Xsaint-1.5/bin/showmount.saint Xsaint-1.5/bin/smb.saint Xsaint-1.5/bin/ssh.sara Xsaint-1.5/bin/statd.saint Xsaint-1.5/bin/tcpscan.saint Xsaint-1.5/bin/tftp.saint Xsaint-1.5/bin/udpscan.saint Xsaint-1.5/bin/xhost.saint Xsaint-1.5/bin/yp-chk.saint Xsaint-1.5/bin/ypbind.saint Xsaint-1.5/bin/inn.saint Xsaint-1.5/bin/login.saint Xsaint-1.5/bin/pop3.sara Xsaint-1.5/bin/ftp_bounce.saint Xsaint-1.5/bin/.http.saint.swp Xsaint-1.5/bin/ostype.saint Xsaint-1.5/bin/printer.saint Xsaint-1.5/bin/mountd.sara Xsaint-1.5/bin/backdoors.saint Xsaint-1.5/bin/relay.saint Xsaint-1.5/bin/md5 Xsaint-1.5/bin/sys_socket Xsaint-1.5/bin/timeout Xsaint-1.5/bin/rcmd Xsaint-1.5/bin/safe_finger Xsaint-1.5/bin/rex Xsaint-1.5/bin/boot Xsaint-1.5/bin/tcp_scan Xsaint-1.5/bin/udp_scan Xsaint-1.5/bin/ftp-scan Xsaint-1.5/bin/nfs-chk Xsaint-1.5/bin/yp-chk Xsaint-1.5/bin/fping Xsaint-1.5/config/paths.pl Xsaint-1.5/config/paths.sh Xsaint-1.5/config/saint.cf Xsaint-1.5/config/services Xsaint-1.5/config/version.pl Xsaint-1.5/config/paths.pl.old Xsaint-1.5/config/paths.sh.old Xsaint-1.5/html/admin/saint_cf_action.pl Xsaint-1.5/html/admin/saint_cf_form.pl Xsaint-1.5/html/data/saint_data_form.pl Xsaint-1.5/html/data/saint_merge_action.pl Xsaint-1.5/html/data/saint_open_action.pl Xsaint-1.5/html/docs/FAQ.html Xsaint-1.5/html/docs/authors.html Xsaint-1.5/html/docs/copyright-satan.html Xsaint-1.5/html/docs/copyright.html Xsaint-1.5/html/docs/credits.html Xsaint-1.5/html/docs/dangers.html Xsaint-1.5/html/docs/design.html Xsaint-1.5/html/docs/getting_started.html Xsaint-1.5/html/docs/intro.html Xsaint-1.5/html/docs/saint.cf.html Xsaint-1.5/html/docs/saint.db.html Xsaint-1.5/html/docs/saint.probes.html Xsaint-1.5/html/docs/saint.rules.html Xsaint-1.5/html/docs/saint_overview.html Xsaint-1.5/html/docs/saint_reference.html Xsaint-1.5/html/docs/system_requirements.html Xsaint-1.5/html/docs/template.html Xsaint-1.5/html/docs/the_main_parts.html Xsaint-1.5/html/docs/user_interface.html Xsaint-1.5/html/docs/who_should_use.html Xsaint-1.5/html/dots/blackdot.gif Xsaint-1.5/html/dots/bluedot.gif Xsaint-1.5/html/dots/browndot.gif xsaint-1.5/html/dots/dot.gif Xsaint-1.5/html/dots/eyeball.gif Xsaint-1.5/html/dots/greendot.gif Xsaint-1.5/html/dots/orangedot.gif Xsaint-1.5/html/dots/orig.devil.gif Xsaint-1.5/html/dots/pinkdot.gif Xsaint-1.5/html/dots/purpledot.gif Xsaint-1.5/html/dots/reddot.gif Xsaint-1.5/html/dots/whitedot.gif Xsaint-1.5/html/dots/yellowdot.gif Xsaint-1.5/html/images/bckgrnd.jpg Xsaint-1.5/html/images/saint.gif Xsaint-1.5/html/images/saint.old.jpg Xsaint-1.5/html/images/saint_logo.jpg Xsaint-1.5/html/images/santa.gif Xsaint-1.5/html/images/stoplights/brown.gif Xsaint-1.5/html/images/stoplights/red.gif Xsaint-1.5/html/images/stoplights/yellow.gif Xsaint-1.5/html/name.html Xsaint-1.5/html/reporting/analysis.pl Xsaint-1.5/html/reporting/saint_info_OS.pl Xsaint-1.5/html/reporting/saint_info_OSclass.pl Xsaint-1.5/html/reporting/saint_info_OStype.pl Xsaint-1.5/html/reporting/saint_info_class.pl Xsaint-1.5/html/reporting/saint_info_clients.pl Xsaint-1.5/html/reporting/saint_info_domain.pl Xsaint-1.5/html/reporting/saint_info_host.pl Xsaint-1.5/html/reporting/saint_info_host_action.pl Xsaint-1.5/html/reporting/saint_info_name.pl Xsaint-1.5/html/reporting/saint_info_servers.pl Xsaint-1.5/html/reporting/saint_info_subnet.pl Xsaint-1.5/html/reporting/saint_info_trusted.pl Xsaint-1.5/html/reporting/saint_info_trusting.pl Xsaint-1.5/html/reporting/saint_results_danger.pl Xsaint-1.5/html/reporting/saint_results_domain.pl Xsaint-1.5/html/reporting/saint_results_subnet.pl Xsaint-1.5/html/reporting/saint_results_trusted.pl Xsaint-1.5/html/reporting/saint_results_trusting.pl Xsaint-1.5/html/reporting/saint_severity_counts.pl Xsaint-1.5/html/reporting/saint_severity_hosts.pl Xsaint-1.5/html/reporting/saint_severity_types.pl Xsaint-1.5/html/reporting/sort_hosts.pl Xsaint-1.5/html/running/.saint_run_action.pl.swp Xsaint-1.5/html/running/.saint_run_form.pl.swp Xsaint-1.5/html/running/saint_run_action.pl Xsaint-1.5/html/running/saint_run_form.pl Xsaint-1.5/html/saint.pl Xsaint-1.5/html/saint_documentation.pl Xsaint-1.5/html/tutorials/first_time/analyzing.html Xsaint-1.5/html/tutorials/first_time/learning_to_use.html Xsaint-1.5/html/tutorials/first_time/make.html Xsaint-1.5/html/tutorials/first_time/scanning.html Xsaint-1.5/html/tutorials/first_time/template.html Xsaint-1.5/html/tutorials/vulnerability/Archives Xsaint-1.5/html/tutorials/vulnerability/DNS_vulnerabilities.html Xsaint-1.5/html/tutorials/vulnerability/FTP_vulnerabilities.html Xsaint-1.5/html/tutorials/vulnerability/NFS_export_to_unprivileged_programs.html Xsaint-1.5/html/tutorials/vulnerability/NFS_export_via_portmapper.html Xsaint-1.5/html/tutorials/vulnerability/NIS_password_file_access.html Xsaint-1.5/html/tutorials/vulnerability/POP_server.html Xsaint-1.5/html/tutorials/vulnerability/Possible_DoS_(fraggle)_problem.html Xsaint-1.5/html/tutorials/vulnerability/REXD_access.html Xsaint-1.5/html/tutorials/vulnerability/SAINT_password_disclosure.html Xsaint-1.5/html/tutorials/vulnerability/Sendmail_vulnerabilities.html Xsaint-1.5/html/tutorials/vulnerability/TFTP_file_access.html Xsaint-1.5/html/tutorials/vulnerability/Windows_detected.html Xsaint-1.5/html/tutorials/vulnerability/boink.html Xsaint-1.5/html/tutorials/vulnerability/backdoor_found.html Xsaint-1.5/html/tutorials/vulnerability/bonk.html Xsaint-1.5/html/tutorials/vulnerability/excessive_finger_info.html Xsaint-1.5/html/tutorials/vulnerability/hacker_program_found.html Xsaint-1.5/html/tutorials/vulnerability/http_cgi_access.html Xsaint-1.5/html/tutorials/vulnerability/imap_version.html Xsaint-1.5/html/tutorials/vulnerability/jolt.html Xsaint-1.5/html/tutorials/vulnerability/land.html Xsaint-1.5/html/tutorials/vulnerability/lpd_over_the_internet.html Xsaint-1.5/html/tutorials/vulnerability/nestea.html Xsaint-1.5/html/tutorials/vulnerability/netbios_over_the_internet.html Xsaint-1.5/html/tutorials/vulnerability/newtear.html Xsaint-1.5/html/tutorials/vulnerability/open_SMB_shares.html Xsaint-1.5/html/tutorials/vulnerability/pop_version.html Xsaint-1.5/html/tutorials/vulnerability/remote_login_on_the_internet.html Xsaint-1.5/html/tutorials/vulnerability/remote_shell_access.html Xsaint-1.5/html/tutorials/vulnerability/rpc_statd_access.html Xsaint-1.5/html/tutorials/vulnerability/remote_shell_on_the_internet.html Xsaint-1.5/html/tutorials/vulnerability/rexec_on_the_Internet.html Xsaint-1.5/html/tutorials/vulnerability/rstatd_vulnerability.html Xsaint-1.5/html/tutorials/vulnerability/rusersd_vulnerability.html Xsaint-1.5/html/tutorials/vulnerability/synk4.html Xsaint-1.5/html/tutorials/vulnerability/teardrop.html Xsaint-1.5/html/tutorials/vulnerability/tooltalk_version.html Xsaint-1.5/html/tutorials/vulnerability/unrestricted_NFS_export.html Xsaint-1.5/html/tutorials/vulnerability/unrestricted_X_server_access.html Xsaint-1.5/html/tutorials/vulnerability/unrestricted_modem.html Xsaint-1.5/html/tutorials/vulnerability/winnuke.html Xsaint-1.5/html/tutorials/vulnerability/writable_FTP_home_directory.html Xsaint-1.5/html/tutorials/vulnerability/SSH_vulnerabilities.html Xsaint-1.5/html/tutorials/vulnerability/http_cgi_info.html Xsaint-1.5/html/tutorials/vulnerability/sendmail_info.html Xsaint-1.5/html/tutorials/vulnerability/rootkits.html Xsaint-1.5/html/tutorials/vulnerability/http_cgi_shells.html Xsaint-1.5/html/tutorials/vulnerability/SMTP_mail_relay.html Xsaint-1.5/html/tutorials/vulnerability/sendmail_decode.html Xsaint-1.5/html/tutorials/vulnerability/FTP_bounce.html Xsaint-1.5/html/tutorials/vulnerability/calendar_manager.html Xsaint-1.5/html/tutorials/vulnerability/ODBC_RDS.html Xsaint-1.5/html/tutorials/vulnerability/http_IIS_access.html Xsaint-1.5/html/tutorials/vulnerability/sadmind.html Xsaint-1.5/html/tutorials/vulnerability/http_Cold_Fusion.html Xsaint-1.5/html/tutorials/vulnerability/http_FrontPage.html Xsaint-1.5/html/tutorials/vulnerability/http_IIS_samples.html Xsaint-1.5/html/tutorials/vulnerability/Linux_lpd.html Xsaint-1.5/html/tutorials/vulnerability/distributed_denial_of_service.html Xsaint-1.5/html/tutorials/vulnerability/amd_buffer_overflow.html Xsaint-1.5/html/tutorials/vulnerability/mountd_vulnerabilities.html Xsaint-1.5/html/tutorials/vulnerability/innd_vulnerabilities.html Xsaint-1.5/html/tutorials/vulnerability_tutorials.pl Xsaint-1.5/include/netinet/if_ether.h Xsaint-1.5/include/netinet/igmp.h Xsaint-1.5/include/netinet/in.h Xsaint-1.5/include/netinet/in_systm.h Xsaint-1.5/include/netinet/ip.h Xsaint-1.5/include/netinet/ip_fw.h Xsaint-1.5/include/netinet/ip_icmp.h Xsaint-1.5/include/netinet/ip_tcp.h Xsaint-1.5/include/netinet/ip_udp.h Xsaint-1.5/include/netinet/ip_var.h Xsaint-1.5/include/netinet/protocols.h Xsaint-1.5/include/netinet/tcp.h Xsaint-1.5/include/netinet/tcp_var.h Xsaint-1.5/include/netinet/tcpip.h Xsaint-1.5/include/netinet/udp.h Xsaint-1.5/include/netinet/udp_var.h Xsaint-1.5/include/glibc21/rpc/auth.h Xsaint-1.5/include/glibc21/rpc/auth_des.h Xsaint-1.5/include/glibc21/rpc/auth_unix.h Xsaint-1.5/include/glibc21/rpc/clnt.h Xsaint-1.5/include/glibc21/rpc/netdb.h Xsaint-1.5/include/glibc21/rpc/pmap_clnt.h Xsaint-1.5/include/glibc21/rpc/pmap_prot.h Xsaint-1.5/include/glibc21/rpc/pmap_rmt.h Xsaint-1.5/include/glibc21/rpc/rpc.h Xsaint-1.5/include/glibc21/rpc/rpc_msg.h Xsaint-1.5/include/glibc21/rpc/svc.h Xsaint-1.5/include/glibc21/rpc/svc_auth.h Xsaint-1.5/include/glibc21/rpc/types.h Xsaint-1.5/include/glibc21/rpc/xdr.h Xsaint-1.5/perl/config.pl Xsaint-1.5/perl/cops2saint.pl Xsaint-1.5/perl/domains.pl Xsaint-1.5/perl/drop_fact.pl Xsaint-1.5/perl/facts.pl Xsaint-1.5/perl/fix_hostname.pl Xsaint-1.5/perl/get_host.pl Xsaint-1.5/perl/getfqdn.pl Xsaint-1.5/perl/hostname.pl Xsaint-1.5/perl/hosttype.pl Xsaint-1.5/perl/html.old.pl Xsaint-1.5/perl/html.pl Xsaint-1.5/perl/infer_facts.pl Xsaint-1.5/perl/infer_todo.pl Xsaint-1.5/perl/misc.pl Xsaint-1.5/perl/patch.txt Xsaint-1.5/perl/policy-engine.pl Xsaint-1.5/perl/reconfig.pl Xsaint-1.5/perl/run-saint.pl Xsaint-1.5/perl/saint-data.pl Xsaint-1.5/perl/services.pl Xsaint-1.5/perl/severities.pl Xsaint-1.5/perl/todo.pl Xsaint-1.5/perl/shell.pl Xsaint-1.5/perl/socket.pl Xsaint-1.5/perl/status.pl Xsaint-1.5/perl/subnets.pl Xsaint-1.5/perl/suser.pl Xsaint-1.5/perl/targets.pl Xsaint-1.5/perl/trust.pl Xsaint-1.5/perllib/README Xsaint-1.5/perllib/ctime.pl Xsaint-1.5/perllib/getopts.pl Xsaint-1.5/perllib/Net/Telnet.html Xsaint-1.5/perllib/Net/Telnet.pm Xsaint-1.5/reconfig Xsaint-1.5/rules/drop Xsaint-1.5/rules/facts Xsaint-1.5/rules/hosttype Xsaint-1.5/rules/services Xsaint-1.5/rules/todo Xsaint-1.5/rules/trust Xsaint-1.5/rules/password Xsaint-1.5/saint Xsaint-1.5/scripts/timescan X@dirrm saint-1.5/READMEs X@dirrm saint-1.5/bin X@dirrm saint-1.5/config X@dirrm saint-1.5/html/admin X@dirrm saint-1.5/html/data X@dirrm saint-1.5/html/docs X@dirrm saint-1.5/html/dots X@dirrm saint-1.5/html/images/stoplights X@dirrm saint-1.5/html/images X@dirrm saint-1.5/html/reporting X@dirrm saint-1.5/html/running X@dirrm saint-1.5/html/tutorials/vulnerability X@dirrm saint-1.5/html/tutorials/first_time X@dirrm saint-1.5/html/tutorials X@dirrm saint-1.5/html X@dirrm saint-1.5/include/netinet X@dirrm saint-1.5/include/glibc21/rpc X@dirrm saint-1.5/include/glibc21 X@dirrm saint-1.5/include X@dirrm saint-1.5/perl X@dirrm saint-1.5/perllib/Net X@dirrm saint-1.5/perllib X@dirrm saint-1.5/scripts X@dirrm saint-1.5/superior X@dirrm saint-1.5/rules X@dirrm saint-1.5END-of-saint/pkg/PLIST echo x - saint/pkg/COMMENT sed 's/^X//' >saint/pkg/COMMENT << 'END-of-saint/pkg/COMMENT' XSecurity Administrator's Integrated Network Tool END-of-saint/pkg/COMMENT echo c - saint/files mkdir -p saint/files > /dev/null 2>&1 echo x - saint/files/md5 sed 's/^X//' >saint/files/md5 << 'END-of-saint/files/md5' XMD5 (saint-1.5.beta2.tar.gz) = d052470b0b7c5a1cf60bdcbb74ffe74f END-of-saint/files/md5 echo x - saint/Makefile sed 's/^X//' >saint/Makefile << 'END-of-saint/Makefile' X# New ports collection makefile for: SAINT X# Version required: 1.5 X# Date created: 27 Jan 2000 X# Whom: Carl Johan Madestrand X# X# $FreeBSD$ X# X XDISTNAME= saint-1.5.beta2 XPKGNAME= saint-1.5 XCATEGORIES= security XMASTER_SITES= http://www.wwdsi.com/saint/downloads/ X XMAINTAINER= calle.madestrand@norrgarden.se X XUSE_PERL5= yes XWRKSRC= ${WRKDIR}/saint-1.5 XMAKE_ENV= XFLAGS="DAUTH_GID_T=int -DSYS_ERRLIST_DECLARED -DFDSETSIZE=2048" XALL_TARGET= freebsd XINSTALL_TARGET= all Xpre-configure: X @ cd ${WRKSRC}; ${SETENV} ${PERL5} ${WRKSRC}/reconfig Xpre-install: X ${MKDIR} ${PREFIX}/saint-1.5 X ${TAR} --directory ${WRKSRC} -cf - . --exclude src --exclude Makefile | \ X ${TAR} --directory ${PREFIX}/saint-1.5 -xf - X X.include END-of-saint/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 Thu Jan 27 10: 2:21 2000 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 78D111585C; Thu, 27 Jan 2000 10:02:12 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA47724; Thu, 27 Jan 2000 10:02:12 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 27 Jan 2000 10:02:12 -0800 (PST) From: Message-Id: <200001271802.KAA47724@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, jasone@FreeBSD.org Subject: Re: ports/16403: Unable to build devel/linuxthreads Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Unable to build devel/linuxthreads Responsible-Changed-From-To: freebsd-ports->jasone Responsible-Changed-By: cpiazza Responsible-Changed-When: Thu Jan 27 10:02:03 PST 2000 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 Jan 27 10:42:40 2000 Delivered-To: freebsd-ports@freebsd.org Received: from turtle.looksharp.net (cc360882-a.strhg1.mi.home.com [24.2.221.22]) by hub.freebsd.org (Postfix) with ESMTP id C05AB153B8 for ; Thu, 27 Jan 2000 10:42:33 -0800 (PST) (envelope-from bsdx@looksharp.net) Received: from localhost (bsdx@localhost) by turtle.looksharp.net (8.9.3/8.9.3) with ESMTP id NAA29562; Thu, 27 Jan 2000 13:41:42 -0500 (EST) (envelope-from bsdx@looksharp.net) Date: Thu, 27 Jan 2000 13:41:42 -0500 (EST) From: Adam To: jamie@jamiesdomain.co.uk Cc: ports@FreeBSD.ORG Subject: Re: mpeg In-Reply-To: <200001262217.WAA01544@jamie-mailer.snet.co.uk> 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 have used mtv 1.0 from www.mpegtv.com (the linux bin). It worked to my pleasing. It supposedly supports reading direct from a vcd but I was unae to make that work. I didnt try hard however becuse mtv can read from stdin, so I just tosha -t 2 -o - | mtv ;) (the mpeg on a vcd is the second track) btw, you would have more luck asking such a questions on the multimedia list! On Wed, 26 Jan 2000, Jamie wrote: >does anyone know any simple good mpeg players for mpegs I have created with >vcdgear? > >jamie > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-ports" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jan 27 11:10: 0 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mobil.surnet.ru (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (Postfix) with ESMTP id DB27C14C94 for ; Thu, 27 Jan 2000 11:09:51 -0800 (PST) (envelope-from ilia@cgilh.chel.su) Received: (from uucgilh@localhost) by mobil.surnet.ru (8.9.1a/8.9.1) with UUCP id XAA26786 for ports@FreeBSD.ORG; Thu, 27 Jan 2000 23:57:53 +0500 (ES) Received: (from uucp@localhost) by cgilh.chel.su (8.8.7/8.8.7) with UUCP id WAA00661 for ports@FreeBSD.ORG; Thu, 27 Jan 2000 22:51:54 +0500 Received: from localhost (ilia@localhost) by jane.cgu.chel.su (8.9.3/8.9.2) with ESMTP id WAA11910 for ; Thu, 27 Jan 2000 22:59:00 +0500 (ES) (envelope-from ilia@cgilh.chel.su) X-Authentication-Warning: jane.cgu.chel.su: ilia owned process doing -bs Date: Thu, 27 Jan 2000 22:58:58 +0500 (ES) From: Ilia Chipitsine X-Sender: ilia@jane.cgu.chel.su To: ports@FreeBSD.ORG Subject: who the hell ported GNOME ?? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Hi, I'm trying to port a GNOME program. Yes, yes, yes, I'm having problems. one of them is that configure script tries to execute the following command GNOME_XML_LIB=`$GNOME_CONFIG --libs xml` Somebody ported GNOME in such way so gnome-config doesn't return anything on --libs xml.. Is there any sane reason for that ???? How shall I deal with gnome-config after that ??? Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ) Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ) -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQB1AwUBOJCHY+RxlWKN2EXhAQF3swL/fRgklNpi4axWvKIOBvElNlZVAibvykM5 O5Ma8yTxXgZTr2J+/fAkpdaUkTGiUIoRGhtSLt7oDgLKY3PYohJq/WeJF4rl+nR7 HhqSu/f0hv6gG0X65jxEW3WbOKrnYAWY =mizf -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jan 27 11:19: 0 2000 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 66B4614F27 for ; Thu, 27 Jan 2000 11:18:57 -0800 (PST) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id D19EE169B; Thu, 27 Jan 2000 11:18:56 -0800 (PST) Date: Thu, 27 Jan 2000 11:18:56 -0800 From: Chris Piazza To: Ilia Chipitsine Cc: ports@FreeBSD.ORG Subject: Re: who the hell ported GNOME ?? Message-ID: <20000127111856.B334@norn.ca.eu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from ilia@cgilh.chel.su on Thu, Jan 27, 2000 at 10:58:58PM +0500 X-Operating-System: FreeBSD 4.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Jan 27, 2000 at 10:58:58PM +0500, Ilia Chipitsine wrote: > Hi, > > I'm trying to port a GNOME program. > Yes, yes, yes, I'm having problems. > > one of them is that configure script tries to > execute the following command > > GNOME_XML_LIB=`$GNOME_CONFIG --libs xml` > > Somebody ported GNOME in such way so gnome-config doesn't return anything > on --libs xml.. Is there any sane reason for that ???? > > How shall I deal with gnome-config after that ??? Uh, before you get all excited (or maybe it's too late for that), do you have libxml installed? I normally only have the gnome-libs port installed for testing ports people submit. Before installing libxml it gives me this: norn[~]% gnome-config --libs xml Unknown library `xml' and after: norn[~]% gnome-config --libs xml -L/usr/local/lib -lxml -lz -Chris -- cpiazza@jaxon.net cpiazza@FreeBSD.org Abbotsford, BC, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jan 27 11:20: 8 2000 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 CE80C150C2 for ; Thu, 27 Jan 2000 11:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA57216; Thu, 27 Jan 2000 11:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id F068C156AB; Thu, 27 Jan 2000 11:14:34 -0800 (PST) Message-Id: <20000127191434.F068C156AB@hub.freebsd.org> Date: Thu, 27 Jan 2000 11:14:34 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/16407: Update port: cad/xcircuit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16407 >Category: ports >Synopsis: Update port: cad/xcircuit >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 Jan 27 11:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Fix checksum error >How-To-Repeat: >Fix: diff -urN /usr/ports/cad/xcircuit/files/md5 cad/xcircuit/files/md5 --- /usr/ports/cad/xcircuit/files/md5 Mon Jan 24 20:13:35 2000 +++ cad/xcircuit/files/md5 Fri Jan 28 02:42:15 2000 @@ -1 +1 @@ -MD5 (xcircuit-2.0b3.tar.bz2) = 3a471732d39e51b9689419337f4a66e5 +MD5 (xcircuit-2.0b3.tar.bz2) = 2d94d1680f59982e953082e6e95f1ff1 >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 Jan 27 11:20:14 2000 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 CF29A15693 for ; Thu, 27 Jan 2000 11:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA57234; Thu, 27 Jan 2000 11:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 4396515662; Thu, 27 Jan 2000 11:17:33 -0800 (PST) Message-Id: <20000127191733.4396515662@hub.freebsd.org> Date: Thu, 27 Jan 2000 11:17:33 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/16409: Update port: graphics/graphviz Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16409 >Category: ports >Synopsis: Update port: graphics/graphviz >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 Jan 27 11:20:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Support CC properly - Fix checksum error >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/graphviz/files/md5 graphics/graphviz/files/md5 --- /usr/ports/graphics/graphviz/files/md5 Thu Oct 7 19:14:14 1999 +++ graphics/graphviz/files/md5 Fri Jan 28 02:51:19 2000 @@ -1 +1 @@ -MD5 (gviz15.tgz) = 7c10e42cd77622dcdad5b590bf0723d5 +MD5 (gviz15.tgz) = de8f4a344ed2ab8661adced3002813cf diff -urN /usr/ports/graphics/graphviz/patches/patch-ak graphics/graphviz/patches/patch-ak --- /usr/ports/graphics/graphviz/patches/patch-ak Tue Jun 29 07:44:38 1999 +++ graphics/graphviz/patches/patch-ak Fri Jan 28 02:54:27 2000 @@ -1,10 +1,10 @@ --- makearch/freebsd.i386.orig Mon Jun 28 14:46:12 1999 -+++ makearch/freebsd.i386 Mon Jun 28 15:05:25 1999 ++++ makearch/freebsd.i386 Fri Jun 28 01:03:28 2000 @@ -0,0 +1,28 @@ +X11LIB=${X11BASE}/lib +X11INC=${X11BASE}/include + -+CC=cc ++#CC=cc +#YACC=bison -y +SED=sed +LN=ln >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 Jan 27 11:20:16 2000 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 5EEEA1568A for ; Thu, 27 Jan 2000 11:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA57225; Thu, 27 Jan 2000 11:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id E966A14E7E; Thu, 27 Jan 2000 11:16:29 -0800 (PST) Message-Id: <20000127191629.E966A14E7E@hub.freebsd.org> Date: Thu, 27 Jan 2000 11:16:29 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/16408: Update port: devel/uclmmbase Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16408 >Category: ports >Synopsis: Update port: devel/uclmmbase >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 Jan 27 11:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Add MANTAINER line - Suppprt CC/CFLAGS/LOCALBASE properly - Add WWW: line into pkg/DESCR - Fix pkg/PLIST New file: patches/patch-aa >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/uclmmbase/Makefile devel/uclmmbase/Makefile --- /usr/ports/devel/uclmmbase/Makefile Wed Jan 26 14:56:04 2000 +++ devel/uclmmbase/Makefile Fri Jan 28 04:04:49 2000 @@ -11,9 +11,12 @@ CATEGORIES= devel MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/common/ +MAINTAINER= ports@FreeBSD.org + WRKSRC= ${WRKDIR}/common HAS_CONFIGURE= yes -USE_GMAKE= yes +CONFIGURE_ENV= CC='${CC}' LOCALBASE='${LOCALBASE}' OPTIMIZE='${CFLAGS}' +CONFIGURE_ARGS= -optimize RESTRICTED= "Contains DES cryptography." @@ -22,10 +25,10 @@ rtp.h util.h version.h do-install: - cd ${WRKSRC}; \ - ${INSTALL} -c -o root -g wheel -m 444 libcommon.a \ - ${PREFIX}/lib/libuclmmbase.a; \ - ${MKDIR} ${PREFIX}/include/uclmmbase; \ - ${INSTALL_DATA} ${INSTALL_HDRS} ${PREFIX}/include/uclmmbase + ${INSTALL_DATA} ${WRKSRC}/libcommon.a ${PREFIX}/lib/libuclmmbase.a + @${MKDIR} ${PREFIX}/include/uclmmbase +.for file in ${INSTALL_HDRS} + ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/include/uclmmbase +.endfor .include diff -urN /usr/ports/devel/uclmmbase/patches/patch-aa devel/uclmmbase/patches/patch-aa --- /usr/ports/devel/uclmmbase/patches/patch-aa Thu Jan 1 09:00:00 1970 +++ devel/uclmmbase/patches/patch-aa Fri Jan 28 03:53:02 2000 @@ -0,0 +1,19 @@ +--- configure.orig Fri Oct 15 18:31:00 1999 ++++ configure Fri Jan 28 03:52:54 2000 +@@ -99,13 +99,13 @@ + PROFILE="-pg" + ECHO="echo -e" + ;; +- FreeBSD ) CC="gcc" ++ FreeBSD ) CC="${CC}" + WFLAGS=$GCCWFLAGS +- INCLUDE="-I/usr/local/include" ++ INCLUDE="-I${LOCALBASE}/include" + LDLIBS="-lm" + DEBUG="-g" + CHAR="-fsigned-char" +- OPTIMIZE="-O4" ++ OPTIMIZE="${OPTIMIZE}" + PROFILE="-pg" + ECHO=/bin/echo + ;; diff -urN /usr/ports/devel/uclmmbase/pkg/DESCR devel/uclmmbase/pkg/DESCR --- /usr/ports/devel/uclmmbase/pkg/DESCR Wed Jan 26 14:56:04 2000 +++ devel/uclmmbase/pkg/DESCR Fri Jan 28 04:03:15 2000 @@ -3,3 +3,5 @@ University College, London. It contains IP multicast management, real-time transport protocol, and cryptographic routines, as well as some convenience functions and header files. + +WWW: http://www-mice.cs.ucl.ac.uk/multimedia/software/common/ diff -urN /usr/ports/devel/uclmmbase/pkg/PLIST devel/uclmmbase/pkg/PLIST --- /usr/ports/devel/uclmmbase/pkg/PLIST Wed Jan 26 14:56:04 2000 +++ devel/uclmmbase/pkg/PLIST Fri Jan 28 04:01:24 2000 @@ -1,4 +1,3 @@ -lib/libuclmmbase.a include/uclmmbase/base64.h include/uclmmbase/config_win32.h include/uclmmbase/config_unix.h @@ -13,3 +12,5 @@ include/uclmmbase/rtp.h include/uclmmbase/util.h include/uclmmbase/version.h +lib/libuclmmbase.a +@dirrm include/uclmmbase >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 Jan 27 12: 0: 6 2000 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 055901570F for ; Thu, 27 Jan 2000 12:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA62349; Thu, 27 Jan 2000 12:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from twwells.com (mtholly-pri-13.ppp.netaxs.com [207.8.237.31]) by hub.freebsd.org (Postfix) with SMTP id A2BBA15667 for ; Thu, 27 Jan 2000 11:57:10 -0800 (PST) (envelope-from bill@twwells.com) Received: from bill by twwells.com with local (Exim 1.71 #2) id 12Dv2N-000Nzk-00; Thu, 27 Jan 2000 14:57:03 -0500 Message-Id: Date: Thu, 27 Jan 2000 14:57:03 -0500 From: bill@twwells.com Reply-To: bill@twwells.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16410: ssh and x forwarding problem Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16410 >Category: ports >Synopsis: ssh and x forwarding problem >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 27 12:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: T. William Wells >Release: FreeBSD 3.3-RELEASE i386 >Organization: T. William Wells >Environment: 3.3-RELEASE X any recent ssh from ports >Description: When trying to do X forwarding from ssh, the forwarding fails with an authentication error. >How-To-Repeat: Create a machine whose hostname is equal to its domain name. Run an X session on that machine. Ssh to that machine. Run xhost via the ssh session. >Fix: Remove the calls to trimdomain in the ssh source. Recompile and reinstall. Note: the calls to trimdomain are in the patches, not the original ssh source. This is not a bug in ssh itself -- it is a bug in the patches. >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 Jan 27 12: 2:58 2000 Delivered-To: freebsd-ports@freebsd.org Received: from anaconda.lovett.com (anaconda.lovett.com [216.60.121.168]) by hub.freebsd.org (Postfix) with ESMTP id 8425B14DC1 for ; Thu, 27 Jan 2000 12:02:56 -0800 (PST) (envelope-from ade@lovett.com) Received: from ade by anaconda.lovett.com with local (Exim 3.12 #1) id 12Dv75-0004E5-00; Thu, 27 Jan 2000 14:01:55 -0600 Date: Thu, 27 Jan 2000 14:01:55 -0600 From: Ade Lovett To: Chris Piazza Cc: Ilia Chipitsine , ports@FreeBSD.ORG Subject: Re: who the hell ported GNOME ?? Message-ID: <20000127140155.I408@lovett.com> References: <20000127111856.B334@norn.ca.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000127111856.B334@norn.ca.eu.org>; from cpiazza@jaxon.net on Thu, Jan 27, 2000 at 11:18:56AM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Jan 27, 2000 at 11:18:56AM -0800, Chris Piazza wrote: > > Uh, before you get all excited (or maybe it's too late for that), > do you have libxml installed? I normally only have the gnome-libs > port installed for testing ports people submit. Before installing > libxml it gives me this: > > [snip] Part of the problem is that all components of GNOME expect to be installed in the same place, whereas we have a split between /usr/local and /usr/X11R6 (as per hier(7)) As part of the upgrade to gnomelibs-1.0.55, I added a (very) crude hack to gnome-config to search in both /usr/local/etc and /usr/X11R6/etc (along with any other user-supplied paths) for these "external" (to gnome-config) libraries. Make sure you're using gnomelibs-1.0.55 from ports, in particular rev 1.11 of ports/x11/gnomelibs/patches/patch-ac -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jan 27 13:42:59 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ducky.nz.freebsd.org (chilled.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id B4E0E14D71 for ; Thu, 27 Jan 2000 13:42:55 -0800 (PST) (envelope-from dan@freebsddiary.org) Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99]) by ducky.nz.freebsd.org (8.9.3/8.9.3) with ESMTP id KAA37985; Fri, 28 Jan 2000 10:42:52 +1300 (NZDT) Message-Id: <200001272142.KAA37985@ducky.nz.freebsd.org> From: "Dan Langille" Organization: The FreeBSD Diary To: ports@freebsd.org Date: Fri, 28 Jan 2000 10:42:47 +1300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: rsync fails to build Reply-To: dan@freebsddiary.org Cc: dan@freebsddiary.org X-mailer: Pegasus Mail for Win32 (v3.12b) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org rsync fails to build on one box, but installs on another. I have no idea the error occurs: cc -O -pipe -Dss_family=__ss_family -Dss_len=__ss_len -o rsync rsync.o generator.o receiver.o cleanup.o sender.o exclude.o util.o main.o checksum.o match.o syscall.o log.o backup.o options.o flist.o io.o compat.o hlink.o token.o uidlist.o socket.o fileio.o params.o loadparm.o clientserver.o access.o connection.o authenticate.o lib/getopt.o lib/fnmatch.o lib/compat.o lib/snprintf.o lib/mdfour.o getaddrinfo.o getnameinfo.o zlib/deflate.o zlib/infblock.o zlib/infcodes.o zlib/inffast.o zlib/inflate.o zlib/inftrees.o zlib/infutil.o zlib/trees.o zlib/zutil.o zlib/adler32.o syscall.o: In function `do_mktemp': syscall.o(.text+0x2e1): warning: mktemp() possibly used unsafely; consider using mkstemp() Background info: I had this problem before, it went away, now it's back. It started with this error I encounted this morning when trying to rsync from my server: deflate on token returned -2 (700 bytes left) read error: Connection reset by peer unexpected EOF in read_timeout Checking various archives, I found a message from David E. O'Brien dated 2000/01/22 10:00:34 PST at http://x31.deja.com/[ST_rn=ps]/getdoc.xp?AN=576206258&CONTEXT=9 49005217.1798438935&hitnum=0 which mentioned "We *MUST* use the supplied zlib, not our own /usr/lib/libz.". I tried the rsync without the -z option. It worked. So I decided my ports were out of date and went to rebuild them on both the client and the server. The server built fine. The client build fails. the client (build fails): [root@fred:/usr/ports/net/rsync] # head Makefile # ex:ts=8 # New ports collection makefile for: rsync # Version required: 2.3.1 # Date created: Sat Aug 3, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # # $FreeBSD: ports/net/rsync/Makefile,v 1.32 2000/01/27 07:58:51 sumikawa Exp $ # DISTNAME= rsync-2.3.2 [root@fred:/usr/ports/net/rsync] # uname -a FreeBSD fred.int.nz.freebsd.org 3.3-19991207-SNAP FreeBSD 3.3- 19991207-SNAP #0: Tue Jan 25 18:13:40 NZDT 2000 root@fred.int.nz.freebsd.org:/nzmirror/src/sys/compile/FRED33S i386 the server (build succeeds): [root@ducky:/usr/ports/net/rsync] # head Makefile # ex:ts=8 # New ports collection makefile for: rsync # Version required: 2.3.1 # Date created: Sat Aug 3, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # # $FreeBSD: ports/net/rsync/Makefile,v 1.32 2000/01/27 07:58:51 sumikawa Exp $ # DISTNAME= rsync-2.3.2 [root@ducky:/usr/ports/net/rsync] # uname -a FreeBSD ducky.nz.freebsd.org 3.3-19991207-SNAP FreeBSD 3.3- 19991207-SNAP #0: Wed Dec 29 14:46:59 NZDT 1999 root@ducky.nz.freebsd.org:/usr/src/sys/compile/DUCKY33S i386 FWIW: I had the same problem about two weeks ago when I first installed rsync. I left it for a few days, came back to it, and it built. Said box sup's the ports daily. Any ideas why one box builds it and the other doesn't? -- Dan Langille - DVL Software Limited [I'm looking for more work] The FreeBSD Diary - http://www.freebsddiary.org/ NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ The Racing System - http://www.racingsystem.com/ unix @ home - http://www.unixathome.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jan 27 13:48:30 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ducky.nz.freebsd.org (chilled.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id E934D157B0 for ; Thu, 27 Jan 2000 13:48:26 -0800 (PST) (envelope-from dan@freebsddiary.org) Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99]) by ducky.nz.freebsd.org (8.9.3/8.9.3) with ESMTP id KAA39251; Fri, 28 Jan 2000 10:48:24 +1300 (NZDT) Message-Id: <200001272148.KAA39251@ducky.nz.freebsd.org> From: "Dan Langille" Organization: The FreeBSD Diary To: ports@freebsd.org Date: Fri, 28 Jan 2000 10:48:21 +1300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: rsync fails to build Reply-To: dan@freebsddiary.org Cc: "Dan Langille" In-reply-to: <200001272142.KAA37985@ducky.nz.freebsd.org> X-mailer: Pegasus Mail for Win32 (v3.12b) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 28 Jan 00, at 10:42, Dan Langille wrote: > rsync fails to build on one box, but installs on another. I have no idea > the error occurs: > > cc -O -pipe -Dss_family=__ss_family -Dss_len=__ss_len -o rsync > rsync.o generator.o receiver.o cleanup.o sender.o exclude.o util.o > main.o checksum.o match.o syscall.o log.o backup.o options.o flist.o > io.o compat.o hlink.o token.o uidlist.o socket.o fileio.o params.o > loadparm.o clientserver.o access.o connection.o authenticate.o > lib/getopt.o lib/fnmatch.o lib/compat.o lib/snprintf.o lib/mdfour.o > getaddrinfo.o getnameinfo.o zlib/deflate.o zlib/infblock.o zlib/infcodes.o > zlib/inffast.o zlib/inflate.o zlib/inftrees.o zlib/infutil.o zlib/trees.o > zlib/zutil.o zlib/adler32.o > syscall.o: In function `do_mktemp': > syscall.o(.text+0x2e1): warning: mktemp() possibly used unsafely; > consider using mkstemp() Oh, I forgot to mention this also occurs: Jan 28 10:31:31 fred /kernel: pid 13578 (cc1), uid 0: exited on signal 11 (core dumped) -- Dan Langille - DVL Software Limited [I'm looking for more work] The FreeBSD Diary - http://www.freebsddiary.org/ NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ The Racing System - http://www.racingsystem.com/ unix @ home - http://www.unixathome.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jan 27 13:50:21 2000 Delivered-To: freebsd-ports@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 846531584B for ; Thu, 27 Jan 2000 13:50:19 -0800 (PST) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id E1D8A1C41; Thu, 27 Jan 2000 16:50:18 -0500 (EST) Date: Thu, 27 Jan 2000 16:50:18 -0500 From: Bill Fumerola To: Dan Langille Cc: ports@freebsd.org Subject: Re: rsync fails to build Message-ID: <20000127165018.C20803@jade.chc-chimes.com> References: <200001272142.KAA37985@ducky.nz.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200001272142.KAA37985@ducky.nz.freebsd.org>; from dan@freebsddiary.org on Fri, Jan 28, 2000 at 10:42:47AM +1300 X-Operating-System: FreeBSD 3.2-RELEASE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jan 28, 2000 at 10:42:47AM +1300, Dan Langille wrote: > rsync fails to build on one box, but installs on another. I have no idea > the error occurs: > > cc -O -pipe -Dss_family=__ss_family -Dss_len=__ss_len -o rsync > rsync.o generator.o receiver.o cleanup.o sender.o exclude.o util.o > main.o checksum.o match.o syscall.o log.o backup.o options.o flist.o > io.o compat.o hlink.o token.o uidlist.o socket.o fileio.o params.o > loadparm.o clientserver.o access.o connection.o authenticate.o > lib/getopt.o lib/fnmatch.o lib/compat.o lib/snprintf.o lib/mdfour.o > getaddrinfo.o getnameinfo.o zlib/deflate.o zlib/infblock.o zlib/infcodes.o > zlib/inffast.o zlib/inflate.o zlib/inftrees.o zlib/infutil.o zlib/trees.o > zlib/zutil.o zlib/adler32.o > syscall.o: In function `do_mktemp': > syscall.o(.text+0x2e1): warning: mktemp() possibly used unsafely; > consider using mkstemp() This is not a build failure. This is a build warning. Please paste (or make available) the end of the build in its entirety instead of (wrongly) trying to interpret what the problem is. -- Bill Fumerola - Network Architect Computer Horizons Corp - CVM e-mail: billf@chc-chimes.com / billf@FreeBSD.org Office: 800-252-2421 x128 / Cell: 248-761-7272 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jan 27 13:52:19 2000 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 9A06E158AC; Thu, 27 Jan 2000 13:52:18 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA74910; Thu, 27 Jan 2000 13:52:18 -0800 (PST) (envelope-from asami@FreeBSD.org) Date: Thu, 27 Jan 2000 13:52:18 -0800 (PST) From: Message-Id: <200001272152.NAA74910@freefall.freebsd.org> To: okazaki@be.to, asami@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16357: Refactoring port: japanese/emacs-manual Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Refactoring port: japanese/emacs-manual State-Changed-From-To: open->closed State-Changed-By: asami State-Changed-When: Thu Jan 27 13:52:04 PST 2000 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 Jan 27 13:59:54 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ducky.nz.freebsd.org (chilled.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id E6E3A1574E for ; Thu, 27 Jan 2000 13:59:50 -0800 (PST) (envelope-from dan@freebsddiary.org) Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99]) by ducky.nz.freebsd.org (8.9.3/8.9.3) with ESMTP id KAA40541; Fri, 28 Jan 2000 10:58:33 +1300 (NZDT) Message-Id: <200001272158.KAA40541@ducky.nz.freebsd.org> From: "Dan Langille" Organization: The FreeBSD Diary To: Bill Fumerola Date: Fri, 28 Jan 2000 10:58:31 +1300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: rsync fails to build Reply-To: dan@freebsddiary.org Cc: ports@freebsd.org, Dan Langille In-reply-to: <20000127165018.C20803@jade.chc-chimes.com> References: <200001272142.KAA37985@ducky.nz.freebsd.org>; from dan@freebsddiary.org on Fri, Jan 28, 2000 at 10:42:47AM +1300 X-mailer: Pegasus Mail for Win32 (v3.12b) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 27 Jan 00, at 16:50, Bill Fumerola wrote: > On Fri, Jan 28, 2000 at 10:42:47AM +1300, Dan Langille wrote: > > > rsync fails to build on one box, but installs on another. I have no idea > > the error occurs: > > > > cc -O -pipe -Dss_family=__ss_family -Dss_len=__ss_len -o rsync > > rsync.o generator.o receiver.o cleanup.o sender.o exclude.o util.o > > main.o checksum.o match.o syscall.o log.o backup.o options.o flist.o > > io.o compat.o hlink.o token.o uidlist.o socket.o fileio.o params.o > > loadparm.o clientserver.o access.o connection.o authenticate.o > > lib/getopt.o lib/fnmatch.o lib/compat.o lib/snprintf.o lib/mdfour.o > > getaddrinfo.o getnameinfo.o zlib/deflate.o zlib/infblock.o zlib/infcodes.o > > zlib/inffast.o zlib/inflate.o zlib/inftrees.o zlib/infutil.o zlib/trees.o > > zlib/zutil.o zlib/adler32.o > > syscall.o: In function `do_mktemp': > > syscall.o(.text+0x2e1): warning: mktemp() possibly used unsafely; > > consider using mkstemp() > > This is not a build failure. This is a build warning. Please paste (or make > available) the end of the build in its entirety instead of (wrongly) trying > to interpret what the problem is. thanks. The above is the last message given before the build stops. It does not build. I intrepret that as a failure. I made no intrepretation of the cause of the problem, merely that that problem is that it fails to build. The full text is at http://www.freebsddiary.org/rsync-error.txt -- Dan Langille - DVL Software Limited [I'm looking for more work] The FreeBSD Diary - http://www.freebsddiary.org/ NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ The Racing System - http://www.racingsystem.com/ unix @ home - http://www.unixathome.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jan 27 14: 3:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 6685E154D5 for ; Thu, 27 Jan 2000 14:03:11 -0800 (PST) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 24AED1C4D; Thu, 27 Jan 2000 17:03:07 -0500 (EST) Date: Thu, 27 Jan 2000 17:03:07 -0500 From: Bill Fumerola To: Dan Langille Cc: ports@freebsd.org Subject: Re: rsync fails to build Message-ID: <20000127170307.D20803@jade.chc-chimes.com> References: <200001272142.KAA37985@ducky.nz.freebsd.org>; <20000127165018.C20803@jade.chc-chimes.com> <200001272158.KAA40541@ducky.nz.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200001272158.KAA40541@ducky.nz.freebsd.org>; from dan@freebsddiary.org on Fri, Jan 28, 2000 at 10:58:31AM +1300 X-Operating-System: FreeBSD 3.2-RELEASE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jan 28, 2000 at 10:58:31AM +1300, Dan Langille wrote: > The above is the last message given before the build stops. It does not > build. I intrepret that as a failure. I made no intrepretation of the cause > of the problem, merely that that problem is that it fails to build. > > The full text is at http://www.freebsddiary.org/rsync-error.txt That build completed without failing. -- Bill Fumerola - Network Architect Computer Horizons Corp - CVM e-mail: billf@chc-chimes.com / billf@FreeBSD.org Office: 800-252-2421 x128 / Cell: 248-761-7272 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jan 27 14: 5:59 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ducky.nz.freebsd.org (chilled.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id 7B85614E59 for ; Thu, 27 Jan 2000 14:05:56 -0800 (PST) (envelope-from dan@freebsddiary.org) Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99]) by ducky.nz.freebsd.org (8.9.3/8.9.3) with ESMTP id LAA40617; Fri, 28 Jan 2000 11:05:49 +1300 (NZDT) Message-Id: <200001272205.LAA40617@ducky.nz.freebsd.org> From: "Dan Langille" Organization: The FreeBSD Diary To: Bill Fumerola Date: Fri, 28 Jan 2000 11:05:47 +1300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: rsync fails to build Reply-To: dan@freebsddiary.org Cc: ports@freebsd.org, Dan Langille In-reply-to: <20000127170307.D20803@jade.chc-chimes.com> References: <200001272158.KAA40541@ducky.nz.freebsd.org>; from dan@freebsddiary.org on Fri, Jan 28, 2000 at 10:58:31AM +1300 X-mailer: Pegasus Mail for Win32 (v3.12b) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 27 Jan 00, at 17:03, Bill Fumerola wrote: > On Fri, Jan 28, 2000 at 10:58:31AM +1300, Dan Langille wrote: > > > The above is the last message given before the build stops. It does not > > build. I intrepret that as a failure. I made no intrepretation of the cause > > of the problem, merely that that problem is that it fails to build. > > > > The full text is at http://www.freebsddiary.org/rsync-error.txt > > That build completed without failing. Damn. You're right. I'm way wrong. I just tried a make install and it took. I apologise. OK. Why does that message appear on one box but not the other? -- Dan Langille - DVL Software Limited [I'm looking for more work] The FreeBSD Diary - http://www.freebsddiary.org/ NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ The Racing System - http://www.racingsystem.com/ unix @ home - http://www.unixathome.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jan 27 15:30: 4 2000 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 763571585C for ; Thu, 27 Jan 2000 15:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA85126; Thu, 27 Jan 2000 15:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 27 Jan 2000 15:30:02 -0800 (PST) Message-Id: <200001272330.PAA85126@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: McClain Looney Subject: Re: ports/14884: ports/misc/rpm install fails Reply-To: McClain Looney Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/14884; it has been noted by GNATS. From: McClain Looney To: , Cc: Subject: Re: ports/14884: ports/misc/rpm install fails Date: Thu, 27 Jan 2000 17:21:32 -0600 Greetings, Shouldn't the port check for this dependency (autoconf > 2.1.2)? i've been tearing my hair out over this one for a while. guess i should have looked here first. this stopped the rpm port from installing, which stops the linux_base port as well. Just a thought, keep up the incredible work. Regards, mcclain To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jan 27 16:16: 6 2000 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 DF6C4158A0; Thu, 27 Jan 2000 16:16:02 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA90529; Thu, 27 Jan 2000 16:16:02 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Thu, 27 Jan 2000 16:16:02 -0800 (PST) From: Message-Id: <200001280016.QAA90529@freefall.freebsd.org> To: jedgar@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: pending/16413: klyx port fails to compile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: klyx port fails to compile Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: jedgar Responsible-Changed-When: Thu Jan 27 16:15:29 PST 2000 Responsible-Changed-Why: Misfiled PR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jan 27 16:18:25 2000 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 8492D15790; Thu, 27 Jan 2000 16:18:23 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA90930; Thu, 27 Jan 2000 16:18:23 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Thu, 27 Jan 2000 16:18:23 -0800 (PST) From: Message-Id: <200001280018.QAA90930@freefall.freebsd.org> To: jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org, thepish@FreeBSD.org Subject: Re: ports/16355: update for arla port to 0.30 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update for arla port to 0.30 Responsible-Changed-From-To: freebsd-ports->thepish Responsible-Changed-By: jedgar Responsible-Changed-When: Thu Jan 27 16:17:51 PST 2000 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 Jan 27 16:29:14 2000 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 05BC015966; Thu, 27 Jan 2000 16:29:12 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA92034; Thu, 27 Jan 2000 16:29:12 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Thu, 27 Jan 2000 16:29:12 -0800 (PST) From: Message-Id: <200001280029.QAA92034@freefall.freebsd.org> To: jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/16369: Ports fix: mail/mutt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Ports fix: mail/mutt Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: jedgar Responsible-Changed-When: Thu Jan 27 16:28:30 PST 2000 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 Jan 27 16:31:44 2000 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 989EC1589A; Thu, 27 Jan 2000 16:31:43 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA92359; Thu, 27 Jan 2000 16:31:43 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Thu, 27 Jan 2000 16:31:43 -0800 (PST) From: Message-Id: <200001280031.QAA92359@freefall.freebsd.org> To: dima@Chg.RU, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16400: Update/fix for -current x11-toolkits/fltk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update/fix for -current x11-toolkits/fltk State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Thu Jan 27 16:30:10 PST 2000 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 Jan 27 16:34:31 2000 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 6B6131594C; Thu, 27 Jan 2000 16:34:30 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA92669; Thu, 27 Jan 2000 16:34:30 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Thu, 27 Jan 2000 16:34:30 -0800 (PST) From: Message-Id: <200001280034.QAA92669@freefall.freebsd.org> To: lioux@linf.unb.br, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16399: MAINTAINER email change on mail/qmail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: MAINTAINER email change on mail/qmail State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Thu Jan 27 16:33:57 PST 2000 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 Jan 27 16:35:45 2000 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 453061594C; Thu, 27 Jan 2000 16:35:44 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA92830; Thu, 27 Jan 2000 16:35:43 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Thu, 27 Jan 2000 16:35:43 -0800 (PST) From: Message-Id: <200001280035.QAA92830@freefall.freebsd.org> To: jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org, jseger@FreeBSD.org Subject: Re: ports/16378: Update port: graphics/ImageMagick to 5.1.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/ImageMagick to 5.1.1 Responsible-Changed-From-To: freebsd-ports->jseger Responsible-Changed-By: jedgar Responsible-Changed-When: Thu Jan 27 16:35:15 PST 2000 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 Jan 27 16:39:30 2000 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 33FCF1599D; Thu, 27 Jan 2000 16:39:29 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA93330; Thu, 27 Jan 2000 16:39:23 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Thu, 27 Jan 2000 16:39:23 -0800 (PST) From: Message-Id: <200001280039.QAA93330@freefall.freebsd.org> To: saper@SYSTEM.PL, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16382: graphics/gif2png: Update port to version 2.3.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: graphics/gif2png: Update port to version 2.3.0 State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Thu Jan 27 16:38:21 PST 2000 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 Jan 27 16:45:50 2000 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 D37A115AE9; Thu, 27 Jan 2000 16:45:45 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA94286; Thu, 27 Jan 2000 16:45:45 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Thu, 27 Jan 2000 16:45:45 -0800 (PST) From: Message-Id: <200001280045.QAA94286@freefall.freebsd.org> To: andrews@technologist.com, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16385: update port: games/xkobo ; [PATCH] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: games/xkobo ; [PATCH] State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Thu Jan 27 16:44:22 PST 2000 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 Jan 27 16:49:36 2000 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 61E6F15B0E; Thu, 27 Jan 2000 16:49:26 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA94775; Thu, 27 Jan 2000 16:49:25 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Thu, 27 Jan 2000 16:49:25 -0800 (PST) From: Message-Id: <200001280049.QAA94775@freefall.freebsd.org> To: sanpei@sanpei.org, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16392: update ports: x11-fm/xcruise Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update ports: x11-fm/xcruise State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Thu Jan 27 16:48:42 PST 2000 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 Jan 27 16:55:55 2000 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 C2EA315A78; Thu, 27 Jan 2000 16:55:48 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA95698; Thu, 27 Jan 2000 16:55:48 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Thu, 27 Jan 2000 16:55:48 -0800 (PST) From: Message-Id: <200001280055.QAA95698@freefall.freebsd.org> To: dima@Chg.RU, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16401: Update x11-wm/flwm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update x11-wm/flwm State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Thu Jan 27 16:55:32 PST 2000 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 Jan 27 17:10: 4 2000 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 42EB814F43 for ; Thu, 27 Jan 2000 17:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA97383; Thu, 27 Jan 2000 17:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 27 Jan 2000 17:10:03 -0800 (PST) Message-Id: <200001280110.RAA97383@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Chris D. Faulhaber" Subject: Re: ports/16407: Update port: cad/xcircuit Reply-To: "Chris D. Faulhaber" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/16407; it has been noted by GNATS. From: "Chris D. Faulhaber" To: tkato@prontomail.ne.jp Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/16407: Update port: cad/xcircuit Date: Thu, 27 Jan 2000 20:09:26 -0500 (EST) On Thu, 27 Jan 2000 tkato@prontomail.ne.jp wrote: > >Description: > - Fix checksum error > Did the DISTFILE get trojaned? Or did the author make last minute changes without changing the version? ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.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 Jan 27 17:46:17 2000 Delivered-To: freebsd-ports@freebsd.org Received: from zaphon.llamas.net (zaphon.llamas.net [207.203.36.210]) by hub.freebsd.org (Postfix) with SMTP id 7436F14BF3 for ; Thu, 27 Jan 2000 17:46:09 -0800 (PST) (envelope-from grumple@zaphon.llamas.net) Received: (qmail 8348 invoked by uid 500); 28 Jan 2000 01:45:59 -0000 Date: Thu, 27 Jan 2000 20:45:59 -0500 From: Greg Rumple To: freebsd-ports@FreeBSD.ORG Subject: mtr 0.41 Message-ID: <20000127204559.B7463@zaphon.llamas.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0us X-Mailer: Mutt http://www.mutt.org/ X-Editor: Vim http://www.vim.org/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I was using mtr 0.41 fine for a while and then it stopped working for me on both 3.4-STABLE and 4.0-CURRENT. I finally spent the time last night to determine what the problem is with it and fix it. It appears that in the IPHeader that is sent in the ping, that mtr inbeds the PID of the process, so that it can verify on the reply that it was from mtr. Well it stores this value in a 16-bit integer location. Well examination of my system showed that PID's on FreeBSD now go very high (mine was at like at 83500 at the time of my gdb session), much larger than a 16 bit value. So I made the following change to the code which allows mtr to work again on my system (even after my PID's roll past a 16-bit value). ------------------------------------------------------------------- diff -r -u mtr-0.41/net.c mtr-0.41.patched/net.c --- mtr-0.41/net.c Thu Jan 27 20:42:00 2000 +++ mtr-0.41.patched/net.c Thu Jan 27 20:42:44 2000 @@ -282,7 +282,7 @@ header = (struct ICMPHeader *)(packet + sizeof(struct IPHeader)); if(header->type == ICMP_ECHOREPLY) { - if(header->id != getpid()) + if(header->id != (uint16)getpid()) return; net_process_ping(header->sequence, fromaddr.sin_addr.s_addr, now); @@ -293,7 +293,7 @@ header = (struct ICMPHeader *)(packet + sizeof(struct IPHeader) + sizeof(struct ICMPHeader) + sizeof(struct IPHeader)); - if(header->id != getpid()) + if(header->id != (uint16)getpid()) return; net_process_ping(header->sequence, fromaddr.sin_addr.s_addr, now); ------------------------------------------------------------------- Of course this does possibly allow two copies of mtr to collide on a system. But honestly I'm not to worried about this happening. And if it does, I'll be heading out to buy a lottery ticket cuz it's my lucky day. Greg -- Greg Rumple grumple@zaphon.llamas.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jan 27 18:23:27 2000 Delivered-To: freebsd-ports@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 496F414E94 for ; Thu, 27 Jan 2000 18:23:24 -0800 (PST) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 90C881C57; Thu, 27 Jan 2000 20:52:12 -0500 (EST) Date: Thu, 27 Jan 2000 20:52:12 -0500 From: Bill Fumerola To: Greg Rumple Cc: freebsd-ports@freebsd.org Subject: Re: mtr 0.41 Message-ID: <20000127205212.A21712@jade.chc-chimes.com> References: <20000127204559.B7463@zaphon.llamas.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000127204559.B7463@zaphon.llamas.net>; from grumple@zaphon.llamas.net on Thu, Jan 27, 2000 at 08:45:59PM -0500 X-Operating-System: FreeBSD 3.2-RELEASE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Jan 27, 2000 at 08:45:59PM -0500, Greg Rumple wrote: > It appears that in the IPHeader that is sent in the ping, that mtr > inbeds the PID of the process, so that it can verify on the reply that > it was from mtr. Well it stores this value in a 16-bit integer > location. Well examination of my system showed that PID's on FreeBSD > now go very high (mine was at like at 83500 at the time of my gdb > session), much larger than a 16 bit value. So I made the following > change to the code which allows mtr to work again on my system (even > after my PID's roll past a 16-bit value). Looks good, did you send this to the author of the software. -- Bill Fumerola - Network Architect (and MAINTAINER for mtr) Computer Horizons Corp - CVM e-mail: billf@chc-chimes.com / billf@FreeBSD.org Office: 800-252-2421 x128 / Cell: 248-761-7272 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jan 27 20:20: 8 2000 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 A50F7159A3 for ; Thu, 27 Jan 2000 20:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA19587; Thu, 27 Jan 2000 20:20:01 -0800 (PST) (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 CE24A14F8F for ; Thu, 27 Jan 2000 20:15:30 -0800 (PST) (envelope-from brett@peloton.runet.edu) Received: (from root@localhost) by peloton.runet.edu (8.9.3/8.9.3) id XAA16587; Thu, 27 Jan 2000 23:15:29 -0500 (EST) (envelope-from brett) Message-Id: <200001280415.XAA16587@peloton.runet.edu> Date: Thu, 27 Jan 2000 23:15:29 -0500 (EST) 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/16414: update of cooledit port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16414 >Category: ports >Synopsis: update of cooledit port to latest greatest 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: Thu Jan 27 20:20:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Brett Taylor >Release: FreeBSD 3.4-STABLE i386 >Organization: Radford University >Environment: FreeBSD 3.4-STABLE #0: Fri Jan 7 10:58:02 EST 2000 >Description: I've been slack in updating this port. I've updated cooledit to the latest so that it can be package-ified for 4.0-RELEASE and so I stop getting unfetchable distfile reminders. :-) >How-To-Repeat: apply diff below >Fix: diff -ruN cooledit.orig/Makefile cooledit/Makefile --- cooledit.orig/Makefile Wed Sep 8 23:03:17 1999 +++ cooledit/Makefile Wed Jan 26 18:30:20 2000 @@ -6,7 +6,7 @@ # $FreeBSD: ports/editors/cooledit/Makefile,v 1.18 1999/09/09 03:03:17 cpiazza Exp $ # -DISTNAME= cooledit-3.11.3 +DISTNAME= cooledit-3.12.0 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SUNSITE} \ http://www.netins.net/showcase/Comput-IT/cooledit/src/ diff -ruN cooledit.orig/files/md5 cooledit/files/md5 --- cooledit.orig/files/md5 Thu Jul 8 13:40:59 1999 +++ cooledit/files/md5 Wed Jan 26 18:33:56 2000 @@ -1 +1 @@ -MD5 (cooledit-3.11.3.tar.gz) = ea0f8aa393d1a77c76c0d7f2ffd358b7 +MD5 (cooledit-3.12.0.tar.gz) = 6071b98029c366e7d42e08ccafc71949 diff -ruN cooledit.orig/patches/patch-ae cooledit/patches/patch-ae --- cooledit.orig/patches/patch-ae Tue Jun 8 20:05:14 1999 +++ cooledit/patches/patch-ae Wed Jan 26 18:35:45 2000 @@ -1,5 +1,5 @@ ---- syntax/Makefile.in.orig Mon Jun 7 15:12:47 1999 -+++ syntax/Makefile.in Mon Jun 7 15:15:31 1999 +--- syntax/Makefile.in.orig Tue Nov 30 02:34:36 1999 ++++ syntax/Makefile.in Wed Jan 26 18:35:05 2000 @@ -99,7 +99,7 @@ VERSION = @VERSION@ l = @l@ @@ -7,5 +7,5 @@ -syntaxdir = $(libdir)/cooledit/syntax +syntaxdir = $(datadir)/cooledit/syntax - syntax_DATA = c.syntax changelog.syntax diff.syntax diffc.syntax html.syntax java.syntax latex.syntax lsm.syntax makefile.syntax ml.syntax nroff.syntax pascal.syntax perl.syntax python.syntax sh.syntax smalltalk.syntax texinfo.syntax unknown.syntax swig.syntax + syntax_DATA = c.syntax changelog.syntax diff.syntax diffc.syntax html.syntax java.syntax latex.syntax lsm.syntax makefile.syntax ml.syntax nroff.syntax pascal.syntax perl.syntax python.syntax sh.syntax smalltalk.syntax texinfo.syntax unknown.syntax swig.syntax mail.syntax ada95.syntax diff -ruN cooledit.orig/patches/patch-af cooledit/patches/patch-af --- cooledit.orig/patches/patch-af Thu Jul 8 13:40:59 1999 +++ cooledit/patches/patch-af Wed Jan 26 18:36:47 2000 @@ -1,6 +1,6 @@ ---- widget/syntax.c.orig Fri Jun 11 16:24:41 1999 -+++ widget/syntax.c Sat Jun 12 08:30:33 1999 -@@ -729,7 +729,7 @@ +--- widget/syntax.c.orig Tue Nov 30 02:34:27 1999 ++++ widget/syntax.c Wed Jan 26 18:36:26 2000 +@@ -590,7 +590,7 @@ f = fopen (p, "r"); if (f) return f; @@ -8,4 +8,4 @@ + strcpy (p, DATADIR "/cooledit/syntax/"); strcat (p, filename); syntax_free (error_file_name); - error_file_name = strdup (p); + error_file_name = (char *) strdup (p); diff -ruN cooledit.orig/patches/patch-ah cooledit/patches/patch-ah --- cooledit.orig/patches/patch-ah Thu Jul 8 13:41:00 1999 +++ cooledit/patches/patch-ah Thu Jan 27 23:00:51 2000 @@ -1,15 +1,15 @@ ---- editor/coolpython.c.orig Fri Jun 11 16:24:42 1999 -+++ editor/coolpython.c Sat Jun 12 08:30:33 1999 -@@ -1485,7 +1485,7 @@ +--- editor/coolpython.c.orig Thu Jan 27 22:59:34 2000 ++++ editor/coolpython.c Thu Jan 27 23:00:34 2000 +@@ -1487,7 +1487,7 @@ PyDict_SetItemString (d, "Mod3Mask", PyInt_FromLong ((long) Mod3Mask)); PyDict_SetItemString (d, "Mod4Mask", PyInt_FromLong ((long) Mod4Mask)); PyDict_SetItemString (d, "Mod5Mask", PyInt_FromLong ((long) Mod5Mask)); - PyDict_SetItemString (d, "LIBDIR", PyString_FromString (LIBDIR)); + PyDict_SetItemString (d, "DATADIR", PyString_FromString (DATADIR)); - } - void coolpython_run_file (char *filename) -@@ -1544,7 +1544,7 @@ + PyDict_SetItemString (d, "Mod5Mask", PyInt_FromLong ((long) Mod5Mask)); + +@@ -1569,7 +1569,7 @@ import sys\n\ sys.path.append('%s')\n\ sys.path.append('%s%s')\n\ @@ -18,7 +18,7 @@ e = PyRun_String (s, Py_file_input, name_space, name_space); if (!e) { PyErr_Print (); -@@ -1553,7 +1553,7 @@ +@@ -1578,7 +1578,7 @@ } Py_DECREF (e); coolpython_constants (name_space); diff -ruN cooledit.orig/pkg/PLIST cooledit/pkg/PLIST --- cooledit.orig/pkg/PLIST Fri Jun 11 13:03:21 1999 +++ cooledit/pkg/PLIST Thu Jan 27 23:09:57 2000 @@ -16,6 +16,7 @@ @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R share/cooledit/global.py +share/cooledit/syntax/ada95.syntax share/cooledit/syntax/c.syntax share/cooledit/syntax/changelog.syntax share/cooledit/syntax/diff.syntax @@ -24,6 +25,7 @@ share/cooledit/syntax/java.syntax share/cooledit/syntax/latex.syntax share/cooledit/syntax/lsm.syntax +share/cooledit/syntax/mail.syntax share/cooledit/syntax/makefile.syntax share/cooledit/syntax/ml.syntax share/cooledit/syntax/nroff.syntax >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 Jan 27 23: 8:50 2000 Delivered-To: freebsd-ports@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 8E10115004 for ; Thu, 27 Jan 2000 23:07:52 -0800 (PST) (envelope-from kiri@pis.toba-cmt.ac.jp) Received: from kiri.pis (localhost [127.0.0.1]) by pis.toba-cmt.ac.jp (8.9.3/8.9.3) with ESMTP id PAA16892 for ; Fri, 28 Jan 2000 15:59:16 +0900 (JST) (envelope-from kiri@pis.toba-cmt.ac.jp) Message-Id: <200001280659.PAA16892@pis.toba-cmt.ac.jp> Date: Fri, 28 Jan 2000 15:59:15 +0900 From: kiri@pis.toba-cmt.ac.jp To: freebsd-ports@freebsd.org Subject: Can't compile linux_base?! User-Agent: Wanderlust/1.0.3 (Notorious) SEMI/1.13.3 (Komaiko) FLIM/1.12.5 (Hirahata) MULE XEmacs/21.1 (patch 8) (Bryce Canyon) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.13.3 - "Komaiko") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org What's wrong? kiri# make reinstall ===> Extracting for linux_base-6.1 >> Checksum OK for rpm/setup-2.0.5-1.noarch.rpm. >> Checksum OK for rpm/filesystem-1.3.5-1.noarch.rpm. >> Checksum OK for rpm/basesystem-6.0-4.noarch.rpm. >> Checksum OK for rpm/ldconfig-1.9.5-15.i386.rpm. >> Checksum OK for rpm/glibc-2.1.2-11.i386.rpm. >> Checksum OK for rpm/termcap-9.12.6-15.i386.rpm. >> Checksum OK for rpm/libtermcap-2.0.8-18.i386.rpm. >> Checksum OK for rpm/bash-1.14.7-16.i386.rpm. >> Checksum OK for rpm/ncurses-4.2-25.i386.rpm. >> Checksum OK for rpm/zlib-1.1.3-5.i386.rpm. >> Checksum OK for rpm/info-3.12h-2.i386.rpm. >> Checksum OK for rpm/fileutils-4.0-8.i386.rpm. >> Checksum OK for rpm/grep-2.3-2.i386.rpm. >> Checksum OK for rpm/binutils-2.9.1.0.23-6.i386.rpm. >> Checksum OK for rpm/gd-1.3-5.i386.rpm. >> Checksum OK for rpm/gdbm-1.8.0-2.i386.rpm. >> Checksum OK for rpm/glib-1.2.5-1.i386.rpm. >> Checksum OK for rpm/ld.so-1.9.5-11.i386.rpm. >> Checksum OK for rpm/libc-5.3.12-31.i386.rpm. >> Checksum OK for rpm/libstdc++-2.9.0-24.i386.rpm. >> Checksum OK for rpm/sh-utils-2.0-1.i386.rpm. >> Checksum OK for rpm/readline-2.2.1-5.i386.rpm. >> Checksum OK for rpm/redhat-release-6.1-1.noarch.rpm. >> Checksum OK for rpm/rpm-3.0.3-2.i386.rpm. >> Checksum OK for rpm/setserial-2.15-2.i386.rpm. >> Checksum OK for rpm/slang-1.2.2-4.i386.rpm. >> Checksum OK for rpm/stat-1.5-11.i386.rpm. >> Checksum OK for rpm/tcsh-6.08.00-6.i386.rpm. >> Checksum OK for rpm/XFree86-libs-3.3.5-3.i386.rpm. >> Checksum OK for rpm/xpm-3.4k-1.i386.rpm. >> Checksum OK for rpm/glib-1.2.6-2.i386.rpm. ===> Patching for linux_base-6.1 ===> Configuring for linux_base-6.1 ===> Installing for linux_base-6.1 ===> linux_base-6.1 depends on executable: rpm - found Linux mode is not enabled. Loading linux kernel module... kldload: can't load linux: Exec format error The linux kernel module could not be loaded. Please manually load the module and retry. See "man linux" for details. *** Error code 1 Stop in /usr/ports/emulators/linux_base. *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jan 27 23:30: 7 2000 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 210C2156D0 for ; Thu, 27 Jan 2000 23:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA40019; Thu, 27 Jan 2000 23:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from ns.itga.com.au (ns.itga.com.au [202.53.40.210]) by hub.freebsd.org (Postfix) with ESMTP id 6199A14F50 for ; Thu, 27 Jan 2000 23:24:19 -0800 (PST) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20]) by ns.itga.com.au (8.9.3/8.9.3) with ESMTP id SAA98818 for ; Fri, 28 Jan 2000 18:23:42 +1100 (EST) (envelope-from gnb@itga.com.au) Received: from hellcat.itga.com.au (hellcat.itga.com.au [192.168.71.163]) by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id SAA17945; Fri, 28 Jan 2000 18:23:37 +1100 (EST) Received: (from gnb@localhost) by hellcat.itga.com.au (8.9.3/8.9.3) id SAA51033; Fri, 28 Jan 2000 18:23:36 +1100 (EST) (envelope-from gnb@itga.com.au) Message-Id: <200001280723.SAA51033@hellcat.itga.com.au> Date: Fri, 28 Jan 2000 18:23:36 +1100 (EST) From: Gregory Bond Reply-To: gnb@itga.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16417: nethack3 port won't compile on 3.4-Stable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16417 >Category: ports >Synopsis: nethack3 port won't compile on 3.4-Stable >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: Thu Jan 27 23:30:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Gregory Bond >Release: FreeBSD 3.4-STABLE i386 >Organization: ITG Australia Limited >Environment: 3.4-Stable, nethack3 port (nethack 3.3.0) >Description: Nethack3 port fails to compile on 3.4-Stable >How-To-Repeat: cd /usr/ports/games/nethack3 && make >Fix: Hm. Dunno why/how this worked with the previous nethack port, which has similar stuff in "include/termcap.h", but it seems to have... Nor do I know how this works for -CURRENT (which I assume it does, otherwise the port wouldn't have been committed, would it? :>) Hmm, this is nethack so I orta make the PR severity=critical! >Release-Note: >Audit-Trail: >Unformatted: >===> Building for nethack-3.3.0 >( cd src ; gmake ) >gmake[1]: Entering directory `/usr/ports/games/nethack3/work/nethack-3.3.0/src' >cc -O -pipe -O -I../include -I/usr/X11R6/include -c ../win/tty/termcap.c >In file included from ../win/tty/termcap.c:791: >/usr/include/curses.h:125: conflicting types for `tc_lcl_data' >../win/tty/termcap.c:39: previous declaration of `tc_lcl_data' >/usr/include/curses.h:125: parse error before `.' >/usr/include/curses.h:382: conflicting types for `tputs' >../include/system.h:496: previous declaration of `tputs' >../win/tty/termcap.c: In function `init_hilite': >../win/tty/termcap.c:828: request for member `tc_HI' in something not a structure or union [whole buncha similar errors snipped] This is due to conflicts betweeen nethack's include/tcap.h file (which has lines like #define CM tc_lcl_data.tc_CM ) and the system which has line like extern char *AL, *BC, *BT, *CD, *CE, *CL, *CM, *CR, *CS, *DC, *DL, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jan 28 0:39:27 2000 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id DFB3B14E5E; Fri, 28 Jan 2000 00:39:25 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id D04F21CD6D6 for ; Fri, 28 Jan 2000 00:39:25 -0800 (PST) (envelope-from kris@hub.freebsd.org) Date: Fri, 28 Jan 2000 00:39:25 -0800 (PST) From: Kris Kennaway To: ports@freebsd.org Subject: USE_OPENSSL patch 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 Okay, here's my most recent USE_OPENSSL patch. I've been patching the openssl-dependent ports and it seems to be complete enough to only require minimal changes to them so far. Note that I haven't tested this at all on anything other than 4.0 with rsaref (and dummy 'broken' openssl libs in /usr/local/lib to make sure they won't get picked up if the openssl port is installed) - I haven't had time, and we need to get this in place in time for 4.0, so I'll need help from you guys to make that happen. Please test whether this works under your system. There's a nasty bug in bsd.port.mk which means that CFLAGS cannot be changed by a makefile if it exists in make.conf - we can hack around it by setting CFLAGS in MAKE_ARGS, but that also has negative implications (which thankfully don't seem to affect any of the openssl ports). Thanks for Jeremy Lea for helping me understand this. So far I've patched the following ports to work with the patched bsd.port.mk: openssh pidentd sslwrap bjorb I'll be putting up these diffs in www.freebsd.org/~kris/openssl/ shortly Index: Mk/bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.326 diff -u -r1.326 bsd.port.mk --- Mk/bsd.port.mk 2000/01/21 11:08:06 1.326 +++ Mk/bsd.port.mk 2000/01/28 07:03:11 @@ -571,6 +571,42 @@ PREFIX?= ${LOCALBASE} .endif +.if defined(USE_OPENSSL) +.if ${OSVERSION} >= 400014 && exists(/usr/lib/libcrypto.a) +.if ${USE_OPENSSL} == RSA +_HASRSA= "`/usr/bin/nm /usr/lib/libcrypto.a | /usr/bin/grep RSA_free`" +.if empty(_HASRSA) +.BEGIN: + @${ECHO} "This port requires RSA crypto, which is not present in your" + @${ECHO} "version of OpenSSL. Please see Chapter XX in the FAQ for" + @${ECHO} "a description of the problem and alternative solutions." + @${FALSE} +.elif defined(USA_RESIDENT) && ${USA_RESIDENT} == YES +LIB_DEPENDS+= rsaref.2:${PORTSDIR}/security/rsaref +# We set this so ports can decide whether or not to link against librsaref +# and libRSAglue +OPENSSL_RSAREF= yes +.endif +.endif +OPENSSLBASE= /usr +OPENSSLDIR= /etc/ssl +# OpenSSL in the base system doesn't include IDEA for patent reasons. +OPENSSL_IDEA= no +# XXX Won't always work +CFLAGS+= -DNO_IDEA +MAKE_ARGS+= CFLAGS="${CFLAGS}" +.else +LIB_DEPENDS+= crypto.1:${PORTSDIR}/security/openssl +OPENSSLBASE?= ${LOCALBASE} +OPENSSLDIR?= ${OPENSSLBASE}/openssl +.endif +OPENSSLLIB= ${OPENSSLBASE}/lib +OPENSSLINC= ${OPENSSLBASE}/include +MAKE_ENV+= OPENSSLLIB=${OPENSSLLIB} OPENSSLINC=${OPENSSLINC} \ + OPENSSLBASE=${OPENSSLBASE} OPENSSLDIR=${OPENSSLDIR} +RESTRICTED= "Contains cryptography." +.endif + .endif # End of pre-makefile section. ---- "How many roads must a man walk down, before you call him a man?" "Eight!" "That was a rhetorical question!" "Oh..then, seven!" -- Homer Simpson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jan 28 0:42: 3 2000 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 571C114F04; Fri, 28 Jan 2000 00:42:02 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 4721F1CD6D6 for ; Fri, 28 Jan 2000 00:42:02 -0800 (PST) (envelope-from kris@hub.freebsd.org) Date: Fri, 28 Jan 2000 00:42:02 -0800 (PST) From: Kris Kennaway To: ports@freebsd.org Subject: Re: USE_OPENSSL patch In-Reply-To: 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 Fri, 28 Jan 2000, Kris Kennaway wrote: > pidentd Should have read 'pipsecd' Kris ---- "How many roads must a man walk down, before you call him a man?" "Eight!" "That was a rhetorical question!" "Oh..then, seven!" -- Homer Simpson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jan 28 0:46:16 2000 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 31ED214DEF; Fri, 28 Jan 2000 00:46:15 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 20DBE1CD6D7; Fri, 28 Jan 2000 00:46:15 -0800 (PST) (envelope-from kris@hub.freebsd.org) Date: Fri, 28 Jan 2000 00:46:15 -0800 (PST) From: Kris Kennaway To: kiri@pis.toba-cmt.ac.jp Cc: freebsd-ports@freebsd.org Subject: Re: Can't compile linux_base?! In-Reply-To: <200001280659.PAA16892@pis.toba-cmt.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 Fri, 28 Jan 2000 kiri@pis.toba-cmt.ac.jp wrote: > What's wrong? > Linux mode is not enabled. Loading linux kernel module... > kldload: can't load linux: Exec format error > The linux kernel module could not be loaded. Please manually load > the module and retry. See "man linux" for details. Looks like you have a bad linux kernel module. Make sure your kernel, modules and world are in sync, and you should be able to: kldload /modules/linux.ko with no errors. Kris ---- "How many roads must a man walk down, before you call him a man?" "Eight!" "That was a rhetorical question!" "Oh..then, seven!" -- Homer Simpson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jan 28 1: 7:44 2000 Delivered-To: freebsd-ports@freebsd.org Received: from tigger.nu.org (alicia10.zip.com.au [61.8.19.26]) by hub.freebsd.org (Postfix) with ESMTP id 7EA7715C79 for ; Fri, 28 Jan 2000 01:07:40 -0800 (PST) (envelope-from vance@nu.org) Received: by tigger.nu.org (Postfix, from userid 1000) id DF77256; Fri, 28 Jan 2000 20:04:17 +1100 (EST) Date: Fri, 28 Jan 2000 20:04:17 +1100 From: Christopher Vance To: freebsd-ports@freebsd.org Subject: distfile Message-ID: <20000128200417.A68436@nu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Some ports have fairly large distfiles. For some of these I am probably happy to wait for my subscription CD. For others, I would like them sooner, but I'm concerned about the time to download. If I have an older distfile, is there any rsync magic I can do to reduce traffic? If I've already got 80% of the distfile, it would sure be nice to fetch only the changed bits... Any chance of getting some of these files via an rsynchd server? -- Christopher Vance To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jan 28 2:31: 8 2000 Delivered-To: freebsd-ports@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 092291580B for ; Fri, 28 Jan 2000 02:31:04 -0800 (PST) (envelope-from kiri@pis.toba-cmt.ac.jp) Received: from kiri.pis (localhost [127.0.0.1]) by pis.toba-cmt.ac.jp (8.9.3/8.9.3) with ESMTP id TAA19183 for ; Fri, 28 Jan 2000 19:16:18 +0900 (JST) (envelope-from kiri@pis.toba-cmt.ac.jp) Message-Id: <200001281016.TAA19183@pis.toba-cmt.ac.jp> Date: Fri, 28 Jan 2000 19:16:17 +0900 From: kiri@pis.toba-cmt.ac.jp To: freebsd-ports@freebsd.org Subject: Re: Can't compile linux_base?! In-Reply-To: In your message of "Fri, 28 Jan 2000 00:46:15 -0800 (PST)" References: <200001280659.PAA16892@pis.toba-cmt.ac.jp> User-Agent: Wanderlust/1.0.3 (Notorious) SEMI/1.13.3 (Komaiko) FLIM/1.12.5 (Hirahata) MULE XEmacs/21.1 (patch 8) (Bryce Canyon) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.13.3 - "Komaiko") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At Fri, 28 Jan 2000 00:46:15 -0800 (PST), Kris Kennaway wrote: > > On Fri, 28 Jan 2000 kiri@pis.toba-cmt.ac.jp wrote: > > Looks like you have a bad linux kernel module. Make sure your kernel, > modules and world are in sync, and you should be able to: Does it mean disenable softupdates? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jan 28 2:44:43 2000 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 46F0515915; Fri, 28 Jan 2000 02:44:09 -0800 (PST) (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 MAA11913; Fri, 28 Jan 2000 12:25:20 +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 CAA98795; Fri, 28 Jan 2000 02:24:42 -0800 (PST) (envelope-from reg) Date: Fri, 28 Jan 2000 02:24:42 -0800 From: Jeremy Lea To: Kris Kennaway Cc: ports@FreeBSD.org Subject: Re: USE_OPENSSL patch Message-ID: <20000128022442.M10368@shale.csir.co.za> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from kris@hub.FreeBSD.ORG on Fri, Jan 28, 2000 at 12:39:25AM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, On Fri, Jan 28, 2000 at 12:39:25AM -0800, Kris Kennaway wrote: > --- Mk/bsd.port.mk 2000/01/21 11:08:06 1.326 > +++ Mk/bsd.port.mk 2000/01/28 07:03:11 > @@ -571,6 +571,42 @@ > PREFIX?= ${LOCALBASE} > .endif > > +.if defined(USE_OPENSSL) > +.if ${OSVERSION} >= 400014 && exists(/usr/lib/libcrypto.a) > +.if ${USE_OPENSSL} == RSA > +_HASRSA= "`/usr/bin/nm /usr/lib/libcrypto.a | /usr/bin/grep RSA_free`" > +.if empty(_HASRSA) > +.BEGIN: > + @${ECHO} "This port requires RSA crypto, which is not present in your" > + @${ECHO} "version of OpenSSL. Please see Chapter XX in the FAQ for" > + @${ECHO} "a description of the problem and alternative solutions." > + @${FALSE} > +.elif defined(USA_RESIDENT) && ${USA_RESIDENT} == YES > +LIB_DEPENDS+= rsaref.2:${PORTSDIR}/security/rsaref > +# We set this so ports can decide whether or not to link against librsaref > +# and libRSAglue > +OPENSSL_RSAREF= yes > +.endif > +.endif > +OPENSSLBASE= /usr > +OPENSSLDIR= /etc/ssl > +# OpenSSL in the base system doesn't include IDEA for patent reasons. > +OPENSSL_IDEA= no > +# XXX Won't always work > +CFLAGS+= -DNO_IDEA > +MAKE_ARGS+= CFLAGS="${CFLAGS}" > +.else > +LIB_DEPENDS+= crypto.1:${PORTSDIR}/security/openssl > +OPENSSLBASE?= ${LOCALBASE} > +OPENSSLDIR?= ${OPENSSLBASE}/openssl > +.endif > +OPENSSLLIB= ${OPENSSLBASE}/lib > +OPENSSLINC= ${OPENSSLBASE}/include > +MAKE_ENV+= OPENSSLLIB=${OPENSSLLIB} OPENSSLINC=${OPENSSLINC} \ > + OPENSSLBASE=${OPENSSLBASE} OPENSSLDIR=${OPENSSLDIR} > +RESTRICTED= "Contains cryptography." > +.endif I thought I'd sent this to you, but I've been doing to many things lately and I must have forgotten. We also need to set OPENSSL_RSAREF for the case where we're using the openssl port. Either that or my pre-openssl current is broken... .else +.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES +LIB_DEPENDS+= rsaref.2:${PORTSDIR}/security/rsaref +# We set this so ports can decide whether or not to link against librsaref +# and libRSAglue +OPENSSL_RSAREF= yes +.endif LIB_DEPENDS+= crypto.1:${PORTSDIR}/security/openssl Regards, -Jeremy -- FreeBSD - Because the best things in life are free... http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jan 28 4:55: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id 99A8B15A7D for ; Fri, 28 Jan 2000 04:55:03 -0800 (PST) (envelope-from musha@ms.tokyo.jcom.ne.jp) Received: from daemon.local.idaemons.org (pc062018.tokyo.jcom.ne.jp [210.155.62.18]) by ms.tokyo.jcom.ne.jp (8.9.1/3.7W 06/01/99) with ESMTP id VAA00784; Fri, 28 Jan 2000 21:54:14 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id VAA32991; Fri, 28 Jan 2000 21:53:43 +0900 (JST) Date: Fri, 28 Jan 2000 21:53:43 +0900 Message-ID: <8666wecq7c.wl@archon.local.idaemons.org> From: Akinori MUSHA aka knu To: kiri@pis.toba-cmt.ac.jp Cc: freebsd-ports@freebsd.org Subject: Re: Can't compile linux_base?! In-Reply-To: In your message of "Fri, 28 Jan 2000 19:16:17 +0900" <200001281016.TAA19183@pis.toba-cmt.ac.jp> References: <200001280659.PAA16892@pis.toba-cmt.ac.jp> <200001281016.TAA19183@pis.toba-cmt.ac.jp> User-Agent: Wanderlust/2.2.16 (No Son Of Mine) EMIKO/1.13.10 (Euglena proxima) FLIM/1.13.2 (Kasanui) APEL/10.1 MULE XEmacs/21.1 (patch 8) (Bryce Canyon) (i386--freebsd) Organization: A.I.D. MIME-Version: 1.0 (generated by EMIKO 1.13.10 - "Euglena proxima") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At Fri, 28 Jan 2000 19:16:17 +0900, kiri@pis.toba-cmt.ac.jp wrote: > > At Fri, 28 Jan 2000 00:46:15 -0800 (PST), > Kris Kennaway wrote: > > > > On Fri, 28 Jan 2000 kiri@pis.toba-cmt.ac.jp wrote: > > > > Looks like you have a bad linux kernel module. Make sure your kernel, > > modules and world are in sync, and you should be able to: > > Does it mean disenable softupdates? No, he said you should *synchronize* your entire world (including kernel modules) with the kernel so that `kldload /modules/linux.ko' works. -- / /__ __ / ) ) ) ) / http://www.idaemons.org/knu/ Akinori MUSHA aka / (_ / ( (__( mailto:knu@idaemons.org "We are but hungry.. Associated Ita-meshi Daemons!" http://www.idaemons.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jan 28 6:30: 6 2000 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 5950714DB8 for ; Fri, 28 Jan 2000 06:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA82779; Fri, 28 Jan 2000 06:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 28 Jan 2000 06:30:03 -0800 (PST) Message-Id: <200001281430.GAA82779@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Daniel Hagan Subject: ports/12915: Will this get committed before next release? Reply-To: Daniel Hagan Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12915; it has been noted by GNATS. From: Daniel Hagan To: freebsd-gnats-submit@freebsd.org Cc: Subject: ports/12915: Will this get committed before next release? Date: Fri, 28 Jan 2000 09:29:02 -0500 (EST) It seems, to be frank, rather stupid to have a version of Elm with Y2K problems on the next release CD. Does anyone plan on committing this? Is there a problem with the patch, or just a general hang-up on getting it done? Cheers, Daniel -- Daniel Hagan Computer Science CSE dhagan@cs.vt.edu http://www.cs.vt.edu/~dhagan/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jan 28 7:16: 3 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id 4E54D14CC9 for ; Fri, 28 Jan 2000 07:16:00 -0800 (PST) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (postfix@18-074.008.popsite.net [209.69.196.74]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id HAA45226; Fri, 28 Jan 2000 07:15:43 -0800 (PST) Received: by shadow.blackdawn.com (Postfix, from userid 1000) id 7F7571AF1; Fri, 28 Jan 2000 10:15:40 -0500 (EST) Date: Fri, 28 Jan 2000 10:15:40 -0500 From: Will Andrews To: Daniel Hagan Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/12915: Will this get committed before next release? Message-ID: <20000128101540.C1417@shadow.blackdawn.com> References: <200001281430.GAA82779@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200001281430.GAA82779@freefall.freebsd.org>; from dhagan@cs.vt.edu on Fri, Jan 28, 2000 at 06:30:03AM -0800 X-Operating-System: FreeBSD 3.4-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jan 28, 2000 at 06:30:03AM -0800, Daniel Hagan wrote: > The following reply was made to PR ports/12915; it has been noted by GNATS. > > From: Daniel Hagan > To: freebsd-gnats-submit@freebsd.org > Cc: > Subject: ports/12915: Will this get committed before next release? > Date: Fri, 28 Jan 2000 09:29:02 -0500 (EST) > > It seems, to be frank, rather stupid to have a version of Elm with Y2K > problems on the next release CD. Does anyone plan on committing this? > Is there a problem with the patch, or just a general hang-up on getting it > done? I worked on the Elm port myself (you'll see me in the audit tree). I would like to see this, too.. However, ache's time is pretty limited. Also, you should know that the preferred diff type is unified, not context.. Does your diff fix the _CURRENT_ Elm port so that it can use 2.5? If so, I'll have a look and bug somebody else to commit it, since ache's taking so long to look. -- 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 Fri Jan 28 7:22: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id 9304315B49 for ; Fri, 28 Jan 2000 07:22:00 -0800 (PST) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (postfix@18-074.008.popsite.net [209.69.196.74]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id HAA45322; Fri, 28 Jan 2000 07:21:46 -0800 (PST) Received: by shadow.blackdawn.com (Postfix, from userid 1000) id 9A2F41B11; Fri, 28 Jan 2000 10:21:43 -0500 (EST) Date: Fri, 28 Jan 2000 10:21:43 -0500 From: Will Andrews To: Will Andrews Cc: Daniel Hagan , freebsd-ports@FreeBSD.ORG Subject: Re: ports/12915: Will this get committed before next release? Message-ID: <20000128102143.D1417@shadow.blackdawn.com> References: <200001281430.GAA82779@freefall.freebsd.org> <20000128101540.C1417@shadow.blackdawn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000128101540.C1417@shadow.blackdawn.com>; from andrews@TECHNOLOGIST.COM on Fri, Jan 28, 2000 at 10:15:40AM -0500 X-Operating-System: FreeBSD 3.4-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jan 28, 2000 at 10:15:40AM -0500, Will Andrews wrote: > However, ache's time is pretty limited. Also, you should know that the > preferred diff type is unified, not context.. I just noticed ache moved the Responsiblity back to freebsd-ports. So, just tell me if the diff works for Elm 2.5, against the latest port. -- 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 Fri Jan 28 7:42:15 2000 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 521EA15AC7 for ; Fri, 28 Jan 2000 07:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA54200; Fri, 28 Jan 2000 07:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from joelu.m8.ntu.edu.tw (JoeLu.m8.ntu.edu.tw [140.112.253.138]) by hub.freebsd.org (Postfix) with SMTP id 7B9D014DDD for ; Fri, 28 Jan 2000 07:37:24 -0800 (PST) (envelope-from JoeLu@joelu.m8.ntu.edu.tw) Received: (qmail 76004 invoked by uid 1000); 28 Jan 2000 15:37:12 -0000 Message-Id: <20000128153712.76003.qmail@joelu.m8.ntu.edu.tw> Date: 28 Jan 2000 15:37:12 -0000 From: JoeLu@joelu.m8.ntu.edu.tw Reply-To: JoeLu@joelu.m8.ntu.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16419: some change made to ports/16405 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16419 >Category: ports >Synopsis: some change made to ports/16405 >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 Jan 28 07:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Joe Jih-Shien Lu >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: FreeBSD JoeLu.m8.ntu.edu.tw 3.4-STABLE FreeBSD 3.4-STABLE #12: Wed Jan 26 22:30:28 CST 2000 root@JoeLu.m8.ntu.edu.tw:/usr/local/JOELU/src/sys/compile/JOELU i386 >Description: some changes made to ports/16405, thanks to Will Andrews for pointing out several problems of it. sorry for resubmitting a new shar file, I've lost my previous one. >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: # # libsigc++ # libsigc++/files # libsigc++/files/md5 # libsigc++/Makefile # libsigc++/patches # libsigc++/patches/patch-aa # libsigc++/patches/patch-ab # libsigc++/patches/patch-ac # libsigc++/patches/patch-ad # libsigc++/patches/patch-ae # libsigc++/pkg # libsigc++/pkg/COMMENT # libsigc++/pkg/PLIST # libsigc++/pkg/DESCR # echo c - libsigc++ mkdir -p libsigc++ > /dev/null 2>&1 echo c - libsigc++/files mkdir -p libsigc++/files > /dev/null 2>&1 echo x - libsigc++/files/md5 sed 's/^X//' >libsigc++/files/md5 << 'END-of-libsigc++/files/md5' XMD5 (libsigc++-0.8.6.tar.gz) = 3facacf4325fb124a308b98e3a508c70 END-of-libsigc++/files/md5 echo x - libsigc++/Makefile sed 's/^X//' >libsigc++/Makefile << 'END-of-libsigc++/Makefile' X# New ports collection makefile for: libsigc++ X# Version required: 0.8.6 X# Date created: 27 January 2000 X# Whom: JoeLu X# X# $FreeBSD$ X# X XDISTNAME= libsigc++-0.8.6 XCATEGORIES= devel XMASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/kenelson/libsigc++/ X XMAINTAINER= JoeLu@JoeLu.m8.ntu.edu.tw X XGNU_CONFIGURE= yes XUSE_NEWGCC= yes X Xpost-install: X @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib X.if !defined(NOPORTDOCS) X @${MKDIR} ${PREFIX}/share/doc/libsigc++ X ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/libsigc++ X ${INSTALL_DATA} ${WRKSRC}/FEATURES ${PREFIX}/share/doc/libsigc++ X ${INSTALL_DATA} ${WRKSRC}/doc/API ${PREFIX}/share/doc/libsigc++ X ${INSTALL_DATA} ${WRKSRC}/doc/FAQ ${PREFIX}/share/doc/libsigc++ X ${INSTALL_DATA} ${WRKSRC}/doc/UML ${PREFIX}/share/doc/libsigc++ X ${INSTALL_DATA} ${WRKSRC}/doc/conventions ${PREFIX}/share/doc/libsigc++ X ${INSTALL_DATA} ${WRKSRC}/doc/diagrams ${PREFIX}/share/doc/libsigc++ X ${INSTALL_DATA} ${WRKSRC}/doc/marshal ${PREFIX}/share/doc/libsigc++ X ${INSTALL_DATA} ${WRKSRC}/doc/powerusers ${PREFIX}/share/doc/libsigc++ X ${INSTALL_DATA} ${WRKSRC}/doc/requirements ${PREFIX}/share/doc/libsigc++ X ${INSTALL_DATA} ${WRKSRC}/doc/riscos ${PREFIX}/share/doc/libsigc++/ X ${INSTALL_DATA} ${WRKSRC}/doc/signals ${PREFIX}/share/doc/libsigc++ X ${INSTALL_DATA} ${WRKSRC}/doc/win32 ${PREFIX}/share/doc/libsigc++ X.endif X X.include END-of-libsigc++/Makefile echo c - libsigc++/patches mkdir -p libsigc++/patches > /dev/null 2>&1 echo x - libsigc++/patches/patch-aa sed 's/^X//' >libsigc++/patches/patch-aa << 'END-of-libsigc++/patches/patch-aa' X--- Makefile.in Thu Jan 20 03:40:54 2000 X+++ Makefile.in Thu Jan 27 23:34:05 1994 X@@ -80,7 +80,7 @@ X USE_SYMBOL_UNDERSCORE = @USE_SYMBOL_UNDERSCORE@ X VERSION = @VERSION@ X X-SUBDIRS = sigc++ tests X+SUBDIRS = sigc++ X DIST_SUBDIRS = sigc++ examples tests scripts X X bin_SCRIPTS = sigc-config END-of-libsigc++/patches/patch-aa echo x - libsigc++/patches/patch-ab sed 's/^X//' >libsigc++/patches/patch-ab << 'END-of-libsigc++/patches/patch-ab' X--- configure Wed Jan 19 15:06:41 2000 X+++ configure Thu Jan 27 23:33:56 1994 X@@ -2810,14 +2810,14 @@ X X if test "x$enable_threads" = "xyes" ; then X enable_threads="no" X-echo $ac_n "checking for pthread_self in -lpthread""... $ac_c" 1>&6 X-echo "configure:2815: checking for pthread_self in -lpthread" >&5 X+echo $ac_n "checking for pthread_self in -lc_r""... $ac_c" 1>&6 X+echo "configure:2815: checking for pthread_self in -lc_r" >&5 X ac_lib_var=`echo pthread'_'pthread_self | sed 'y%./+-%__p_%'` X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then X echo $ac_n "(cached) $ac_c" 1>&6 X else X ac_save_LIBS="$LIBS" X-LIBS="-lpthread $LIBS" X+LIBS="-pthread -lc_r $LIBS" X cat > conftest.$ac_ext <&6 X- enable_threads="yes";THREAD_LIB="-lpthread" X+ enable_threads="yes";THREAD_LIB="-pthread -lc_r" X else X echo "$ac_t""no" 1>&6 X fi END-of-libsigc++/patches/patch-ab echo x - libsigc++/patches/patch-ac sed 's/^X//' >libsigc++/patches/patch-ac << 'END-of-libsigc++/patches/patch-ac' X--- sigc++/Makefile.in Thu Jan 20 03:40:56 2000 X+++ sigc++/Makefile.in Thu Jan 27 23:40:23 1994 X@@ -65,7 +65,7 @@ X CXX = @CXX@ X DLLTOOL = @DLLTOOL@ X LD = @LD@ X-LIBSIGC_SO_VERSION = @LIBSIGC_SO_VERSION@ X+LIBSIGC_SO_VERSION = 1:0:0 X LIBTOOL = @LIBTOOL@ X LN_S = @LN_S@ X M4 = @M4@ X@@ -90,7 +90,7 @@ X libsigc_la_SOURCES = object.cc scope.cc marshal.cc slot.cc basic_signal.cc adaptor.cc thread.cc X X X-libsigc_la_LDFLAGS = -version-info $(LIBSIGC_SO_VERSION) -release $(SIGC_RELEASE) -no-undefined X+libsigc_la_LDFLAGS = -version-info $(LIBSIGC_SO_VERSION) -no-undefined X X libsigcdir = $(prefix)/include/sigc++ X END-of-libsigc++/patches/patch-ac echo x - libsigc++/patches/patch-ad sed 's/^X//' >libsigc++/patches/patch-ad << 'END-of-libsigc++/patches/patch-ad' X--- sigc++/config/Makefile.in Thu Jan 20 03:40:58 2000 X+++ sigc++/config/Makefile.in Thu Jan 27 23:34:37 1994 X@@ -81,7 +81,7 @@ X X EXTRA_DIST = sigc++config.h.in X X-includedir = $(libdir)/sigc++/include X+includedir = $(prefix)/include/sigc++ X include_HEADERS = sigc++config.h X mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs X CONFIG_HEADER = sigc++config.h END-of-libsigc++/patches/patch-ad echo x - libsigc++/patches/patch-ae sed 's/^X//' >libsigc++/patches/patch-ae << 'END-of-libsigc++/patches/patch-ae' X--- sigc++/macros/Makefile.in Thu Jan 20 03:40:59 2000 X+++ sigc++/macros/Makefile.in Fri Jan 28 00:03:54 1994 X@@ -83,7 +83,7 @@ X templates = template.macros.m4 slot.h.m4 func_slot.h.m4 class_slot.h.m4 object_slot.h.m4 basic_signal.h.m4 bind.h.m4 rettype.h.m4 convert.h.m4 X X X-m4includedir = $(includedir)/sigc++/macros X+m4includedir = $(prefix)/share/libsigc++ X m4include_HEADERS = $(templates) X X EXTRA_DIST = README $(templates) END-of-libsigc++/patches/patch-ae echo c - libsigc++/pkg mkdir -p libsigc++/pkg > /dev/null 2>&1 echo x - libsigc++/pkg/COMMENT sed 's/^X//' >libsigc++/pkg/COMMENT << 'END-of-libsigc++/pkg/COMMENT' XCallback Framework for C++ END-of-libsigc++/pkg/COMMENT echo x - libsigc++/pkg/PLIST sed 's/^X//' >libsigc++/pkg/PLIST << 'END-of-libsigc++/pkg/PLIST' Xbin/sigc-config Xlib/libsigc.a Xlib/libsigc.la Xlib/libsigc.so Xlib/libsigc.so.1 X@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib X@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R Xinclude/sigc++/adaptor.h Xinclude/sigc++/basic_signal.h Xinclude/sigc++/bind.h Xinclude/sigc++/class_slot.h Xinclude/sigc++/convert.h Xinclude/sigc++/func_slot.h Xinclude/sigc++/generator.h Xinclude/sigc++/handle.h Xinclude/sigc++/handle_system.h Xinclude/sigc++/marshal.h Xinclude/sigc++/object.h Xinclude/sigc++/object_slot.h Xinclude/sigc++/rettype.h Xinclude/sigc++/scope.h Xinclude/sigc++/sigc++config.h Xinclude/sigc++/signal_system.h Xinclude/sigc++/slot.h Xinclude/sigc++/thread.h Xinclude/sigc++/type.h X@dirrm include/sigc++ Xshare/aclocal/sigc++.m4 Xshare/doc/libsigc++/API Xshare/doc/libsigc++/FAQ Xshare/doc/libsigc++/FEATURES Xshare/doc/libsigc++/README Xshare/doc/libsigc++/UML Xshare/doc/libsigc++/conventions Xshare/doc/libsigc++/diagrams Xshare/doc/libsigc++/marshal Xshare/doc/libsigc++/powerusers Xshare/doc/libsigc++/requirements Xshare/doc/libsigc++/riscos Xshare/doc/libsigc++/signals Xshare/doc/libsigc++/win32 X@dirrm share/doc/libsigc++ Xshare/libsigc++/basic_signal.h.m4 Xshare/libsigc++/bind.h.m4 Xshare/libsigc++/class_slot.h.m4 Xshare/libsigc++/convert.h.m4 Xshare/libsigc++/func_slot.h.m4 Xshare/libsigc++/object_slot.h.m4 Xshare/libsigc++/rettype.h.m4 Xshare/libsigc++/slot.h.m4 Xshare/libsigc++/template.macros.m4 X@dirrm share/libsigc++ END-of-libsigc++/pkg/PLIST echo x - libsigc++/pkg/DESCR sed 's/^X//' >libsigc++/pkg/DESCR << 'END-of-libsigc++/pkg/DESCR' XLibsigc++ -- The Typesafe Callback Framework for C++ X XThis library implements a full callback system for use in widget libraries, Xabstract interfaces, and general programming. X XTo get a good overview of how to use the library, read X/usr/local/share/doc/libsigc++/signals. X XWWW: http://www.ece.ucdavis.edu/~kenelson/libsigc++/ X X X- Joe Lu XJoeLu@JoeLu.m8.ntu.edu.tw END-of-libsigc++/pkg/DESCR exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jan 28 8:30: 9 2000 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 D24F5159A9 for ; Fri, 28 Jan 2000 08:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA61343; Fri, 28 Jan 2000 08:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 758F3158AA for ; Fri, 28 Jan 2000 08:28:18 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.3/8.9.3) id TAA03846; Fri, 28 Jan 2000 19:28:16 +0300 (MSK) Message-Id: <200001281628.TAA03846@netserv1.chg.ru> Date: Fri, 28 Jan 2000 19:28:16 +0300 (MSK) From: Dmitry Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16424: Checksum mismatch in www/wwwcount Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16424 >Category: ports >Synopsis: Checksum mismatch in www/wwwcount >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 Jan 28 08:30:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dmitry Sivachenko >Release: FreeBSD 3.3-RELEASE i386 >Organization: >Environment: >Description: After fetching tarball from one of the MASTERSITES, I got checksum mismatch error. >How-To-Repeat: >Fix: Probably `make makesum` is enough. >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 Jan 28 9: 0: 5 2000 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 4465F14CC9 for ; Fri, 28 Jan 2000 09:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA65616; Fri, 28 Jan 2000 09:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 28 Jan 2000 09:00:02 -0800 (PST) Message-Id: <200001281700.JAA65616@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Marcin Cieslak Subject: Re: ports/16409: Update port: graphics/graphviz Reply-To: Marcin Cieslak Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/16409; it has been noted by GNATS. From: Marcin Cieslak To: tkato@prontomail.ne.jp Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/16409: Update port: graphics/graphviz Date: Fri, 28 Jan 2000 17:51:35 +0100 (MET) On Thu, 27 Jan 2000 tkato@prontomail.ne.jp wrote: > >Description: > - Support CC properly > - Fix checksum error > > >How-To-Repeat: > > >Fix: > diff -urN /usr/ports/graphics/graphviz/files/md5 graphics/graphviz/files/md5 > --- /usr/ports/graphics/graphviz/files/md5 Thu Oct 7 19:14:14 1999 > +++ graphics/graphviz/files/md5 Fri Jan 28 02:51:19 2000 > @@ -1 +1 @@ > -MD5 (gviz15.tgz) = 7c10e42cd77622dcdad5b590bf0723d5 > +MD5 (gviz15.tgz) = de8f4a344ed2ab8661adced3002813cf Well, I was able to download successfully a file two days ago (right after initial bento log message): % ls -l /usr/ports/distfiles/gviz15.tgz -rw-r--r-- 1 saper wheel 4324364 29 Wrz 19:08 /usr/ports/distfiles/gviz15.tgz % md5 /usr/ports/distfiles/gviz15.tgz MD5 (/usr/ports/distfiles/gviz15.tgz) = 7c10e42cd77622dcdad5b590bf0723d5 But right now the server reports that file is only 2579K long! Has the file been changed until then? -- << Marcin Cieslak // saper@system.pl >> ----------------------------------------------------------------- SYSTEM Internet Provider http://www.system.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jan 28 9:17:47 2000 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 B2AF014D20; Fri, 28 Jan 2000 09:17:45 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA67382; Fri, 28 Jan 2000 09:17:45 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 28 Jan 2000 09:17:45 -0800 (PST) From: Message-Id: <200001281717.JAA67382@freefall.freebsd.org> To: JoeLu@joelu.m8.ntu.edu.tw, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16405: New port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri Jan 28 09:17:16 PST 2000 State-Changed-Why: Superseded by PR 16419 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jan 28 9:36:51 2000 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 88DE615D8A; Fri, 28 Jan 2000 09:36:50 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA69975; Fri, 28 Jan 2000 09:36:50 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 28 Jan 2000 09:36:50 -0800 (PST) From: Message-Id: <200001281736.JAA69975@freefall.freebsd.org> To: anders@fix.no, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16018: Update of ports: security/nessus* Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update of ports: security/nessus* State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jan 28 09:29:18 PST 2000 State-Changed-Why: Updates 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 Jan 28 9:50:18 2000 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 E32A315AC1 for ; Fri, 28 Jan 2000 09:50:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA71407; Fri, 28 Jan 2000 09:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id D032114D9D; Fri, 28 Jan 2000 09:49:26 -0800 (PST) Message-Id: <20000128174926.D032114D9D@hub.freebsd.org> Date: Fri, 28 Jan 2000 09:49:26 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/16425: Update port: graphics/xdl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16425 >Category: ports >Synopsis: Update port: graphics/xdl >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 Jan 28 09:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Support CC/CFLAGS properly - Support install macros New file: patches/patch-ab patches/patch-ac Remove file: patches/patch-aa >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/xdl/patches/patch-aa graphics/xdl/patches/patch-aa --- /usr/ports/graphics/xdl/patches/patch-aa Tue Jan 5 20:22:26 1999 +++ graphics/xdl/patches/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,95 +0,0 @@ ---- ./xdl.c.org Wed Feb 3 15:14:02 1993 -+++ ./xdl.c Mon Jul 17 17:09:43 1995 -@@ -20,7 +20,11 @@ - - #include - #include -+#ifdef __FreeBSD__ -+#include -+#else - #include -+#endif - #include - #ifdef BSDTYPES - #include -@@ -215,6 +219,16 @@ - } - - -+void -+freepixmaps(dlinfo) -+ DL_info dlinfo; -+{ -+ int i, j; -+ for (j = 0; j < dlinfo.num_screen; j++) -+ for (i = 0; i < dlinfo.images_per_screen; i++) -+ XFreePixmap(x_display, pixmap[j * (dlinfo.format * 3 + 1) + i]); -+} -+ - static void die(s)char*s;{fprintf(stderr,"%s\n",s);exit(1);} - static void dummy(){}; - -@@ -468,6 +482,18 @@ - } else if (x_depth == 8) { - x_image->data[pixelcount++] = (u_char)pixels[*src]; - -+ } else if (x_depth == 16) { -+ if (x_image->byte_order == MSBFirst) { -+ x_image->data[pixelcount++] -+ = (pixels[*src]>>8) & 0xff; -+ x_image->data[pixelcount++] -+ = pixels[*src] & 0xff; -+ } else { -+ x_image->data[pixelcount++] -+ = pixels[*src] & 0xff; -+ x_image->data[pixelcount++] -+ = (pixels[*src]>>8) & 0xff; -+ } - } else { /* 24 or 32 bits */ - if (x_image->byte_order == MSBFirst) { - x_image->data[pixelcount++] = 0; -@@ -607,8 +633,11 @@ - #endif - if (x_depth == 8) - XFreeColormap(x_display, cmap); -+ freepixmaps(dlinfo); - return; -- case 3: exit(0); -+ case 3: -+ freepixmaps(dlinfo); -+ exit(0); - } - } - } ---- ./Makefile.org Wed Feb 3 14:08:27 1993 -+++ ./Makefile Mon Jul 17 16:42:43 1995 -@@ -24,14 +24,14 @@ - # - # Modify these to fit the compiler setup on your system. - CC = gcc --CFLAGS = -O2 --LIBS = -lX11 $(IXLIBS) -+CFLAGS = -O2 -I${X11BASE}/include -+LIBS = -L${X11BASE}/lib -lX11 $(IXLIBS) - - # - # These specify where to install the binary - # and the manual. --BINDIR = /usr/local/bin --MANDIR = /usr/local/man/man1 -+BINDIR = ${PREFIX}/bin -+MANDIR = ${PREFIX}/man/man1 - MANEXT = 1 - - all: xdl -@@ -40,8 +40,8 @@ - $(CC) $(CFLAGS) $(TIMER) $(BSDT) -o xdl xdl.c $(LIBS) - - install: xdl xdl.man -- cp xdl $(BINDIR) -- cp xdl.man $(MANDIR)/xdl.$(MANEXT) -+ install -c xdl $(BINDIR) -+ install -c xdl.man $(MANDIR)/xdl.$(MANEXT) - - clean: - $(RM) xdl *.o *~ core diff -urN /usr/ports/graphics/xdl/patches/patch-ab graphics/xdl/patches/patch-ab --- /usr/ports/graphics/xdl/patches/patch-ab Thu Jan 1 09:00:00 1970 +++ graphics/xdl/patches/patch-ab Sat Jan 29 02:13:06 2000 @@ -0,0 +1,34 @@ +--- Makefile.orig Thu Feb 4 07:08:27 1993 ++++ Makefile Sat Jan 29 02:12:57 2000 +@@ -23,15 +23,15 @@ + + # + # Modify these to fit the compiler setup on your system. +-CC = gcc +-CFLAGS = -O2 +-LIBS = -lX11 $(IXLIBS) ++CC ?= gcc ++CFLAGS += -I${X11BASE}/include ++LIBS += -L${X11BASE}/lib -lX11 $(IXLIBS) + + # + # These specify where to install the binary + # and the manual. +-BINDIR = /usr/local/bin +-MANDIR = /usr/local/man/man1 ++BINDIR = ${PREFIX}/bin ++MANDIR = ${PREFIX}/man/man1 + MANEXT = 1 + + all: xdl +@@ -40,8 +40,8 @@ + $(CC) $(CFLAGS) $(TIMER) $(BSDT) -o xdl xdl.c $(LIBS) + + install: xdl xdl.man +- cp xdl $(BINDIR) +- cp xdl.man $(MANDIR)/xdl.$(MANEXT) ++ ${BSD_INSTALL_PROGRAM} xdl $(BINDIR) ++ ${BSD_INSTALL_MAN} xdl.man $(MANDIR)/xdl.$(MANEXT) + + clean: + $(RM) xdl *.o *~ core diff -urN /usr/ports/graphics/xdl/patches/patch-ac graphics/xdl/patches/patch-ac --- /usr/ports/graphics/xdl/patches/patch-ac Thu Jan 1 09:00:00 1970 +++ graphics/xdl/patches/patch-ac Sat Jan 29 02:13:40 2000 @@ -0,0 +1,63 @@ +--- xdl.c.orig Thu Feb 4 08:14:02 1993 ++++ xdl.c Sat Jan 29 02:13:28 2000 +@@ -20,7 +20,11 @@ + + #include + #include ++#ifdef __STDC__ ++#include ++#else + #include ++#endif + #include + #ifdef BSDTYPES + #include +@@ -215,6 +219,16 @@ + } + + ++void ++freepixmaps(dlinfo) ++ DL_info dlinfo; ++{ ++ int i, j; ++ for (j = 0; j < dlinfo.num_screen; j++) ++ for (i = 0; i < dlinfo.images_per_screen; i++) ++ XFreePixmap(x_display, pixmap[j * (dlinfo.format * 3 + 1) + i]); ++} ++ + static void die(s)char*s;{fprintf(stderr,"%s\n",s);exit(1);} + static void dummy(){}; + +@@ -468,6 +482,18 @@ + } else if (x_depth == 8) { + x_image->data[pixelcount++] = (u_char)pixels[*src]; + ++ } else if (x_depth == 16) { ++ if (x_image->byte_order == MSBFirst) { ++ x_image->data[pixelcount++] ++ = (pixels[*src]>>8) & 0xff; ++ x_image->data[pixelcount++] ++ = pixels[*src] & 0xff; ++ } else { ++ x_image->data[pixelcount++] ++ = pixels[*src] & 0xff; ++ x_image->data[pixelcount++] ++ = (pixels[*src]>>8) & 0xff; ++ } + } else { /* 24 or 32 bits */ + if (x_image->byte_order == MSBFirst) { + x_image->data[pixelcount++] = 0; +@@ -607,8 +633,11 @@ + #endif + if (x_depth == 8) + XFreeColormap(x_display, cmap); ++ freepixmaps(dlinfo); + return; +- case 3: exit(0); ++ case 3: ++ freepixmaps(dlinfo); ++ exit(0); + } + } + } >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 Jan 28 10: 0: 7 2000 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 A53DB14DBF for ; Fri, 28 Jan 2000 10:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA72560; Fri, 28 Jan 2000 10:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 9F37C15DFE; Fri, 28 Jan 2000 09:52:10 -0800 (PST) Message-Id: <20000128175210.9F37C15DFE@hub.freebsd.org> Date: Fri, 28 Jan 2000 09:52:10 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/16426: Update port: graphics/xfig Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16426 >Category: ports >Synopsis: Update port: graphics/xfig >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 Jan 28 10:00:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Change default status of Ghostscript support - Fix pkg/DESCR to apply locale naming rule of FreeBSD - Fix pkg/PLIST >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/xfig/Makefile graphics/xfig/Makefile --- /usr/ports/graphics/xfig/Makefile Mon Jan 24 20:16:39 2000 +++ graphics/xfig/Makefile Fri Jan 28 21:43:47 2000 @@ -20,28 +20,18 @@ Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d RUN_DEPENDS= fig2dev:${PORTSDIR}/print/transfig -.if defined(WANT_GS_SUPPORT) -RUN_DEPENDS+= gs:${PORTSDIR}/print/ghostscript5 -.endif - USE_IMAKE= yes MAN1= xfig.1 pre-fetch: -.if !defined(WANT_GS_SUPPORT) - @${ECHO_MSG} "" - @${ECHO_MSG} "If you would like build xfig with Ghostscript support" - @${ECHO_MSG} "you must set the variable WANT_GS_SUPPORT" - @${ECHO_MSG} "" -.else - @${ECHO_MSG} "" - @${ECHO_MSG} "Building xfig with Ghostscript support" - @${ECHO_MSG} "" +.if !defined(NO_GSBIT) + @${ECHO_MSG} "To build this port without Ghostscript support," + @${ECHO_MSG} "define \"NO_GSBIT\"." .endif post-patch: @${PERL} -pi -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/Imakefile -.if !defined(WANT_GS_SUPPORT) +.if defined(NO_GSBIT) @${PERL} -pi -e 's|-DGSBIT ||g' ${WRKSRC}/Imakefile .endif diff -urN /usr/ports/graphics/xfig/pkg/DESCR graphics/xfig/pkg/DESCR --- /usr/ports/graphics/xfig/pkg/DESCR Mon Jan 24 20:16:40 2000 +++ graphics/xfig/pkg/DESCR Fri Jan 28 21:09:40 2000 @@ -14,8 +14,8 @@ "Fig.international: true" into your resource file, -international option may omitted. -ja_JP.EUC is tested for input, display, and printing. -For zh_CN.eucCN and ko_KR.eucKR, only display is confirmed. +ja_JP.EUC and ko_KR.EUC is tested for input, display, and printing. +For zh_CN.EUC, only display is confirmed. Read /usr/X11R6/lib/X11/xfig/xfig.html for more information. diff -urN /usr/ports/graphics/xfig/pkg/PLIST graphics/xfig/pkg/PLIST --- /usr/ports/graphics/xfig/pkg/PLIST Mon Jan 24 20:16:54 2000 +++ graphics/xfig/pkg/PLIST Fri Jan 28 21:47:16 2000 @@ -722,4 +722,4 @@ @dirrm lib/X11/xfig/Libraries/Computers @dirrm lib/X11/xfig/Libraries/Buildings @dirrm lib/X11/xfig/Libraries -@dirrm lib/X11/xfig +@unexec rmdir %D/lib/X11/xfig 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jan 28 10: 0: 9 2000 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 4F5B014DE7 for ; Fri, 28 Jan 2000 10:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA72569; Fri, 28 Jan 2000 10:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id D99E614DC0; Fri, 28 Jan 2000 09:53:48 -0800 (PST) Message-Id: <20000128175348.D99E614DC0@hub.freebsd.org> Date: Fri, 28 Jan 2000 09:53:48 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/16427: Update port: x11-fm/mfm to 1.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16427 >Category: ports >Synopsis: Update port: x11-fm/mfm to 1.3 >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 Jan 28 10:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.3 New file: patches/patch-ab Remove file: patches/patch-aa >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-fm/mfm/Makefile x11-fm/mfm/Makefile --- /usr/ports/x11-fm/mfm/Makefile Sat Jan 22 11:31:48 2000 +++ x11-fm/mfm/Makefile Sat Jan 29 02:01:24 2000 @@ -1,12 +1,12 @@ # New ports collection makefile for: mfm -# Version required: 1.2 +# Version required: 1.3 # Date created: 12 Jan 2000 # Whom: Michael Vasilenko # # $FreeBSD: ports/x11-fm/mfm/Makefile,v 1.1 2000/01/22 02:31:48 cpiazza Exp $ # -DISTNAME= mfm-1.2 +DISTNAME= mfm-1.3 CATEGORIES= x11-fm MASTER_SITES= http://www.core-coutainville.org/mfm/archive/SOURCES/ @@ -16,10 +16,14 @@ RUN_DEPENDS= mtools:${PORTSDIR}/emulators/mtools GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + USE_X_PREFIX= yes -USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= GTK_CONFIG=${GTK_CONFIG} +CONFIGURE_ARGS= --disable-gtktest -do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/mfm ${PREFIX}/bin +post-patch: + @${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/*.h + @${PERL} -pi -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/*.h .include diff -urN /usr/ports/x11-fm/mfm/files/md5 x11-fm/mfm/files/md5 --- /usr/ports/x11-fm/mfm/files/md5 Sat Jan 22 11:31:49 2000 +++ x11-fm/mfm/files/md5 Sat Jan 29 01:31:46 2000 @@ -1 +1 @@ -MD5 (mfm-1.2.tar.gz) = 01188f178cd101cb2e8b5c56d7066da5 +MD5 (mfm-1.3.tar.gz) = f736965ab1217d0bc4ac26ea178e4895 diff -urN /usr/ports/x11-fm/mfm/patches/patch-aa x11-fm/mfm/patches/patch-aa --- /usr/ports/x11-fm/mfm/patches/patch-aa Sat Jan 22 11:31:49 2000 +++ x11-fm/mfm/patches/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,38 +0,0 @@ ---- Makefile.orig Fri Nov 12 10:35:38 1999 -+++ Makefile Fri Jan 21 18:25:41 2000 -@@ -6,29 +6,29 @@ - # suggestion for SGI MIPS with MIPSPro Compiler (Thanks to Claudio Fanin): - # CFLAGS = "-O2 -xansi-mips3 -DSYSV -woff 1185 -rpath /usr/local/lib" - --CFLAGS = -Wall -g -+CFLAGS += -Wall - - # Flags for your linker - --LDFLAGS = `gtk-config --cflags` `gtk-config --libs` -+LDFLAGS = `gtk12-config --cflags` `gtk12-config --libs` - - # The directory where make install should put the binaries. - --BINDIR = /usr/local/bin -+BINDIR = /usr/X11R6/bin - - # The location of the system-wide configuration file. This should be fine - # on most systems. - --CONFFILE = /etc/mfm.conf -+CONFFILE = /usr/X11R6/etc/mfm.conf - - # Default path for mtools. This can also be changed in the system-wide - # configuration file you gave above. - --MTOOLSDIR = /usr/bin -+MTOOLSDIR = /usr/local/bin - - # Compiler name - --CC = gcc -+#CC = gcc - - # This sets the mfm version. Do not change ;-) - diff -urN /usr/ports/x11-fm/mfm/patches/patch-ab x11-fm/mfm/patches/patch-ab --- /usr/ports/x11-fm/mfm/patches/patch-ab Thu Jan 1 09:00:00 1970 +++ x11-fm/mfm/patches/patch-ab Sat Jan 29 01:49:56 2000 @@ -0,0 +1,17 @@ +--- mfm.h.orig Wed Jan 5 06:06:00 2000 ++++ mfm.h Sat Jan 29 01:42:50 2000 +@@ -18,12 +18,12 @@ + /* The location of the system-wide configuration file. This should be fine */ + /* on most systems. */ + +-#define CONFFILE "/etc/mfm.conf" ++#define CONFFILE "%%PREFIX%%/etc/mfm.conf" + + /* Default path for mtools. This can also be changed in the system-wide */ + /* configuration file you gave above. */ + +-#define MTOOLSDIR "/usr/bin" ++#define MTOOLSDIR "%%LOCALBASE%%/bin" + + /* Uncomment the following line if you do not want mfm to use pixmaps. */ + /* This might be necessary on some systems with strange libraries */ >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 Jan 28 10:22:27 2000 Delivered-To: freebsd-ports@freebsd.org Received: from vtopus.cs.vt.edu (vtopus.cs.vt.edu [128.173.40.24]) by hub.freebsd.org (Postfix) with ESMTP id 6088114DE7 for ; Fri, 28 Jan 2000 10:22:25 -0800 (PST) (envelope-from dhagan@cs.vt.edu) Received: from localhost (dhagan@localhost) by vtopus.cs.vt.edu (8.9.1a/8.9.1) with ESMTP id NAA11191; Fri, 28 Jan 2000 13:22:20 -0500 (EST) Date: Fri, 28 Jan 2000 13:22:18 -0500 (EST) From: Daniel Hagan To: Will Andrews Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/12915: Will this get committed before next release? In-Reply-To: <20000128102143.D1417@shadow.blackdawn.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 Fri, 28 Jan 2000, Will Andrews wrote: > On Fri, Jan 28, 2000 at 10:15:40AM -0500, Will Andrews wrote: > > However, ache's time is pretty limited. Also, you should know that the > > preferred diff type is unified, not context.. > > I just noticed ache moved the Responsiblity back to freebsd-ports. So, > just tell me if the diff works for Elm 2.5, against the latest port. No, it doesn't apply cleanly to the latest version (didn't notice that earlier). It appears that 2.4MEpl68 doesn't have the y2k problem from earlier. I'm not familiar with the ME variant, but would it be more appropriate for there to be an elm-ME port and a regular elm port? If so, I can submit my collection as a new port instead. Daniel -- Daniel Hagan Computer Science CSE dhagan@cs.vt.edu http://www.cs.vt.edu/~dhagan/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jan 28 10:30: 4 2000 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 771C215A8E for ; Fri, 28 Jan 2000 10:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA77091; Fri, 28 Jan 2000 10:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 28 Jan 2000 10:30:02 -0800 (PST) Message-Id: <200001281830.KAA77091@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Daniel Hagan Subject: ports/16410: ssh problems Reply-To: Daniel Hagan Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/16410; it has been noted by GNATS. From: Daniel Hagan To: freebsd-gnats-submit@freebsd.org Cc: bill@twwells.com Subject: ports/16410: ssh problems Date: Fri, 28 Jan 2000 13:28:27 -0500 (EST) In the PR, Bill says: > How-To-Repeat > > Create a machine whose hostname is equal to its domain name. > Run an X session on that machine. > Ssh to that machine. > Run xhost via the ssh session. Hostname equal to its domain name? I'm not sure what you mean by that (is that even a valid DNS scheme). Anyway, why are you running xhost on that machine? Ssh should be doing all of its X-setup-stuff automatically. Do you have a log of the commands/errors you get when doing this? Daniel -- Daniel Hagan Computer Science CSE dhagan@cs.vt.edu http://www.cs.vt.edu/~dhagan/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jan 28 10:50: 7 2000 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 17A9615904 for ; Fri, 28 Jan 2000 10:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA79476; Fri, 28 Jan 2000 10:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 616FE15BAA; Fri, 28 Jan 2000 10:46:45 -0800 (PST) Message-Id: <20000128184645.616FE15BAA@hub.freebsd.org> Date: Fri, 28 Jan 2000 10:46:45 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/16428: Update port: graphics/graphviz to 1.5.1 (fix ports/16409) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16428 >Category: ports >Synopsis: Update port: graphics/graphviz to 1.5.1 (fix ports/16409) >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 Jan 28 10:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.5.1 - Add WWW: line into pkg/DESCR This PR supersedes ports/16409. >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/graphviz/Makefile graphics/graphviz/Makefile --- /usr/ports/graphics/graphviz/Makefile Mon Nov 29 08:14:39 1999 +++ graphics/graphviz/Makefile Sat Jan 29 03:44:57 2000 @@ -1,13 +1,13 @@ -# New ports collection makefile for: graphviz -# Version required: 1.5 -# Date created: 03 Feb 1998 -# Whom: Thomas Gellekum +# New ports collection makefile for: graphviz +# Version required: 1.5.1 +# Date created: 03 Feb 1998 +# Whom: Thomas Gellekum # # $FreeBSD: ports/graphics/graphviz/Makefile,v 1.12 1999/11/28 18:31:05 steve Exp $ # -DISTNAME= gviz15 -PKGNAME= graphviz-1.5 +DISTNAME= gviz15 +PKGNAME= graphviz-1.5.1 CATEGORIES= graphics tk82 MASTER_SITES= http://www.research.att.com/sw/tools/graphviz/ EXTRACT_SUFX= .tgz diff -urN /usr/ports/graphics/graphviz/files/md5 graphics/graphviz/files/md5 --- /usr/ports/graphics/graphviz/files/md5 Thu Oct 7 19:14:14 1999 +++ graphics/graphviz/files/md5 Fri Jan 28 02:51:19 2000 @@ -1 +1 @@ -MD5 (gviz15.tgz) = 7c10e42cd77622dcdad5b590bf0723d5 +MD5 (gviz15.tgz) = de8f4a344ed2ab8661adced3002813cf diff -urN /usr/ports/graphics/graphviz/patches/patch-ak graphics/graphviz/patches/patch-ak --- /usr/ports/graphics/graphviz/patches/patch-ak Tue Jun 29 07:44:38 1999 +++ graphics/graphviz/patches/patch-ak Fri Jan 28 02:54:27 2000 @@ -1,10 +1,10 @@ --- makearch/freebsd.i386.orig Mon Jun 28 14:46:12 1999 -+++ makearch/freebsd.i386 Mon Jun 28 15:05:25 1999 ++++ makearch/freebsd.i386 Fri Jun 28 01:03:28 2000 @@ -0,0 +1,28 @@ +X11LIB=${X11BASE}/lib +X11INC=${X11BASE}/include + -+CC=cc ++#CC=cc +#YACC=bison -y +SED=sed +LN=ln diff -urN /usr/ports/graphics/graphviz/pkg/DESCR graphics/graphviz/pkg/DESCR --- /usr/ports/graphics/graphviz/pkg/DESCR Wed Feb 4 17:37:51 1998 +++ graphics/graphviz/pkg/DESCR Sat Jan 29 03:03:17 2000 @@ -1,10 +1,8 @@ Graph Visualization Software from AT&T Laboratories and Bell Laboratories (Lucent Technologies) -Source code - 12/1/96 - -These programs licensed under the terms described in the Web page -http://www.research.att.com/orgs/ssr/book/reuse. +These programs licensed under the terms described in the +Web page http://www.research.att.com/orgs/ssr/book/reuse. The package contains: dotty - customizable X windows graph viewer written in the Lefty editor @@ -12,3 +10,5 @@ dot - batch program for drawing directed graphs as hierarchies neato - batch program for drawing undirected graphs using Kamada-Kawai spring models + +WWW: http://www.research.att.com/sw/tools/graphviz/ >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 Jan 28 11:50:25 2000 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 1843515B7A for ; Fri, 28 Jan 2000 11:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA85103; Fri, 28 Jan 2000 11:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from norrgarden1.norrgarden.se (norrgarden1.norrgarden.se [195.100.133.214]) by hub.freebsd.org (Postfix) with ESMTP id B065F15C03 for ; Fri, 28 Jan 2000 11:40:10 -0800 (PST) (envelope-from cj@norrgarden1.norrgarden.se) Received: (from root@localhost) by norrgarden1.norrgarden.se (8.9.3/8.9.3) id UAA00871; Fri, 28 Jan 2000 20:40:00 +0100 (CET) (envelope-from cj) Message-Id: <200001281940.UAA00871@norrgarden1.norrgarden.se> Date: Fri, 28 Jan 2000 20:40:00 +0100 (CET) From: calle.madestrand@norrgarden.se Reply-To: calle.madestrand@norrgarden.se To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16429: Upgrade irc/bitchx to 1.0c16 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16429 >Category: ports >Synopsis: Upgrade irc/bitchx to 1.0c16 >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: Fri Jan 28 11:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Carl Johan Madestrand >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: >Description: ports/16308 was lacking the mention of BitchX in the subject and synopsis, not sure if this causes too much trouble but I thought it might. You may close it. >How-To-Repeat: >Fix: remove file /usr/ports/irc/bitchx/patches/patch-ab remove file /usr/ports/irc/bitchx/patches/patch-ac remove file /usr/ports/irc/bitchx/patches/patch-af add file /usr/ports/irc/bitchx/patches/patch-aa diff -ruN /usr/ports/irc/bitchx/Makefile bitchx/Makefile --- /usr/ports/irc/bitchx/Makefile Sat Jan 22 15:12:17 2000 +++ bitchx/Makefile Fri Jan 28 19:59:36 2000 @@ -1,12 +1,12 @@ # New ports collection makefile for: BitchX ircII client -# Version required: 1.0c15 +# Version required: 1.0c16 # Date created: 26 Jan 1998 # Whom: griffin # # $FreeBSD: ports/irc/bitchx/Makefile,v 1.9 2000/01/22 14:12:17 mharo Exp $ # -DISTNAME= BitchX-1.0c15 +DISTNAME= BitchX-1.0c16 CATEGORIES= irc MASTER_SITES= ftp://ftp.bitchx.com/pub/BitchX/source/ \ ftp://bitchx.dimension6.com/pub/BitchX/source/ @@ -20,7 +20,7 @@ GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config WRKSRC= ${WRKDIR}/BitchX -GNU_CONFIGURE= yes +USE_AUTOCONF= yes USE_GMAKE= yes .if defined(USE_GNOME) CONFIGURE_ARGS+= --with-plugins --with-gtk --enable-sound @@ -44,25 +44,20 @@ @${ECHO} "You can add hooks for GNOME by defining USE_GNOME" .endif -# Horrible hack to remove bogus CR's at the end of this file -post-patch: - @${PERL} -pi -e 's,\r$$,,' ${WRKSRC}/script/menu.bx - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/bx/help ${MKDIR} ${PREFIX}/share/doc/bitchx - ${TAR} --directory ${WRKSRC}/bitchx-docs -cf - . --exclude CVS | \ - ${TAR} --directory ${PREFIX}/share/bx/help -xf - + ${CP} -r ${WRKSRC}/bitchx-docs/* ${PREFIX}/share/bx/help ${INSTALL_DATA} ${WRKSRC}/doc/bxfaq.html ${PREFIX}/share/doc/bitchx .endif .if defined(USE_GNOME) @${ECHO} bin/gtkBitchX >> ${TMPPLIST} - @${ECHO} bin/gtkBitchX-1.0c15 >> ${TMPPLIST} + @${ECHO} bin/gtkBitchX-1.0c16 >> ${TMPPLIST} @${ECHO} share/bx/plugins/nicklist.so >> ${TMPPLIST} .else @${ECHO} bin/BitchX >> ${TMPPLIST} - @${ECHO} bin/BitchX-1.0c15 >> ${TMPPLIST} + @${ECHO} bin/BitchX-1.0c16 >> ${TMPPLIST} @${ECHO} bin/scr-bx >> ${TMPPLIST} @${ECHO} share/bx/wserv >> ${TMPPLIST} .endif diff -ruN /usr/ports/irc/bitchx/files/md5 bitchx/files/md5 --- /usr/ports/irc/bitchx/files/md5 Sat Jan 22 05:56:35 2000 +++ bitchx/files/md5 Wed Jan 26 15:46:45 2000 @@ -1 +1 @@ -MD5 (BitchX-1.0c15.tar.gz) = 5048fd8d6b64302df5b52511e0acc19a +MD5 (BitchX-1.0c16.tar.gz) = 4a3749c0b2da2b157eaa13b5b8856511 diff -ruN /usr/ports/irc/bitchx/patches/patch-aa bitchx/patches/patch-aa --- /usr/ports/irc/bitchx/patches/patch-aa Thu Jan 1 01:00:00 1970 +++ bitchx/patches/patch-aa Sun Jan 23 03:31:18 2000 @@ -0,0 +1,21 @@ +*** Makefile.in.orig Sun Jan 23 03:30:33 2000 +--- Makefile.in Sun Jan 23 03:30:56 2000 +*************** +*** 90,97 **** + + # This command will be used to install the BitchX help files. If you don't + # want to install them, replace with the following: +! # INSTALL_HELP_CMD = @echo The help files have not been installed. +! INSTALL_HELP_CMD = cp -pr $(srcdir)/bitchx-docs/* $(HELPDIR) + + # This program allows you to use screen/xterm's to put new BitchX windows + # on new screen/xterm windows. +--- 90,97 ---- + + # This command will be used to install the BitchX help files. If you don't + # want to install them, replace with the following: +! INSTALL_HELP_CMD = @echo +! # INSTALL_HELP_CMD = cp -pr $(srcdir)/bitchx-docs/* $(HELPDIR) + + # This program allows you to use screen/xterm's to put new BitchX windows + # on new screen/xterm windows. diff -ruN /usr/ports/irc/bitchx/patches/patch-ab bitchx/patches/patch-ab --- /usr/ports/irc/bitchx/patches/patch-ab Sat Jan 22 05:56:36 2000 +++ bitchx/patches/patch-ab Thu Jan 1 01:00:00 1970 @@ -1,59 +0,0 @@ ---- source/gtkbitchx.c.old Thu Jan 6 14:03:02 2000 -+++ source/gtkbitchx.c Thu Jan 6 14:03:38 2000 -@@ -1765,10 +1765,10 @@ - - void gui_init(void) - { -- TI_cols = 80; -- TI_lines = 25; -- li = TI_lines; -- co = TI_cols; -+ current_term->TI_cols = 80; -+ current_term->TI_lines = 25; -+ li = current_term->TI_lines; -+ co = current_term->TI_cols; - - pthread_mutex_init(&evmutex, NULL); - pthread_cond_init(&evcond, NULL); -@@ -1936,7 +1936,7 @@ - /* This section is for portability considerations */ - void gui_clreol(void) - { -- gtkprintf(TI_el); -+ gtkprintf(current_term->TI_el); - } - - void gui_gotoxy(int col, int row) -@@ -1984,27 +1984,27 @@ - else - rn = n; - -- if (TI_csr && (TI_ri || TI_rin) && (TI_ind || TI_indn)) -+ if (current_term->TI_csr && (current_term->TI_ri || current_term->TI_rin) && (current_term->TI_ind || current_term->TI_indn)) - { - /* - * Previously there was a test to see if the entire scrolling - * region was the full screen. That test *always* fails, - * because we never scroll the bottom line of the screen. - */ -- strcpy(start, (char *)tparm(TI_csr, top, bot)); -- strcpy(final, (char *)tparm(TI_csr, 0, TI_lines-1)); -+ strcpy(start, (char *)tparm(current_term->TI_csr, top, bot)); -+ strcpy(final, (char *)tparm(current_term->TI_csr, 0, current_term->TI_lines-1)); - - if (n > 0) - { - sr = bot; - er = top; -- strcpy(thing, TI_ind); -+ strcpy(thing, current_term->TI_ind); - } - else - { - sr = top; - er = bot; -- strcpy (thing, TI_ri); -+ strcpy (thing, current_term->TI_ri); - } - } - diff -ruN /usr/ports/irc/bitchx/patches/patch-ac bitchx/patches/patch-ac --- /usr/ports/irc/bitchx/patches/patch-ac Sat Jan 22 05:56:37 2000 +++ bitchx/patches/patch-ac Thu Jan 1 01:00:00 1970 @@ -1,13 +0,0 @@ ---- Makefile.in.orig Fri Nov 19 12:15:08 1999 -+++ Makefile.in Thu Jan 20 21:19:55 2000 -@@ -92,8 +92,8 @@ - - # This command will be used to install the BitchX help files. If you don't - # want to install them, replace with the following: --# INSTALL_HELP_CMD = @echo The help files have not been installed. --INSTALL_HELP_CMD = @INSTALL_HELP_CMD@ -+INSTALL_HELP_CMD = @echo -+# INSTALL_HELP_CMD = @INSTALL_HELP_CMD@ - - # This program allows you to use screen/xterm's to put new BitchX windows - # on new screen/xterm windows. diff -ruN /usr/ports/irc/bitchx/patches/patch-af bitchx/patches/patch-af --- /usr/ports/irc/bitchx/patches/patch-af Sat Jan 22 05:56:38 2000 +++ bitchx/patches/patch-af Thu Jan 1 01:00:00 1970 @@ -1,13 +0,0 @@ ---- source/irc.c.old Thu Jan 6 14:03:02 2000 -+++ source/irc.c Thu Jan 6 14:03:31 2000 -@@ -53,6 +53,10 @@ - #include - #endif - -+#ifdef GTK -+extern int gtkipcin[2]; -+#endif -+ - #ifndef VERSION - const char irc_version[] = "BitchX-1.0c15"; - #else diff -ruN /usr/ports/irc/bitchx/pkg/PLIST bitchx/pkg/PLIST --- /usr/ports/irc/bitchx/pkg/PLIST Sat Jan 22 05:56:41 2000 +++ bitchx/pkg/PLIST Sun Jan 23 02:41:11 2000 @@ -1,17 +1,34 @@ -share/bx/BitchX.help -share/bx/BitchX.ircnames share/bx/BitchX.quit +share/bx/BitchX.ircnames share/bx/BitchX.reasons -share/bx/help/1_General/1_General -share/bx/help/1_General/4op -share/bx/help/1_General/about -share/bx/help/1_General/addforward -share/bx/help/1_General/addidle -share/bx/help/1_General/adduser -share/bx/help/1_General/away -share/bx/help/1_General/bye -share/bx/help/1_General/channel -share/bx/help/1_General/ctcp/action +share/bx/BitchX.help +share/bx/help/1_General/l +share/bx/help/1_General/dcc/close +share/bx/help/1_General/dcc/closeall +share/bx/help/1_General/dcc/dcc +share/bx/help/1_General/dcc/get +share/bx/help/1_General/dcc/list +share/bx/help/1_General/dcc/raw +share/bx/help/1_General/dcc/rename +share/bx/help/1_General/dcc/resume +share/bx/help/1_General/dcc/chat +share/bx/help/1_General/dcc/send +share/bx/help/1_General/dcc/resend +share/bx/help/1_General/dcc/reget +share/bx/help/1_General/dcc/tsend +share/bx/help/1_General/dcc/tresend +share/bx/help/1_General/dcc/tget +share/bx/help/1_General/dcc/treget +share/bx/help/1_General/dcc/ftp +share/bx/help/1_General/dcc/activecount +share/bx/help/1_General/dcc/quietmode +share/bx/help/1_General/dcc/showpaths +share/bx/help/1_General/dcc/autorename +share/bx/help/1_General/dcc/autooverwrite +share/bx/help/1_General/dcc/autoget +share/bx/help/1_General/dcc/stats +share/bx/help/1_General/dcc/exempt +share/bx/help/1_General/dcc/bot share/bx/help/1_General/ctcp/bdcc share/bx/help/1_General/ctcp/cdcc share/bx/help/1_General/ctcp/clientinfo @@ -30,17 +47,12 @@ share/bx/help/1_General/ctcp/utc share/bx/help/1_General/ctcp/version share/bx/help/1_General/ctcp/whoami +share/bx/help/1_General/ctcp/action share/bx/help/1_General/ctcp/xdcc -share/bx/help/1_General/dcc/chat -share/bx/help/1_General/dcc/close -share/bx/help/1_General/dcc/closeall -share/bx/help/1_General/dcc/dcc -share/bx/help/1_General/dcc/get -share/bx/help/1_General/dcc/list -share/bx/help/1_General/dcc/raw -share/bx/help/1_General/dcc/rename -share/bx/help/1_General/dcc/resume -share/bx/help/1_General/dcc/send +share/bx/help/1_General/adduser +share/bx/help/1_General/away +share/bx/help/1_General/bye +share/bx/help/1_General/channel share/bx/help/1_General/describe share/bx/help/1_General/disconnect share/bx/help/1_General/help @@ -64,14 +76,58 @@ share/bx/help/1_General/reconnect share/bx/help/1_General/say share/bx/help/1_General/server +share/bx/help/1_General/url share/bx/help/1_General/silence share/bx/help/1_General/spam share/bx/help/1_General/topic share/bx/help/1_General/unforward share/bx/help/1_General/unidle share/bx/help/1_General/unuser -share/bx/help/1_General/url -share/bx/help/2_Queries/2_Queries +share/bx/help/1_General/1_General +share/bx/help/1_General/4op +share/bx/help/1_General/about +share/bx/help/1_General/addforward +share/bx/help/1_General/addidle +share/bx/help/1_General/uping +share/bx/help/1_General/offers +share/bx/help/1_General/k +share/bx/help/1_General/ver +share/bx/help/1_General/j +share/bx/help/1_General/kb +share/bx/help/1_General/kbi +share/bx/help/1_General/kickidle +share/bx/help/1_General/m +share/bx/help/1_General/chat +share/bx/help/1_General/addshit +share/bx/help/1_General/nochat +share/bx/help/1_General/addlamenick +share/bx/help/1_General/lamenicklist +share/bx/help/1_General/unlamenick +share/bx/help/1_General/unshit +share/bx/help/1_General/shitlist +share/bx/help/1_General/addword +share/bx/help/1_General/unwordkick +share/bx/help/1_General/bki +share/bx/help/1_General/ajoin +share/bx/help/1_General/ajoinlist +share/bx/help/1_General/unajoin +share/bx/help/1_General/ban +share/bx/help/1_General/showwordkick +share/bx/help/1_General/banstat +share/bx/help/1_General/bantype +share/bx/help/1_General/banwords +share/bx/help/1_General/b +share/bx/help/1_General/bk +share/bx/help/1_General/awaylog +share/bx/help/1_General/awaymsg +share/bx/help/1_General/gone +share/bx/help/1_General/back +share/bx/help/1_General/partall +share/bx/help/1_General/leave +share/bx/help/1_General/p +share/bx/help/1_General/t +share/bx/help/1_General/wordlist +share/bx/help/1_General/addnoflood share/bx/help/2_Queries/admin share/bx/help/2_Queries/flush share/bx/help/2_Queries/info @@ -91,39 +147,46 @@ share/bx/help/2_Queries/version share/bx/help/2_Queries/who share/bx/help/2_Queries/whois +share/bx/help/2_Queries/2_Queries share/bx/help/2_Queries/whowas share/bx/help/2_Queries/wii +share/bx/help/2_Queries/ww share/bx/help/2_Queries/wilc -share/bx/help/2_Queries/wilcr share/bx/help/2_Queries/wilm share/bx/help/2_Queries/wiln -share/bx/help/2_Queries/ww -share/bx/help/3_Operators/3_Operators +share/bx/help/2_Queries/wilcr +share/bx/help/2_Queries/sc +share/bx/help/2_Queries/n +share/bx/help/2_Queries/scan +share/bx/help/2_Queries/wi +share/bx/help/2_Queries/scani +share/bx/help/2_Queries/scanv +share/bx/help/2_Queries/scano +share/bx/help/2_Queries/scann +share/bx/help/2_Queries/scanf +share/bx/help/2_Queries/scans share/bx/help/3_Operators/connect -share/bx/help/3_Operators/deoper share/bx/help/3_Operators/die -share/bx/help/3_Operators/dline share/bx/help/3_Operators/hash -share/bx/help/3_Operators/helpop -share/bx/help/3_Operators/helpserv share/bx/help/3_Operators/kill -share/bx/help/3_Operators/kline -share/bx/help/3_Operators/locop share/bx/help/3_Operators/oper share/bx/help/3_Operators/rehash share/bx/help/3_Operators/restart share/bx/help/3_Operators/rping -share/bx/help/3_Operators/sping share/bx/help/3_Operators/squit +share/bx/help/3_Operators/uping +share/bx/help/3_Operators/3_Operators +share/bx/help/3_Operators/wallops +share/bx/help/3_Operators/sping +share/bx/help/3_Operators/dline share/bx/help/3_Operators/swallop +share/bx/help/3_Operators/locop +share/bx/help/3_Operators/deoper share/bx/help/3_Operators/tkline share/bx/help/3_Operators/unkline -share/bx/help/3_Operators/uping -share/bx/help/3_Operators/wallops -share/bx/help/4_Misc/4_Misc -share/bx/help/4_Misc/abort -share/bx/help/4_Misc/beep -share/bx/help/4_Misc/bind/backspace +share/bx/help/3_Operators/kline +share/bx/help/3_Operators/helpserv +share/bx/help/3_Operators/helpop share/bx/help/4_Misc/bind/backward_character share/bx/help/4_Misc/bind/backward_history share/bx/help/4_Misc/bind/backward_word @@ -142,8 +205,8 @@ share/bx/help/4_Misc/bind/enter_menu share/bx/help/4_Misc/bind/erase_line share/bx/help/4_Misc/bind/erase_to_beg_of_line -share/bx/help/4_Misc/bind/erase_to_end_of_line share/bx/help/4_Misc/bind/forward_character +share/bx/help/4_Misc/bind/erase_to_end_of_line share/bx/help/4_Misc/bind/forward_history share/bx/help/4_Misc/bind/forward_word share/bx/help/4_Misc/bind/highlight_off @@ -167,6 +230,7 @@ share/bx/help/4_Misc/bind/send_line share/bx/help/4_Misc/bind/shove_to_history share/bx/help/4_Misc/bind/stop_irc +share/bx/help/4_Misc/bind/type_text share/bx/help/4_Misc/bind/swap_last_window share/bx/help/4_Misc/bind/swap_next_window share/bx/help/4_Misc/bind/swap_previous_window @@ -174,25 +238,11 @@ share/bx/help/4_Misc/bind/toggle_insert_mode share/bx/help/4_Misc/bind/toggle_stop_screen share/bx/help/4_Misc/bind/transpose_characters -share/bx/help/4_Misc/bind/type_text share/bx/help/4_Misc/bind/unclear_screen share/bx/help/4_Misc/bind/underline share/bx/help/4_Misc/bind/unstop_all_windows +share/bx/help/4_Misc/bind/backspace share/bx/help/4_Misc/bind/yank_from_cutbuffer -share/bx/help/4_Misc/cd -share/bx/help/4_Misc/clear -share/bx/help/4_Misc/digraph -share/bx/help/4_Misc/encrypt -share/bx/help/4_Misc/history -share/bx/help/4_Misc/hostname -share/bx/help/4_Misc/ircuser -share/bx/help/4_Misc/mesg -share/bx/help/4_Misc/mlist -share/bx/help/4_Misc/mload -share/bx/help/4_Misc/note -share/bx/help/4_Misc/rbind -share/bx/help/4_Misc/realname -share/bx/help/4_Misc/set/always_split_biggest share/bx/help/4_Misc/set/auto_new_nick share/bx/help/4_Misc/set/auto_reconnect_delay share/bx/help/4_Misc/set/auto_rejoin @@ -235,6 +285,7 @@ share/bx/help/4_Misc/set/encrypt_program share/bx/help/4_Misc/set/floating_point_math share/bx/help/4_Misc/set/flood_after +share/bx/help/4_Misc/set/history share/bx/help/4_Misc/set/flood_rate share/bx/help/4_Misc/set/flood_users share/bx/help/4_Misc/set/flood_warning @@ -244,9 +295,8 @@ share/bx/help/4_Misc/set/help_prompt share/bx/help/4_Misc/set/help_window share/bx/help/4_Misc/set/hide_private_channels -share/bx/help/4_Misc/set/high_bit_escape share/bx/help/4_Misc/set/highlight_char -share/bx/help/4_Misc/set/history +share/bx/help/4_Misc/set/high_bit_escape share/bx/help/4_Misc/set/history_file share/bx/help/4_Misc/set/hold_mode share/bx/help/4_Misc/set/indent @@ -265,29 +315,30 @@ share/bx/help/4_Misc/set/mirc_broken_dcc_resume share/bx/help/4_Misc/set/mode_stripper share/bx/help/4_Misc/set/nd_space_max -share/bx/help/4_Misc/set/no_control_log -share/bx/help/4_Misc/set/no_ctcp_flood -share/bx/help/4_Misc/set/no_fail_disconnect share/bx/help/4_Misc/set/notify_handler share/bx/help/4_Misc/set/notify_interval share/bx/help/4_Misc/set/notify_level share/bx/help/4_Misc/set/notify_on_termination share/bx/help/4_Misc/set/notify_userhost_automatic share/bx/help/4_Misc/set/novice +share/bx/help/4_Misc/set/no_control_log +share/bx/help/4_Misc/set/no_ctcp_flood +share/bx/help/4_Misc/set/no_fail_disconnect share/bx/help/4_Misc/set/num_of_whowas share/bx/help/4_Misc/set/pad_char share/bx/help/4_Misc/set/quit_message share/bx/help/4_Misc/set/realname share/bx/help/4_Misc/set/reverse_status_line +share/bx/help/4_Misc/set/set +share/bx/help/4_Misc/set/scroll share/bx/help/4_Misc/set/reverse_video share/bx/help/4_Misc/set/screen_options -share/bx/help/4_Misc/set/scroll -share/bx/help/4_Misc/set/scroll_lines share/bx/help/4_Misc/set/scrollback +share/bx/help/4_Misc/set/tab share/bx/help/4_Misc/set/scrollback_ratio +share/bx/help/4_Misc/set/scroll_lines share/bx/help/4_Misc/set/security share/bx/help/4_Misc/set/send_ignore_msg -share/bx/help/4_Misc/set/set share/bx/help/4_Misc/set/shell share/bx/help/4_Misc/set/shell_flags share/bx/help/4_Misc/set/shell_limit @@ -301,6 +352,8 @@ share/bx/help/4_Misc/set/status_channel share/bx/help/4_Misc/set/status_chanop share/bx/help/4_Misc/set/status_clock +share/bx/help/4_Misc/set/tab_max +share/bx/help/4_Misc/set/xterm share/bx/help/4_Misc/set/status_does_expandos share/bx/help/4_Misc/set/status_format share/bx/help/4_Misc/set/status_hold @@ -309,8 +362,8 @@ share/bx/help/4_Misc/set/status_mail share/bx/help/4_Misc/set/status_mode share/bx/help/4_Misc/set/status_nick -share/bx/help/4_Misc/set/status_no_repeat share/bx/help/4_Misc/set/status_notify +share/bx/help/4_Misc/set/status_no_repeat share/bx/help/4_Misc/set/status_oper share/bx/help/4_Misc/set/status_overwrite share/bx/help/4_Misc/set/status_query @@ -321,20 +374,14 @@ share/bx/help/4_Misc/set/status_user share/bx/help/4_Misc/set/status_voice share/bx/help/4_Misc/set/status_window +share/bx/help/4_Misc/set/underline_video share/bx/help/4_Misc/set/suppress_from_remote_server share/bx/help/4_Misc/set/suppress_server_motd -share/bx/help/4_Misc/set/tab -share/bx/help/4_Misc/set/tab_max -share/bx/help/4_Misc/set/underline_video share/bx/help/4_Misc/set/user_information share/bx/help/4_Misc/set/verbose_ctcp share/bx/help/4_Misc/set/warn_of_ignores -share/bx/help/4_Misc/set/xterm +share/bx/help/4_Misc/set/always_split_biggest share/bx/help/4_Misc/set/xterm_options -share/bx/help/4_Misc/summon -share/bx/help/4_Misc/unclear -share/bx/help/4_Misc/which -share/bx/help/4_Misc/window/add share/bx/help/4_Misc/window/back share/bx/help/4_Misc/window/balance share/bx/help/4_Misc/window/beep_always @@ -353,8 +400,8 @@ share/bx/help/4_Misc/window/hide_others share/bx/help/4_Misc/window/hold_mode share/bx/help/4_Misc/window/kill -share/bx/help/4_Misc/window/kill_others share/bx/help/4_Misc/window/killswap +share/bx/help/4_Misc/window/kill_others share/bx/help/4_Misc/window/last share/bx/help/4_Misc/window/lastlog share/bx/help/4_Misc/window/lastlog_level @@ -390,34 +437,27 @@ share/bx/help/4_Misc/window/status_special share/bx/help/4_Misc/window/swap share/bx/help/4_Misc/window/unbind +share/bx/help/4_Misc/window/add share/bx/help/4_Misc/window/window -share/bx/help/5_Programming/5_Programming -share/bx/help/5_Programming/alias -share/bx/help/5_Programming/assign -share/bx/help/5_Programming/blah -share/bx/help/5_Programming/bless -share/bx/help/5_Programming/break -share/bx/help/5_Programming/call -share/bx/help/5_Programming/comment -share/bx/help/5_Programming/continue -share/bx/help/5_Programming/do -share/bx/help/5_Programming/dump -share/bx/help/5_Programming/echo -share/bx/help/5_Programming/eval -share/bx/help/5_Programming/exec -share/bx/help/5_Programming/fe -share/bx/help/5_Programming/filedialog -share/bx/help/5_Programming/fontdialog -share/bx/help/5_Programming/for -share/bx/help/5_Programming/foreach -share/bx/help/5_Programming/hook -share/bx/help/5_Programming/if -share/bx/help/5_Programming/input -share/bx/help/5_Programming/load -share/bx/help/5_Programming/local -share/bx/help/5_Programming/menu -share/bx/help/5_Programming/menuitem -share/bx/help/5_Programming/on/action +share/bx/help/4_Misc/history +share/bx/help/4_Misc/hostname +share/bx/help/4_Misc/4_Misc +share/bx/help/4_Misc/mesg +share/bx/help/4_Misc/mlist +share/bx/help/4_Misc/mload +share/bx/help/4_Misc/note +share/bx/help/4_Misc/rbind +share/bx/help/4_Misc/realname +share/bx/help/4_Misc/summon +share/bx/help/4_Misc/unclear +share/bx/help/4_Misc/which +share/bx/help/4_Misc/ircuser +share/bx/help/4_Misc/abort +share/bx/help/4_Misc/beep +share/bx/help/4_Misc/cd +share/bx/help/4_Misc/clear +share/bx/help/4_Misc/digraph +share/bx/help/4_Misc/encrypt share/bx/help/5_Programming/on/channel_nick share/bx/help/5_Programming/on/channel_signoff share/bx/help/5_Programming/on/connect @@ -462,7 +502,6 @@ share/bx/help/5_Programming/on/notify_signon share/bx/help/5_Programming/on/odd_server_stuff share/bx/help/5_Programming/on/on -share/bx/help/5_Programming/on/on~ share/bx/help/5_Programming/on/oper_notice share/bx/help/5_Programming/on/pong share/bx/help/5_Programming/on/public @@ -471,6 +510,7 @@ share/bx/help/5_Programming/on/public_other share/bx/help/5_Programming/on/raw_irc share/bx/help/5_Programming/on/redirect +share/bx/help/5_Programming/on/set share/bx/help/5_Programming/on/send_action share/bx/help/5_Programming/on/send_ctcp share/bx/help/5_Programming/on/send_dcc_chat @@ -480,7 +520,6 @@ share/bx/help/5_Programming/on/send_to_server share/bx/help/5_Programming/on/server_lost share/bx/help/5_Programming/on/server_notice -share/bx/help/5_Programming/on/set share/bx/help/5_Programming/on/signoff share/bx/help/5_Programming/on/silence share/bx/help/5_Programming/on/status_update @@ -495,15 +534,39 @@ share/bx/help/5_Programming/on/window_create share/bx/help/5_Programming/on/window_kill share/bx/help/5_Programming/on/yell +share/bx/help/5_Programming/on/action +share/bx/help/5_Programming/blah +share/bx/help/5_Programming/bless +share/bx/help/5_Programming/break +share/bx/help/5_Programming/call +share/bx/help/5_Programming/comment +share/bx/help/5_Programming/continue +share/bx/help/5_Programming/do +share/bx/help/5_Programming/dump +share/bx/help/5_Programming/echo +share/bx/help/5_Programming/eval +share/bx/help/5_Programming/exec +share/bx/help/5_Programming/fe +share/bx/help/5_Programming/filedialog +share/bx/help/5_Programming/fontdialog +share/bx/help/5_Programming/for +share/bx/help/5_Programming/foreach +share/bx/help/5_Programming/hook +share/bx/help/5_Programming/if +share/bx/help/5_Programming/input +share/bx/help/5_Programming/load +share/bx/help/5_Programming/local +share/bx/help/5_Programming/menu +share/bx/help/5_Programming/menuitem share/bx/help/5_Programming/package share/bx/help/5_Programming/parsekey share/bx/help/5_Programming/pmpaste share/bx/help/5_Programming/pop +share/bx/help/5_Programming/pretend +share/bx/help/5_Programming/push share/bx/help/5_Programming/popupmenu share/bx/help/5_Programming/popupmsg -share/bx/help/5_Programming/pretend share/bx/help/5_Programming/properties -share/bx/help/5_Programming/push share/bx/help/5_Programming/queue share/bx/help/5_Programming/quote share/bx/help/5_Programming/redirect @@ -528,8 +591,13 @@ share/bx/help/5_Programming/while share/bx/help/5_Programming/xecho share/bx/help/5_Programming/xeval +share/bx/help/5_Programming/5_Programming share/bx/help/5_Programming/xtype -share/bx/help/6_Functions/6_Functions +share/bx/help/5_Programming/alias +share/bx/help/5_Programming/assign +share/bx/help/5_Programming/loadtcl +share/bx/help/5_Programming/saveirc +share/bx/help/5_Programming/loaddll share/bx/help/6_Functions/absstrlen share/bx/help/6_Functions/addtabkey share/bx/help/6_Functions/after @@ -558,11 +626,11 @@ share/bx/help/6_Functions/curpos share/bx/help/6_Functions/currchans share/bx/help/6_Functions/decode +share/bx/help/6_Functions/eof share/bx/help/6_Functions/delarray share/bx/help/6_Functions/delitem share/bx/help/6_Functions/deuhc share/bx/help/6_Functions/encode -share/bx/help/6_Functions/eof share/bx/help/6_Functions/epic share/bx/help/6_Functions/fexist share/bx/help/6_Functions/filter @@ -589,10 +657,10 @@ share/bx/help/6_Functions/ifinditem share/bx/help/6_Functions/igetmatches share/bx/help/6_Functions/igmask +share/bx/help/6_Functions/info share/bx/help/6_Functions/igtype share/bx/help/6_Functions/index share/bx/help/6_Functions/indextoitem -share/bx/help/6_Functions/info share/bx/help/6_Functions/insertw share/bx/help/6_Functions/iptoname share/bx/help/6_Functions/irclib @@ -615,11 +683,10 @@ share/bx/help/6_Functions/leftpc share/bx/help/6_Functions/leftw share/bx/help/6_Functions/listen +share/bx/help/6_Functions/mid share/bx/help/6_Functions/mask share/bx/help/6_Functions/match share/bx/help/6_Functions/matchitem -share/bx/help/6_Functions/menucontrol -share/bx/help/6_Functions/mid share/bx/help/6_Functions/midw share/bx/help/6_Functions/mkdir share/bx/help/6_Functions/msar @@ -712,8 +779,9 @@ share/bx/help/6_Functions/winvisible share/bx/help/6_Functions/word share/bx/help/6_Functions/write +share/bx/help/6_Functions/6_Functions share/bx/help/6_Functions/writeb -share/bx/help/7_Docs/7_Docs +share/bx/help/6_Functions/menucontrol share/bx/help/7_Docs/About_BitchX share/bx/help/7_Docs/Arrays share/bx/help/7_Docs/Command_Line @@ -735,8 +803,8 @@ share/bx/help/7_Docs/Special_Vars share/bx/help/7_Docs/Status_Line share/bx/help/7_Docs/Text_Highlight +share/bx/help/7_Docs/7_Docs share/bx/help/7_Docs/Updates -share/bx/help/8_Scripts/2.8script share/bx/help/8_Scripts/8_Scripts share/bx/help/8_Scripts/action share/bx/help/8_Scripts/alias @@ -763,6 +831,7 @@ share/bx/help/8_Scripts/events.hop share/bx/help/8_Scripts/fake-dcc share/bx/help/8_Scripts/fe +share/bx/help/8_Scripts/guh share/bx/help/8_Scripts/files share/bx/help/8_Scripts/finger share/bx/help/8_Scripts/fnet @@ -771,7 +840,6 @@ share/bx/help/8_Scripts/funnyban share/bx/help/8_Scripts/genalias share/bx/help/8_Scripts/global -share/bx/help/8_Scripts/guh share/bx/help/8_Scripts/history share/bx/help/8_Scripts/history-match share/bx/help/8_Scripts/imap @@ -798,13 +866,13 @@ share/bx/help/8_Scripts/multi share/bx/help/8_Scripts/nemesis share/bx/help/8_Scripts/netsplit +share/bx/help/8_Scripts/ping share/bx/help/8_Scripts/netsplit.env share/bx/help/8_Scripts/newaway share/bx/help/8_Scripts/newformat share/bx/help/8_Scripts/nicks share/bx/help/8_Scripts/old-dcc share/bx/help/8_Scripts/oldping -share/bx/help/8_Scripts/ping share/bx/help/8_Scripts/pipe share/bx/help/8_Scripts/prefix share/bx/help/8_Scripts/recursion @@ -827,6 +895,7 @@ share/bx/help/8_Scripts/uping share/bx/help/8_Scripts/wallopstat share/bx/help/8_Scripts/webster +share/bx/help/8_Scripts/2.8script share/bx/help/8_Scripts/window share/bx/help/README_FIRST share/bx/plugins/BitchX.hints @@ -843,12 +912,14 @@ share/bx/plugins/qmail.so share/bx/plugins/scan.so share/bx/plugins/wavplay.so +share/bx/plugins/qbx.so share/bx/script/actplug.gmz share/bx/script/bxglobal share/bx/script/bxtcl.tcl share/bx/script/file.tcl share/bx/script/fserve+vfs.tar.gz share/bx/script/menu.bx +share/bx/script/example-.bitchxrc share/bx/translation/ASCII share/bx/translation/CP437 share/bx/translation/CP850 @@ -891,6 +962,8 @@ @dirrm share/bx/help/4_Misc/bind @dirrm share/bx/help/4_Misc/set @dirrm share/bx/help/4_Misc/window +@dirrm share/bx/help/4_Misc/fset +@dirrm share/bx/help/4_Misc/wset @dirrm share/bx/help/4_Misc @dirrm share/bx/help/5_Programming/on @dirrm share/bx/help/5_Programming >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 Jan 28 12:10:11 2000 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 EBAA015CC7 for ; Fri, 28 Jan 2000 12:10:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA87215; Fri, 28 Jan 2000 12:10:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 2DA2615F15; Fri, 28 Jan 2000 12:08:23 -0800 (PST) Message-Id: <20000128200823.2DA2615F15@hub.freebsd.org> Date: Fri, 28 Jan 2000 12:08:23 -0800 (PST) From: dkwiebe@hagenhomes.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/16432: Fixing numerous minor problems with the StarOffice 5 port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16432 >Category: ports >Synopsis: Fixing numerous minor problems with the StarOffice 5 port >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jan 28 12:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Darren Wiebe >Release: Current >Organization: Hagenhomes.com >Environment: n/a >Description: This fixes the ${TEMPDIR} and ${TMPDIR} problem with the StarOffice5 port. It also puts my correct email address in. >How-To-Repeat: n/a >Fix: *** Makefile.orig Fri Jan 28 09:15:40 2000 --- Makefile Fri Jan 28 09:34:21 2000 *************** *** 9,22 **** DISTNAME= so51a_lnx_01 PKGNAME= staroffice-5.1a CATEGORIES= editors ! MASTER_SITES= ftp://ftp.hagenhomes.com/pub/ \ ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \ ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \ ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/ EXTRACT_SUFX= .tar DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.so ! MAINTAINER= dkiwebe@hagenhomes.com BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base --- 9,22 ---- DISTNAME= so51a_lnx_01 PKGNAME= staroffice-5.1a CATEGORIES= editors ! MASTER_SITES= http://www.hagenhomes.com/freebsd/files \ ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \ ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \ ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/ EXTRACT_SUFX= .tar DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.so ! MAINTAINER= dkwiebe@hagenhomes.com BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base *************** *** 30,36 **** NO_BUILD= yes DIST_SUBDIR= staroffice5 WRKSRC= ${WRKDIR}/so51inst ! TEMPDIR= ${WRKDIR}/tmp .include --- 30,36 ---- NO_BUILD= yes DIST_SUBDIR= staroffice5 WRKSRC= ${WRKDIR}/so51inst ! TMPDIR= ${WRKDIR}/tmp .include *************** *** 62,73 **** do-install: @${CP} /compat/linux/etc/ld.so.conf ${TMPDIR}/ld.so.conf.tmp @${ECHO} "${WRKDIR}/tmp" >> ${TMPDIR}/ld.so.conf.tmp ! @${ECHO} "${TEMPDIR}/sv001.tmp" >> ${TMPDIR}/ld.so.conf.tmp ! @PATH=${PATH}:${TEMPDIR}/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp ! @LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TEMPDIR}:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib @/usr/compat/linux/sbin/ldconfig -f ${TMPDIR}/ld.so.conf.tmp @${CAT} ${PKGDIR}/MESSAGE ! @-TEMP=${TEMPDIR} ${WRKDIR}/so51inst/office51/setup /net # A seperate target as we need to be able to run this stuff independantly. post-install: --- 62,73 ---- do-install: @${CP} /compat/linux/etc/ld.so.conf ${TMPDIR}/ld.so.conf.tmp @${ECHO} "${WRKDIR}/tmp" >> ${TMPDIR}/ld.so.conf.tmp ! @${ECHO} "${TMPDIR}/sv001.tmp" >> ${TMPDIR}/ld.so.conf.tmp ! @PATH=${PATH}:${TMPDIR}/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp ! @LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TMPDIR}:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib @/usr/compat/linux/sbin/ldconfig -f ${TMPDIR}/ld.so.conf.tmp @${CAT} ${PKGDIR}/MESSAGE ! @-TEMP=${TMPDIR} ${WRKDIR}/so51inst/office51/setup /net # A seperate target as we need to be able to run this stuff independantly. 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 Fri Jan 28 17:38:31 2000 Delivered-To: freebsd-ports@freebsd.org Received: from agora.rdrop.com (agora.rdrop.com [199.2.210.241]) by hub.freebsd.org (Postfix) with ESMTP id 07A2814A0D for ; Fri, 28 Jan 2000 17:38:30 -0800 (PST) (envelope-from mpecho@rdrop.com) Received: from rdrop.com (ppp-da.rdrop.com [199.2.212.43]) by agora.rdrop.com (8.8.5/8.8.7) with ESMTP id RAA17406 for ; Fri, 28 Jan 2000 17:38:28 -0800 (PST) (envelope-from mpecho@rdrop.com) Message-ID: <389244EF.9249367@rdrop.com> Date: Fri, 28 Jan 2000 17:39:59 -0800 From: Patton Echols X-Mailer: Mozilla 4.61 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: ports@FreeBSD.org Subject: Ports Listing? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Is there anywhere on line to find a listing of all the available ports? Am I looking right at it and not seeing it? Thanks -- Patton --- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jan 28 17:48:22 2000 Delivered-To: freebsd-ports@freebsd.org Received: from peloton.runet.edu (peloton.runet.edu [137.45.96.205]) by hub.freebsd.org (Postfix) with ESMTP id EF81814A0D for ; Fri, 28 Jan 2000 17:48:18 -0800 (PST) (envelope-from brett@peloton.runet.edu) Received: from localhost (brett@localhost) by peloton.runet.edu (8.9.3/8.9.3) with ESMTP id UAA21103; Fri, 28 Jan 2000 20:48:09 -0500 (EST) (envelope-from brett@peloton.runet.edu) Date: Fri, 28 Jan 2000 20:48:09 -0500 (EST) From: Brett Taylor To: Patton Echols Cc: ports@FreeBSD.ORG Subject: Re: Ports Listing? In-Reply-To: <389244EF.9249367@rdrop.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 Hi, On Fri, 28 Jan 2000, Patton Echols wrote: > Is there anywhere on line to find a listing of all the available > ports? I don't think there's an obvious place, but here it is. Note that INDEX doesn't get rebuilt everyday - just when Satoshi rebuilds it (once a week? I don't recall for sure). http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/INDEX?rev=1.257 Brett ***************************************************** Dr. Brett Taylor brett@peloton.runet.edu * Dept of Chem and Physics * Curie 39A (540) 831-6147 * Dept. of Mathematics and Statistics * Walker 234 (540) 831-5410 * ***************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jan 28 18:27:14 2000 Delivered-To: freebsd-ports@freebsd.org Received: from luna.cdrom.com (adsl-63-192-209-55.dsl.snfc21.pacbell.net [63.192.209.55]) by hub.freebsd.org (Postfix) with ESMTP id 19C4B14D0C for ; Fri, 28 Jan 2000 18:27:13 -0800 (PST) (envelope-from jim@luna.cdrom.com) Received: (from jim@localhost) by luna.cdrom.com (8.9.3/8.9.3) id SAA00893; Fri, 28 Jan 2000 18:27:07 -0800 (PST) (envelope-from jim) Date: Fri, 28 Jan 2000 18:27:07 -0800 From: Jim Mock To: Brett Taylor Cc: Patton Echols , ports@FreeBSD.ORG Subject: Re: Ports Listing? Message-ID: <20000128182707.A835@luna.cdrom.com> Reply-To: jim@luna.cdrom.com References: <389244EF.9249367@rdrop.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.1.2i In-Reply-To: ; from brett@peloton.runet.edu on Fri, Jan 28, 2000 at 08:48:09PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 28 Jan 2000 at 20:48:09 -0500, Brett Taylor wrote: > Hi, > > On Fri, 28 Jan 2000, Patton Echols wrote: > > > Is there anywhere on line to find a listing of all the available > > ports? > > I don't think there's an obvious place, but here it is. Take a look at http://www.FreeBSD.org/ports/ and also at http://www.FreeBSD.org/ports/master-index.html (this is probably the one you're after Patton). - jim -- - jim mock - walnut creek cdrom/freebsd test labs - jim@luna.cdrom.com - - phone: 1.925.691.2800 x.3814 - fax: 1.925.674.0821 - jim@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jan 28 18:46:36 2000 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 D2A5015E3C; Fri, 28 Jan 2000 18:46:21 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA48232; Fri, 28 Jan 2000 18:46:21 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 28 Jan 2000 18:46:21 -0800 (PST) From: Message-Id: <200001290246.SAA48232@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16032: Update port: devel/crossgo32 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: devel/crossgo32 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jan 28 18:45:15 PST 2000 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 Jan 28 18:48:28 2000 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 8946915DC0; Fri, 28 Jan 2000 18:47:38 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA48477; Fri, 28 Jan 2000 18:47:38 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 28 Jan 2000 18:47:38 -0800 (PST) From: Message-Id: <200001290247.SAA48477@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16033: Update port: devel/crossgo32-djgpp2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: devel/crossgo32-djgpp2 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jan 28 18:46:49 PST 2000 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 Jan 28 18:49:11 2000 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 1D19715E30; Fri, 28 Jan 2000 18:48:49 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA48682; Fri, 28 Jan 2000 18:48:48 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 28 Jan 2000 18:48:48 -0800 (PST) From: Message-Id: <200001290248.SAA48682@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16034: Update port: devel/crossgo32-djgpp2-pdcurses Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: devel/crossgo32-djgpp2-pdcurses State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jan 28 18:48:01 PST 2000 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 Jan 28 19: 6:46 2000 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 20BC91594E; Fri, 28 Jan 2000 19:06:45 -0800 (PST) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA50284; Fri, 28 Jan 2000 19:06:45 -0800 (PST) (envelope-from ade@FreeBSD.org) Date: Fri, 28 Jan 2000 19:06:45 -0800 (PST) From: Message-Id: <200001290306.TAA50284@freefall.freebsd.org> To: dima@Chg.RU, ade@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15698: New port: misc/p5-I18N-Charset Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: misc/p5-I18N-Charset State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Fri Jan 28 19:06:27 PST 2000 State-Changed-Why: New port 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 Jan 28 19: 7: 2 2000 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 5C7A015BF9; Fri, 28 Jan 2000 19:07:01 -0800 (PST) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA50386; Fri, 28 Jan 2000 19:07:01 -0800 (PST) (envelope-from ade@FreeBSD.org) Date: Fri, 28 Jan 2000 19:07:01 -0800 (PST) From: Message-Id: <200001290307.TAA50386@freefall.freebsd.org> To: dima@Chg.RU, ade@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15699: New port: misc/p5-I18N-LangTags Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: misc/p5-I18N-LangTags State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Fri Jan 28 19:06:51 PST 2000 State-Changed-Why: New port 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 Jan 28 19:33:45 2000 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 0F17514DF7; Fri, 28 Jan 2000 19:33:44 -0800 (PST) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA53497; Fri, 28 Jan 2000 19:33:44 -0800 (PST) (envelope-from ade@FreeBSD.org) Date: Fri, 28 Jan 2000 19:33:44 -0800 (PST) From: Message-Id: <200001290333.TAA53497@freefall.freebsd.org> To: dima@Chg.RU, ade@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15704: New port: sysutils/p5-SyslogScan Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: sysutils/p5-SyslogScan State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Fri Jan 28 19:33:32 PST 2000 State-Changed-Why: New port 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 Jan 28 19:34: 3 2000 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 B270115BE9; Fri, 28 Jan 2000 19:34:02 -0800 (PST) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA53566; Fri, 28 Jan 2000 19:34:02 -0800 (PST) (envelope-from ade@FreeBSD.org) Date: Fri, 28 Jan 2000 19:34:02 -0800 (PST) From: Message-Id: <200001290334.TAA53566@freefall.freebsd.org> To: dima@Chg.RU, ade@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15862: New port: www/p5-HTML-Tree Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: www/p5-HTML-Tree State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Fri Jan 28 19:33:52 PST 2000 State-Changed-Why: New port 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 Jan 28 19:34:16 2000 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 29A2015BE9; Fri, 28 Jan 2000 19:34:15 -0800 (PST) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA53636; Fri, 28 Jan 2000 19:34:15 -0800 (PST) (envelope-from ade@FreeBSD.org) Date: Fri, 28 Jan 2000 19:34:15 -0800 (PST) From: Message-Id: <200001290334.TAA53636@freefall.freebsd.org> To: dima@Chg.RU, ade@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15863: New port: www/p5-HTML-Summary Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: www/p5-HTML-Summary State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Fri Jan 28 19:34:05 PST 2000 State-Changed-Why: New port 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 Jan 28 19:36:49 2000 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 4CC9A15C41; Fri, 28 Jan 2000 19:36:48 -0800 (PST) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA53837; Fri, 28 Jan 2000 19:36:48 -0800 (PST) (envelope-from ade@FreeBSD.org) Date: Fri, 28 Jan 2000 19:36:48 -0800 (PST) From: Message-Id: <200001290336.TAA53837@freefall.freebsd.org> To: tkato@prontomail.ne.jp, ade@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16409: Update port: graphics/graphviz Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/graphviz State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Fri Jan 28 19:36:27 PST 2000 State-Changed-Why: Superceded by ports/16428 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jan 28 19:37:54 2000 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 DB20E14DF7; Fri, 28 Jan 2000 19:37:53 -0800 (PST) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA53948; Fri, 28 Jan 2000 19:37:53 -0800 (PST) (envelope-from ade@FreeBSD.org) Date: Fri, 28 Jan 2000 19:37:53 -0800 (PST) From: Message-Id: <200001290337.TAA53948@freefall.freebsd.org> To: calle.madestrand@norrgarden.se, ade@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16308: Update to 1.0c16 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update to 1.0c16 State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Fri Jan 28 19:37:17 PST 2000 State-Changed-Why: Superceded by ports/16429 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jan 28 19:50: 4 2000 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 F3132151BC for ; Fri, 28 Jan 2000 19:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA54937; Fri, 28 Jan 2000 19:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 28 Jan 2000 19:50:01 -0800 (PST) Message-Id: <200001290350.TAA54937@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ade Lovett Subject: Re: ports/16429: Upgrade irc/bitchx to 1.0c16 Reply-To: Ade Lovett Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/16429; it has been noted by GNATS. From: Ade Lovett To: freebsd-gnats-submit@FreeBSD.org, calle.madestrand@norrgarden.se Cc: Subject: Re: ports/16429: Upgrade irc/bitchx to 1.0c16 Date: Fri, 28 Jan 2000 21:47:51 -0600 A couple of things wrong here: (1) you're re-creating patch-aa, but pointing to a different file. Don't do that :) Use a new file, patch-ag appears to be free. Make sure also that you're creating unified diffs in the patchfiles (2) you appear to be adding things to the PLIST in an almost random fashion. They're supposed to be sorted. -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jan 28 19:50: 9 2000 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 25A3915D3E; Fri, 28 Jan 2000 19:50:08 -0800 (PST) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA54956; Fri, 28 Jan 2000 19:50:07 -0800 (PST) (envelope-from ade@FreeBSD.org) Date: Fri, 28 Jan 2000 19:50:07 -0800 (PST) From: Message-Id: <200001290350.TAA54956@freefall.freebsd.org> To: ade@FreeBSD.org, freebsd-ports@FreeBSD.org, jdp@FreeBSD.org Subject: Re: ports/16372: Ports fix: net/pptpclient Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Ports fix: net/pptpclient Responsible-Changed-From-To: freebsd-ports->jdp Responsible-Changed-By: ade Responsible-Changed-When: Fri Jan 28 19:49:37 PST 2000 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 Fri Jan 28 19:50:54 2000 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 30421159CC; Fri, 28 Jan 2000 19:50:53 -0800 (PST) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA55098; Fri, 28 Jan 2000 19:50:53 -0800 (PST) (envelope-from ade@FreeBSD.org) Date: Fri, 28 Jan 2000 19:50:53 -0800 (PST) From: Message-Id: <200001290350.TAA55098@freefall.freebsd.org> To: ade@FreeBSD.org, freebsd-ports@FreeBSD.org, ache@FreeBSD.org Subject: Re: ports/16374: Ports fix: news/tin Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Ports fix: news/tin Responsible-Changed-From-To: freebsd-ports->ache Responsible-Changed-By: ade Responsible-Changed-When: Fri Jan 28 19:50:34 PST 2000 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 Fri Jan 28 19:51:44 2000 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 3615C15BF6; Fri, 28 Jan 2000 19:51:43 -0800 (PST) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA55249; Fri, 28 Jan 2000 19:51:42 -0800 (PST) (envelope-from ade@FreeBSD.org) Date: Fri, 28 Jan 2000 19:51:42 -0800 (PST) From: Message-Id: <200001290351.TAA55249@freefall.freebsd.org> To: ade@FreeBSD.org, freebsd-ports@FreeBSD.org, vanilla@FreeBSD.org Subject: Re: ports/16379: Update port: graphics/imlib Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/imlib Responsible-Changed-From-To: freebsd-ports->vanilla Responsible-Changed-By: ade Responsible-Changed-When: Fri Jan 28 19:51:11 PST 2000 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 Fri Jan 28 19:52:39 2000 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 57AE2159CC; Fri, 28 Jan 2000 19:52:38 -0800 (PST) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA55342; Fri, 28 Jan 2000 19:52:38 -0800 (PST) (envelope-from ade@FreeBSD.org) Date: Fri, 28 Jan 2000 19:52:38 -0800 (PST) From: Message-Id: <200001290352.TAA55342@freefall.freebsd.org> To: ade@FreeBSD.org, freebsd-ports@FreeBSD.org, fenner@FreeBSD.org Subject: Re: ports/16387: ports/mbone/vic: fix compiling errors Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ports/mbone/vic: fix compiling errors Responsible-Changed-From-To: freebsd-ports->fenner Responsible-Changed-By: ade Responsible-Changed-When: Fri Jan 28 19:52:19 PST 2000 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 Fri Jan 28 19:53:45 2000 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 AD8151563F; Fri, 28 Jan 2000 19:53:44 -0800 (PST) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA55446; Fri, 28 Jan 2000 19:53:44 -0800 (PST) (envelope-from ade@FreeBSD.org) Date: Fri, 28 Jan 2000 19:53:44 -0800 (PST) From: Message-Id: <200001290353.TAA55446@freefall.freebsd.org> To: ade@FreeBSD.org, freebsd-ports@FreeBSD.org, jfitz@FreeBSD.org Subject: Re: ports/16397: Please update net/mrtg for current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Please update net/mrtg for current Responsible-Changed-From-To: freebsd-ports->jfitz Responsible-Changed-By: ade Responsible-Changed-When: Fri Jan 28 19:53:15 PST 2000 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 Fri Jan 28 19:56:41 2000 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 E35AE15E9E; Fri, 28 Jan 2000 19:56:39 -0800 (PST) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA55644; Fri, 28 Jan 2000 19:56:39 -0800 (PST) (envelope-from ade@FreeBSD.org) Date: Fri, 28 Jan 2000 19:56:39 -0800 (PST) From: Message-Id: <200001290356.TAA55644@freefall.freebsd.org> To: ade@FreeBSD.org, freebsd-ports@FreeBSD.org, nakai@FreeBSD.org Subject: Re: ports/16311: patch for gqmpeg port to make mixer work Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: patch for gqmpeg port to make mixer work Responsible-Changed-From-To: freebsd-ports->nakai Responsible-Changed-By: ade Responsible-Changed-When: Fri Jan 28 19:56:26 PST 2000 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 Fri Jan 28 19:59:14 2000 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 1B42115DE7; Fri, 28 Jan 2000 19:59:12 -0800 (PST) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA55779; Fri, 28 Jan 2000 19:59:10 -0800 (PST) (envelope-from ade@FreeBSD.org) Date: Fri, 28 Jan 2000 19:59:10 -0800 (PST) From: Message-Id: <200001290359.TAA55779@freefall.freebsd.org> To: ade@FreeBSD.org, freebsd-ports@FreeBSD.org, pst@FreeBSD.org Subject: Re: ports/16363: [PATCH] Upgrade ports/databases/gnats Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Upgrade ports/databases/gnats Responsible-Changed-From-To: freebsd-ports->pst Responsible-Changed-By: ade Responsible-Changed-When: Fri Jan 28 19:58:55 PST 2000 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 Fri Jan 28 20: 2: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from peloton.runet.edu (peloton.runet.edu [137.45.96.205]) by hub.freebsd.org (Postfix) with ESMTP id 87BA6151BC for ; Fri, 28 Jan 2000 20:02:06 -0800 (PST) (envelope-from brett@peloton.runet.edu) Received: from localhost (brett@localhost) by peloton.runet.edu (8.9.3/8.9.3) with ESMTP id XAA21565; Fri, 28 Jan 2000 23:02:02 -0500 (EST) (envelope-from brett@peloton.runet.edu) Date: Fri, 28 Jan 2000 23:02:02 -0500 (EST) From: Brett Taylor To: Jim Mock Cc: Patton Echols , ports@FreeBSD.ORG Subject: Re: Ports Listing? In-Reply-To: <20000128182707.A835@luna.cdrom.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 Hi Jim, On Fri, 28 Jan 2000, Jim Mock wrote: > Take a look at http://www.FreeBSD.org/ports/ and also at > http://www.FreeBSD.org/ports/master-index.html (this is probably the > one you're after Patton). Oh man - I even looked at http://www.FreeBSD.org/ports/! sigh. Brett ***************************************************** Dr. Brett Taylor brett@peloton.runet.edu * Dept of Chem and Physics * Curie 39A (540) 831-6147 * Dept. of Mathematics and Statistics * Walker 234 (540) 831-5410 * ***************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jan 28 20:38:16 2000 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 B069014C91; Fri, 28 Jan 2000 20:38:15 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA58918; Fri, 28 Jan 2000 20:38:15 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 28 Jan 2000 20:38:15 -0800 (PST) From: Message-Id: <200001290438.UAA58918@freefall.freebsd.org> To: dima@Chg.RU, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16004: New port: audio/yamt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: audio/yamt State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jan 28 20:35:37 PST 2000 State-Changed-Why: New port 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 Jan 28 20:39: 8 2000 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 4983315039; Fri, 28 Jan 2000 20:39:07 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA59104; Fri, 28 Jan 2000 20:39:07 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 28 Jan 2000 20:39:07 -0800 (PST) From: Message-Id: <200001290439.UAA59104@freefall.freebsd.org> To: dima@Chg.RU, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16158: New port: perl front-end to GNU recode Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: perl front-end to GNU recode State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jan 28 20:38:19 PST 2000 State-Changed-Why: New port 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 Jan 28 20:40: 9 2000 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 0C63214C91 for ; Fri, 28 Jan 2000 20:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA59203; Fri, 28 Jan 2000 20:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 28 Jan 2000 20:40:02 -0800 (PST) Message-Id: <200001290440.UAA59203@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ade Lovett Subject: Re: ports/16312: UPDATE: ports/mail/rblsmtpd MASTER_SITES Reply-To: Ade Lovett Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/16312; it has been noted by GNATS. From: Ade Lovett To: freebsd-gnats-submit@FreeBSD.org, saken@hotel.rmta.org Cc: fenner@FreeBSD.org Subject: Re: ports/16312: UPDATE: ports/mail/rblsmtpd MASTER_SITES Date: Fri, 28 Jan 2000 22:28:51 -0600 Hmm.. I can't reproduce this: anaconda 48# cd /usr/ports/mail/rblsmtpd anaconda 49# make fetch >> rblsmtpd-0.70.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://koobera.math.uic.edu/www/software/. fetch: www/software/rblsmtpd-0.70.tar.gz: cannot get remote modification time Receiving rblsmtpd-0.70.tar.gz: 25 Kbytes 26283 bytes transferred in 3.8 seconds (6.72 Kbytes/s) I had a dig around on the ftp site itself (very odd setup), and I believe the change you're suggesting here is incorrect, with the actual problem being a transient server failure. I've cc'd Bill in case he can shed any further light on the matter. -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jan 28 20:42:40 2000 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 BFDDB14C91; Fri, 28 Jan 2000 20:42:39 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA59599; Fri, 28 Jan 2000 20:42:39 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 28 Jan 2000 20:42:39 -0800 (PST) From: Message-Id: <200001290442.UAA59599@freefall.freebsd.org> To: midom@dammit.lt, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16125: new port sqsh-1.7 to databases Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port sqsh-1.7 to databases State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jan 28 20:41:50 PST 2000 State-Changed-Why: New port 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 Jan 28 20:48:36 2000 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 982F715F3B; Fri, 28 Jan 2000 20:48:30 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA60399; Fri, 28 Jan 2000 20:48:30 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 28 Jan 2000 20:48:30 -0800 (PST) From: Message-Id: <200001290448.UAA60399@freefall.freebsd.org> To: gonter@whisky.wu-wien.ac.at, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15851: New port: deskutils/p5-hp200lx-db Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: deskutils/p5-hp200lx-db State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jan 28 20:42:55 PST 2000 State-Changed-Why: New port 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 Jan 28 20:51:12 2000 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 005D41508C; Fri, 28 Jan 2000 20:51:12 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA60758; Fri, 28 Jan 2000 20:51:11 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 28 Jan 2000 20:51:11 -0800 (PST) From: Message-Id: <200001290451.UAA60758@freefall.freebsd.org> To: arensb@ooblick.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16293: New port: coldsync-1.0.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: coldsync-1.0.0 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jan 28 20:48:43 PST 2000 State-Changed-Why: New port 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 Jan 28 20:54:38 2000 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 1DA2215FB2; Fri, 28 Jan 2000 20:54:33 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA61100; Fri, 28 Jan 2000 20:54:23 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 28 Jan 2000 20:54:23 -0800 (PST) From: Message-Id: <200001290454.UAA61100@freefall.freebsd.org> To: andrews@technologist.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15799: New port: devel/flux Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: devel/flux State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jan 28 20:51:16 PST 2000 State-Changed-Why: New port 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 Jan 28 20:57:59 2000 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 E14CC15FAD; Fri, 28 Jan 2000 20:57:55 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA61415; Fri, 28 Jan 2000 20:57:50 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 28 Jan 2000 20:57:50 -0800 (PST) From: Message-Id: <200001290457.UAA61415@freefall.freebsd.org> To: mwest@uct.ac.za, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15936: New port: devel/libgii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: devel/libgii State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jan 28 20:55:36 PST 2000 State-Changed-Why: New port 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 Jan 28 21: 0:25 2000 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 3D5BD151FE for ; Fri, 28 Jan 2000 21:00:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA61650; Fri, 28 Jan 2000 21:00:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from norrgarden1.norrgarden.se (norrgarden1.norrgarden.se [195.100.133.214]) by hub.freebsd.org (Postfix) with ESMTP id 94D8515EBE for ; Fri, 28 Jan 2000 20:55:22 -0800 (PST) (envelope-from cj@norrgarden1.norrgarden.se) Received: (from root@localhost) by norrgarden1.norrgarden.se (8.9.3/8.9.3) id FAA05904; Sat, 29 Jan 2000 05:55:20 +0100 (CET) (envelope-from cj) Message-Id: <200001290455.FAA05904@norrgarden1.norrgarden.se> Date: Sat, 29 Jan 2000 05:55:20 +0100 (CET) From: calle.madestrand@norrgarden.se Reply-To: calle.madestrand@norrgarden.se To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16436: Update irc/bitchx to 1.0c16 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16436 >Category: ports >Synopsis: Update irc/bitchx to 1.0c16 >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: Fri Jan 28 21:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Carl Johan Madestrand >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: remove file /usr/ports/irc/bitchx/patches/patch-ab remove file /usr/ports/irc/bitchx/patches/patch-ac remove file /usr/ports/irc/bitchx/patches/patch-af add file /usr/ports/irc/bitchx/patches/patch-ag diff -urN /usr/ports/irc/bitchx/Makefile bitchx/Makefile --- /usr/ports/irc/bitchx/Makefile Sat Jan 22 15:12:17 2000 +++ bitchx/Makefile Fri Jan 28 19:59:36 2000 @@ -1,12 +1,12 @@ # New ports collection makefile for: BitchX ircII client -# Version required: 1.0c15 +# Version required: 1.0c16 # Date created: 26 Jan 1998 # Whom: griffin # # $FreeBSD: ports/irc/bitchx/Makefile,v 1.9 2000/01/22 14:12:17 mharo Exp $ # -DISTNAME= BitchX-1.0c15 +DISTNAME= BitchX-1.0c16 CATEGORIES= irc MASTER_SITES= ftp://ftp.bitchx.com/pub/BitchX/source/ \ ftp://bitchx.dimension6.com/pub/BitchX/source/ @@ -20,7 +20,7 @@ GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config WRKSRC= ${WRKDIR}/BitchX -GNU_CONFIGURE= yes +USE_AUTOCONF= yes USE_GMAKE= yes .if defined(USE_GNOME) CONFIGURE_ARGS+= --with-plugins --with-gtk --enable-sound @@ -44,25 +44,20 @@ @${ECHO} "You can add hooks for GNOME by defining USE_GNOME" .endif -# Horrible hack to remove bogus CR's at the end of this file -post-patch: - @${PERL} -pi -e 's,\r$$,,' ${WRKSRC}/script/menu.bx - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/bx/help ${MKDIR} ${PREFIX}/share/doc/bitchx - ${TAR} --directory ${WRKSRC}/bitchx-docs -cf - . --exclude CVS | \ - ${TAR} --directory ${PREFIX}/share/bx/help -xf - + ${CP} -r ${WRKSRC}/bitchx-docs/* ${PREFIX}/share/bx/help ${INSTALL_DATA} ${WRKSRC}/doc/bxfaq.html ${PREFIX}/share/doc/bitchx .endif .if defined(USE_GNOME) @${ECHO} bin/gtkBitchX >> ${TMPPLIST} - @${ECHO} bin/gtkBitchX-1.0c15 >> ${TMPPLIST} + @${ECHO} bin/gtkBitchX-1.0c16 >> ${TMPPLIST} @${ECHO} share/bx/plugins/nicklist.so >> ${TMPPLIST} .else @${ECHO} bin/BitchX >> ${TMPPLIST} - @${ECHO} bin/BitchX-1.0c15 >> ${TMPPLIST} + @${ECHO} bin/BitchX-1.0c16 >> ${TMPPLIST} @${ECHO} bin/scr-bx >> ${TMPPLIST} @${ECHO} share/bx/wserv >> ${TMPPLIST} .endif diff -urN /usr/ports/irc/bitchx/files/md5 bitchx/files/md5 --- /usr/ports/irc/bitchx/files/md5 Sat Jan 22 05:56:35 2000 +++ bitchx/files/md5 Wed Jan 26 15:46:45 2000 @@ -1 +1 @@ -MD5 (BitchX-1.0c15.tar.gz) = 5048fd8d6b64302df5b52511e0acc19a +MD5 (BitchX-1.0c16.tar.gz) = 4a3749c0b2da2b157eaa13b5b8856511 diff -urN /usr/ports/irc/bitchx/patches/patch-ab bitchx/patches/patch-ab --- /usr/ports/irc/bitchx/patches/patch-ab Sat Jan 22 05:56:36 2000 +++ bitchx/patches/patch-ab Thu Jan 1 01:00:00 1970 @@ -1,59 +0,0 @@ ---- source/gtkbitchx.c.old Thu Jan 6 14:03:02 2000 -+++ source/gtkbitchx.c Thu Jan 6 14:03:38 2000 -@@ -1765,10 +1765,10 @@ - - void gui_init(void) - { -- TI_cols = 80; -- TI_lines = 25; -- li = TI_lines; -- co = TI_cols; -+ current_term->TI_cols = 80; -+ current_term->TI_lines = 25; -+ li = current_term->TI_lines; -+ co = current_term->TI_cols; - - pthread_mutex_init(&evmutex, NULL); - pthread_cond_init(&evcond, NULL); -@@ -1936,7 +1936,7 @@ - /* This section is for portability considerations */ - void gui_clreol(void) - { -- gtkprintf(TI_el); -+ gtkprintf(current_term->TI_el); - } - - void gui_gotoxy(int col, int row) -@@ -1984,27 +1984,27 @@ - else - rn = n; - -- if (TI_csr && (TI_ri || TI_rin) && (TI_ind || TI_indn)) -+ if (current_term->TI_csr && (current_term->TI_ri || current_term->TI_rin) && (current_term->TI_ind || current_term->TI_indn)) - { - /* - * Previously there was a test to see if the entire scrolling - * region was the full screen. That test *always* fails, - * because we never scroll the bottom line of the screen. - */ -- strcpy(start, (char *)tparm(TI_csr, top, bot)); -- strcpy(final, (char *)tparm(TI_csr, 0, TI_lines-1)); -+ strcpy(start, (char *)tparm(current_term->TI_csr, top, bot)); -+ strcpy(final, (char *)tparm(current_term->TI_csr, 0, current_term->TI_lines-1)); - - if (n > 0) - { - sr = bot; - er = top; -- strcpy(thing, TI_ind); -+ strcpy(thing, current_term->TI_ind); - } - else - { - sr = top; - er = bot; -- strcpy (thing, TI_ri); -+ strcpy (thing, current_term->TI_ri); - } - } - diff -urN /usr/ports/irc/bitchx/patches/patch-ac bitchx/patches/patch-ac --- /usr/ports/irc/bitchx/patches/patch-ac Sat Jan 22 05:56:37 2000 +++ bitchx/patches/patch-ac Thu Jan 1 01:00:00 1970 @@ -1,13 +0,0 @@ ---- Makefile.in.orig Fri Nov 19 12:15:08 1999 -+++ Makefile.in Thu Jan 20 21:19:55 2000 -@@ -92,8 +92,8 @@ - - # This command will be used to install the BitchX help files. If you don't - # want to install them, replace with the following: --# INSTALL_HELP_CMD = @echo The help files have not been installed. --INSTALL_HELP_CMD = @INSTALL_HELP_CMD@ -+INSTALL_HELP_CMD = @echo -+# INSTALL_HELP_CMD = @INSTALL_HELP_CMD@ - - # This program allows you to use screen/xterm's to put new BitchX windows - # on new screen/xterm windows. diff -urN /usr/ports/irc/bitchx/patches/patch-af bitchx/patches/patch-af --- /usr/ports/irc/bitchx/patches/patch-af Sat Jan 22 05:56:38 2000 +++ bitchx/patches/patch-af Thu Jan 1 01:00:00 1970 @@ -1,13 +0,0 @@ ---- source/irc.c.old Thu Jan 6 14:03:02 2000 -+++ source/irc.c Thu Jan 6 14:03:31 2000 -@@ -53,6 +53,10 @@ - #include - #endif - -+#ifdef GTK -+extern int gtkipcin[2]; -+#endif -+ - #ifndef VERSION - const char irc_version[] = "BitchX-1.0c15"; - #else diff -urN /usr/ports/irc/bitchx/patches/patch-ag bitchx/patches/patch-ag --- /usr/ports/irc/bitchx/patches/patch-ag Thu Jan 1 01:00:00 1970 +++ bitchx/patches/patch-ag Sun Jan 23 03:31:18 2000 @@ -0,0 +1,21 @@ +*** Makefile.in.orig Sun Jan 23 03:30:33 2000 +--- Makefile.in Sun Jan 23 03:30:56 2000 +*************** +*** 90,97 **** + + # This command will be used to install the BitchX help files. If you don't + # want to install them, replace with the following: +! # INSTALL_HELP_CMD = @echo The help files have not been installed. +! INSTALL_HELP_CMD = cp -pr $(srcdir)/bitchx-docs/* $(HELPDIR) + + # This program allows you to use screen/xterm's to put new BitchX windows + # on new screen/xterm windows. +--- 90,97 ---- + + # This command will be used to install the BitchX help files. If you don't + # want to install them, replace with the following: +! INSTALL_HELP_CMD = @echo +! # INSTALL_HELP_CMD = cp -pr $(srcdir)/bitchx-docs/* $(HELPDIR) + + # This program allows you to use screen/xterm's to put new BitchX windows + # on new screen/xterm windows. diff -urN /usr/ports/irc/bitchx/pkg/PLIST bitchx/pkg/PLIST --- /usr/ports/irc/bitchx/pkg/PLIST Sat Jan 22 05:56:41 2000 +++ bitchx/pkg/PLIST Sat Jan 29 05:37:33 2000 @@ -1,46 +1,12 @@ -share/bx/BitchX.help -share/bx/BitchX.ircnames share/bx/BitchX.quit +share/bx/BitchX.ircnames share/bx/BitchX.reasons -share/bx/help/1_General/1_General -share/bx/help/1_General/4op -share/bx/help/1_General/about -share/bx/help/1_General/addforward -share/bx/help/1_General/addidle +share/bx/BitchX.help +share/bx/help/1_General/l share/bx/help/1_General/adduser share/bx/help/1_General/away share/bx/help/1_General/bye share/bx/help/1_General/channel -share/bx/help/1_General/ctcp/action -share/bx/help/1_General/ctcp/bdcc -share/bx/help/1_General/ctcp/cdcc -share/bx/help/1_General/ctcp/clientinfo -share/bx/help/1_General/ctcp/ctcp -share/bx/help/1_General/ctcp/echo -share/bx/help/1_General/ctcp/finger -share/bx/help/1_General/ctcp/ident -share/bx/help/1_General/ctcp/invite -share/bx/help/1_General/ctcp/op -share/bx/help/1_General/ctcp/ops -share/bx/help/1_General/ctcp/ping -share/bx/help/1_General/ctcp/time -share/bx/help/1_General/ctcp/unban -share/bx/help/1_General/ctcp/uptime -share/bx/help/1_General/ctcp/userinfo -share/bx/help/1_General/ctcp/utc -share/bx/help/1_General/ctcp/version -share/bx/help/1_General/ctcp/whoami -share/bx/help/1_General/ctcp/xdcc -share/bx/help/1_General/dcc/chat -share/bx/help/1_General/dcc/close -share/bx/help/1_General/dcc/closeall -share/bx/help/1_General/dcc/dcc -share/bx/help/1_General/dcc/get -share/bx/help/1_General/dcc/list -share/bx/help/1_General/dcc/raw -share/bx/help/1_General/dcc/rename -share/bx/help/1_General/dcc/resume -share/bx/help/1_General/dcc/send share/bx/help/1_General/describe share/bx/help/1_General/disconnect share/bx/help/1_General/help @@ -64,14 +30,104 @@ share/bx/help/1_General/reconnect share/bx/help/1_General/say share/bx/help/1_General/server +share/bx/help/1_General/url share/bx/help/1_General/silence share/bx/help/1_General/spam share/bx/help/1_General/topic share/bx/help/1_General/unforward share/bx/help/1_General/unidle share/bx/help/1_General/unuser -share/bx/help/1_General/url -share/bx/help/2_Queries/2_Queries +share/bx/help/1_General/1_General +share/bx/help/1_General/4op +share/bx/help/1_General/about +share/bx/help/1_General/addforward +share/bx/help/1_General/addidle +share/bx/help/1_General/uping +share/bx/help/1_General/offers +share/bx/help/1_General/k +share/bx/help/1_General/ver +share/bx/help/1_General/j +share/bx/help/1_General/kb +share/bx/help/1_General/kbi +share/bx/help/1_General/kickidle +share/bx/help/1_General/m +share/bx/help/1_General/chat +share/bx/help/1_General/addshit +share/bx/help/1_General/nochat +share/bx/help/1_General/addlamenick +share/bx/help/1_General/lamenicklist +share/bx/help/1_General/unlamenick +share/bx/help/1_General/unshit +share/bx/help/1_General/shitlist +share/bx/help/1_General/addword +share/bx/help/1_General/unwordkick +share/bx/help/1_General/bki +share/bx/help/1_General/ajoin +share/bx/help/1_General/ajoinlist +share/bx/help/1_General/unajoin +share/bx/help/1_General/ban +share/bx/help/1_General/showwordkick +share/bx/help/1_General/banstat +share/bx/help/1_General/bantype +share/bx/help/1_General/banwords +share/bx/help/1_General/b +share/bx/help/1_General/bk +share/bx/help/1_General/awaylog +share/bx/help/1_General/awaymsg +share/bx/help/1_General/gone +share/bx/help/1_General/back +share/bx/help/1_General/partall +share/bx/help/1_General/leave +share/bx/help/1_General/p +share/bx/help/1_General/t +share/bx/help/1_General/wordlist +share/bx/help/1_General/addnoflood +share/bx/help/1_General/dcc/close +share/bx/help/1_General/dcc/closeall +share/bx/help/1_General/dcc/dcc +share/bx/help/1_General/dcc/get +share/bx/help/1_General/dcc/list +share/bx/help/1_General/dcc/raw +share/bx/help/1_General/dcc/rename +share/bx/help/1_General/dcc/resume +share/bx/help/1_General/dcc/chat +share/bx/help/1_General/dcc/send +share/bx/help/1_General/dcc/resend +share/bx/help/1_General/dcc/reget +share/bx/help/1_General/dcc/tsend +share/bx/help/1_General/dcc/tresend +share/bx/help/1_General/dcc/tget +share/bx/help/1_General/dcc/treget +share/bx/help/1_General/dcc/ftp +share/bx/help/1_General/dcc/activecount +share/bx/help/1_General/dcc/quietmode +share/bx/help/1_General/dcc/showpaths +share/bx/help/1_General/dcc/autorename +share/bx/help/1_General/dcc/autooverwrite +share/bx/help/1_General/dcc/autoget +share/bx/help/1_General/dcc/stats +share/bx/help/1_General/dcc/exempt +share/bx/help/1_General/dcc/bot +share/bx/help/1_General/ctcp/bdcc +share/bx/help/1_General/ctcp/cdcc +share/bx/help/1_General/ctcp/clientinfo +share/bx/help/1_General/ctcp/ctcp +share/bx/help/1_General/ctcp/echo +share/bx/help/1_General/ctcp/finger +share/bx/help/1_General/ctcp/ident +share/bx/help/1_General/ctcp/invite +share/bx/help/1_General/ctcp/op +share/bx/help/1_General/ctcp/ops +share/bx/help/1_General/ctcp/ping +share/bx/help/1_General/ctcp/time +share/bx/help/1_General/ctcp/unban +share/bx/help/1_General/ctcp/uptime +share/bx/help/1_General/ctcp/userinfo +share/bx/help/1_General/ctcp/utc +share/bx/help/1_General/ctcp/version +share/bx/help/1_General/ctcp/whoami +share/bx/help/1_General/ctcp/action +share/bx/help/1_General/ctcp/xdcc share/bx/help/2_Queries/admin share/bx/help/2_Queries/flush share/bx/help/2_Queries/info @@ -91,39 +147,46 @@ share/bx/help/2_Queries/version share/bx/help/2_Queries/who share/bx/help/2_Queries/whois +share/bx/help/2_Queries/2_Queries share/bx/help/2_Queries/whowas share/bx/help/2_Queries/wii +share/bx/help/2_Queries/ww share/bx/help/2_Queries/wilc -share/bx/help/2_Queries/wilcr share/bx/help/2_Queries/wilm share/bx/help/2_Queries/wiln -share/bx/help/2_Queries/ww -share/bx/help/3_Operators/3_Operators +share/bx/help/2_Queries/wilcr +share/bx/help/2_Queries/sc +share/bx/help/2_Queries/n +share/bx/help/2_Queries/scan +share/bx/help/2_Queries/wi +share/bx/help/2_Queries/scani +share/bx/help/2_Queries/scanv +share/bx/help/2_Queries/scano +share/bx/help/2_Queries/scann +share/bx/help/2_Queries/scanf +share/bx/help/2_Queries/scans share/bx/help/3_Operators/connect -share/bx/help/3_Operators/deoper share/bx/help/3_Operators/die -share/bx/help/3_Operators/dline share/bx/help/3_Operators/hash -share/bx/help/3_Operators/helpop -share/bx/help/3_Operators/helpserv share/bx/help/3_Operators/kill -share/bx/help/3_Operators/kline -share/bx/help/3_Operators/locop share/bx/help/3_Operators/oper share/bx/help/3_Operators/rehash share/bx/help/3_Operators/restart share/bx/help/3_Operators/rping -share/bx/help/3_Operators/sping share/bx/help/3_Operators/squit +share/bx/help/3_Operators/uping +share/bx/help/3_Operators/3_Operators +share/bx/help/3_Operators/wallops +share/bx/help/3_Operators/sping +share/bx/help/3_Operators/dline share/bx/help/3_Operators/swallop +share/bx/help/3_Operators/locop +share/bx/help/3_Operators/deoper share/bx/help/3_Operators/tkline share/bx/help/3_Operators/unkline -share/bx/help/3_Operators/uping -share/bx/help/3_Operators/wallops -share/bx/help/4_Misc/4_Misc -share/bx/help/4_Misc/abort -share/bx/help/4_Misc/beep -share/bx/help/4_Misc/bind/backspace +share/bx/help/3_Operators/kline +share/bx/help/3_Operators/helpserv +share/bx/help/3_Operators/helpop share/bx/help/4_Misc/bind/backward_character share/bx/help/4_Misc/bind/backward_history share/bx/help/4_Misc/bind/backward_word @@ -142,8 +205,8 @@ share/bx/help/4_Misc/bind/enter_menu share/bx/help/4_Misc/bind/erase_line share/bx/help/4_Misc/bind/erase_to_beg_of_line -share/bx/help/4_Misc/bind/erase_to_end_of_line share/bx/help/4_Misc/bind/forward_character +share/bx/help/4_Misc/bind/erase_to_end_of_line share/bx/help/4_Misc/bind/forward_history share/bx/help/4_Misc/bind/forward_word share/bx/help/4_Misc/bind/highlight_off @@ -167,6 +230,7 @@ share/bx/help/4_Misc/bind/send_line share/bx/help/4_Misc/bind/shove_to_history share/bx/help/4_Misc/bind/stop_irc +share/bx/help/4_Misc/bind/type_text share/bx/help/4_Misc/bind/swap_last_window share/bx/help/4_Misc/bind/swap_next_window share/bx/help/4_Misc/bind/swap_previous_window @@ -174,25 +238,11 @@ share/bx/help/4_Misc/bind/toggle_insert_mode share/bx/help/4_Misc/bind/toggle_stop_screen share/bx/help/4_Misc/bind/transpose_characters -share/bx/help/4_Misc/bind/type_text share/bx/help/4_Misc/bind/unclear_screen share/bx/help/4_Misc/bind/underline share/bx/help/4_Misc/bind/unstop_all_windows +share/bx/help/4_Misc/bind/backspace share/bx/help/4_Misc/bind/yank_from_cutbuffer -share/bx/help/4_Misc/cd -share/bx/help/4_Misc/clear -share/bx/help/4_Misc/digraph -share/bx/help/4_Misc/encrypt -share/bx/help/4_Misc/history -share/bx/help/4_Misc/hostname -share/bx/help/4_Misc/ircuser -share/bx/help/4_Misc/mesg -share/bx/help/4_Misc/mlist -share/bx/help/4_Misc/mload -share/bx/help/4_Misc/note -share/bx/help/4_Misc/rbind -share/bx/help/4_Misc/realname -share/bx/help/4_Misc/set/always_split_biggest share/bx/help/4_Misc/set/auto_new_nick share/bx/help/4_Misc/set/auto_reconnect_delay share/bx/help/4_Misc/set/auto_rejoin @@ -235,6 +285,7 @@ share/bx/help/4_Misc/set/encrypt_program share/bx/help/4_Misc/set/floating_point_math share/bx/help/4_Misc/set/flood_after +share/bx/help/4_Misc/set/history share/bx/help/4_Misc/set/flood_rate share/bx/help/4_Misc/set/flood_users share/bx/help/4_Misc/set/flood_warning @@ -244,9 +295,8 @@ share/bx/help/4_Misc/set/help_prompt share/bx/help/4_Misc/set/help_window share/bx/help/4_Misc/set/hide_private_channels -share/bx/help/4_Misc/set/high_bit_escape share/bx/help/4_Misc/set/highlight_char -share/bx/help/4_Misc/set/history +share/bx/help/4_Misc/set/high_bit_escape share/bx/help/4_Misc/set/history_file share/bx/help/4_Misc/set/hold_mode share/bx/help/4_Misc/set/indent @@ -265,29 +315,30 @@ share/bx/help/4_Misc/set/mirc_broken_dcc_resume share/bx/help/4_Misc/set/mode_stripper share/bx/help/4_Misc/set/nd_space_max -share/bx/help/4_Misc/set/no_control_log -share/bx/help/4_Misc/set/no_ctcp_flood -share/bx/help/4_Misc/set/no_fail_disconnect share/bx/help/4_Misc/set/notify_handler share/bx/help/4_Misc/set/notify_interval share/bx/help/4_Misc/set/notify_level share/bx/help/4_Misc/set/notify_on_termination share/bx/help/4_Misc/set/notify_userhost_automatic share/bx/help/4_Misc/set/novice +share/bx/help/4_Misc/set/no_control_log +share/bx/help/4_Misc/set/no_ctcp_flood +share/bx/help/4_Misc/set/no_fail_disconnect share/bx/help/4_Misc/set/num_of_whowas share/bx/help/4_Misc/set/pad_char share/bx/help/4_Misc/set/quit_message share/bx/help/4_Misc/set/realname share/bx/help/4_Misc/set/reverse_status_line +share/bx/help/4_Misc/set/set +share/bx/help/4_Misc/set/scroll share/bx/help/4_Misc/set/reverse_video share/bx/help/4_Misc/set/screen_options -share/bx/help/4_Misc/set/scroll -share/bx/help/4_Misc/set/scroll_lines share/bx/help/4_Misc/set/scrollback +share/bx/help/4_Misc/set/tab share/bx/help/4_Misc/set/scrollback_ratio +share/bx/help/4_Misc/set/scroll_lines share/bx/help/4_Misc/set/security share/bx/help/4_Misc/set/send_ignore_msg -share/bx/help/4_Misc/set/set share/bx/help/4_Misc/set/shell share/bx/help/4_Misc/set/shell_flags share/bx/help/4_Misc/set/shell_limit @@ -301,6 +352,8 @@ share/bx/help/4_Misc/set/status_channel share/bx/help/4_Misc/set/status_chanop share/bx/help/4_Misc/set/status_clock +share/bx/help/4_Misc/set/tab_max +share/bx/help/4_Misc/set/xterm share/bx/help/4_Misc/set/status_does_expandos share/bx/help/4_Misc/set/status_format share/bx/help/4_Misc/set/status_hold @@ -309,8 +362,8 @@ share/bx/help/4_Misc/set/status_mail share/bx/help/4_Misc/set/status_mode share/bx/help/4_Misc/set/status_nick -share/bx/help/4_Misc/set/status_no_repeat share/bx/help/4_Misc/set/status_notify +share/bx/help/4_Misc/set/status_no_repeat share/bx/help/4_Misc/set/status_oper share/bx/help/4_Misc/set/status_overwrite share/bx/help/4_Misc/set/status_query @@ -321,20 +374,14 @@ share/bx/help/4_Misc/set/status_user share/bx/help/4_Misc/set/status_voice share/bx/help/4_Misc/set/status_window +share/bx/help/4_Misc/set/underline_video share/bx/help/4_Misc/set/suppress_from_remote_server share/bx/help/4_Misc/set/suppress_server_motd -share/bx/help/4_Misc/set/tab -share/bx/help/4_Misc/set/tab_max -share/bx/help/4_Misc/set/underline_video share/bx/help/4_Misc/set/user_information share/bx/help/4_Misc/set/verbose_ctcp share/bx/help/4_Misc/set/warn_of_ignores -share/bx/help/4_Misc/set/xterm +share/bx/help/4_Misc/set/always_split_biggest share/bx/help/4_Misc/set/xterm_options -share/bx/help/4_Misc/summon -share/bx/help/4_Misc/unclear -share/bx/help/4_Misc/which -share/bx/help/4_Misc/window/add share/bx/help/4_Misc/window/back share/bx/help/4_Misc/window/balance share/bx/help/4_Misc/window/beep_always @@ -353,8 +400,8 @@ share/bx/help/4_Misc/window/hide_others share/bx/help/4_Misc/window/hold_mode share/bx/help/4_Misc/window/kill -share/bx/help/4_Misc/window/kill_others share/bx/help/4_Misc/window/killswap +share/bx/help/4_Misc/window/kill_others share/bx/help/4_Misc/window/last share/bx/help/4_Misc/window/lastlog share/bx/help/4_Misc/window/lastlog_level @@ -390,34 +437,27 @@ share/bx/help/4_Misc/window/status_special share/bx/help/4_Misc/window/swap share/bx/help/4_Misc/window/unbind +share/bx/help/4_Misc/window/add share/bx/help/4_Misc/window/window -share/bx/help/5_Programming/5_Programming -share/bx/help/5_Programming/alias -share/bx/help/5_Programming/assign -share/bx/help/5_Programming/blah -share/bx/help/5_Programming/bless -share/bx/help/5_Programming/break -share/bx/help/5_Programming/call -share/bx/help/5_Programming/comment -share/bx/help/5_Programming/continue -share/bx/help/5_Programming/do -share/bx/help/5_Programming/dump -share/bx/help/5_Programming/echo -share/bx/help/5_Programming/eval -share/bx/help/5_Programming/exec -share/bx/help/5_Programming/fe -share/bx/help/5_Programming/filedialog -share/bx/help/5_Programming/fontdialog -share/bx/help/5_Programming/for -share/bx/help/5_Programming/foreach -share/bx/help/5_Programming/hook -share/bx/help/5_Programming/if -share/bx/help/5_Programming/input -share/bx/help/5_Programming/load -share/bx/help/5_Programming/local -share/bx/help/5_Programming/menu -share/bx/help/5_Programming/menuitem -share/bx/help/5_Programming/on/action +share/bx/help/4_Misc/history +share/bx/help/4_Misc/hostname +share/bx/help/4_Misc/4_Misc +share/bx/help/4_Misc/mesg +share/bx/help/4_Misc/mlist +share/bx/help/4_Misc/mload +share/bx/help/4_Misc/note +share/bx/help/4_Misc/rbind +share/bx/help/4_Misc/realname +share/bx/help/4_Misc/summon +share/bx/help/4_Misc/unclear +share/bx/help/4_Misc/which +share/bx/help/4_Misc/ircuser +share/bx/help/4_Misc/abort +share/bx/help/4_Misc/beep +share/bx/help/4_Misc/cd +share/bx/help/4_Misc/clear +share/bx/help/4_Misc/digraph +share/bx/help/4_Misc/encrypt share/bx/help/5_Programming/on/channel_nick share/bx/help/5_Programming/on/channel_signoff share/bx/help/5_Programming/on/connect @@ -462,7 +502,6 @@ share/bx/help/5_Programming/on/notify_signon share/bx/help/5_Programming/on/odd_server_stuff share/bx/help/5_Programming/on/on -share/bx/help/5_Programming/on/on~ share/bx/help/5_Programming/on/oper_notice share/bx/help/5_Programming/on/pong share/bx/help/5_Programming/on/public @@ -471,6 +510,7 @@ share/bx/help/5_Programming/on/public_other share/bx/help/5_Programming/on/raw_irc share/bx/help/5_Programming/on/redirect +share/bx/help/5_Programming/on/set share/bx/help/5_Programming/on/send_action share/bx/help/5_Programming/on/send_ctcp share/bx/help/5_Programming/on/send_dcc_chat @@ -480,7 +520,6 @@ share/bx/help/5_Programming/on/send_to_server share/bx/help/5_Programming/on/server_lost share/bx/help/5_Programming/on/server_notice -share/bx/help/5_Programming/on/set share/bx/help/5_Programming/on/signoff share/bx/help/5_Programming/on/silence share/bx/help/5_Programming/on/status_update @@ -495,15 +534,39 @@ share/bx/help/5_Programming/on/window_create share/bx/help/5_Programming/on/window_kill share/bx/help/5_Programming/on/yell +share/bx/help/5_Programming/on/action +share/bx/help/5_Programming/blah +share/bx/help/5_Programming/bless +share/bx/help/5_Programming/break +share/bx/help/5_Programming/call +share/bx/help/5_Programming/comment +share/bx/help/5_Programming/continue +share/bx/help/5_Programming/do +share/bx/help/5_Programming/dump +share/bx/help/5_Programming/echo +share/bx/help/5_Programming/eval +share/bx/help/5_Programming/exec +share/bx/help/5_Programming/fe +share/bx/help/5_Programming/filedialog +share/bx/help/5_Programming/fontdialog +share/bx/help/5_Programming/for +share/bx/help/5_Programming/foreach +share/bx/help/5_Programming/hook +share/bx/help/5_Programming/if +share/bx/help/5_Programming/input +share/bx/help/5_Programming/load +share/bx/help/5_Programming/local +share/bx/help/5_Programming/menu +share/bx/help/5_Programming/menuitem share/bx/help/5_Programming/package share/bx/help/5_Programming/parsekey share/bx/help/5_Programming/pmpaste share/bx/help/5_Programming/pop +share/bx/help/5_Programming/pretend +share/bx/help/5_Programming/push share/bx/help/5_Programming/popupmenu share/bx/help/5_Programming/popupmsg -share/bx/help/5_Programming/pretend share/bx/help/5_Programming/properties -share/bx/help/5_Programming/push share/bx/help/5_Programming/queue share/bx/help/5_Programming/quote share/bx/help/5_Programming/redirect @@ -528,8 +591,13 @@ share/bx/help/5_Programming/while share/bx/help/5_Programming/xecho share/bx/help/5_Programming/xeval +share/bx/help/5_Programming/5_Programming share/bx/help/5_Programming/xtype -share/bx/help/6_Functions/6_Functions +share/bx/help/5_Programming/alias +share/bx/help/5_Programming/assign +share/bx/help/5_Programming/loadtcl +share/bx/help/5_Programming/saveirc +share/bx/help/5_Programming/loaddll share/bx/help/6_Functions/absstrlen share/bx/help/6_Functions/addtabkey share/bx/help/6_Functions/after @@ -558,11 +626,11 @@ share/bx/help/6_Functions/curpos share/bx/help/6_Functions/currchans share/bx/help/6_Functions/decode +share/bx/help/6_Functions/eof share/bx/help/6_Functions/delarray share/bx/help/6_Functions/delitem share/bx/help/6_Functions/deuhc share/bx/help/6_Functions/encode -share/bx/help/6_Functions/eof share/bx/help/6_Functions/epic share/bx/help/6_Functions/fexist share/bx/help/6_Functions/filter @@ -589,10 +657,10 @@ share/bx/help/6_Functions/ifinditem share/bx/help/6_Functions/igetmatches share/bx/help/6_Functions/igmask +share/bx/help/6_Functions/info share/bx/help/6_Functions/igtype share/bx/help/6_Functions/index share/bx/help/6_Functions/indextoitem -share/bx/help/6_Functions/info share/bx/help/6_Functions/insertw share/bx/help/6_Functions/iptoname share/bx/help/6_Functions/irclib @@ -615,11 +683,10 @@ share/bx/help/6_Functions/leftpc share/bx/help/6_Functions/leftw share/bx/help/6_Functions/listen +share/bx/help/6_Functions/mid share/bx/help/6_Functions/mask share/bx/help/6_Functions/match share/bx/help/6_Functions/matchitem -share/bx/help/6_Functions/menucontrol -share/bx/help/6_Functions/mid share/bx/help/6_Functions/midw share/bx/help/6_Functions/mkdir share/bx/help/6_Functions/msar @@ -712,8 +779,9 @@ share/bx/help/6_Functions/winvisible share/bx/help/6_Functions/word share/bx/help/6_Functions/write +share/bx/help/6_Functions/6_Functions share/bx/help/6_Functions/writeb -share/bx/help/7_Docs/7_Docs +share/bx/help/6_Functions/menucontrol share/bx/help/7_Docs/About_BitchX share/bx/help/7_Docs/Arrays share/bx/help/7_Docs/Command_Line @@ -735,8 +803,8 @@ share/bx/help/7_Docs/Special_Vars share/bx/help/7_Docs/Status_Line share/bx/help/7_Docs/Text_Highlight +share/bx/help/7_Docs/7_Docs share/bx/help/7_Docs/Updates -share/bx/help/8_Scripts/2.8script share/bx/help/8_Scripts/8_Scripts share/bx/help/8_Scripts/action share/bx/help/8_Scripts/alias @@ -763,6 +831,7 @@ share/bx/help/8_Scripts/events.hop share/bx/help/8_Scripts/fake-dcc share/bx/help/8_Scripts/fe +share/bx/help/8_Scripts/guh share/bx/help/8_Scripts/files share/bx/help/8_Scripts/finger share/bx/help/8_Scripts/fnet @@ -771,7 +840,6 @@ share/bx/help/8_Scripts/funnyban share/bx/help/8_Scripts/genalias share/bx/help/8_Scripts/global -share/bx/help/8_Scripts/guh share/bx/help/8_Scripts/history share/bx/help/8_Scripts/history-match share/bx/help/8_Scripts/imap @@ -798,13 +866,13 @@ share/bx/help/8_Scripts/multi share/bx/help/8_Scripts/nemesis share/bx/help/8_Scripts/netsplit +share/bx/help/8_Scripts/ping share/bx/help/8_Scripts/netsplit.env share/bx/help/8_Scripts/newaway share/bx/help/8_Scripts/newformat share/bx/help/8_Scripts/nicks share/bx/help/8_Scripts/old-dcc share/bx/help/8_Scripts/oldping -share/bx/help/8_Scripts/ping share/bx/help/8_Scripts/pipe share/bx/help/8_Scripts/prefix share/bx/help/8_Scripts/recursion @@ -827,6 +895,7 @@ share/bx/help/8_Scripts/uping share/bx/help/8_Scripts/wallopstat share/bx/help/8_Scripts/webster +share/bx/help/8_Scripts/2.8script share/bx/help/8_Scripts/window share/bx/help/README_FIRST share/bx/plugins/BitchX.hints @@ -843,12 +912,14 @@ share/bx/plugins/qmail.so share/bx/plugins/scan.so share/bx/plugins/wavplay.so +share/bx/plugins/qbx.so share/bx/script/actplug.gmz share/bx/script/bxglobal share/bx/script/bxtcl.tcl share/bx/script/file.tcl share/bx/script/fserve+vfs.tar.gz share/bx/script/menu.bx +share/bx/script/example-.bitchxrc share/bx/translation/ASCII share/bx/translation/CP437 share/bx/translation/CP850 @@ -891,6 +962,8 @@ @dirrm share/bx/help/4_Misc/bind @dirrm share/bx/help/4_Misc/set @dirrm share/bx/help/4_Misc/window +@dirrm share/bx/help/4_Misc/fset +@dirrm share/bx/help/4_Misc/wset @dirrm share/bx/help/4_Misc @dirrm share/bx/help/5_Programming/on @dirrm share/bx/help/5_Programming >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 Jan 28 21: 0:56 2000 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 DFAC215D8E; Fri, 28 Jan 2000 21:00:29 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA61736; Fri, 28 Jan 2000 21:00:24 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 28 Jan 2000 21:00:24 -0800 (PST) From: Message-Id: <200001290500.VAA61736@freefall.freebsd.org> To: bross@nas.nasa.gov, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16112: new port - 'avltree' in-memory indexing lib Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port - 'avltree' in-memory indexing lib State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jan 28 20:58:07 PST 2000 State-Changed-Why: New port 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 Jan 28 21: 4: 8 2000 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 0FB3515D8D; Fri, 28 Jan 2000 21:03:57 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA62346; Fri, 28 Jan 2000 21:03:57 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 28 Jan 2000 21:03:57 -0800 (PST) From: Message-Id: <200001290503.VAA62346@freefall.freebsd.org> To: rip@pinetec.co.za, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16159: New port: devel/cvsmapfs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: devel/cvsmapfs State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jan 28 21:00:58 PST 2000 State-Changed-Why: New port 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 Jan 28 21: 5:31 2000 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 B09B914EFC; Fri, 28 Jan 2000 21:05:30 -0800 (PST) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA62682; Fri, 28 Jan 2000 21:05:30 -0800 (PST) (envelope-from ade@FreeBSD.org) Date: Fri, 28 Jan 2000 21:05:30 -0800 (PST) From: Message-Id: <200001290505.VAA62682@freefall.freebsd.org> To: calle.madestrand@norrgarden.se, ade@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16429: Upgrade irc/bitchx to 1.0c16 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade irc/bitchx to 1.0c16 State-Changed-From-To: open->closed State-Changed-By: ade State-Changed-When: Fri Jan 28 21:04:57 PST 2000 State-Changed-Why: Superceded by ports/16436 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jan 28 21: 6: 4 2000 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 3963E1505D; Fri, 28 Jan 2000 21:06:03 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA62779; Fri, 28 Jan 2000 21:06:01 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 28 Jan 2000 21:06:01 -0800 (PST) From: Message-Id: <200001290506.VAA62779@freefall.freebsd.org> To: th@cis.ibaraki.ac.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16052: New port: games/xlifegame Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: games/xlifegame State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jan 28 21:04:24 PST 2000 State-Changed-Why: New port 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 Jan 28 21: 8:24 2000 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 486A115DB3; Fri, 28 Jan 2000 21:08:12 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA63084; Fri, 28 Jan 2000 21:08:12 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 28 Jan 2000 21:08:12 -0800 (PST) From: Message-Id: <200001290508.VAA63084@freefall.freebsd.org> To: thcis.ibaraki.ac.jp@nadja.cis.ibaraki.ac.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16270: New port: games/xbaby Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: games/xbaby State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jan 28 21:06:22 PST 2000 State-Changed-Why: New port 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 Jan 28 21:10:46 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mobil.surnet.ru (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (Postfix) with ESMTP id AA43114BCC for ; Fri, 28 Jan 2000 21:10:37 -0800 (PST) (envelope-from ilia@cgilh.chel.su) Received: (from uucgilh@localhost) by mobil.surnet.ru (8.9.1a/8.9.1) with UUCP id JAA27726; Sat, 29 Jan 2000 09:57:23 +0500 (ES) Received: (from uucp@localhost) by cgilh.chel.su (8.8.7/8.8.7) with UUCP id IAA01578; Sat, 29 Jan 2000 08:51:11 +0500 Received: from localhost (ilia@localhost) by jane.cgu.chel.su (8.9.3/8.9.2) with ESMTP id IAA00309; Fri, 28 Jan 2000 08:25:37 +0500 (ES) (envelope-from ilia@cgilh.chel.su) X-Authentication-Warning: jane.cgu.chel.su: ilia owned process doing -bs Date: Fri, 28 Jan 2000 08:25:35 +0500 (ES) From: Ilia Chipitsine X-Sender: ilia@jane.cgu.chel.su To: Ade Lovett Cc: Chris Piazza , ports@FreeBSD.ORG Subject: another problem - dependency ... (Re: who the hell ported GNOME ??) In-Reply-To: <20000127140155.I408@lovett.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- yeah, thanks. I'll upgrade to gnome-libs-1.0.55. but here another problem arises, My port depends not on gnome-libs, but on gnome-libs >= 1.0.55, how can I specify that in Makefile ?? (This time I've realized how cool it was done with RPMs...) Isn't it a time to move to any sane packaging system, such as RPM or Debian ??? Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ) Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ) On Thu, 27 Jan 2000, Ade Lovett wrote: > On Thu, Jan 27, 2000 at 11:18:56AM -0800, Chris Piazza wrote: > > > > Uh, before you get all excited (or maybe it's too late for that), > > do you have libxml installed? I normally only have the gnome-libs > > port installed for testing ports people submit. Before installing > > libxml it gives me this: > > > > [snip] > > Part of the problem is that all components of GNOME expect to be > installed in the same place, whereas we have a split between > /usr/local and /usr/X11R6 (as per hier(7)) > > As part of the upgrade to gnomelibs-1.0.55, I added a (very) crude > hack to gnome-config to search in both /usr/local/etc and /usr/X11R6/etc > (along with any other user-supplied paths) for these "external" > (to gnome-config) libraries. > > Make sure you're using gnomelibs-1.0.55 from ports, in particular > rev 1.11 of ports/x11/gnomelibs/patches/patch-ac > > -aDe > > -- > Ade Lovett, Austin, TX. > -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQB1AwUBOJEMMORxlWKN2EXhAQFs4wL+LHHtzhA8IWj7qBS1/2iXw1geVSypoYcE f+LQ1XyWYDj2X+otltd0lPHOars5DdMBslzrPI9ZeV+6z4rj8urH/eunfkaaQ3ru RvSSwtqf+aKfiakLajSqqMcnHpyk+pPG =3Dmw -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jan 28 21:12:10 2000 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 8A8C916027; Fri, 28 Jan 2000 21:12:03 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA63542; Fri, 28 Jan 2000 21:12:03 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 28 Jan 2000 21:12:03 -0800 (PST) From: Message-Id: <200001290512.VAA63542@freefall.freebsd.org> To: mwest@uct.ac.za, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15938: New port: graphics/libggi Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: graphics/libggi State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jan 28 21:08:45 PST 2000 State-Changed-Why: New port 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 Jan 28 21:14:56 2000 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 8508315F05; Fri, 28 Jan 2000 21:14:15 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA63856; Fri, 28 Jan 2000 21:14:15 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 28 Jan 2000 21:14:15 -0800 (PST) From: Message-Id: <200001290514.VAA63856@freefall.freebsd.org> To: andrews@technologist.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15952: New port: graphics/paintlib Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: graphics/paintlib State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jan 28 21:12:14 PST 2000 State-Changed-Why: New port 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 Jan 28 21:19: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from anaconda.lovett.com (anaconda.lovett.com [216.60.121.168]) by hub.freebsd.org (Postfix) with ESMTP id 0A00815E43 for ; Fri, 28 Jan 2000 21:19:07 -0800 (PST) (envelope-from ade@lovett.com) Received: from ade by anaconda.lovett.com with local (Exim 3.12 #1) id 12EQHd-00049H-00; Fri, 28 Jan 2000 23:18:53 -0600 Date: Fri, 28 Jan 2000 23:18:53 -0600 From: Ade Lovett To: Ilia Chipitsine Cc: ports@freebsd.org Subject: Re: another problem - dependency ... (Re: who the hell ported GNOME ??) Message-ID: <20000128231853.C9241@supernews.com> References: <20000127140155.I408@lovett.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from ilia@cgilh.chel.su on Fri, Jan 28, 2000 at 08:25:35AM +0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jan 28, 2000 at 08:25:35AM +0500, Ilia Chipitsine wrote: > > but here another problem arises, > My port depends not on gnome-libs, but on gnome-libs >= 1.0.55, > how can I specify that in Makefile ?? You can't (easily). Pretty much everything GNOME related tends to do various hacking about in configure scripts to check for versions which is not an ideal situation. If you're not into configure scripts, you could probably do some hackery with the output of: anaconda 5% gnome-config --modversion gnome-libs-1.0.55 but it's not going to be pretty. Next shared library version number bump for gnomelibs is likely to be with the release of GNOME 1.2 (or whatever it gets called). > (This time I've realized how cool it was done with RPMs...) > Isn't it a time to move to any sane packaging system, such as RPM or > Debian ??? See the mailing lists archives for all the gory details of the (many) times this has been discussed :) -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jan 28 21:21:44 2000 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 F08891514A; Fri, 28 Jan 2000 21:21:41 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA64634; Fri, 28 Jan 2000 21:21:41 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 28 Jan 2000 21:21:41 -0800 (PST) From: Message-Id: <200001290521.VAA64634@freefall.freebsd.org> To: pcmaster@osk3.3web.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15953: New port: japanese/samba Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: japanese/samba State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jan 28 21:19:16 PST 2000 State-Changed-Why: New port 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 Jan 28 21:32:39 2000 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 F17C315F62; Fri, 28 Jan 2000 21:32:31 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA65694; Fri, 28 Jan 2000 21:32:31 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 28 Jan 2000 21:32:31 -0800 (PST) From: Message-Id: <200001290532.VAA65694@freefall.freebsd.org> To: ruben@helium.verweg.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15706: New port: x11/gweather Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: x11/gweather State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jan 28 21:29:43 PST 2000 State-Changed-Why: New port 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 Jan 28 21:34:48 2000 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 601A415784; Fri, 28 Jan 2000 21:34:47 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA66002; Fri, 28 Jan 2000 21:34:46 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 28 Jan 2000 21:34:46 -0800 (PST) From: Message-Id: <200001290534.VAA66002@freefall.freebsd.org> To: ocean@compulink.gr, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16251: New port: net/tn5250 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: net/tn5250 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jan 28 21:32:52 PST 2000 State-Changed-Why: New port 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 Jan 28 21:37:39 2000 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 D8D8915A47; Fri, 28 Jan 2000 21:37:38 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA66324; Fri, 28 Jan 2000 21:37:38 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 28 Jan 2000 21:37:38 -0800 (PST) From: Message-Id: <200001290537.VAA66324@freefall.freebsd.org> To: acid@stu.cn.ua, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16294: trafd (BPFT traffic collector) port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: trafd (BPFT traffic collector) port State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jan 28 21:35:45 PST 2000 State-Changed-Why: New port 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 Jan 28 21:39:55 2000 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 F357B15FD5; Fri, 28 Jan 2000 21:39:47 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA66737; Fri, 28 Jan 2000 21:39:47 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 28 Jan 2000 21:39:47 -0800 (PST) From: Message-Id: <200001290539.VAA66737@freefall.freebsd.org> To: stephen@cauchy.math.missouri.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16150: New port: print/dvipdfm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: print/dvipdfm State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jan 28 21:38:03 PST 2000 State-Changed-Why: New port 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 Jan 28 21:42:10 2000 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 C491B15F09; Fri, 28 Jan 2000 21:41:59 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA67121; Fri, 28 Jan 2000 21:41:59 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 28 Jan 2000 21:41:59 -0800 (PST) From: Message-Id: <200001290541.VAA67121@freefall.freebsd.org> To: acid@stu.cn.ua, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16095: New port: russian/xcode Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: russian/xcode State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jan 28 21:40:05 PST 2000 State-Changed-Why: New port 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 Jan 28 21:46: 0 2000 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 1D25515D1B; Fri, 28 Jan 2000 21:45:59 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA67572; Fri, 28 Jan 2000 21:45:59 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 28 Jan 2000 21:45:59 -0800 (PST) From: Message-Id: <200001290545.VAA67572@freefall.freebsd.org> To: sanpei@sanpei.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16006: new port: x11/xkbctrl (display and manipulate XKB keyboard controls from commandline) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: x11/xkbctrl (display and manipulate XKB keyboard controls from commandline) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jan 28 21:42:25 PST 2000 State-Changed-Why: New port 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 Jan 28 21:48:34 2000 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 4ADFC15F88; Fri, 28 Jan 2000 21:48:25 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA67905; Fri, 28 Jan 2000 21:48:25 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 28 Jan 2000 21:48:25 -0800 (PST) From: Message-Id: <200001290548.VAA67905@freefall.freebsd.org> To: igor@zynaps.ru, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15815: New port: p5-Apache-ASP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: p5-Apache-ASP State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jan 28 21:46:42 PST 2000 State-Changed-Why: New port 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 Jan 28 21:52: 2 2000 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 D828515F56; Fri, 28 Jan 2000 21:51:52 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA68386; Fri, 28 Jan 2000 21:51:52 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 28 Jan 2000 21:51:52 -0800 (PST) From: Message-Id: <200001290551.VAA68386@freefall.freebsd.org> To: mi@kot.ne.mediaone.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16020: New port: www/mod_dtcl -- embed TCL8.x into Apache Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: www/mod_dtcl -- embed TCL8.x into Apache State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jan 28 21:51:20 PST 2000 State-Changed-Why: New port 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 Jan 28 21:54:31 2000 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 DA9F71523A; Fri, 28 Jan 2000 21:54:28 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA68672; Fri, 28 Jan 2000 21:54:28 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 28 Jan 2000 21:54:28 -0800 (PST) From: Message-Id: <200001290554.VAA68672@freefall.freebsd.org> To: tarkhil@over.ru, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16087: New port: cadaver-0.10.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: cadaver-0.10.0 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jan 28 21:52:47 PST 2000 State-Changed-Why: New port 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 Jan 28 21:56:49 2000 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 9FE0E15FD0; Fri, 28 Jan 2000 21:56:46 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA68949; Fri, 28 Jan 2000 21:56:46 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 28 Jan 2000 21:56:46 -0800 (PST) From: Message-Id: <200001290556.VAA68949@freefall.freebsd.org> To: sobomax@altavista.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16100: [NEW PORT] new port of smb_auth - SMB authentification module for the Squid internet cache Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [NEW PORT] new port of smb_auth - SMB authentification module for the Squid internet cache State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jan 28 21:54:42 PST 2000 State-Changed-Why: New port 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 Jan 28 22: 0:14 2000 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 A7BE216012; Fri, 28 Jan 2000 21:59:50 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA69424; Fri, 28 Jan 2000 21:59:50 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 28 Jan 2000 21:59:50 -0800 (PST) From: Message-Id: <200001290559.VAA69424@freefall.freebsd.org> To: mab@red-bean.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16115: New port: www/aolserver3 AOL's web server Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: www/aolserver3 AOL's web server State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jan 28 21:57:35 PST 2000 State-Changed-Why: New port 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 Jan 28 22: 2:29 2000 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 4A09F16039; Fri, 28 Jan 2000 22:02:28 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA69811; Fri, 28 Jan 2000 22:02:28 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 28 Jan 2000 22:02:28 -0800 (PST) From: Message-Id: <200001290602.WAA69811@freefall.freebsd.org> To: acid@stu.cn.ua, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16248: New port: www/links - text WWW browser Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: www/links - text WWW browser State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jan 28 22:00:04 PST 2000 State-Changed-Why: New port 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 Jan 28 22: 5:50 2000 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 151F415FBE; Fri, 28 Jan 2000 22:05:43 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA70228; Fri, 28 Jan 2000 22:05:42 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 28 Jan 2000 22:05:42 -0800 (PST) From: Message-Id: <200001290605.WAA70228@freefall.freebsd.org> To: gonza@techline.ru, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15985: new port: libcgi (fix PR ports/15964) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: libcgi (fix PR ports/15964) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jan 28 22:03:40 PST 2000 State-Changed-Why: New port 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 Jan 28 22:23:41 2000 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 BEB5615ED6; Fri, 28 Jan 2000 22:23:30 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA71732; Fri, 28 Jan 2000 22:23:30 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 28 Jan 2000 22:23:30 -0800 (PST) From: Message-Id: <200001290623.WAA71732@freefall.freebsd.org> To: noodles@earth.li, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15971: New port: math/slsc the slang spreadsheet. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: math/slsc the slang spreadsheet. State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jan 28 22:22:07 PST 2000 State-Changed-Why: New port 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 Jan 28 22:30: 5 2000 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 7802214DA3 for ; Fri, 28 Jan 2000 22:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA72313; Fri, 28 Jan 2000 22:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 28 Jan 2000 22:30:03 -0800 (PST) Message-Id: <200001290630.WAA72313@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Bill Fenner Subject: Re: ports/16312: UPDATE: ports/mail/rblsmtpd MASTER_SITES Reply-To: Bill Fenner Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/16312; it has been noted by GNATS. From: Bill Fenner To: ade@freebsd.org Cc: freebsd-gnats-submit@freebsd.org, saken@hotel.rmta.org Subject: Re: ports/16312: UPDATE: ports/mail/rblsmtpd MASTER_SITES Date: Fri, 28 Jan 2000 22:28:51 -0800 Turns out the port distfile checker violates RFC 959; it sends "NLST filename" to make sure that the file exists, but NLST is specified to only work on directories. (It just happens to work on lots of ftpd's.) I modified it to use "LIST" and it works on this port now: > 949127209 ftp://koobera.math.uic.edu/www/rblsmtpd.html ok > 949127210 ftp://koobera.math.uic.edu/www/software/rblsmtpd-0.70.tar.gz ok (Let's just hope that other things didn't break...) Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jan 28 22:56:46 2000 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 515E1152B3; Fri, 28 Jan 2000 22:56:45 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA74518; Fri, 28 Jan 2000 22:56:44 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 28 Jan 2000 22:56:44 -0800 (PST) From: Message-Id: <200001290656.WAA74518@freefall.freebsd.org> To: brett@peloton.runet.edu, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16414: update of cooledit port to latest greatest version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update of cooledit port to latest greatest version State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri Jan 28 22:56:24 PST 2000 State-Changed-Why: Committed (with the addition of patch-al so it would compile), thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jan 28 23:10:30 2000 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 3503A15E86 for ; Fri, 28 Jan 2000 23:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA75534; Fri, 28 Jan 2000 23:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cornflake.nickelkid.com (cornflake.nickelkid.com [216.116.135.26]) by hub.freebsd.org (Postfix) with ESMTP id AAFA915257 for ; Fri, 28 Jan 2000 23:02:21 -0800 (PST) (envelope-from jooji@cornflake.nickelkid.com) Received: (from jooji@localhost) by cornflake.nickelkid.com (8.9.3/8.9.3) id CAA17392; Sat, 29 Jan 2000 02:02:20 -0500 (EST) (envelope-from jooji) Message-Id: <200001290702.CAA17392@cornflake.nickelkid.com> Date: Sat, 29 Jan 2000 02:02:20 -0500 (EST) From: jooji@nickelkid.com Reply-To: jooji@nickelkid.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16437: Update port: news/nn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16437 >Category: ports >Synopsis: Overhaul of the nn port: version upgrade, removed interactive build >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: Fri Jan 28 23:10:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Jasper O'Malley >Release: FreeBSD 3.4-RC i386 >Organization: Three Weirdos >Environment: >Description: >How-To-Repeat: >Fix: Removed files/s-freebsd.h Removed patches/patch-aa Removed patches/patch-af Added patches/patch-aj Added patches/patch-ak Added patches/patch-al Added patches/patch-am Added patches/patch-an Removed scripts/configure Removed scripts/ Modified others as shown in diff -ruN output below: diff -ruN nn-old/Makefile nn/Makefile --- nn-old/Makefile Tue Aug 31 06:17:03 1999 +++ nn/Makefile Sat Jan 29 01:37:42 2000 @@ -1,39 +1,30 @@ # New ports collection makefile for: nn -# Version required: 6.5.3 +# Version required: 6.5.5 # Date created: 24 September 1994 # Whom: adam # # $FreeBSD: ports/news/nn/Makefile,v 1.22 1999/08/31 06:49:35 mharo Exp $ # -DISTNAME= nn-6.5.3 +DISTNAME= nn-6.5.5 CATEGORIES= news -MASTER_SITES= ftp://ftp.visi.com/users/mtpins/ \ - ftp://maroon.webmaster.com/pub/nn/ +MASTER_SITES= ftp://ftp.visi.com/users/mtpins/ EXTRACT_SUFX= .tar.Z -MAINTAINER= ports@FreeBSD.org -MAINTAINER= jooji@webnology.com - -IS_INTERACTIVE= yes -NO_PACKAGE= posting depends on inews utility, which has poster\'s domain compiled in +MAINTAINER= jooji@nickelkid.com MAN1= nn.1 nncheck.1 nngoback.1 nngrab.1 nngrep.1 nnpost.1 \ nntidy.1 nnview.1 nnacct.1m nnadmin.1m nnstats.1m nnusage.1m MAN8= nnmaster.8 nnspew.8 pre-patch: - @${CP} ${WRKSRC}/config.h-dist ${WRKSRC}/config.h + @${CP} ${WRKSRC}/config.h-dist ${WRKSRC}/config.h.unparsed pre-build: - @${CP} ${FILESDIR}/s-freebsd.h ${WRKSRC}/conf - -pre-install: - @${MKDIR} ${PREFIX}/news - [ ! -f ${WRKDIR}/.install_inews ] || (cd ${WRKSRC}/inews; ${MAKE} all) - [ ! -f ${WRKDIR}/.install_inews ] || (cd ${WRKSRC}/inews; ${MAKE} install) + @${CAT} ${WRKSRC}/config.h.unparsed | sed -e "s#SUB_PREFIX#${PREFIX}#" \ + | sed -e "s#SUB_MANPREFIX#${MANPREFIX}#" > ${WRKSRC}/config.h post-install: - @${CP} ${WRKDIR}/nntp_server ${PREFIX}/etc/nntp_server + @PKG_PREFIX=${PREFIX} pkg/INSTALL ${DISTNAME} POST-INSTALL .include diff -ruN nn-old/files/md5 nn/files/md5 --- nn-old/files/md5 Fri Apr 16 06:35:25 1999 +++ nn/files/md5 Thu Jan 27 02:04:59 2000 @@ -1 +1 @@ -MD5 (nn-6.5.3.tar.Z) = 20d983d62b2f89deda855485405099ed +MD5 (nn-6.5.5.tar.Z) = f347700f2c916d66071dae04c1981952 diff -ruN nn-old/files/s-freebsd.h nn/files/s-freebsd.h --- nn-old/files/s-freebsd.h Fri Apr 14 23:11:51 1995 +++ nn/files/s-freebsd.h Wed Dec 31 19:00:00 1969 @@ -1,159 +0,0 @@ -/* - * This version is for FreeBSD 2.1 - * Done by "Andrey A. Chernov" - */ - - -/* - * Include header files containing the following definitions: - * - * off_t, time_t, struct stat - */ - -#include -#include /* for S_IFREG */ -#include /* for O_RDONLY */ - -#define HAVE_STDLIB_H -#define HAVE_STRING_H -#define HAVE_UNISTD_H -#define HAVE_FCNTL_H - -#define HAVE_TERMIOS - -/* - * Define if your system has system V like ioctls - */ - -#undef HAVE_TERMIO /* */ - -/* - * Define to use terminfo database. - * Otherwise, termcap is used - */ - -#undef USE_TERMINFO /* */ - -/* - * Specify the library (or libraries) containing the termcap/terminfo - * routines. - * - * Notice: nn only uses the low-level terminal access routines - * (i.e. it does not use curses). - */ - -#define TERMLIB -ltermcap - -/* - * Define HAVE_STRCHR if strchr() and strrchr() are available - */ - -#define HAVE_STRCHR /* */ - -/* - * Define if a signal handler has type void (see signal.h) - */ - -#define SIGNAL_HANDLERS_ARE_VOID /* */ - -/* - * Define HAVE_UALARM if your system has a 4.3 BSD like ualarm() call. - * Else define MICRO_ALARM(n) to timeout in n/10 seconds if possible. - * Don't define either if system only has the standard alarm() call. - */ - -#define HAVE_UALARM /* */ - - -/* - * Define if your system has BSD like job control (SIGTSTP works) - */ - -#define HAVE_JOBCONTROL /* */ - - -/* - * Define if your system has a 4.3BSD like syslog library. - */ - -#define HAVE_SYSLOG - -/* - * Define if your system provides the "directory(3X)" access routines - * - * If true, include the header file(s) required by the package below - * (remember that or equivalent is included above) - * Also typedef Direntry to the proper struct type. - */ - -#define HAVE_DIRECTORY /* */ - -#include /* POSIX */ - -typedef struct dirent Direntry; /* POSIX */ - -/* - * Define if your system has a mkdir() library routine - */ - -#define HAVE_MKDIR /* */ - -/* - * Pick one: - * Define HAVE_GETHOSTNAME if you have a BSD like gethostname routine. - * Define HAVE_UNAME if a system V compatible uname() is available. - * Define HOSTNAME_FILE "...." to a file containing the hostname. - * Define HOSTNAME_WHOAMI if sysname is defined in . - * - * As a final resort, define HOSTNAME to the name of your system - * (in config.h). - */ - -#define HAVE_GETHOSTNAME /* BSD systems */ - -/* - * Define HAVE_MULTIGROUP if system has simultaneous multiple group - * membership capability (BSD style). - * Also define NGROUPS or include the proper .h file if NGROUPS is - * not defined in . - * Also define GIDSET_TYPE to the type of the elements in the array - * initialized by getgroups() if different from "int" (many systems - * have a gid_t, but very few use it for getgroups()). - */ - -#define HAVE_MULTIGROUP /* BSD */ -#define GIDSET_TYPE gid_t - -/* - * Define DETATCH_TERMINAL to be a command sequence which - * will detatch a process from the control terminal - * Also include system files needed to perform this HERE. - * If not possible, just define it (empty) - */ - -#define DETATCH_TERMINAL setsid(); - -/* - * Specify where the Bourne Shell is. - */ - -#define SHELL "/bin/sh" - -/* - * Specify the default mailer to be invoked by nnmail - */ - -#define MAILX "/usr/bin/mail" /* */ - -/* - * Define the maximum length of any pathname that may occur - */ - -#define FILENAME 256 - -#define RESIZING - -#define HAVE_8BIT_CTYPE - -#define HAVE_WORKING_COLLATE - diff -ruN nn-old/patches/patch-aa nn/patches/patch-aa --- nn-old/patches/patch-aa Fri Apr 16 06:35:25 1999 +++ nn/patches/patch-aa Wed Dec 31 19:00:00 1969 @@ -1,14 +0,0 @@ ---- nntp.c.orig Tue Jul 14 07:21:36 1998 -+++ nntp.c Fri Apr 16 01:30:09 1999 -@@ -88,9 +88,11 @@ - - import int sys_nerr; - #ifndef __NetBSD__ -+#ifndef __FreeBSD__ - #ifndef __linux__ - import char *sys_errlist[]; - #endif /* __linux__ */ -+#endif /* __FreeBSD__ */ - #endif /* __NetBSD__ */ - extern void nn_exitmsg(); - extern void sys_error(); diff -ruN nn-old/patches/patch-ab nn/patches/patch-ab --- nn-old/patches/patch-ab Fri Apr 16 06:35:25 1999 +++ nn/patches/patch-ab Thu Jan 27 02:05:30 2000 @@ -1,10 +1,10 @@ ---- chset.c.orig Fri Apr 28 22:34:04 1995 -+++ chset.c Fri Apr 16 01:30:09 1999 +--- chset.c.orig Tue Jan 25 09:33:52 2000 ++++ chset.c Tue Jan 25 09:34:51 2000 @@ -18,6 +18,7 @@ "iso-8859-7", 8, "iso-8859-8", 8, "iso-8859-9", 8, -+ "koi8-r", 8, ++ "koi8-r", 8, "unknown", 0, NULL, 0, }; diff -ruN nn-old/patches/patch-ac nn/patches/patch-ac --- nn-old/patches/patch-ac Fri Apr 16 04:52:25 1999 +++ nn/patches/patch-ac Thu Jan 27 02:38:36 2000 @@ -1,5 +1,5 @@ ---- inst.sh.orig Fri Apr 28 22:34:49 1995 -+++ inst.sh Fri Apr 16 01:30:09 1999 +--- inst.sh.orig Thu Jan 27 02:36:07 2000 ++++ inst.sh Thu Jan 27 02:29:51 2000 @@ -1,8 +1,8 @@ # (Large) prefix inserted above by Make @@ -20,3 +20,35 @@ ( if $NNTP +@@ -89,8 +89,8 @@ + if [ -s ErrorCheck ] + then + cat ErrorCheck +- echo "Hit return to continue" +- read X ++# echo "Hit return to continue" ++# read X + fi + rm -f ErrorCheck + +@@ -188,7 +188,7 @@ + OPT=master + ;; + n) +- OPT="bin aux help online man" ++ OPT="bin aux help online man inews" + ;; + 2|c) + OPT=bin +@@ -357,6 +357,11 @@ + fi + done + ;; ++ ++inews) ++ cd inews/ && make install || exit 1 ++ ;; ++ + + online) + ./inst mkdir $HELP 755 || exit 1 diff -ruN nn-old/patches/patch-ae nn/patches/patch-ae --- nn-old/patches/patch-ae Fri Apr 16 04:52:25 1999 +++ nn/patches/patch-ae Thu Jan 27 02:09:13 2000 @@ -1,28 +1,29 @@ ---- config.h.orig Fri Apr 16 01:30:09 1999 -+++ config.h Fri Apr 16 01:30:09 1999 +--- config.h.unparsed.orig Wed Jan 26 23:16:25 2000 ++++ config.h.unparsed Thu Jan 27 01:23:30 2000 @@ -51,10 +51,10 @@ - #define DO_NOV_DIGEST /* */ + #define DO_NOV_DIGEST /* Optional */ --/* #define NOV_DIRECTORY "/usr/spool/news" /* */ -+#define NOV_DIRECTORY "/var/news/over.view" /* */ +-/* #define NOV_DIRECTORY "/usr/spool/news" */ ++#define NOV_DIRECTORY "/var/news/over.view" /* Optional */ --/* #define NOV_FILENAME ".overview" /* */ -+#define NOV_FILENAME ".overview" /* */ +-/* #define NOV_FILENAME ".overview" */ ++#define NOV_FILENAME ".overview" /*********************** NETWORK DEPENDENT DEFINITIONS ********************** -@@ -107,7 +107,7 @@ +@@ -107,7 +107,8 @@ * NOTE: If you plan to use the included inews, it MUST be a full pathname */ --#define NNTP_SERVER "/usr/lib/nntp_server" /* */ -+#define NNTP_SERVER "/usr/local/etc/nntp_server" /* */ +-#define NNTP_SERVER "/usr/local/lib/nntp_server" ++#define NNTP_SERVER "SUB_PREFIX/etc/nntp_server" ++#define NNTP_DOMAIN "SUB_PREFIX/etc/nntp_domain" /* * Define NNTP_POST if you want nn to reject attempts to post via -@@ -149,7 +149,7 @@ +@@ -149,7 +150,7 @@ * conf/s-template.h as a starting point for writing you own. */ @@ -31,7 +32,7 @@ /* * Define DEFAULT_PAGER as the initial value of the 'pager' variable. -@@ -210,7 +210,7 @@ +@@ -210,7 +211,7 @@ * conf/m-template.h as a starting point for writing you own. */ @@ -40,76 +41,82 @@ /***************************** OWNERSHIP *************************** -@@ -263,7 +263,7 @@ +@@ -261,9 +262,9 @@ + * (= LIB_DIRECTORY/Log if undefined). + */ - #define BIN_DIRECTORY "/usr/local/bin" - #define LIB_DIRECTORY "/usr/local/lib/nn" +-#define BIN_DIRECTORY "/usr/local/bin" +-#define LIB_DIRECTORY "/usr/local/lib/nn" - -+#define TMP_DIRECTORY "/var/tmp" ++#define BIN_DIRECTORY "SUB_PREFIX/bin" ++#define LIB_DIRECTORY "SUB_PREFIX/lib/nn" ++#define TMP_DIRECTORY "/var/tmp" /**************************** DATABASE LOCATION ************************** * -@@ -294,7 +294,7 @@ +@@ -294,7 +295,7 @@ * (The file system must support long file names!!) */ --/* #define DB_DIRECTORY "/usr/spool/nn" /* */ -+#define DB_DIRECTORY "/var/spool/nn" /* */ +-/* #define DB_DIRECTORY "/usr/spool/nn" */ ++#define DB_DIRECTORY "/var/spool/nn" /*************************** NEWS TRANSPORT ************************** -@@ -316,8 +316,8 @@ +@@ -316,9 +317,9 @@ * Default: NEWS_LIB_DIR/{rm,del}group */ --/* #define NEWS_DIRECTORY "/usr/spool/news" /* */ --/* #define NEWS_LIB_DIRECTORY "/usr/lib/news" /* */ -+#define NEWS_DIRECTORY "/var/news" /* */ -+#define NEWS_LIB_DIRECTORY "/usr/local/news/lib" /* */ - /* #define INEWS_PATH "/usr/lib/news/inews" /* */ +-/* #define NEWS_DIRECTORY "/usr/spool/news" */ +-/* #define NEWS_LIB_DIRECTORY "/usr/lib/news" */ +-/* #define INEWS_PATH "/usr/lib/news/inews" */ ++#define NEWS_DIRECTORY "/var/news" ++#define NEWS_LIB_DIRECTORY "SUB_PREFIX/news/lib" ++#define INEWS_PATH "SUB_PREFIX/bin/nn-inews" -@@ -341,7 +341,7 @@ + /* +@@ -341,7 +342,7 @@ */ - /* #define REC_MAIL "/usr/lib/news/recmail" /* non-sendmail */ + /* #define REC_MAIL "/usr/lib/news/recmail" */ /* non-sendmail */ -#define REC_MAIL "/usr/lib/sendmail -t" /* sendmail */ +#define REC_MAIL "/usr/sbin/sendmail -t" /* sendmail */ /* -@@ -403,13 +403,13 @@ +@@ -403,13 +404,13 @@ * DAEMON_MAN - nnmaster */ --#define USER_MAN_DIR "/usr/man/man1" -+#define USER_MAN_DIR "/usr/local/man/man1" +-#define USER_MAN_DIR "/usr/local/man/man1" ++#define USER_MAN_DIR "SUB_MANPREFIX/man/man1" #define USER_MAN_SECTION "1" --#define SYS_MAN_DIR "/usr/man/man1" -+#define SYS_MAN_DIR "/usr/local/man/man1" +-#define SYS_MAN_DIR "/usr/local/man/man1" ++#define SYS_MAN_DIR "SUB_MANPREFIX/man/man1" #define SYS_MAN_SECTION "1m" --#define DAEMON_MAN_DIR "/usr/man/man8" -+#define DAEMON_MAN_DIR "/usr/local/man/man8" +-#define DAEMON_MAN_DIR "/usr/local/man/man8" ++#define DAEMON_MAN_DIR "SUB_MANPREFIX/man/man8" #define DAEMON_MAN_SECTION "8" -@@ -469,7 +469,7 @@ +@@ -469,7 +470,7 @@ * was accepted, whereas with INN, it only takes seconds. */ -#define INEWS_IS_FAST /* comment out for C-News */ -+/*#define INEWS_IS_FAST*/ /* comment out for C-News */ ++/* #define INEWS_IS_FAST /* comment out for C-News */ /* * Synchronous posting: If set this will cause NN to wait until a -@@ -481,7 +481,7 @@ +@@ -481,7 +482,7 @@ * via some sort of NNTP. */ -#define SYNCHRONOUS_POSTING /* comment out for C-News */ -+/*#define SYNCHRONOUS_POSTING /* comment out for C-News */ ++/* #define SYNCHRONOUS_POSTING /* comment out for C-News */ /* * PUT_TIMESTAMP_IN_SCRIPTS diff -ruN nn-old/patches/patch-af nn/patches/patch-af --- nn-old/patches/patch-af Fri Apr 16 04:52:25 1999 +++ nn/patches/patch-af Wed Dec 31 19:00:00 1969 @@ -1,11 +0,0 @@ ---- libnov.c.orig Wed Jul 15 13:40:57 1998 -+++ libnov.c Fri Apr 16 01:30:09 1999 -@@ -323,7 +323,7 @@ - if (gp->g_dir == NULL && gp->g_stream == NULL) - return 0; - if (gp->g_stream == NULL) { -- line = str3save(gp->g_dir, "/", "overviewfiles"); -+ line = str3save(gp->g_dir, "/", overviewfiles); - if (line == NULL) - return 0; - gp->g_stream = fopen(line, "r"); diff -ruN nn-old/patches/patch-ag nn/patches/patch-ag --- nn-old/patches/patch-ag Fri Apr 16 04:52:25 1999 +++ nn/patches/patch-ag Thu Jan 27 02:05:30 2000 @@ -1,16 +1,12 @@ ---- Makefile.orig Mon Aug 19 17:28:12 1996 -+++ Makefile Fri Apr 16 01:28:02 1999 -@@ -19,15 +19,15 @@ - # Use /lib/cpp or /usr/ccs/lib/cpp for CPP on Solaris or SVR4 machines. - +--- Makefile.orig Sat Jun 5 00:07:14 1999 ++++ Makefile Thu Jan 27 01:56:38 2000 +@@ -21,13 +21,13 @@ CC = cc --#CPP = $(CC) -E --CPP = /lib/cpp + CPP = $(CC) -E + #CPP = /lib/cpp -#CFLAGS = -O2 # -g # -I/usr/local/lib/malloc-debug -DMALLOC_FUNC_CHECK -CFLAGS = -O -+CPP = $(CC) -E -+#CPP = /lib/cpp -+CFLAGS += -O2 # -g # -I/usr/local/lib/malloc-debug -DMALLOC_FUNC_CHECK ++CFLAGS = -O2 # -g # -I/usr/local/lib/malloc-debug -DMALLOC_FUNC_CHECK +#CFLAGS = -O #-Wall -Wcomment \ #-Wtraditional -Wshadow \ @@ -21,7 +17,16 @@ MAKE = make -@@ -97,3 +97,5 @@ +@@ -36,6 +36,8 @@ + all: ymakefile + $(MAKE) $(MFLAGS) -f ymakefile all + ++inews: ymakefile ++ $(MAKE) $(MFLAGS) -f ymakefile inews + touch: ymakefile + $(MAKE) -f ymakefile -t all + +@@ -97,3 +99,5 @@ man/nn.1.D: man/nn.1 sh SPLITNN1 diff -ruN nn-old/patches/patch-ai nn/patches/patch-ai --- nn-old/patches/patch-ai Sun May 2 22:31:56 1999 +++ nn/patches/patch-ai Sat Jan 29 01:27:16 2000 @@ -1,13 +1,8 @@ -*** inews/version.c Sun Jan 24 23:44:03 1999 ---- inews/version.c.new Sun Jan 24 23:44:36 1999 -*************** -*** 2,5 **** - * Provide the version number of this release. - */ - -! char nntp_version[] = "1.5.8 (11 March 90)"; ---- 2,5 ---- - * Provide the version number of this release. - */ - -! char nntp_version[] = "1.5.8.MINI (MINI-INEWS)"; +--- inews/version.c.orig Sat Apr 29 01:34:47 1995 ++++ inews/version.c Fri Jan 28 15:53:13 2000 +@@ -2,4 +2,4 @@ + * Provide the version number of this release. + */ + +-char nntp_version[] = "1.5.8 (11 March 90)"; ++char nntp_version[] = "1.5.8.MINI (MINI-INEWS)"; diff -ruN nn-old/patches/patch-aj nn/patches/patch-aj --- nn-old/patches/patch-aj Wed Dec 31 19:00:00 1969 +++ nn/patches/patch-aj Thu Jan 27 02:05:30 2000 @@ -0,0 +1,27 @@ +--- xmakefile.orig Wed Jan 26 12:30:07 2000 ++++ xmakefile Wed Jan 26 12:47:18 2000 +@@ -103,12 +103,15 @@ + MAIL = nnmail.o reroute.o hostname.o global.o options.o + + +-all: $(BIN_PROG) $(LIB_PROG) $(MASTER_PROG) inst ++all: $(BIN_PROG) $(LIB_PROG) $(MASTER_PROG) inst inews + + client: $(BIN_PROG) $(LIB_PROG) inst + + master: $(MASTER_PROG) inst + ++inews:: ++ @cd inews && $(MAKE) all ++ + nn: PARALLEL $(NN) $(NOVOBJ) + @echo linking nn + @$(CC) -o nn $(CFLAGS) $(NN) $(NOVOBJ) $(LDFLAGS) TERMLIB NNTP_EXTRA_LIB +@@ -195,6 +198,7 @@ + rm -f $(BIN_PROG) $(LIB_PROG) $(MASTER_PROG) cvt-help usercheck + rm -f prefix mkprefix inst + rm -f man/nn.1 man/nn.1~ ++ cd inews && $(MAKE) clean + + * + * dependencies diff -ruN nn-old/patches/patch-ak nn/patches/patch-ak --- nn-old/patches/patch-ak Wed Dec 31 19:00:00 1969 +++ nn/patches/patch-ak Fri Jan 28 15:51:30 2000 @@ -0,0 +1,27 @@ +--- inews/conf.h.orig Sat Apr 29 01:34:46 1995 ++++ inews/conf.h Fri Jan 28 15:04:03 2000 +@@ -30,6 +30,7 @@ + #define NNINEWSCONF_H + + #include "config.h" ++#include + + #ifndef NNTP + /* WHY DO YOU WANT TO MAKE MINI-INEWS WHEN YOU DONT USE NNTP */ +@@ -59,7 +60,7 @@ + * DOMAIN as defined above). If you don't want this, comment it out. + */ + +-#define HIDDENNET ++/* #define HIDDENNET */ + + /* + * There are a number of ways that inews will try to figure out the +@@ -92,6 +93,7 @@ + */ + + #define SERVER_FILE NNTP_SERVER ++#define DOMAIN_FILE NNTP_DOMAIN + + /* + * Reverse engineering (nn got this the other way around).... diff -ruN nn-old/patches/patch-al nn/patches/patch-al --- nn-old/patches/patch-al Wed Dec 31 19:00:00 1969 +++ nn/patches/patch-al Fri Jan 28 14:46:51 2000 @@ -0,0 +1,39 @@ +--- inews/inews.c.orig Tue Jan 25 13:42:08 2000 ++++ inews/inews.c Wed Jan 26 11:16:19 2000 +@@ -32,7 +32,7 @@ + + extern FILE *ser_wr_fp; + +-char host_name[256]; ++char host_name[MAXHOSTNAMELEN]; + + main(argc, argv) + int argc; +@@ -248,6 +248,8 @@ + char *cp; + struct passwd *passwd; + char *index(), *getenv(); ++ char *getdomainbyfile(); ++ char *domain; + + passwd = getpwuid(getuid()); + +@@ -279,9 +281,15 @@ + DOMAIN); + #endif /* HIDDENNET */ + #else +- fprintf(ser_wr_fp, "From: %s@%s (", +- passwd->pw_name, +- host_name); ++ domain = getdomainbyfile(DOMAIN_FILE); ++ if (domain == NULL) ++ fprintf(ser_wr_fp, "From: %s@%s (", ++ passwd->pw_name, ++ host_name); ++ else ++ fprintf(ser_wr_fp, "From: %s@%s (", ++ passwd->pw_name, ++ domain); + #endif + + for (cp = full_name; *cp != '\0'; ++cp) diff -ruN nn-old/patches/patch-am nn/patches/patch-am --- nn-old/patches/patch-am Wed Dec 31 19:00:00 1969 +++ nn/patches/patch-am Fri Jan 28 14:47:07 2000 @@ -0,0 +1,10 @@ +--- inews/clientlib.h.orig Wed Jan 26 10:50:26 2000 ++++ inews/clientlib.h Wed Jan 26 10:50:44 2000 +@@ -5,6 +5,7 @@ + */ + + extern char *getserverbyfile(); ++extern char *getdomainbyfile(); + extern int server_init(); + extern void put_server(); + extern int get_server(); diff -ruN nn-old/patches/patch-an nn/patches/patch-an --- nn-old/patches/patch-an Wed Dec 31 19:00:00 1969 +++ nn/patches/patch-an Fri Jan 28 14:47:20 2000 @@ -0,0 +1,69 @@ +--- inews/clientlib.c.orig Wed Jan 26 10:17:34 2000 ++++ inews/clientlib.c Wed Jan 26 10:37:27 2000 +@@ -76,7 +76,7 @@ + { + register FILE *fp; + register char *cp; +- static char buf[256]; ++ static char buf[MAXHOSTNAMELEN]; + char *index(); + char *getenv(); + char *strcpy(); +@@ -107,6 +107,48 @@ + return (NULL); /* No entry */ + } + ++/* ++ * getdomainbyfile Get the domain name for posting from a named file. ++ * Handle blank lines and comments. ++ * ++ * Parameters: "file" is the name of the file to read. ++ * ++ * Returns: Pointer to static data area containing the ++ * first non-blank/comment line in the file. ++ * NULL on error (or lack of entry in file). ++ * ++ * Side effects: None. ++ */ ++ ++char * ++getdomainbyfile(file) ++char *file; ++{ ++ register FILE *fp; ++ register char *cp; ++ static char buf[MAXHOSTNAMELEN]; ++ char *index(); ++ ++ if (file == NULL) ++ return (NULL); ++ ++ fp = fopen(file, "r"); ++ if (fp == NULL) ++ return (NULL); ++ ++ while (fgets(buf, sizeof (buf), fp) != NULL) { ++ if (*buf == '\n' || *buf == '#') ++ continue; ++ cp = index(buf, '\n'); ++ if (cp) ++ *cp = '\0'; ++ (void) fclose(fp); ++ return (buf); ++ } ++ ++ (void) fclose(fp); ++ return (NULL); ++} + + /* + * server_init Get a connection to the remote news server. +@@ -211,7 +253,7 @@ + static struct hostent def; + static struct in_addr defaddr; + static char *alist[1]; +- static char namebuf[ 256 ]; ++ static char namebuf[MAXHOSTNAMELEN]; + defaddr.s_addr = inet_addr( machine ); + if( defaddr.s_addr != -1 ) { + strcpy( namebuf, machine ); diff -ruN nn-old/pkg/DESCR nn/pkg/DESCR --- nn-old/pkg/DESCR Mon May 3 06:40:44 1999 +++ nn/pkg/DESCR Thu Jan 27 02:02:44 2000 @@ -1,4 +1,4 @@ No News is good news. This version of nn has NOV support. - Jasper O'Malley - jooji@webnology.com + jooji@nickelkid.com diff -ruN nn-old/pkg/INSTALL nn/pkg/INSTALL --- nn-old/pkg/INSTALL Wed Dec 31 19:00:00 1969 +++ nn/pkg/INSTALL Thu Jan 27 02:47:14 2000 @@ -0,0 +1,60 @@ +#!/bin/sh + +if [ "x$2" != "xPOST-INSTALL" ]; then + exit +fi + +cat << xxENDxx +******************************************************************* +You have just installed the $1 package + +Please set your NNTP server address or hostname in the file: + +xxENDxx + +echo "${PKG_PREFIX}/etc/nntp_server" +echo "" + +cat << xxENDxx +If desired, please set your domain name for From: addresses when +posting in the file (default is to use your hostname): + +xxENDxx + +echo "${PKG_PREFIX}/etc/nntp_domain" +echo "" + +cat << xxENDxx +******************************************************************* +xxENDxx + +if [ ! -f ${PKG_PREFIX}/etc/nntp_server ]; then + cat << xxENDxx > ${PKG_PREFIX}/etc/nntp_server +# nntp_server: Configuration file for NN newsreader +# +# Set your NNTP server address or hostname in this file. +# +# If this file is left blank, NN will use the server set in the +# NNTP_SERVER environment variable. +# +# news.myisp.com +xxENDxx +fi + +if [ ! -f ${PKG_PREFIX}/etc/nntp_domain ]; then + cat << xxENDxx > ${PKG_PREFIX}/etc/nntp_domain +# nntp_domain: Configuration file for NN newsreader +# +# Set the default domain name portion of user e-mail addresses as you +# would like them to appear in the From: line of articles posted +# with NN. +# +# For example, setting the name to foobar.com in this file will cause +# the From: line for joeuser to look like something like this: +# +# From: joeuser@foobar.com (Joe User) +# +# If this file is left blank, NN will use the hostname of this +# computer as the From: domain name. +xxENDxx +fi diff -ruN nn-old/pkg/PLIST nn/pkg/PLIST --- nn-old/pkg/PLIST Mon May 3 06:40:44 1999 +++ nn/pkg/PLIST Thu Jan 27 02:03:22 2000 @@ -10,6 +10,7 @@ bin/nntidy bin/nnusage bin/nnview +bin/nn-inews lib/nn/aux lib/nn/conf lib/nn/help/Manual @@ -33,4 +34,3 @@ lib/nn/upgrade_rc @dirrm lib/nn/help @dirrm lib/nn -@unexec echo "Be sure to remove %D/news/lib/inews if you no longer need it." diff -ruN nn-old/scripts/configure nn/scripts/configure --- nn-old/scripts/configure Sun May 2 22:32:05 1999 +++ nn/scripts/configure Wed Dec 31 19:00:00 1969 @@ -1,168 +0,0 @@ -#!/bin/sh -# -# Configure script for FreeBSD port of NN-6.5.3 -# -# Comments to Jasper O'Malley -# - -cd ${WRKSRC}/inews - -if [ ! -f conf.h.dist ]; then - if [ ! -f conf.h ]; then - echo "Can't find the file ${WRKSRC}/inews/conf.h" - echo "Do a \"make clean\" and try making the NN port again." - exit 1 - else - mv -f conf.h conf.h.dist - fi -fi - -while : -do - read -p"Enter hostname or IP address of your news server: " news_server - if [ -z $news_server ]; then - echo "You must supply a hostname or IP address. Try again." - echo "" - break - else - while : - do - echo "" - echo "You entered: ${news_server}" - echo "" - read -p"Is this what you wanted? [y/N] " yesno - if [ -z $yesno ]; then - yesno="N" - break - elif [ "$yesno" = "Y" -o "$yesno" = "y" -o "$yesno" = "n" -o "$yesno" = "N" ]; then - break - else - echo "Please enter Y or N." - echo "" - fi - done - echo "" - if [ "$yesno" = "y" -o "$yesno" = "Y" ]; then - echo "\"${news_server}\" it is." - echo "" - break - fi - fi -done - -echo "${news_server}" > ${WRKDIR}/nntp_server - -cat << xxENDxx -NN requires a utility called INEWS to post news to an NNTP server. -INEWS is distributed with a variety of software packages, including the -INN news server. - -A minimal version of INEWS--dubbed Mini-INEWS--is included with this -distribution of NN. Mini-INEWS has the poster's e-mail "From:" domain -(the bit that appears after the @ symbol) hardcoded into the utility. -The configuration program running now is used to set that domain. - -xxENDxx - -if [ -r ${PREFIX}/news/lib/inews ]; then - strings ${PREFIX}/news/lib/inews | grep -q MINI-INEWS - if [ $? -eq 1 ]; then - cat << xxENDxx -However, a version of INEWS that may or may not be Mini-INEWS has been detected -on your system, in location "${PREFIX}/news/lib/inews". - -Because you already have a version of INEWS, you probably do not need to -install Mini-INEWS at this time. However, if you want to make changes to a -previous Mini-INEWS installation, you will need to overwrite the existing -version. In addition, installing Mini-INEWS now will allow future installations -of NN to detect that the Mini-INEWS client is installed. - -xxENDxx - while : - do - read -p"Do you wish to install Mini-INEWS and overwrite ${PREFIX}/news/lib/inews? " yesno - if [ "$yesno" = "y" -o "$yesno" = "Y" -o "$yesno" = "n" -o "$yesno" = "N" ]; then - break - else - echo "Please enter Y or N." - echo "" - fi - done - if [ "$yesno" = "N" -o "$yesno" = "n" ]; then - echo "Mini-INEWS will not be installed. If you wish to install Mini-INEWS" - echo "at a later time, reinstall the NN port." - rm -f ${WRKDIR}/.install_inews - exit 0 - else - echo "" - fi - else - echo "You have what appears to be a version of Mini-INEWS installed on" - echo "your system, in location \"${PREFIX}/news/lib/inews\"." - echo "" - while : - do - read -p"Do you wish to reinstall Mini-INEWS with new settings? " yesno - if [ "$yesno" = "y" -o "$yesno" = "Y" -o "$yesno" = "n" -o "$yesno" = "N" ]; then - break - else - echo "Please enter Y or N." - echo "" - fi - done - if [ "$yesno" = "Y" -o "$yesno" = "y" ]; then - echo "" - else - echo "Mini-INEWS will not be installed." - rm -f ${WRKDIR}/.install_inews - echo "" - exit 0 - fi - fi -fi - -defdomain=`hostname | sed -e 's/^[^.]*\.//' | sed -e 's/^[^.]*$//` - -while : -do - echo "What do you want to appear after the @ symbol in the From:" - echo "header in Usenet articles posted by your users with NN?" - echo "" - read -p"[default: ${defdomain:-(none)}]: " domain - if [ -z ${domain:=${defdomain}} ]; then - echo "" - echo "You must supply a value. Try again." - echo "" - elif [ `echo ${domain} | grep -c '\.'` -eq 0 ]; then - echo "" - echo "You cannot supply a local hostname (i.e. the hostname must contain a . character)" - echo "" - else - while : - do - echo "" - echo "You entered: ${domain}" - echo "Example header: From: user@${domain}" - echo "" - read -p"Is this what you wanted? [y/N] " yesno - if [ -z $yesno ]; then - yesno="N" - break - elif [ "$yesno" = "y" -o "$yesno" = "Y" -o "$yesno" = "n" -o "$yesno" = "N" ]; then - break - else - echo "Please enter Y or N." - echo "" - fi - done - echo "" - if [ "$yesno" = "y" -o "$yesno" = "Y" ]; then - echo "\"${domain}\" it is." - break - fi - fi -done - -cat conf.h.dist | sed -e '/\/\* #define.*DOMAIN/c\' -e"#define DOMAIN \"${domain}\"" > conf.h -touch ${WRKDIR}/.install_inews -echo "" >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 Jan 28 23:15:38 2000 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 D7D8D15F4C; Fri, 28 Jan 2000 23:15:27 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA75966; Fri, 28 Jan 2000 23:15:27 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 28 Jan 2000 23:15:27 -0800 (PST) From: Message-Id: <200001290715.XAA75966@freefall.freebsd.org> To: andrews@technologist.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15804: New port: www/fhttpd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: www/fhttpd State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jan 28 23:15:15 PST 2000 State-Changed-Why: New port 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 Jan 28 23:58:49 2000 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 6960F14D15; Fri, 28 Jan 2000 23:58:32 -0800 (PST) (envelope-from reg@FreeBSD.org) Received: (from reg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA79449; Fri, 28 Jan 2000 23:58:32 -0800 (PST) (envelope-from reg@FreeBSD.org) Date: Fri, 28 Jan 2000 23:58:32 -0800 (PST) From: Message-Id: <200001290758.XAA79449@freefall.freebsd.org> To: maurice@atum.castro.aus.net, reg@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15181: New port: comms/plp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: comms/plp State-Changed-From-To: open->closed State-Changed-By: reg State-Changed-When: Fri Jan 28 23:57:09 PST 2000 State-Changed-Why: Port committed (with modifications discussed with submitter). Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 2:43:28 2000 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 718) id 5FAEA14A17; Sat, 29 Jan 2000 02:43:26 -0800 (PST) To: Mario_Hoerich@t-online.de, jasone@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG From: jasone@FreeBSD.ORG Subject: Re: ports/16322 Message-Id: <20000129104326.5FAEA14A17@hub.freebsd.org> Date: Sat, 29 Jan 2000 02:43:26 -0800 (PST) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Python-1.5.2 locks up in _thread_kern_sched_state_unlock() State-Changed-From-To: open->closed State-Changed-By: jasone State-Changed-When: Sat Jan 29 02:41:33 PST 2000 State-Changed-Why: This PR reports the same problem as kern/14685, which has been closed, since the problem has been fixed on -current. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 5:26:58 2000 Delivered-To: freebsd-ports@freebsd.org Received: from kfug.kr.freebsd.org (bolero.snu.ac.kr [147.46.102.39]) by hub.freebsd.org (Postfix) with ESMTP id CF490162E1; Sat, 29 Jan 2000 05:19:07 -0800 (PST) (envelope-from cjh@kr.FreeBSD.ORG) Received: (from cjh@localhost) by kfug.kr.freebsd.org (8.8.8/8.8.8) id WAA23531; Sat, 29 Jan 2000 22:19:19 +0900 (KST) (envelope-from cjh) Date: Sat, 29 Jan 2000 22:19:19 +0900 (KST) From: CHOI Junho Message-Id: <200001291319.WAA23531@kfug.kr.freebsd.org> To: freebsd-ports@FreeBSD.ORG Subject: Re: ports/16375: Ports fix: print/transfig Cc: taoka@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-Mailer: Gnus v5.7/Emacs 20.5 Lines: 196 >>>>> "T" == writes: T> Synopsis: Ports fix: print/transfig T> State-Changed-From-To: open->closed T> State-Changed-By: taoka T> State-Changed-When: Wed Jan 26 17:13:11 PST 2000 T> State-Changed-Why: T> If a update-patch in ports/16381 is committed then this patch is not T> needed. I've tested new xfig/transfig. It looks good. To fully enable Korean facility of new xfig/transfig, korean/munhwafonts-cid and korean/ftghostscript5 should be updated. I'll post korean/ftghostscript5 patches here, and send-pr munhwafonts-cid diffs. korean/ftghostscript5: Please look at ports/16368 also. --- ../ft.old/patches/patch-ab Sat Sep 4 02:52:38 1999 +++ patches/patch-ab Thu Jan 27 21:59:12 2000 @@ -1,6 +1,15 @@ ---- gs_init.ps.orig Wed Jun 30 17:46:34 1999 -+++ gs_init.ps Wed Jun 30 20:18:15 1999 -@@ -68,7 +68,7 @@ +--- g.ps Thu Jan 27 21:57:43 2000 ++++ gs_init.ps Thu Jan 27 21:58:42 2000 +@@ -20,6 +20,8 @@ + % the GNU Project. GNU Ghostscript, as distributed by Aladdin Enterprises, + % does not depend on any other GNU software. + ++% Akira Tanaka modified for gs4.03/VFlib support. 1996/10/17 ++ + % Initialization file for the interpreter. + % When this is run, systemdict is still writable. + +@@ -71,7 +73,7 @@ systemdict /.languagelevel known not { /.languagelevel 1 def } if % Optionally choose a default paper size other than U.S. letter. @@ -9,7 +18,28 @@ % Turn on array packing for the rest of initialization. true setpacking -@@ -1465,3 +1465,20 @@ +@@ -121,6 +123,7 @@ + currentdict /NOFONTMAP known /NOFONTMAP exch def + currentdict /NOFONTPATH known /NOFONTPATH exch def + currentdict /NOGC known /NOGC exch def ++currentdict /NOKANJI known /NOKANJI exch def + currentdict /NOPAUSE known /NOPAUSE exch def + currentdict /NOPLATFONTS known /NOPLATFONTS exch def + currentdict /NOPROMPT known /NOPROMPT exch def +@@ -1434,6 +1437,12 @@ + % procedures are writable. + false setpacking + ++% Load the kanji font environment. ++NOKANJI not { ++ (metrics2.ps) runlibfile ++ (kinit.ps) runlibfile ++} if ++ + % Close up systemdict. + currentdict /.forceput .undef % remove temptation + currentdict /filterdict .undef % bound in where needed +@@ -1461,3 +1470,24 @@ (END GC) VMDEBUG % The interpreter will run the initial procedure (start). @@ -22,11 +52,15 @@ +% It should be in Fontmap, but to avoid loading two or more time. +% (it can stop the interpreter - /rangecheck error) +% -+QUIET not { (Loading CID(Korean) Fonts: ) print } if ++QUIET not { (Initializing Korean CID fonts: ) print } if +% font loading start +(Munhwa-Regular-KSC-EUC-H.gsf) runlibfile +QUIET not { (Munhwa-Regular-KSC-EUC-H ) print } if ++(Munhwa-Bold-KSC-EUC-H.gsf) runlibfile ++QUIET not { (Munhwa-Bold-KSC-EUC-H ) print } if +(MunhwaGothic-Regular-KSC-EUC-H.gsf) runlibfile +QUIET not { (MunhwaGothic-Regular-KSC-EUC-H ) print } if ++(MunhwaGothic-Bold-KSC-EUC-H.gsf) runlibfile ++QUIET not { (MunhwaGothic-Bold-KSC-EUC-H ) print } if +% end of font loading +QUIET not { (\n) print } if korean/munhwafonts-cid: diff -x *~ -uNr /usr/ports/korean/munhwafonts-cid/Makefile munhwafonts-cid/Makefile --- /usr/ports/korean/munhwafonts-cid/Makefile Sat Sep 4 00:59:02 1999 +++ munhwafonts-cid/Makefile Thu Jan 27 21:20:17 2000 @@ -18,7 +18,8 @@ BUILD_DEPENDS= ${PREFIX}/share/ghostscript/fonts/Fontmap:${PORTSDIR}/print/gsfonts # sample fonts(cid, free Korean fonts is just only one.. :< ) -CID_FONTS_KO= Munhwa-Regular MunhwaGothic-Regular +CID_FONTS_KO= Munhwa-Regular Munhwa-Bold \ + MunhwaGothic-Regular MunhwaGothic-Bold # CID CMAP CID_CMAP_KO= ak11.tar.Z @@ -31,6 +32,8 @@ do-install: ${INSTALL_DATA} ${FILESDIR}/Munhwa-Regular-KSC-EUC-H.gsf \ ${FILESDIR}/MunhwaGothic-Regular-KSC-EUC-H.gsf \ + ${FILESDIR}/Munhwa-Bold-KSC-EUC-H.gsf \ + ${FILESDIR}/MunhwaGothic-Bold-KSC-EUC-H.gsf \ ${PREFIX}/share/ghostscript/fonts for file in ${CID_FONTS_KO}; do \ ${INSTALL_DATA} ${DISTDIR}/$$file \ diff -x *~ -uNr /usr/ports/korean/munhwafonts-cid/files/Munhwa-Bold-KSC-EUC-H.gsf munhwafonts-cid/files/Munhwa-Bold-KSC-EUC-H.gsf --- /usr/ports/korean/munhwafonts-cid/files/Munhwa-Bold-KSC-EUC-H.gsf Thu Jan 1 09:00:00 1970 +++ munhwafonts-cid/files/Munhwa-Bold-KSC-EUC-H.gsf Thu Jan 27 21:20:51 2000 @@ -0,0 +1,22 @@ +% Munhwa-Bold font definition +% +% idea from README.CID in +% http://www.ldl.jaist.ac.jp/~akr/nonresearch/free-software/ghostscript/\ +% gs5.10-vflib-1.1.tar.gz + +/Munhwa-Bold-KSC-EUC-H +/Munhwa-Bold (Munhwa-Bold) +/KSC-EUC-H (CMap/KSC-EUC-H) + +1 index /CMap resourcestatus +{pop pop pop} +{runlibfile} ifelse +/CMap findresource + +3 1 roll +1 index /CIDFont resourcestatus +{pop pop pop} +{runlibfile} ifelse +/CIDFont findresource + +[ exch ] composefont pop diff -x *~ -uNr /usr/ports/korean/munhwafonts-cid/files/MunhwaGothic-Bold-KSC-EUC-H.gsf munhwafonts-cid/files/MunhwaGothic-Bold-KSC-EUC-H.gsf --- /usr/ports/korean/munhwafonts-cid/files/MunhwaGothic-Bold-KSC-EUC-H.gsf Thu Jan 1 09:00:00 1970 +++ munhwafonts-cid/files/MunhwaGothic-Bold-KSC-EUC-H.gsf Thu Jan 27 21:21:04 2000 @@ -0,0 +1,22 @@ +% MunhwaGothic-Bold font definition +% +% idea from README.CID in +% http://www.ldl.jaist.ac.jp/~akr/nonresearch/free-software/ghostscript/\ +% gs5.10-vflib-1.1.tar.gz + +/MunhwaGothic-Bold-KSC-EUC-H +/MunhwaGothic-Bold (MunhwaGothic-Bold) +/KSC-EUC-H (CMap/KSC-EUC-H) + +1 index /CMap resourcestatus +{pop pop pop} +{runlibfile} ifelse +/CMap findresource + +3 1 roll +1 index /CIDFont resourcestatus +{pop pop pop} +{runlibfile} ifelse +/CIDFont findresource + +[ exch ] composefont pop diff -x *~ -uNr /usr/ports/korean/munhwafonts-cid/files/md5 munhwafonts-cid/files/md5 --- /usr/ports/korean/munhwafonts-cid/files/md5 Sat Sep 4 00:59:02 1999 +++ munhwafonts-cid/files/md5 Thu Jan 27 21:27:09 2000 @@ -1,3 +1,5 @@ MD5 (Munhwa-Regular) = 7ebe34b42aa9d6fa52391418d78df0e7 +MD5 (Munhwa-Bold) = cb55b36822945f50a50e5a2877439c9a MD5 (MunhwaGothic-Regular) = a49ab92ac1a5da007596d5958ac7f30e +MD5 (MunhwaGothic-Bold) = ee897289af86228d89d8c03891717bdd MD5 (ak11.tar.Z) = 056ef761a22d267ad71f5970938bfbe9 diff -x *~ -uNr /usr/ports/korean/munhwafonts-cid/pkg/PLIST munhwafonts-cid/pkg/PLIST --- /usr/ports/korean/munhwafonts-cid/pkg/PLIST Sat Sep 4 00:59:02 1999 +++ munhwafonts-cid/pkg/PLIST Thu Jan 27 21:20:05 2000 @@ -16,8 +16,12 @@ share/ghostscript/fonts/CMap/UniKS-UCS2-V share/ghostscript/fonts/CMap/UniKS-UTF8-H share/ghostscript/fonts/CMap/UniKS-UTF8-V +share/ghostscript/fonts/Munhwa-Bold +share/ghostscript/fonts/Munhwa-Bold-KSC-EUC-H.gsf share/ghostscript/fonts/Munhwa-Regular share/ghostscript/fonts/Munhwa-Regular-KSC-EUC-H.gsf +share/ghostscript/fonts/MunhwaGothic-Bold +share/ghostscript/fonts/MunhwaGothic-Bold-KSC-EUC-H.gsf share/ghostscript/fonts/MunhwaGothic-Regular share/ghostscript/fonts/MunhwaGothic-Regular-KSC-EUC-H.gsf @dirrm share/ghostscript/fonts/CMap -- +++ Any opinions in this posting are my own and not those of my employers +++ CHOI, Junho - Korea FreeBSD Users Group - Public Service, Youido Post Office - Web Data Bank To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 5:41:22 2000 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 7DA3115F29 for ; Sat, 29 Jan 2000 05:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA06759; Sat, 29 Jan 2000 05:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id B7E5F15266 for ; Sat, 29 Jan 2000 05:30:53 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.3/8.9.3) id QAA29649; Sat, 29 Jan 2000 16:30:51 +0300 (MSK) Message-Id: <200001291330.QAA29649@netserv1.chg.ru> Date: Sat, 29 Jan 2000 16:30:51 +0300 (MSK) From: Dmitry Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16438: Fix net/gnome-icu to install i18n files Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16438 >Category: ports >Synopsis: Fix net/gnome-icu to install i18n files >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 Jan 29 05:40:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dmitry Sivachenko >Release: FreeBSD 3.3-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -Nur gnome-icu/Makefile gnome-icu.old/Makefile --- gnome-icu/Makefile Sun Jan 16 09:19:36 2000 +++ gnome-icu.old/Makefile Sat Jan 29 16:11:09 2000 @@ -20,7 +20,9 @@ USE_X_PREFIX= YES USE_BZIP2= YES GNU_CONFIGURE= YES -CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ + CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome .include diff -Nur gnome-icu/patches/patch-ac gnome-icu.old/patches/patch-ac --- gnome-icu/patches/patch-ac Thu Jan 1 03:00:00 1970 +++ gnome-icu.old/patches/patch-ac Sat Jan 29 16:09:26 2000 @@ -0,0 +1,11 @@ +--- po/Makefile.in.in.orig Sat Jan 29 16:04:07 2000 ++++ po/Makefile.in.in Sat Jan 29 16:08:19 2000 +@@ -19,7 +19,7 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + datadir = $(prefix)/@DATADIRNAME@ +-localedir = $(datadir)/locale ++localedir = $(prefix)/share/locale + gnulocaledir = $(prefix)/share/locale + gettextsrcdir = $(prefix)/share/gettext/po + subdir = po diff -Nur gnome-icu/pkg/PLIST gnome-icu.old/pkg/PLIST --- gnome-icu/pkg/PLIST Sun Jan 16 09:19:39 2000 +++ gnome-icu.old/pkg/PLIST Sat Jan 29 16:17:31 2000 @@ -36,6 +36,19 @@ share/gnome/pixmaps/gnomeicu/rename.xpm share/gnome/pixmaps/gnomeicu/watermark.png share/gnome/sounds/gnomeicu/message.wav +share/locale/da/LC_MESSAGES/gnomeicu.mo +share/locale/de/LC_MESSAGES/gnomeicu.mo +share/locale/es/LC_MESSAGES/gnomeicu.mo +share/locale/fr/LC_MESSAGES/gnomeicu.mo +share/locale/it/LC_MESSAGES/gnomeicu.mo +share/locale/ja/LC_MESSAGES/gnomeicu.mo +share/locale/ko/LC_MESSAGES/gnomeicu.mo +share/locale/no/LC_MESSAGES/gnomeicu.mo +share/locale/pl/LC_MESSAGES/gnomeicu.mo +share/locale/pt_BR/LC_MESSAGES/gnomeicu.mo +share/locale/tr/LC_MESSAGES/gnomeicu.mo +share/locale/sv/LC_MESSAGES/gnomeicu.mo +share/locale/uk/LC_MESSAGES/gnomeicu.mo @dirrm share/gnome/sounds/gnomeicu @dirrm share/gnome/pixmaps/gnomeicu @dirrm share/gnome/help/gnomeicu/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 Sat Jan 29 7:40:21 2000 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 4E75314CF3 for ; Sat, 29 Jan 2000 07:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA80758; Sat, 29 Jan 2000 07:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cichlids.com (pC19F5470.dip0.t-ipconnect.de [193.159.84.112]) by hub.freebsd.org (Postfix) with ESMTP id EFA97151C3 for ; Sat, 29 Jan 2000 07:36:39 -0800 (PST) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 038F7AB96 for ; Sat, 29 Jan 2000 16:37:43 +0100 (CET) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id QAA04615; Sat, 29 Jan 2000 16:37:04 +0100 (CET) (envelope-from alex) Message-Id: <200001291537.QAA04615@cichlids.cichlids.com> Date: Sat, 29 Jan 2000 16:37:04 +0100 (CET) From: Alexander Langer Reply-To: alex@cichlids.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16440: fix cad/kaskade (bentofied) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16440 >Category: ports >Synopsis: fix cad/kaskade (bentofied) >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 Jan 29 07:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Alexander Langer >Release: FreeBSD 4.0-CURRENT i386 >Organization: This space is intentionally left blank. >Environment: >Description: fix ansi c++ errors. see bento for details >How-To-Repeat: make all >Fix: add this as patch-whateveryouwant (i used patch-00) diff -u /tmp/kaskade/work/3.1/adapt.cc ./adapt.cc --- /tmp/kaskade/work/3.1/adapt.cc Tue May 21 09:09:02 1996 +++ ./adapt.cc Sat Jan 29 11:56:44 2000 @@ -546,7 +546,7 @@ const Vector& u = problem.u; - const edNodeM1 = u.high(); + const int edNodeM1 = u.high(); int edNode = edNodeM1; interfaceDLY->setHighOrderNodes(&edNode); @@ -577,8 +577,8 @@ } } - const low = problem.element->NoOfNodes()+1; - const high = elementDLY->NoOfNodes(); + const int low = problem.element->NoOfNodes()+1; + const int high = elementDLY->NoOfNodes(); Matrix AElem(high, high); Vector bElem(high); @@ -648,7 +648,7 @@ MESH* mesh = problem.Mesh(); mesh->resetElemIter(); - const nComp = problem.NComp(); + const int nComp = problem.NComp(); if (problem.SpaceDim() == 1) @@ -662,7 +662,7 @@ } else { - const noOfEdges = problem.element->NoOfEdges(); + const int noOfEdges = problem.element->NoOfEdges(); Vector edges(noOfEdges); while (patch = mesh->elemIterAll() ) diff -u /tmp/kaskade/work/3.1/adaptnl.cc ./adaptnl.cc --- /tmp/kaskade/work/3.1/adaptnl.cc Tue Apr 23 09:45:00 1996 +++ ./adaptnl.cc Sat Jan 29 11:59:05 2000 @@ -76,7 +76,7 @@ MESH* mesh = problem.Mesh(); Vector& u = problem.u; - const edNodeM1 = u.high(); + const int edNodeM1 = u.high(); int edNode = edNodeM1; interfaceDLY->setHighOrderNodes(&edNode); @@ -97,8 +97,8 @@ trP->solutionToNewMesh(uPrevOnNewMesh, interfaceDLY); } - const low = problem.element->NoOfNodes()+1; - const high = elementDLY->NoOfNodes(); + const int low = problem.element->NoOfNodes()+1; + const int high = elementDLY->NoOfNodes(); Matrix AElem(high, high); Vector bElem(high); @@ -196,7 +196,7 @@ Num res, a; Real uppDefO, lowDefO; // dummies Bool critical; - const dim = error.high(); + const int dim = error.high(); Vector extUppO(dim), extLowO(dim); @@ -369,7 +369,7 @@ MESH* mesh = problem.Mesh(); const Vector& u = problem.u; - const edNodeM1 = u.high(); + const int edNodeM1 = u.high(); int edNode = edNodeM1; interfaceDLY->setHighOrderNodes(&edNode); @@ -399,7 +399,7 @@ AbQ.reset(); - const high = lagrangeElementDLY->NoOfNodes(); + const int high = lagrangeElementDLY->NoOfNodes(); Matrix AElem(high,high); Vector bElem(high); @@ -472,7 +472,7 @@ Num eNew, res, a; Real uppDefO, lowDefO; Bool critical; - const quadDim = error.high(); + const int quadDim = error.high(); Vector extLowO(quadDim), extUppO(quadDim); @@ -564,7 +564,7 @@ Num eNew, res, a; Real uppDefO, lowDefO; Bool critical; - const quadDim = error.high(); + const int quadDim = error.high(); Vector extLowO(quadDim), extUppO(quadDim); @@ -572,7 +572,7 @@ nonLin->updateObstacles(extUppO, extLowO, *interfaceDLY); - const linDim = nonLin->lowObstacle.high(); + const int linDim = nonLin->lowObstacle.high(); Vector r(quadDim), Diag0(quadDim), aux(quadDim); @@ -673,7 +673,7 @@ FORALL(r,i) aux[i] = r[i] - aux[i]; // the new residual interfaceDLY->rhsToHB(aux); - const maxLevel = precond->maxLevel; + const int maxLevel = precond->maxLevel; Vector rLin(linDim); FORALL(rLin,i) { @@ -686,8 +686,8 @@ // initialize the multi-level preconditioner and call one V-Cycle: - const nPreSmooth0 = precond->nPreSmooth; - const nPostSmooth0 = precond->nPostSmooth; + const int nPreSmooth0 = precond->nPreSmooth; + const int nPostSmooth0 = precond->nPostSmooth; precond->nPreSmooth = 1; precond->nPostSmooth = 1; diff -u /tmp/kaskade/work/3.1/block.cc ./block.cc --- /tmp/kaskade/work/3.1/block.cc Tue Apr 23 09:45:00 1996 +++ ./block.cc Sat Jan 29 16:02:17 2000 @@ -28,7 +28,7 @@ void BlockNode:: reset(int nComp) { int i; - const n = nComp*nComp; + const int n = nComp*nComp; for (i=1; i<=n; ++i) D[i] = 0.0; } //------------------------------------------------------------------------- @@ -36,7 +36,7 @@ void NeighbourBlock:: reset(int nComp) { int i; - const n = nComp*nComp; + const int n = nComp*nComp; for (i=1; i<=n; ++i) L[i] = 0.0; } //------------------------------------------------------------------------- @@ -44,7 +44,7 @@ void AsymNeighbourBlock:: reset(int nComp) { int i; - const n = nComp*nComp; + const int n = nComp*nComp; for (i=1; i<=n; ++i) L[i] = U[i] = 0.0; } //------------------------------------------------------------------------- @@ -67,7 +67,7 @@ void BlockNode:: Invert(Matrix& AM, Matrix& AMInv) { int i, j, n; - const nComp = AM.cHigh(); + const int nComp = AM.cHigh(); n = 1; FORNCOMP(i) FORNCOMP(j) AM(i,j) = D[n++]; @@ -82,7 +82,7 @@ void BlockNode:: Add(Vector& Ap) { int i,k,n=1; - const nComp = Ap.high(); + const int nComp = Ap.high(); FORNCOMP(i) FORNCOMP(k) D[n++] += Ap[i][k]; } //------------------------------------------------------------------------- @@ -90,7 +90,7 @@ void BlockNode:: getD(Vector& data, int nComp) const { int i; - const n = nComp*nComp; + const int n = nComp*nComp; for (i=1; i<=n; ++i) data[i] = D[i]; } //------------------------------------------------------------------------- @@ -121,7 +121,7 @@ void NeighbourBlock:: LAdd(Vector& Ap) { int i,k,n=1; - const nComp = Ap.high(); + const int nComp = Ap.high(); FORNCOMP(i) FORNCOMP(k) L[n++] += Ap[i][k]; } //------------------------------------------------------------------------- @@ -129,7 +129,7 @@ void AsymNeighbourBlock:: UAdd(Vector& Ap) { int i,k,n=1; - const nComp = Ap.high(); + const int nComp = Ap.high(); FORNCOMP(i) FORNCOMP(k) U[n++] += Ap[i][k]; } //------------------------------------------------------------------------- @@ -138,7 +138,7 @@ void NeighbourBlock:: getL(Vector& data, int nComp) const { int i; - const n = nComp*nComp; + const int n = nComp*nComp; for (i=1; i<=n; ++i) data[i] = L[i]; } //------------------------------------------------------------------------- @@ -146,7 +146,7 @@ void NeighbourBlock:: getU(Vector& data, int nComp) const { int i; - const n = nComp*nComp; + const int n = nComp*nComp; for (i=1; i<=n; ++i) data[i] = L[i]; } //------------------------------------------------------------------------- @@ -154,7 +154,7 @@ void AsymNeighbourBlock:: getU(Vector& data, int nComp) const { int i; - const n = nComp*nComp; + const int n = nComp*nComp; for (i=1; i<=n; ++i) data[i] = U[i]; } //------------------------------------------------------------------------- @@ -235,7 +235,7 @@ --DInv; int i; - const size = nComp*nComp; + const int size = nComp*nComp; for (i=1; i<=size; ++i) D[i] = DInv[i] = 0.0; } //------------------------------------------------------------------------- @@ -256,7 +256,7 @@ --L; int i; - const size = nComp*nComp; + const int size = nComp*nComp; for (i=1; i<=size; ++i) L[i] = 0.0; } //------------------------------------------------------------------------- @@ -279,7 +279,7 @@ --U; int i; - const size = nComp*nComp; + const int size = nComp*nComp; for (i=1; i<=size; ++i) L[i] = U[i] = 0.0; } //------------------------------------------------------------------------- diff -u /tmp/kaskade/work/3.1/cmdpars.h ./cmdpars.h --- /tmp/kaskade/work/3.1/cmdpars.h Tue Apr 23 09:45:02 1996 +++ ./cmdpars.h Sat Jan 29 11:49:24 2000 @@ -15,17 +15,17 @@ void read(int argc, char** argv); - ReadCmdFile (const char *file); + int ReadCmdFile (const char *file); void putToDict(char* obj); - isSet(char* key, char* name); - isPresent(char* name); // - isTrue (char* name); // boolean + int isSet(char* key, char* name); + int isPresent(char* name); + int isTrue (char* name); // boolean - get(char* name, char* val); - get(char* name, int* val); - get(char* name, float* val); - get(char* name, double* val); + int get(char* name, char* val); + int get(char* name, int* val); + int get(char* name, float* val); + int get(char* name, double* val); friend ostream& operator<< (ostream& os, CmdPars& c); }; diff -u /tmp/kaskade/work/3.1/dict.h ./dict.h --- /tmp/kaskade/work/3.1/dict.h Tue Apr 23 09:45:02 1996 +++ ./dict.h Sat Jan 29 11:49:43 2000 @@ -7,7 +7,7 @@ #include "stack.h" -const DefaultDictSize = 25; +const int DefaultDictSize = 25; class Dict diff -u /tmp/kaskade/work/3.1/drivers.h ./drivers.h --- /tmp/kaskade/work/3.1/drivers.h Tue Apr 23 09:45:02 1996 +++ ./drivers.h Sat Jan 29 16:09:17 2000 @@ -53,7 +53,7 @@ { notImplementedError(); return 0;} virtual void geometric(GRAPHIC *graph, int geo, coor org, coor vec) { notImplementedError(); return; } - virtual SelFont(GRAPHIC *graph) + virtual int SelFont(GRAPHIC *graph) { notImplementedError(); return 0;} virtual void FlushDisplay() { notImplementedError(); return; } @@ -85,7 +85,7 @@ PSDriver(); virtual ~PSDriver(); - Init (GRAPHIC* graph, float size=0.5); + int Init (GRAPHIC* graph, float size=0.5); int OpenPort(GRAPHIC *graph); int Color(int col_no, int rVal, int gVal, int bVal); @@ -152,7 +152,7 @@ void geometric(GRAPHIC *graph, int geo, coor org, coor vec); void FlushDisplay(); - SelFont(GRAPHIC *graph); + int SelFont(GRAPHIC *graph); }; #endif diff -u /tmp/kaskade/work/3.1/driversimp.h ./driversimp.h --- /tmp/kaskade/work/3.1/driversimp.h Tue Apr 23 09:45:02 1996 +++ ./driversimp.h Sat Jan 29 16:14:59 2000 @@ -1,7 +1,7 @@ #ifndef DRIVERSIMP_H #define DRIVERSIMP_H -const MAX_WINDOWS = 1; +const int MAX_WINDOWS = 1; #include "drivers.h" @@ -155,7 +155,7 @@ void geometric(GRAPHIC *graph, int geo, coor org, coor vec); void FlushDisplay(); - SelFont(GRAPHIC *graph); + int SelFont(GRAPHIC *graph); private: diff -u /tmp/kaskade/work/3.1/elements.cc ./elements.cc --- /tmp/kaskade/work/3.1/elements.cc Mon Jun 24 11:50:30 1996 +++ ./elements.cc Sat Jan 29 16:10:02 2000 @@ -46,7 +46,7 @@ void Element:: initAb(Matrix& A, Vector& b) const { int i, j; - const dim = NoOfNodes(); + const int dim = NoOfNodes(); for (i=1; i<=dim; ++i) { @@ -59,7 +59,7 @@ void Element:: initAb(Matrix& A) const { int i, j; - const dim = NoOfNodes(); + const int dim = NoOfNodes(); for (i=1; i<=dim; ++i) for (j=1; j<=dim; ++j) A(i,j) = 0.0; @@ -69,7 +69,7 @@ void Element:: initAb(Matrix& A, Vector& b) const { int i, j; - const dim = NoOfNodes(); + const int dim = NoOfNodes(); for (i=1; i<=dim; ++i) { @@ -82,7 +82,7 @@ void Element:: initAb(Matrix& A) const { int i, j; - const dim = NoOfNodes(); + const int dim = NoOfNodes(); for (i=1; i<=dim; ++i) for (j=1; j<=dim; ++j) A(i,j) = 0.0; diff -u /tmp/kaskade/work/3.1/elements1mc.h ./elements1mc.h --- /tmp/kaskade/work/3.1/elements1mc.h Tue Apr 23 09:45:02 1996 +++ ./elements1mc.h Sat Jan 29 16:15:44 2000 @@ -87,7 +87,7 @@ protected: - const nComp, noOfNodes; + const int nComp, noOfNodes; Matrix Node; MCLine(int nComp0) : Line(), nComp(0), noOfNodes(0), Node(1,1) { } diff -u /tmp/kaskade/work/3.1/elements2mc.h ./elements2mc.h --- /tmp/kaskade/work/3.1/elements2mc.h Tue Apr 23 09:45:02 1996 +++ ./elements2mc.h Sat Jan 29 16:16:24 2000 @@ -76,7 +76,7 @@ protected: - const nComp, noOfNodes; + const int nComp, noOfNodes; Matrix Node; MCTriangle(int nComp0) : Triangle(), nComp(0), noOfNodes(0), Node(1,1) { } diff -u /tmp/kaskade/work/3.1/elements3mc.h ./elements3mc.h --- /tmp/kaskade/work/3.1/elements3mc.h Tue Apr 23 09:45:02 1996 +++ ./elements3mc.h Sat Jan 29 16:17:26 2000 @@ -75,7 +75,7 @@ protected: - const nComp, noOfNodes; + const int nComp, noOfNodes; Matrix Node; MCTetra(int nComp0) : Tetra(), nComp(0), noOfNodes(0), Node(1,1) { } diff -u /tmp/kaskade/work/3.1/familyA.cc ./familyA.cc --- /tmp/kaskade/work/3.1/familyA.cc Tue Apr 23 09:45:01 1996 +++ ./familyA.cc Sat Jan 29 16:08:03 2000 @@ -100,7 +100,7 @@ void LinEdgeGeneration:: prolong(const Vector& el, Vector& eh) const { int i, n, fatherNode; - const low = fathers->cl; + const int low = fathers->cl; for (i=1; i& rh, Vector& rl) const { int i, n, fatherNode; - const low = fathers->cl; + const int low = fathers->cl; for (i=1; i coord; public: diff -u /tmp/kaskade/work/3.1/nonlin.cc ./nonlin.cc --- /tmp/kaskade/work/3.1/nonlin.cc Tue Apr 23 09:45:01 1996 +++ ./nonlin.cc Sat Jan 29 16:11:25 2000 @@ -68,8 +68,8 @@ const Interface& interface) const { int i; - const dim = interface.Dim(); - const spaceDim = interface.SpaceDim(); + const int dim = interface.Dim(); + const int spaceDim = interface.SpaceDim(); uppO.resize(dim); lowO.resize(dim); diff -u /tmp/kaskade/work/3.1/precondmg.cc ./precondmg.cc --- /tmp/kaskade/work/3.1/precondmg.cc Tue Apr 23 09:45:01 1996 +++ ./precondmg.cc Sat Jan 29 16:06:29 2000 @@ -534,7 +534,7 @@ void MGCG:: preSmooth(int level, Vector& x, SystemMatrix& A, Vector& b) { int i; - const h0 = aux.h; + const int h0 = aux.h; aux.h = p.h = r.h = A.Dim(); FORALL(r,i) r[i] = b[i]; @@ -550,7 +550,7 @@ void MGCG:: postSmooth(int level, Vector& x, SystemMatrix& A,Vector& b) { int i; - const h0 = aux.h; + const int h0 = aux.h; aux.h = p.h = r.h = A.Dim(); A.Mult(aux,x); diff -u /tmp/kaskade/work/3.1/problem.cc ./problem.cc --- /tmp/kaskade/work/3.1/problem.cc Mon Sep 23 16:10:13 1996 +++ ./problem.cc Sat Jan 29 12:01:05 2000 @@ -482,7 +482,7 @@ Num sum; Num E = 0.0; - const dim = globalNodes.high(); + const int dim = globalNodes.high(); if (symmetry == sym) // upper triangle { @@ -523,8 +523,8 @@ Real maxError=0.0, error=0.0; Num trueSol=0.0; int i; - const dim = interface->Dim(); - const spaceDim = interface->SpaceDim(); + const int dim = interface->Dim(); + const int spaceDim = interface->SpaceDim(); Vector x(spaceDim); NodeCoordinates nc(spaceDim, 1, dim); @@ -645,7 +645,7 @@ Timer timer, accTimer; PATCH* patch; - const dim = element->NoOfNodes(); + const int dim = element->NoOfNodes(); Matrix AElem(dim,dim); Vector bElem(dim); Vector nodes(dim); diff -u /tmp/kaskade/work/3.1/problemnl.cc ./problemnl.cc --- /tmp/kaskade/work/3.1/problemnl.cc Tue May 21 14:19:54 1996 +++ ./problemnl.cc Sat Jan 29 15:49:58 2000 @@ -124,7 +124,7 @@ if (!errorEstimatorCall) // if not called by error estimator { - const dim = elem.NoOfNodes(); + const int dim = elem.NoOfNodes(); Vector LNorm(dim); Vector nodes(dim); @@ -159,7 +159,7 @@ { int i, k, node; - const dim = elem.NoOfNodes(); + const int dim = elem.NoOfNodes(); Vector s(dim); diff -u /tmp/kaskade/work/3.1/problemtr.cc ./problemtr.cc --- /tmp/kaskade/work/3.1/problemtr.cc Tue May 21 14:42:27 1996 +++ ./problemtr.cc Sat Jan 29 15:49:16 2000 @@ -427,7 +427,7 @@ void TransientProblem:: TransientSolutionInfo(int timeStep, Real time0, Real tau0) { - const step = Error.high(); + const int step = Error.high(); Real error = sqrt(quot(Error.Top(),Energy.Top())); @@ -472,8 +472,8 @@ const Interface* interf = interface; if (interfaceDLY) interf = interfaceDLY; - const lowNode = uPrevOnNewMesh0.low(); - const highNode = uPrevOnNewMesh0.high(); + const int lowNode = uPrevOnNewMesh0.low(); + const int highNode = uPrevOnNewMesh0.high(); NodeCoordinates nc(spaceDim, lowNode, highNode); @@ -643,7 +643,7 @@ int i, k; Real factor; - const dim = elem.NoOfNodes(); + const int dim = elem.NoOfNodes(); Matrix E(dim,dim); // 'elliptic' sub-matrix Matrix P(dim,dim); // 'parabolic' sub-matrix (mass-matrix) Vector s(dim), s0(dim); @@ -826,7 +826,7 @@ { int i, node; PATCH* patch; - const dim = element->NoOfNodes(); + const int dim = element->NoOfNodes(); Matrix AElem(dim,dim); Vector bElem(dim), MElem(dim); Vector nodes(dim); @@ -865,7 +865,7 @@ Vector& bD) { int i, k; - const dim = elem.NoOfNodes(); + const int dim = elem.NoOfNodes(); Matrix P(dim,dim); // 'parabolic' sub-matrix (mass-matrix) Vector s0(dim); @@ -958,7 +958,7 @@ Timer timer, accTimer; int i; - const dim = u.high(); + const int dim = u.high(); MLMatrix* AD; if (nComp == 1) AD = new MLSparseMatrix(sym, SpaceDim(), dim); diff -u /tmp/kaskade/work/3.1/slist.h ./slist.h --- /tmp/kaskade/work/3.1/slist.h Tue Apr 23 09:45:03 1996 +++ ./slist.h Sat Jan 29 11:50:58 2000 @@ -18,8 +18,8 @@ void add (T* elem); // insert at end void insert (T* elem); // insert at beginning - insertAfter (T* elem, T* target); - insertBefore(T* elem, T* target); + int insertAfter (T* elem, T* target); + int insertBefore(T* elem, T* target); T* search (T* target); // search address of target T* inList (T* elem); // search by equal fct diff -u /tmp/kaskade/work/3.1/sysmat.cc ./sysmat.cc --- /tmp/kaskade/work/3.1/sysmat.cc Tue Apr 23 09:45:01 1996 +++ ./sysmat.cc Sat Jan 29 15:52:42 2000 @@ -109,7 +109,7 @@ const Vector& globalNodes) { int i, j, row, col, jMax; - const dim = globalNodes.high(); + const int dim = globalNodes.high(); for (i=1; i<=dim; ++i) { diff -u /tmp/kaskade/work/3.1/sysmatbl.cc ./sysmatbl.cc --- /tmp/kaskade/work/3.1/sysmatbl.cc Tue Apr 23 09:45:01 1996 +++ ./sysmatbl.cc Sat Jan 29 15:53:37 2000 @@ -70,7 +70,7 @@ dimension = noOfNodes; noOfBlocks = noOfNodes/nComp; - const prevDim = D.high(); + const int prevDim = D.high(); D.extendAndCopy(noOfBlocks); for (i=prevDim+1; i<=noOfBlocks; ++i) @@ -156,7 +156,7 @@ const Vector& globalNodes) { int i, n, k, kMax, row, col; - const dim = globalNodes.high(); + const int dim = globalNodes.high(); Vector Ap(nComp); @@ -249,7 +249,7 @@ { int bRow, bCol, bC, bR, comp1, comp2; NeighbourBlock* bp; - const transpose = 1; + const int transpose = 1; bRow = Block[row]; bCol = Block[col]; @@ -284,8 +284,8 @@ Num& MLBlockMatrix:: Diag(int node) { - const block = Block[node]; - const comp = MCNode.comp(node, nComp); + const int block = Block[node]; + const int comp = MCNode.comp(node, nComp); return (*D[block])(comp,comp,nComp); } @@ -293,8 +293,8 @@ Num MLBlockMatrix:: Diag(int node) const { - const block = Block[node]; - const comp = MCNode.comp(node, nComp); + const int block = Block[node]; + const int comp = MCNode.comp(node, nComp); return (*D[block])(comp,comp,nComp); } @@ -865,7 +865,7 @@ int i; NeighbourBlock* np; - const inBlock = nComp*nComp; + const int inBlock = nComp*nComp; int n = noOfBlocks*inBlock; // diagonal contribution FORALL(L,i) { for (np=L[i]; np; np=np->next) n += 2*inBlock; } @@ -945,7 +945,7 @@ { int i, n, row, col, comp1, comp2; NeighbourBlock* np; - const transpose = 1; + const int transpose = 1; n = -1; // start with 0 in ma28-arrays row = 0; diff -u /tmp/kaskade/work/3.1/sysmatbl.h ./sysmatbl.h --- /tmp/kaskade/work/3.1/sysmatbl.h Tue Apr 23 09:45:03 1996 +++ ./sysmatbl.h Sat Jan 29 15:48:15 2000 @@ -15,7 +15,7 @@ { protected: - const nComp; + const int nComp; int dimension, noOfBlocks; Bool decomposed, ILUDecomposed, inverseDiag; diff -u /tmp/kaskade/work/3.1/sysmatma28.h ./sysmatma28.h --- /tmp/kaskade/work/3.1/sysmatma28.h Tue Apr 23 09:45:03 1996 +++ ./sysmatma28.h Sat Jan 29 11:59:40 2000 @@ -13,7 +13,7 @@ { protected: - const spaceDim; + const int spaceDim; int N, NZ, LIRN, LICN; Vector A, W; Vector IRN, ICN, IKEEP, IW; diff -u /tmp/kaskade/work/3.1/sysmatsp.cc ./sysmatsp.cc --- /tmp/kaskade/work/3.1/sysmatsp.cc Sat Jan 29 16:19:44 2000 +++ ./sysmatsp.cc Sat Jan 29 16:05:32 2000 @@ -46,8 +46,8 @@ if (B0) B = B0->castToSparseMatrix(); else B = 0; - const nlow = (A->D).l; - const nhigh = (A->D).h; + const int nlow = (A->D).l; + const int nhigh = (A->D).h; D.resize(nlow, nhigh); @@ -114,8 +114,8 @@ { int i, n; - const nlow = cPattern.l(); - const nhigh = cPattern.h(); + const int nlow = cPattern.l(); + const int nhigh = cPattern.h(); D.resize(nlow, nhigh); diff -u /tmp/kaskade/work/3.1/templates.cc ./templates.cc --- /tmp/kaskade/work/3.1/templates.cc Tue Apr 23 09:45:01 1996 +++ ./templates.cc Sat Jan 29 11:53:57 2000 @@ -50,7 +50,7 @@ template class Vector; template class Vector; template class Vector; -template class Vector; +// template class Vector; template class Vector; template class Vector; template class Vector*>; @@ -61,13 +61,13 @@ template class Stack; template class Stack; template class Stack; -template class Stack; +// template class Stack; template class Stack; template class Matrix; template class Matrix; template class Matrix; -template class Matrix; +// template class Matrix; template class Matrix; template class Matrix*>; @@ -134,7 +134,7 @@ template class Stack*>; -template class Stack*>; +// template class Stack*>; template class Stack*>; // block, sysmatbl diff -u /tmp/kaskade/work/3.1/triang.cc ./triang.cc --- /tmp/kaskade/work/3.1/triang.cc Fri Aug 30 14:30:42 1996 +++ ./triang.cc Sat Jan 29 16:12:32 2000 @@ -409,7 +409,7 @@ int k, noOfSons; PATCH* fPartner, *p, *son, *father, *fPartnerSon; - const lastStep = True; + const int lastStep = True; resetElemIter(lastStep); @@ -453,7 +453,7 @@ void MESH:: newNodeStack(PT* p, int depth, int targetDepth) { - static const nodeStackSize = sizeof(NodeStack); + static const int nodeStackSize = sizeof(NodeStack); if (depth >= targetDepth) { @@ -470,7 +470,7 @@ void NodeStack:: init(VarSizeAllocator* varAlloc0, int depth, int targetDepth) { - static const intSize = sizeof(int); + static const int intSize = sizeof(int); varAlloc = varAlloc0; @@ -492,7 +492,7 @@ void NodeStack:: extend() { - static const intSize = sizeof(int); + static const int intSize = sizeof(int); top += top; int* vnew = (int*) varAlloc->Get(intSize*(top-l+1)); diff -u /tmp/kaskade/work/3.1/utils.cc ./utils.cc --- /tmp/kaskade/work/3.1/utils.cc Tue Apr 23 09:45:02 1996 +++ ./utils.cc Sat Jan 29 16:13:41 2000 @@ -90,7 +90,7 @@ : commentFlag(commentFlag0), fp(0) { - const maxTries = 0; + const int maxTries = 0; for (int count=1; fp==0; ++count) { @@ -487,7 +487,7 @@ void invert(Matrix& A, Matrix& AInv) { int i,j; - const dim = A.cHigh(); + const int dim = A.cHigh(); if (dim == 1) { @@ -533,7 +533,7 @@ Real d = 1.0; const Real tiny = machMin(Real(0.0)); - const dim = index.high(); + const int dim = index.high(); Vector vv(dim); for (i=1; i<=dim; i++) @@ -607,7 +607,7 @@ int i, ii = 0, ip, j; Real sum; - const dim = index.high(); + const int dim = index.high(); for (i=1; i<=dim; i++) { @@ -634,7 +634,7 @@ void invert(Matrix& A, Matrix& AInv) { int i,j; - const dim = A.cHigh(); + const int dim = A.cHigh(); if (dim == 1) { @@ -680,7 +680,7 @@ Complex d = 1.0; const Real tiny = machMin(Real(0.0)); - const dim = index.high(); + const int dim = index.high(); Vector vv(dim); for (i=1; i<=dim; i++) @@ -754,7 +754,7 @@ int i, ii = 0, ip, j; Complex sum; - const dim = index.high(); + const int dim = index.high(); for (i=1; i<=dim; i++) { @@ -775,7 +775,7 @@ //------------------------------------------------------------------------- //------------------------------------------------------------------------- -static const stringSize = 2000; +static const int stringSize = 2000; static char string[stringSize]; char *Form(char *format ...) >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 Jan 29 7:50: 9 2000 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 1FC4C151F6 for ; Sat, 29 Jan 2000 07:50:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA81787; Sat, 29 Jan 2000 07:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cichlids.com (pC19F5470.dip0.t-ipconnect.de [193.159.84.112]) by hub.freebsd.org (Postfix) with ESMTP id 97AFC14D25 for ; Sat, 29 Jan 2000 07:43:48 -0800 (PST) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 6CF8AAB96 for ; Sat, 29 Jan 2000 16:44:51 +0100 (CET) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id QAA05095; Sat, 29 Jan 2000 16:44:12 +0100 (CET) (envelope-from alex) Message-Id: <200001291544.QAA05095@cichlids.cichlids.com> Date: Sat, 29 Jan 2000 16:44:12 +0100 (CET) From: Alexander Langer Reply-To: alex@cichlids.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16441: fix devel/libcii (bentofied) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16441 >Category: ports >Synopsis: fix devel/libcii (bentofied) >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 Jan 29 07:50:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Alexander Langer >Release: FreeBSD 4.0-CURRENT i386 >Organization: This space is intentionally left blank. >Environment: bento >Description: see bento, fix signal changes for -current (sigsetmask --> sigprocmask) >How-To-Repeat: make all >Fix: --- libcii.diff begins here --- --- patch-aa.old Sat Jan 29 16:42:23 2000 +++ patch-aa Sat Jan 29 16:42:28 2000 @@ -1,28 +1,38 @@ ---- src/thread.c.orig Thu Nov 6 06:03:00 1997 -+++ src/thread.c Tue Jun 8 21:37:09 1999 -@@ -243,13 +243,13 @@ +--- thread.c Sat Jan 29 16:41:32 2000 ++++ thread.c.orig Wed Nov 5 22:03:00 1997 +@@ -118,8 +118,7 @@ + && scp->sc_pc <= (unsigned long)_ENDMONITOR) + return 0; + put(current, &ready); +- +- sigprocmask(SIG_SETMASK, NULL, &(scp->sc_mask)); ++ sigsetmask(scp->sc_mask); + run(); + return 0; + } +@@ -244,13 +243,13 @@ critical--; } while (0); args = t->sp; } --#if alpha -- { extern void _start(void); -+#if __alpha -+ { extern void _thrstart(void); +-#if __alpha +- { extern void _thrstart(void); ++#if alpha ++ { extern void _start(void); t->sp -= 112/8; t->sp[(48+24)/8] = (unsigned long)Thread_exit; t->sp[(48+16)/8] = (unsigned long)args; t->sp[(48+ 8)/8] = (unsigned long)apply; -- t->sp[(48+ 0)/8] = (unsigned long)_start; } -+ t->sp[(48+ 0)/8] = (unsigned long)_thrstart; } +- t->sp[(48+ 0)/8] = (unsigned long)_thrstart; } ++ t->sp[(48+ 0)/8] = (unsigned long)_start; } #elif mips { extern void _start(void); t->sp -= 16/4; -@@ -269,7 +269,7 @@ +@@ -270,7 +269,7 @@ *--t->sp = (unsigned long)_start - 8; *--t->sp = (unsigned long)fp; t->sp -= 64/4; } --#elif linux && i386 -+#elif (linux || unix) && i386 +-#elif (linux || unix) && i386 ++#elif linux && i386 { extern void _thrstart(void); t->sp -= 4/4; *t->sp = (unsigned long)_thrstart; --- libcii.diff ends here --- >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 Jan 29 8: 0:11 2000 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 6A83815AAA for ; Sat, 29 Jan 2000 08:00:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA82657; Sat, 29 Jan 2000 08:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cichlids.com (pC19F5470.dip0.t-ipconnect.de [193.159.84.112]) by hub.freebsd.org (Postfix) with ESMTP id A795615999 for ; Sat, 29 Jan 2000 07:59:43 -0800 (PST) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id A5E5CAB96 for ; Sat, 29 Jan 2000 17:00:48 +0100 (CET) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id RAA06466; Sat, 29 Jan 2000 17:00:09 +0100 (CET) (envelope-from alex) Message-Id: <200001291600.RAA06466@cichlids.cichlids.com> Date: Sat, 29 Jan 2000 17:00:09 +0100 (CET) From: Alexander Langer Reply-To: alex@cichlids.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16443: fix net/libsocket++ (bentofied) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16443 >Category: ports >Synopsis: fix net/libsocket++ (bentofied) >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 Jan 29 08:00:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Alexander Langer >Release: FreeBSD 4.0-CURRENT i386 >Organization: This space is intentionally left blank. >Environment: >Description: as bento found: fix conversion handling for C++ (add casts) >How-To-Repeat: see bento >Fix: add these as additional patches into the patches subdir of the port --- patch-ad begins here --- --- sockstream.C.old Sat Jan 29 16:47:41 2000 +++ sockstream.C Sat Jan 29 16:51:05 2000 @@ -275,7 +275,7 @@ { int len = sa.size (); int soc = -1; - while ((soc = ::accept (rep->sock, sa.addr (), &len)) == -1 + while ((soc = ::accept (rep->sock, sa.addr (), (socklen_t *) &len)) == -1 && errno == EINTR) errno = 0; if (soc == -1) @@ -322,7 +322,7 @@ int sa_len = sa.size (); if ((rval = ::recvfrom (rep->sock, (char*) buf, len, - msgf, sa.addr (), &sa_len)) == -1) + msgf, sa.addr (), (socklen_t *) &sa_len)) == -1) error ("sockbuf::recvfrom"); return (rval==0) ? EOF: rval; } @@ -491,7 +491,7 @@ int sockbuf::getopt (option op, void* buf, int len, level l) const { int rlen = len; - if (::getsockopt (rep->sock, l, op, (char*) buf, &rlen) == -1) + if (::getsockopt (rep->sock, l, op, (char*) buf, (socklen_t *) &rlen) == -1) perror ("sockbuf::getopt"); return rlen; } --- patch-ad ends here --- --- patch-ae begins here --- --- sockinet.C.old Sat Jan 29 16:57:13 2000 +++ sockinet.C Sat Jan 29 16:56:37 2000 @@ -144,7 +144,7 @@ { sockinetaddr sin; int len = sin.size(); - if (::getsockname(rep->sock, sin.addr (), &len) == -1) + if (::getsockname(rep->sock, sin.addr (), (socklen_t *) &len) == -1) perror("sockinetbuf::localaddr()"); return sin; } @@ -168,7 +168,7 @@ { sockinetaddr sin; int len = sin.size(); - if (::getpeername(rep->sock, sin.addr (), &len) == -1) + if (::getpeername(rep->sock, sin.addr (), (socklen_t *) &len) == -1) perror("sockinetbuf::peeraddr()"); return sin; } --- patch-ae ends here --- >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 Jan 29 8:11:56 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mobil.surnet.ru (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (Postfix) with ESMTP id 8936314CF3 for ; Sat, 29 Jan 2000 08:11:28 -0800 (PST) (envelope-from ilia@cgilh.chel.su) Received: (from uucgilh@localhost) by mobil.surnet.ru (8.9.1a/8.9.1) with UUCP id UAA16039; Sat, 29 Jan 2000 20:57:24 +0500 (ES) Received: (from uucp@localhost) by cgilh.chel.su (8.8.7/8.8.7) with UUCP id TAA02246; Sat, 29 Jan 2000 19:50:34 +0500 Received: from localhost (ilia@localhost) by jane.cgu.chel.su (8.9.3/8.9.2) with ESMTP id TAA00331; Sat, 29 Jan 2000 19:57:24 +0500 (ES) (envelope-from ilia@cgilh.chel.su) X-Authentication-Warning: jane.cgu.chel.su: ilia owned process doing -bs Date: Sat, 29 Jan 2000 19:57:22 +0500 (ES) From: Ilia Chipitsine X-Sender: ilia@jane.cgu.chel.su To: Ade Lovett Cc: ports@freebsd.org Subject: Re: another problem - dependency ... (Re: who the hell ported GNOME ??) In-Reply-To: <20000128231853.C9241@supernews.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 -----BEGIN PGP SIGNED MESSAGE----- On Fri, 28 Jan 2000, Ade Lovett wrote: > > > (This time I've realized how cool it was done with RPMs...) > > Isn't it a time to move to any sane packaging system, such as RPM or > > Debian ??? > > See the mailing lists archives for all the gory details of the > (many) times this has been discussed :) yes, I seen dicsussion about it, but could anybody remind me why current packaging system is better than Debian ?? > > -aDe > > -- > Ade Lovett, Austin, TX. > -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQB1AwUBOJL/1ORxlWKN2EXhAQGi2gMAxfxkA2ajOy6D06Ju3VT8QAM89Y3W7Cc4 IX5cXbV+Tan5v8QWVqrkmkdjButkQe2eXz1MFZWBOZMRdcXk30lvKRnEIcpx7QZ+ AFMKU+xdiebhxqyj4T4bqJndO32Hx9Qi =Os11 -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 8:20:12 2000 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 955B31510A for ; Sat, 29 Jan 2000 08:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA84745; Sat, 29 Jan 2000 08:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cichlids.com (pC19F5470.dip0.t-ipconnect.de [193.159.84.112]) by hub.freebsd.org (Postfix) with ESMTP id 3352B161F2 for ; Sat, 29 Jan 2000 08:18:29 -0800 (PST) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id A33EAAB96 for ; Sat, 29 Jan 2000 17:19:34 +0100 (CET) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id RAA11687; Sat, 29 Jan 2000 17:18:55 +0100 (CET) (envelope-from alex) Message-Id: <200001291618.RAA11687@cichlids.cichlids.com> Date: Sat, 29 Jan 2000 17:18:55 +0100 (CET) From: Alexander Langer Reply-To: alex@cichlids.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16444: fix games/maelstrom (bentofied) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16444 >Category: ports >Synopsis: fix games/maelstrom (bentofied) >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 Jan 29 08:20:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Alexander Langer >Release: FreeBSD 4.0-CURRENT i386 >Organization: This space is intentionally left blank. >Environment: bento >Description: see bento: build failed due to ansi c++ violations. >How-To-Repeat: see bento >Fix: add these patches --- patch-ad begins here --- --- netlogic/netplay.cpp.old Sat Jan 29 17:08:27 2000 +++ netlogic/netplay.cpp Sat Jan 29 17:09:12 2000 @@ -432,7 +432,7 @@ readit: clen = sizeof(from); len = recvfrom(gNetFD, (char *)buf, BUFSIZ, 0, - (struct sockaddr *)&from, &clen); + (struct sockaddr *)&from, (socklen_t *) &clen); if ( len <= 0 ) { if ( errno == EINTR ) { errno = 0; @@ -586,7 +586,7 @@ /* Suck up the packet */ clen = sizeof(from); (void) recvfrom(gNetFD, netbuf, BUFSIZ, 0, - (struct sockaddr *)&from, &clen); + (struct sockaddr *)&from, (socklen_t *) &clen); } } @@ -888,7 +888,7 @@ /* We are guaranteed that there is data here */ clen = sizeof(from); len = recvfrom(gNetFD, (char *)netbuf, BUFSIZ, 0, - (struct sockaddr *)&from, &clen); + (struct sockaddr *)&from, (socklen_t *) &clen); if ( len <= 0 ) { perror("Network error in Send_NewGame(): recvfrom()"); return(-1); @@ -992,7 +992,7 @@ /* We are guaranteed that there is data here */ clen = sizeof(from); len = recvfrom(gNetFD, (char *)netbuf, BUFSIZ, 0, - (struct sockaddr *)&from, &clen); + (struct sockaddr *)&from, (socklen_t *) &clen); if ( len < 0 ) { perror("Network error in Await_NewGame(): recvfrom()"); return(-1); --- patch-ad ends here --- --- patch-ae begins here --- --- fastrand.cpp.old Sat Jan 29 17:10:24 2000 +++ fastrand.cpp Sat Jan 29 17:11:02 2000 @@ -14,7 +14,7 @@ printf("SeedRandom(%lu)\n", Seed); #endif if ( ! Seed ) { - gettimeofday(&tv, (void *)0); + gettimeofday(&tv, (struct timezone *) NULL); randomSeed = ((tv.tv_usec<<16)|((tv.tv_sec^tv.tv_usec)&0xFFFF)); return; } --- patch-ae ends here --- --- patch-af begins here --- --- myerror.cpp.old Sat Jan 29 17:11:29 2000 +++ myerror.cpp Sat Jan 29 17:13:51 2000 @@ -59,6 +59,8 @@ #endif /* Win95 */ +extern "C" char * strerror(int errnum); + void myperror(char *msg) { char buffer[BUFSIZ]; --- patch-af ends here --- >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 Jan 29 8:33:19 2000 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 AAEDC15120 for ; Sat, 29 Jan 2000 08:33:09 -0800 (PST) (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 KAA89845; Sat, 29 Jan 2000 10:32:19 -0600 (CST) (envelope-from hetzels@westbend.net) Message-ID: <006601bf6a76$69ed2e60$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: "Ilia Chipitsine" Cc: References: Subject: Re: another problem - dependency ... (Re: who the hell ported GNOME ??) Date: Sat, 29 Jan 2000 10:32:19 -0600 Organization: West Bend Internet MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.3825.400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.3825.400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: "Ilia Chipitsine" > but here another problem arises, > My port depends not on gnome-libs, but on gnome-libs >= 1.0.55, > how can I specify that in Makefile ?? > Currently, you can't define which versions of a package will work with an individual port. NetBSD has added a CONFLICTs variable to their package installation tools that allows you to define which packages/versions conflicts with a given package. i.e. CONFLICTS= gnome-libs<1.0.55 I created a patch based on NetBSD's package installation tools for FreeBSD's package installation tools that will allow us to specify which packages a given port conflicts with. See the following Problem Reports for more info: http://www.freebsd.org/cgi/query-pr.cgi?pr=13649 - Patch for bsd.port.mk conflict checking http://www.freebsd.org/cgi/query-pr.cgi?pr=13650 - Patch for Package installation tools Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 8:50:12 2000 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 84DEE14D15 for ; Sat, 29 Jan 2000 08:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA87455; Sat, 29 Jan 2000 08:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cichlids.com (pC19F5470.dip0.t-ipconnect.de [193.159.84.112]) by hub.freebsd.org (Postfix) with ESMTP id 5149C15012 for ; Sat, 29 Jan 2000 08:40:00 -0800 (PST) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 14ECFAB96 for ; Sat, 29 Jan 2000 17:41:02 +0100 (CET) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id RAA22553; Sat, 29 Jan 2000 17:40:23 +0100 (CET) (envelope-from alex) Message-Id: <200001291640.RAA22553@cichlids.cichlids.com> Date: Sat, 29 Jan 2000 17:40:23 +0100 (CET) From: Alexander Langer Reply-To: alex@cichlids.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16445: fix biology/molden (bentofied) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16445 >Category: ports >Synopsis: fix biology/molden (bentofied) >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 Jan 29 08:50:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Alexander Langer >Release: FreeBSD 4.0-CURRENT i386 >Organization: This space is intentionally left blank. >Environment: bento >Description: see bento: on -current we should not strip something we don't know how to strip: alex:/tmp/bento/molden $ file work/molden3.4/molden work/molden3.4/molden: FreeBSD/i386 compact demand paged dynamically linked executable >How-To-Repeat: install >Fix: --- Makefile.diff begins here --- --- Makefile.old Sat Jan 29 17:37:02 2000 +++ Makefile Sat Jan 29 17:38:33 2000 @@ -53,8 +53,7 @@ .endif do-install: - strip ${WRKSRC}/molden - ${INSTALL_PROGRAM} ${WRKSRC}/molden ${PREFIX}/bin/ + ${INSTALL_SCRIPT} ${WRKSRC}/molden ${PREFIX}/bin/ .if !defined(NOPORTDOCS) ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/molden/doc ${INSTALL_DATA} ${WRKSRC}/test/* ${PREFIX}/share/doc/molden/test --- Makefile.diff ends here --- >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 Jan 29 8:50:12 2000 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 359ED14E98 for ; Sat, 29 Jan 2000 08:50:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA87465; Sat, 29 Jan 2000 08:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cichlids.com (pC19F5470.dip0.t-ipconnect.de [193.159.84.112]) by hub.freebsd.org (Postfix) with ESMTP id 9040B1521E for ; Sat, 29 Jan 2000 08:44:29 -0800 (PST) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id C9268AB96 for ; Sat, 29 Jan 2000 17:45:34 +0100 (CET) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id RAA22884; Sat, 29 Jan 2000 17:44:55 +0100 (CET) (envelope-from alex) Message-Id: <200001291644.RAA22884@cichlids.cichlids.com> Date: Sat, 29 Jan 2000 17:44:55 +0100 (CET) From: Alexander Langer Reply-To: alex@cichlids.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16446: fix mail/maildrop (bentofied) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16446 >Category: ports >Synopsis: fix mail/maildrop (bentofied) >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 Jan 29 08:50:03 PST 2000 >Closed-Date: >Last-Modified: >Originator: Alexander Langer >Release: FreeBSD 4.0-CURRENT i386 >Organization: This space is intentionally left blank. >Environment: bento >Description: see bento: * use getpgrp() without args * extern "C" sprintf() >How-To-Repeat: build >Fix: add these patches to the (empty) patch-subdir: --- funcs.C.old Sat Jan 29 17:28:18 2000 +++ funcs.C Sat Jan 29 17:28:45 2000 @@ -114,13 +114,7 @@ static GETGROUPS_T getprocgroup() { #if HAS_GETPGRP - -#ifdef GETPGRP_VOID - return ( getpgrp() ); -#else - return ( getpgrp( getpid()) ); -#endif #else #if HAS_GETPGID return ( getpgid( 0 ) ); AAAAAAAAAAAAAAAAAAAAAANNND: --- main.C.orig Mon May 10 18:34:07 1999 +++ main.C Sat Jan 29 17:41:39 2000 @@ -36,6 +36,7 @@ extern void setprocgroup(); +extern "C" int sprintf(char *str, const char *format, ...); static Message m1, m2; extern char **environ; >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 Jan 29 9:10:13 2000 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 D797514DCD for ; Sat, 29 Jan 2000 09:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA88903; Sat, 29 Jan 2000 09:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from narcissus.pel.sys.hiroshima-u.ac.jp (ppp-saijo-194.ipc.hiroshima-u.ac.jp [133.41.4.194]) by hub.freebsd.org (Postfix) with ESMTP id 68DD4150B9 for ; Sat, 29 Jan 2000 09:08:54 -0800 (PST) (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 CAA54193; Sun, 30 Jan 2000 02:08:36 +0900 (JST) (envelope-from nobutaka) Message-Id: <200001291708.CAA54193@narcissus.pel.sys.hiroshima-u.ac.jp> Date: Sun, 30 Jan 2000 02:08:36 +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/16447: Update port: japanese/eterm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16447 >Category: ports >Synopsis: Update port: japanese/eterm >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jan 29 09:10:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: MANTANI Nobutaka >Release: FreeBSD 4.0-CURRENT i386 >Organization: Hiroshima University >Environment: >Description: Upgrade to 0.8.10. Added files: patches/ patch-ap patch-aq patch-ar patch-as >How-To-Repeat: >Fix: diff -urN eterm.old/Makefile eterm/Makefile --- eterm.old/Makefile Sat Jan 29 22:48:08 2000 +++ eterm/Makefile Sun Jan 30 02:06:24 2000 @@ -1,19 +1,18 @@ # New ports collection makefile for: eterm -# Version required: 0.8.9 +# Version required: 0.8.10 # Date created: 11th December 1998 # Whom: MANTANI Nobutaka # # $FreeBSD: ports/japanese/eterm/Makefile,v 1.8 1999/10/08 03:29:55 nakai Exp $ # -DISTNAME= Eterm-0.8.9 -PKGNAME= ja-eterm-0.8.9 +DISTNAME= Eterm-0.8.10 +PKGNAME= ja-eterm-0.8.10 CATEGORIES= japanese x11 -MASTER_SITES= http://www.eterm.org/download/ \ - ftp://ftp.eterm.org/pub/Eterm/ \ - http://www.tcserv.com/archive/E/ \ - http://eterm.is.nontoxic.org/download/ \ - http://www.tcserv.com/archive/E/old/ +MASTER_SITES= ftp://eterm.sourceforge.net/pub/eterm/ \ + ftp://ftp.enlightenment.org/pub/enlightenment/Eterm/ \ + ftp://ftp.themes.org/pub/enlightenment/eterm/ \ + ftp://ftp.dti.ad.jp/pub/X/Eterm/ MAINTAINER= nobutaka@nobutaka.com @@ -22,17 +21,17 @@ USE_GMAKE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lxpg4" +CONFIGURE_ENV= LIBS="-lxpg4" MAN1= Eterm.1 post-install: + @${CHMOD} 4711 ${PREFIX}/bin/Eterm .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/Eterm @${INSTALL_DATA} ${WRKSRC}/ReleaseNotes ${PREFIX}/share/doc/Eterm @${INSTALL_DATA} ${WRKSRC}/doc/Eterm_reference.html ${PREFIX}/share/doc/Eterm @${INSTALL_DATA} ${WRKSRC}/doc/Eterm.tcap ${PREFIX}/share/doc/Eterm @${INSTALL_DATA} ${WRKSRC}/doc/Eterm.ti ${PREFIX}/share/doc/Eterm - @${INSTALL_DATA} ${WRKSRC}/doc/FAQ.html ${PREFIX}/share/doc/Eterm .endif .include diff -urN eterm.old/files/md5 eterm/files/md5 --- eterm.old/files/md5 Sat Jan 29 22:48:07 2000 +++ eterm/files/md5 Wed Dec 1 04:36:32 1999 @@ -1 +1 @@ -MD5 (Eterm-0.8.9.tar.gz) = 9e4945a6920f7d10cf28516266307519 +MD5 (Eterm-0.8.10.tar.gz) = 44b0b498d8186205d0898b266643fbf1 diff -urN eterm.old/patches/patch-aa eterm/patches/patch-aa --- eterm.old/patches/patch-aa Sat Jan 29 22:48:07 2000 +++ eterm/patches/patch-aa Wed Jan 26 23:39:04 2000 @@ -1,6 +1,6 @@ ---- src/feature.h.in.orig Fri Jan 29 21:29:07 1999 -+++ src/feature.h.in Fri Jan 29 21:30:32 1999 -@@ -350,7 +350,8 @@ +--- src/feature.h.in.orig Thu Aug 19 08:54:24 1999 ++++ src/feature.h.in Wed Jan 26 23:24:22 2000 +@@ -326,7 +326,8 @@ /* #define GREEK_SUPPORT */ /* To compile as a Kanji terminal. Executable should be renamed "Kterm". */ @@ -10,3 +10,12 @@ /********************* Miscellaneous options *********************/ +@@ -380,7 +381,7 @@ + * may seem to be owned by root. But if you define this and don't have them, + * the utmp and tty stuff could break. Do some testing. DO NOT get this one + * wrong! */ +-/* #define HAVE_SAVED_UIDS */ ++#define HAVE_SAVED_UIDS + + /* Use getgrnam() to determine the group id of TTY_GRP_NAME, and chgrp tty + * device files to that group. This should be ok on SVR4 and Linux systems diff -urN eterm.old/patches/patch-ad eterm/patches/patch-ad --- eterm.old/patches/patch-ad Sat Jan 29 22:48:07 2000 +++ eterm/patches/patch-ad Wed Jan 26 23:42:26 2000 @@ -1,6 +1,14 @@ ---- src/main.c.orig Tue Apr 20 09:46:37 1999 -+++ src/main.c Fri Apr 30 22:17:51 1999 -@@ -118,6 +118,10 @@ +--- src/main.c.orig Thu Oct 28 01:44:05 1999 ++++ src/main.c Wed Jan 26 23:41:32 2000 +@@ -66,6 +66,7 @@ + #ifdef USE_POSIX_THREADS + # include "threads.h" + #endif ++#define NEED_LINUX_HACK 1 + + /* Global attributes */ + XWindowAttributes attr; +@@ -112,6 +113,10 @@ # endif #endif @@ -11,7 +19,7 @@ /* extern variables referenced */ extern int my_ruid, my_rgid, my_euid, my_egid; extern unsigned int rs_shadePct; -@@ -376,6 +380,7 @@ +@@ -368,6 +373,7 @@ #endif Create_Windows(argc, argv); diff -urN eterm.old/patches/patch-ae eterm/patches/patch-ae --- eterm.old/patches/patch-ae Sat Jan 29 22:48:07 2000 +++ eterm/patches/patch-ae Wed Jan 26 23:45:51 2000 @@ -1,7 +1,20 @@ ---- src/command.c.orig Sat Apr 24 05:56:49 1999 -+++ src/command.c Mon May 3 03:05:33 1999 -@@ -91,6 +91,10 @@ - # include +--- src/command.c.orig Wed Nov 3 01:34:35 1999 ++++ src/command.c Wed Jan 26 23:45:10 2000 +@@ -40,6 +40,8 @@ + #include "feature.h" + #include "config.h" + ++#undef HAVE_SAVED_UIDS ++ + /* System Headers */ + #include + #include +@@ -87,10 +89,12 @@ + # if (XtVersion < 11005) + # define NO_XLOCALE + # include +-# else +-# include # endif #endif /* NO_XLOCALE */ +#ifdef USE_XIM @@ -11,7 +24,15 @@ #ifdef USE_GETGRNAME # include #endif -@@ -299,7 +303,7 @@ +@@ -120,6 +124,7 @@ + #endif + #ifdef HAVE_TERMIOS_H + # include ++# include + #else + # include + #endif +@@ -299,7 +304,7 @@ /* defines: */ @@ -20,24 +41,23 @@ #define STRING_MAX 512 /* max string size for process_xterm_seq() */ #define ESC_ARGS 32 /* max # of args for esc sequences */ -@@ -584,12 +588,11 @@ +@@ -577,11 +582,12 @@ #endif /* OFFIX_DND */ -#ifndef NO_XLOCALE -static char *rs_inputMethod = ""; /* XtNinputMethod */ --static char *rs_preeditType = NULL; /* XtNpreeditType */ +#ifdef USE_XIM -+extern char *rs_inputMethod; /* XtNinputMethod */ -+extern char *rs_preeditType; /* XtNpreeditType */ ++extern char *rs_inputMethod; ++extern char *rs_preeditType; static XIC Input_Context; /* input context */ -- + -#endif /* NO_XLOCALE */ +#endif /* USE_XIM */ /* command input buffering */ -@@ -647,6 +650,16 @@ +@@ -638,6 +644,16 @@ #else # define init_xlocale() ((void)0) #endif @@ -54,7 +74,17 @@ /*for Big Paste Handling */ static int v_doPending(void); -@@ -2425,8 +2438,6 @@ +@@ -2075,6 +2091,9 @@ + # if VTIME != VEOL + tio->c_cc[VTIME] = 0; + # endif ++# ifdef VSTATUS ++ tio->c_cc[VSTATUS] = CSTATUS; ++# endif + + /* input modes */ + tio->c_iflag = (BRKINT | IGNPAR | ICRNL | IXON +@@ -2401,8 +2420,6 @@ DndSelection = XInternAtom(Xdisplay, "DndSelection", False); #endif /* OFFIX_DND */ @@ -63,11 +93,11 @@ /* get number of available file descriptors */ #ifdef _POSIX_VERSION num_fds = sysconf(_SC_OPEN_MAX); -@@ -2489,135 +2500,20 @@ +@@ -2467,135 +2484,21 @@ void init_xlocale(void) { -+ char *locale; ++ char *locale = NULL; - char *p, *s, buf[32], tmp[1024]; - XIM xim = NULL; @@ -105,7 +135,7 @@ - - for (; *s && isspace(*s); s++); - if (!*s) -- break; +- break; - end = s; - for (; *end && (*end != ','); end++); - next_s = end--; @@ -113,21 +143,13 @@ - *(end + 1) = '\0'; - - if (*s) { -- snprintf(buf, sizeof(buf), "@im=%s", s); -- if ((p = XSetLocaleModifiers(buf)) != NULL && *p && (xim = XOpenIM(Xdisplay, NULL, NULL, NULL)) != NULL) { -- break; -- } -+#ifdef USE_XIM -+ locale = setlocale(LC_CTYPE, ""); -+ if (locale == NULL) { -+ print_error("Setting locale failed."); -+ } else { -+ if (strcmp(locale, "C") != 0) { -+ setTermFontSet(); -+ XRegisterIMInstantiateCallback(Xdisplay, NULL, NULL, NULL, IMInstantiateCallback, NULL); - } +- snprintf(buf, sizeof(buf), "@im=%s", s); +- if ((p = XSetLocaleModifiers(buf)) != NULL && *p && (xim = XOpenIM(Xdisplay, NULL, NULL, NULL)) != NULL) { +- break; +- } +- } - if (!*next_s) -- break; +- break; - s = (next_s + 1); - } - } @@ -157,12 +179,12 @@ - for (i = 0, found = 0; i < xim_styles->count_styles; i++) { - D_X11((" -> Supported style flags: 0x%08x %s\n", xim_styles->supported_styles[i], get_input_style_flags(xim_styles->supported_styles[i]))); - D_X11((" -> 0x%08x %s\n", xim_styles->supported_styles[i] & input_style, -- get_input_style_flags(xim_styles->supported_styles[i] & input_style))); +- get_input_style_flags(xim_styles->supported_styles[i] & input_style))); - if ((xim_styles->supported_styles[i] & input_style) == (xim_styles->supported_styles[i])) { - input_style = xim_styles->supported_styles[i]; - found = 1; - break; - } +- } - } - XFree(xim_styles); - @@ -172,8 +194,7 @@ - return; - } - /* Create Font Set */ -+#endif - +- -#ifdef KANJI - fontname = MALLOC(strlen(rs_font[0]) + strlen(rs_kfont[0]) + sizeof(fs_base) + 2); - if (fontname) { @@ -197,19 +218,31 @@ - XFreeStringList(ml); - fontset = 0; - return; -- } ++#ifndef NO_XLOCALE ++ locale = setlocale(LC_CTYPE, ""); ++#endif ++#ifdef USE_XIM ++ if (locale == NULL) ++ print_error("Setting locale failed."); ++ else { ++ setTermFontSet(); ++ if (strcmp(locale, "C")) ++ XRegisterIMInstantiateCallback(Xdisplay, NULL, NULL, NULL, ++ IMInstantiateCallback, NULL); + } - } - list = XVaCreateNestedList(0, XNFontSet, fontset, NULL); - Input_Context = XCreateIC(xim, XNInputStyle, input_style, XNClientWindow, TermWin.parent, XNFocusWindow, TermWin.parent, -- XNPreeditAttributes, list, XNStatusAttributes, list, NULL); +- XNPreeditAttributes, list, XNStatusAttributes, list, NULL); - if (Input_Context == NULL) { - D_X11(("Error: Unable to create Input Context\n")); - XCloseIM(xim); - } ++#endif } #endif /* NO_XLOCALE */ -@@ -3160,6 +3056,9 @@ +@@ -3138,6 +3041,9 @@ if (greek_mode) len = greek_xlat(kbuf, len); #endif @@ -219,7 +252,7 @@ } if (len <= 0) -@@ -3344,6 +3243,7 @@ +@@ -3323,6 +3229,7 @@ #else scr_refresh(refresh_type); #endif @@ -227,7 +260,7 @@ } /* characters already read in */ if (CHARS_READ()) { -@@ -3444,6 +3344,9 @@ +@@ -3423,6 +3330,9 @@ scr_refresh(refresh_type); if (scrollbar_visible()) scrollbar_show(1); @@ -237,7 +270,7 @@ } } } -@@ -4157,6 +4060,9 @@ +@@ -4136,6 +4046,9 @@ refresh_count = refresh_limit = 0; scr_refresh(refresh_type); scrollbar_show(mouseoffset); @@ -247,7 +280,7 @@ #endif } else if ((ev->xany.window == scrollBar.win) && scrollbar_isMotion()) { Window unused_root, unused_child; -@@ -4174,6 +4080,9 @@ +@@ -4153,6 +4066,9 @@ refresh_count = refresh_limit = 0; scr_refresh(refresh_type); scrollbar_show(mouseoffset); @@ -257,7 +290,7 @@ } #ifdef PROFILE_X_EVENTS P_SETTIMEVAL(motion_stop); -@@ -5065,6 +4974,9 @@ +@@ -5044,6 +4960,9 @@ } } Gr_do_graphics(cmd, nargs, args, text); @@ -267,7 +300,7 @@ #endif } -@@ -6311,6 +6223,9 @@ +@@ -6293,6 +6212,9 @@ /* parent already resized */ resize_window1(width, height); @@ -277,7 +310,7 @@ } /* xterm sequences - title, iconName, color (exptl) */ -@@ -6893,6 +6808,328 @@ +@@ -6875,6 +6797,328 @@ free(orig_tnstr); #endif } diff -urN eterm.old/patches/patch-ap eterm/patches/patch-ap --- eterm.old/patches/patch-ap Thu Jan 1 09:00:00 1970 +++ eterm/patches/patch-ap Sun Jan 23 22:53:48 2000 @@ -0,0 +1,10 @@ +--- src/command.h.orig Sun Jan 23 22:53:17 2000 ++++ src/command.h Sun Jan 23 22:53:22 2000 +@@ -35,7 +35,6 @@ + # ifndef X_LOCALE + # define X_LOCALE + # endif +-# include + # endif + + # define menuBar_esc 10 diff -urN eterm.old/patches/patch-aq eterm/patches/patch-aq --- eterm.old/patches/patch-aq Thu Jan 1 09:00:00 1970 +++ eterm/patches/patch-aq Sun Jan 23 23:01:06 2000 @@ -0,0 +1,15 @@ +--- src/menubar.c.orig Wed Nov 3 01:34:35 1999 ++++ src/menubar.c Sun Jan 23 23:00:38 2000 +@@ -42,11 +42,7 @@ + #endif + + #ifdef KANJI +-# ifdef NO_XLOCALE +-# include +-# else +-# include +-# endif ++# include + static XFontSet fontset = 0; + + #endif diff -urN eterm.old/patches/patch-ar eterm/patches/patch-ar --- eterm.old/patches/patch-ar Thu Jan 1 09:00:00 1970 +++ eterm/patches/patch-ar Sun Jan 23 23:15:11 2000 @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Sun Jan 23 23:14:37 2000 ++++ src/Makefile.in Sun Jan 23 23:14:55 2000 +@@ -106,7 +106,7 @@ + libEterm_la_SOURCES = activeconfig.c activeeterm.c activetags.c command.c graphics.c grkelot.c menubar.c misc.c netdisp.c options.c pixmap.c screen.c scrollbar.c system.c threads.c utmp.c + + libEterm_la_DEPENDENCIES = $(DIST_ROOT)/libmej/libmej.la feature.h +-libEterm_la_LDFLAGS = -release $(VERSION) ++libEterm_la_LDFLAGS = -version-info 8:8:8 + + bin_PROGRAMS = Eterm + Eterm_SOURCES = main.c diff -urN eterm.old/patches/patch-as eterm/patches/patch-as --- eterm.old/patches/patch-as Thu Jan 1 09:00:00 1970 +++ eterm/patches/patch-as Sun Jan 23 23:23:52 2000 @@ -0,0 +1,11 @@ +--- libmej/Makefile.in.orig Sun Jan 23 23:22:35 2000 ++++ libmej/Makefile.in Sun Jan 23 23:23:12 2000 +@@ -107,7 +107,7 @@ + + INCLUDES = -I. -I$(top_srcdir) -I$(top_srcdir)/src -I.. -I$(includedir) -I$(prefix)/include $(X_CFLAGS) + +-libmej_la_LDFLAGS = -release $(VERSION) ++libmej_la_LDFLAGS = -version-info 8:8:8 + + EXTRA_DIST = debug.h global.h mem.h strings.h strptime.h strptime.c + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff -urN eterm.old/pkg/PLIST eterm/pkg/PLIST --- eterm.old/pkg/PLIST Sat Jan 29 22:48:08 2000 +++ eterm/pkg/PLIST Sun Jan 23 23:33:44 2000 @@ -14,9 +14,9 @@ @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B share/Eterm/pix/014.png +share/Eterm/pix/40.png +share/Eterm/pix/6.png share/Eterm/pix/backwave.jpg -share/Eterm/pix/button1.jpg -share/Eterm/pix/button5.jpg share/Eterm/pix/circuit.png share/Eterm/pix/fourthday.jpg share/Eterm/pix/gaia.jpg @@ -47,7 +47,6 @@ share/doc/Eterm/Eterm_reference.html share/doc/Eterm/Eterm.tcap share/doc/Eterm/Eterm.ti -share/doc/Eterm/FAQ.html share/doc/Eterm/ReleaseNotes @dirrm share/Eterm/themes/trans @dirrm share/Eterm/themes/tn3270 >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 Jan 29 9:12:41 2000 Delivered-To: freebsd-ports@freebsd.org Received: from glitnir.cfar.umd.edu (glitnir.cfar.umd.edu [128.8.132.40]) by hub.freebsd.org (Postfix) with ESMTP id EE6C114E12; Sat, 29 Jan 2000 09:12:28 -0800 (PST) (envelope-from arensb@cfar.umd.edu) Received: from localhost (arensb@localhost) by glitnir.cfar.umd.edu (8.9.3/8.9.1) with SMTP id MAA00507; Sat, 29 Jan 2000 12:12:23 -0500 (EST) Date: Sat, 29 Jan 2000 12:12:23 -0500 (EST) From: Andrew Arensburger To: steve@FreeBSD.org Cc: arensb@ooblick.com, freebsd-ports@FreeBSD.org Subject: Re: ports/16293: New port: coldsync-1.0.0 In-Reply-To: <200001290451.UAA60758@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 On Fri, 28 Jan 2000 steve@FreeBSD.org wrote: > Synopsis: New port: coldsync-1.0.0 > > State-Changed-From-To: open->closed > State-Changed-By: steve > State-Changed-When: Fri Jan 28 20:48:43 PST 2000 > State-Changed-Why: > New port committed, thanks! Argh. I thought I'd updated this, but I guess I hadn't. Sorry to be a bother, but version 1.1.2 is out. Here's the updated port: # 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: # # . # ./files # ./files/md5 # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # ./Makefile # echo c - . mkdir -p . > /dev/null 2>&1 echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (coldsync-1.1.2.tar.gz) = 85d91ca5ff17b64b9077f1d850468691 END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XSynchronize a PalmPilot with a Unix workstation. END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' X ColdSync is a robust, extensible, portable tool for Xsynchronizing PalmOS devices (PalmPilot et al.) with a Unix Xworkstation. It also supports USB connections to a Visor, under XFreeBSD 4.0. X It runs without a GUI, and therefore allows you to sync Xwithout logging in. X ColdSync is extensible through the use of conduits, which Xallow it to share information with other applications. X X For more information, see Xhttp://www.ooblick.com/software/coldsync/ X X- Andrew Arensburger Xarensb@ooblick.com END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/coldsync X@unexec install-info --delete %D/info/conduits.info %D/info/dir X@unexec install-info --delete %D/info/pdb.info %D/info/dir Xinfo/conduits.info Xinfo/pdb.info X@exec install-info %D/info/conduits.info %D/info/dir X@exec install-info %D/info/pdb.info %D/info/dir END-of-./pkg/PLIST echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: coldsync X# Version required: 1.1.2 X# Date created: 27 January 2000 X# Whom: Andrew Arensburger X# X# $Id$ X# X XDISTNAME= coldsync-1.1.2 XCATEGORIES= palm comms XMASTER_SITES= http://www.ooblick.com/software/coldsync/ X XMAINTAINER= arensb@ooblick.com X XGNU_CONFIGURE= yes X XMAN8= coldsync.8 XMANCOMPRESSED= no X Xpost-install: X @install-info ${PREFIX}/info/conduits.info ${PREFIX}/info/dir X @install-info ${PREFIX}/info/pdb.info ${PREFIX}/info/dir X X.include END-of-./Makefile exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 9:14:36 2000 Delivered-To: freebsd-ports@freebsd.org Received: from cichlids.com (pC19F5470.dip0.t-ipconnect.de [193.159.84.112]) by hub.freebsd.org (Postfix) with ESMTP id 36E2415BAA; Sat, 29 Jan 2000 09:14:33 -0800 (PST) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id CA586AB96; Sat, 29 Jan 2000 18:15:33 +0100 (CET) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id SAA24395; Sat, 29 Jan 2000 18:14:54 +0100 (CET) (envelope-from alex) Date: Sat, 29 Jan 2000 18:14:54 +0100 From: Alexander Langer To: Andrew Arensburger Cc: steve@FreeBSD.ORG, arensb@ooblick.com, freebsd-ports@FreeBSD.ORG Subject: Re: ports/16293: New port: coldsync-1.0.0 Message-ID: <20000129181454.A24362@cichlids.cichlids.com> Mail-Followup-To: Andrew Arensburger , steve@FreeBSD.ORG, arensb@ooblick.com, freebsd-ports@FreeBSD.ORG References: <200001290451.UAA60758@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from arensb@cfar.umd.edu on Sat, Jan 29, 2000 at 12:12:23PM -0500 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 Thus spake Andrew Arensburger (arensb@cfar.umd.edu): > Argh. I thought I'd updated this, but I guess I hadn't. > Sorry to be a bother, but version 1.1.2 is out. Here's the updated > port: nope, send in a diff to the existing one, please (diff -rNu portdir.old portdir), and tell us, if files have been removed from your port. 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 Jan 29 9:14:53 2000 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 68DEE15E4B for ; Sat, 29 Jan 2000 09:14:50 -0800 (PST) (envelope-from chuckr@picnic.mat.net) Received: from localhost (chuckr@localhost [127.0.0.1]) by picnic.mat.net (8.9.3/8.9.3) with ESMTP id MAA67483; Sat, 29 Jan 2000 12:13:52 -0500 (EST) (envelope-from chuckr@picnic.mat.net) Date: Sat, 29 Jan 2000 12:13:51 -0500 (EST) From: Chuck Robey To: Ilia Chipitsine Cc: Ade Lovett , ports@FreeBSD.ORG Subject: Re: another problem - dependency ... (Re: who the hell ported GNOME ??) In-Reply-To: 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 Sat, 29 Jan 2000, Ilia Chipitsine wrote: > > > (This time I've realized how cool it was done with RPMs...) > > > Isn't it a time to move to any sane packaging system, such as RPM or > > > Debian ??? > > > > See the mailing lists archives for all the gory details of the > > (many) times this has been discussed :) > > yes, I seen dicsussion about it, > but could anybody remind me why current packaging system > is better than Debian ?? Ade said go read the archive on that. Why don't you, instead of trying to start up a flamewar? We've covered this ground more than once. ---------------------------------------------------------------------------- Chuck Robey | Interests include C & Java programming, FreeBSD, chuckr@picnic.mat.net | electronics, communications, and signal processing. New Year's Resolution: I will not sphroxify gullible people into looking up fictitious words in the dictionary. ---------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 9:16:17 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id CE86A15E2B for ; Sat, 29 Jan 2000 09:16:15 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.3/8.9.0) with ESMTP id LAA17318; Sat, 29 Jan 2000 11:16:13 -0600 (CST) Date: Sat, 29 Jan 2000 11:16:13 -0600 (CST) From: Steve Price To: Andrew Arensburger Cc: arensb@ooblick.com, freebsd-ports@FreeBSD.org Subject: Re: ports/16293: New port: coldsync-1.0.0 In-Reply-To: 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 Sat, 29 Jan 2000, Andrew Arensburger wrote: # Argh. I thought I'd updated this, but I guess I hadn't. # Sorry to be a bother, but version 1.1.2 is out. Here's the updated # port: Can you send me a diff against the current port? Thanks. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 9:30:15 2000 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 4A28E1585F for ; Sat, 29 Jan 2000 09:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA90717; Sat, 29 Jan 2000 09:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from narcissus.pel.sys.hiroshima-u.ac.jp (ppp-saijo-160.ipc.hiroshima-u.ac.jp [133.41.4.160]) by hub.freebsd.org (Postfix) with ESMTP id C997215266 for ; Sat, 29 Jan 2000 09:21:20 -0800 (PST) (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 CAA54344; Sun, 30 Jan 2000 02:19:51 +0900 (JST) (envelope-from nobutaka) Message-Id: <200001291719.CAA54344@narcissus.pel.sys.hiroshima-u.ac.jp> Date: Sun, 30 Jan 2000 02:19:51 +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/16448: Update port: www/w3m Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16448 >Category: ports >Synopsis: Update port: www/w3m >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 Jan 29 09:30:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: MANTANI Nobutaka >Release: FreeBSD 4.0-CURRENT i386 >Organization: Hiroshima University >Environment: >Description: Upgrade to 0.1.7. Added files: patches/ patch-ao patch-ap patch-aq Removed files: patches/ patch-al patch-am patch-an >How-To-Repeat: >Fix: diff -urN w3m.old/Makefile w3m/Makefile --- w3m.old/Makefile Sat Jan 29 23:30:43 2000 +++ w3m/Makefile Sun Jan 30 02:13:32 2000 @@ -1,20 +1,18 @@ # New ports collection makefile for: w3m -# Version required: 991028-2 +# Version required: 0.1.7 # Date Created: 7 Oct 1999 # Whom: MANTANI Nobutaka # # $FreeBSD: ports/www/w3m/Makefile,v 1.7 2000/01/24 01:11:12 sumikawa Exp $ # -DISTNAME= w3m-${W3M_DIST_VER} -PKGNAME?= w3m-${W3M_VER} -W3M_DIST_VER= 991203 -W3M_VER= ${W3M_DIST_VER} +DISTNAME= w3m-${W3M_VER} +W3M_VER= 0.1.7 CATEGORIES?= www ipv6 -MASTER_SITES= ftp://ei5nazha.yz.yamagata-u.ac.jp/w3m/ \ - ftp://ftp.firedrake.org/w3m/ \ - http://www.instinct.org/~pgl/w3m/ \ - http://grilli.net/mirrors/w3m/download/ +MASTER_SITES= ftp://ei5nazha.yz.yamagata-u.ac.jp/w3m/dev/ \ + ftp://ftp.firedrake.org/w3m/dev/ \ + http://www.instinct.org/~pgl/w3m/dev/ \ + http://grilli.net/mirrors/w3m/download/dev/ MAINTAINER= nobutaka@nobutaka.com @@ -27,7 +25,7 @@ MANLANG= "" TARGET= ${WRKSRC}/config.h -DOCS= FAQ.html MANUAL.html MANUAL_lynx.html README \ +DOCS= FAQ.html HISTORY MANUAL.html README \ README.dict README.func STORY.html keymap.default \ keymap.lynx menu.default menu.submenu SED_CMD= -e "s,%%PREFIX%%,${PREFIX},g" \ diff -urN w3m.old/files/md5 w3m/files/md5 --- w3m.old/files/md5 Sat Jan 29 23:30:42 2000 +++ w3m/files/md5 Sat Jan 29 22:37:49 2000 @@ -1 +1 @@ -MD5 (w3m-991203.tar.gz) = 26339b5854d53ac185cf7904fa903c18 +MD5 (w3m-0.1.7.tar.gz) = 113644aea9749224ac961ffa3c24766a diff -urN w3m.old/patches/patch-aa w3m/patches/patch-aa --- w3m.old/patches/patch-aa Sat Jan 29 23:30:42 2000 +++ w3m/patches/patch-aa Sat Jan 29 22:37:49 2000 @@ -1,35 +1,32 @@ ---- config.h.orig Thu Dec 2 13:12:36 1999 -+++ config.h Mon Dec 6 03:21:06 1999 -@@ -49,18 +49,20 @@ +--- config.h.orig Fri Jan 28 09:48:51 2000 ++++ config.h Fri Jan 28 18:53:34 2000 +@@ -59,19 +59,16 @@ /**********************************************************/ #ifdef makefile_parameter -BIN_DIR = /usr/local/bin -HELP_DIR = /usr/local/lib/w3m +-LIB_DIR = /usr/local/lib/w3m -HELP_FILE = w3mhelp_ja.html --SYS_LIBRARIES = -lgpm -lbsd -lncurses +-SYS_LIBRARIES = -lgpm -lbsd -lncurses -L/usr/local/ssl/lib -lssl -lcrypto +BIN_DIR = %%PREFIX%%/bin -+LIB_DIR = %%PREFIX%%/libexec/w3m +HELP_DIR = %%PREFIX%%/share/doc/w3m +HELP_DIR_JA = %%PREFIX%%/share/doc/ja/w3m ++LIB_DIR = %%PREFIX%%/libexec/w3m +HELP_FILE = w3mhelp_en.html +SYS_LIBRARIES = -lncurses LOCAL_LIBRARIES = -CC = gcc --MYCFLAGS = -g -I./gc -+#CC = gcc -+#MYCFLAGS = -g -I./gc +-MYCFLAGS = -g -I./gc -I/usr/local/ssl/include/openssl -I/usr/local/ssl/include KEYBIND_SRC = keybind.c KEYBIND_OBJ = keybind.o EXT= -GCLIB=gc/gc.a -GCTARGET=gc/gc.a -+#GCLIB=gc/gc.a -+#GCTARGET=gc/gc.a + RANLIB=ranlib + MKDIR=mkdir -p #else - - -@@ -68,21 +70,30 @@ +@@ -81,23 +78,31 @@ #define JA 0 #define EN 1 @@ -43,19 +40,22 @@ #define COLOR #define MOUSE -#define USE_GPM +-#undef USE_SYSMOUSE +#undef USE_GPM ++#define USE_SYSMOUSE #define MENU #define USE_COOKIE - #undef USE_SSL +-#define USE_SSL ++#undef USE_SSL --#define DEF_EDITOR "/bin/vi" + #define DEF_EDITOR "/usr/bin/vi" -#define DEF_MAILER "/bin/mail" -#define DEF_EXT_BROWSER "/usr/local/bin/netscape" -+#define DEF_EDITOR "/usr/bin/vi" +#define DEF_MAILER "/usr/bin/mail" +#define DEF_EXT_BROWSER "%%PREFIX%%/bin/netscape" -#define LIB_DIR "/usr/local/lib/w3m" +-#define HELP_DIR "/usr/local/lib/w3m" -#define HELP_FILE "w3mhelp.html" +#define LIB_DIR "%%PREFIX%%/libexec/w3m" +#ifdef JAPANESE diff -urN w3m.old/patches/patch-ae w3m/patches/patch-ae --- w3m.old/patches/patch-ae Sat Jan 29 23:30:42 2000 +++ w3m/patches/patch-ae Sat Jan 29 22:37:49 2000 @@ -1,18 +1,16 @@ ---- XMakefile.orig Fri Dec 3 10:57:55 1999 -+++ XMakefile Mon Dec 6 03:12:50 1999 -@@ -17,16 +17,16 @@ +--- XMakefile.orig Fri Jan 28 08:38:16 2000 ++++ XMakefile Fri Jan 28 18:55:34 2000 +@@ -18,14 +18,14 @@ INCLUDES=-I. -DEFS=$(INCLUDES) #-DSTR_DEBUG # -DDEBUG -CFLAGS=$(MYCFLAGS) $(DEFS) --LIBS=-L. -laa $(GCLIB) -lm $(LOCAL_LIBRARIES) $(SYS_LIBRARIES) +-LIBS=-L. -lindep $(GCLIB) -lm $(LOCAL_LIBRARIES) $(SYS_LIBRARIES) +DEFS+=$(INCLUDES) #-DSTR_DEBUG # -DDEBUG +CFLAGS+=$(MYCFLAGS) $(DEFS) -+LIBS+=$(ALIB) -lgc -lm $(LOCAL_LIBRARIES) $(SYS_LIBRARIES) ++LIBS+=-L. -lindep -lgc -lm $(LOCAL_LIBRARIES) $(SYS_LIBRARIES) INSTALL=sh install.sh - INSTALL2=sh ../install.sh - RANLIB=ranlib all: $(TARGETS) @@ -21,31 +19,27 @@ $(CC) $(CFLAGS) -o $(TARGET) $(ALLOBJS) $(LIBS) $(ALIB): $(ALIBOBJS) -@@ -48,25 +48,26 @@ - cd gc; make CC='$(CC) $(MYCFLAGS)' - +@@ -66,23 +66,24 @@ install: $(TARGETS) -- -mkdir $(DESTDIR)$(BIN_DIR) -- -mkdir $(DESTDIR)$(HELP_DIR) + -$(MKDIR) $(DESTDIR)$(BIN_DIR) + -$(MKDIR) $(DESTDIR)$(HELP_DIR) ++ -$(MKDIR) $(DESTDIR)$(HELP_DIR_JA) + -$(MKDIR) $(DESTDIR)$(LIB_DIR) - $(INSTALL) -m 755 $(TARGET) $(DESTDIR)$(BIN_DIR)/$(TARGET) - $(INSTALL) -m 644 w3mhelp_en.html $(DESTDIR)$(HELP_DIR)/w3mhelp_en.html - $(INSTALL) -m 644 w3mhelp_ja.html $(DESTDIR)$(HELP_DIR)/w3mhelp_ja.html - $(INSTALL) -m 644 w3mhelp-lynx_en.html $(DESTDIR)$(HELP_DIR)/w3mhelp-lynx_en.html - $(INSTALL) -m 644 w3mhelp-lynx_ja.html $(DESTDIR)$(HELP_DIR)/w3mhelp-lynx_ja.html - $(INSTALL) -m 644 $(HELP_FILE) $(DESTDIR)$(HELP_DIR)/w3mhelp.html -- $(INSTALL) -m 755 $(BOOKMARKER) $(DESTDIR)$(HELP_DIR)/$(BOOKMARKER) -- (cd scripts; for i in *; do $(INSTALL2) -m 755 $$i $(DESTDIR)$(HELP_DIR)/$$i; done) -+ -mkdir -p $(DESTDIR)$(BIN_DIR) -+ -mkdir -p $(DESTDIR)$(LIB_DIR) -+ -mkdir -p $(DESTDIR)$(HELP_DIR) -+ -mkdir -p $(DESTDIR)$(HELP_DIR_JA) +- for d in $(BOOKMARKER) $(HELPER); do $(INSTALL) -m 755 $$d $(DESTDIR)$(LIB_DIR)/$$d; done +- (cd scripts; ln -s ../install.sh .; for i in *.cgi; do $(INSTALL) -m 755 $$i $(DESTDIR)$(LIB_DIR)/$$i; done) + $(BSD_INSTALL_PROGRAM) -m 755 $(TARGET) $(DESTDIR)$(BIN_DIR)/$(TARGET) + $(BSD_INSTALL_DATA) -m 644 w3mhelp_en.html $(DESTDIR)$(HELP_DIR)/w3mhelp_en.html + $(BSD_INSTALL_DATA) -m 644 w3mhelp_ja.html $(DESTDIR)$(HELP_DIR_JA)/w3mhelp_ja.html + $(BSD_INSTALL_DATA) -m 644 w3mhelp-lynx_en.html $(DESTDIR)$(HELP_DIR)/w3mhelp-lynx_en.html + $(BSD_INSTALL_DATA) -m 644 w3mhelp-lynx_ja.html $(DESTDIR)$(HELP_DIR_JA)/w3mhelp-lynx_ja.html -+ $(BSD_INSTALL_PROGRAM) -m 755 $(BOOKMARKER) $(DESTDIR)$(LIB_DIR)/$(BOOKMARKER) -+ (cd scripts; for i in *; do $(BSD_INSTALL_SCRIPT) -m 755 $$i $(DESTDIR)$(LIB_DIR)/$$i; done) ++ for d in $(BOOKMARKER) $(HELPER); do $(BSD_INSTALL_PROGRAM) -m 755 $$d $(DESTDIR)$(LIB_DIR)/$$d; done ++ (cd scripts; for i in *.cgi; do $(BSD_INSTALL_SCRIPT) -m 755 $$i $(DESTDIR)$(LIB_DIR)/$$i; done) uninstall: -$(RM) $(BIN_DIR)/$(TARGET) @@ -54,10 +48,10 @@ + -$(RM) $(HELP_DIR_JA)/w3mhelp-lynx_ja.html -$(RM) $(HELP_DIR)/w3mhelp_en.html - -$(RM) $(HELP_DIR)/w3mhelp_ja.html +- -$(RM) $(HELP_DIR)/w3mhelp.html + -$(RM) $(HELP_DIR_JA)/w3mhelp_ja.html - -$(RM) $(HELP_DIR)/w3mhelp.html -- -$(RM) $(HELP_DIR)/$(BOOKMARKER) + -$(RM) $(LIB_DIR)/$(BOOKMARKER) ++ -$(RM) $(LIB_DIR)/$(HELPER) - clean: - rm -f *.o $(TARGETS) $(ALIB) mktable tagtable.c + clean: sweep + rm -f *.o *.a $(TARGETS) mktable diff -urN w3m.old/patches/patch-ak w3m/patches/patch-ak --- w3m.old/patches/patch-ak Sat Jan 29 23:30:42 2000 +++ w3m/patches/patch-ak Sat Jan 29 22:37:49 2000 @@ -1,10 +1,10 @@ ---- main.c.orig Mon Dec 6 01:55:23 1999 -+++ main.c Mon Dec 6 01:56:00 1999 -@@ -1032,7 +1032,7 @@ +--- main.c.orig Fri Jan 28 14:38:59 2000 ++++ main.c Fri Jan 28 18:57:39 2000 +@@ -1087,7 +1087,7 @@ void ldhelp(void) { -- cmd_loadURL(libFile(HELP_FILE), NULL); +- cmd_loadURL(helpFile(HELP_FILE), NULL); + cmd_loadURL(HELP_FILE, NULL); } diff -urN w3m.old/patches/patch-al w3m/patches/patch-al --- w3m.old/patches/patch-al Sat Jan 29 23:30:42 2000 +++ w3m/patches/patch-al Thu Jan 1 09:00:00 1970 @@ -1,55 +0,0 @@ ---- terms.c.orig Sat Dec 18 16:46:16 1999 -+++ terms.c Sat Dec 18 16:53:51 1999 -@@ -14,8 +14,8 @@ - #include - #ifdef USE_GPM - #include --static int is_xterm = 0; - #endif -+static int is_xterm = 0; - - #ifdef AIX - #include -@@ -1471,16 +1471,23 @@ - gpm_handler = gpm_process_mouse; - } - #endif -+ char *term; -+ -+ if (mouseActive) return; -+ term = getenv("TERM"); -+ if (!strncmp(term,"kterm",5) || !strncmp(term,"xterm",5)) { -+ is_xterm = 1; -+ } - mouseActive = 1; - } - - void mouse_end() - { - if (mouseActive == 0) return; --#ifdef USE_GPM - if (is_xterm) { - XTERM_OFF; - } -+#ifdef USE_GPM - else - Gpm_Close(); - #endif -@@ -1491,17 +1498,13 @@ - { - if (!mouseActive) - mouse_init(); --#ifdef USE_GPM - if (is_xterm) --#endif - XTERM_ON; - } - - void mouse_inactive() - { --#ifdef USE_GPM - if (is_xterm) --#endif - XTERM_OFF; - } - diff -urN w3m.old/patches/patch-am w3m/patches/patch-am --- w3m.old/patches/patch-am Sat Jan 29 23:30:42 2000 +++ w3m/patches/patch-am Thu Jan 1 09:00:00 1970 @@ -1,14 +0,0 @@ ---- keybind.c.orig Mon Dec 6 15:18:33 1999 -+++ keybind.c Mon Dec 6 15:24:31 1999 -@@ -90,9 +90,9 @@ - /* 8 9 : ; < = > ? */ - nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, - /* @ A B C D E F G */ -- nulcmd, movU, movD, movR, movL, nulcmd, nulcmd, nulcmd, -+ nulcmd, movU, movD, movR, movL, nulcmd, goLineL,pgFore, - /* H I J K L M N O */ -- nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, mouse, nulcmd, nulcmd, -+ goLineF,pgBack, nulcmd, nulcmd, nulcmd, mouse, nulcmd, nulcmd, - /* P Q R S T U V W */ - nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, - /* X Y Z [ \ ] ^ _ */ diff -urN w3m.old/patches/patch-an w3m/patches/patch-an --- w3m.old/patches/patch-an Sat Jan 29 23:30:42 2000 +++ w3m/patches/patch-an Thu Jan 1 09:00:00 1970 @@ -1,12 +0,0 @@ ---- etc.c- Wed Dec 1 19:49:48 1999 -+++ etc.c Wed Dec 8 00:43:40 1999 -@@ -1526,6 +1526,9 @@ - sec); - } - -+#ifdef INET6 -+#include -+#endif /* INET6 */ - #include - char * - FQDN(char *host) diff -urN w3m.old/patches/patch-ao w3m/patches/patch-ao --- w3m.old/patches/patch-ao Thu Jan 1 09:00:00 1970 +++ w3m/patches/patch-ao Sat Jan 29 22:37:49 2000 @@ -0,0 +1,16 @@ +--- rc.c.orig Fri Jan 28 09:46:07 2000 ++++ rc.c Fri Jan 28 18:58:17 2000 +@@ -540,13 +540,3 @@ + Strcat_charp(file, base); + return expandName(file->ptr); + } +- +-char * +-helpFile(char *base) +-{ +- Str file = Strnew_charp(HELP_DIR); +- +- Strcat_char(file, '/'); +- Strcat_charp(file, base); +- return expandName(file->ptr); +-} diff -urN w3m.old/patches/patch-ap w3m/patches/patch-ap --- w3m.old/patches/patch-ap Thu Jan 1 09:00:00 1970 +++ w3m/patches/patch-ap Wed Jan 19 06:18:29 2000 @@ -0,0 +1,8 @@ +--- scripts/dirlist.cgi.orig Wed Jan 19 06:17:10 2000 ++++ scripts/dirlist.cgi Wed Jan 19 06:17:43 2000 +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/perl ++#!/usr/bin/perl + # + # Directory list CGI by Hironori Sakamoto (hsaka@mth.biglobe.ne.jp) + # diff -urN w3m.old/patches/patch-aq w3m/patches/patch-aq --- w3m.old/patches/patch-aq Thu Jan 1 09:00:00 1970 +++ w3m/patches/patch-aq Wed Jan 19 06:18:46 2000 @@ -0,0 +1,8 @@ +--- scripts/dirlist2.cgi.orig Wed Jan 19 06:17:21 2000 ++++ scripts/dirlist2.cgi Wed Jan 19 06:17:52 2000 +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/perl ++#!/usr/bin/perl + + $PI = 3.141592653; + diff -urN w3m.old/pkg/PLIST w3m/pkg/PLIST --- w3m.old/pkg/PLIST Sat Jan 29 23:30:43 2000 +++ w3m/pkg/PLIST Sat Jan 29 22:37:49 2000 @@ -1,11 +1,13 @@ bin/w3m libexec/w3m/dirlist.cgi +libexec/w3m/dirlist2.cgi libexec/w3m/w3mbookmark +libexec/w3m/w3mhelperpanel share/doc/ja/w3m/w3mhelp-lynx_ja.html share/doc/ja/w3m/w3mhelp_ja.html share/doc/w3m/FAQ.html +share/doc/w3m/HISTORY share/doc/w3m/MANUAL.html -share/doc/w3m/MANUAL_lynx.html share/doc/w3m/README share/doc/w3m/README.dict share/doc/w3m/README.func diff -urN w3m.old/pkg/PLIST.ja w3m/pkg/PLIST.ja --- w3m.old/pkg/PLIST.ja Sat Jan 29 23:30:43 2000 +++ w3m/pkg/PLIST.ja Sat Jan 29 23:09:50 2000 @@ -1,11 +1,12 @@ bin/w3m libexec/w3m/dirlist.cgi +libexec/w3m/dirlist2.cgi libexec/w3m/w3mbookmark +libexec/w3m/w3mhelperpanel share/doc/ja/w3m/FAQ.html share/doc/ja/w3m/HISTORY share/doc/ja/w3m/HISTORY.kokb share/doc/ja/w3m/MANUAL.html -share/doc/ja/w3m/MANUAL_lynx.html share/doc/ja/w3m/README share/doc/ja/w3m/README.dict share/doc/ja/w3m/README.func @@ -20,8 +21,8 @@ share/doc/ja/w3m/w3mhelp-lynx_ja.html share/doc/ja/w3m/w3mhelp_ja.html share/doc/w3m/FAQ.html +share/doc/w3m/HISTORY share/doc/w3m/MANUAL.html -share/doc/w3m/MANUAL_lynx.html share/doc/w3m/README share/doc/w3m/README.dict share/doc/w3m/README.func >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 Jan 29 9:34:33 2000 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 F3B8114D15; Sat, 29 Jan 2000 09:34:31 -0800 (PST) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA91320; Sat, 29 Jan 2000 09:34:31 -0800 (PST) (envelope-from flathill@FreeBSD.org) Date: Sat, 29 Jan 2000 09:34:31 -0800 (PST) From: Message-Id: <200001291734.JAA91320@freefall.freebsd.org> To: nobutaka@nobutaka.com, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16447: Update port: japanese/eterm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: japanese/eterm State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Sat Jan 29 09:33:56 PST 2000 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 Jan 29 9:40:15 2000 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 CF6EF15AA6 for ; Sat, 29 Jan 2000 09:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA91637; Sat, 29 Jan 2000 09:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cichlids.com (pC19F5470.dip0.t-ipconnect.de [193.159.84.112]) by hub.freebsd.org (Postfix) with ESMTP id 17CF515266 for ; Sat, 29 Jan 2000 09:36:25 -0800 (PST) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 6B620AB96 for ; Sat, 29 Jan 2000 18:37:30 +0100 (CET) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id SAA27150; Sat, 29 Jan 2000 18:36:51 +0100 (CET) (envelope-from alex) Message-Id: <200001291736.SAA27150@cichlids.cichlids.com> Date: Sat, 29 Jan 2000 18:36:51 +0100 (CET) From: Alexander Langer Reply-To: alex@cichlids.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16449: fix textproc/nicetext (bentofied) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16449 >Category: ports >Synopsis: fix textproc/nicetext (bentofied) >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 Jan 29 09:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Alexander Langer >Release: FreeBSD 4.0-CURRENT i386 >Organization: This space is intentionally left blank. >Environment: bento >Description: ansi-c++ violation. (what could it be else?) >How-To-Repeat: bento >Fix: add this to the pathces subdir: --- patch-ac begins here --- --- nttpd/src/nttpd.cc.old Sat Jan 29 18:27:06 2000 +++ nttpd/src/nttpd.cc Sat Jan 29 18:27:36 2000 @@ -288,7 +288,7 @@ for(;;) { - if ((newfd=accept(sockfd, (struct sockaddr *)&their_addr, &sin_size))==-1) + if ((newfd=accept(sockfd, (struct sockaddr *)&their_addr, (socklen_t *) &sin_size))==-1) { perror("accept"); continue; --- patch-ac ends here --- >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 Jan 29 9:50: 9 2000 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 5BA851505C for ; Sat, 29 Jan 2000 09:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA92764; Sat, 29 Jan 2000 09:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.dinoex.sub.org (mail.dinoex.sub.de [195.243.29.14]) by hub.freebsd.org (Postfix) with ESMTP id 53B2014BCC for ; Sat, 29 Jan 2000 09:43:07 -0800 (PST) (envelope-from dm@home.dinoex.sub.org) Received: (from uucp@localhost) by mail.dinoex.sub.org (8.9.3/8.9.3) with UUCP id SAA14701 for FreeBSD-gnats-submit@freebsd.org; Sat, 29 Jan 2000 18:18:14 +0100 (CET) Received: (from uucp@localhost) by net2.dinoex.sub.org (8.9.3/8.9.3) with UUCP id PAA10278 for FreeBSD-gnats-submit@freebsd.org; Sat, 29 Jan 2000 15:35:41 +0100 (CET) Received: (from dm@localhost) by home.dinoex.sub.org (8.9.3/8.9.3) id OAA77042; Sat, 29 Jan 2000 14:57:00 +0100 (CET) Message-Id: <200001291357.OAA77042@home.dinoex.sub.org> Date: Sat, 29 Jan 2000 14:57:00 +0100 (CET) From: dirk.meyer@dinoex.sub.org Reply-To: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16450: textproc/ispell fix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16450 >Category: ports >Synopsis: textproc/ispell fix >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 Jan 29 09:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 3.3-RELEASE i386 >Organization: privat >Environment: % >Description: build ispell for with extra dictionaries The port use an makefile copied into the workdir. >How-To-Repeat: The port use an makefile copied into the workdir. cat echo mkdir is now replaced by the recommended macros. Some portlint complains have been fixed. >Fix: this patches make it obsolete, and future changes more easier diff ispell/Makefile ispell/Makefile --- ispell/Makefile Sat Jan 29 13:15:02 2000 +++ ispell/Makefile Sat Jan 29 14:51:53 2000 @@ -27,7 +27,9 @@ MLINKS= ispell.1 buildhash.1 ispell.1 findaffix.1 ispell.1 munchlist.1\ ispell.1 tryaffix.1 sq.1 unsq.1 EXTRACT_ONLY= ${ISPELL_FILES} -EXTRA_DICT= +EXTRA_DICT= +BUILDHASH=${WRKSRC}/buildhash +DATADIR=${PREFIX}/share/ispell .if (!defined(ISPELL_FR) && !defined (ISPELL_SE) && !defined(ISPELL_BR) && !defined(ISPELL_DENEU) && !defined(ISPELL_DEALT) && !defined(ISPELL_LANG)) .if (make(patch) || make(configure) || make(build) || make (install)) @@ -54,7 +56,7 @@ .endif .if defined(ISPELL_SE) SEDISTFILE= iswedish-1.2.1.tar.gz -MASTER_SITES+= http://www.sslug.dk/locale/ispell/iswedish/ +MASTER_SITES+= http://www.sslug.dk/locale/ispell/iswedish/ EXTRA_DICT+= ${SEDISTFILE} EXTRACT_ONLY+= ${SEDISTFILE} .endif @@ -69,7 +71,7 @@ EXTRA_DICT+= ${DENEUDISTFILE} EXTRACT_ONLY+= ${DENEUDISTFILE} MASTER_SITES+= http://members.xoom.com/maccy/ispell/dict/ \ - ftp://student.physik.uni-dortmund.de/pub/users/jacke/ispell/ + ftp://student.physik.uni-dortmund.de/pub/users/jacke/ispell/ FETCH_BEFORE_ARGS+= -b # HTTP Workaround at Xoom .endif .if defined(ISPELL_DEALT) @@ -88,15 +90,14 @@ post-extract: .if defined(ISPELL_FR) - @${MKDIR} -p ${WRKDIR}/francais-IREQ + @${MKDIR} ${WRKDIR}/francais-IREQ @${TAR} -C ${WRKDIR}/francais-IREQ -zxf ${PORTSDIR}/distfiles/${FRDISTFILE} .endif .if defined(ISPELL_DEALT) - -@${MKDIR} ${WRKDIR}/hk-deutsch + @${MKDIR} ${WRKDIR}/hk-deutsch @${TAR} -C ${WRKDIR}/hk-deutsch/ -zxf ${PORTSDIR}/distfiles/${DEALTDISTFILE} .endif @${TOUCH} ${WRKSRC}/dummy - @${CP} ${FILESDIR}/Makefile ${WRKDIR}/Makefile post-patch: .if defined(ISPELL_FR) @@ -116,31 +117,69 @@ post-configure: @${ECHO} "#define CFLAGS \"${CFLAGS}\"" >> ${WRKSRC}/local.h -do-build: - @(cd ${WRKDIR}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} WRKSRC=${WRKSRC} ${ALL_TARGET}) +post-build: +.if defined(ISPELL_DENEU) + @cd ${WRKDIR}/${DENEUDISTFILE:S=.tar.gz==} && \ + ${MAKE} ${MAKEFLAGS} BUILDHASH=${BUILDHASH} german.hash +.endif +.if defined(ISPELL_DEALT) + @cd ${WRKDIR}/${DEALTDISTFILE:S=.tar.gz==} && \ + ${CAT} worte.txt verben.txt \ + adjektive.txt klein.txt geographie.txt vornamen.txt \ + abkuerz.txt imperat.txt latein.txt informatik.txt \ + infoabk.txt elektronik.txt orgabk.txt marken.txt \ + alphabeta.txt roemisch.txt zusammen.txt | \ + sort -u > all.words && \ + ${BUILDHASH} all.words deutsch.aff deutsch.hash +.endif +.if defined(ISPELL_BR) + @cd ${WRKDIR}/${BRDISTFILE:S=.tar.gz==} && \ + ${MAKE} ${MAKEFLAGS} BUILDHASH=${BUILDHASH} hash +.endif +.if defined(ISPELL_SE) + @cd ${WRKDIR}/${SEDISTFILE:S=.tar.gz==} && \ + ${MAKE} ${MAKEFLAGS} BUILDHASH=${BUILDHASH} +.endif +.if defined(ISPELL_FR) + @cd ${WRKDIR}/francais-IREQ && \ + ${MAKE} ${MAKEFLAGS} BUILDHASH=${BUILDHASH} +.endif -do-install: - @(cd ${WRKDIR}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} WRKSRC=${WRKSRC} ${INSTALL_TARGET}) +pre-install: + if [ ! -d ${DATADIR} ]; \ + then ${MKDIR} ${DATADIR}; fi post-install: + -install -c -m 644 *.aff *.hash ${DATADIR}/DATADIR/ispell @[ -e ${WRKDIR}/.british-build ] && \ - cat ${.CURDIR}/pkg/PLIST.BRITISH >> ${TMPPLIST} || \ - cat ${.CURDIR}/pkg/PLIST.AM >> ${TMPPLIST} -.if defined(ISPELL_FR) - @cat ${.CURDIR}/pkg/PLIST.FR >> ${TMPPLIST} + ${CAT} ${PKGDIR}/PLIST.BRITISH >> ${TMPPLIST} || \ + ${CAT} ${PKGDIR}/PLIST.AM >> ${TMPPLIST} +.if defined(ISPELL_DENEU) + @cd ${WRKDIR}/${DENEUDISTFILE:S=.tar.gz==} && \ + ${INSTALL_DATA} german.aff ${DATADIR}/ndeutsch.aff && \ + ${INSTALL_DATA} german.hash ${DATADIR}/ndeutsch.hash + @${CAT} ${PKGDIR}/PLIST.DENEU >> ${TMPPLIST} .endif .if defined(ISPELL_DEALT) - @cat ${.CURDIR}/pkg/PLIST.DEALT >> ${TMPPLIST} -.endif -.if defined(ISPELL_DENEU) - @cat ${.CURDIR}/pkg/PLIST.DENEU >> ${TMPPLIST} + @cd ${WRKDIR}/${DEALTDISTFILE:S=.tar.gz==} && \ + ${INSTALL_DATA} deutsch.aff deutsch.hash ${DATADIR} + @${CAT} ${PKGDIR}/PLIST.DEALT >> ${TMPPLIST} .endif .if defined(ISPELL_BR) - @cat ${.CURDIR}/pkg/PLIST.BR >> ${TMPPLIST} + @cd ${WRKDIR}/${BRDISTFILE:S=.tar.gz==} && \ + ${INSTALL_DATA} br.aff br.hash ${DATADIR} + @${CAT} ${PKGDIR}/PLIST.BR >> ${TMPPLIST} .endif .if defined(ISPELL_SE) - @cat ${.CURDIR}/pkg/PLIST.SE >> ${TMPPLIST} + @cd ${WRKDIR}/${SEDISTFILE:S=.tar.gz==} && \ + ${INSTALL_DATA} svenska.aff svenska.hash ${DATADIR} + @${CAT} ${PKGDIR}/PLIST.SE >> ${TMPPLIST} +.endif +.if defined(ISPELL_FR) + @cd ${WRKDIR}/francais-IREQ && \ + ${INSTALL_DATA} francais.aff francais.hash ${DATADIR} + @${CAT} ${PKGDIR}/PLIST.FR >> ${TMPPLIST} .endif - @echo "@dirrm share/ispell" >> ${TMPPLIST} - + @${ECHO} "@dirrm share/ispell" >> ${TMPPLIST} + .include diff ispell/files/Makefile ispell/files/Makefile --- ispell/files/Makefile Sat Jan 22 23:26:03 2000 +++ ispell/files/Makefile Thu Jan 1 01:00:00 1970 @@ -1,58 +0,0 @@ -# -# $FreeBSD: ports/textproc/ispell/files/Makefile,v 1.1 2000/01/22 22:26:03 jmz Exp $ -# - -BUILDHASH=${WRKSRC}/buildhash - -all: ispell -.if defined(ISPELL_DENEU) - @make DENEU; -.endif -.if defined(ISPELL_DEALT) - @make DEALT; -.endif -.if defined(ISPELL_BR) - @make BR; -.endif -.if defined(ISPELL_SE) - @make SE; -.endif -.if defined(ISPELL_FR) - @make FR; -.endif - -DENEU: - @cd ./igerman* && make BUILDHASH=${BUILDHASH} german.hash - -DEALT: - @cd hk-deutsch && cat worte.txt verben.txt \ - adjektive.txt klein.txt geographie.txt vornamen.txt \ - abkuerz.txt imperat.txt latein.txt informatik.txt \ - infoabk.txt elektronik.txt orgabk.txt marken.txt \ - alphabeta.txt roemisch.txt zusammen.txt \ - | sort -u > all.words \ - && ${BUILDHASH} all.words deutsch.aff deutsch.hash - -BR: - @cd ./`echo ${BRDISTFILE} | sed -e 's/\.tar\.gz$$//g'` && make BUILDHASH=${BUILDHASH} hash - -SE: - @cd ./`echo ${SEDISTFILE} | sed -e 's/\.tar.gz\$$//g'` && make BUILDHASH=${BUILDHASH} - -FR: - @cd ./francais-IREQ/ && make BUILDHASH=${BUILDHASH} - -install: install-ispell - -cp */*.aff */*.hash . -.if defined(ISPELL_DENEU) - @mv german.aff ndeutsch.aff - @mv german.hash ndeutsch.hash -.endif - -install -c -m 644 *.aff *.hash ${PREFIX}/share/ispell - -ispell: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} all - -install-ispell: ispell - if [ ! -d ${PREFIX}/share/ispell ]; then mkdir ${PREFIX}/share/ispell; fi - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} 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 Sat Jan 29 9:59:39 2000 Delivered-To: freebsd-ports@freebsd.org Received: from glitnir.cfar.umd.edu (glitnir.cfar.umd.edu [128.8.132.40]) by hub.freebsd.org (Postfix) with ESMTP id 29CAF15246; Sat, 29 Jan 2000 09:59:36 -0800 (PST) (envelope-from arensb@cfar.umd.edu) Received: from localhost (arensb@localhost) by glitnir.cfar.umd.edu (8.9.3/8.9.1) with SMTP id MAA00731; Sat, 29 Jan 2000 12:36:43 -0500 (EST) Date: Sat, 29 Jan 2000 12:36:42 -0500 (EST) From: Andrew Arensburger To: Alexander Langer Cc: steve@FreeBSD.ORG, arensb@ooblick.com, freebsd-ports@FreeBSD.ORG Subject: Re: ports/16293: New port: coldsync-1.0.0 In-Reply-To: <20000129181454.A24362@cichlids.cichlids.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 Sat, 29 Jan 2000, Alexander Langer wrote: > Thus spake Andrew Arensburger (arensb@cfar.umd.edu): > > Argh. I thought I'd updated this, but I guess I hadn't. > > Sorry to be a bother, but version 1.1.2 is out. > > nope, send in a diff to the existing one, please > (diff -rNu portdir.old portdir), and tell us, if files have been > removed from your port. Appended below. (Okay, I guess I really should RTFHandbook next time.) No files have been added or deleted. -- Andrew Arensburger, Systems guy Center for Automation Research arensb@cfar.umd.edu University of Maryland Interfere? Of course we'll interfere. Always do what you're best at, I say. diff -rNu oldport/Makefile newport/Makefile --- oldport/Makefile Sat Jan 29 12:29:29 2000 +++ newport/Makefile Thu Jan 27 01:03:13 2000 @@ -1,12 +1,12 @@ # New ports collection makefile for: coldsync -# Version required: 1.0.0 -# Date created: 21 January 2000 +# Version required: 1.1.2 +# Date created: 27 January 2000 # Whom: Andrew Arensburger # # $Id$ # -DISTNAME= coldsync-1.0.0 +DISTNAME= coldsync-1.1.2 CATEGORIES= palm comms MASTER_SITES= http://www.ooblick.com/software/coldsync/ diff -rNu oldport/files/md5 newport/files/md5 --- oldport/files/md5 Sat Jan 29 12:28:17 2000 +++ newport/files/md5 Thu Jan 27 03:08:42 2000 @@ -1 +1 @@ -MD5 (coldsync-1.0.0.tar.gz) = 7216e5ede8896fe736579966c30e2a14 +MD5 (coldsync-1.1.2.tar.gz) = 85d91ca5ff17b64b9077f1d850468691 diff -rNu oldport/pkg/DESCR newport/pkg/DESCR --- oldport/pkg/DESCR Sat Jan 29 12:31:53 2000 +++ newport/pkg/DESCR Thu Jan 27 03:05:23 2000 @@ -1,6 +1,7 @@ ColdSync is a robust, extensible, portable tool for synchronizing PalmOS devices (PalmPilot et al.) with a Unix -workstation. +workstation. It also supports USB connections to a Visor, under +FreeBSD 4.0. It runs without a GUI, and therefore allows you to sync without logging in. ColdSync is extensible through the use of conduits, which To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 10:11:24 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mobil.surnet.ru (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (Postfix) with ESMTP id DC52316296 for ; Sat, 29 Jan 2000 10:11:09 -0800 (PST) (envelope-from ilia@cgilh.chel.su) Received: (from uucgilh@localhost) by mobil.surnet.ru (8.9.1a/8.9.1) with UUCP id WAA20589; Sat, 29 Jan 2000 22:57:19 +0500 (ES) Received: (from uucp@localhost) by cgilh.chel.su (8.8.7/8.8.7) with UUCP id VAA02306; Sat, 29 Jan 2000 21:55:14 +0500 Received: from localhost (ilia@localhost) by jane.cgu.chel.su (8.9.3/8.9.2) with ESMTP id WAA00531; Sat, 29 Jan 2000 22:01:46 +0500 (ES) (envelope-from ilia@cgilh.chel.su) X-Authentication-Warning: jane.cgu.chel.su: ilia owned process doing -bs Date: Sat, 29 Jan 2000 22:01:43 +0500 (ES) From: Ilia Chipitsine X-Sender: ilia@jane.cgu.chel.su To: "Scot W. Hetzel" Cc: ports@FreeBSD.ORG Subject: Re: another problem - dependency ... (Re: who the hell ported GNOME ??) In-Reply-To: <006601bf6a76$69ed2e60$8dfee0d1@westbend.net> 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 -----BEGIN PGP SIGNED MESSAGE----- On Sat, 29 Jan 2000, Scot W. Hetzel wrote: > i.e. > > CONFLICTS= gnome-libs<1.0.55 > > I created a patch based on NetBSD's package installation tools for FreeBSD's > package installation tools that will allow us to specify which packages a > given port conflicts with. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! that's what I've always wanted ! Exactly ! just my 0.02 roubles !!! will this be added to STABLE branch soon ? hope next step will be "upgrading packages without reinstalling" > > See the following Problem Reports for more info: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=13649 - Patch for bsd.port.mk > conflict checking > http://www.freebsd.org/cgi/query-pr.cgi?pr=13650 - Patch for Package > installation tools > > Scot > -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQB1AwUBOJMc+eRxlWKN2EXhAQHdeQMAyC2L7X60jBkxnmdNbM5HYYtgVy1SCTrP oCXqmLAJAxZlvZFvQ4hRvT7Ql4IKtrBL3V9zW5jTxM/BZzeTe+XmtcbYtolNigpr Yp00oXN8nPspk6XH2mu1LvlZ7VXajLeY =gEuj -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 10:40: 4 2000 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 4F06C1517F for ; Sat, 29 Jan 2000 10:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA97513; Sat, 29 Jan 2000 10:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cichlids.com (pC19F548A.dip0.t-ipconnect.de [193.159.84.138]) by hub.freebsd.org (Postfix) with ESMTP id 14112156C1 for ; Sat, 29 Jan 2000 10:33:39 -0800 (PST) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 65E9DAB96 for ; Sat, 29 Jan 2000 19:34:40 +0100 (CET) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id TAA30110; Sat, 29 Jan 2000 19:34:01 +0100 (CET) (envelope-from alex) Message-Id: <200001291834.TAA30110@cichlids.cichlids.com> Date: Sat, 29 Jan 2000 19:34:01 +0100 (CET) From: Alexander Langer Reply-To: alex@cichlids.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16451: fix games/pp (bentofied) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16451 >Category: ports >Synopsis: fix games/pp (bentofied) >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 Jan 29 10:40:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Alexander Langer >Release: FreeBSD 4.0-CURRENT i386 >Organization: This space is intentionally left blank. >Environment: >Description: bentofied >How-To-Repeat: build >Fix: use these additional patches for the patches-subdir --- patch-ab begins here --- --- leiste.h.old Sat Jan 29 18:32:21 2000 +++ leiste.h Sat Jan 29 18:33:40 2000 @@ -38,7 +38,7 @@ class leiste : public QWidget { -const int buttonHoehe=104, buttonBreite=140; +int buttonHoehe, buttonBreite; //const QString picPfad2="./pic"; Q_OBJECT --- patch-ab ends here --- --- patch-ac begins here --- --- leiste.cpp.old Sat Jan 29 18:32:07 2000 +++ leiste.cpp Sat Jan 29 18:33:19 2000 @@ -34,6 +34,8 @@ QString picPfad="") :QWidget (parent, name) { + buttonHoehe = 104; + buttonBreite = 104; sci=0; setMouseTracking (TRUE); --- patch-ac ends here --- >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 Jan 29 11: 8:32 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sonet.crimea.ua (OTC-sl3-FLY.CRIS.NET [212.110.136.71]) by hub.freebsd.org (Postfix) with ESMTP id 87A1C15788 for ; Sat, 29 Jan 2000 11:08:20 -0800 (PST) (envelope-from phantom@scorpion.crimea.ua) Received: (from uucp@localhost) by sonet.crimea.ua (8.9.3/8.9.3) with UUCP id VAA03744 for ports@FreeBSD.org; Sat, 29 Jan 2000 21:17:44 +0300 (MSK) Received: (from phantom@localhost) by scorpion.crimea.ua (8.8.8/8.8.5+ssl+keepalive) id UAA26532; Sat, 29 Jan 2000 20:35:32 +0300 (MSK) Date: Sat, 29 Jan 2000 20:35:32 +0300 From: Alexey Zelkin To: ports@FreeBSD.org Subject: [kilroy@copland.rowan.edu: Forwarded Error Message, Per Request] Message-ID: <20000129203532.C26266@scorpion.crimea.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.7i X-Operating-System: FreeBSD 2.2.7-RELEASE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ----- Forwarded message from Dr Nancy's Sweetie ----- Delivered-To: freebsd-www@freebsd.org X-Authentication-Warning: copland.rowan.edu: localhost [127.0.0.1] didn't use HELO protocol To: www@FreeBSD.ORG Subject: Forwarded Error Message, Per Request Date: Fri, 28 Jan 2000 15:43:10 -0500 From: "Dr Nancy's Sweetie" Precedence: bulk X-UIDL: 9b7c06a4514669dbdb7ba65f6cc3c46f FreeBSD.org - Document not found The file http://www.freebsd.org/cgi/ports/graphics/xanim/ does not exist at this server. You are coming from http://www.freebsd.org/cgi/ports.cgi?query=xanim&stype=all. The closest match to your request is http://www.freebsd.org. Please contact the server administrator www@FreeBSD.org. Thank you very much! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-www" in the body of the message ----- End forwarded message ----- -- /* Alexey Zelkin && phantom@cris.net */ /* Tavric National University && phantom@crimea.edu */ /* http://www.ccssu.crimea.ua/~phantom && phantom@FreeBSD.org */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 11:40: 5 2000 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 4488D14F91 for ; Sat, 29 Jan 2000 11:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA02376; Sat, 29 Jan 2000 11:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 29 Jan 2000 11:40:02 -0800 (PST) Message-Id: <200001291940.LAA02376@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ade Lovett Subject: Re: ports/16444: fix games/maelstrom (bentofied) Reply-To: Ade Lovett Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/16444; it has been noted by GNATS. From: Ade Lovett To: Alexander Langer Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/16444: fix games/maelstrom (bentofied) Date: Sat, 29 Jan 2000 13:34:05 -0600 On Sat, Jan 29, 2000 at 05:18:55PM +0100, Alexander Langer wrote: > > >Number: 16444 > >Category: ports > >Synopsis: fix games/maelstrom (bentofied) > > [snip] > > - (struct sockaddr *)&from, &clen); > + (struct sockaddr *)&from, (socklen_t *) &clen); This will break the build on -STABLE anaconda 3% find /usr/include -type f -print | xargs grep socklen_t anaconda 4% uname -a FreeBSD anaconda.lovett.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Tue Jan 25 11:02:48 CST 2000 root@anaconda.lovett.com:/usr/src/sys/compile/ANACONDA i386 socklen_t is only present in 4.x. Please be a little more thoughtful of the patches you're supplying. -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 12:10: 7 2000 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 42F3914EAA for ; Sat, 29 Jan 2000 12:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA04917; Sat, 29 Jan 2000 12:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 29 Jan 2000 12:10:04 -0800 (PST) Message-Id: <200001292010.MAA04917@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: Re: ports/16451: fix games/pp (bentofied) Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/16451; it has been noted by GNATS. From: Will Andrews To: Alexander Langer Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/16451: fix games/pp (bentofied) Date: Sat, 29 Jan 2000 15:07:29 -0500 On Sat, Jan 29, 2000 at 07:34:01PM +0100, Alexander Langer wrote: > use these additional patches for the patches-subdir > > --- patch-ab begins here --- > --- leiste.h.old Sat Jan 29 18:32:21 2000 > +++ leiste.h Sat Jan 29 18:33:40 2000 > @@ -38,7 +38,7 @@ > > class leiste : public QWidget { > > -const int buttonHoehe=104, buttonBreite=140; > +int buttonHoehe, buttonBreite; > //const QString picPfad2="./pic"; > > Q_OBJECT > --- patch-ab ends here --- > > --- patch-ac begins here --- > --- leiste.cpp.old Sat Jan 29 18:32:07 2000 > +++ leiste.cpp Sat Jan 29 18:33:19 2000 > @@ -34,6 +34,8 @@ > QString picPfad="") > :QWidget (parent, name) > { > + buttonHoehe = 104; > + buttonBreite = 104; > sci=0; > setMouseTracking (TRUE); > > --- patch-ac ends here --- I fixed this properly at my site (http://www.psn.net/~andrews/qtkde/). You should have left the const qualifiers in and used the header of the constructor to fix this, as shown on my site. :-> Go look at the diffs... and remember, when you're patching Qt programs, I've probably already done it. ;-) I've now fixed 42 of the 55 ports listed on that page. Help, anyone?? I believe Jeremy Lea has fixed some of those ports in the ports tree, so the number may be higher than 42 at this time. -- 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 Sat Jan 29 12:10:14 2000 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 07745159F9 for ; Sat, 29 Jan 2000 12:10:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA04926; Sat, 29 Jan 2000 12:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from wilson.acpub.duke.edu (wilson.acpub.duke.edu [152.3.233.69]) by hub.freebsd.org (Postfix) with ESMTP id 8618014D75 for ; Sat, 29 Jan 2000 12:08:41 -0800 (PST) (envelope-from sto@stat.Duke.EDU) Received: from bobzilla.adsl.duke.edu (bobzilla.adsl.duke.edu [152.16.67.15]) by wilson.acpub.duke.edu (8.9.3/8.9.3/Duke-5.0.0) with ESMTP id PAA03272; Sat, 29 Jan 2000 15:08:38 -0500 (EST) Received: (from sto@localhost) by bobzilla.adsl.duke.edu (8.9.3/8.9.3) id PAA05133; Sat, 29 Jan 2000 15:08:38 -0500 (EST) (envelope-from sto) Message-Id: <200001292008.PAA05133@bobzilla.adsl.duke.edu> Date: Sat, 29 Jan 2000 15:08:38 -0500 (EST) From: sean@stat.duk.edu Reply-To: sean@stat.duk.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16452: Update ctwm port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16452 >Category: ports >Synopsis: Update ctwm 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: Sat Jan 29 12:10:04 PST 2000 >Closed-Date: >Last-Modified: >Originator: Sean O'Connell >Release: FreeBSD 4.0-CURRENT i386 >Organization: ISDS >Environment: All versions of FreeBSD >Description: I propose changing the master site for ctwm from the ftp://slhp1.epfl.ch/pub/ to http://http://ctwm.dl.nu/ since the bandwidth is higher and there is a 3.5.2 tarball already there >How-To-Repeat: N/A >Fix: I propose the following patches: --- Makefile.orig Sat Jan 29 14:54:36 2000 +++ Makefile Sat Jan 29 15:00:37 2000 @@ -9,11 +9,7 @@ DISTNAME= ctwm-3.5.2 PKGNAME= ctwm-3.5.2 CATEGORIES= x11-wm -MASTER_SITES= ftp://slhp1.epfl.ch/pub/ - -#PATCH_SITES= ${MASTER_SITES} -#PATCHFILES= ctwm-3.5-3.5.1.diffs.gz ctwm-3.5.1-3.5.2.diffs.gz -#PATCH_DIST_STRIP= -p1 +MASTER_SITES= http://http://ctwm.dl.nu/ MAINTAINER= torstenb@FreeBSD.org --- md5.orig Sat Jan 29 15:01:48 2000 +++ md5 Sat Jan 29 15:01:54 2000 @@ -1,4 +1 @@ MD5 (ctwm-3.5.2.tar.gz) = 2e17ac147b0168df6b0fd06d76df5b6a -MD5 (ctwm-3.5.tar.gz) = e1ca78d934702e5c013da90476703301 -MD5 (ctwm-3.5-3.5.1.diffs.gz) = f34b7edfd4738703e730e11b5a9164f6 -MD5 (ctwm-3.5.1-3.5.2.diffs.gz) = fe693594699c8bfff877192b20daf104 It would also be nice to plug the website for ctwm: http://http://ctwm.dl.nu/ >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 Jan 29 12:38:13 2000 Delivered-To: freebsd-ports@freebsd.org Received: from m08.alpha-net.ne.jp (m08.alpha-net.ne.jp [210.229.64.38]) by hub.freebsd.org (Postfix) with ESMTP id 02E09155BC; Sat, 29 Jan 2000 12:38:06 -0800 (PST) (envelope-from k5@cheerful.com) Received: from kyoto-p27.alpha-net.ne.jp (kyoto-p27.alpha-net.ne.jp [210.237.118.27]) by m08.alpha-net.ne.jp (8.9.3/3.7W) with ESMTP id FAA12462; Sun, 30 Jan 2000 05:33:55 +0900 (JST) Received: from souffle.bogus-local.net (souffle.bogus-local.net [192.168.1.1]) by kyoto-p27.alpha-net.ne.jp (Postfix) with ESMTP id 9D3D53D23; Sun, 30 Jan 2000 05:37:55 +0900 (JST) Date: Sun, 30 Jan 2000 05:38:07 +0900 Message-ID: <86r9f0zk9c.wl@cheerful.com> From: FUJISHIMA Satsuki To: flathill@FreeBSD.org Cc: nobutaka@nobutaka.com, freebsd-ports@FreeBSD.org Subject: Re: ports/16447: Update port: japanese/eterm In-Reply-To: In your message of "Sat, 29 Jan 2000 09:34:31 -0800 (PST)" <200001291734.JAA91320@freefall.freebsd.org> References: <200001291734.JAA91320@freefall.freebsd.org> User-Agent: Wanderlust/2.2.13 (Keep The Faith) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) Emacs/20.5 (i386--freebsd) MULE/4.1 (AOI) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Don't you forget to update Makefile? flathill 2000/01/29 09:33:00 PST Modified files: japanese/eterm/files md5 japanese/eterm/patches patch-aa patch-ad patch-ae japanese/eterm/pkg PLIST Added files: japanese/eterm/patches patch-ap patch-aq patch-ar patch-as Log: Update to 0.8.10 PR: ports/16447 Submitted by: nobutaka@nobutaka.com(Maintainer) -- FUJISHIMA Satsuki To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 12:40:17 2000 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 B1ADB15201 for ; Sat, 29 Jan 2000 12:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA07849; Sat, 29 Jan 2000 12:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from ikhala.tcimet.net (ikhala.tcimet.net [198.109.166.215]) by hub.freebsd.org (Postfix) with ESMTP id D21BD1630D for ; Sat, 29 Jan 2000 12:32:47 -0800 (PST) (envelope-from dervish@ikhala.tcimet.net) Received: (from dervish@localhost) by ikhala.tcimet.net (8.9.3/8.9.3) id QAA29098; Sat, 29 Jan 2000 16:07:16 -0500 (EST) (envelope-from dervish) Message-Id: <200001292107.QAA29098@ikhala.tcimet.net> Date: Sat, 29 Jan 2000 16:07:16 -0500 (EST) From: bush doctor Reply-To: dervish@ikhala.tcimet.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16454: Patch file for tidy man page bundled with port instead of man page ... Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16454 >Category: ports >Synopsis: Patch for man page included with port instead of patched 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 Jan 29 12:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: bush doctor >Release: FreeBSD 4.0-CURRENT i386 >Organization: iCk Logic >Environment: FreeBSD ikhala.tcimet.net 4.0-CURRENT FreeBSD 4.0-CURRENT #10: Thu Jan 27 09:35:01 EST 2000 root@ikhala.tcimet.net:/usr/src/sys/compile/GANJA i386 >Description: When one performs a "man tidy" with the latest tidy port (tidy-0.11.99.2) the patch to the man page shows up instead of the man page. >How-To-Repeat: Perform a "man tidy" on the command line. >Fix: (Temporary) The quick fix is to download the "man_page.txt" file from the tidy ftp site, run patch (e.g. if you place the man_page.txt into ports/www/tidy perform the following steps a) make b) patch Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 12:40:22 2000 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 32405156C1 for ; Sat, 29 Jan 2000 12:40:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA07859; Sat, 29 Jan 2000 12:40:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from stephen.tranquility.net (stephen.tranquility.net [206.156.230.78]) by hub.freebsd.org (Postfix) with ESMTP id 7E40016157 for ; Sat, 29 Jan 2000 12:34:47 -0800 (PST) (envelope-from stephen@stephen.tranquility.net) Received: (from stephen@localhost) by stephen.tranquility.net (8.9.3/8.9.3) id OAA04091; Sat, 29 Jan 2000 14:34:53 -0600 (CST) (envelope-from stephen) Message-Id: <200001292034.OAA04091@stephen.tranquility.net> Date: Sat, 29 Jan 2000 14:34:53 -0600 (CST) From: stephen@math.missouri.edu Reply-To: stephen@math.missouri.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16455: dvipdfm version update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16455 >Category: ports >Synopsis: dvipdfm version update >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 Jan 29 12:40:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Stephen Montgomery-Smith >Release: FreeBSD 3.4-STABLE i386 >Organization: University of Missouri >Environment: >Description: dvipdfm changed from version 0.12.7 to 0.12.7b >How-To-Repeat: >Fix: Here is the diff file. Although the version changed from 0.12.7 to 0.12.7b, it seemed right to me to keep the package name as dvipdfm-0.12.7. But if you wish to change that, I don't mind. diff -rc dvipdfm/Makefile dvipdfm-new/Makefile *** dvipdfm/Makefile Sat Jan 29 10:43:12 2000 --- dvipdfm-new/Makefile Sat Jan 29 14:28:01 2000 *************** *** 6,12 **** # $FreeBSD: /ctm/FreeBSD/anoncvs/cvs/ports/print/dvipdfm/Makefile,v 1.1 2000/01/29 05:39:33 steve Exp $ # ! DISTNAME= dvipdfm-0.12.7 CATEGORIES= print MASTER_SITES= http://odo.kettering.edu/dvipdfm/ --- 6,13 ---- # $FreeBSD: /ctm/FreeBSD/anoncvs/cvs/ports/print/dvipdfm/Makefile,v 1.1 2000/01/29 05:39:33 steve Exp $ # ! DISTNAME= dvipdfm-0.12.7b ! PKGNAME= dvipdfm-0.12.7 CATEGORIES= print MASTER_SITES= http://odo.kettering.edu/dvipdfm/ *************** *** 14,20 **** BUILD_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX \ ${LOCALBASE}/lib/libpng.a:${PORTSDIR}/graphics/png - RUN_DEPENDS= kpsewhich:${PORTSDIR}/print/teTeX WRKSRC= ${WRKDIR}/dvipdfm --- 15,20 ---- *************** *** 31,37 **** mktexlsr ${MKDIR} ${PREFIX}/share/dvipdfm ${INSTALL_DATA} ${WRKSRC}/latex-support/dvipdfm.def ${PREFIX}/share/dvipdfm ! ${INSTALL_DATA} ${WRKSRC}/latex-support/hdvipdfm.def ${PREFIX}/share/dvipdfm .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/texmf/doc/dvipdfm ${INSTALL_DATA} ${WRKSRC}/doc/dvipdfm.tex ${PREFIX}/share/texmf/doc/dvipdfm --- 31,37 ---- mktexlsr ${MKDIR} ${PREFIX}/share/dvipdfm ${INSTALL_DATA} ${WRKSRC}/latex-support/dvipdfm.def ${PREFIX}/share/dvipdfm ! # ${INSTALL_DATA} ${WRKSRC}/latex-support/hdvipdfm.def ${PREFIX}/share/dvipdfm .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/texmf/doc/dvipdfm ${INSTALL_DATA} ${WRKSRC}/doc/dvipdfm.tex ${PREFIX}/share/texmf/doc/dvipdfm diff -rc dvipdfm/files/md5 dvipdfm-new/files/md5 *** dvipdfm/files/md5 Sat Jan 29 10:43:13 2000 --- dvipdfm-new/files/md5 Sat Jan 29 11:05:18 2000 *************** *** 1 **** ! MD5 (dvipdfm-0.12.7.tar.gz) = b056a7814cdb8fb38300e7436ece97b5 --- 1 ---- ! MD5 (dvipdfm-0.12.7b.tar.gz) = 393f9399f91a456779439d8057f363a0 diff -rc dvipdfm/pkg/MESSAGE dvipdfm-new/pkg/MESSAGE *** dvipdfm/pkg/MESSAGE Sat Jan 29 10:43:13 2000 --- dvipdfm-new/pkg/MESSAGE Sat Jan 29 14:22:04 2000 *************** *** 2,15 **** provided by the latest dvipdfm distribution. This is necessary for .eps and .png file support. The install script will not do this for you because I do not believe it is healthy to overwrite a file ! supplied by a different distribution. If you want to use hyperref ! with "breaklinks" support, you may want to replace hdvipdfm.def ! with the version in this distribution. ! The files dvipdfm.def and hdvipdfm.def from the latest dvipdfm ! distribution may be found in /usr/local/share/dvipdfm. The files ! that should to be replaced may be found in ! /usr/local/share/texmf/tex/latex/graphics. Edit the config script in the texmf/dvipdfm directory and change to suit your needs. An important configuration option is to set the --- 2,12 ---- provided by the latest dvipdfm distribution. This is necessary for .eps and .png file support. The install script will not do this for you because I do not believe it is healthy to overwrite a file ! supplied by a different distribution. ! The file dvipdfm.def from the latest dvipdfm distribution may be ! found in /usr/local/share/dvipdfm. The file that should to be ! replaced may be found in /usr/local/share/texmf/tex/latex/graphics. Edit the config script in the texmf/dvipdfm directory and change to suit your needs. An important configuration option is to set the diff -rc dvipdfm/pkg/PLIST dvipdfm-new/pkg/PLIST *** dvipdfm/pkg/PLIST Sat Jan 29 10:43:13 2000 --- dvipdfm-new/pkg/PLIST Sat Jan 29 14:20:49 2000 *************** *** 2,8 **** bin/dvipdft bin/ebb share/dvipdfm/dvipdfm.def - share/dvipdfm/hdvipdfm.def share/texmf/doc/dvipdfm/dvipdfm.pdf share/texmf/doc/dvipdfm/dvipdfm.tex share/texmf/doc/dvipdfm/mwicks.bb --- 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 Sat Jan 29 12:42:20 2000 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 CE59C16253 for ; Sat, 29 Jan 2000 12:42:02 -0800 (PST) (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 WAA29754; Sat, 29 Jan 2000 22:41:20 +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 MAA74728; Sat, 29 Jan 2000 12:40:28 -0800 (PST) (envelope-from reg) Date: Sat, 29 Jan 2000 12:40:28 -0800 From: Jeremy Lea To: Ilia Chipitsine Cc: "Scot W. Hetzel" , ports@FreeBSD.ORG Subject: Re: another problem - dependency ... (Re: who the hell ported GNOME ??) Message-ID: <20000129124027.G55008@shale.csir.co.za> References: <006601bf6a76$69ed2e60$8dfee0d1@westbend.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from ilia@cgilh.chel.su on Sat, Jan 29, 2000 at 10:01:43PM +0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, On Sat, Jan 29, 2000 at 10:01:43PM +0500, Ilia Chipitsine wrote: > hope next step will be "upgrading packages without reinstalling" You seem intent on wanting to start a flame war... so here's some work for you to do. Any comments or complaints until this is done will now be simply laziness on your part ;-) There is a quick and easy way to upgrade packages. We find the old pkg in /var/db/pkg, and get it's PLIST. We then merge it's PLIST with our new one, removing duplicate entries. We then install our files, and install in /var/db/pkg with the merged PLIST. Then we go through all the ports which the old package depend on or that the depended on the old package (all this info is in /var/db/pkg/foo-1.0/) and change references to the new package name. Then we install our new depends if any. The source code is in /usr/src/usr.bin/pkg_install/ The only hard part is working out what's an old version of this package... Regards, -Jeremy -- FreeBSD - Because the best things in life are free... http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 12:49:14 2000 Delivered-To: freebsd-ports@freebsd.org Received: from firstusa.com (216-158-11-17.wlm.dca.net [216.158.11.17]) by hub.freebsd.org (Postfix) with ESMTP id D1E8B1621F; Sat, 29 Jan 2000 12:49:09 -0800 (PST) (envelope-from darkstar@udel.edu) Received: from jalexand by firstusa.com with local (Exim 3.12 #1) id 12EedM-0003vD-00; Sat, 29 Jan 2000 15:38:16 -0500 Date: Sat, 29 Jan 2000 15:38:16 -0500 From: Jerry Alexandratos To: Jeremy Lea Cc: Ilia Chipitsine , "Scot W. Hetzel" , ports@FreeBSD.ORG Subject: Re: another problem - dependency ... (Re: who the hell ported GNOME ??) Message-ID: <20000129153816.A15067@hellboy.aug.fusa.com> References: <006601bf6a76$69ed2e60$8dfee0d1@westbend.net> <20000129124027.G55008@shale.csir.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000129124027.G55008@shale.csir.co.za>; from reg@FreeBSD.ORG on Sat, Jan 29, 2000 at 12:40:28PM -0800 Organization: Broken Toys Unlimited Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Jan 29, 2000 at 12:40:28PM -0800, Jeremy Lea wrote: : : The source code is in /usr/src/usr.bin/pkg_install/ : : The only hard part is working out what's an old version of this : package... One could always look at NetBSD's "make upgrade" target as well and see if we could roll that into our stuff. --Jerry name: Jerry Alexandratos || Open-Source software isn't a phone: 302.593.4322 || matter of life or death... email: darkstar@udel.edu || ...It's much more important || than that! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 13: 0: 5 2000 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 4FC9014D15 for ; Sat, 29 Jan 2000 13:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA09359; Sat, 29 Jan 2000 13:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from eddings.acpub.duke.edu (eddings.acpub.duke.edu [152.3.233.76]) by hub.freebsd.org (Postfix) with ESMTP id 8F14214F6A for ; Sat, 29 Jan 2000 12:55:37 -0800 (PST) (envelope-from sto@stat.Duke.EDU) Received: from bobzilla.adsl.duke.edu (bobzilla.adsl.duke.edu [152.16.67.15]) by eddings.acpub.duke.edu (8.9.3/8.9.3/Duke-5.0.0) with ESMTP id PAA18205; Sat, 29 Jan 2000 15:55:33 -0500 (EST) Received: (from sto@localhost) by bobzilla.adsl.duke.edu (8.9.3/8.9.3) id PAA06588; Sat, 29 Jan 2000 15:55:33 -0500 (EST) (envelope-from sto) Message-Id: <200001292055.PAA06588@bobzilla.adsl.duke.edu> Date: Sat, 29 Jan 2000 15:55:33 -0500 (EST) From: sean@stat.Duke.EDU Reply-To: sean@stat.Duke.EDU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16456: ispell port is broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16456 >Category: ports >Synopsis: ispell port is broken >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jan 29 13:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Sean O'Connell >Release: FreeBSD 4.0-CURRENT i386 >Organization: ISDS >Environment: FreeBSD all versions (I guess) >Description: The latest patches to ispell port break ispell in that the dictionary hashes are installed in /usr/local/share/ispell, but ispell is still looking for them in /usr/local/lib. >How-To-Repeat: cvsup ports and cd /usr/ports/textproc/ispell and make install >Fix: There needs to be a patch to the local.h such that LIBDIR and SHAREDIR point to the same location. Currently SHAREDIR is where the dictionary hashes are installed, but ispell is looking in LIBDIR... The following patch fixed to local.h (after the original patches are applied), fixed it for me (probably a bit overdone): --- local.h.orig Sat Jan 29 15:54:10 2000 +++ local.h Sat Jan 29 15:43:04 2000 @@ -103,4 +103,8 @@ #undef ELISPDIR #define ELISPDIR "/usr/local/share/emacs/site-lisp" #define SHAREDIR "/usr/local/share/ispell" +#ifdef LIBDIR +#undef LIBDIR +#define LIBDIR "/usr/local/share/ispell" +#endif #define CFLAGS "-O -pipe" >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 Jan 29 13:10: 6 2000 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 2ED4814F5A for ; Sat, 29 Jan 2000 13:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA10084; Sat, 29 Jan 2000 13:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from m08.alpha-net.ne.jp (m08.alpha-net.ne.jp [210.229.64.38]) by hub.freebsd.org (Postfix) with ESMTP id 026EC14F3A for ; Sat, 29 Jan 2000 13:09:32 -0800 (PST) (envelope-from k5@cheerful.com) Received: from kyoto-p27.alpha-net.ne.jp (kyoto-p27.alpha-net.ne.jp [210.237.118.27]) by m08.alpha-net.ne.jp (8.9.3/3.7W) with ESMTP id GAA13126 for ; Sun, 30 Jan 2000 06:05:21 +0900 (JST) Received: from souffle.bogus-local.net (souffle.bogus-local.net [192.168.1.1]) by kyoto-p27.alpha-net.ne.jp (Postfix) with ESMTP id E388A3D23 for ; Sun, 30 Jan 2000 06:09:27 +0900 (JST) Message-Id: <86puukzit2.wl@cheerful.com> Date: Sun, 30 Jan 2000 06:09:29 +0900 From: FUJISHIMA Satsuki To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16457: correct PLIST: www/mozilla Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16457 >Category: ports >Synopsis: incorrect PLIST: www/mozilla >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 Jan 29 13:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: FUJISHIMA Satsuki >Release: FreeBSD 4.0-CURRENT i386 >Organization: N/A >Environment: fresh ports. >Description: www/mozilla fails to make package due to incorrect PLIST. >How-To-Repeat: cd /usr/ports/www/mozilla && make package >Fix: apply this patch. begin 644 mozilla.diff.gz M'XL("&-,DS@"`VUO>FEL;&$N9&EF9@"M7-USF[@6?][\%7ZWB6WL^",S.]-M M>_?>SC2[G:9[]S$C@XP5@\25A.WTK[]'`FQC$"!E^]`V<'Y'1^=;0LH7&N+3 MXR#=1^-O7[\\_[C[]?U_[KY_>AYL28P?!^,=2_"8!@=Q'Y%W\R MF8PGT[&_'DQ6CP_3Q]GZ%XT=#H?-9/[D<;)\G*SN/GP8>.OE:#D8PM^+P8QYO$2SE+Q7THPSO/`E<\OE=HS"7!PFK8L[QJW':@V!-ZF2C(BRB.[P,A MK'#%8V_+XA!S+XB9P.%]1+;:;/YB-IK.!T-_X8]6)LM%,=N@N*;[_/&?!\QC M]&;4OP&\(V&(Z=^$ANQHBR4TS>1'@(*CYX;W^H/3&,DMX\E'SHX"\PJ;@3V; MSP3%++I6@H,L_PJ)9.\6Y=\U>SB(\N6?T.T/?)*_<8Q<^0@2,GU5I2JTM/)R@+$D8+5Q- M`;7YU@_:?*MEI_DJS)J#V$::;3$I&_96:+`HD.>#W\=@Q<.:S2\XG_FCV`"ZY6H]\8TI)L!"80@C5DC-* M/&AS%$=3-6S')C)U04J)@IVI=K?@CJ#"@*($FVI0+ZR#P!K,,BKE6^K((&34 M36P---7-5B2!)EH2^>8T[!GL-#14/4*=QLV13H.RCB:C%5S$@8O(SB&DF@1$ MPRC.'%PCR*`[P@$FJ728,:RL:,Q0N,,(5G["/AAO&=C//E]T?D-.[IT@$NO. MXB2?,,V$O?[.;UQ&+]^$-'08F;ADL$1$O^<:(\$>\XYNW)J/@Q)$])^0_Y?@ MXY4L[V5A[T;`XPF<8:8`*M3=$RO'6@VYU+U(48%<&*K"5%/;*J\++)?-\H9?,\_ET MU*-!JBY`CYJ=KOFFM8,96E0%2^!U5CCM4^HBV2)"A]$MW+ M=`-<_W"+UZ9;^GK_<3Y?JX67G?%TDG432$%S);HR:$ZQEO:L)T=+NS1E$TL9 M="BY*>$F'5C*7@UF%W`116[@(Z$"2TFHM<84W%5E`IINM48]O_9XN+65O\;$ MFD&V$0$G&WRS>_4`*10RZY)@"&+B#)]HC`AS[.P!3*.C?L#)DPM MXBP'!6<%'L85OADE=@QJKC7N),];`8OI7%MGM6S)E31O<-@-(V5^W?68!##@ ME%PHPK$U[HUB*0*4YA8:]D?VVJ1JQ4)8BA)L,W#SEI4+!T=@Q\:5&9P_-KJR M`9AR0J7M:/_+H'4$1XHO;NG[H_D$_'+=MD-E8"7]P6?GZ&S`EEHFO]THC7I0:%!T0#'+I`TQ0TI-!NX)CD<6_^!F>& M!RC8&5>Q73"'X5C,N'`8+\>Y#)BD3)AWA'H@709E>^@9'*P)-3^+7'#%HL%! M6.7]#A;)8?:2QHA&&50;%V,F+!/XN,-0JNS!EQ1J/=<+U'Z^;+N%Q.(2*]!\ MG@AV,$T)M!=6(=^@7Z<9BEW@V28F8N/RV%*(J@-:JH8Z85L!&7%S'+ MX?(*9@LJRYTZ>.G/,(^(8R%L56#DXRC0LSZ2V_+%M3>^ M*S)NCF?>A+=*@#;FX%B=)>KKV-6Q&\+:G+)[,NA,Q`U\JN%E)4(U$MX!O9*[ MM_%N0N&*Q="1A=4$JMC/.D>^A\/3.4]V>F$+E^_:(=WDJ`6S"Y=+))J;B1Q= M_1:0S]ZX*=X(:HH`U2'T9E!\C#+O$C=@JHYK[F$:H,5#)U#IHUT=4!-6G5^& M90N/+/5;,ZF5*7#A8`H_DYXN^"R6,RN8X.A!\;#A!W MMN`Q/)69.G5)J)TC1@ZBZI(M*J>E@I5:VF\R9578#PF.)@SU[0AF7R7K!NROQS01_* M$$FD"+T>A%BJPY5]N.JNMQ>A3'O1[61.J/4&R0`:I96_:+J>7@6+W,.ZQA`I MC;II.-XF';IBKZ2#C]X)!9)A.\DQ_US5Q8OUT#1'J61\)Y.X-V&*N#BK>S4; MK4'=LU6GFW(<(]7TMP\C4))V"EWT!.W:%CO(&(R_=9&1B.92M1$EWD7=-'O630-.1&BIE#6TS="CK=:-MV\O4!5Y;>DW_T;=0:!V)331L(6H M",UV7L4&83O-Z>W/S>L7JJY==!'FES.*RK%^T.W0>C)K=Y0R'MNX%]'82E*L M?H#$Y"7G2&SE4_0*[301!:\MUM0MA/*4%+;2&EGH6KJ>KMLUO4NC-[JAREQ4>R7W(DLQ/^91>?OZ582L7A?UB]OCOJVA\(:(-$EA] M9FQZ387ZU1`[',=E;IA.)GI-K>*A<5)'$D98FN9U4B4KVC2^4B[0-"?=I&8- M&"9OC%'\V_C0VQ!:S,#7S2X4$/&S]#))>@3HP&2]W(3URG^^O[U=X+C M,*=LID&<0\JJK4K4J_(W9JA&T+0M?T7W@\BXY0OP%26*"6HGS*\:_T`;X#A6 M?<=\\E7E_JDMZCG%`4'Q[4VBZ62AM0M^LC2H%U:88]4#@[R@:PK+'V7XVA+( M3"IXT$$*AL.1RHUJ->NUDN*/Z*W92G4R\\`LR!+<=(K[0I'HVW[>M+X^K]'X MYSMU4W\YU[\*8^I/5Z-IO?D6F(8IBG#UJ>*B[HK5GY87?:KE5KV!^*MEMXS' MZE7U85XIFIZIJ+]Y7EO#P3`ZH50%@*=JH!<(FOQV:^-;'.R8^27-DI?\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 Jan 29 13:19: 7 2000 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 3920C14F6A; Sat, 29 Jan 2000 13:19:06 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA10842; Sat, 29 Jan 2000 13:19:05 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 13:19:05 -0800 (PST) From: Message-Id: <200001292119.NAA10842@freefall.freebsd.org> To: saken@hotel.rmta.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16312: UPDATE: ports/mail/rblsmtpd MASTER_SITES Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: UPDATE: ports/mail/rblsmtpd MASTER_SITES State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jan 29 13:18:28 PST 2000 State-Changed-Why: This was caused by a buglet in Bill's scripts. Should be fixed now. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 13:19:33 2000 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 CEF6C15A68; Sat, 29 Jan 2000 13:19:30 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA10977; Sat, 29 Jan 2000 13:19:30 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 13:19:30 -0800 (PST) From: Message-Id: <200001292119.NAA10977@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/16341: Fix for minicom detecting modem status lines Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix for minicom detecting modem status lines Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: steve Responsible-Changed-When: Sat Jan 29 13:19:18 PST 2000 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 13:20:18 2000 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 5429F14E14; Sat, 29 Jan 2000 13:20:16 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA11124; Sat, 29 Jan 2000 13:20:16 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 13:20:16 -0800 (PST) From: Message-Id: <200001292120.NAA11124@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, se@FreeBSD.org Subject: Re: ports/16344: wine needs USE_BISON on 4.0 current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: wine needs USE_BISON on 4.0 current Responsible-Changed-From-To: freebsd-ports->se Responsible-Changed-By: steve Responsible-Changed-When: Sat Jan 29 13:19:35 PST 2000 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 13:21:17 2000 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 E82A414F7C; Sat, 29 Jan 2000 13:21:15 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA11248; Sat, 29 Jan 2000 13:21:15 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 13:21:15 -0800 (PST) From: Message-Id: <200001292121.NAA11248@freefall.freebsd.org> To: hollywar@holywar.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16348: korean/bitchx ports updated Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: korean/bitchx ports updated State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jan 29 13:20:21 PST 2000 State-Changed-Why: I just grabbed a copy of this port's distfile and the checksum has not changed from the current port. Please provide a patch in another PR with the changes that you would like to make. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 13:21:37 2000 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 AA46D14F6A; Sat, 29 Jan 2000 13:21:36 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA11336; Sat, 29 Jan 2000 13:21:36 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 13:21:36 -0800 (PST) From: Message-Id: <200001292121.NAA11336@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, reg@FreeBSD.org Subject: Re: ports/16396: libtool -export-symbols doesn't restrict exported symbols Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: libtool -export-symbols doesn't restrict exported symbols Responsible-Changed-From-To: freebsd-ports->reg Responsible-Changed-By: steve Responsible-Changed-When: Sat Jan 29 13:21:24 PST 2000 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 13:23:59 2000 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 04AED15983; Sat, 29 Jan 2000 13:23:48 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA11764; Sat, 29 Jan 2000 13:23:48 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 13:23:48 -0800 (PST) From: Message-Id: <200001292123.NAA11764@freefall.freebsd.org> To: ap@bnc.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16202: FtpLocate port is expecting perl in the wrong directory Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: FtpLocate port is expecting perl in the wrong directory State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jan 29 13:23:07 PST 2000 State-Changed-Why: Fixed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 13:27:13 2000 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 AFBA414E76; Sat, 29 Jan 2000 13:27:12 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA12179; Sat, 29 Jan 2000 13:27:12 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 13:27:12 -0800 (PST) From: Message-Id: <200001292127.NAA12179@freefall.freebsd.org> To: plambert@plambert.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16307: Updated patch-aa for misc/heyu port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Updated patch-aa for misc/heyu port State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jan 29 13:24:43 PST 2000 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 Jan 29 13:29:35 2000 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 ED95E152B2; Sat, 29 Jan 2000 13:29:34 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA12330; Sat, 29 Jan 2000 13:29:34 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 13:29:34 -0800 (PST) From: Message-Id: <200001292129.NAA12330@freefall.freebsd.org> To: ob@seicom.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16313: tcpblast modification Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: tcpblast modification State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jan 29 13:29:08 PST 2000 State-Changed-Why: This fix has already been 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 Jan 29 13:31:57 2000 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 2A6851638A; Sat, 29 Jan 2000 13:31:51 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA12707; Sat, 29 Jan 2000 13:31:51 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 13:31:51 -0800 (PST) From: Message-Id: <200001292131.NAA12707@freefall.freebsd.org> To: sobomax@altavista.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16326: [PATCH] update of the wmakerconf port to 2.5 version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] update of the wmakerconf port to 2.5 version State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jan 29 13:30:55 PST 2000 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 Jan 29 13:33:20 2000 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 2D5B41640B; Sat, 29 Jan 2000 13:33:06 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA12880; Sat, 29 Jan 2000 13:33:05 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 13:33:05 -0800 (PST) From: Message-Id: <200001292133.NAA12880@freefall.freebsd.org> To: naddy@mips.rhein-neckar.de, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16358: devel/cflow doesn't honor CFLAGS Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: devel/cflow doesn't honor CFLAGS State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jan 29 13:32:25 PST 2000 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 Jan 29 13:35: 3 2000 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 5AB4D163DF; Sat, 29 Jan 2000 13:34:58 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA13208; Sat, 29 Jan 2000 13:34:57 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 13:34:57 -0800 (PST) From: Message-Id: <200001292134.NAA13208@freefall.freebsd.org> To: cjh@kr.FreeBSD.ORG, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16365: Ports Update: korean/ami Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Ports Update: korean/ami State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jan 29 13:34:11 PST 2000 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 Jan 29 13:36:57 2000 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 299DE15CE1; Sat, 29 Jan 2000 13:36:43 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA13444; Sat, 29 Jan 2000 13:36:42 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 13:36:42 -0800 (PST) From: Message-Id: <200001292136.NAA13444@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16380: Update port: japanese/grep Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: japanese/grep State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jan 29 13:35:35 PST 2000 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 Jan 29 13:39:41 2000 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 80F5514DA8; Sat, 29 Jan 2000 13:39:40 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA13793; Sat, 29 Jan 2000 13:39:40 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 13:39:40 -0800 (PST) From: Message-Id: <200001292139.NAA13793@freefall.freebsd.org> To: lodea@vet.com.au, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16391: OpenLDAP 1.2.9 released Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: OpenLDAP 1.2.9 released State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jan 29 13:38:58 PST 2000 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 Jan 29 13:40: 7 2000 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 7945214E14 for ; Sat, 29 Jan 2000 13:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA13833; Sat, 29 Jan 2000 13:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from utopia.philosophysw.com (adsl-63-194-91-95.dsl.snfc21.pacbell.net [63.194.91.95]) by hub.freebsd.org (Postfix) with ESMTP id 9C8031632D for ; Sat, 29 Jan 2000 13:33:03 -0800 (PST) (envelope-from asaddi@philosophysw.com) Received: (from asaddi@localhost) by utopia.philosophysw.com (8.9.3/8.9.3) id NAA13187; Sat, 29 Jan 2000 13:33:02 -0800 (PST) (envelope-from asaddi) Message-Id: <200001292133.NAA13187@utopia.philosophysw.com> Date: Sat, 29 Jan 2000 13:33:02 -0800 (PST) From: asaddi@philosophysw.com Reply-To: asaddi@philosophysw.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16458: Update port news/newsfish to 1.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16458 >Category: ports >Synopsis: Update port news/newsfish to 1.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: Sat Jan 29 13:40:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Allan Saddi >Release: FreeBSD 3.4-STABLE i386 >Organization: Philosophy SoftWorks >Environment: >Description: Update news/newsfish to use 1.2. Diffs to current port included. No files added/deleted. I'm the maintainer. >How-To-Repeat: >Fix: diff -ur newsfish.orig/Makefile newsfish/Makefile --- newsfish.orig/Makefile Sat Jan 29 13:01:57 2000 +++ newsfish/Makefile Sat Jan 29 12:50:45 2000 @@ -1,12 +1,12 @@ # New ports collection makefile for: newsfish -# Version required: 1.1 +# Version required: 1.2 # Date created: 17 January 1999 # Whom: asaddi@philosophysw.com # # $FreeBSD: ports/news/newsfish/Makefile,v 1.4 1999/09/10 04:31:29 cpiazza Exp $ # -DISTNAME= newsfish-1.1 +DISTNAME= newsfish-1.2 CATEGORIES= news MASTER_SITES= http://www.philosophysw.com/download/ diff -ur newsfish.orig/files/md5 newsfish/files/md5 --- newsfish.orig/files/md5 Sat Jan 29 13:01:57 2000 +++ newsfish/files/md5 Sat Jan 29 12:52:40 2000 @@ -1 +1 @@ -MD5 (newsfish-1.1.tar.gz) = beb5d713ccf744acce06e9e570069881 +MD5 (newsfish-1.2.tar.gz) = 90edaace8baa2a1ffdb0f64b6b42e8d7 diff -ur newsfish.orig/patches/patch-aa newsfish/patches/patch-aa --- newsfish.orig/patches/patch-aa Sat Jan 29 13:01:57 2000 +++ newsfish/patches/patch-aa Sat Jan 29 12:56:25 2000 @@ -1,11 +1,11 @@ ---- Makefile.orig Thu May 20 00:34:31 1999 -+++ Makefile Thu May 20 00:53:45 1999 +--- Makefile.orig Fri Jan 7 21:12:24 2000 ++++ Makefile Sat Jan 29 12:55:44 2000 @@ -1,6 +1,6 @@ - # $Id: patch-aa,v 1.2 1999/06/08 23:39:51 steve Exp $ --CFLAGS= -Wall -g --LDFLAGS= -+CFLAGS+= -DNDEBUG -+LDFLAGS+= -s + # $Id: Makefile,v 1.13 2000/01/08 05:12:24 asaddi Exp $ +-CFLAGS= -Iutil -Wall -g +-LDFLAGS= -Lutil ++CFLAGS+= -Iutil -DNDEBUG ++LDFLAGS+= -Lutil -s # Uncomment the following for non-debug executables - #CFLAGS= -O2 -DNDEBUG + #CFLAGS= -Iutil -O2 -DNDEBUG >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 Jan 29 13:41: 7 2000 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 26BB01632B; Sat, 29 Jan 2000 13:41:03 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA14061; Sat, 29 Jan 2000 13:41:03 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 13:41:03 -0800 (PST) From: Message-Id: <200001292141.NAA14061@freefall.freebsd.org> To: ust@cert.siemens.de, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16398: Update to port net/iplog Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update to port net/iplog State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jan 29 13:40:11 PST 2000 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 Jan 29 13:42:46 2000 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 300AF1620B; Sat, 29 Jan 2000 13:42:40 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA14284; Sat, 29 Jan 2000 13:42:39 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 13:42:39 -0800 (PST) From: Message-Id: <200001292142.NAA14284@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16407: Update port: cad/xcircuit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: cad/xcircuit State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jan 29 13:42:09 PST 2000 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 Jan 29 13:44:11 2000 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 DA1CA16107; Sat, 29 Jan 2000 13:44:00 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA14552; Sat, 29 Jan 2000 13:43:59 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 13:43:59 -0800 (PST) From: Message-Id: <200001292143.NAA14552@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16408: Update port: devel/uclmmbase Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: devel/uclmmbase State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jan 29 13:43:20 PST 2000 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 Jan 29 13:45:13 2000 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 1E6871640C; Sat, 29 Jan 2000 13:45:01 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA14767; Sat, 29 Jan 2000 13:45:00 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 13:45:00 -0800 (PST) From: Message-Id: <200001292145.NAA14767@freefall.freebsd.org> To: dima@Chg.RU, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16424: Checksum mismatch in www/wwwcount Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Checksum mismatch in www/wwwcount State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jan 29 13:44:42 PST 2000 State-Changed-Why: Fixed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 13:46:50 2000 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 974D316522; Sat, 29 Jan 2000 13:46:44 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA15015; Sat, 29 Jan 2000 13:46:44 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 13:46:44 -0800 (PST) From: Message-Id: <200001292146.NAA15015@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16425: Update port: graphics/xdl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/xdl State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jan 29 13:46:01 PST 2000 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 Jan 29 13:48:14 2000 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 EFC1016458; Sat, 29 Jan 2000 13:48:09 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA15268; Sat, 29 Jan 2000 13:48:09 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 13:48:09 -0800 (PST) From: Message-Id: <200001292148.NAA15268@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16426: Update port: graphics/xfig Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/xfig State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jan 29 13:47:14 PST 2000 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 Jan 29 13:49:44 2000 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 EA14B15617; Sat, 29 Jan 2000 13:49:40 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA15490; Sat, 29 Jan 2000 13:49:40 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 13:49:40 -0800 (PST) From: Message-Id: <200001292149.NAA15490@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16427: Update port: x11-fm/mfm to 1.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: x11-fm/mfm to 1.3 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jan 29 13:48:57 PST 2000 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 Jan 29 13:51:50 2000 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 3E34816583; Sat, 29 Jan 2000 13:51:17 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA15760; Sat, 29 Jan 2000 13:51:11 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 13:51:11 -0800 (PST) From: Message-Id: <200001292151.NAA15760@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16428: Update port: graphics/graphviz to 1.5.1 (fix ports/16409) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/graphviz to 1.5.1 (fix ports/16409) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jan 29 13:50:12 PST 2000 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 Jan 29 13:52:44 2000 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 4A573166C9; Sat, 29 Jan 2000 13:52:37 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA15982; Sat, 29 Jan 2000 13:52:37 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 13:52:37 -0800 (PST) From: Message-Id: <200001292152.NAA15982@freefall.freebsd.org> To: dkwiebe@hagenhomes.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16432: Fixing numerous minor problems with the StarOffice 5 port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fixing numerous minor problems with the StarOffice 5 port State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jan 29 13:51:46 PST 2000 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 Jan 29 13:55: 4 2000 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 AB27A159D2; Sat, 29 Jan 2000 13:54:33 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA16356; Sat, 29 Jan 2000 13:54:33 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 13:54:33 -0800 (PST) From: Message-Id: <200001292154.NAA16356@freefall.freebsd.org> To: calle.madestrand@norrgarden.se, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16436: Update irc/bitchx to 1.0c16 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update irc/bitchx to 1.0c16 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jan 29 13:54:01 PST 2000 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 Jan 29 13:57:45 2000 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 4739A1514A; Sat, 29 Jan 2000 13:57:15 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA16759; Sat, 29 Jan 2000 13:57:15 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 13:57:15 -0800 (PST) From: Message-Id: <200001292157.NAA16759@freefall.freebsd.org> To: jooji@nickelkid.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16437: Overhaul of the nn port: version upgrade, removed interactive build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Overhaul of the nn port: version upgrade, removed interactive build State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jan 29 13:56:21 PST 2000 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 Jan 29 13:59:40 2000 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 8968E16735; Sat, 29 Jan 2000 13:59:02 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA17058; Sat, 29 Jan 2000 13:59:02 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 13:59:02 -0800 (PST) From: Message-Id: <200001292159.NAA17058@freefall.freebsd.org> To: cjh@kr.FreeBSD.ORG, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16366: Update ports: korean/baekmukfonts-bdf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update ports: korean/baekmukfonts-bdf State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jan 29 13:58:20 PST 2000 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 Jan 29 14: 1:44 2000 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 7741215298; Sat, 29 Jan 2000 14:00:58 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA17304; Sat, 29 Jan 2000 14:00:58 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 14:00:58 -0800 (PST) From: Message-Id: <200001292200.OAA17304@freefall.freebsd.org> To: cjh@kr.FreeBSD.ORG, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16368: Ports Update: korean/ftghostscript5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Ports Update: korean/ftghostscript5 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jan 29 14:00:12 PST 2000 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 Jan 29 14:19:36 2000 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 A8B9714A0B; Sat, 29 Jan 2000 14:19:34 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA19557; Sat, 29 Jan 2000 14:19:34 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 14:19:34 -0800 (PST) From: Message-Id: <200001292219.OAA19557@freefall.freebsd.org> To: ak@freenet.co.uk, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16361: New port: krio (KDE Diamond Rio Utility) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: krio (KDE Diamond Rio Utility) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jan 29 14:17:40 PST 2000 State-Changed-Why: New port 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 Jan 29 14:23: 7 2000 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 1E15F14CD2; Sat, 29 Jan 2000 14:23:02 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA20053; Sat, 29 Jan 2000 14:23:01 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 14:23:01 -0800 (PST) From: Message-Id: <200001292223.OAA20053@freefall.freebsd.org> To: dglo@ssec.wisc.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16083: New port: databases/mysql-jdbc-mm mm.mysql.jdbc driver Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: databases/mysql-jdbc-mm mm.mysql.jdbc driver State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jan 29 14:22:51 PST 2000 State-Changed-Why: New port 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 Jan 29 14:26: 5 2000 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 D0C97150C9; Sat, 29 Jan 2000 14:26:02 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA20532; Sat, 29 Jan 2000 14:26:02 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 14:26:02 -0800 (PST) From: Message-Id: <200001292226.OAA20532@freefall.freebsd.org> To: JoeLu@joelu.m8.ntu.edu.tw, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16419: some change made to ports/16405 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: some change made to ports/16405 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jan 29 14:24:29 PST 2000 State-Changed-Why: New port 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 Jan 29 14:28:46 2000 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 00CEE16128; Sat, 29 Jan 2000 14:28:36 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA20913; Sat, 29 Jan 2000 14:28:36 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 14:28:36 -0800 (PST) From: Message-Id: <200001292228.OAA20913@freefall.freebsd.org> To: cjh@kr.FreeBSD.ORG, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16367: New ports: korean/baekmukfonts-ttf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New ports: korean/baekmukfonts-ttf State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jan 29 14:26:59 PST 2000 State-Changed-Why: New port 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 Jan 29 14:30:13 2000 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 14BBE15B15 for ; Sat, 29 Jan 2000 14:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA21110; Sat, 29 Jan 2000 14:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id 1573C15FF0 for ; Sat, 29 Jan 2000 14:28:35 -0800 (PST) (envelope-from musha@ms.tokyo.jcom.ne.jp) Received: from daemon.local.idaemons.org (pc062018.tokyo.jcom.ne.jp [210.155.62.18]) by ms.tokyo.jcom.ne.jp (8.9.1/3.7W 06/01/99) with ESMTP id HAA27217 for ; Sun, 30 Jan 2000 07:28:34 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id HAA03797; Sun, 30 Jan 2000 07:28:03 +0900 (JST) Message-Id: <86wvossebs.wl@archon.local.idaemons.org> Date: Sun, 30 Jan 2000 07:28:07 +0900 From: Akinori MUSHA aka knu To: FreeBSD-gnats-submit@freebsd.org Subject: ports/16461: japanese/VJE30-trial: New port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16461 >Category: ports >Synopsis: japanese/VJE30-trial: New 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 Jan 29 14:30:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Akinori MUSHA aka knu >Release: FreeBSD 4.0-CURRENT i386 >Organization: A.I.D. >Environment: FreeBSD 4.0-CURRENT i386 + ports-current >Description: A new port for VJE-Delta 3.0 trial version, which makes installation process much easier thanks to the ports mechanism. >How-To-Repeat: e.g.) make install make deinstall No build, no package. Tested on 3.4-STABLE and on 4.0-CURRENT. The GUI accessory called "moji-nyuuryoku" dialog box is available only if both JDK and JFC ports are installed. >Fix: begin 644 VJE30-trial.tar.gz M'XL("`=4DS@"`U9*13,P+71R:6%L+G1A<@#M&_UW&C?2O[)_Q=2QVZ0)RWYC MG#K/&+!CQU\')/&]7L]/[`I8L^S2_3!V$__O-]KE:S%2^A9X,THYF1 M1M)H-!(?3AJZ4HQ#EWBEC3\H@:&431,V`-2RJ2Y^3Y,"4%8,PU)UR]01K9AE M90/,C2=(2123$&!CX"?">E_"_TW3AX7Q'PUZI;_&^*NZJ:['_\\8_\O3XU;[ M&\M0%<4R#-[XJX9N&=GX&XI>+K/QUW35V`!E/?Y_>-I/?'I';>@&(73!]6%[ M^^#XO-5^?WBXO?T:G`#"(<*N5/6@VFIL;Y>`N0C'G5,RN*CLD?@S65H/UU6!C-=A< M#;96@\NKP3NKP975X,YJ<&\U>+`:'*\&WRV`'7<*IBNA0QGS"]"(#$<>E6DR M!=K!L-2C/@V))T?Q_0(T8Y`L,@C8('HQD?OQ<`'F#DF/1J70N"Y?&W+/[3[& M=6Q%Y6(T+D;G8OAR3"[&XF+*7,P.#Z,J7`RWIRJWIRJWIRJWIRJWIRJWIVJ9 MCR%<%%\)%3Z&RT[C:DY3^1@^.XV/X1-Q]:UQ]:UQ]:UQ]:UQ]:UQE6IQM6!Q MNVIQ^V-Q^V-Q^V-Q^V-Q^X,FA8>Z<2,>:I#$U.FH"G)N1I<'&Z0)[.E:<)Z%`:%V<( M=&8(=&8(=,9P!A^GB`0J(HF*2*2P'\*.:")*34PI:)`N8JL+V(K:(VJ.2*!( MGFAV&`(Z4T!G"NET`8X_":>Q(F`RA3@+"YN1]#*'4$K M=P3:K`AX5@0\*SR><1!X'1+RG8:*D$X38CDR;XD=>4$OX,G4NZVKG.W=9V[K>O<;5WG;NLZUTW1N;Z?P=6!P=6!P=6!P=6!P=6!P=6!P=6! MP=6!P=6!P=6!R=6!R=6!R=6!R=6!R=6!R=6!R=6!R=6!R=6!R=6!Q='!D(0# MWG$PQ?%L`>X;UV4NCK_CZ()=3!?L.+I@I](%NY\N\+=T@;_%<*8`9PEP.X(^ MZ`*9$.,QL4L]IWZM[/P%;'[*Z"# M)2B>3Z)0'M#[!6@:$O/"!0AQ$QHLT=K$]\D*RC`8+E)V[*66D,AVW>76W08A M&2P!V:EJB30.!DO\AY$[7)8Y]OWE5C#"?%,SPCQL?-=;`0!2YP$VJCX'8(&_/&"V/A[!\P`KRX]`9/[L_#!P@+\=SPN50:+[B':NX',.>1L3M$10O1Y#B(QK>NC:- M\B6Y0P;P&GHAQ:JW8_CAWTS4#RLJO8!,O4R#\`M]_ MSZX`'B%0:!PFE$L^FXBK6,R1,S83)E>;V_5-^&X/,_/ZFQF/YVQ:S&?%(L/7 M,,/->2\)G,G:6"?N_5^]T:HUG_3^#U25W?FF][^*R1"@:IJNKN__GFC\)P;B M`PUE7592JWSJ^LE=Z:!5!S<"X@/Q8AKZ)'9O*9R0$?%I1"77'R4Q4+_G^A3& M?=?N`UJ8>QA3SX,H&8V",(X@[E.X.CZ#41C$@1UX,DA2*T-2!\;D/H*`;0*, M%PDIA$$0%\>N[P3C5Q`@PR)R*$:C('XE!=WNK(3-_0$+LQ#")&>0\#EY%W@8Q&GFMCSP(_0B+;2QS7[R'A+4EQ-(YD23KN MIHS'Q(\A#B")*+C(QXL";`+82!MX]!5LHJC4D2FB`=I$W4E(A7M$M M0?5U$_\[5('4[J-JF78A77PP<4L`64[[0&^)EY`XE<5&)1X',`S\N"]U*)9I M6K&3W,MP0+U@S+@Q;8^2T.X3UD2_&PS3KF$7/G[\N%OHQ_%HMU0:C\ED9WEG_7ZW_LT:K M53UJ/.GZ9X\#L_6OJWK9R-;_^OW7DZ0??T>2VIDK1._BD,#1^V,@-IXH(_0& M:/0J]4Y\BDX>>DRNCVI&M_"D_HXY;M+)80W=HF`(F9/XG+F+GHMU200WZ'N5 M;IQ!ZN%EA:[](BU%-):8B],-/'1XF*-&_5LW#/PA1<_LEN`T[G@TVI6D@V+4 M1S\T>B$5Z!T3`B?5#]7KMQ=GC;V%R2*:,3:5&2DJB35YK*P@=BBN2Q8*6M2:RX+OEK6[QJO+ZU_$MM]%/?GO__5 M-+6\?O_[Y/9_,O[I=Y&0I[/_Z?D?3;^.-7$NX#0HK\__3Y**Q2(\BB>C`>\5 MV@F%.K5!VP%%WU44_`.U4JE(+U^^?$12.,03X`EZCZH!BK:K6;NZ#IJB*-+^ M/A0UX]4.O,3/,NSO2R"!VX6?8:MU'YV3(84].`PI9=&&7UZS$ZPO02$+:#*C MY[--HW32;&Q*Q:F5KIU66ZW+:OOMWM8LN[LUL[KIG4`8L[CX,M15=_PT7OX% M7K@N,J)\F'T)$;$]"/>UE./+%1SSPB?V7/[-'>UNS:U_C@U7-"KE!L_\-R-V M%$^/Y#UWZ-%8QI.Z#UNJ!-2+*-;R'.M^6X]]L+M,R:;6CE;IDJ=L4B.B5EBZH5P[%T:ND5 MRS:E50P:IX=3^DZ9$*=B6YI3T2W+QGV]J]**HG0K5-.-'7,=/OCKK/\S,J#, M!FP\[?K7=7T:_S-52\]^_Z6MXW]/DI[!.1U/3N$VGJJIS>X+8#B9"NS>8;>0 M"Q)"FTT6Z1F[,$IO+$+Z:^*&U-G-1E-6$%=GUQ9V2/'+V2T4T"M$YS`AX7WF M%#Z#C_U@B(C"5]\>/$.BK8F?N(4EJ7[<:I]7\9Q>R%L?Z?+=40:_(<6%Z7`Z=55OM1O.Z==QFX&YZ18*?BUL3Z\O% MPU M=@/+F^112>3AXPW!=R$9E/A=@;P\V"7KPFU)NDNP5V"XMR:G/OX3![1<1ON-V M)6G62K9*TNF:/A)),\299'#Q3#+LJ5*639\Q9=D1]2>99,J!/8F:P,+IMSU% MLL=&TBB(XF(:2=B5"ONV`ZDZ4#,/\S<][%''UJ?FV0,LGH#@Q_0`*DE.4)S$ M#9=9,$)FMNTN%$&&SVGACA6*-:;"9N/P^.I!DFKF M'QK-QWD"2?6)W%+BVMNSB_I#^GYH3K_\C"A72Q@6PE8'?>':7K:7))L7HU(7&ZG-:^W3JMTSJMTSJMTSJMTSJM /TSJMTV+Z#_#W;P``4``` ` 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 Jan 29 14:30:15 2000 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 5A5F415A85 for ; Sat, 29 Jan 2000 14:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA21101; Sat, 29 Jan 2000 14:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id 980AD1535B for ; Sat, 29 Jan 2000 14:26:03 -0800 (PST) (envelope-from musha@ms.tokyo.jcom.ne.jp) Received: from daemon.local.idaemons.org (pc062018.tokyo.jcom.ne.jp [210.155.62.18]) by ms.tokyo.jcom.ne.jp (8.9.1/3.7W 06/01/99) with ESMTP id HAA27128 for ; Sun, 30 Jan 2000 07:26:01 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id HAA03761; Sun, 30 Jan 2000 07:25:29 +0900 (JST) Message-Id: <86ya98seg1.wl@archon.local.idaemons.org> Date: Sun, 30 Jan 2000 07:25:34 +0900 From: Akinori MUSHA aka knu To: FreeBSD-gnats-submit@freebsd.org Subject: ports/16460: japanese/VJE30: New port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16460 >Category: ports >Synopsis: japanese/VJE30: New 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 Jan 29 14:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Akinori MUSHA aka knu >Release: FreeBSD 4.0-CURRENT i386 >Organization: A.I.D. >Environment: FreeBSD 4.0-CURRENT i386 + ports-current >Description: A new port for VJE-Delta 3.0 purchase version, which makes installation process much easy thanks to ports mechanism. This port is only usable for those who purchased a licensed copy of VJE-Delta 3.0 CD-ROM from VACS Corporation. >How-To-Repeat: e.g.) mount /mnt/cdrom /dev/cd0c make MOUNT_PT=/mnt/cdrom install make deinstall No build, no package. Tested on 3.4-STABLE and on 4.0-CURRENT. The GUI accessory called "moji-nyuuryoku" dialog box is available only if both JDK and JFC ports are installed. >Fix: begin 644 VJE30.tar.gz M'XL("`94DS@"`U9*13,P+G1A<@#M&VEWVS8R7\5?,57L-FE"BK/(D&)%D6J/"R[J?_[#DA=E`4FNWEQLON$E]C$#.;``!@,!O#[ MDZ8BEIY]U0*J6-8T>`8@E35I^?>LB`!E455U19)U'>ME52L_`^W9$Y0XC(P` MX-G0BW/;?0K_/UK>)^,_'O9+W\/X2XJNJH@6957?@.6#\$(85>2M%_K-+>W2SW'*VW9%.,1CD1F*3`%JW1[0X1PD-3Q$V<4 M!9AVGTMKAFF6+&(;L1L)0V<9BE]61;,EP3*BQV!Y/5A9#U;7@[7U8'T]N+P> MO+,>7%D/[JT']]>#A^O!T7KPW1+86FBT%GI/ MUH,G*^#0&(U=(I!X!C3]4:E//!(8KA!&]TO0E$.\S,"G4\F-#&$0C99@SLCH MD[`4J-?E:U7H._9C7,\4)29&9F(4)H8M1V-B=":FS,3LL#"2R,0P>RHQ>RHQ M>RHQ>RHQ>RHQ>RJ5V1B#B6(;H<+&,-G)3,O)$AO#9B>S,6PBIKUEIKUEIKUE MIKUEIKUEIE%UIA5T9E=U9G]T9G]T9G]T9G]T9G_0I;!0-T[(0@WCB'@L9,@D M3+R0'-^MQ_:E:X8)^_)U'DYA8E0FAF'$0&)+2G!R#DYAXN07FS0\VATW+HM%PZ)0?'GCEZCCP]1UXYAZZ<2\=R M\484YU!I.3B=B=O)T7(G1\N='&M6G#TH.+B92Z28;JP MQYILB)&9F.6^$^]VGD0SS,$:Z'`%BN>3,!"&Y'X)FB3FW&`)8C@Q\5=H3DXJ]K=^H$Q7`'24]4*:>0/5_B/0F>T*G/B>:M:4,*L MJBEA%C:YZZ^!9%FEW7XL<$'G.CWZG^:E%-$60G\=?+B`MYNU1JLYK1S4?IV# M?[UL=KK3FG!+@M#QO6F5IECQ*UNSLM6AX[K+$,/*-,"Q7ZZ.C&&6@>6$XPQ@ M3#+2QT&V9F:J<587PS0?`80;(^#V+"<(1C#/"L\`\YQF%H#468")`Y$!T#1@ M%C!?+8_@60".9!:`@Y4!<'N?R(.['O!V"-N-TJ*O6S8[-Y[R,P0#\@V/1V`C_]BXKZ M:4VCMUG83(W_3,*?#`GP]]]`S($/18HL%"1)K2BER!P7GL/[DR;?H+X).MB: M!$5X^TB7:7]_!_X42G$8E%S?--S4@/`'_/@CO99XA$"A41`3)OE\(JYCL4#. MV4R97!6W&T7XH8H?B_;%E,<+.BT6LV*9X1N8XQ:\5P3.97W[^[]&LU-O?X/[ M/Y`D79G>_XJZ*-'[7RSRYO[OB<9_NAC?DT!0!#'Q@*>.%]^5]CL-<$(P/##< MB`2>$3FW!$Z,L>&1D'".-XXC(%[?\0A,!HXY`%S-]S`AK@MA/![[011"-"!P M==R"<>!'ONF[`G!<)T42"R;&?0@^=;B4EQ$0"'P_XB>.9_F3U^`C0QXY\.'8 MCUYSOFW/:ZB6!;ZWP**D.(1[/P;^2 MUU!$44D(P>-B+Z+M.*3"_21PB&<)<&2@^>S8^P%-P'4#QW!ANO$G9J;]95\BMX<9&E(C$P>&BB0\CWXL&T"-8)TG#7GPOP#YQ_0GE18T^C@-S M8%!-/=L?)3VDMO_PX<-N81!%X]U2:3*9"#27()B^<#,N>602EL9F?)1^ MK<[>W:,H=U*YV"Z(J\V5YA]=W=)7C:FA2/W"@==DYJH$Q-`"7 M#/R"/_8@%>S'T+^B_AY69%_S^L_U:STZD=-K_!^J>/`V?O/U51 M2M:_O(G_GJ3\_`6%ZZ:A$+F+`@,.+X\!C_0D##$*(.'K)"SQ",8R&#$Y'IH9 MP\*3QCL:N'$G!W4,B_P1I$'B"QHNN@ZV-4*XP=BK=&,-DP@OK=CFRZ06DHBC ML8WMNQCIT$`-S_5.X'LC@I'9K8$Q5<\EX2['[?/A`./0\"57('=4")S4WM>N MC\Y;S>K2&0S%2((D[,Q;=3X_TJ2J&_>_SZA_Y^.?_*;-XRG M]O_)^5\IJPJVQ+D@R9J^B?^>I/`\#X]RM^C`^X5N3*!!3)!W0%1V11'_@52I M5+A7KUX](BD%E]O0.O\&<9]O8XX,"Q MX7?8ZMR'9\:(0!4.`D)HMN&/-_3HZG%02).'U.EY=-,HG;2;18Z?>>GZ::W3 MN:AUCZI;\\_=K;G73;+Q041ST*M01]KQDMST)WCANDB)LBGM%41(]R#\N[7P_ADV3-%HE!L\[-^,Z1$\.8KWG9%+(@%/Z!YL21P0 M-R38RK6L\SBJEJ+1N(3?PJT?1X(D/_G\[_I^,_ MLKZ.Q3]Y_B^79W__H8AZ$O_+FK3Q_T]16@T-7J"3X9/;8EX11+YV?MD5HOY? M+]$Q[TBZHA)+5X@ERY9,%%O51%N458G89=6VN37TS=.#&;FH]K0**:N5BB:* MBBQI%:NL:&6[O*.JMF'U-IF#[V/]MXPAH3[@V;=8_ZJBEI?^_C-=_U)YL_Z? MHCR',S*9GL)-/%43DUX4P&@Z(>B%PVXADR3DGM.KHN36(B!_QDY`K-UD'%-< M@]Y4F`'!7]9NH2!7:%@8&\%]&@X^AP\#?X2(PF??%SQ'HJUIA+B%-:YQW.F> MU?"$7L@X'N[BW6$*OC'X9%XGT'JMVSP\;Q\W.Q0QO0]JU3K=9ONZ<]RE8-K3 MW:V/K?/+L^[U1?>A9*.T7FB5N.95MUVK=Z\[EP=7U0*_]9'*/M\_.3AOMVK= M!^KG.&1V?-;%_\UVM;"J/L<];U^>73>:%\VS!HK:^GAZ7J^=T@<##[E'_30H M3"/"CQ?G[6ZG<=Q^*,WR(1QW=GZ]?WE\VJ@6[DG(M9N=;ONXWFUBO?B;'\,( M)_;B#L@`US&)%Q(+1WE\G^9>WM?J':C[`8Y^>CU4I$SKC?9YZTN97-3J[VJ' MS2]BPYV?G?YVC9:^KK7K1V@[1]G1.2[Y.U4+>`0X&=BS'G2!<=P.O;_J!9*ID5?`'%">AU(X!><"@)= M(L(X(,)H^);B;$B'93$9H%J%HH'!=I'+S))J@>ZHG)"$YRL8W"L1X5F.S7%S MQ>FT+OR3*Q22MQ/)AV%-/W"V3S_H"Y[T,WG=DWZ.B3?]B&<\3;!D_\N5]C['7@+UJP%^(.^57@!2+CUL5D_.G^`XL]?6HIO"LO\ MNHM$X(W\V*,WS.BFC&BY0^`'R35' MT'.B@/JEI.78=^C=[@#;TCO7'EE1+1P3T[%IAK)W3].0$4T^SGC.,X_TX9"1 M*FOZHQ%-6;KTQF2%&=5U6I;!1.@+#%0A41)*%KG%Z2F:4!IY43I1IQ39UE2# MF7;51=N9>5.:KS*4![537(;+G7B),\P/(SY)+M$I9M()EB['A\5C*OJ:9NMC MN_4`R\=A^#G)1G";!\=4#)\R? M=BWY!62%'OGL(7G:-6^;?>&U<"Y32+)BZ4T\):X?MIGI>/'S.$["D[6&[25OG MO0*;S[#5AV"?]Q(LG3I+(X\*4E^+W7EWF#CQZ;W5>G^-Q(G#W@3ZF[(IF[(I 4F[(IF[(IF[(I6/X-`14;>`!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 Jan 29 14:31: 4 2000 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 E99DE16373; Sat, 29 Jan 2000 14:30:51 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA21312; Sat, 29 Jan 2000 14:30:51 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 14:30:51 -0800 (PST) From: Message-Id: <200001292230.OAA21312@freefall.freebsd.org> To: saper@SYSTEM.PL, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16404: net/libsmi: New port, MIB/SMI management library Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: net/libsmi: New port, MIB/SMI management library State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jan 29 14:29:26 PST 2000 State-Changed-Why: New port 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 Jan 29 14:33:36 2000 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 EF36015F7D; Sat, 29 Jan 2000 14:33:23 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA21695; Sat, 29 Jan 2000 14:33:23 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 14:33:23 -0800 (PST) From: Message-Id: <200001292233.OAA21695@freefall.freebsd.org> To: calle.madestrand@norrgarden.se, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16406: New port: security/saint Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: security/saint State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jan 29 14:31:39 PST 2000 State-Changed-Why: New port 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 Jan 29 14:35:54 2000 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 28C2A15311; Sat, 29 Jan 2000 14:35:53 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA22050; Sat, 29 Jan 2000 14:35:52 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 14:35:52 -0800 (PST) From: Message-Id: <200001292235.OAA22050@freefall.freebsd.org> To: patrick@p.wl.vg, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16309: Creation of a new port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Creation of a new port State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jan 29 14:34:16 PST 2000 State-Changed-Why: New port 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 Jan 29 14:38:38 2000 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 DA15214F06; Sat, 29 Jan 2000 14:38:37 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA22411; Sat, 29 Jan 2000 14:38:37 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 14:38:37 -0800 (PST) From: Message-Id: <200001292238.OAA22411@freefall.freebsd.org> To: cjh@kr.FreeBSD.ORG, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16373: New ports: www/qdecoder Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New ports: www/qdecoder State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jan 29 14:37:32 PST 2000 State-Changed-Why: New port 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 Jan 29 14:43:16 2000 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 D04A415E31; Sat, 29 Jan 2000 14:43:09 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA23083; Sat, 29 Jan 2000 14:43:09 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 14:43:09 -0800 (PST) From: Message-Id: <200001292243.OAA23083@freefall.freebsd.org> To: sobomax@altavista.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16161: [NEW PORT] New port of Login.app - a nice looking graphical interface for the X-Server Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [NEW PORT] New port of Login.app - a nice looking graphical interface for the X-Server State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jan 29 14:42:27 PST 2000 State-Changed-Why: New port 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 Jan 29 14:45:46 2000 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 C434915FAD; Sat, 29 Jan 2000 14:45:41 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA23663; Sat, 29 Jan 2000 14:45:41 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 29 Jan 2000 14:45:41 -0800 (PST) From: Message-Id: <200001292245.OAA23663@freefall.freebsd.org> To: cjh@kr.FreeBSD.ORG, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16370: Ports update: korean/netscape4-* Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Ports update: korean/netscape4-* State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Jan 29 14:45:11 PST 2000 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 Jan 29 15:18:23 2000 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 22EE914C0B; Sat, 29 Jan 2000 15:18:22 -0800 (PST) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA26812; Sat, 29 Jan 2000 15:18:21 -0800 (PST) (envelope-from jmz@FreeBSD.org) Date: Sat, 29 Jan 2000 15:18:21 -0800 (PST) From: Message-Id: <200001292318.PAA26812@freefall.freebsd.org> To: jmz@FreeBSD.org, freebsd-ports@FreeBSD.org, jmz@FreeBSD.org Subject: Re: ports/16450: textproc/ispell fix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: textproc/ispell fix Responsible-Changed-From-To: freebsd-ports->jmz Responsible-Changed-By: jmz Responsible-Changed-When: Sat Jan 29 15:17:49 PST 2000 Responsible-Changed-Why: I am the maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 15:19: 5 2000 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 D1E5515813; Sat, 29 Jan 2000 15:19:04 -0800 (PST) (envelope-from reg@FreeBSD.org) Received: (from reg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA26914; Sat, 29 Jan 2000 15:19:04 -0800 (PST) (envelope-from reg@FreeBSD.org) Date: Sat, 29 Jan 2000 15:19:04 -0800 (PST) From: Message-Id: <200001292319.PAA26914@freefall.freebsd.org> To: k5@cheerful.com, reg@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16457: incorrect PLIST: www/mozilla Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: incorrect PLIST: www/mozilla State-Changed-From-To: open->closed State-Changed-By: reg State-Changed-When: Sat Jan 29 15:18:32 PST 2000 State-Changed-Why: PLIST is not broken. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 15:22:37 2000 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 D5DF815905; Sat, 29 Jan 2000 15:22:36 -0800 (PST) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA27223; Sat, 29 Jan 2000 15:22:31 -0800 (PST) (envelope-from jmz@FreeBSD.org) Date: Sat, 29 Jan 2000 15:22:31 -0800 (PST) From: Message-Id: <200001292322.PAA27223@freefall.freebsd.org> To: sean@stat.Duke.EDU, jmz@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16456: ispell port is broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ispell port is broken State-Changed-From-To: open->closed State-Changed-By: jmz State-Changed-When: Sat Jan 29 15:21:44 PST 2000 State-Changed-Why: The problem was fixed one or two days ago. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 16:48: 6 2000 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 60E7914D66; Sat, 29 Jan 2000 16:48:03 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA33061; Sat, 29 Jan 2000 16:48:03 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Sat, 29 Jan 2000 16:48:03 -0800 (PST) From: Message-Id: <200001300048.QAA33061@freefall.freebsd.org> To: jedgar@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: pending/16433: Update CJK to support Eten BIG5 extensions Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update CJK to support Eten BIG5 extensions Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: jedgar Responsible-Changed-When: Sat Jan 29 16:47:28 PST 2000 Responsible-Changed-Why: Misfiled PR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 16:50:22 2000 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 9B13915BDC for ; Sat, 29 Jan 2000 16:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA33200; Sat, 29 Jan 2000 16:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from norrgarden1.norrgarden.se (norrgarden1.norrgarden.se [195.100.133.214]) by hub.freebsd.org (Postfix) with ESMTP id 9734F15E31 for ; Sat, 29 Jan 2000 16:46:13 -0800 (PST) (envelope-from cj@norrgarden1.norrgarden.se) Received: (from root@localhost) by norrgarden1.norrgarden.se (8.9.3/8.9.3) id BAA08107; Sun, 30 Jan 2000 01:46:10 +0100 (CET) (envelope-from cj) Message-Id: <200001300046.BAA08107@norrgarden1.norrgarden.se> Date: Sun, 30 Jan 2000 01:46:10 +0100 (CET) From: calle.madestrand@norrgarden.se Reply-To: calle.madestrand@norrgarden.se To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16462: New port: www/indexme Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16462 >Category: ports >Synopsis: New port: www/indexme >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 Jan 29 16:50:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Carl Johan Madestrand >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: >Description: A small Perl program for linking several images or documents into a HTML index for viewing and easy overview. >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: # # indexme/ # indexme/pkg # indexme/pkg/DESCR # indexme/pkg/COMMENT # indexme/pkg/PLIST # indexme/files # indexme/files/md5 # indexme/Makefile # echo c - indexme/ mkdir -p indexme/ > /dev/null 2>&1 echo c - indexme/pkg mkdir -p indexme/pkg > /dev/null 2>&1 echo x - indexme/pkg/DESCR sed 's/^X//' >indexme/pkg/DESCR << 'END-of-indexme/pkg/DESCR' Xindexme is a small Perl program for linking several images or Xdocuments into a HTML index for viewing and easy overview. END-of-indexme/pkg/DESCR echo x - indexme/pkg/COMMENT sed 's/^X//' >indexme/pkg/COMMENT << 'END-of-indexme/pkg/COMMENT' Xlinks files into a HTML index for viewing and easy overview END-of-indexme/pkg/COMMENT echo x - indexme/pkg/PLIST sed 's/^X//' >indexme/pkg/PLIST << 'END-of-indexme/pkg/PLIST' Xbin/indexme Xshare/doc/indexme/README X@dirrm share/doc/indexme END-of-indexme/pkg/PLIST echo c - indexme/files mkdir -p indexme/files > /dev/null 2>&1 echo x - indexme/files/md5 sed 's/^X//' >indexme/files/md5 << 'END-of-indexme/files/md5' XMD5 (indexme.tar.gz) = cb1859060fccca1f31949c9d514a5ff4 END-of-indexme/files/md5 echo x - indexme/Makefile sed 's/^X//' >indexme/Makefile << 'END-of-indexme/Makefile' X# New ports collection makefile for: indexme X# Date created: 30 Jan 2000 X# Version required: 0.1 X# Whom: Carl Johan Madestrand X# X# $FreeBSD$ X# X XDISTNAME= indexme XPKGNAME= indexme-0.1 XCATEGORIES= www XMASTER_SITES= http://kyb.homepage.com/perl/ X XMAINTAINER= calle.madestrand@norrgarden.se X XUSE_PERL5= yes X XWRKSRC= ${WRKDIR}/indexme XNO_BUILD= yes Xdo-install: X @ ${MKDIR} ${PREFIX}/share/doc/indexme X @ ${CP} ${WRKSRC}/indexme ${PREFIX}/bin X.if !defined(NOPORTDOCS) X @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/indexme X.endif X.include END-of-indexme/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 Sat Jan 29 16:50:26 2000 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 074A915DFD for ; Sat, 29 Jan 2000 16:50:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA33178; Sat, 29 Jan 2000 16:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 29 Jan 2000 16:50:02 -0800 (PST) Message-Id: <200001300050.QAA33178@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Chris D. Faulhaber" Subject: Re: ports/16351: update of CBB port Reply-To: "Chris D. Faulhaber" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/16351; it has been noted by GNATS. From: "Chris D. Faulhaber" To: Gary Kline Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/16351: update of CBB port Date: Sat, 29 Jan 2000 19:41:34 -0500 (EST) On Tue, 25 Jan 2000, Gary Kline wrote: > MASTER_SITES= ftp://ftp.me.umn.edu/pub/finance/ \ > ftp://ftp.fifi.org/pub/cbb/ ftp> open ftp.me.umn.edu Connected to webster.me.umn.edu. 421 Service not available, remote server has closed connection. ftp> open ftp.fifi.org Connected to tantale.fifi.org. 500 tantale.fifi.org FTP server shut down -- please try again later. ftp> is the distfile available on any other sites? ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 16:51:19 2000 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 A9B3714E08; Sat, 29 Jan 2000 16:51:18 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA33291; Sat, 29 Jan 2000 16:51:13 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Sat, 29 Jan 2000 16:51:13 -0800 (PST) From: Message-Id: <200001300051.QAA33291@freefall.freebsd.org> To: jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org, torstenb@FreeBSD.org Subject: Re: ports/16452: Update ctwm port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update ctwm port Responsible-Changed-From-To: freebsd-ports->torstenb Responsible-Changed-By: jedgar Responsible-Changed-When: Sat Jan 29 16:50:44 PST 2000 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 Jan 29 17:40: 7 2000 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 9A7FE150FF for ; Sat, 29 Jan 2000 17:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA36144; Sat, 29 Jan 2000 17:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 29 Jan 2000 17:40:02 -0800 (PST) Message-Id: <200001300140.RAA36144@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Gary Kline Subject: Re: ports/16351: update of CBB port Reply-To: Gary Kline Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/16351; it has been noted by GNATS. From: Gary Kline To: "Chris D. Faulhaber" Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/16351: update of CBB port Date: Sat, 29 Jan 2000 17:41:13 -0800 On Sat, Jan 29, 2000 at 07:41:34PM -0500, Chris D. Faulhaber wrote: > On Tue, 25 Jan 2000, Gary Kline wrote: > > > MASTER_SITES= ftp://ftp.me.umn.edu/pub/finance/ \ > > ftp://ftp.fifi.org/pub/cbb/ > > ftp> open ftp.me.umn.edu > Connected to webster.me.umn.edu. > 421 Service not available, remote server has closed connection. > ftp> open ftp.fifi.org > Connected to tantale.fifi.org. > 500 tantale.fifi.org FTP server shut down -- please try again later. > ftp> > > is the distfile available on any other sites? > Rats! So what I heard last Thursday was true: devel on cbb has stopped. Not only that, looks like they've pulled the plug on fifi.org. Maybe something happened to Curt Olson who began cbb. --Dunno about any other sites, sorry. :( gary > -- Gary D. Kline kline@tao.thought.org Public service Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 18:50: 6 2000 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 8356A150F2 for ; Sat, 29 Jan 2000 18:50:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA41924; Sat, 29 Jan 2000 18:50:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 29 Jan 2000 18:50:04 -0800 (PST) Message-Id: <200001300250.SAA41924@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Chris D. Faulhaber" Subject: Re: ports/16351: update of CBB port Reply-To: "Chris D. Faulhaber" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/16351; it has been noted by GNATS. From: "Chris D. Faulhaber" To: Gary Kline Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/16351: update of CBB port Date: Sat, 29 Jan 2000 21:41:28 -0500 (EST) On Sat, 29 Jan 2000, Gary Kline wrote: > Rats! So what I heard last Thursday was true: devel on cbb > about any other sites, sorry. :( > > gary > Any chance you can host the distfile (or have a recent copy) so that this port will continue to work? ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 19:18:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 5F14E14E4D; Sat, 29 Jan 2000 19:18:10 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 4C9791CD80C for ; Sat, 29 Jan 2000 19:18:10 -0800 (PST) (envelope-from kris@hub.freebsd.org) Date: Sat, 29 Jan 2000 19:18:10 -0800 (PST) From: Kris Kennaway To: ports@freebsd.org Subject: USE_OPENSSL update (READ ME!) 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'm hearing precious little feedback about this, guys. I need to know if this works properly on your 3.x and 4.0 systems so I can get it into the tree in time for the ports freeze. This version fixes rsaref support for non-4.0 systems and has a different hack for the CFLAGS problem if we don't use a configure script. This has only been necessary so far for pipsecd and seems to fix the problem there. New patched ports (see http://www.freebsd.org/~kris/openssl): w3m-ssl pipsecd (updated) Kris Index: Mk/bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.326 diff -u -r1.326 bsd.port.mk --- Mk/bsd.port.mk 2000/01/21 11:08:06 1.326 +++ Mk/bsd.port.mk 2000/01/30 01:45:15 @@ -571,6 +571,47 @@ PREFIX?= ${LOCALBASE} .endif +.if defined(USE_OPENSSL) +.if ${OSVERSION} >= 400014 && exists(/usr/lib/libcrypto.a) +.if ${USE_OPENSSL} == RSA +_HASRSA= "`/usr/bin/nm /usr/lib/libcrypto.a | /usr/bin/grep RSA_free`" +.if empty(_HASRSA) +.BEGIN: + @${ECHO} "This port requires RSA crypto, which is not present in your" + @${ECHO} "version of OpenSSL. Please see Chapter XX in the FAQ for" + @${ECHO} "a description of the problem and alternative solutions." + @${FALSE} +.endif +.endif +OPENSSLBASE= /usr +OPENSSLDIR= /etc/ssl +# OpenSSL in the base system doesn't include IDEA for patent reasons. +OPENSSL_IDEA= no +# XXX Might not valways work - this is a hack +.if defined(HAS_CONFIGURE) +CFLAGS+= -DNO_IDEA +.else +OPENSSL_CFLAGS+=-DNO_IDEA +MAKE_ARGS+= OPENSSL_CFLAGS="${OPENSSL_CFLAGS}" +.endif +.else +LIB_DEPENDS+= crypto.1:${PORTSDIR}/security/openssl +OPENSSLBASE?= ${LOCALBASE} +OPENSSLDIR?= ${OPENSSLBASE}/openssl +.endif +.if ${USE_OPENSSL} == RSA && defined(USA_RESIDENT) && ${USA_RESIDENT} == YES +LIB_DEPENDS+= rsaref.2:${PORTSDIR}/security/rsaref +# We set this so ports can decide whether or not to link against librsaref +# and libRSAglue +OPENSSL_RSAREF= yes +.endif +OPENSSLLIB= ${OPENSSLBASE}/lib +OPENSSLINC= ${OPENSSLBASE}/include +MAKE_ENV+= OPENSSLLIB=${OPENSSLLIB} OPENSSLINC=${OPENSSLINC} \ + OPENSSLBASE=${OPENSSLBASE} OPENSSLDIR=${OPENSSLDIR} +RESTRICTED= "Contains cryptography." +.endif + .endif # End of pre-makefile section. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" 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 Sat Jan 29 19:28:50 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id 03AF214D0A; Sat, 29 Jan 2000 19:28:35 -0800 (PST) (envelope-from musha@ms.tokyo.jcom.ne.jp) Received: from daemon.local.idaemons.org (pc062018.tokyo.jcom.ne.jp [210.155.62.18]) by ms.tokyo.jcom.ne.jp (8.9.1/3.7W 06/01/99) with ESMTP id MAA16492; Sun, 30 Jan 2000 12:28:27 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id MAA28089; Sun, 30 Jan 2000 12:27:56 +0900 (JST) Date: Sun, 30 Jan 2000 12:28:00 +0900 Message-ID: <86vh4cs0fz.wl@archon.local.idaemons.org> From: Akinori MUSHA aka knu To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports@freebsd.org Subject: Re: japanese/VJE30: New port In-Reply-To: In your message of "Sun, 30 Jan 2000 07:25:34 +0900" <86ya98seg1.wl@archon.local.idaemons.org> References: <86ya98seg1.wl@archon.local.idaemons.org> User-Agent: Wanderlust/2.2.16 (No Son Of Mine) EMIKO/1.13.10 (Euglena proxima) FLIM/1.13.2 (Kasanui) APEL/10.1 MULE XEmacs/21.1 (patch 8) (Bryce Canyon) (i386--freebsd) Organization: A.I.D. MIME-Version: 1.0 (generated by EMIKO 1.13.10 - "Euglena proxima") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At Sun, 30 Jan 2000 07:25:34 +0900, Akinori MUSHA aka knu wrote: > A new port for VJE-Delta 3.0 purchase version, which makes > installation process much easy thanks to ports mechanism. easier ^the > This port is only usable for those who purchased a licensed copy of > VJE-Delta 3.0 CD-ROM from VACS Corporation. Thus, please apply the attached patch before commission. It avoids leaving a part of a commercial distribution in DISTDIR after extraction. -- / /__ __ / ) ) ) ) / Akinori MUSHA aka / (_ / ( (__( "If you choose not to decide you still have made a choice." --- Makefile~ Sun Jan 30 03:34:25 2000 +++ Makefile Sun Jan 30 07:45:31 2000 @@ -64,6 +64,9 @@ ${FALSE} \ ) +post-extract: + @${RM} ${DISTDIR}/${DISTFILES} + post-patch: @cd ${WRKSRC}/vje30/bin && ${RM} swingall.jar *.orig To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 19:47:35 2000 Delivered-To: freebsd-ports@freebsd.org Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id 6EADF14FE1 for ; Sat, 29 Jan 2000 19:47:23 -0800 (PST) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (tao.sea.tera.com [207.108.223.55]) by gershwin.tera.com (8.9.3/8.9.3) with ESMTP id TAA00766; Sat, 29 Jan 2000 19:47:18 -0800 (PST) Received: (from kline@localhost) by tao.thought.org (8.9.3/8.7.3) id TAA05045; Sat, 29 Jan 2000 19:54:00 -0800 (PST) Date: Sat, 29 Jan 2000 19:54:00 -0800 From: Gary Kline To: "Chris D. Faulhaber" Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/16351: update of CBB port Message-ID: <20000129195359.A5008@tao.thought.org> References: <200001300250.SAA41924@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200001300250.SAA41924@freefall.freebsd.org>; from jedgar@fxp.org on Sat, Jan 29, 2000 at 06:50:04PM -0800 X-Organization: Thought Unlimited. Public service Unix since 1986. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Jan 29, 2000 at 06:50:04PM -0800, Chris D. Faulhaber wrote: > The following reply was made to PR ports/16351; it has been noted by GNATS. > > From: "Chris D. Faulhaber" > To: Gary Kline > Cc: FreeBSD-gnats-submit@freebsd.org > Subject: Re: ports/16351: update of CBB port > Date: Sat, 29 Jan 2000 21:41:28 -0500 (EST) > > On Sat, 29 Jan 2000, Gary Kline wrote: > > > Rats! So what I heard last Thursday was true: devel on cbb > > about any other sites, sorry. :( > > > > gary > > > > Any chance you can host the distfile (or have a recent copy) so that this > port will continue to work? > I'm behind a firewall, or I certainly would. Are there any other willing souls out there? cbb is really pretty small since it is a perl script. Anyone have the last rev, cbb-0.81? gary -- Gary D. Kline kline@tao.thought.org Public service Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 20:50: 7 2000 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 40C5A14F94 for ; Sat, 29 Jan 2000 20:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA49353; Sat, 29 Jan 2000 20:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id 740B915277 for ; Sat, 29 Jan 2000 20:48:29 -0800 (PST) (envelope-from musha@ms.tokyo.jcom.ne.jp) Received: from daemon.local.idaemons.org (pc062018.tokyo.jcom.ne.jp [210.155.62.18]) by ms.tokyo.jcom.ne.jp (8.9.1/3.7W 06/01/99) with ESMTP id NAA23055 for ; Sun, 30 Jan 2000 13:48:27 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id NAA28703; Sun, 30 Jan 2000 13:47:56 +0900 (JST) Message-Id: <86u2jwrwqn.wl@archon.local.idaemons.org> Date: Sun, 30 Jan 2000 13:48:00 +0900 From: Akinori MUSHA aka knu To: FreeBSD-gnats-submit@freebsd.org Subject: ports/16466: japanese/esecanna-vje30: New port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16466 >Category: ports >Synopsis: japanese/esecanna-vje30: New 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 Jan 29 20:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Akinori MUSHA aka knu >Release: FreeBSD 4.0-CURRENT i386 >Organization: A.I.D. >Environment: FreeBSD 4.0-CURRENT i386 + ports-current >Description: A new port for esecanna for VJE-Delta 3.0. It pretends to be a cannaserver, which actually is a proxy server for Canna clients to utilize VJE-Delta 3.0 engine. >How-To-Repeat: e.g.) make make install make package make deinstall pkg_add *.tgz make deinstall make reinstall make package Tested on 3.4-STABLE and on 4.0-CURRENT. >Fix: begin 644 esecanna-vje30.tar.gz M'XL(",B^DS@"`V5S96-A;FYA+79J93,P+G1A<@#M6OMSVK@6SJ_HKSAY3-,' M-K;!T+*;3FAPLK00,I@VN]/N]`I;@!N_UH^DV6[NWWZ/;!Z&9I/.-$U[.SHS M@"W)1](YTG<^'B`#246JU1 M555%QVJU6J]N@+YQ#Y+&"8T`-L[\],9VM]7_GPI;]7]X-JE\3_]7&]4&5FMJ M717^_T[^/^CW>L;Q\.[Z4!6E7JO=X/^ZEON_7J\U-+[_JUH-_:\(_W]S:4$8 ML]0.(%L%,8O.60074\>:PD5$PQC>O#0DF[D)A;R2;`CYN??_2;=C#N^RC]OV MOZ96U_>_HBMB_]^'Q"/'K\P7P6R'QU,:L8H=6(N*2JUMO#&Z_1-C8,H?PNM: M#(Q6NV?P2I98E3"XQ_VO:LKG M^[^JB_U_'V(4_`^N$R?,CR&9T0&P7(?Y20PT+O*#,A#'3U@41BS)&B=3EO&$ M=H$G((F@":^YA)A>EH'Z-@EI'+,XKW$2B%B6FNJ+AM(%.T MBG1?I.8SDZ$:U&<_(N0%&P<1@RCU?<>?P*KR,MB!OYL`-IFPA)LO3H*0\,EO M18RZ6ZO.*W#_!\/_GF&:K2/C'O%?U>?G?X1_+3O_U07_NQ=Y_!5"COM# M`X:_M8;XU3'A#;+#3O\8\++%;_Z`&6ODZ008&%VC91H<@YPH3B`8`W7=,OB, M0]\2RQ#!6A43L)`RB+!HZ MGL=L!^?I7I)93*5I,L41HJ46$,Q'S*L\BB$8/RRKYB5<#QIWB+K/LNB))LU1 M'5>X;^?P3U[''+67D:6Z,*:.RTV`0=5G5C89'J'06%E\ M"GR+97WQ>6&%3+YJ/0DX_M[X/W9<%M]U!OB+\[\+_J_IBB;RO]_-_YY]IZ:_ M+?^CJNO^KZIZ0\3_^Y!>6U^>7?)%\+X]D!19E149+2-/_GX$>_!L5*^/E'K] MZ>BIU:B.=?J4X1&]45.P1%6>:0*Z?Z;]?UWB[NOV_XWXW]`7^1^]KM:PNEZO M:F+_WX=L;U9X!CB>$H+T=()T%*2_+F#W<&`@M1]T6MTYK=^%SP%OX?6M'W8+-/;R0QEOPYR^YA9TP"VM@K7\_75 M+!8"W$!/.47F:0J*Q#W+4*U14AP&=V62AO*JSI.7^-_-9W[7^#_MQ=)DJ!'SQ@/_'(0.9.221-X27U0=5"?-C6E6:V" MIB@*>?+DR:+IHI7V#)1Z4W_6U+2\U?X^2/5R`Y[PK_U]`B5<6?Q5@A"Q*`#' M6]X0,`<'YAZN`)[-D"WPG-C"GVQ!AE&0!/.;.+#.6()WJ&M>@9>+XG>KW5C% M;BPB'1QV6T?F7DF:@-370#I%0`>IW39>O#XB3[9OK(9N.Z^&;9"ZA?23ZXQ` MX6J6=AX.6X,C8_B(_/#[?^[?.^WCEOVO M576M\/Y?-3O_:2+_>S_\#X[9198[C)%1N7P!Z M\VG6P14\QXK3P2N,#L5B0NQ`0M8_=B8X(=Z%92\;\C-(WJ4S[S5C]_.11M:R MZ_6*R2^`K3-H=T:Y-PJ-\_MEFWCNJ/4V"P]BXRV,2:72ZFLS6=&RV^RV&*BR M@F(8RV;L^.@`#",$G=TY1F-TN^]/!OVC0:MW5;#3VH&@L#!P5,5GVZUAZ[H' M<4`K!BH^8QX,.B?#JVO=LOI4=IHB,IY\-FU$$)_9#X_[?#GCDC4?<9V]5]S= M^%2^B*]N&MN:_985B[>-"GIDYMO.F&#GON6F-H-?1[$M9W^+>&?/189*B!`A L0H0($2)$B!`A0H0($2)$B!`A0H0($2)$B!`A0H0($?*3RO\`=>XT_`!0```A ` 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 Jan 29 21:10: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.240.222]) by hub.freebsd.org (Postfix) with ESMTP id CA10E15A95 for ; Sat, 29 Jan 2000 21:09:57 -0800 (PST) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.3/8.9.1) id VAA57069; Sat, 29 Jan 2000 21:09:06 -0800 (PST) (envelope-from mph) Date: Sat, 29 Jan 2000 21:09:05 -0800 From: Matthew Hunt To: Gary Kline Cc: "Chris D. Faulhaber" , freebsd-ports@FreeBSD.ORG Subject: Re: ports/16351: update of CBB port Message-ID: <20000129210905.A56937@wopr.caltech.edu> References: <200001300250.SAA41924@freefall.freebsd.org> <20000129195359.A5008@tao.thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000129195359.A5008@tao.thought.org>; from kline@tao.thought.org on Sat, Jan 29, 2000 at 07:54:00PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Jan 29, 2000 at 07:54:00PM -0800, Gary Kline wrote: > I'm behind a firewall, or I certainly would. Are there > any other willing souls out there? cbb is really pretty > small since it is a perl script. > > Anyone have the last rev, cbb-0.81? I've installed it, but it looks like I've blown away the distfile. If you get ahold of a copy, it's no problem for me to put it in www.freebsd.org/~mph/distfiles. -- Matthew Hunt * Stay close to the Vorlon. http://www.pobox.com/~mph/ * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 21:10:21 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mobil.surnet.ru (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (Postfix) with ESMTP id 8AC6415F77; Sat, 29 Jan 2000 21:10:10 -0800 (PST) (envelope-from ilia@cgilh.chel.su) Received: (from uucgilh@localhost) by mobil.surnet.ru (8.9.1a/8.9.1) with UUCP id JAA28901; Sun, 30 Jan 2000 09:57:07 +0500 (ES) Received: (from uucp@localhost) by cgilh.chel.su (8.8.7/8.8.7) with UUCP id JAA02806; Sun, 30 Jan 2000 09:15:18 +0500 Received: from localhost (ilia@localhost) by jane.cgu.chel.su (8.9.3/8.9.2) with ESMTP id JAA00311; Sun, 30 Jan 2000 09:22:06 +0500 (ES) (envelope-from ilia@cgilh.chel.su) X-Authentication-Warning: jane.cgu.chel.su: ilia owned process doing -bs Date: Sun, 30 Jan 2000 09:22:04 +0500 (ES) From: Ilia Chipitsine X-Sender: ilia@jane.cgu.chel.su To: Jeremy Lea Cc: "Scot W. Hetzel" , ports@FreeBSD.ORG Subject: Re: another problem - dependency ... (Re: who the hell ported GNOME ??) In-Reply-To: <20000129124027.G55008@shale.csir.co.za> 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 -----BEGIN PGP SIGNED MESSAGE----- On Sat, 29 Jan 2000, Jeremy Lea wrote: > Hi, > > On Sat, Jan 29, 2000 at 10:01:43PM +0500, Ilia Chipitsine wrote: > > hope next step will be "upgrading packages without reinstalling" > > You seem intent on wanting to start a flame war... so here's some work > for you to do. Any comments or complaints until this is done will now > be simply laziness on your part ;-) > > There is a quick and easy way to upgrade packages. We find the old pkg > in /var/db/pkg, and get it's PLIST. We then merge it's PLIST with our > new one, removing duplicate entries. We then install our files, and > install in /var/db/pkg with the merged PLIST. Then we go through all > the ports which the old package depend on or that the depended on the > old package (all this info is in /var/db/pkg/foo-1.0/) and change > references to the new package name. Then we install our new depends if > any. > > The source code is in /usr/src/usr.bin/pkg_install/ I guess, /usr/src/usr.bin/pkg_add was meant. > > The only hard part is working out what's an old version of this > package... yeah, sort of :-) egcs-1.1.1 -> gcc-2.95.5, for instance ... name of package says almost nothing, maybe it's good idea to add something like "port-ID" (a la "Message-ID") ?? any other solution ?? > > Regards, > -Jeremy > > -- > FreeBSD - Because the best things in life are free... > http://www.freebsd.org/ > -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQB1AwUBOJO8buRxlWKN2EXhAQHC3wMAvxzwT69TOcXbuZ70tUKaQBZc7j3h/6qG 30JqOGgOOYjuS81KFwdjkra/8OIz5oJVyn3ntZLeYSDeZ1Q0T4DlO9Y8UQZWQlXA 1/L70w9jJX+RuDn8+FXjyntbQw3HPn1U =jxmP -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 22: 8:35 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id 2E96515139; Sat, 29 Jan 2000 22:08:33 -0800 (PST) (envelope-from musha@ms.tokyo.jcom.ne.jp) Received: from daemon.local.idaemons.org (pc062018.tokyo.jcom.ne.jp [210.155.62.18]) by ms.tokyo.jcom.ne.jp (8.9.1/3.7W 06/01/99) with ESMTP id PAA00810; Sun, 30 Jan 2000 15:07:53 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id PAA29412; Sun, 30 Jan 2000 15:07:21 +0900 (JST) Date: Sun, 30 Jan 2000 15:07:25 +0900 Message-ID: <86snzgrt2a.wl@archon.local.idaemons.org> From: Akinori MUSHA aka knu To: dima@Chg.RU Cc: FreeBSD-gnats-submit@freebsd.org, freebsd-ports@freebsd.org Subject: Re: ports/16438: Fix net/gnome-icu to install i18n files In-Reply-To: In your message of "Sat, 29 Jan 2000 16:30:51 +0300 (MSK)" <200001291330.QAA29649@netserv1.chg.ru> References: <200001291330.QAA29649@netserv1.chg.ru> User-Agent: Wanderlust/2.2.16 (No Son Of Mine) EMIKO/1.13.10 (Euglena proxima) FLIM/1.13.2 (Kasanui) APEL/10.1 MULE XEmacs/21.1 (patch 8) (Bryce Canyon) (i386--freebsd) Organization: A.I.D. MIME-Version: 1.0 (generated by EMIKO 1.13.10 - "Euglena proxima") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Is this PR meant to be exactly the same as my PR `ports/16298'? Geez, this patch looks far smarter than my quick hack. If it works well and the PR is to be closed, feel free and don't forget to close mine too, Mr. Committer. -- / /__ __ / ) ) ) ) / Akinori MUSHA aka / (_ / ( (__( "If you choose not to decide you still have made a choice." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 22:10: 7 2000 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 4C53C15806 for ; Sat, 29 Jan 2000 22:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA54647; Sat, 29 Jan 2000 22:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 29 Jan 2000 22:10:04 -0800 (PST) Message-Id: <200001300610.WAA54647@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Akinori MUSHA aka knu Subject: Re: ports/16438: Fix net/gnome-icu to install i18n files Reply-To: Akinori MUSHA aka knu Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/16438; it has been noted by GNATS. From: Akinori MUSHA aka knu To: dima@Chg.RU Cc: FreeBSD-gnats-submit@freebsd.org, freebsd-ports@freebsd.org Subject: Re: ports/16438: Fix net/gnome-icu to install i18n files Date: Sun, 30 Jan 2000 15:07:25 +0900 Is this PR meant to be exactly the same as my PR `ports/16298'? Geez, this patch looks far smarter than my quick hack. If it works well and the PR is to be closed, feel free and don't forget to close mine too, Mr. Committer. -- / /__ __ / ) ) ) ) / Akinori MUSHA aka / (_ / ( (__( "If you choose not to decide you still have made a choice." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jan 29 22:10:26 2000 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 6EA84152A3 for ; Sat, 29 Jan 2000 22:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA54642; Sat, 29 Jan 2000 22:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id 6A28714E26 for ; Sat, 29 Jan 2000 22:06:50 -0800 (PST) (envelope-from root@blackdawn.com) Received: from shadow.blackdawn.com (postfix@14-102.008.popsite.net [209.69.195.102]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id WAA83600 for ; Sat, 29 Jan 2000 22:06:34 -0800 (PST) Received: from argon.blackdawn.com (argon.blackdawn.com [192.168.0.3]) by shadow.blackdawn.com (Postfix) with ESMTP id 3EA6E1B3C for ; Sun, 30 Jan 2000 01:06:27 -0500 (EST) Received: by argon.blackdawn.com (Postfix, from userid 0) id C876719D0; Sun, 30 Jan 2000 01:06:20 -0500 (EST) Message-Id: <20000130060620.C876719D0@argon.blackdawn.com> Date: Sun, 30 Jan 2000 01:06:20 -0500 (EST) From: root@blackdawn.com (Charlie Root) To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/16467: update port: irc/kvirc 0.9.0 -> 1.0.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16467 >Category: ports >Synopsis: update port: irc/kvirc 0.9.0 -> 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: Sat Jan 29 22:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Fri Jan 28 16:46:16 EST 2000 root@argon.blackdawn.com:/usr/src/sys/compile/KRYPTON i386 FreeBSD shadow.blackdawn.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Sun Jan 23 13:41:02 EST 2000 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: This will fix KVIRC for both 4.0-CURRENT and 3.4-STABLE. I am also assigning myself maintainership, since I seem to like it a bit. :-) Thanks go to the author of KVIRC for his kind help. I have now discovered that many programs based on Qt do not like the GNU pthread library much, mostly because of the #define crap. The interface seems to have undergone a complete overhaul. KVIRC really looks nice! >How-To-Repeat: Apply the patch against the current port. >Fix: diff -urN kvirc/Makefile kvirc.new/Makefile --- kvirc/Makefile Thu Dec 23 06:15:33 1999 +++ kvirc.new/Makefile Sun Jan 30 00:56:09 2000 @@ -1,30 +1,25 @@ # New ports collection makefile for: kvirc -# Version required: 0.9.0 +# Version required: 1.0.0 # Date created: Mon Feb 15 02:53:29 CET 1999 # Whom: Anders Nordby # # $FreeBSD: ports/irc/kvirc/Makefile,v 1.5 1999/12/23 01:07:28 jedgar Exp $ # -DISTNAME= kvirc-0.9.0 +DISTNAME= kvirc-1.0.0 CATEGORIES= irc kde MASTER_SITES= $(MASTER_SITE_KDE) MASTER_SITE_SUBDIR= stable/1.1/apps/network -MAINTAINER= ports@freebsd.org +MAINTAINER= andrews@technologist.com -LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 \ - kdeui.2:${PORTSDIR}/x11/kdelibs11 \ - khtmlw.2:${PORTSDIR}/x11/kdelibs11 +LIB_DEPENDS= pthread.13:${PORTSDIR}/devel/pth-devel -USE_QT= yes +USE_QT2= yes GNU_CONFIGURE= yes USE_GMAKE= yes - KDEDIR= ${PREFIX} - CONFIGURE_ARGS= --x-includes=$(X11BASE)/include --x-libraries=$(X11BASE)/lib \ - --datadir=$(PREFIX)/share/kde -CONFIGURE_ENV= MOC=${X11BASE}/bin/moc + --datadir=$(PREFIX)/share/kde --with-qt-moc=${X11BASE}/bin/moc2 .include diff -urN kvirc/files/md5 kvirc.new/files/md5 --- kvirc/files/md5 Sat Apr 10 15:08:24 1999 +++ kvirc.new/files/md5 Sat Jan 29 19:28:39 2000 @@ -1 +1 @@ -MD5 (kvirc-0.9.0.tar.gz) = 1f79938c08410325a10a15c2d59c2e5a +MD5 (kvirc-1.0.0.tar.gz) = f59640364efeb02ea31c7d20ef4b5d53 diff -urN kvirc/patches/patch-aa kvirc.new/patches/patch-aa --- kvirc/patches/patch-aa Sat Apr 10 15:08:24 1999 +++ kvirc.new/patches/patch-aa Sat Jan 29 19:28:39 2000 @@ -1,19 +1,13 @@ -*** kvirc/kvi_support.cpp.orig Mon Jan 25 00:32:30 1999 ---- kvirc/kvi_support.cpp Mon Feb 15 02:10:42 1999 -*************** -*** 21,27 **** - - //#include "kvi_app.h" - #include -! #include - #include - #include - #include //includes too ---- 21,27 ---- - - //#include "kvi_app.h" - #include -! // #include - #include - #include - #include //includes too +--- src/kvilib/kvi_thread.h Sat Oct 30 20:18:28 1999 ++++ src/kvilib/kvi_thread.h.new Sat Jan 29 18:29:32 2000 +@@ -24,7 +24,9 @@ + // + + #include +- ++#undef connect ++#undef read ++#undef write + #include + #include + #include diff -urN kvirc/patches/patch-ab kvirc.new/patches/patch-ab --- kvirc/patches/patch-ab Wed Dec 31 19:00:00 1969 +++ kvirc.new/patches/patch-ab Sat Jan 29 23:43:37 2000 @@ -0,0 +1,33 @@ +--- configure Mon Dec 20 17:24:36 1999 ++++ configure.new Sat Jan 29 23:43:24 2000 +@@ -3241,7 +3241,7 @@ + ss_save_LIBS="$LIBS" + CPPFLAGS="-I$SS_X_INCLUDE_DIR -I$SS_QT_INCLUDE_DIR $CPPFLAGS $X_CFLAGS" + CXXFLAGS="-O2 -Wall -g $CXXFLAGS" +- LIBS="-L$SS_X_LIBRARY_DIR -L$SS_QT_LIBRARY_DIR $X_ $X_EXTRA_LIBS $X_LIBS $LIBS -lqt -lXext -lX11" ++ LIBS="-L$SS_X_LIBRARY_DIR -L$SS_QT_LIBRARY_DIR $X_ $X_EXTRA_LIBS $X_LIBS $LIBS -lqt2 -lXext -lX11" + LDFLAGS="-s $LDFLAGS" + cat > conftest.$ac_ext < conftest.$ac_ext <tmpBuffer.sprintf(__tr("Connected to %s on port %u"),dcc->szAddress.ptr(),dcc->uPort); +- KviDccEvent * e = new KviDccEvent(KVI_DCC_EVENT_MSG,dcc->tmpBuffer.ptr()); ++ e = new KviDccEvent(KVI_DCC_EVENT_MSG,dcc->tmpBuffer.ptr()); + g_pThreadEventDispatcher->postEvent(e,dcc->dccChatParent); + + dcc->tmpBuffer.sprintf("%s %s %s %s",dcc->nick.ptr(),dcc->username.ptr(),dcc->host.ptr(),dcc->szAddress.ptr()); diff -urN kvirc/patches/patch-ad kvirc.new/patches/patch-ad --- kvirc/patches/patch-ad Wed Dec 31 19:00:00 1969 +++ kvirc.new/patches/patch-ad Sat Jan 29 19:28:39 2000 @@ -0,0 +1,11 @@ +--- src/kvirc/kvi_dcc_send.cpp Sat Dec 18 08:29:12 1999 ++++ src/kvirc/kvi_dcc_send.cpp.new Sat Jan 29 17:47:32 2000 +@@ -770,7 +770,7 @@ + kvi_threadTestCancel(); + + dcc->tmpBuffer.sprintf(__tr("Connected to %s on port %u"),dcc->szAddress.ptr(),dcc->uPort); +- KviDccEvent * e = new KviDccEvent(KVI_DCC_EVENT_MSG,dcc->tmpBuffer.ptr()); ++ e = new KviDccEvent(KVI_DCC_EVENT_MSG,dcc->tmpBuffer.ptr()); + g_pThreadEventDispatcher->postEvent(e,dcc->dccSendParent); + + kvi_threadTestCancel(); diff -urN kvirc/patches/patch-ae kvirc.new/patches/patch-ae --- kvirc/patches/patch-ae Wed Dec 31 19:00:00 1969 +++ kvirc.new/patches/patch-ae Sat Jan 29 22:02:05 2000 @@ -0,0 +1,20 @@ +--- src/kvirc/kvi_dcc_voice.cpp Sat Dec 18 08:29:36 1999 ++++ src/kvirc/kvi_dcc_voice.cpp.new Sat Jan 29 22:01:29 2000 +@@ -323,7 +323,7 @@ + static int fmt=KVI_FORMAT; + if(ioctl(dcc->soundFd,SNDCTL_DSP_SETFMT,&fmt)<0)return KVI_ERROR_CanNotInitializeSoundCard; + static int chans=KVI_NUM_CHANNELS; +- if(ioctl(dcc->soundFd,SNDCTL_DSP_CHANNELS,&chans)<0)return KVI_ERROR_CanNotInitializeSoundCard; ++ if (ioctl(dcc->soundFd, SNDCTL_DSP_STEREO, &chans)<0) return KVI_ERROR_CanNotInitializeSoundCard; + static int speed=KVI_SPEED; + if(ioctl(dcc->soundFd,SNDCTL_DSP_SPEED,&speed)<0)return KVI_ERROR_CanNotInitializeSoundCard; + return KVI_ERROR_Success; +@@ -905,7 +905,7 @@ + kvi_threadTestCancel(); + + dcc->tmpBuffer.sprintf(__tr("Connected to %s on port %u"),dcc->szAddress.ptr(),dcc->uPort); +- KviDccEvent * e = new KviDccEvent(KVI_DCC_EVENT_MSG,dcc->tmpBuffer.ptr()); ++ e = new KviDccEvent(KVI_DCC_EVENT_MSG,dcc->tmpBuffer.ptr()); + g_pThreadEventDispatcher->postEvent(e,dcc->dccVoiceParent); + + kvi_threadTestCancel(); diff -urN kvirc/patches/patch-af kvirc.new/patches/patch-af --- kvirc/patches/patch-af Wed Dec 31 19:00:00 1969 +++ kvirc.new/patches/patch-af Sat Jan 29 19:28:39 2000 @@ -0,0 +1,11 @@ +--- src/kvirc/kvi_frame.cpp Mon Dec 20 19:07:31 1999 ++++ src/kvirc/kvi_frame.cpp.new Sat Jan 29 17:58:45 2000 +@@ -80,6 +80,8 @@ + + #include "kvi_asyncwhois.h" + ++#undef accept ++ + #include + #include + #include diff -urN kvirc/patches/patch-ag kvirc.new/patches/patch-ag --- kvirc/patches/patch-ag Wed Dec 31 19:00:00 1969 +++ kvirc.new/patches/patch-ag Sat Jan 29 19:28:39 2000 @@ -0,0 +1,12 @@ +--- src/kvirc/kvi_input.cpp Sat Dec 11 08:09:57 1999 ++++ src/kvirc/kvi_input.cpp.new Sat Jan 29 18:02:53 2000 +@@ -43,8 +43,8 @@ + #include "kvi_strsub.h" + + #include +- + #include ++#undef accept + + #include + #include diff -urN kvirc/patches/patch-ah kvirc.new/patches/patch-ah --- kvirc/patches/patch-ah Wed Dec 31 19:00:00 1969 +++ kvirc.new/patches/patch-ah Sat Jan 29 19:28:39 2000 @@ -0,0 +1,11 @@ +--- src/kvirc/kvi_dlgscript.cpp Mon Dec 20 19:19:22 1999 ++++ src/kvirc/kvi_dlgscript.cpp.new Sat Jan 29 17:56:01 2000 +@@ -45,6 +45,8 @@ + #include "kvi_varcache.h" + #include "kvi_style.h" + ++#undef accept ++ + #include + #include + #include diff -urN kvirc/patches/patch-ai kvirc.new/patches/patch-ai --- kvirc/patches/patch-ai Wed Dec 31 19:00:00 1969 +++ kvirc.new/patches/patch-ai Sat Jan 29 19:28:39 2000 @@ -0,0 +1,11 @@ +--- src/kvirc/kvi_listbox.cpp Sat Dec 18 08:40:17 1999 ++++ src/kvirc/kvi_listbox.cpp.new Sat Jan 29 18:22:23 2000 +@@ -38,6 +38,8 @@ + #include "kvi_query.h" + #include "kvi_event.h" + ++#undef accept ++ + #include + + #include diff -urN kvirc/patches/patch-aj kvirc.new/patches/patch-aj --- kvirc/patches/patch-aj Wed Dec 31 19:00:00 1969 +++ kvirc.new/patches/patch-aj Sat Jan 29 19:28:39 2000 @@ -0,0 +1,11 @@ +--- src/kvirc/kvi_helpqml.cpp Fri Nov 19 11:15:33 1999 ++++ src/kvirc/kvi_helpqml.cpp.new Sat Jan 29 18:28:26 2000 +@@ -29,6 +29,8 @@ + #include "kvi_options.h" + #include "kvi_fileutils.h" + ++#undef read ++ + #include + #include + #include diff -urN kvirc/patches/patch-ak kvirc.new/patches/patch-ak --- kvirc/patches/patch-ak Wed Dec 31 19:00:00 1969 +++ kvirc.new/patches/patch-ak Sat Jan 29 19:28:39 2000 @@ -0,0 +1,10 @@ +--- src/kvirc/kvi_ircview.cpp Sun Dec 19 19:23:13 1999 ++++ src/kvirc/kvi_ircview.cpp.new Sat Jan 29 18:42:14 2000 +@@ -59,6 +59,7 @@ + #include "kvi_uparser.h" + + #include ++#undef accept + + #include + #include diff -urN kvirc/pkg/PLIST kvirc.new/pkg/PLIST --- kvirc/pkg/PLIST Tue Apr 13 19:11:11 1999 +++ kvirc.new/pkg/PLIST Sat Jan 29 19:28:40 2000 @@ -1,300 +1,354 @@ -bin/kvidns -bin/kviphone bin/kvirc -share/applnk/Internet/kvirc.kdelnk -share/apps/kvirc/Ascii/readme_dir -share/apps/kvirc/Audio/default.wav -share/apps/kvirc/Config/README -share/apps/kvirc/Config/kvi.server.conf -share/apps/kvirc/Images/readme_dir -share/apps/kvirc/Incoming/readme_dir -share/apps/kvirc/Logs/readme_dir -share/apps/kvirc/Misc/readme_dir -share/apps/kvirc/Scripts/Ascii/readme_dir -share/apps/kvirc/Scripts/Audio/readme_dir -share/apps/kvirc/Scripts/Images/readme_dir -share/apps/kvirc/Scripts/Misc/readme_dir -share/apps/kvirc/Scripts/README -share/apps/kvirc/Scripts/def_aliases.kvs -share/apps/kvirc/Scripts/readme_dir -share/apps/kvirc/Translation/ASCII -share/apps/kvirc/Translation/CP437 -share/apps/kvirc/Translation/CP850 -share/apps/kvirc/Translation/DANISH -share/apps/kvirc/Translation/DEC_MCS -share/apps/kvirc/Translation/DG_MCS -share/apps/kvirc/Translation/DUTCH -share/apps/kvirc/Translation/FINNISH -share/apps/kvirc/Translation/FRENCH -share/apps/kvirc/Translation/FRENCH_CANADIAN -share/apps/kvirc/Translation/GERMAN -share/apps/kvirc/Translation/HP_MCS -share/apps/kvirc/Translation/IRV -share/apps/kvirc/Translation/ITALIAN -share/apps/kvirc/Translation/JIS -share/apps/kvirc/Translation/MACINTOSH -share/apps/kvirc/Translation/NEXT -share/apps/kvirc/Translation/NORWEGIAN_1 -share/apps/kvirc/Translation/NORWEGIAN_2 -share/apps/kvirc/Translation/POLISH -share/apps/kvirc/Translation/POLISH_NOPL -share/apps/kvirc/Translation/PORTUGUESE -share/apps/kvirc/Translation/PORTUGUESE_COM -share/apps/kvirc/Translation/RUSSIAN -share/apps/kvirc/Translation/RUSSIAN_ALT -share/apps/kvirc/Translation/RUSSIAN_WIN -share/apps/kvirc/Translation/SPANISH -share/apps/kvirc/Translation/SWEDISH -share/apps/kvirc/Translation/SWEDISH_NAMES -share/apps/kvirc/Translation/SWEDISH_NAMES_COM -share/apps/kvirc/Translation/SWISS -share/apps/kvirc/Translation/UNITED_KINGDOM -share/apps/kvirc/Translation/UNITED_KINGDOM_COM -share/apps/kvirc/pics/DESCRIPTION -share/apps/kvirc/pics/kvi_act.gif -share/apps/kvirc/pics/kvi_away.gif -share/apps/kvirc/pics/kvi_back.gif -share/apps/kvirc/pics/kvi_ban.gif -share/apps/kvirc/pics/kvi_chmod.gif -share/apps/kvirc/pics/kvi_clone.gif -share/apps/kvirc/pics/kvi_conn.gif -share/apps/kvirc/pics/kvi_ctcp.gif -share/apps/kvirc/pics/kvi_dccd.gif -share/apps/kvirc/pics/kvi_deop.gif -share/apps/kvirc/pics/kvi_devoi.gif -share/apps/kvirc/pics/kvi_disc.gif -share/apps/kvirc/pics/kvi_dns.gif -share/apps/kvirc/pics/kvi_echo.gif -share/apps/kvirc/pics/kvi_error.gif -share/apps/kvirc/pics/kvi_flood.gif -share/apps/kvirc/pics/kvi_help.gif -share/apps/kvirc/pics/kvi_info.gif -share/apps/kvirc/pics/kvi_intrn.gif -share/apps/kvirc/pics/kvi_invite.gif -share/apps/kvirc/pics/kvi_join.gif -share/apps/kvirc/pics/kvi_kick.gif -share/apps/kvirc/pics/kvi_kline.gif -share/apps/kvirc/pics/kvi_kvirc.gif -share/apps/kvirc/pics/kvi_links.gif -share/apps/kvirc/pics/kvi_motd.gif -share/apps/kvirc/pics/kvi_nick.gif -share/apps/kvirc/pics/kvi_notic.gif -share/apps/kvirc/pics/kvi_op.gif -share/apps/kvirc/pics/kvi_own.gif -share/apps/kvirc/pics/kvi_part.gif -share/apps/kvirc/pics/kvi_ping.gif -share/apps/kvirc/pics/kvi_privm.gif -share/apps/kvirc/pics/kvi_quit.gif -share/apps/kvirc/pics/kvi_raw.gif -share/apps/kvirc/pics/kvi_rpler.gif -share/apps/kvirc/pics/kvi_serv.gif -share/apps/kvirc/pics/kvi_sound.gif -share/apps/kvirc/pics/kvi_stde.gif -share/apps/kvirc/pics/kvi_stdi.gif -share/apps/kvirc/pics/kvi_stdo.gif -share/apps/kvirc/pics/kvi_time.gif -share/apps/kvirc/pics/kvi_tlb_alias.gif -share/apps/kvirc/pics/kvi_tlb_chan.gif -share/apps/kvirc/pics/kvi_tlb_clr.gif -share/apps/kvirc/pics/kvi_tlb_conn.gif -share/apps/kvirc/pics/kvi_tlb_dccopt.gif -share/apps/kvirc/pics/kvi_tlb_disc.gif -share/apps/kvirc/pics/kvi_tlb_event.gif -share/apps/kvirc/pics/kvi_tlb_help.gif -share/apps/kvirc/pics/kvi_tlb_int.gif -share/apps/kvirc/pics/kvi_tlb_kvirc.gif -share/apps/kvirc/pics/kvi_tlb_links.gif -share/apps/kvirc/pics/kvi_tlb_load.gif -share/apps/kvirc/pics/kvi_tlb_opt.gif -share/apps/kvirc/pics/kvi_tlb_pop.gif -share/apps/kvirc/pics/kvi_tlb_save.gif -share/apps/kvirc/pics/kvi_tlb_srv.gif -share/apps/kvirc/pics/kvi_tlb_ulist.gif -share/apps/kvirc/pics/kvi_tlb_usr.gif -share/apps/kvirc/pics/kvi_topic.gif -share/apps/kvirc/pics/kvi_unban.gif -share/apps/kvirc/pics/kvi_voice.gif -share/apps/kvirc/pics/kvi_who.gif -share/apps/kvirc/pics/kvi_wnd_chan.gif -share/apps/kvirc/pics/kvi_wnd_chat.gif -share/apps/kvirc/pics/kvi_wnd_chls.gif -share/apps/kvirc/pics/kvi_wnd_link.gif -share/apps/kvirc/pics/kvi_wnd_qery.gif -share/apps/kvirc/pics/kvi_wnd_send.gif -share/apps/kvirc/pics/kvi_wnd_stat.gif -share/apps/kvirc/pics/kvi_wnd_talk.gif -share/apps/kvirc/pics/kvi_wnd_user.gif -share/apps/kvirc/pics/kvib_op.gif -share/apps/kvirc/pics/kvib_voice.gif -share/apps/kvirc/pics/kvii_alias.gif -share/apps/kvirc/pics/kvii_casc.gif -share/apps/kvirc/pics/kvii_chan.gif -share/apps/kvirc/pics/kvii_chat.gif -share/apps/kvirc/pics/kvii_clr.gif -share/apps/kvirc/pics/kvii_conn.gif -share/apps/kvirc/pics/kvii_disc.gif -share/apps/kvirc/pics/kvii_event.gif -share/apps/kvirc/pics/kvii_horz.gif -share/apps/kvirc/pics/kvii_int.gif -share/apps/kvirc/pics/kvii_load.gif -share/apps/kvirc/pics/kvii_menu.gif -share/apps/kvirc/pics/kvii_mnmz.gif -share/apps/kvirc/pics/kvii_opt.gif -share/apps/kvirc/pics/kvii_pop.gif -share/apps/kvirc/pics/kvii_popu.gif -share/apps/kvirc/pics/kvii_qery.gif -share/apps/kvirc/pics/kvii_rstr.gif -share/apps/kvirc/pics/kvii_save.gif -share/apps/kvirc/pics/kvii_send.gif -share/apps/kvirc/pics/kvii_srv.gif -share/apps/kvirc/pics/kvii_stat.gif -share/apps/kvirc/pics/kvii_tall.gif -share/apps/kvirc/pics/kvii_usr.gif -share/apps/kvirc/pics/kvii_usrwnd.gif -share/apps/kvirc/pics/kvii_vert.gif -share/apps/kvirc/pics/kvii_voice.gif -share/apps/kvirc/pics/kvilogobig.gif -share/doc/HTML/de/kvirc/aliases.html -share/doc/HTML/de/kvirc/cmd_ascii.html -share/doc/HTML/de/kvirc/cmd_away.html -share/doc/HTML/de/kvirc/cmd_back.html -share/doc/HTML/de/kvirc/cmd_ban.html -share/doc/HTML/de/kvirc/cmd_cache.html -share/doc/HTML/de/kvirc/cmd_chat.html -share/doc/HTML/de/kvirc/cmd_clonescan.html -share/doc/HTML/de/kvirc/cmd_ctcp.html -share/doc/HTML/de/kvirc/cmd_dns.html -share/doc/HTML/de/kvirc/cmd_echo.html -share/doc/HTML/de/kvirc/cmd_exec.html -share/doc/HTML/de/kvirc/cmd_file.html -share/doc/HTML/de/kvirc/cmd_foreach.html -share/doc/HTML/de/kvirc/cmd_halt.html -share/doc/HTML/de/kvirc/cmd_if.html -share/doc/HTML/de/kvirc/cmd_inc.html -share/doc/HTML/de/kvirc/cmd_join.html -share/doc/HTML/de/kvirc/cmd_kick.html -share/doc/HTML/de/kvirc/cmd_me.html -share/doc/HTML/de/kvirc/cmd_mode.html -share/doc/HTML/de/kvirc/cmd_msg.html -share/doc/HTML/de/kvirc/cmd_play.html -share/doc/HTML/de/kvirc/cmd_query.html -share/doc/HTML/de/kvirc/cmd_raw.html -share/doc/HTML/de/kvirc/cmd_return.html -share/doc/HTML/de/kvirc/cmd_send.html -share/doc/HTML/de/kvirc/cmd_server.html -share/doc/HTML/de/kvirc/cmd_set.html -share/doc/HTML/de/kvirc/cmd_sound.html -share/doc/HTML/de/kvirc/cmd_timer.html -share/doc/HTML/de/kvirc/cmd_userlist.html -share/doc/HTML/de/kvirc/cmd_while.html -share/doc/HTML/de/kvirc/cmd_whois.html -share/doc/HTML/de/kvirc/cmd_window.html -share/doc/HTML/de/kvirc/cmdline.html -share/doc/HTML/de/kvirc/cmdlist.html -share/doc/HTML/de/kvirc/commonerror.html -share/doc/HTML/de/kvirc/credits.html -share/doc/HTML/de/kvirc/eve_ban.html -share/doc/HTML/de/kvirc/eve_clone.html -share/doc/HTML/de/kvirc/eve_connect.html -share/doc/HTML/de/kvirc/evelist.html -share/doc/HTML/de/kvirc/events.html -share/doc/HTML/de/kvirc/examples.html -share/doc/HTML/de/kvirc/index.html -share/doc/HTML/de/kvirc/intro.html -share/doc/HTML/de/kvirc/kvihead.gif -share/doc/HTML/de/kvirc/kvilogo.jpg -share/doc/HTML/de/kvirc/loadscript.html -share/doc/HTML/de/kvirc/rfc1459.html -share/doc/HTML/de/kvirc/savescript.html -share/doc/HTML/de/kvirc/scripting.html -share/doc/HTML/de/kvirc/seddlg.html -share/doc/HTML/de/kvirc/srvdlg.html -share/doc/HTML/de/kvirc/start.html -share/doc/HTML/de/kvirc/usrdlg.html -share/doc/HTML/de/kvirc/variables.html -share/doc/HTML/en/kvirc/aliases.html -share/doc/HTML/en/kvirc/cmd_ascii.html -share/doc/HTML/en/kvirc/cmd_away.html -share/doc/HTML/en/kvirc/cmd_back.html -share/doc/HTML/en/kvirc/cmd_ban.html -share/doc/HTML/en/kvirc/cmd_cache.html -share/doc/HTML/en/kvirc/cmd_chat.html -share/doc/HTML/en/kvirc/cmd_clonescan.html -share/doc/HTML/en/kvirc/cmd_connstats.html -share/doc/HTML/en/kvirc/cmd_ctcp.html -share/doc/HTML/en/kvirc/cmd_dns.html -share/doc/HTML/en/kvirc/cmd_echo.html -share/doc/HTML/en/kvirc/cmd_exec.html -share/doc/HTML/en/kvirc/cmd_file.html -share/doc/HTML/en/kvirc/cmd_foreach.html -share/doc/HTML/en/kvirc/cmd_halt.html -share/doc/HTML/en/kvirc/cmd_if.html -share/doc/HTML/en/kvirc/cmd_inc.html -share/doc/HTML/en/kvirc/cmd_join.html -share/doc/HTML/en/kvirc/cmd_kick.html -share/doc/HTML/en/kvirc/cmd_list.html -share/doc/HTML/en/kvirc/cmd_me.html -share/doc/HTML/en/kvirc/cmd_mode.html -share/doc/HTML/en/kvirc/cmd_msg.html -share/doc/HTML/en/kvirc/cmd_play.html -share/doc/HTML/en/kvirc/cmd_query.html -share/doc/HTML/en/kvirc/cmd_raw.html -share/doc/HTML/en/kvirc/cmd_return.html -share/doc/HTML/en/kvirc/cmd_send.html -share/doc/HTML/en/kvirc/cmd_server.html -share/doc/HTML/en/kvirc/cmd_set.html -share/doc/HTML/en/kvirc/cmd_sound.html -share/doc/HTML/en/kvirc/cmd_talk.html -share/doc/HTML/en/kvirc/cmd_timer.html -share/doc/HTML/en/kvirc/cmd_userlist.html -share/doc/HTML/en/kvirc/cmd_while.html -share/doc/HTML/en/kvirc/cmd_whois.html -share/doc/HTML/en/kvirc/cmd_window.html -share/doc/HTML/en/kvirc/cmdline.html -share/doc/HTML/en/kvirc/cmdlist.html -share/doc/HTML/en/kvirc/commonerror.html -share/doc/HTML/en/kvirc/credits.html -share/doc/HTML/en/kvirc/dlg_proxy.gif -share/doc/HTML/en/kvirc/dlg_prxedit.gif -share/doc/HTML/en/kvirc/dlg_server.gif -share/doc/HTML/en/kvirc/dlg_server.html -share/doc/HTML/en/kvirc/dlg_srvedit.gif -share/doc/HTML/en/kvirc/dlg_srvedit.html -share/doc/HTML/en/kvirc/eve_ban.html -share/doc/HTML/en/kvirc/eve_clone.html -share/doc/HTML/en/kvirc/eve_connect.html -share/doc/HTML/en/kvirc/evelist.html -share/doc/HTML/en/kvirc/events.html -share/doc/HTML/en/kvirc/examples.html -share/doc/HTML/en/kvirc/index.html -share/doc/HTML/en/kvirc/intro.html -share/doc/HTML/en/kvirc/kvihead.gif -share/doc/HTML/en/kvirc/kvilogo.jpg -share/doc/HTML/en/kvirc/loadscript.html -share/doc/HTML/en/kvirc/rfc1459.html -share/doc/HTML/en/kvirc/savescript.html -share/doc/HTML/en/kvirc/scripting.html -share/doc/HTML/en/kvirc/start.html -share/doc/HTML/en/kvirc/usrdlg.html -share/doc/HTML/en/kvirc/variables.html -share/icons/kvirc.xpm -share/icons/mini/kvirc.xpm -share/locale/de/LC_MESSAGES/kvirc.mo -share/locale/it/LC_MESSAGES/kvirc.mo -@dirrm share/apps/kvirc/Ascii -@dirrm share/apps/kvirc/Audio -@dirrm share/apps/kvirc/Config -@dirrm share/apps/kvirc/Images -@dirrm share/apps/kvirc/Incoming -@dirrm share/apps/kvirc/Logs -@dirrm share/apps/kvirc/Misc -@dirrm share/apps/kvirc/Scripts/Ascii -@dirrm share/apps/kvirc/Scripts/Audio -@dirrm share/apps/kvirc/Scripts/Images -@dirrm share/apps/kvirc/Scripts/Misc -@dirrm share/apps/kvirc/Scripts -@dirrm share/apps/kvirc/Translation -@dirrm share/apps/kvirc/pics -@dirrm share/apps/kvirc -@dirrm share/doc/HTML/de/kvirc -@dirrm share/doc/HTML/en/kvirc +bin/kvi_run_netscape.sh +bin/kvi_make_scriptdist.sh +bin/kvi_search_help.sh +lib/libkvicore.la +lib/libkvicore.a +lib/libkvilib.la +lib/libkvilib.a +share/kvirc/config/kvi.mime.conf +share/kvirc/config/kvi.tip_en.conf +share/kvirc/config/kvi.popup.conf +share/kvirc/config/kvi.alias.conf +share/kvirc/config/kvi.view.conf +share/kvirc/config/kvi.server.conf +share/kvirc/help/en/alias.kvihelp +share/kvirc/help/en/ame.kvihelp +share/kvirc/help/en/amsg.kvihelp +share/kvirc/help/en/anotice.kvihelp +share/kvirc/help/en/awhois.kvihelp +share/kvirc/help/en/ban.kvihelp +share/kvirc/help/en/beep.kvihelp +share/kvirc/help/en/cd.kvihelp +share/kvirc/help/en/commands.kvihelp +share/kvirc/help/en/config.kvihelp +share/kvirc/help/en/ctcp.kvihelp +share/kvirc/help/en/dcc.kvihelp +share/kvirc/help/en/debug.kvihelp +share/kvirc/help/en/deop.kvihelp +share/kvirc/help/en/devoice.kvihelp +share/kvirc/help/en/dialog.kvihelp +share/kvirc/help/en/dir.kvihelp +share/kvirc/help/en/dns.kvihelp +share/kvirc/help/en/do.kvihelp +share/kvirc/help/en/echo.kvihelp +share/kvirc/help/en/except.kvihelp +share/kvirc/help/en/exec.kvihelp +share/kvirc/help/en/execv.kvihelp +share/kvirc/help/en/foreach.kvihelp +share/kvirc/help/en/halt.kvihelp +share/kvirc/help/en/help.kvihelp +share/kvirc/help/en/host.kvihelp +share/kvirc/help/en/if.kvihelp +share/kvirc/help/en/ignore.kvihelp +share/kvirc/help/en/invite.kvihelp +share/kvirc/help/en/join.kvihelp +share/kvirc/help/en/kick.kvihelp +share/kvirc/help/en/killproc.kvihelp +share/kvirc/help/en/killtimer.kvihelp +share/kvirc/help/en/links.kvihelp +share/kvirc/help/en/list.kvihelp +share/kvirc/help/en/loadconf.kvihelp +share/kvirc/help/en/log.kvihelp +share/kvirc/help/en/me.kvihelp +share/kvirc/help/en/mode.kvihelp +share/kvirc/help/en/msg.kvihelp +share/kvirc/help/en/multimedia.kvihelp +share/kvirc/help/en/newswindow.kvihelp +share/kvirc/help/en/nick.kvihelp +share/kvirc/help/en/notice.kvihelp +share/kvirc/help/en/notify.kvihelp +share/kvirc/help/en/op.kvihelp +share/kvirc/help/en/operators.kvihelp +share/kvirc/help/en/option.kvihelp +share/kvirc/help/en/parse.kvihelp +share/kvirc/help/en/part.kvihelp +share/kvirc/help/en/play.kvihelp +share/kvirc/help/en/plugin.kvihelp +share/kvirc/help/en/popup.kvihelp +share/kvirc/help/en/proclist.kvihelp +share/kvirc/help/en/query.kvihelp +share/kvirc/help/en/quit.kvihelp +share/kvirc/help/en/quote.kvihelp +share/kvirc/help/en/raw.kvihelp +share/kvirc/help/en/register.kvihelp +share/kvirc/help/en/run.kvihelp +share/kvirc/help/en/say.kvihelp +share/kvirc/help/en/server.kvihelp +share/kvirc/help/en/setflags.kvihelp +share/kvirc/help/en/sound.kvihelp +share/kvirc/help/en/status.kvihelp +share/kvirc/help/en/switch.kvihelp +share/kvirc/help/en/timer.kvihelp +share/kvirc/help/en/topic.kvihelp +share/kvirc/help/en/try.kvihelp +share/kvirc/help/en/unban.kvihelp +share/kvirc/help/en/unexcept.kvihelp +share/kvirc/help/en/unregister.kvihelp +share/kvirc/help/en/utoolbar.kvihelp +share/kvirc/help/en/voice.kvihelp +share/kvirc/help/en/while.kvihelp +share/kvirc/help/en/who.kvihelp +share/kvirc/help/en/whois.kvihelp +share/kvirc/help/en/whowas.kvihelp +share/kvirc/help/en/window.kvihelp +share/kvirc/help/en/writefile.kvihelp +share/kvirc/help/en/writeproc.kvihelp +share/kvirc/help/en/events.kvihelp +share/kvirc/help/en/onchannelmessage.kvihelp +share/kvirc/help/en/onchannelmode.kvihelp +share/kvirc/help/en/onchannelnotice.kvihelp +share/kvirc/help/en/onchannelsync.kvihelp +share/kvirc/help/en/onconnect.kvihelp +share/kvirc/help/en/onctcpmultimedia.kvihelp +share/kvirc/help/en/onctrl0.kvihelp +share/kvirc/help/en/onctrl1.kvihelp +share/kvirc/help/en/onctrl2.kvihelp +share/kvirc/help/en/onctrl3.kvihelp +share/kvirc/help/en/onctrl4.kvihelp +share/kvirc/help/en/onctrl5.kvihelp +share/kvirc/help/en/onctrl6.kvihelp +share/kvirc/help/en/onctrl7.kvihelp +share/kvirc/help/en/onctrl8.kvihelp +share/kvirc/help/en/onctrl9.kvihelp +share/kvirc/help/en/ondccchatconnected.kvihelp +share/kvirc/help/en/ondccchatmessage.kvihelp +share/kvirc/help/en/ondccchatterminated.kvihelp +share/kvirc/help/en/ondccgettransfercomplete.kvihelp +share/kvirc/help/en/ondccsendtransfercomplete.kvihelp +share/kvirc/help/en/ondisconnect.kvihelp +share/kvirc/help/en/onf1.kvihelp +share/kvirc/help/en/onf10.kvihelp +share/kvirc/help/en/onf11.kvihelp +share/kvirc/help/en/onf12.kvihelp +share/kvirc/help/en/onf2.kvihelp +share/kvirc/help/en/onf3.kvihelp +share/kvirc/help/en/onf4.kvihelp +share/kvirc/help/en/onf5.kvihelp +share/kvirc/help/en/onf6.kvihelp +share/kvirc/help/en/onf7.kvihelp +share/kvirc/help/en/onf8.kvihelp +share/kvirc/help/en/onf9.kvihelp +share/kvirc/help/en/oninvite.kvihelp +share/kvirc/help/en/onirc.kvihelp +share/kvirc/help/en/onjoin.kvihelp +share/kvirc/help/en/onkick.kvihelp +share/kvirc/help/en/onmejoin.kvihelp +share/kvirc/help/en/onmekick.kvihelp +share/kvirc/help/en/onmenotice.kvihelp +share/kvirc/help/en/onmepart.kvihelp +share/kvirc/help/en/onmeprivatemessage.kvihelp +share/kvirc/help/en/onnickdoubleclicked.kvihelp +share/kvirc/help/en/onpart.kvihelp +share/kvirc/help/en/onservernotice.kvihelp +share/kvirc/help/en/onserverping.kvihelp +share/kvirc/help/en/onshutdown.kvihelp +share/kvirc/help/en/onstartup.kvihelp +share/kvirc/help/en/ontopic.kvihelp +share/kvirc/help/en/onunhandledliteral.kvihelp +share/kvirc/help/en/onunhandlednumeric.kvihelp +share/kvirc/help/en/onuserwindowfiledrop.kvihelp +share/kvirc/help/en/onuserwindowinput.kvihelp +share/kvirc/help/en/onuserwindowselected.kvihelp +share/kvirc/help/en/onwhoisreply.kvihelp +share/kvirc/help/en/functions.kvihelp +share/kvirc/help/en/identifiers.kvihelp +share/kvirc/help/en/s_activewindow.kvihelp +share/kvirc/help/en/s_allchannels.kvihelp +share/kvirc/help/en/s_allchats.kvihelp +share/kvirc/help/en/s_allonchan.kvihelp +share/kvirc/help/en/s_allqueries.kvihelp +share/kvirc/help/en/s_allwindows.kvihelp +share/kvirc/help/en/s_b.kvihelp +share/kvirc/help/en/s_calc.kvihelp +share/kvirc/help/en/s_chan.kvihelp +share/kvirc/help/en/s_char.kvihelp +share/kvirc/help/en/s_chat.kvihelp +share/kvirc/help/en/s_commandline.kvihelp +share/kvirc/help/en/s_config.kvihelp +share/kvirc/help/en/s_connstarttime.kvihelp +share/kvirc/help/en/s_conntime.kvihelp +share/kvirc/help/en/s_conntimes.kvihelp +share/kvirc/help/en/s_console.kvihelp +share/kvirc/help/en/s_cr.kvihelp +share/kvirc/help/en/s_date.kvihelp +share/kvirc/help/en/s_deflogfile.kvihelp +share/kvirc/help/en/s_dialogmagic.kvihelp +share/kvirc/help/en/s_dialogresult.kvihelp +share/kvirc/help/en/s_dictcount.kvihelp +share/kvirc/help/en/s_dictlist.kvihelp +share/kvirc/help/en/s_direxists.kvihelp +share/kvirc/help/en/s_durationtostring.kvihelp +share/kvirc/help/en/s_fileexists.kvihelp +share/kvirc/help/en/s_filesize.kvihelp +share/kvirc/help/en/s_getenv.kvihelp +share/kvirc/help/en/s_getflags.kvihelp +share/kvirc/help/en/s_hostname.kvihelp +share/kvirc/help/en/s_icon.kvihelp +share/kvirc/help/en/s_inetaton.kvihelp +share/kvirc/help/en/s_inetntoa.kvihelp +share/kvirc/help/en/s_isconnected.kvihelp +share/kvirc/help/en/s_isdocked.kvihelp +share/kvirc/help/en/s_isknown.kvihelp +share/kvirc/help/en/s_isme.kvihelp +share/kvirc/help/en/s_isnumber.kvihelp +share/kvirc/help/en/s_ison.kvihelp +share/kvirc/help/en/s_isop.kvihelp +share/kvirc/help/en/s_isreg.kvihelp +share/kvirc/help/en/s_istimer.kvihelp +share/kvirc/help/en/s_isvalidip.kvihelp +share/kvirc/help/en/s_isvoice.kvihelp +share/kvirc/help/en/s_iswellknown.kvihelp +share/kvirc/help/en/s_iswindow.kvihelp +share/kvirc/help/en/s_k.kvihelp +share/kvirc/help/en/s_itemcount.kvihelp +share/kvirc/help/en/s_kvircdir.kvihelp +share/kvirc/help/en/s_kvirclogdir.kvihelp +share/kvirc/help/en/s_kvircscriptdir.kvihelp +share/kvirc/help/en/s_lf.kvihelp +share/kvirc/help/en/s_lowcase.kvihelp +share/kvirc/help/en/s_mask.kvihelp +share/kvirc/help/en/s_me.kvihelp +share/kvirc/help/en/s_myhostname.kvihelp +share/kvirc/help/en/s_myip.kvihelp +share/kvirc/help/en/s_mymask.kvihelp +share/kvirc/help/en/s_mynick.kvihelp +share/kvirc/help/en/s_myrealname.kvihelp +share/kvirc/help/en/s_myumode.kvihelp +share/kvirc/help/en/s_myusername.kvihelp +share/kvirc/help/en/s_noponchan.kvihelp +share/kvirc/help/en/s_numtimetostring.kvihelp +share/kvirc/help/en/s_o.kvihelp +share/kvirc/help/en/s_oponchan.kvihelp +share/kvirc/help/en/s_option.kvihelp +share/kvirc/help/en/s_pluginloaded.kvihelp +share/kvirc/help/en/s_proccmdline.kvihelp +share/kvirc/help/en/s_procexitcode.kvihelp +share/kvirc/help/en/s_procmagic.kvihelp +share/kvirc/help/en/s_procpid.kvihelp +share/kvirc/help/en/s_procstderr.kvihelp +share/kvirc/help/en/s_procstdout.kvihelp +share/kvirc/help/en/s_procwindow.kvihelp +share/kvirc/help/en/s_query.kvihelp +share/kvirc/help/en/s_r.kvihelp +share/kvirc/help/en/s_rand.kvihelp +share/kvirc/help/en/s_range.kvihelp +share/kvirc/help/en/s_readfile.kvihelp +share/kvirc/help/en/s_selected.kvihelp +share/kvirc/help/en/s_selectedhosts.kvihelp +share/kvirc/help/en/s_serverip.kvihelp +share/kvirc/help/en/s_selectedmasks.kvihelp +share/kvirc/help/en/s_selectedusernames.kvihelp +share/kvirc/help/en/s_serverhostname.kvihelp +share/kvirc/help/en/s_servernetwork.kvihelp +share/kvirc/help/en/s_serverport.kvihelp +share/kvirc/help/en/s_status.kvihelp +share/kvirc/help/en/s_strcat.kvihelp +share/kvirc/help/en/s_strfind.kvihelp +share/kvirc/help/en/s_strfindcs.kvihelp +share/kvirc/help/en/s_strleft.kvihelp +share/kvirc/help/en/s_strlefttofirst.kvihelp +share/kvirc/help/en/s_strlefttofirstcs.kvihelp +share/kvirc/help/en/s_strlefttolast.kvihelp +share/kvirc/help/en/s_strlefttolastcs.kvihelp +share/kvirc/help/en/s_strlen.kvihelp +share/kvirc/help/en/s_strmatch.kvihelp +share/kvirc/help/en/s_strmatchcs.kvihelp +share/kvirc/help/en/s_strmid.kvihelp +share/kvirc/help/en/s_strreplace.kvihelp +share/kvirc/help/en/s_strreplacecs.kvihelp +share/kvirc/help/en/s_strrevfind.kvihelp +share/kvirc/help/en/s_strrevfindcs.kvihelp +share/kvirc/help/en/s_strright.kvihelp +share/kvirc/help/en/s_strrightfromfirst.kvihelp +share/kvirc/help/en/s_strrightfromfirstcs.kvihelp +share/kvirc/help/en/s_strrightfromlast.kvihelp +share/kvirc/help/en/s_strrightfromlastcs.kvihelp +share/kvirc/help/en/s_time.kvihelp +share/kvirc/help/en/s_timermagic.kvihelp +share/kvirc/help/en/s_timername.kvihelp +share/kvirc/help/en/s_times.kvihelp +share/kvirc/help/en/s_topic.kvihelp +share/kvirc/help/en/s_tryresult.kvihelp +share/kvirc/help/en/s_u.kvihelp +share/kvirc/help/en/s_upcase.kvihelp +share/kvirc/help/en/s_uptime.kvihelp +share/kvirc/help/en/s_username.kvihelp +share/kvirc/help/en/s_version.kvihelp +share/kvirc/help/en/s_voiceonchan.kvihelp +share/kvirc/help/en/s_window.kvihelp +share/kvirc/help/en/index.kvihelp +share/kvirc/help/en/ircintro.kvihelp +share/kvirc/help/en/jarkko.kvihelp +share/kvirc/help/en/nohelpavailable.kvihelp +share/kvirc/help/en/rfc1459.kvihelp +share/kvirc/help/en/syntax.kvihelp +share/kvirc/help/en/introdKVIRC.kvihelp +share/kvirc/help/en/introdIRC.kvihelp +share/kvirc/help/en/dalNetWatchList.kvihelp +share/kvirc/help/en/doc_ctcp_multimedia.kvihelp +share/kvirc/help/en/doc_dcc_voice_proto.kvihelp +share/kvirc/help/en/doc_plugin_fm.kvihelp +share/kvirc/help/en/doc_plugin_fserve.kvihelp +share/kvirc/help/en/doc_plugin_image.kvihelp +share/kvirc/help/en/doc_plugin_mydialog.kvihelp +share/kvirc/help/en/doc_plugin_xmms.kvihelp +share/kvirc/help/en/misc.kvihelp +share/kvirc/help/en/qh_kvichannel.kvihelp +share/kvirc/help/en/qh_kvidlgoptuser.kvihelp +share/kvirc/help/en/qh_kvidlgscript.kvihelp +share/kvirc/help/en/qh_kviinput.kvihelp +share/kvirc/help/en/qh_kviscriptwizard.kvihelp +share/kvirc/help/en/qh_kvisystray.kvihelp +share/kvirc/help/en/qh_kvitaskbar.kvihelp +share/kvirc/help/en/qh_nohelpavailable.kvihelp +share/kvirc/help/en/qh_qwidget_aliasestab.kvihelp +share/kvirc/help/en/qh_qwidget_defumodetab.kvihelp +share/kvirc/help/en/qh_qwidget_eventstab.kvihelp +share/kvirc/help/en/qh_qwidget_nicknametab.kvihelp +share/kvirc/help/en/qh_qwidget_popupstab.kvihelp +share/kvirc/help/en/qh_qwidget_scriptwizardpage1.kvihelp +share/kvirc/help/en/qh_qwidget_scriptwizardpage2.kvihelp +share/kvirc/help/en/qh_qwidget_scriptwizardpage3.kvihelp +share/kvirc/help/en/qh_qwidget_scriptwizardpage4.kvihelp +share/kvirc/help/en/qh_qwidget_scriptwizardpage5.kvihelp +share/kvirc/help/en/qh_qwidget_scriptwizardpage6.kvihelp +share/kvirc/help/en/qh_qwidget_scriptwizardpage7.kvihelp +share/kvirc/help/en/qh_qwidget_toolbartab.kvihelp +share/kvirc/help/en/qh_qwidget_variablestab.kvihelp +share/kvirc/help/en/quickhelp.kvihelp +share/kvirc/pics/kvirc_48x48_1.xpm +share/kvirc/pics/kvirc_48x48_2.xpm +share/kvirc/pics/kvirc_1_16x16.xpm +share/kvirc/pics/kvirc_1_32x32.xpm +share/kvirc/pics/kvirc_1_48x48.xpm +share/kvirc/pics/kvirc_7_32x32.xpm +share/kvirc/pics/kvirc_7_48x48.xpm +share/kvirc/pics/kvirc_8_32x32.xpm +share/kvirc/pics/kvirc_8_48x48.xpm +share/kvirc/pics/kvi_win_icons.png +share/kvirc/pics/kvi_out_icons.png +share/kvirc/pics/kvi_toolbar_big.png +share/kvirc/pics/kvi_connect_state.png +share/kvirc/pics/kvi_splash.png +share/kvirc/pics/kvi_listbox.png +share/kvirc/pics/kvi_systray_big.png +share/kvirc/pics/kvi_file_icons.png +share/kvirc/pics/kvi_browser_icons.png +share/kvirc/pics/kvi_tipoftheday.png +share/kvirc/pics/kvi_about_bg_00.png +share/kvirc/pics/kvi_about_bg_01.png +share/kvirc/pics/kvi_about_bg_02.png +share/kvirc/pics/kvi_help_icons.png +share/kvirc/pics/kvi_wizard_1.png +share/kvirc/pics/kvi_wizard_2.png +share/kvirc/pics/kvi_wizard_3.png +share/kvirc/pics/kvi_wizard_4.png +share/kvirc/pics/kvi_dock.png +share/kvirc/locale/it.mo +@dirrm share/kvirc/config +@dirrm share/kvirc/help/en +@dirrm share/kvirc/help +@dirrm share/kvirc/locale +@dirrm share/kvirc/pics +@dirrm share/kvirc >Release-Note: >Audit-Trail: >Unformatted: To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: update port: irc/kvirc 0.9.0 -> 1.0.0 From: Will Andrews Reply-To: Will Andrews X-send-pr-version: 3.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message