From owner-freebsd-ports Sun Jun 27 1: 0:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CB80F1525B for ; Sun, 27 Jun 1999 01:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA05019; Sun, 27 Jun 1999 01:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from miya.ee.kagu.sut.ac.jp (miya3f12.ee.kagu.sut.ac.jp [133.31.54.31]) by hub.freebsd.org (Postfix) with SMTP id 9EB6514E9A for ; Sun, 27 Jun 1999 00:57:19 -0700 (PDT) (envelope-from sakai@miya.ee.kagu.sut.ac.jp) Received: from miya3f03.ee.kagu.sut.ac.jp (miya3f03.ee.kagu.sut.ac.jp [133.31.54.13]) by miya.ee.kagu.sut.ac.jp (SMI-8.6/3.6W99030612) with ESMTP id QAA01136 for ; Sun, 27 Jun 1999 16:56:26 +0900 Received: (from sakai@localhost) by miya3f03.ee.kagu.sut.ac.jp (8.8.8/3.6W98112816) id QAA17334; Sun, 27 Jun 1999 16:48:42 +0900 (JST) Message-Id: <199906270748.QAA17334@miya3f03.ee.kagu.sut.ac.jp> Date: Sun, 27 Jun 1999 16:48:42 +0900 (JST) From: sakai@miya.ee.kagu.sut.ac.jp Reply-To: sakai@miya.ee.kagu.sut.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12407: A new port of XBlood-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12407 >Category: ports >Synopsis: A new port of XBlood >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 Jun 27 01:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Hiroaki Sakai >Release: FreeBSD 2.2.6-RELEASE i386 >Organization: PFU >Environment: FreeBSD 2.2.6-RELEASE >Description: I made a new port of XBlood-1.0. # 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: # # xblood # xblood/files # xblood/files/md5 # xblood/patches # xblood/patches/patch-aa # xblood/pkg # xblood/pkg/PLIST # xblood/pkg/DESCR # xblood/pkg/COMMENT # xblood/Makefile # echo c - xblood mkdir -p xblood > /dev/null 2>&1 echo c - xblood/files mkdir -p xblood/files > /dev/null 2>&1 echo x - xblood/files/md5 sed 's/^X//' >xblood/files/md5 << 'END-of-xblood/files/md5' XMD5 (xblood-1.0.tar.gz) = 6b20cbfcfffca3c534ef0233063fdc35 END-of-xblood/files/md5 echo c - xblood/patches mkdir -p xblood/patches > /dev/null 2>&1 echo x - xblood/patches/patch-aa sed 's/^X//' >xblood/patches/patch-aa << 'END-of-xblood/patches/patch-aa' X--- Makefile~ Sun Jun 27 16:02:47 1999 X+++ Makefile Sun Jun 27 16:05:10 1999 X@@ -9,11 +9,11 @@ X cp xblood.c xblood.c.bak X cp xblood.man xblood.man.bak X install : X- cp xblood /usr/X11R6/bin X- cp xblood.1.gz /usr/X11R6/man/man1 X+ cp xblood ${PREFIX}/bin X+ cp xblood.1.gz ${PREFIX}/man/man1 X uninstall : X- rm /usr/X11R6/bin/xblood X- rm /usr/X11R6/man/man1/xblood.1.gz X+ rm ${PREFIX}/bin/xblood X+ rm ${PREFIX}/man/man1/xblood.1.gz X package : X rm -f xblood-1.0/* X cp xblood.man xblood.1 END-of-xblood/patches/patch-aa echo c - xblood/pkg mkdir -p xblood/pkg > /dev/null 2>&1 echo x - xblood/pkg/PLIST sed 's/^X//' >xblood/pkg/PLIST << 'END-of-xblood/pkg/PLIST' Xbin/xblood Xman/man1/xblood.1.gz END-of-xblood/pkg/PLIST echo x - xblood/pkg/DESCR sed 's/^X//' >xblood/pkg/DESCR << 'END-of-xblood/pkg/DESCR' XXBlood fills the root window with blood. XRed, blue or green bloody window is very bad taste! END-of-xblood/pkg/DESCR echo x - xblood/pkg/COMMENT sed 's/^X//' >xblood/pkg/COMMENT << 'END-of-xblood/pkg/COMMENT' Xmake the root window bloody END-of-xblood/pkg/COMMENT echo x - xblood/Makefile sed 's/^X//' >xblood/Makefile << 'END-of-xblood/Makefile' X# New ports collection makefile for: XBlood X# Version required: 1.0 X# Date created: 27 Jun 1999 X# Whom: Sakai Hiroaki X# X# $Id$ X# X XDISTNAME= xblood-1.0 XCATEGORIES= x11 XMASTER_SITES= http://wwwmiya.ee.kagu.sut.ac.jp/~sakai/ XMAINTAINER= sakai@miya.ee.kagu.sut.ac.jp X XALL_TARGET= xblood X XUSE_X11= yes X XMAN1= xblood.1 XMANCOMPRESSED= yes X X.include END-of-xblood/Makefile 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 Sun Jun 27 1:37:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix10.ix.netcom.com (dfw-ix10.ix.netcom.com [206.214.98.10]) by hub.freebsd.org (Postfix) with ESMTP id 053F214C96 for ; Sun, 27 Jun 1999 01:37:43 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix10.ix.netcom.com (8.8.4/8.8.4) id DAA13979 for ; Sun, 27 Jun 1999 03:37:41 -0500 (CDT) Received: from sji-ca44-84.ix.netcom.com(209.111.212.212) by dfw-ix10.ix.netcom.com via smap (V1.3) id rma013967; Sun Jun 27 03:37:08 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id BAA49796; Sun, 27 Jun 1999 01:37:04 -0700 (PDT) Date: Sun, 27 Jun 1999 01:37:04 -0700 (PDT) Message-Id: <199906270837.BAA49796@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: ports@freebsd.org Subject: speeding up INDEX generation From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi folks, I tried to rewrite bsd.port.subdir.mk to make the recursions parallelizable. It is a generic change but if you have many disks, it could help describe (i.e., INDEX generation) in particular since it is extremely disk bound. Here's what I came up with: === Index: bsd.port.mk =================================================================== RCS file: /usr/cvs/ports/Mk/bsd.port.mk,v retrieving revision 1.314 diff -u -r1.314 bsd.port.mk --- bsd.port.mk 1999/06/11 11:59:10 1.314 +++ bsd.port.mk 1999/06/27 06:59:32 @@ -2295,6 +2295,9 @@ .if !target(describe) describe: + @cd ${.CURDIR} && ${ECHO} `${MAKE} do-describe` + +do-describe: @${ECHO} -n "${PKGNAME}|${.CURDIR}|"; \ ${ECHO} -n "${PREFIX}|"; \ if [ -f ${COMMENT} ]; then \ Index: bsd.port.subdir.mk =================================================================== RCS file: /usr/cvs/ports/Mk/bsd.port.subdir.mk,v retrieving revision 1.30 diff -u -r1.30 bsd.port.subdir.mk --- bsd.port.subdir.mk 1999/04/28 06:20:15 1.30 +++ bsd.port.subdir.mk 1999/06/27 07:49:50 @@ -48,30 +48,42 @@ ECHO_MSG?= echo -_SUBDIRUSE: .USE - @for entry in ${SUBDIR}; do \ - OK=""; \ - for dud in $$DUDS; do \ - if [ $${dud} = $${entry} ]; then \ - OK="false"; \ - ${ECHO_MSG} "===> ${DIRPRFX}$${entry} skipped"; \ - fi; \ - done; \ - if test -d ${.CURDIR}/$${entry}.${MACHINE}; then \ - edir=$${entry}.${MACHINE}; \ - elif test -d ${.CURDIR}/$${entry}; then \ - edir=$${entry}; \ - else \ +.for __target in all fetch fetch-list package package-loop extract configure \ + build clean clean-for-cdrom clean-restricted \ + clean-for-cdrom-list clean-restricted-list \ + deinstall depend depends describe distclean \ + reinstall tags checksum \ + ignorelist + +.if !target(${__target}) +${__target}: ${SUBDIR:S/$/.${__target}/g} + +.for __subdir in ${SUBDIR} +${__subdir}.${__target}: + @OK=""; \ + for dud in $$DUDS; do \ + if [ $${dud} = ${__subdir} ]; then \ OK="false"; \ - ${ECHO_MSG} "===> ${DIRPRFX}$${entry} non-existent"; \ + ${ECHO_MSG} "===> ${DIRPRFX}${__subdir} skipped"; \ fi; \ - if [ "$$OK" = "" ]; then \ - ${ECHO_MSG} "===> ${DIRPRFX}$${edir}"; \ - cd ${.CURDIR}/$${edir}; \ - ${MAKE} ${.TARGET:realinstall=install} \ - DIRPRFX=${DIRPRFX}$$edir/; \ - fi; \ - done + done; \ + if test -d ${.CURDIR}/${__subdir}.${MACHINE}; then \ + edir=${__subdir}.${MACHINE}; \ + elif test -d ${.CURDIR}/${__subdir}; then \ + edir=${__subdir}; \ + else \ + OK="false"; \ + ${ECHO_MSG} "===> ${DIRPRFX}${__subdir} non-existent"; \ + fi; \ + if [ "$$OK" = "" ]; then \ + ${ECHO_MSG} "===> ${DIRPRFX}$${edir}"; \ + cd ${.CURDIR}/$${edir}; \ + ${MAKE} -B ${__target:realinstall=install} \ + DIRPRFX=${DIRPRFX}$$edir/; \ + fi +.endfor __subdir +.endif +.endfor __target ${SUBDIR}:: @if test -d ${.TARGET}.${MACHINE}; then \ @@ -80,17 +92,6 @@ cd ${.CURDIR}/${.TARGET}; \ fi; \ ${MAKE} all - -.for __target in all fetch fetch-list package package-loop extract configure \ - build clean clean-for-cdrom clean-restricted \ - clean-for-cdrom-list clean-restricted-list \ - deinstall depend depends describe distclean \ - reinstall tags checksum \ - ignorelist -.if !target(${__target}) -${__target}: _SUBDIRUSE -.endif -.endfor .if !target(install) .if !target(beforeinstall) === The small bsd.port.mk patch is necessary to make sure each "describe" line is printed as a whole, not piece by piece. In bsd.port.subdir.mk, all the .for loops turn targets into something like this: describe: archivers.describe astro.describe audio.describe ... archivers.describe: @the real code : The additional "-B" in the recursion make is to cancel any -j's passed on. Otherwise -j2 will spawn two copies in archivers and two more in astro, etc. Other than that it's mostly just indentation changes. With an earlier variant of this (only describe defined using a similar .for in ${SUBDIR} but no .for for targets), I got the following on bento (dual PII-300, 128MB main memory, ports tree on ccd of 4 SCSI disks) for a full INDEX generation: -j# real user sys 1 90:03 16:30 51:23 2 60:58 16:46 58:51 3 55:01 16:43 60:42 4 52:35 16:46 61:48 5 50:36 16:56 62:46 7 49:48 16:54 64:02 8 49:09 17:00 64:44 (Yes, 6 is missing. I only have five fingers to count.) The order of INDEX lines are totally scrambled so we need to change Tools/make_index to sort it by the second field or something. (Steve, did we ever find out a way to sort it so that "x11/foo" comes before "x11-toolkits/bar"?) Comments welcome. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 2:30: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0606E1524B for ; Sun, 27 Jun 1999 02:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA11440; Sun, 27 Jun 1999 02:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from lion.butya.kz (butya-gw.butya.kz [194.87.112.252]) by hub.freebsd.org (Postfix) with ESMTP id 2FE1614D8D for ; Sun, 27 Jun 1999 02:25:56 -0700 (PDT) (envelope-from bp@butya.kz) Received: from bp by lion.butya.kz with local (Exim 2.12 #1) id 10yBCD-0005Xt-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 27 Jun 1999 16:25:53 +0700 Message-Id: Date: Sun, 27 Jun 1999 16:25:53 +0700 From: bp@butya.kz Reply-To: bp@butya.kz To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12408: New port for ncplib (Netware client) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12408 >Category: ports >Synopsis: New port for ncplib (Netware client) >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 Jun 27 02:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Boris Popov >Release: FreeBSD 3.2-STABLE i386 >Organization: home >Environment: none >Description: This port can build and install Netware client. It requires kernel source tree to build. >How-To-Repeat: A shar file follows. >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: # # ncplib # ncplib/files # ncplib/files/md5 # ncplib/Makefile # ncplib/pkg # ncplib/pkg/COMMENT # ncplib/pkg/DESCR # ncplib/pkg/MESSAGE # ncplib/pkg/PLIST # ncplib/scripts # ncplib/scripts/configure # echo c - ncplib mkdir -p ncplib > /dev/null 2>&1 echo c - ncplib/files mkdir -p ncplib/files > /dev/null 2>&1 echo x - ncplib/files/md5 sed 's/^X//' >ncplib/files/md5 << 'END-of-ncplib/files/md5' XMD5 (ncplib-1.3b9.tar.gz) = 22343ff8b7754bec6c7cda78c7ee9862 END-of-ncplib/files/md5 echo x - ncplib/Makefile sed 's/^X//' >ncplib/Makefile << 'END-of-ncplib/Makefile' X# New ports collection makefile for: ncplib X# Version required: 1.3b9 X# Date created: 26 Jun 1999 X# Whom: Boris Popov X# X# $Id$ X# X XDISTNAME= ncplib-1.3b9 XCATEGORIES= net XMASTER_SITES= ftp://ftp.butya.kz/pub/nwlib/ \ X http://www.chat.ru/~rbp/pub/nwlib/ X XMAINTAINER= bp@butya.kz X X.if !exists(/usr/src/sys/kern/vnode_if.src) XBROKEN= requires kernel source X.endif X XNO_PACKAGE= is interactive X XMANCOMPRESSED= yes X XMAN1= ncpasswd.1 ncplogin.1 ncplogout.1 ncprint.1 ncpsend.1 ncpurge.1 XMAN8= mount_nwfs.8 X X.include X X.if ${OSVERSION} < 310000 X.error this program requires FreeBSD 3.1-stable or later. X.endif END-of-ncplib/Makefile echo c - ncplib/pkg mkdir -p ncplib/pkg > /dev/null 2>&1 echo x - ncplib/pkg/COMMENT sed 's/^X//' >ncplib/pkg/COMMENT << 'END-of-ncplib/pkg/COMMENT' XNetWare client for FreeBSD. END-of-ncplib/pkg/COMMENT echo x - ncplib/pkg/DESCR sed 's/^X//' >ncplib/pkg/DESCR << 'END-of-ncplib/pkg/DESCR' Xncplib is a free client for NetWare servers. XWWW: http://www.chat.ru/~rbp/ncpleng.html X X-- XBoris Popov Xrbp@chat.ru END-of-ncplib/pkg/DESCR echo x - ncplib/pkg/MESSAGE sed 's/^X//' >ncplib/pkg/MESSAGE << 'END-of-ncplib/pkg/MESSAGE' XAfter building please read README file in the build directory. END-of-ncplib/pkg/MESSAGE echo x - ncplib/pkg/PLIST sed 's/^X//' >ncplib/pkg/PLIST << 'END-of-ncplib/pkg/PLIST' Xbin/ncpasswd Xbin/ncplist Xbin/ncplogin Xbin/ncplogout Xbin/ncplpd Xbin/ncprint Xbin/ncpsend Xbin/ncpurge Xsbin/ncpsvc X@cwd / Xmodules/nwfs.ko Xsbin/mount_nwfs END-of-ncplib/pkg/PLIST echo c - ncplib/scripts mkdir -p ncplib/scripts > /dev/null 2>&1 echo x - ncplib/scripts/configure sed 's/^X//' >ncplib/scripts/configure << 'END-of-ncplib/scripts/configure' X#!/bin/sh X XCMK=${WRKSRC}/config.mk X Xread_yn() { X read res X case "$res" in X y*) done=y ;; X *) res=n ;; X esac X} X X Xecho -n "Do you want to include 866 codepage support ? [n]" Xread_yn Xuse866=$res X Xecho "SRCTREE=/usr/src" > $CMK Xecho "PREFIX="$PREFIX >> $CMK Xecho "BUILDKLD=yes" >> $CMK X Xif [ $use866 = y ]; then X echo "NCP_NLS_KOI_866=" >> $CMK X echo "NCP_NLS_DEFAULT=NCP_NLS_KOI_866" >> $CMK Xfi END-of-ncplib/scripts/configure exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 4:50: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 36A27150BB for ; Sun, 27 Jun 1999 04:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA19799; Sun, 27 Jun 1999 04:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from numeri.campus.luth.se (numeri.campus.luth.se [130.240.197.103]) by hub.freebsd.org (Postfix) with ESMTP id 03E4014C08 for ; Sun, 27 Jun 1999 04:47:34 -0700 (PDT) (envelope-from k@numeri.campus.luth.se) Received: (from k@localhost) by numeri.campus.luth.se (8.9.3/8.9.3) id NAA68895; Sun, 27 Jun 1999 13:47:33 +0200 (CEST) (envelope-from k) Message-Id: <199906271147.NAA68895@numeri.campus.luth.se> Date: Sun, 27 Jun 1999 13:47:33 +0200 (CEST) From: Johan Karlsson Reply-To: k@numeri.campus.luth.se To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12410: latex2html port asume perl is in /usr/local/bin Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12410 >Category: ports >Synopsis: latex2html port asume perl is in /usr/local/bin >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 Jun 27 04:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Johan Karlsson >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: The latex2html port in $(PORTS)/textproc asume that perl is located in /usr/local/bin. head -n 1 `which latex2html` gives #!/usr/local/bin/perl which should be #!/usr/bin/perl on a new system with perl in the base system. I don't know the correct way to fix this. I guess that $(PERL) should be used somehow, but where? >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 Sun Jun 27 5:48:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.span.ch (unknown [194.51.197.241]) by hub.freebsd.org (Postfix) with ESMTP id 2E5C314D8D for ; Sun, 27 Jun 1999 05:48:49 -0700 (PDT) (envelope-from tommy@span.ch) Received: from tommy (mp2-c81-p21.span.ch [195.15.81.21]) by mail.span.ch (8.9.2/(Microsoft Exchange Internet Mail Service 5.5.1960.3)) with SMTP id OAA29159; Sun, 27 Jun 1999 14:48:33 +0200 (MET) Message-Id: <4.1.19990627144940.00a3a4a0@mail.span.ch> X-Sender: spab4433@mail.span.ch X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Sun, 27 Jun 1999 14:51:53 +0200 To: maurice@serc.rmit.edu.au From: Thomas Serra Subject: FreeBSD Port: gnat-3.10p Cc: 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 Hello, gnat-3.10p The GNU Ada Translator. Maintained by: maurice@serc.rmit.edu.au Requires: gmake-3.77 Description : Sources : Changes : Browse : Download Is this the port of the Ada95 compiler port? If so do you have some info on how to install it? Is the emacs Ada-mode included? thank you _____________________________________ Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 6:50: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D5C3214CE1 for ; Sun, 27 Jun 1999 06:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA26595; Sun, 27 Jun 1999 06:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mta4.odn.ne.jp (mta4.odn.ne.jp [143.90.131.71]) by hub.freebsd.org (Postfix) with ESMTP id 9383914FDA for ; Sun, 27 Jun 1999 06:48:00 -0700 (PDT) (envelope-from shuna@pop16.odn.ne.jp) Received: from localhost.my.domain (TBTca-0816p132.ppp.odn.ad.jp [210.237.199.102]) by mta4.odn.ne.jp (8.8.8+2.7Wbeta7/3.6W/9808281156) with ESMTP id WAA11042 for ; Sun, 27 Jun 1999 22:47:57 +0900 (JST) Received: (from shuna@localhost) by localhost.my.domain (8.9.3/3.7W-ppp) id WAA15214; Sun, 27 Jun 1999 22:47:49 +0900 (JST) Message-Id: <199906271347.WAA11042@mta4.odn.ne.jp> Date: Sun, 27 Jun 1999 22:47:49 +0900 (JST) From: shuna@pop16.odn.ne.jp Reply-To: shuna@pop16.odn.ne.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12411: new port: japanese/mutt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12411 >Category: ports >Synopsis: new port: japanese/mutt >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 Jun 27 06:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: IWASHITA Yoji shuna@pop16.odn.ne.jp >Release: FreeBSD 3.2-RELEASE i386 >Organization: Personal >Environment: FreeBSD 3.2-RELEASE >Description: 'mutt' japanised version. Mutt is a small but very powerful text-based MIME mail client. >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: # # mutt # mutt/pkg # mutt/pkg/DESCR # mutt/pkg/COMMENT # mutt/pkg/PLIST # mutt/patches # mutt/patches/patch-aa # mutt/files # mutt/files/md5 # mutt/Makefile # echo c - mutt mkdir -p mutt > /dev/null 2>&1 echo c - mutt/pkg mkdir -p mutt/pkg > /dev/null 2>&1 echo x - mutt/pkg/DESCR sed 's/^X//' >mutt/pkg/DESCR << 'END-of-mutt/pkg/DESCR' XMutt is a small but very powerful text-based MIME mail client. Mutt Xis highly configurable, and is well suited to the mail power user with Xadvanced features like key bindings, keyboard macros, mail threading, Xregular expression searches and a powerful pattern matching language Xfor selecting groups of messages. X X- XIWASHITA Yoji Xshuna@pop16.odn.ne.jp END-of-mutt/pkg/DESCR echo x - mutt/pkg/COMMENT sed 's/^X//' >mutt/pkg/COMMENT << 'END-of-mutt/pkg/COMMENT' XMutt is a small but very powerful text-based MIME mail client. END-of-mutt/pkg/COMMENT echo x - mutt/pkg/PLIST sed 's/^X//' >mutt/pkg/PLIST << 'END-of-mutt/pkg/PLIST' Xbin/mutt Xbin/mutt_dotlock Xshare/doc/mutt/COPYRIGHT Xshare/doc/mutt/ChangeLog Xshare/doc/mutt/GPL Xshare/doc/mutt/INSTALL Xshare/doc/mutt/NEWS Xshare/doc/mutt/PGP-Notes.txt Xshare/doc/mutt/README Xshare/doc/mutt/README.SECURITY Xshare/doc/mutt/TODO Xshare/doc/mutt/applying-patches.txt Xshare/doc/mutt/devel-notes.txt Xshare/doc/mutt/manual.txt X@dirrm share/doc/mutt Xshare/mutt/Muttrc Xshare/mutt/mime.types Xshare/mutt/charsets/ansi-x3-110-1983 Xshare/mutt/charsets/ansi-x3-4-1968 Xshare/mutt/charsets/asmo-449 Xshare/mutt/charsets/baltic Xshare/mutt/charsets/bs-4730 Xshare/mutt/charsets/bs-viewdata Xshare/mutt/charsets/charsets.alias Xshare/mutt/charsets/charsets.alias.dist Xshare/mutt/charsets/cp1250 Xshare/mutt/charsets/cp1251 Xshare/mutt/charsets/cp1252 Xshare/mutt/charsets/cp1253 Xshare/mutt/charsets/cp1254 Xshare/mutt/charsets/cp1255 Xshare/mutt/charsets/cp1256 Xshare/mutt/charsets/cp1257 Xshare/mutt/charsets/csa-z243-4-1985-1 Xshare/mutt/charsets/csa-z243-4-1985-2 Xshare/mutt/charsets/csa-z243-4-1985-gr Xshare/mutt/charsets/csn-369103 Xshare/mutt/charsets/cwi Xshare/mutt/charsets/dec-mcs Xshare/mutt/charsets/din-66003 Xshare/mutt/charsets/ds-2089 Xshare/mutt/charsets/ebcdic-at-de Xshare/mutt/charsets/ebcdic-at-de-a Xshare/mutt/charsets/ebcdic-ca-fr Xshare/mutt/charsets/ebcdic-dk-no Xshare/mutt/charsets/ebcdic-dk-no-a Xshare/mutt/charsets/ebcdic-es Xshare/mutt/charsets/ebcdic-es-a Xshare/mutt/charsets/ebcdic-es-s Xshare/mutt/charsets/ebcdic-fi-se Xshare/mutt/charsets/ebcdic-fi-se-a Xshare/mutt/charsets/ebcdic-fr Xshare/mutt/charsets/ebcdic-is-friss Xshare/mutt/charsets/ebcdic-it Xshare/mutt/charsets/ebcdic-pt Xshare/mutt/charsets/ebcdic-uk Xshare/mutt/charsets/ebcdic-us Xshare/mutt/charsets/ecma-cyrillic Xshare/mutt/charsets/es Xshare/mutt/charsets/es2 Xshare/mutt/charsets/gb-1988-80 Xshare/mutt/charsets/gost-19768-74 Xshare/mutt/charsets/greek-ccitt Xshare/mutt/charsets/greek7 Xshare/mutt/charsets/greek7-old Xshare/mutt/charsets/hp-roman8 Xshare/mutt/charsets/ibm037 Xshare/mutt/charsets/ibm038 Xshare/mutt/charsets/ibm1004 Xshare/mutt/charsets/ibm1026 Xshare/mutt/charsets/ibm1047 Xshare/mutt/charsets/ibm256 Xshare/mutt/charsets/ibm273 Xshare/mutt/charsets/ibm274 Xshare/mutt/charsets/ibm275 Xshare/mutt/charsets/ibm277 Xshare/mutt/charsets/ibm278 Xshare/mutt/charsets/ibm280 Xshare/mutt/charsets/ibm281 Xshare/mutt/charsets/ibm284 Xshare/mutt/charsets/ibm285 Xshare/mutt/charsets/ibm290 Xshare/mutt/charsets/ibm297 Xshare/mutt/charsets/ibm420 Xshare/mutt/charsets/ibm423 Xshare/mutt/charsets/ibm424 Xshare/mutt/charsets/ibm437 Xshare/mutt/charsets/ibm500 Xshare/mutt/charsets/ibm850 Xshare/mutt/charsets/ibm851 Xshare/mutt/charsets/ibm852 Xshare/mutt/charsets/ibm855 Xshare/mutt/charsets/ibm857 Xshare/mutt/charsets/ibm860 Xshare/mutt/charsets/ibm861 Xshare/mutt/charsets/ibm862 Xshare/mutt/charsets/ibm863 Xshare/mutt/charsets/ibm864 Xshare/mutt/charsets/ibm865 Xshare/mutt/charsets/ibm868 Xshare/mutt/charsets/ibm869 Xshare/mutt/charsets/ibm870 Xshare/mutt/charsets/ibm871 Xshare/mutt/charsets/ibm875 Xshare/mutt/charsets/ibm880 Xshare/mutt/charsets/ibm891 Xshare/mutt/charsets/ibm903 Xshare/mutt/charsets/ibm904 Xshare/mutt/charsets/ibm905 Xshare/mutt/charsets/ibm918 Xshare/mutt/charsets/iec-p27-1 Xshare/mutt/charsets/inis Xshare/mutt/charsets/inis-8 Xshare/mutt/charsets/inis-cyrillic Xshare/mutt/charsets/invariant Xshare/mutt/charsets/iso-10367-box Xshare/mutt/charsets/iso-2033-1983 Xshare/mutt/charsets/iso-5427 Xshare/mutt/charsets/iso-5427-ext Xshare/mutt/charsets/iso-5428 Xshare/mutt/charsets/iso-646-basic Xshare/mutt/charsets/iso-646-irv Xshare/mutt/charsets/iso-6937 Xshare/mutt/charsets/iso-6937-2-25 Xshare/mutt/charsets/iso-6937-2-add Xshare/mutt/charsets/iso-8859-1 Xshare/mutt/charsets/iso-8859-10 Xshare/mutt/charsets/iso-8859-2 Xshare/mutt/charsets/iso-8859-3 Xshare/mutt/charsets/iso-8859-4 Xshare/mutt/charsets/iso-8859-5 Xshare/mutt/charsets/iso-8859-6 Xshare/mutt/charsets/iso-8859-7 Xshare/mutt/charsets/iso-8859-8 Xshare/mutt/charsets/iso-8859-9 Xshare/mutt/charsets/iso-8859-supp Xshare/mutt/charsets/iso-ir-90 Xshare/mutt/charsets/it Xshare/mutt/charsets/jis-c6220-1969-jp Xshare/mutt/charsets/jis-c6220-1969-ro Xshare/mutt/charsets/jis-c6229-1984-a Xshare/mutt/charsets/jis-c6229-1984-b Xshare/mutt/charsets/jis-c6229-1984-b-add Xshare/mutt/charsets/jis-c6229-1984-hand Xshare/mutt/charsets/jis-c6229-1984-hand-add Xshare/mutt/charsets/jis-c6229-1984-kana Xshare/mutt/charsets/jis-x0201 Xshare/mutt/charsets/jus-i-b1-002 Xshare/mutt/charsets/jus-i-b1-003-mac Xshare/mutt/charsets/jus-i-b1-003-serb Xshare/mutt/charsets/koi-8 Xshare/mutt/charsets/koi8-r Xshare/mutt/charsets/ksc5636 Xshare/mutt/charsets/latin-greek Xshare/mutt/charsets/latin-greek-1 Xshare/mutt/charsets/mac-is Xshare/mutt/charsets/macintosh Xshare/mutt/charsets/msz-7795-3 Xshare/mutt/charsets/nats-dano Xshare/mutt/charsets/nats-dano-add Xshare/mutt/charsets/nats-sefi Xshare/mutt/charsets/nats-sefi-add Xshare/mutt/charsets/nc-nc00-10 Xshare/mutt/charsets/nextstep Xshare/mutt/charsets/nf-z-62-010 Xshare/mutt/charsets/nf-z-62-010-(1973) Xshare/mutt/charsets/ns-4551-1 Xshare/mutt/charsets/ns-4551-2 Xshare/mutt/charsets/pt Xshare/mutt/charsets/pt2 Xshare/mutt/charsets/sami Xshare/mutt/charsets/sen-850200-b Xshare/mutt/charsets/sen-850200-c Xshare/mutt/charsets/t-101-g2 Xshare/mutt/charsets/t-61-7bit Xshare/mutt/charsets/t-61-8bit Xshare/mutt/charsets/videotex-suppl X@dirrm share/mutt/charsets X@dirrm share/mutt Xshare/locale/cs/LC_MESSAGES/mutt.mo Xshare/locale/de/LC_MESSAGES/mutt.mo Xshare/locale/es/LC_MESSAGES/mutt.mo Xshare/locale/fr/LC_MESSAGES/mutt.mo Xshare/locale/it/LC_MESSAGES/mutt.mo Xshare/locale/ja/LC_MESSAGES/mutt.mo Xshare/locale/nl/LC_MESSAGES/mutt.mo Xshare/locale/pl/LC_MESSAGES/mutt.mo Xshare/locale/ru/LC_MESSAGES/mutt.mo Xshare/locale/uk/LC_MESSAGES/mutt.mo X@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/es/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/it/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/ja/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/nl/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/ru/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/uk/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/cs 2>/dev/null || true X@unexec rmdir %D/share/locale/de 2>/dev/null || true X@unexec rmdir %D/share/locale/es 2>/dev/null || true X@unexec rmdir %D/share/locale/fr 2>/dev/null || true X@unexec rmdir %D/share/locale/it 2>/dev/null || true X@unexec rmdir %D/share/locale/ja 2>/dev/null || true X@unexec rmdir %D/share/locale/nl 2>/dev/null || true X@unexec rmdir %D/share/locale/pl 2>/dev/null || true X@unexec rmdir %D/share/locale/ru 2>/dev/null || true X@unexec rmdir %D/share/locale/uk 2>/dev/null || true X@unexec rmdir %D/share/locale 2>/dev/null || true END-of-mutt/pkg/PLIST echo c - mutt/patches mkdir -p mutt/patches > /dev/null 2>&1 echo x - mutt/patches/patch-aa sed 's/^X//' >mutt/patches/patch-aa << 'END-of-mutt/patches/patch-aa' X*** configure.orig Thu May 6 02:46:55 1999 X--- configure Thu May 6 02:49:06 1999 X*************** X*** 1585,1602 **** X echo $ac_n "checking for S-Lang""... $ac_c" 1>&6 X echo "configure:1587: checking for S-Lang" >&5 X if test $withval = yes; then X! if test -d $srcdir/../slang; then X! mutt_cv_slang=$srcdir/../slang/src X! CPPFLAGS="$CPPFLAGS -I${mutt_cv_slang}" X! LDFLAGS="$LDFLAGS -L${mutt_cv_slang}/objs" X! else X! if test -d $mutt_cv_prefix/include/slang; then X! CPPFLAGS="$CPPFLAGS -I$mutt_cv_prefix/include/slang" X! elif test -d /usr/include/slang; then X! CPPFLAGS="$CPPFLAGS -I/usr/include/slang" X! fi X! mutt_cv_slang=yes X fi X else X if test -f $withval/src/slang.h; then X mutt_cv_slang=$withval/src X--- 1585,1597 ---- X echo $ac_n "checking for S-Lang""... $ac_c" 1>&6 X echo "configure:1587: checking for S-Lang" >&5 X if test $withval = yes; then X! if test -d $mutt_cv_prefix/include/slang; then X! CPPFLAGS="$CPPFLAGS -I$mutt_cv_prefix/include/slang" X! LDFLAGS="$LDFLAGS -L$mutt_cv_prefix/lib" X! elif test -d /usr/include/slang; then X! CPPFLAGS="$CPPFLAGS -I/usr/include/slang" X fi X+ mutt_cv_slang=yes X else X if test -f $withval/src/slang.h; then X mutt_cv_slang=$withval/src END-of-mutt/patches/patch-aa echo c - mutt/files mkdir -p mutt/files > /dev/null 2>&1 echo x - mutt/files/md5 sed 's/^X//' >mutt/files/md5 << 'END-of-mutt/files/md5' XMD5 (mutt-0.95.4i.tar.gz) = 9e35e9763a45deb145f9d3a4353d51c8 XMD5 (mutt-0.95.4i-jp2.pat.gz) = 5a4a7c4480155da82c51b61b438d46f2 END-of-mutt/files/md5 echo x - mutt/Makefile sed 's/^X//' >mutt/Makefile << 'END-of-mutt/Makefile' X# New ports collection makefile for: ja-mutt X# Version required: 0.95.4i-jp2 X# Date created: 20 May 1999 X# Whom: IWASHITA Yoji X# X# $Id$ X# X XDISTNAME= mutt-0.95.4i XPKGNAME= ja-mutt-0.95.4i.j2 XCATEGORIES= japanese mail XMASTER_SITES= ftp://ftp.guug.de/pub/mutt/ \ X ftp://ftp.guug.de/pub/mutt/historic/ \ X ftp://ftp.gbnet.net/pub/mutt-international/ XPATCH_SITES= http://home.sprintmail.com/~kikutani/slang/ XPATCHFILES= mutt-0.95.4i-jp2.pat.gz XPATCH_DIST_STRIP= -p1 X XMAINTAINER= shuna@pop16.odn.ne.jp X XLIB_DEPENDS= slang.2:${PORTSDIR}/japanese/libslang XBUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext X XGNU_CONFIGURE= yes XWRKSRC= ${WRKDIR}/mutt-0.95.4 XCONFIGURE_ARGS= --with-slang --enable-locales-fix --with-included-gettext \ X --sysconfdir=${PREFIX}/share/mutt \ X --with-sharedir=${PREFIX}/share/mutt \ X --with-docdir=${PREFIX}/share/doc/mutt \ X --enable-pop --enable-imap X XMAN1= mutt.1 mutt_dotlock.1 X X.include END-of-mutt/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 7:10: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BFD3314D97 for ; Sun, 27 Jun 1999 07:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA98837; Sun, 27 Jun 1999 07:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from rr.iij4u.or.jp (h159.p060.iij4u.or.jp [210.130.60.159]) by hub.freebsd.org (Postfix) with SMTP id 2C8A914EC8 for ; Sun, 27 Jun 1999 07:01:14 -0700 (PDT) (envelope-from sada@rr.iij4u.or.jp) Received: (qmail 419 invoked by uid 1000); 27 Jun 1999 23:01:06 +0900 Message-Id: <19990627140106.418.sada@rr.iij4u.or.jp> Date: 27 Jun 1999 23:01:06 +0900 From: sada@FreeBSD.ORG Reply-To: sada@FreeBSD.ORG To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12412: new port: net/cvsweb Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12412 >Category: ports >Synopsis: new port: net/cvsweb >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 Jun 27 07:10:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: SADA Kenji >Release: FreeBSD 3.2-STABLE i386 >Organization: Nagoya.Aichi.Japan >Environment: FreeBSD 3.2-STABLE i386 >Description: cvsweb is a WWW CGI script that allows remote access to a CVS tree. >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: # # cvsweb # cvsweb/Makefile # cvsweb/files # cvsweb/files/md5 # cvsweb/patches # cvsweb/patches/patch-aa # cvsweb/pkg # cvsweb/pkg/COMMENT # cvsweb/pkg/DESCR # cvsweb/pkg/PLIST # cvsweb/pkg/REQ # echo c - cvsweb mkdir -p cvsweb > /dev/null 2>&1 echo x - cvsweb/Makefile sed 's/^X//' >cvsweb/Makefile << 'END-of-cvsweb/Makefile' X# New ports collection makefile for: cvsweb X# Version required: 1.0 X# Date created: 27 Jun 1999 X# Whom: SADA Kenji X# X# $Id$ X# X XDISTNAME= cvsweb-1.0 XCATEGORIES= net www XMASTER_SITES= http://www.freebsd.org/~fenner/cvsweb/ X XMAINTAINER= sada@FreeBSD.ORG X XNO_BUILD= yes X X# could be overridden. XCVSROOT?= '/home/ncvs' XCVSWEB_CVSROOT?= ${CVSROOT} XCVSWEB_TITLE?= 'My CVS Tree' X Xdo-configure: X @${SED} -e "s;@@CVSROOT@@;${CVSWEB_CVSROOT};g" \ X -e "s;@@TITLE@@;${CVSWEB_TITLE};g" \ X ${WRKSRC}/cvsweb > ${WRKDIR}/cvsweb X Xdo-install: X @if PKG_PREFIX=${PREFIX} ${SH} ${PKGREQ} ${PKGNAME} INSTALL; then \ X ${MKDIR} ${PREFIX}/www/cgi-bin; \ X ${INSTALL_SCRIPT} ${WRKDIR}/cvsweb ${PREFIX}/www/cgi-bin/; \ X else \ X exit 1; \ X fi X X.include END-of-cvsweb/Makefile echo c - cvsweb/files mkdir -p cvsweb/files > /dev/null 2>&1 echo x - cvsweb/files/md5 sed 's/^X//' >cvsweb/files/md5 << 'END-of-cvsweb/files/md5' XMD5 (cvsweb-1.0.tar.gz) = 43302bfa9ae88d0ed7f60bfb2bb53de2 END-of-cvsweb/files/md5 echo c - cvsweb/patches mkdir -p cvsweb/patches > /dev/null 2>&1 echo x - cvsweb/patches/patch-aa sed 's/^X//' >cvsweb/patches/patch-aa << 'END-of-cvsweb/patches/patch-aa' X--- cvsweb.orig Sun Jun 27 13:12:31 1999 X+++ cvsweb Sun Jun 27 13:19:14 1999 X@@ -44,14 +44,14 @@ X # X # Configuration section: X # Set $cvsroot to the root of the CVS tree X-$cvsroot = '/home/ncvs'; X+$cvsroot = '@@CVSROOT@@'; X # Set $rcsbinaries to the location of the RCS binaries, if they're X # not in the web server's $PATH X #$rcsbinaries = '/import/gnu-2.0/sparc-sun-sunos4.1/bin'; X # The HTML title will be $title: /pathname X-$title = "My CVS Tree"; X+$title = "@@TITLE@@"; X # The HTML to go inside the

tag X-$h1 = 'My CVS Tree'; X+$h1 = $title; X # $intro is the HTML that is displayed along with the X # top-level tree X $intro = " X@@ -67,7 +67,7 @@ X display diffs between arbitrary revisions. X

X Please send any suggestions, comments, etc. to X-Bill Fenner <fenner@freebsd.org> X+Bill Fenner <fenner\@freebsd.org> X "; X # X # $shortinstr is the HTML displayed at the top of non-top-level X@@ -79,11 +79,11 @@ X "; X # X # $backicon is the icon to be used for the previous directory, if any X-#$backicon = "/icons/back.gif"; X+$backicon = "/icons/back.gif"; X # $diricon is the icon to be used for a directory, if any X-#$diricon = "/icons/dir.gif"; X+$diricon = "/icons/dir.gif"; X # $texticon is the icon to be used for a text file, if any X-#$texticon = "/icons/text.gif"; X+$texticon = "/icons/text.gif"; X # X # $tailhtml is the html for the bottom of the page X $tailhtml =" END-of-cvsweb/patches/patch-aa echo c - cvsweb/pkg mkdir -p cvsweb/pkg > /dev/null 2>&1 echo x - cvsweb/pkg/COMMENT sed 's/^X//' >cvsweb/pkg/COMMENT << 'END-of-cvsweb/pkg/COMMENT' Xa WWW CGI script that allows remote access to a CVS tree. END-of-cvsweb/pkg/COMMENT echo x - cvsweb/pkg/DESCR sed 's/^X//' >cvsweb/pkg/DESCR << 'END-of-cvsweb/pkg/DESCR' Xcvsweb is a WWW CGI script that allows remote access to a CVS tree. It Xallows browsing of the full tree; no access controls are implemented. XIt can display the revision history of a file, as well as diffs between Xrevisions and downloading the whole file. X XThe configuration should be easy; edit the variable definitions at the Xtop, above the line that says "End configuration section". Then install Xit in your web server's cgi-bin directory and you should be all set. X XSeveral people have approaced me about modifying cvsweb for their own Xneeds. I would ask that if you make a useful modification, that you send Xit back to me for inclusion in the next release. X XAUTHOR: Bill Fenner XWWW: http://www.freebsd.org/~fenner/cvsweb/ X X- from README END-of-cvsweb/pkg/DESCR echo x - cvsweb/pkg/PLIST sed 's/^X//' >cvsweb/pkg/PLIST << 'END-of-cvsweb/pkg/PLIST' Xwww/cgi-bin/cvsweb END-of-cvsweb/pkg/PLIST echo x - cvsweb/pkg/REQ sed 's/^X//' >cvsweb/pkg/REQ << 'END-of-cvsweb/pkg/REQ' X#!/bin/sh Xif [ x$2 = xINSTALL -a ! -d ${PKG_PREFIX}/www ]; then X echo "*************************************" X echo "* Install a httpd program at first. *" X echo "*************************************" X exit 1 Xfi Xexit 0 END-of-cvsweb/pkg/REQ exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 9:31:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2873714E80; Sun, 27 Jun 1999 09:31:18 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA07733; Sun, 27 Jun 1999 09:31:18 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 27 Jun 1999 09:31:18 -0700 (PDT) From: Message-Id: <199906271631.JAA07733@freefall.freebsd.org> To: dgilbert@velocet.ca, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10480: tk81 will not *compile* with threaded applications Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: tk81 will not *compile* with threaded applications State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Sun Jun 27 09:30:52 PDT 1999 State-Changed-Why: tk81 has since been updated, if the problem still exists, please resubmit (with a patch if possible). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 9:33:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B99A314EC6; Sun, 27 Jun 1999 09:33:17 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA08072; Sun, 27 Jun 1999 09:33:17 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 27 Jun 1999 09:33:17 -0700 (PDT) From: Message-Id: <199906271633.JAA08072@freefall.freebsd.org> To: sdn@slip.net, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10681: lessitf can't find X11 Revision 5 or higher Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: lessitf can't find X11 Revision 5 or higher State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Sun Jun 27 09:32:45 PDT 1999 State-Changed-Why: No response to feedback given by Palle Girgensohn on Sat, 20 Mar 1999 18:34:52 +0100 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 9:35:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 930C514FE1; Sun, 27 Jun 1999 09:35:22 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA08391; Sun, 27 Jun 1999 09:35:22 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Sun, 27 Jun 1999 09:35:22 -0700 (PDT) From: Message-Id: <199906271635.JAA08391@freefall.freebsd.org> To: jseger@FreeBSD.org, freebsd-ports@FreeBSD.org, nate@FreeBSD.org Subject: Re: ports/11535: Problems with cyrillic support. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Problems with cyrillic support. Responsible-Changed-From-To: freebsd-ports->nate Responsible-Changed-By: jseger Responsible-Changed-When: Sun Jun 27 09:35:09 PDT 1999 Responsible-Changed-Why: Over to JDK MAINTAINER. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 9:50: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BF21D14FE1 for ; Sun, 27 Jun 1999 09:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA09836; Sun, 27 Jun 1999 09:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 27 Jun 1999 09:50:02 -0700 (PDT) Message-Id: <199906271650.JAA09836@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tim Vanderhoek Subject: Re: ports/12411: new port: japanese/mutt Reply-To: Tim Vanderhoek Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12411; it has been noted by GNATS. From: Tim Vanderhoek To: shuna@pop16.odn.ne.jp Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/12411: new port: japanese/mutt Date: Sun, 27 Jun 1999 12:44:19 -0400 On Sun, Jun 27, 1999 at 10:47:49PM +0900, shuna@pop16.odn.ne.jp wrote: > > echo x - mutt/pkg/COMMENT > sed 's/^X//' >mutt/pkg/COMMENT << 'END-of-mutt/pkg/COMMENT' > XMutt is a small but very powerful text-based MIME mail client. Try instead, -- Small but very powerful text-based MIME mail client -- You broke a couple pkg/COMMENT rules... :) 1) Don't include the software name in pkg/COMMENT 2) Don't end with a period. Don't worry about resubmitting your port. Whoever commits it will make the change before the actual commit. -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 10: 0: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E3281505F for ; Sun, 27 Jun 1999 10:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA11285; Sun, 27 Jun 1999 10:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 27 Jun 1999 10:00:01 -0700 (PDT) Message-Id: <199906271700.KAA11285@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tim Vanderhoek Subject: Re: ports/12412: new port: net/cvsweb Reply-To: Tim Vanderhoek Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12412; it has been noted by GNATS. From: Tim Vanderhoek To: sada@FreeBSD.ORG Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/12412: new port: net/cvsweb Date: Sun, 27 Jun 1999 12:51:34 -0400 On Sun, Jun 27, 1999 at 11:01:06PM +0900, sada@FreeBSD.ORG wrote: > > sed 's/^X//' >cvsweb/pkg/DESCR << 'END-of-cvsweb/pkg/DESCR' > Xcvsweb is a WWW CGI script that allows remote access to a CVS tree. It Hey, a port of cvsweb. This is really cool. :) > Xallows browsing of the full tree; no access controls are implemented. > XIt can display the revision history of a file, as well as diffs between > Xrevisions and downloading the whole file. > X > XThe configuration should be easy; edit the variable definitions at the > Xtop, above the line that says "End configuration section". Then install > Xit in your web server's cgi-bin directory and you should be all set. > X > XSeveral people have approaced me about modifying cvsweb for their own s/approaced/approached/ I think it's usually best to try and avoid the first person when writing pkg/DESCR. > XAUTHOR: Bill Fenner Hmm... j.m.,msdf...dsf... > Xa WWW CGI script that allows remote access to a CVS tree. WWW CGI script that allows remote access to a CVS tree (Start with capital letter, end without a period). I haven't tested this, but I'm sure you can commit this port yourself if you care to. -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 10:42:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F8A21548D; Sun, 27 Jun 1999 10:42:12 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA14633; Sun, 27 Jun 1999 10:42:12 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 27 Jun 1999 10:42:12 -0700 (PDT) From: Message-Id: <199906271742.KAA14633@freefall.freebsd.org> To: sjr@home.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12231: New port p5-SNMP_Simple Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port p5-SNMP_Simple State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sun Jun 27 10:41:59 PDT 1999 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 Sun Jun 27 10:49:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 44B9614BD5; Sun, 27 Jun 1999 10:49:39 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA15311; Sun, 27 Jun 1999 10:49:39 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 27 Jun 1999 10:49:39 -0700 (PDT) From: Message-Id: <199906271749.KAA15311@freefall.freebsd.org> To: sjr@home.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12230: New port p5-Time-HiRes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port p5-Time-HiRes State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sun Jun 27 10:49:09 PDT 1999 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 Sun Jun 27 11: 9:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1CE8A15068; Sun, 27 Jun 1999 11:09:35 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA19626; Sun, 27 Jun 1999 11:09:34 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 27 Jun 1999 11:09:34 -0700 (PDT) From: Message-Id: <199906271809.LAA19626@freefall.freebsd.org> To: sakai@miya.ee.kagu.sut.ac.jp, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12407: A new port of XBlood Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: A new port of XBlood State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sun Jun 27 11:09:13 PDT 1999 State-Changed-Why: Category changed to 'games' and committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 11:35:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BA7214E9B; Sun, 27 Jun 1999 11:35:18 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA21609; Sun, 27 Jun 1999 11:35:18 -0700 (PDT) (envelope-from sada@FreeBSD.org) Date: Sun, 27 Jun 1999 11:35:18 -0700 (PDT) From: Message-Id: <199906271835.LAA21609@freefall.freebsd.org> To: sada@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12413: linux netscape 4.61 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: linux netscape 4.61 Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: sada Responsible-Changed-When: Sun Jun 27 11:31:33 PDT 1999 Responsible-Changed-Why: Fix 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 Jun 27 11:50: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DA18B14C85 for ; Sun, 27 Jun 1999 11:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA22266; Sun, 27 Jun 1999 11:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 27 Jun 1999 11:50:01 -0700 (PDT) Message-Id: <199906271850.LAA22266@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: sada@rr.IIJ4U.OR.JP (SADA Kenji) Subject: Re: ports/12413: linux netscape 4.61 Reply-To: sada@rr.IIJ4U.OR.JP (SADA Kenji) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12413; it has been noted by GNATS. From: sada@rr.IIJ4U.OR.JP (SADA Kenji) To: freebsd-gnats-submit@freebsd.org, girgen@partitur.se Cc: Subject: Re: ports/12413: linux netscape 4.61 Date: 28 Jun 1999 03:41:15 +0900 Probably its directory name should be `linux-netscape46-communicator'. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 12:31:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FC691507B; Sun, 27 Jun 1999 12:31:42 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA24635; Sun, 27 Jun 1999 12:31:41 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Sun, 27 Jun 1999 12:31:41 -0700 (PDT) From: Message-Id: <199906271931.MAA24635@freefall.freebsd.org> To: bp@butya.kz, sheldonh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12408: New port for ncplib (Netware client) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port for ncplib (Netware client) State-Changed-From-To: open->feedback State-Changed-By: sheldonh State-Changed-When: Sun Jun 27 12:30:30 PDT 1999 State-Changed-Why: This looks cool, but is it absolutely necessary to install files into / ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 13:10: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DBA5315139 for ; Sun, 27 Jun 1999 13:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA27077; Sun, 27 Jun 1999 13:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from smtp05.wxs.nl (smtp05.wxs.nl [195.121.6.57]) by hub.freebsd.org (Postfix) with ESMTP id E468C15139 for ; Sun, 27 Jun 1999 13:03:54 -0700 (PDT) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.197.136]) by smtp05.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA60C8 for ; Sun, 27 Jun 1999 22:03:51 +0200 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id WAA00611; Sun, 27 Jun 1999 22:04:11 +0200 (CEST) (envelope-from asmodai) Message-Id: <199906272004.WAA00611@daemon.ninth-circle.org> Date: Sun, 27 Jun 1999 22:04:11 +0200 (CEST) From: Jeroen Ruigrok/Asmodai To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12415: update of lesstif 0.87.1 port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12415 >Category: ports >Synopsis: update of lesstif 0.87.1 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: Sun Jun 27 13:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jeroen Ruigrok van der Werven >Release: FreeBSD 4.0-CURRENT i386 >Organization: Ninth-Circle Enterprises >Environment: CVSupped 25 June 1999 >Description: Port update for x11-toolkits/lesstif-0.87.1 >How-To-Repeat: Not relevant >Fix: begin 644 lesstif.diff.gz M'XL("-LM=C<"`VQEL:D:#O&M'2M/N&)86(?&@`.1%%,1RT,EG/T*_Q) M,JI4&A6Y43Y%TNGIZ8$@"`DZ`7:EAB2EH4@-IJ-0+M9K M1>E`R,BK0Q[4TE8]C#0'PP/@A3;6L#7&#I+*QX2W$X+S,+,MR"M(*]71]7/5 M<"S5,(MS[$$N03CLZ@WD-_/X&4E%N4Q;5BJ?E*!!9:4AETEKK9GJV*CSLD"' MM.B!V.X.AC?-Z\Z9WQC1YSLUAW+=:@X[5[?];F=P5GB1)-&S;?/)\-P#=-T< M##O]T:`[)'D3;]$HE>!_<3UZT])B.2[-EO.I\UKR1\AU--UPO1)"7PY0(52. MX14UV]I8[`L;0>6X>@)#J!S+=3J&A)_NS1#^.OVS`AW+\TL'XXM!FW!"FO^V MX&*,QMBT5V1(D0L=A'5D&F/TS$?-F$.&I9+A/Q`)R9O[9F]TUVQ]:EYU1A?W MW5[[K*#;:&Y[:*7./>394,;U5--$^M(QYE-(>MA108*>H:ZE8>H'Z.KF?M2Z MO;GL7MWW.V<(O6*7B!&TU,*$QLQPD3K7068L&TIY,XQ(8 MV;HC+/4K4/:[8[ZD\@EJ./.@S:MBO":!5(7GM*:QJCV)T*:%ZB$40$D3#"V4 MIG4="%LXWD8`Q$!85[UP;'W)E%845X8W$U_T.73\_:`S>AS=]3N7W<>S`NEV M*B'1:IG&8FR#%A9EU(/LH3'IDK&= MJZ8+H"\'(B`U'<=>72P]SYX#+)*^4O4I]BCT8@F3BF?,+S@Y5K:ENIJJXU#I M""0HS[%M:VQ?V"\,$40')(:^M['[Y-D+BB@PYIN+A6EH5(P',VR:D`SLH645MZ.O\)L2%Y`)AQ#QSZ]/@.38CYH:"]Z^!F;0=I1 MYZX!TNL#[NQE!L;:A MFO9TS7`HW7GQ.,A=F.KKNHBC3J'K/>SG0[JK<19)@O2Q3S$HL@(%;X+-\+%6 M\U##VHZ]&,"@7JMS=8J=0%@(G';_A`(?K4LP%@/,+9O?ODN8ZX(BEPZ,#06' M!/?*4<=KC@@:83B$T%-A/@TR:2J<"S-VD'D-`O<`V@;3",E;LPSO>+Z,5G,- MH@C9/J9J?/1`53W'?GTP M_%9Z3-9:,X/UD'<_M\(0.@_LI#)K=6&32(;*;%`7(5M=-J@**Q=6E]U41=A! M55+5A)$(J\IF-8FJ""N]74VB*L)+)=1DLXJP4D-_LMVH(AGJP4A$C518/R`W M10BW"R`K&1="XI@HU#%QM*)"/)6B,0$G;V+`&+[_V/S<&5W?#KN71P=B=S`" M7[?3;[:&W<\=YMD(,2#U,M'"P2*TG#BD#;`HYX??.JV/M]_1FY_V_WD3)812 M?QZ0BAP$'C7\3=-1@!!QY4^JQU(5"1!7OG#^'NR=#BZQ^X':080TU<7H MY$&>8@1%Z>?WI_UY^^^F(JKY/V,'>TIFC\H<(],,'VO&%<"XD/WP( MB,7(!$V\?5)?C\&!7E$'VG?!#>*Y@Y##SYL/Z07?MYG+;3O.*U+']I(6`>?= MA!B$!`M?R#B@#C@W#H0#.D;2ES?N48P<9UA*:0Y)8E?5CDA+=N0W7.*/,+KN M4BG['4OV'318HS$*T/$O$Y"9L+9!G`!Q0*$-^G!/($ M3PS]%"*I]0_!*Q=K]4(!'F6>.J4IB:7JY2#%%0]@,EF@@?'3TU>WR,J,6[)T M)5B6"B#)]:T@JS"`P/E7%=3H!$E20ZHU*BD+7#%TLL(%Z*<-I=*HGH96N)!` M%4J\;BOH?72YI^B!,9[^[Q$Z0Q5MK&!I,M'KM0E6%752+FNUFG0B:9)^4IU4 M(:",E:]'RE=UI7):/QU7)J=R15;*]6JB>-H-VT*>H MCH/FQ3.2_17'2':;+"6[+;U49N^1Z4B0^*0D4AY`]31JZX,U1I!=RE+AVIXS M#J#B>D.N-LHU1DND+*26#+-=+C>J4*C,"U$.RO7C&K!`'X2'T/)6J]=I@B[W M.H.S$$%`&1OST:#5[]X-!^!'O%A/UN1`V,;\<(E1<^&@2AF5I4;EI%%==]]F MYGGO*0WY-%A=%2CS4I4R3Q_`O)#*/(A/F'TAS#[DM;"1'3^+SI+P.3O!`P=%]`$;M9$ M>96"D)[MUR>$ZP.,[14B9#UQXPB47$IU\+'3ZQW!BV>7"M71H:(XF(`C>,4%<&-H36BXH!6^F!H82V9.0"))LZ$N#`)#8OG=QETD4 M])_8/8>@86*\G)?6K2#0EQ&D1S!FL_.H[N4A$U+%#;2$?5AR5,?`;I1.7I[Z M)PFN4LCETYM)EGQ/MNK-),6(R5N-V&1G(Y;#,'0:,*^C1&,&M" MH&Y#H`/ZHC[;AHXHA85M+CT2ZY26KE,R;4WUMUFHR^_'46Z1:X]CVQXW./@% M:R,F6D>^!PQ=&,+054^EDW?(1P:;1#"X16K>#S_>]@?HXOY*['>(`P_N,^)N M-`JYTZC5[[2[8",A_$,%'MV@3S>W#SJ#-;CNP`/L[:`CWMWV MNJW?T/"V?0N#PQFC)B:5=T$(HZ0R+ZR9!Z3=N=^+: MJWZ9J7[Y+ZSZ5$]8T[;/`@%B>#+@>^%3L$M4RX-M>7`$3-<"7FB>#TU`PB4] M=SDW[:E-8#ET/\S\]FD@P(S,!B'V]V,]P3:"W[WL4(_-"MGJ+X//&E5_IEI2.:;^.?1/@9S`GV$MVLI74JN4F%9MY"NJ91!XR[$5&U(]ZSP.^\T1 M.?E%Y=A_)B:^BA(HR*BJ(*T*01>0LFD4H MR1P%9(0E-]MD4J_@=\Y65,:-X/=.+GR9X2MY\8%S(<1YN(,$(BC8?^^\CKO>;B/$.SDTM=WCW-\V-O2<<`'"9?6GGEAW5Y!Y*9R]08]QR]D6Z>=+")51>+(&"&]NJ7\+#KC<(@ M"G"7EJ4Z(0AV@CK\;7267N'Q*-0^%F0SY9-K)S0")<\ZLYGP"[(K4JENL)UP MZ$Z:(5(+T'N=O[#9'^`-D%8_*/%[/8E8,.$5B?K26J`D/OKED/C/D6*7S=X@ M7P4,L^"2=7^,WKFEGW__GY]_^<=/OY1*TW>9M0F9I(5=22$Z)PPQ3+9^OZ/? MY:)R>BP73^0CLB-S=7-/;YF028I<*<`O1!!)/Z-GU3'(V78^M=S"C.>L#!>3 M^>T5!M4"Z;$,#[TG$\S@U?V,(``@4N(=`)O5I6X`G*QL"O!4]7I#4>2.7:F<^. MFG*W*AD>GF2$AZFM"G7T24.J-ZJ5C>&A$`T/\\:'?P>!/R8(S!?_[1#Z[1#U M_44#ODA@1UP.=@V,K5DJY;30+A;"H>V7>O:^T;/#=9Y\=WEVO6*RZ_V2O2Z7 M['I,/L^UDNP[)=DGY//?)MGI*LD.A^/S7"+9Z.Y+TXLNW62*XK M(Y'S\(7MMT6B%T3BET/R7R1;WP(I\!LED4LBD6LI$7;]51R9K>+(_ZY5G#]Y M`>?P6S`--HK2&;6_Y/!M,!LVBK(/_9).+7Y8GQ96>&&%%V:3L%RE^\;LP9<9 M(!`?V]Z,!NHSC][QC6_3D!NO))M&%.:K'QV#DTU.^Q?I4H3H0T72%>(,]+8! MXU(P)NAW]%](G&U:$>LQ?PC]XP,]^([,.3UH_9[W\%&.LA_0Q(#!W:\^K,WL MO2O=NJRVRQCG&TPJ6#\D8A'_11&+F159F%LC%G.OB,7"ML.;#R8Y8#TYNQSR&0Z:9@A6ZS_:E'0/X3%P9IK^UYNL3O_*^+ M*=KS>,AT_\,AV;7_X!/0?V2SV\J:`:RM,XNUUV%.JS"<+6DI)!'%*9?9PD.M M[,\L"A+*Q^7(*>@];B)L.--9@]_8%813MI5]NL-"!SV5<5;@AW39TO"CA:X= M"]T;=*U8)`"Q4BP3('U"!GV&,B6>*:V!K7:'`LF3:.$F,D%NA`Z'1@GM)W1B MSK,5`1[MLI%_\R&G&-I9XF)O%4-[+P-G_Z$S%Y/EG$8K?VA1+I5(Q+15B$WX MUR[+;6A9_H6YC)9%K1VH[>G?2W-_G\_X#S^?D;Y<5ZDQUZV6;[DNU^UZ_R?' M9Q[^&L'_'S["0;>6_CWAX5]DW2&?]5QD6;G%5NNYH.X8O4M61Y+6+G;15-.0_WTMB(YT.W2SFEV+@N@':$R` MP-C5Y9^.@+,@25*T+M719L8S'FF6[IZ].VRU`J*BC0Z!%OFSQU_==[P`9.KD MHP(C=HER-#'5Z]Z+?[/\VNFL./U(,WC-BI%'1)O'%D)'WNL!G/(MFL'YY'*%]0#``S)I%EY<.(Y?V086Q.?'7DC(% M_FE::G<&K?Y:(GU(BHC[6=1EN59?$:H29ZHJI=XT7Z-O<0E)I_.YU+^>2#YH MAYIW7<2^!V>,38PTTYYCLH9$8G1Z[Q7QCPD6(8)CQRC,UPB-A>IX!EL2!'YP!NR;-?SB9&*R`?R3%7#,(%?D(5'5H%4K-!U1I8BL4$@RB"F[`-] M'L4(5A]!Q"]>_V*'!`]&/LB"$ M(W]DUX$$6C%P&VNFFP*_KQ+;_4H%7Z="[5'`"ZMG6 M]=2)02]`I%HP([MQ]&"_,0L>+]!2P3`E@6Q#,@-\E07/HI.`\ZW,5&@">>G= M@>W!&>`X.M\:38#9IF@ZM).!G02S;=14:`*9;+.FP=(0R79I"IANRZ:#TZC0 MC=LL>$J!51J,;/5F@-/0$Z+&@$E4>S%("K(/3D.GVWE9\'B!SHO'?/]X!MUW MOD@%)E#);G02E$"C6]4IL#@BVPR-0]FV=0KL*A686CP!)/O=25`+(7B2<6AP'J!Y!`&\$0!?LKA(@N>+,"./5QEP;,*.%GP1`%ZRB8.]4]3 M9,"3X!SE(S@@$WIVG06^77AHX#99!=^`Y`SN1P4Z!I$.O,L`9 M1!)@,N.;7G+6_ZP.J/N;@+/#'.G03@9V`FPXWB?\ZF:`X^CT?$L<^&@E`,W$ M]/EH)8M!'[?QQ$W`;5JOX"\'43>??),N^LVX+0@;LTUU8_:&7/"-M]3.,#;G MFUMJB&=#M!;[X-T6A(W9YF;R&W+_O[2SYXT:B*)HO[_"S583@T@$@HX@!8L& M19""-A"$@I(-6I8`_Y[8GN^Y;^Z-Z,!S?,?VCG?M$_N-W_MC1O3;;T@/EYO! MK#,X5A5TGF:5?)JVK+J4U5BN.%<]7&MNE,M\9<6T7?/"]4F.)\NK7"N>]F\L M=F*+>'-BL91G8]V)YOM^@(5LAG4U#,3[&?#@,Q<@:V]*-Q=AI M3I3JDZ\&2CGJZT%>C[OA]6R,UV<'YOO@K[O[K-CC=EMXH^UV>/ISIFZN0IVD MVV'[YB'DU^[_8CYLQK;,HZ_[@IJ*4C`("!4EQW[UR/9+H_X>[A+Q!EZ@)A$[ MUSB.10G0Q0HKT"J4M&T210/&Q5493A05Y6<8A&)9W5Q8+?XM"D45J/ MG%H=&65H4+!H'!*BHF?K*95YQSX7160?R\QD%PQ&4DNC9)"9'!*BO.X4*"4L"E$- M%".%TZ)PJ'TRDZH:*$0F[:J!!GED5+==+'>Y"BAP?PX*\U:"I.Z"(*;@ MNYV$>85,.0E2MRU:YSX9-;2"32JG]LNY7&5WR=QM]\$HNQ7L3,WC7/+C$D<# MHT$G*N>47P=]NA5RDF,GX!W9]O()$\J%1TXHF)Y!X6AX**6UQWT-5A&&!H/4 M1#'#6U58QUO5I.FM+)!&&MZJH0QO97"3#,I=<]#P5ACC<9:W,C@::'JKFC.\ M%<;.U#R!P]X*8SP.>BL$25'06P$.>BN#DSK&WLH"E4BLI`#'SW/+-#6889H, M3@K$ILD":63'-%6D89H@Q<.0:0(,#X*F"4$T"BLD!$T:I?7(*:20`$.#L$)" M$(\RU1``L?!I0$/X&!P/-(1/A1G"IZ9,/V.!=/NPGT'0I%%:CY0R_4S-&7ZF MQDP_8X&T9VQR:@CZF0:"Y@520H^6>;%`,5(8G[9/L4#>M^E3+%".W,L@CS1\ M2H79/@6#`O?GH#!O)4CJ#OL4`+[;21CT*8"3('7;#)]2DX9/P1@=H;;4J$%# M:F#L3,WCG"4U#(X&&E*CN3&_XU&G7[[,']P%YPZS-YB+[%R(=_+G&L=O&C\J MIV.L:R=RPJWO[O!PM?1U+X,7RIV%?#-#05\73:)X6"R+IX(T-;F(L`2ARY]H5+L=B<4$5U*[!](L"_4I:.0_OW0V<:USY3ZN>;2 MW&0=",Y9)O"/8!E5UN6B:=]_?-L,W0=IUU(OZ&';=49&M'HL?PY6\S-4=9K, M5=.4CZAUG@42+0\/J:.6?*Y(1"S31X(=C!,!H,9V;@"#\A'+>\TOGA\].Q[< MR?'+HZ5($E@CGS,`MM_;VU3,*X#VM!WFXR.'^?B(83Y*PWR4AN\HG@S@J*3Y M%5!KFG(!MX99&-8/\.52)?'DY-71R3/C`\RG54#MQ3P+"&BF7B#GD+.?O'?L MR7MG/WGOR)/W]G>%O<&H*3O?G7&^._-\=_1\=\;Y[EY?7>_WMT/GC\"<67Y- M+.CF^C-N+'^A.6/VXE\3H@ET1\P$<\VF89F$I5RV&?S_L]=V-F.US)_D<7EV 98.I%^7'(7N*)W5A?$3:P^0=SC#YP@Y8``)F$ ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 13:10:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id 8707E14DDE for ; Sun, 27 Jun 1999 13:10:48 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA277759050; Sun, 27 Jun 1999 11:57:30 -0400 Date: Sun, 27 Jun 1999 11:57:30 -0400 (EDT) From: Bill Fumerola To: Chris Piazza Cc: Will Andrews , freebsd-ports@FreeBSD.ORG Subject: Re: ports/12396: new port: wmglobe In-Reply-To: <19990626145650.B17870@norn.ca.eu.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 Sat, 26 Jun 1999, Chris Piazza wrote: > > This port does not respect CFLAGS. > > > > It was fixed when I committed it. Spiffy, I saw the PR post-import (I just didn't know it). I wouldn't have commented if I knew you had already imported. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 13:11:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5667E14C86; Sun, 27 Jun 1999 13:11:25 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA27257; Sun, 27 Jun 1999 13:11:25 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 27 Jun 1999 13:11:25 -0700 (PDT) From: Message-Id: <199906272011.NAA27257@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, cpiazza@FreeBSD.org Subject: Re: ports/12415: update of lesstif 0.87.1 port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update of lesstif 0.87.1 port Responsible-Changed-From-To: freebsd-ports->cpiazza Responsible-Changed-By: cpiazza Responsible-Changed-When: Sun Jun 27 13:11:01 PDT 1999 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 Jun 27 13:50: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BAB2415101 for ; Sun, 27 Jun 1999 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA29539; Sun, 27 Jun 1999 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from november.jaded.net (november.jaded.net [216.94.113.4]) by hub.freebsd.org (Postfix) with ESMTP id 3D42F14DD7 for ; Sun, 27 Jun 1999 13:44:23 -0700 (PDT) (envelope-from dan@november.jaded.net) Received: (from dan@localhost) by november.jaded.net (8.9.3/8.9.3+trinsec_nospam) id QAA48075; Sun, 27 Jun 1999 16:54:54 -0400 (EDT) Message-Id: <199906272054.QAA48075@november.jaded.net> Date: Sun, 27 Jun 1999 16:54:54 -0400 (EDT) From: dan@trinsec.com Reply-To: dan@trinsec.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12416: Patch against databases/mysql322 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12416 >Category: ports >Synopsis: Clean up of mysql322 and mysql322-client >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 27 13:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dan Moschuk >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: n/r >Description: The following is a patch against databases/mysql322 to allow the building of a client only install of the MySQL 3.22.xx port. The databases/mysql322-client port uses this as a master port. >How-To-Repeat: n/r >Fix: diff -Nru mysql322.old/Makefile mysql322/Makefile --- mysql322.old/Makefile Sun Jun 27 15:49:51 1999 +++ mysql322/Makefile Sun Jun 27 15:50:12 1999 @@ -31,6 +31,13 @@ --without-debug \ --without-readline \ --without-bench +.if defined(CLIENT_ONLY) +CONFIGURE_ARGS+= --without-server +DISTNAME= mysql-3.22.23b-client +DISTFILES= mysql-3.22.23b.tar.gz +WRKSRC= ${WRKDIR}/mysql-3.22.23b +.endif + CONFIGURE_ENV+= PERL=${PERL} \ PERL5=${PERL} \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ @@ -75,9 +82,10 @@ post-install: ${MKDIR} ${PREFIX}/share/mysql/mysql -.if !defined(PACKAGE_BUILDING) +.if !defined(PACKAGE_BUILDING) && !defined(CLIENT_ONLY) ${PREFIX}/bin/mysql_install_db .endif +.if !defined(CLIENT_ONLY) @ ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/mysql.sh @ ${ECHO} "#" >> ${PREFIX}/etc/rc.d/mysql.sh @ ${ECHO} "" >> ${PREFIX}/etc/rc.d/mysql.sh @@ -88,6 +96,7 @@ @ ${ECHO} " ${PREFIX}/bin/safe_mysqld > /dev/null & && ${ECHO} -n ' mysql'" >> ${PREFIX}/etc/rc.d/mysql.sh @ ${ECHO} "fi" >> ${PREFIX}/etc/rc.d/mysql.sh @ /bin/chmod 750 ${PREFIX}/etc/rc.d/mysql.sh +.endif .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/mysql >Release-Note: >Audit-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 Jun 27 13:55: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E46D015101; Sun, 27 Jun 1999 13:55:03 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA29928; Sun, 27 Jun 1999 13:55:03 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Sun, 27 Jun 1999 13:55:03 -0700 (PDT) From: Message-Id: <199906272055.NAA29928@freefall.freebsd.org> To: billf@FreeBSD.org, freebsd-ports@FreeBSD.org, dirk@FreeBSD.org Subject: Re: ports/12416: Clean up of mysql322 and mysql322-client Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Clean up of mysql322 and mysql322-client Responsible-Changed-From-To: freebsd-ports->dirk Responsible-Changed-By: billf Responsible-Changed-When: Sun Jun 27 13:54:25 PDT 1999 Responsible-Changed-Why: Dirk is looking into this, and I believe already has a set of patches. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 14: 0: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 467E015139 for ; Sun, 27 Jun 1999 14:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA30262; Sun, 27 Jun 1999 14:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from november.jaded.net (november.jaded.net [216.94.113.4]) by hub.freebsd.org (Postfix) with ESMTP id 54189152C3 for ; Sun, 27 Jun 1999 13:52:35 -0700 (PDT) (envelope-from dan@november.jaded.net) Received: (from dan@localhost) by november.jaded.net (8.9.3/8.9.3+trinsec_nospam) id RAA48282; Sun, 27 Jun 1999 17:03:09 -0400 (EDT) Message-Id: <199906272103.RAA48282@november.jaded.net> Date: Sun, 27 Jun 1999 17:03:09 -0400 (EDT) From: dan@trinsec.com Reply-To: dan@trinsec.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12417: Replacement for databases/mysql-client Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12417 >Category: ports >Synopsis: Replacement of databses/mysql-client >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 27 14:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dan Moschuk >Release: FreeBSD 4.0-CURRENT i386 >Organization: Trinsec Technologies Inc. >Environment: n/r >Description: A replacement of the mysql322-client port. Uses mysql322 as a master port (with patches from ports/12416). Much cleaner! :-) >How-To-Repeat: n/r >Fix: begin 644 mysql322-client.tgz M'XL(`**)=C<``^U76V_:2!3.*_X51TTBM56PP<:P09M54D(DLERZ0#?:)S38 M0YBMQ^/.C`.TZG_?8P,)$)*H*TJT6G]2B.=\9RZ>*X;J'DEFV`HHT/!^#^C,-L(E::2(`#*81^3F\R MIC38QX'V"[YA_^CS[Q4*A7"H] M8W^W]&!_MXCV=RH%C/_"SD[P#/[G]B?`XT`S/9:4^-2'WA]-\(DF0Z(HO)T[ M!8@PF+TSC=<^:X;=8UO\7]9[M>X.]W@I_EW;3>*_4,(J44KKOU.J.%G\[P-\ MED0\4["9"-[&BH6WT&KT(9H+U;OU[#!!99SF" MJQ;`<8X)5T("%Y(""T="M?-)OY7N=3MU8_P;-`1*1F7HQG/4F7Q5UP,SS;E:3T0^\2 MU$QIRI5I&'\+-4Y_SIE'0C.DVC!N;FZJ6U[AM8WZ`]@6_Q^;C=[NJO^+\6\[ MCI/6_Y+M%@MN.8E_UREG\;\/#%EH<70!.W4$(QVN/PU&;#J()+O#8+JE`PS^ M@*H56E&-P;XPTAE9*KQV(^\/0LHN;8Q/TW*:4EYKS'BW09!/\BGD\SX-J*9P M?&DE@L414FXI\IDT-CCC_/%2+ZP0L.'B7/B4/LSSADF>II1XCC/+AAH322U? M>`N=Q068FD[9(Q)K34SP>C4/GN(B]13SW(IZJI^@!EIXJQO..?1((F=Y3X0C M=AM+ND9R\ID.YAH#GR5^-8R3FK>N-,O3*>$15C`O'&U0^)MW3-LV;6=HJHAZ M6_A`W.:ET$33QR36(8D^99RCV22'-:=:"N_-LA1LO/^Z>&7Q+<3"F:Q8R>1J M+!K>0>?#]56GV[KHGQT??^QT^_?CXV.P5*(5^//[@SQ/_&SE0`L__]?K=?]+ M5?CUL%G_6^BX2=NTRSU>[/]=>_/[WRW;6?W?!P[3'EMA%Q\$U$O;9G"/OM+S"3UJ[E<[FZ9IY"_Q&0$'GXNZ#F7L\MP34(H MGI[^@O3-6/!4G+O&3AKZ#-OU<$B\,?RZUEK_9ARB]E'#K\+2(T_NH&BZE62E M4ZM0MFP'[&+5*5;M(@Q9$(R@/HW@""<:K8M&NX]_]>Y9SB?A>5+6%?5,K+Y& MK=FHM_N#3KOYUUENAIU,ZZ+7KWWF3I*$.&#!DR9,B0(4.&#!DR9,CP2O@' ([_\=S0`H``#9 ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 14: 0: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7439E1518E for ; Sun, 27 Jun 1999 14:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA30280; Sun, 27 Jun 1999 14:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 27 Jun 1999 14:00:05 -0700 (PDT) Message-Id: <199906272100.OAA30280@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Palle Girgensohn Subject: Re: ports/12413: linux netscape 4.61 Reply-To: Palle Girgensohn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12413; it has been noted by GNATS. From: Palle Girgensohn To: SADA Kenji Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/12413: linux netscape 4.61 Date: Sun, 27 Jun 1999 22:53:22 +0200 SADA Kenji wrote: > > Probably its directory name should be > `linux-netscape46-communicator'. Yeah, sounds better. I wasn't sure about that. /Palle To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 14:15:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EDA4C14CE5; Sun, 27 Jun 1999 14:15:17 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA31893; Sun, 27 Jun 1999 14:15:17 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 27 Jun 1999 14:15:17 -0700 (PDT) From: Message-Id: <199906272115.OAA31893@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, cpiazza@FreeBSD.org Subject: Re: ports/11250: PORTS: upgrade lesstif to 0.88.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: PORTS: upgrade lesstif to 0.88.1 Responsible-Changed-From-To: freebsd-ports->cpiazza Responsible-Changed-By: cpiazza Responsible-Changed-When: Sun Jun 27 14:14:57 PDT 1999 Responsible-Changed-Why: I'm looking at this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 15:10: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B477F14CA1 for ; Sun, 27 Jun 1999 15:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA37465; Sun, 27 Jun 1999 15:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from emerson.gelemna.ft-wayne.in.us (fw-line-47.fwi.com [209.84.172.52]) by hub.freebsd.org (Postfix) with ESMTP id CE6FD14C16 for ; Sun, 27 Jun 1999 15:09:39 -0700 (PDT) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by emerson.gelemna.ft-wayne.in.us (8.9.3/8.9.3) id RAA82863; Sun, 27 Jun 1999 17:11:59 -0500 (EST) (envelope-from croyle) Message-Id: <199906272211.RAA82863@emerson.gelemna.ft-wayne.in.us> Date: Sun, 27 Jun 1999 17:11:59 -0500 (EST) From: Don Croyle Reply-To: croyle@gelemna.ft-wayne.in.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12418: Update games/xconq mastersite and homepage Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12418 >Category: ports >Synopsis: Update games/xconq mastersite and homepage >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 Jun 27 15:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Don Croyle >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: Cygnus appears to have moved the homepage and distribution site for this game to a new machine. These diffs update the Makefile and pkg/DESCR to keep up with the change. >How-To-Repeat: >Fix: Apply this patch: diff -ruN xconq.old/Makefile xconq/Makefile --- xconq.old/Makefile Sat Jun 5 17:29:33 1999 +++ xconq/Makefile Sun Jun 27 17:05:02 1999 @@ -8,7 +8,7 @@ DISTNAME= xconq-7.2.2 CATEGORIES= games -MASTER_SITES= ftp://ftp.cygnus.com/pub/xconq/ +MASTER_SITES= ftp://sourceware.cygnus.com/pub/xconq/ MAINTAINER= croyle@gelemna.ft-wayne.in.us diff -ruN xconq.old/pkg/DESCR xconq/pkg/DESCR --- xconq.old/pkg/DESCR Sun May 2 17:15:45 1999 +++ xconq/pkg/DESCR Sun Jun 27 17:05:56 1999 @@ -3,7 +3,7 @@ explains how to do this (in great detail). A large assortment of predefined game modules is included. -WWW: http://www.cygnus.com/~shebs/xconq.html +WWW: http://sourceware.cygnus.com/xconq/ - Don Croyle >Release-Note: >Audit-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 Jun 27 15:17:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from www.RCousins.com (w065.z209031225.sjc-ca.dsl.cnc.net [209.31.225.65]) by hub.freebsd.org (Postfix) with ESMTP id 75CF814CA1; Sun, 27 Jun 1999 15:17:03 -0700 (PDT) (envelope-from rec@RCousins.com) Received: from RCousins.com (gw2k [209.31.225.68]) by www.RCousins.com (8.9.0/8.9.0) with ESMTP id PAA00313; Sun, 27 Jun 1999 15:17:02 -0700 (PDT) Message-ID: <3776A2D8.5877D101@RCousins.com> Date: Sun, 27 Jun 1999 15:16:56 -0700 From: Robert Cousins Organization: Cousins Consulting X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: jmz@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: mgetty-1.1.19 -- vetty? Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------msDEB89B3F3D74F23FFD5A9BBA" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a cryptographically signed message in MIME format. --------------msDEB89B3F3D74F23FFD5A9BBA Content-Type: multipart/mixed; boundary="------------FED5A3A77E8B1C01359FD4B2" This is a multi-part message in MIME format. --------------FED5A3A77E8B1C01359FD4B2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello: I'm very interested in running vgetty on one of my FreeBSD machines so that I can use it as an answering machine/voice mail system. Do you have any plans to integrate the vgetty changes into the version of mgetty which is available? Thanks for your hard work! FreeBSD has kept me out of trouble for several years now. Thanx Bob Cousins --------------FED5A3A77E8B1C01359FD4B2 Content-Type: text/x-vcard; charset=us-ascii; name="rec.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Robert Cousins Content-Disposition: attachment; filename="rec.vcf" begin:vcard n:Cousins;Robert tel;fax:(408) 867-6956 tel;home:(408) 867-4237 tel;work:(408) 867-4237 x-mozilla-html:FALSE url:http://www.rcousins.com/rec org:Cousins Consulting adr:;;14330 Cordwood Court;Saratoga;California;95070;USA version:2.1 email;internet:rec@RCousins.com title:Principal x-mozilla-cpt:;20048 fn:Robert Cousins end:vcard --------------FED5A3A77E8B1C01359FD4B2-- --------------msDEB89B3F3D74F23FFD5A9BBA Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIIJ7AYJKoZIhvcNAQcCoIIJ3TCCCdkCAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHAaCC B+4wggS4MIIEIaADAgECAhAz36ad4dszDO5FXZmtFHrQMA0GCSqGSIb3DQEBBAUAMIHMMRcw FQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1c3QgTmV0d29y azFGMEQGA1UECxM9d3d3LnZlcmlzaWduLmNvbS9yZXBvc2l0b3J5L1JQQSBJbmNvcnAuIEJ5 IFJlZi4sTElBQi5MVEQoYyk5ODFIMEYGA1UEAxM/VmVyaVNpZ24gQ2xhc3MgMSBDQSBJbmRp dmlkdWFsIFN1YnNjcmliZXItUGVyc29uYSBOb3QgVmFsaWRhdGVkMB4XDTk5MDIxNzAwMDAw MFoXDTAwMDIxNzIzNTk1OVowggEUMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UE CxMWVmVyaVNpZ24gVHJ1c3QgTmV0d29yazFGMEQGA1UECxM9d3d3LnZlcmlzaWduLmNvbS9y ZXBvc2l0b3J5L1JQQSBJbmNvcnAuIGJ5IFJlZi4sTElBQi5MVEQoYyk5ODEeMBwGA1UECxMV UGVyc29uYSBOb3QgVmFsaWRhdGVkMTMwMQYDVQQLEypEaWdpdGFsIElEIENsYXNzIDEgLSBO ZXRzY2FwZSBGdWxsIFNlcnZpY2UxGjAYBgNVBAMUEVJvYmVydCBFLiBDb3VzaW5zMR8wHQYJ KoZIhvcNAQkBFhByZWNAcmNvdXNpbnMuY29tMFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBANpj 71VzaVM1lTYLHlapmSWkzw+If7rncnv9+gZ+tGMEzO5eBD5PhW6/jOXNBsA5DDAVZhisura7 SoshB2IH9iUCAwEAAaOCAZIwggGOMAkGA1UdEwQCMAAwga8GA1UdIASBpzCAMIAGC2CGSAGG +EUBBwEBMIAwKAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LnZlcmlzaWduLmNvbS9DUFMwYgYI KwYBBQUHAgIwVjAVFg5WZXJpU2lnbiwgSW5jLjADAgEBGj1WZXJpU2lnbidzIENQUyBpbmNv cnAuIGJ5IHJlZmVyZW5jZSBsaWFiLiBsdGQuIChjKTk3IFZlcmlTaWduAAAAAAAAMBEGCWCG SAGG+EIBAQQEAwIHgDCBhgYKYIZIAYb4RQEGAwR4FnZkNDY1MmJkNjNmMjA0NzAyOTI5ODc2 M2M5ZDJmMjc1MDY5YzczNTliZWQxYjA1OWRhNzViYzRiYzk3MDE3NDdkYTVkM2YyMTQxYmVh ZGIyYmQyZTg5MjFmYTg2YmY2ZDcxMTQ5OWFhM2JlNDRmY2YzZWE0NTBjMDMGA1UdHwQsMCow KKAmoCSGImh0dHA6Ly9jcmwudmVyaXNpZ24uY29tL2NsYXNzMS5jcmwwDQYJKoZIhvcNAQEE BQADgYEAswimlbKQ4BbURbh6VjfSubIlDwGsOrDCfkO7+FaX1QFieLWJuvjI+b3TFkv0lxWb MndRV0rGUOqlkbp/ndNZ2LW7zYaCeia++qh1JRLUdR2aT1F/0+9PaFNN1w8IRXixb4iIcGrJ bU2Q3w0t2nc6I/Q0zRzWMDItnXMOcNkb13swggMuMIICl6ADAgECAhEA0nYujRQMPX2yqCVd r+4NdTANBgkqhkiG9w0BAQIFADBfMQswCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24s IEluYy4xNzA1BgNVBAsTLkNsYXNzIDEgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBB dXRob3JpdHkwHhcNOTgwNTEyMDAwMDAwWhcNMDgwNTEyMjM1OTU5WjCBzDEXMBUGA1UEChMO VmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdvcmsxRjBEBgNV BAsTPXd3dy52ZXJpc2lnbi5jb20vcmVwb3NpdG9yeS9SUEEgSW5jb3JwLiBCeSBSZWYuLExJ QUIuTFREKGMpOTgxSDBGBgNVBAMTP1ZlcmlTaWduIENsYXNzIDEgQ0EgSW5kaXZpZHVhbCBT dWJzY3JpYmVyLVBlcnNvbmEgTm90IFZhbGlkYXRlZDCBnzANBgkqhkiG9w0BAQEFAAOBjQAw gYkCgYEAu1pEigQWu1X9A3qKLZRPFXg2uA1Ksm+cVL+86HcqnbnwaLuV2TFBcHqBS7lIE1Yt xwjhhEKrwKKSq0RcqkLwgg4C6S/7wju7vsknCl22sDZCM7VuVIhPh0q/Gdr5FegPh7Yc48zG mo5/aiSS4/zgZbqnsX7vyds3ashKyAkG5JkCAwEAAaN8MHowEQYJYIZIAYb4QgEBBAQDAgEG MEcGA1UdIARAMD4wPAYLYIZIAYb4RQEHAQEwLTArBggrBgEFBQcCARYfd3d3LnZlcmlzaWdu LmNvbS9yZXBvc2l0b3J5L1JQQTAPBgNVHRMECDAGAQH/AgEAMAsGA1UdDwQEAwIBBjANBgkq hkiG9w0BAQIFAAOBgQCIuDc73dqUNwCtqp/hgQFxHpJqbS/28Z3TymQ43BuYDAeGW4UVag+5 SYWklfEXfWe0fy0s3ZpCnsM+tI6q5QsG3vJWKvozx74Z11NMw73I4xe1pElCY+zCphcPXVga STyQXFWjZSAA/Rgg5V+CprGoksVYasGNAzzrw80FopCubjGCAcYwggHCAgEBMIHhMIHMMRcw FQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1c3QgTmV0d29y azFGMEQGA1UECxM9d3d3LnZlcmlzaWduLmNvbS9yZXBvc2l0b3J5L1JQQSBJbmNvcnAuIEJ5 IFJlZi4sTElBQi5MVEQoYyk5ODFIMEYGA1UEAxM/VmVyaVNpZ24gQ2xhc3MgMSBDQSBJbmRp dmlkdWFsIFN1YnNjcmliZXItUGVyc29uYSBOb3QgVmFsaWRhdGVkAhAz36ad4dszDO5FXZmt FHrQMAkGBSsOAwIaBQCgfTAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJ BTEPFw05OTA2MjcyMjE2NThaMB4GCSqGSIb3DQEJDzERMA8wDQYIKoZIhvcNAwICASgwIwYJ KoZIhvcNAQkEMRYEFPuVJFXHK4QRVnzxGJ/eKTFTgcOBMA0GCSqGSIb3DQEBAQUABEAyr/WW V9tvYx+4Epe2eELyrupFUuTmbwT+xKlFwt/a00HQAKLTQCudNw0khi0Hfu9ia6uY7r0VMOSc iAnDM7IU --------------msDEB89B3F3D74F23FFD5A9BBA-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 15:29:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from maile.telia.com (maile.telia.com [194.22.190.16]) by hub.freebsd.org (Postfix) with ESMTP id C202014D31 for ; Sun, 27 Jun 1999 15:29:43 -0700 (PDT) (envelope-from girgen@partitur.se) Received: from stordatan.telia.com (t4o62p11.telia.com [195.198.198.191]) by maile.telia.com (8.8.5/8.8.8) with ESMTP id AAA11425; Mon, 28 Jun 1999 00:29:33 +0200 (CEST) Received: from partitur.se (localhost [127.0.0.1]) by stordatan.telia.com (8.9.3/8.9.1) with ESMTP id AAA19166; Mon, 28 Jun 1999 00:29:09 +0200 (CEST) (envelope-from girgen@partitur.se) Message-ID: <3776A5B5.CA6E9DBF@partitur.se> Date: Mon, 28 Jun 1999 00:29:09 +0200 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 3.2-BETA i386) X-Accept-Language: sv, en MIME-Version: 1.0 To: Jun Kuriyama Cc: Ports Team Subject: Re: mod_jserv for apache References: <37758822.C4BEC2D@sky.rim.or.jp> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jun Kuriyama wrote: > > I'm ready to import a port of jserv DSO for apache. This port doesn't > include apache core modules, only jserv's DSO and documents. > > What should we choose PKGNAME for it? NetBSD has had DSO ports for some time, and they use ap-xxx, alas ap-jserv in this case. But. NetBSD is traditionally less verbose. How about 'apache-jserv'. I know that there is work going on to move most of the apache modules to dso, so this will not confuse in the long run. BTW, Do you have a separate port for the JSDK? I've had a port ready for quite some time (six months, actually!), but it never got it quite ready for prime time. The problems I see is that there are different apache binaries for the different ports (apache, ssl and frontpage). Also, where should java stuff be put in the hierarchy? I vote for $PREFIX/share something... Looking forward to install your port! Cheers! /Palle To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 15:48:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ECC8314D31; Sun, 27 Jun 1999 15:48:30 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA40455; Sun, 27 Jun 1999 15:48:30 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Sun, 27 Jun 1999 15:48:30 -0700 (PDT) From: Message-Id: <199906272248.PAA40455@freefall.freebsd.org> To: croyle@gelemna.ft-wayne.in.us, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12418: Update games/xconq mastersite and homepage Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update games/xconq mastersite and homepage State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Sun Jun 27 15:48:14 PDT 1999 State-Changed-Why: Committed, thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 16:44:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CD2C814E84; Sun, 27 Jun 1999 16:44:39 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA45566; Sun, 27 Jun 1999 16:44:39 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Sun, 27 Jun 1999 16:44:39 -0700 (PDT) From: Message-Id: <199906272344.QAA45566@freefall.freebsd.org> To: billf@FreeBSD.org, freebsd-ports@FreeBSD.org, dirk@FreeBSD.org Subject: Re: ports/12417: Replacement of databses/mysql-client Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Replacement of databses/mysql-client Responsible-Changed-From-To: freebsd-ports->dirk Responsible-Changed-By: billf Responsible-Changed-When: Sun Jun 27 14:03:31 PDT 1999 Responsible-Changed-Why: Dirk's port, plus he has patches for this. I'm sure he'll be interested in this port update. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 16:50: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 597F9151D2 for ; Sun, 27 Jun 1999 16:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA46232; Sun, 27 Jun 1999 16:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from s8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by hub.freebsd.org (Postfix) with ESMTP id 6BEC115229 for ; Sun, 27 Jun 1999 16:40:15 -0700 (PDT) (envelope-from jcw@s8-37-26.student.washington.edu) Received: (from root@localhost) by s8-37-26.student.washington.edu (8.9.3/8.9.1) id JAA13956; Sun, 27 Jun 1999 09:45:20 -0700 (PDT) (envelope-from jcw) Message-Id: <199906271645.JAA13956@s8-37-26.student.washington.edu> Date: Sun, 27 Jun 1999 09:45:20 -0700 (PDT) From: jcwells@u.washington.edu Reply-To: jcwells@u.washington.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12422: Update: Fvwm-2.2.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12422 >Category: ports >Synopsis: Update: Fvwm-2.2.2 >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 27 16:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jason C. Wells >Release: FreeBSD 3.2-STABLE 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: # # fvwm2 # fvwm2/files # fvwm2/files/md5 # fvwm2/pkg # fvwm2/pkg/COMMENT # fvwm2/pkg/DESCR # fvwm2/pkg/MESSAGE # fvwm2/pkg/PLIST # fvwm2/pkg/file # fvwm2/Makefile # fvwm2/sharfile # echo c - fvwm2 mkdir -p fvwm2 > /dev/null 2>&1 echo c - fvwm2/files mkdir -p fvwm2/files > /dev/null 2>&1 echo x - fvwm2/files/md5 sed 's/^X//' >fvwm2/files/md5 << 'END-of-fvwm2/files/md5' XMD5 (fvwm-2.2.2.tar.gz) = 684c5100084c5958ca2cb74780e615d9 END-of-fvwm2/files/md5 echo c - fvwm2/pkg mkdir -p fvwm2/pkg > /dev/null 2>&1 echo x - fvwm2/pkg/COMMENT sed 's/^X//' >fvwm2/pkg/COMMENT << 'END-of-fvwm2/pkg/COMMENT' XFVWM is a virtual window manager for Xwindows. END-of-fvwm2/pkg/COMMENT echo x - fvwm2/pkg/DESCR sed 's/^X//' >fvwm2/pkg/DESCR << 'END-of-fvwm2/pkg/DESCR' XFvwm is a very famous window manager for X, which provides a Xvirtual/multiple disjoint desktop, a 3-D look for windows decorations, Xshaped/color icons. It gives a very good emulation of mwm. A nice Xbutton-bar can be used to provide convenient access to frequently used Xfunctions or programs. X XSee the official Fvwm home page: http://fvwm.math.uh.edu/ X XJason C. Wells Xjcwells@u.washington.edu END-of-fvwm2/pkg/DESCR echo x - fvwm2/pkg/MESSAGE sed 's/^X//' >fvwm2/pkg/MESSAGE << 'END-of-fvwm2/pkg/MESSAGE' X XNotes for XFree86 3.3/3.3.1 and LANG=ja_JP.EUC: X XThere are some bug (?) in already released XFree86 based on X11R6.3, i.e., XXFree86 3.3 and XFree86 3.3.1, when X client runs under LANG=ja_JP.EUC. X XIf you wanna use this fvwm2 with LANG=ja_JP.EUC (which means "run fvwm2, Xwith environment variable 'LANG' is set to 'ja_JP.EUC' to enable to display XJapanese Kanji/Hiragana/Katakana characters"), apply following patch to X/usr/X11R6/lib/X11/locale/ja/XLC_LOCALE (or equivalent). X X*** lib/X11/locale/ja/XLC_LOCALE.dist Mon Aug 4 16:44:48 1997 X--- lib/X11/locale/ja/XLC_LOCALE Wed Oct 8 01:28:00 1997 X*************** X*** 35,40 **** X--- 35,41 ---- X } X font { X primary JISX0201.1976-0:GR X+ substitute JISX0201.1976-0:GR X vertical_rotate all X } X } END-of-fvwm2/pkg/MESSAGE echo x - fvwm2/pkg/PLIST sed 's/^X//' >fvwm2/pkg/PLIST << 'END-of-fvwm2/pkg/PLIST' Xbin/fvwm2 Xbin/xpmroot Xlib/X11/fvwm2/pixmaps/Jlock.xpm Xlib/X11/fvwm2/pixmaps/Jnews.xpm Xlib/X11/fvwm2/pixmaps/Jrecycle.xpm Xlib/X11/fvwm2/pixmaps/Jxlock.xpm Xlib/X11/fvwm2/pixmaps/Monitor.xpm Xlib/X11/fvwm2/pixmaps/Mosaic.xpm Xlib/X11/fvwm2/pixmaps/arrdown2.xpm Xlib/X11/fvwm2/pixmaps/arrows2.xpm Xlib/X11/fvwm2/pixmaps/arrup2.xpm Xlib/X11/fvwm2/pixmaps/bomb.xpm Xlib/X11/fvwm2/pixmaps/button-close.xpm Xlib/X11/fvwm2/pixmaps/button-horiz.xpm Xlib/X11/fvwm2/pixmaps/button-max.xpm Xlib/X11/fvwm2/pixmaps/button-vert.xpm Xlib/X11/fvwm2/pixmaps/button.xpm Xlib/X11/fvwm2/pixmaps/clamp.xpm Xlib/X11/fvwm2/pixmaps/colormap.xpm Xlib/X11/fvwm2/pixmaps/datebook.xpm Xlib/X11/fvwm2/pixmaps/desk.xpm Xlib/X11/fvwm2/pixmaps/dialog_box.xpm Xlib/X11/fvwm2/pixmaps/doomface.xpm Xlib/X11/fvwm2/pixmaps/editres.xpm Xlib/X11/fvwm2/pixmaps/eps.xpm Xlib/X11/fvwm2/pixmaps/exit.xpm Xlib/X11/fvwm2/pixmaps/flow_chart.xpm Xlib/X11/fvwm2/pixmaps/folder2.xpm Xlib/X11/fvwm2/pixmaps/folders.xpm Xlib/X11/fvwm2/pixmaps/fvwm.xpm Xlib/X11/fvwm2/pixmaps/fvwm2.xpm Xlib/X11/fvwm2/pixmaps/fvwm2_big.xpm Xlib/X11/fvwm2/pixmaps/fvwm3.xpm Xlib/X11/fvwm2/pixmaps/gnu-animal.xpm Xlib/X11/fvwm2/pixmaps/graphs.xpm Xlib/X11/fvwm2/pixmaps/jball.xpm Xlib/X11/fvwm2/pixmaps/jbomb.xpm Xlib/X11/fvwm2/pixmaps/jbook1.xpm Xlib/X11/fvwm2/pixmaps/jbook2.xpm Xlib/X11/fvwm2/pixmaps/jcalc.xpm Xlib/X11/fvwm2/pixmaps/jclock.xpm Xlib/X11/fvwm2/pixmaps/jf.xpm Xlib/X11/fvwm2/pixmaps/jgraph.xpm Xlib/X11/fvwm2/pixmaps/jline.xpm Xlib/X11/fvwm2/pixmaps/jlower.xpm Xlib/X11/fvwm2/pixmaps/jmag.xpm Xlib/X11/fvwm2/pixmaps/jmail.xpm Xlib/X11/fvwm2/pixmaps/jmove.xpm Xlib/X11/fvwm2/pixmaps/jpaint.xpm Xlib/X11/fvwm2/pixmaps/jraise.xpm Xlib/X11/fvwm2/pixmaps/jresize.xpm Xlib/X11/fvwm2/pixmaps/jterm.xpm Xlib/X11/fvwm2/pixmaps/jwindow.xpm Xlib/X11/fvwm2/pixmaps/jx.xpm Xlib/X11/fvwm2/pixmaps/mag_glass.xpm Xlib/X11/fvwm2/pixmaps/mail1.xpm Xlib/X11/fvwm2/pixmaps/mail2.xpm Xlib/X11/fvwm2/pixmaps/map.xpm Xlib/X11/fvwm2/pixmaps/math4.xpm Xlib/X11/fvwm2/pixmaps/mini.audiovol.xpm Xlib/X11/fvwm2/pixmaps/mini.blah.xpm Xlib/X11/fvwm2/pixmaps/mini.bomb.xpm Xlib/X11/fvwm2/pixmaps/mini.checkmark.xpm Xlib/X11/fvwm2/pixmaps/mini.cut.xpm Xlib/X11/fvwm2/pixmaps/mini.destroy.xpm Xlib/X11/fvwm2/pixmaps/mini.directory.xpm Xlib/X11/fvwm2/pixmaps/mini.dirlink.xpm Xlib/X11/fvwm2/pixmaps/mini.excl.xpm Xlib/X11/fvwm2/pixmaps/mini.exit.xpm Xlib/X11/fvwm2/pixmaps/mini.eye.xpm Xlib/X11/fvwm2/pixmaps/mini.file.xpm Xlib/X11/fvwm2/pixmaps/mini.filelink.xpm Xlib/X11/fvwm2/pixmaps/mini.fvwm.xpm Xlib/X11/fvwm2/pixmaps/mini.iconify.xpm Xlib/X11/fvwm2/pixmaps/mini.letter.xpm Xlib/X11/fvwm2/pixmaps/mini.lower.xpm Xlib/X11/fvwm2/pixmaps/mini.maximize-horiz.xpm Xlib/X11/fvwm2/pixmaps/mini.maximize-vert.xpm Xlib/X11/fvwm2/pixmaps/mini.maximize.xpm Xlib/X11/fvwm2/pixmaps/mini.maximize2.xpm Xlib/X11/fvwm2/pixmaps/mini.move.xpm Xlib/X11/fvwm2/pixmaps/mini.netscape.xpm Xlib/X11/fvwm2/pixmaps/mini.rainbow.xpm Xlib/X11/fvwm2/pixmaps/mini.raise.xpm Xlib/X11/fvwm2/pixmaps/mini.refresh.xpm Xlib/X11/fvwm2/pixmaps/mini.resize.xpm Xlib/X11/fvwm2/pixmaps/mini.resize2.xpm Xlib/X11/fvwm2/pixmaps/mini.stick.xpm Xlib/X11/fvwm2/pixmaps/mini.stick2.xpm Xlib/X11/fvwm2/pixmaps/mini.stickpressed.xpm Xlib/X11/fvwm2/pixmaps/mini.winXX-close.xpm Xlib/X11/fvwm2/pixmaps/mini.winXX-maximize.xpm Xlib/X11/fvwm2/pixmaps/mini.winXX-minimize.xpm Xlib/X11/fvwm2/pixmaps/mini.xarchie.xpm Xlib/X11/fvwm2/pixmaps/mini.xbiff.xpm Xlib/X11/fvwm2/pixmaps/mini.xboing.xpm Xlib/X11/fvwm2/pixmaps/mini.xlock.xpm Xlib/X11/fvwm2/pixmaps/mini.xmag.xpm Xlib/X11/fvwm2/pixmaps/mini.xman.xpm Xlib/X11/fvwm2/pixmaps/mini.xpaint.xpm Xlib/X11/fvwm2/pixmaps/mini.xpm Xlib/X11/fvwm2/pixmaps/mini.xterm.xpm Xlib/X11/fvwm2/pixmaps/mini.zircon.xpm Xlib/X11/fvwm2/pixmaps/page.xpm Xlib/X11/fvwm2/pixmaps/page2.xpm Xlib/X11/fvwm2/pixmaps/ps.xpm Xlib/X11/fvwm2/pixmaps/question.xpm Xlib/X11/fvwm2/pixmaps/rbomb.xpm Xlib/X11/fvwm2/pixmaps/rcalc.xpm Xlib/X11/fvwm2/pixmaps/rterm.xpm Xlib/X11/fvwm2/pixmaps/side.fvwm2.xpm Xlib/X11/fvwm2/pixmaps/term.xpm Xlib/X11/fvwm2/pixmaps/tiff2.xpm Xlib/X11/fvwm2/pixmaps/toolbox.xpm Xlib/X11/fvwm2/pixmaps/unknown1.xpm Xlib/X11/fvwm2/pixmaps/wierd_page3.xpm Xlib/X11/fvwm2/pixmaps/word_processor.xpm Xlib/X11/fvwm2/pixmaps/world.xpm Xlib/X11/fvwm2/pixmaps/xcalc.xpm Xlib/X11/fvwm2/pixmaps/xemacs.xpm Xlib/X11/fvwm2/pixmaps/xlock.xpm Xlib/X11/fvwm2/pixmaps/xman.xpm Xlib/X11/fvwm2/pixmaps/xpaint.xpm Xlib/X11/fvwm2/pixmaps/xterm-axp.xpm Xlib/X11/fvwm2/pixmaps/xterm-blank.xpm Xlib/X11/fvwm2/pixmaps/xterm-bsd.xpm Xlib/X11/fvwm2/pixmaps/xterm-dec.xpm Xlib/X11/fvwm2/pixmaps/xterm-linux.xpm Xlib/X11/fvwm2/pixmaps/xterm-sgi.xpm Xlib/X11/fvwm2/pixmaps/xterm-sol.xpm Xlib/X11/fvwm2/pixmaps/xterm-sun.xpm Xlib/X11/fvwm2/pixmaps/xterm.xpm Xlib/X11/fvwm2/pixmaps/xv.xpm Xlib/X11/fvwm2/pixmaps/xv2.xpm Xlib/X11/fvwm2/pixmaps/default.xbm Xlib/X11/fvwm2/pixmaps/fvwm.bitmap Xlib/X11/fvwm2/pixmaps/ccode.icon Xlib/X11/fvwm2/pixmaps/hcode.icon Xlib/X11/fvwm2/pixmaps/ocode.icon Xlib/X11/fvwm2/pixmaps/prog.icon Xlibexec/fvwm/2.2.2/FvwmAnimate Xlibexec/fvwm/2.2.2/FvwmAudio Xlibexec/fvwm/2.2.2/FvwmAuto Xlibexec/fvwm/2.2.2/FvwmBacker Xlibexec/fvwm/2.2.2/FvwmBanner Xlibexec/fvwm/2.2.2/FvwmButtons Xlibexec/fvwm/2.2.2/FvwmCpp Xlibexec/fvwm/2.2.2/FvwmEvent Xlibexec/fvwm/2.2.2/FvwmForm Xlibexec/fvwm/2.2.2/FvwmIconBox Xlibexec/fvwm/2.2.2/FvwmIconMan Xlibexec/fvwm/2.2.2/FvwmIdent Xlibexec/fvwm/2.2.2/FvwmM4 Xlibexec/fvwm/2.2.2/FvwmPager Xlibexec/fvwm/2.2.2/FvwmRearrange Xlibexec/fvwm/2.2.2/FvwmCascade Xlibexec/fvwm/2.2.2/FvwmTile Xlibexec/fvwm/2.2.2/FvwmSave Xlibexec/fvwm/2.2.2/FvwmSaveDesk Xlibexec/fvwm/2.2.2/FvwmScroll Xlibexec/fvwm/2.2.2/FvwmTalk Xlibexec/fvwm/2.2.2/FvwmWinList Xman/man1/FvwmAudio.1.gz Xman/man1/FvwmBacker.1.gz Xman/man1/FvwmBanner.1.gz Xman/man1/FvwmButtons.1.gz Xman/man1/FvwmCpp.1.gz Xman/man1/FvwmEvent.1.gz Xman/man1/FvwmForm.1.gz Xman/man1/FvwmIconMan.1.gz Xman/man1/FvwmIdent.1.gz Xman/man1/FvwmM4.1.gz Xman/man1/FvwmPager.1.gz Xman/man1/FvwmRearrange.1.gz Xman/man1/FvwmSave.1.gz Xman/man1/FvwmSaveDesk.1.gz Xman/man1/FvwmScroll.1.gz Xman/man1/FvwmTalk.1.gz Xman/man1/fvwm2.1.gz Xman/man1/xpmroot.1.gz Xman/man1/FvwmAnimate.1.gz Xman/man1/FvwmAuto.1.gz Xman/man1/FvwmIconBox.1.gz Xman/man1/FvwmWinList.1.gz X@dirrm lib/X11/fvwm2/pixmaps X@dirrm lib/X11/fvwm2 X@dirrm libexec/fvwm/2.2.2 X@dirrm libexec/fvwm END-of-fvwm2/pkg/PLIST echo x - fvwm2/pkg/file sed 's/^X//' >fvwm2/pkg/file << 'END-of-fvwm2/pkg/file' Xbin/fvwm2 Xbin/xpmroot Xlib/X11/fvwm2/pixmaps/Jlock.xpm Xlib/X11/fvwm2/pixmaps/Jnews.xpm Xlib/X11/fvwm2/pixmaps/Jrecycle.xpm Xlib/X11/fvwm2/pixmaps/Jxlock.xpm Xlib/X11/fvwm2/pixmaps/Monitor.xpm Xlib/X11/fvwm2/pixmaps/Mosaic.xpm Xlib/X11/fvwm2/pixmaps/arrdown2.xpm Xlib/X11/fvwm2/pixmaps/arrows2.xpm Xlib/X11/fvwm2/pixmaps/arrup2.xpm Xlib/X11/fvwm2/pixmaps/bomb.xpm Xlib/X11/fvwm2/pixmaps/button-close.xpm Xlib/X11/fvwm2/pixmaps/button-horiz.xpm Xlib/X11/fvwm2/pixmaps/button-max.xpm Xlib/X11/fvwm2/pixmaps/button-vert.xpm Xlib/X11/fvwm2/pixmaps/button.xpm Xlib/X11/fvwm2/pixmaps/clamp.xpm Xlib/X11/fvwm2/pixmaps/colormap.xpm Xlib/X11/fvwm2/pixmaps/datebook.xpm Xlib/X11/fvwm2/pixmaps/desk.xpm Xlib/X11/fvwm2/pixmaps/dialog_box.xpm Xlib/X11/fvwm2/pixmaps/doomface.xpm Xlib/X11/fvwm2/pixmaps/editres.xpm Xlib/X11/fvwm2/pixmaps/eps.xpm Xlib/X11/fvwm2/pixmaps/exit.xpm Xlib/X11/fvwm2/pixmaps/flow_chart.xpm Xlib/X11/fvwm2/pixmaps/folder2.xpm Xlib/X11/fvwm2/pixmaps/folders.xpm Xlib/X11/fvwm2/pixmaps/fvwm.xpm Xlib/X11/fvwm2/pixmaps/fvwm2.xpm Xlib/X11/fvwm2/pixmaps/fvwm2_big.xpm Xlib/X11/fvwm2/pixmaps/fvwm3.xpm Xlib/X11/fvwm2/pixmaps/gnu-animal.xpm Xlib/X11/fvwm2/pixmaps/graphs.xpm Xlib/X11/fvwm2/pixmaps/jball.xpm Xlib/X11/fvwm2/pixmaps/jbomb.xpm Xlib/X11/fvwm2/pixmaps/jbook1.xpm Xlib/X11/fvwm2/pixmaps/jbook2.xpm Xlib/X11/fvwm2/pixmaps/jcalc.xpm Xlib/X11/fvwm2/pixmaps/jclock.xpm Xlib/X11/fvwm2/pixmaps/jf.xpm Xlib/X11/fvwm2/pixmaps/jgraph.xpm Xlib/X11/fvwm2/pixmaps/jline.xpm Xlib/X11/fvwm2/pixmaps/jlower.xpm Xlib/X11/fvwm2/pixmaps/jmag.xpm Xlib/X11/fvwm2/pixmaps/jmail.xpm Xlib/X11/fvwm2/pixmaps/jmove.xpm Xlib/X11/fvwm2/pixmaps/jpaint.xpm Xlib/X11/fvwm2/pixmaps/jraise.xpm Xlib/X11/fvwm2/pixmaps/jresize.xpm Xlib/X11/fvwm2/pixmaps/jterm.xpm Xlib/X11/fvwm2/pixmaps/jwindow.xpm Xlib/X11/fvwm2/pixmaps/jx.xpm Xlib/X11/fvwm2/pixmaps/mag_glass.xpm Xlib/X11/fvwm2/pixmaps/mail1.xpm Xlib/X11/fvwm2/pixmaps/mail2.xpm Xlib/X11/fvwm2/pixmaps/map.xpm Xlib/X11/fvwm2/pixmaps/math4.xpm Xlib/X11/fvwm2/pixmaps/mini.audiovol.xpm Xlib/X11/fvwm2/pixmaps/mini.blah.xpm Xlib/X11/fvwm2/pixmaps/mini.bomb.xpm Xlib/X11/fvwm2/pixmaps/mini.checkmark.xpm Xlib/X11/fvwm2/pixmaps/mini.cut.xpm Xlib/X11/fvwm2/pixmaps/mini.destroy.xpm Xlib/X11/fvwm2/pixmaps/mini.directory.xpm Xlib/X11/fvwm2/pixmaps/mini.dirlink.xpm Xlib/X11/fvwm2/pixmaps/mini.excl.xpm Xlib/X11/fvwm2/pixmaps/mini.exit.xpm Xlib/X11/fvwm2/pixmaps/mini.eye.xpm Xlib/X11/fvwm2/pixmaps/mini.file.xpm Xlib/X11/fvwm2/pixmaps/mini.filelink.xpm Xlib/X11/fvwm2/pixmaps/mini.fvwm.xpm Xlib/X11/fvwm2/pixmaps/mini.iconify.xpm Xlib/X11/fvwm2/pixmaps/mini.letter.xpm Xlib/X11/fvwm2/pixmaps/mini.lower.xpm Xlib/X11/fvwm2/pixmaps/mini.maximize-horiz.xpm Xlib/X11/fvwm2/pixmaps/mini.maximize-vert.xpm Xlib/X11/fvwm2/pixmaps/mini.maximize.xpm Xlib/X11/fvwm2/pixmaps/mini.maximize2.xpm Xlib/X11/fvwm2/pixmaps/mini.move.xpm Xlib/X11/fvwm2/pixmaps/mini.netscape.xpm Xlib/X11/fvwm2/pixmaps/mini.rainbow.xpm Xlib/X11/fvwm2/pixmaps/mini.raise.xpm Xlib/X11/fvwm2/pixmaps/mini.refresh.xpm Xlib/X11/fvwm2/pixmaps/mini.resize.xpm Xlib/X11/fvwm2/pixmaps/mini.resize2.xpm Xlib/X11/fvwm2/pixmaps/mini.stick.xpm Xlib/X11/fvwm2/pixmaps/mini.stick2.xpm Xlib/X11/fvwm2/pixmaps/mini.stickpressed.xpm Xlib/X11/fvwm2/pixmaps/mini.winXX-close.xpm Xlib/X11/fvwm2/pixmaps/mini.winXX-maximize.xpm Xlib/X11/fvwm2/pixmaps/mini.winXX-minimize.xpm Xlib/X11/fvwm2/pixmaps/mini.xarchie.xpm Xlib/X11/fvwm2/pixmaps/mini.xbiff.xpm Xlib/X11/fvwm2/pixmaps/mini.xboing.xpm Xlib/X11/fvwm2/pixmaps/mini.xlock.xpm Xlib/X11/fvwm2/pixmaps/mini.xmag.xpm Xlib/X11/fvwm2/pixmaps/mini.xman.xpm Xlib/X11/fvwm2/pixmaps/mini.xpaint.xpm Xlib/X11/fvwm2/pixmaps/mini.xpm Xlib/X11/fvwm2/pixmaps/mini.xterm.xpm Xlib/X11/fvwm2/pixmaps/mini.zircon.xpm Xlib/X11/fvwm2/pixmaps/page.xpm Xlib/X11/fvwm2/pixmaps/page2.xpm Xlib/X11/fvwm2/pixmaps/ps.xpm Xlib/X11/fvwm2/pixmaps/question.xpm Xlib/X11/fvwm2/pixmaps/rbomb.xpm Xlib/X11/fvwm2/pixmaps/rcalc.xpm Xlib/X11/fvwm2/pixmaps/rterm.xpm Xlib/X11/fvwm2/pixmaps/side.fvwm2.xpm Xlib/X11/fvwm2/pixmaps/term.xpm Xlib/X11/fvwm2/pixmaps/tiff2.xpm Xlib/X11/fvwm2/pixmaps/toolbox.xpm Xlib/X11/fvwm2/pixmaps/unknown1.xpm Xlib/X11/fvwm2/pixmaps/wierd_page3.xpm Xlib/X11/fvwm2/pixmaps/word_processor.xpm Xlib/X11/fvwm2/pixmaps/world.xpm Xlib/X11/fvwm2/pixmaps/xcalc.xpm Xlib/X11/fvwm2/pixmaps/xemacs.xpm Xlib/X11/fvwm2/pixmaps/xlock.xpm Xlib/X11/fvwm2/pixmaps/xman.xpm Xlib/X11/fvwm2/pixmaps/xpaint.xpm Xlib/X11/fvwm2/pixmaps/xterm-axp.xpm Xlib/X11/fvwm2/pixmaps/xterm-blank.xpm Xlib/X11/fvwm2/pixmaps/xterm-bsd.xpm Xlib/X11/fvwm2/pixmaps/xterm-dec.xpm Xlib/X11/fvwm2/pixmaps/xterm-linux.xpm Xlib/X11/fvwm2/pixmaps/xterm-sgi.xpm Xlib/X11/fvwm2/pixmaps/xterm-sol.xpm Xlib/X11/fvwm2/pixmaps/xterm-sun.xpm Xlib/X11/fvwm2/pixmaps/xterm.xpm Xlib/X11/fvwm2/pixmaps/xv.xpm Xlib/X11/fvwm2/pixmaps/xv2.xpm Xlib/X11/fvwm2/pixmaps/default.xbm Xlib/X11/fvwm2/pixmaps/fvwm.bitmap Xlib/X11/fvwm2/pixmaps/ccode.icon Xlib/X11/fvwm2/pixmaps/hcode.icon Xlib/X11/fvwm2/pixmaps/ocode.icon Xlib/X11/fvwm2/pixmaps/prog.icon Xlibexec/fvwm/2.2.2/FvwmAnimate Xlibexec/fvwm/2.2.2/FvwmAudio Xlibexec/fvwm/2.2.2/FvwmAuto Xlibexec/fvwm/2.2.2/FvwmBacker Xlibexec/fvwm/2.2.2/FvwmBanner Xlibexec/fvwm/2.2.2/FvwmButtons Xlibexec/fvwm/2.2.2/FvwmCpp Xlibexec/fvwm/2.2.2/FvwmEvent Xlibexec/fvwm/2.2.2/FvwmForm Xlibexec/fvwm/2.2.2/FvwmIconBox Xlibexec/fvwm/2.2.2/FvwmIconMan Xlibexec/fvwm/2.2.2/FvwmIdent Xlibexec/fvwm/2.2.2/FvwmM4 Xlibexec/fvwm/2.2.2/FvwmPager Xlibexec/fvwm/2.2.2/FvwmRearrange Xlibexec/fvwm/2.2.2/FvwmCascade Xlibexec/fvwm/2.2.2/FvwmTile Xlibexec/fvwm/2.2.2/FvwmSave Xlibexec/fvwm/2.2.2/FvwmSaveDesk Xlibexec/fvwm/2.2.2/FvwmScroll Xlibexec/fvwm/2.2.2/FvwmTalk Xlibexec/fvwm/2.2.2/FvwmWinList Xman/man1/FvwmAudio.1.gz Xman/man1/FvwmBacker.1.gz Xman/man1/FvwmBanner.1.gz Xman/man1/FvwmButtons.1.gz Xman/man1/FvwmCpp.1.gz Xman/man1/FvwmEvent.1.gz Xman/man1/FvwmForm.1.gz Xman/man1/FvwmIconMan.1.gz Xman/man1/FvwmIdent.1.gz Xman/man1/FvwmM4.1.gz Xman/man1/FvwmPager.1.gz Xman/man1/FvwmRearrange.1.gz Xman/man1/FvwmSave.1.gz Xman/man1/FvwmSaveDesk.1.gz Xman/man1/FvwmScroll.1.gz Xman/man1/FvwmTalk.1.gz Xman/man1/fvwm2.1.gz Xman/man1/xpmroot.1.gz Xman/man1/FvwmAnimate.1.gz Xman/man1/FvwmAuto.1.gz Xman/man1/FvwmIconBox.1.gz Xman/man1/FvwmWinList.1.gz X@dirrm lib/X11/fvwm2/pixmaps X@dirrm lib/X11/fvwm2 X@dirrm libexec/fvwm/2.2.2 X@dirrm libexec/fvwm END-of-fvwm2/pkg/file echo x - fvwm2/Makefile sed 's/^X//' >fvwm2/Makefile << 'END-of-fvwm2/Makefile' X# New ports collection makefile for: Fvwm2 X# Version required: 2.2.2 X# Date created: 20 Jan 1996 X# Whom: peter X# X# $Id: Makefile,v 1.16 1999/05/04 22:26:56 steve Exp $ X# X XDISTNAME= fvwm-2.2.2 XCATEGORIES= x11-wm XMASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ X XMAINTAINER= jcwells@u.washington.edu X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm X XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes XUSE_GMAKE= yes X XMAN1= FvwmAudio.1 FvwmBacker.1 FvwmBanner.1 FvwmButtons.1 \ X FvwmCpp.1 FvwmEvent.1 FvwmForm.1 FvwmIconMan.1 \ X FvwmIdent.1 FvwmM4.1 FvwmPager.1 FvwmRearrange.1 \ X FvwmSave.1 FvwmSaveDesk.1 FvwmScroll.1 FvwmTalk.1 \ X fvwm2.1 xpmroot.1 FvwmAnimate.1 FvwmAuto.1 \ X FvwmIconBox.1 FvwmWinList.1 X Xpost-install: X @${MKDIR} ${PREFIX}/lib/X11/fvwm2/pixmaps X ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${WRKSRC}/icons/*.xbm \ X ${WRKSRC}/icons/*.bitmap ${WRKSRC}/icons/*.icon \ X ${PREFIX}/lib/X11/fvwm2/pixmaps X @${CAT} ${PKGDIR}/MESSAGE X X.include END-of-fvwm2/Makefile echo x - fvwm2/sharfile sed 's/^X//' >fvwm2/sharfile << 'END-of-fvwm2/sharfile' END-of-fvwm2/sharfile 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 Sun Jun 27 16:58:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A9955151D2; Sun, 27 Jun 1999 16:58:07 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA46794; Sun, 27 Jun 1999 16:58:07 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Sun, 27 Jun 1999 16:58:07 -0700 (PDT) From: Message-Id: <199906272358.QAA46794@freefall.freebsd.org> To: jcwells@u.washington.edu, billf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12422: Update: Fvwm-2.2.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: Fvwm-2.2.2 State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Sun Jun 27 16:57:07 PDT 1999 State-Changed-Why: Please submit in 'diff -ruN' format as specified in the handbook. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 17: 0: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 38BDA151E3 for ; Sun, 27 Jun 1999 17:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA46960; Sun, 27 Jun 1999 17:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 27 Jun 1999 17:00:02 -0700 (PDT) Message-Id: <199906280000.RAA46960@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: Re: ports/12422: Update: Fvwm-2.2.2 Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12422; it has been noted by GNATS. From: Chris Piazza To: jcwells@u.washington.edu Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/12422: Update: Fvwm-2.2.2 Date: Sun, 27 Jun 1999 16:57:35 -0700 On Sun, Jun 27, 1999 at 09:45:20AM -0700, jcwells@u.washington.edu wrote: > > # This is a shell archive. Save it in a file, remove anything before Please resubmit this as a patch from the version already in the tree. diff -u fvwm2.old fvwm2 > fvwm2.patch and submit the patchfile. -Chris -- cpiazza@home.net cpiazza@FreeBSD.org "Life is divided into the horrible and the miserable." -Woody Allen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 17: 2:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from qix.jmz.org (hibou.obs-besancon.fr [193.52.184.7]) by hub.freebsd.org (Postfix) with ESMTP id 9FDA4151E3 for ; Sun, 27 Jun 1999 17:02:22 -0700 (PDT) (envelope-from jmz@FreeBSD.ORG) Received: (from jmz@localhost) by qix.jmz.org (8.9.3/8.9.3) id CAA40880; Mon, 28 Jun 1999 02:04:23 +0200 (MET DST) (envelope-from jmz@FreeBSD.ORG) Date: Mon, 28 Jun 1999 02:04:23 +0200 (MET DST) Message-Id: <199906280004.CAA40880@qix.jmz.org> From: Jean-Marc Zucconi To: rec@RCousins.com Cc: ports@FreeBSD.ORG In-reply-to: <3776A2D8.5877D101@RCousins.com> (message from Robert Cousins on Sun, 27 Jun 1999 15:16:56 -0700) Subject: Re: FreeBSD Port: mgetty-1.1.19 -- vetty? X-Mailer: Emacs References: <3776A2D8.5877D101@RCousins.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> Robert Cousins writes: > Hello: > I'm very interested in running vgetty on one of my FreeBSD > machines so that I can use it as an answering machine/voice mail > system. Do you have any plans to integrate the vgetty changes into > the version of mgetty which is available? vgetty is part of the package: revision 1.6 date: 1998/01/26 10:14:38; author: vanilla; state: Exp; lines: +1 -1 Upgrade to 1.1.11, enable voice extension. Jean-Marc -- Jean-Marc Zucconi PGP Key: finger jmz@FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 17:10: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A32E1520A for ; Sun, 27 Jun 1999 17:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA48096; Sun, 27 Jun 1999 17:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from bogslab.ucdavis.edu (bogslab.ucdavis.edu [169.237.68.34]) by hub.freebsd.org (Postfix) with ESMTP id D6E6A1521B for ; Sun, 27 Jun 1999 17:07:50 -0700 (PDT) (envelope-from greg@bogslab.ucdavis.edu) Received: from deal1.bogs.org (deal1.bogs.org [198.137.203.51]) by bogslab.ucdavis.edu (8.9.3/8.9.3) with ESMTP id RAA27076 for ; Sun, 27 Jun 1999 17:07:45 -0700 (PDT) Received: from deal1.bogs.org (LOCALHOST [127.0.0.1]) by deal1.bogs.org (8.8.8/8.6.12) with ESMTP id RAA16466 for ; Sun, 27 Jun 1999 17:07:43 -0700 (PDT) Message-Id: <199906280007.RAA16466@deal1.bogs.org> Date: Sun, 27 Jun 1999 17:07:43 -0700 From: gkshenaut@ucdavis.edu Reply-To: gkshenaut@ucdavis.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12423: the graphviz port is broken and out of date Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12423 >Category: ports >Synopsis: the graphviz port is broken and out of date >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 27 17:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Greg Shenaut >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: Pentium running full vanilla 3.2-release with complete x src distribution. >Description: The graphviz port requires that a file be fetched manually after registering. the distribution that the port is based on is graphviz_1_21.src.unix.tgz, but the most recent version is graphviz_1_4.src.unix.tgz. I fetched the 1.21 file, and some of it compiled, but the "lefty" program fails to compile because the file "g.h", which is part of it, includes a number of nonexistent files, for example , , and a bunch of files under Xaw: and so on. If there is a port that contains these files, then it should be a dependency of graphviz, I think. Anyway, I don't know where to get the missing include files. I also downloaded the 1.4 version, and found that its g.h includes the same bunch of nonexistent files. However, by using the freebsd.i386 "makearch" file from the port, and tweaking the Config.mk file, I was able to get the libraries and the "neato" command, which is the only one I absolutely require at present, to compile. >How-To-Repeat: [manually put graphviz_1_21.src.unix.tgz into /usr/ports/distfiles] cd /usr/ports/graphics/graphviz ; make >Fix: ??? >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 17:20: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 715D71521F for ; Sun, 27 Jun 1999 17:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA49412; Sun, 27 Jun 1999 17:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 8666E15212; Sun, 27 Jun 1999 17:15:08 -0700 (PDT) Message-Id: <19990628001508.8666E15212@hub.freebsd.org> Date: Sun, 27 Jun 1999 17:15:08 -0700 (PDT) From: mac@jp.freebsd.org To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12424: Update Ports:x11-wm/windowmaker-i18n to 0.60.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12424 >Category: ports >Synopsis: Update Ports:x11-wm/windowmaker-i18n to 0.60.0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 27 17:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Masahide NODA >Release: 3.2-STABLE >Organization: >Environment: FreeBSD daemon.pssys.flab.fujitsu.co.jp 3.2-STABLE FreeBSD 3.2-STABLE #11: Mon Jun 21 14:47:04 JST 1999 mac@daemon.pssys.flab.fujitsu.co.jp:/usr1/src/sys/compile/DAEMON i386 >Description: I'm maintaner of this ports. I updated - Window Maker to 0.60.0 - including libwraster.so* (for wdm and etc.) >How-To-Repeat: >Fix: please apply this patch ----- begin 644 windowmaker-i18n.ports.diff.gz M'XL(`!2^=C<``\U:6V_;1A9^EG[%K.(4R!$E2H$`RY;L*I5E0Y)K=Q%` MH,B11)NWDE1D-\C^M@W08E$$;8HT17>!_1_[NF=F*(G4E8W[L)8@+$0U%">?I[=)1%3U`'SY#G^F&`=->RL!Z:KH/LN?XCUZ]FKJDH MPM\'L>$$$7D(WX?8(>@L]P1]C?V`$/KXVZGI8Z.:$7A%YH5L?O-828`QD-[0 M0HQT'\,%^C-2$773UP;>C.VIA_=>OS(QW@8&&"E,8P2P$'+J*+Y MQ`^!D%=4.M>"H!3`;$(Y,ELX1LU[#QUD499KM'K]3OV\68M/C(OTY2Z_.F.# MJP:>(_+;Z.F<\KOHV:Q/ZOWFV46WU>S5,O>BR,WL^&)FT7F]UV]V![U6GR`. MWL3:@^M6IW%Q?5[_JME]BUYE428S"KUJH6!/`\P/?-^\PPX_=OE;K^!- MAX5;C??<`EU\23T4590GEPI=_JM>J]9.W@3 MW;U%J'UQ4F]'O8O[:%(GEY>G[?I9KY;C6O'1@NGHUM3`.00JD-%V8M0RASG& MH-WJG%W5`6%@A`,T,M'(1Q,?F2&ZU08O+_GFU0FZA?D9SB.>#SGF?>VYAFF#\HR@_L MSM,"B@0E/X<,S6!XY#I$/[)'7]8'L$WJ[8NSTU9[XTZ]U<1L?C>,;+=;32)F MX,T1,B!*.-AXEB1ZCK[X`AV\27:^17^IH1RX`]GKI*.7)SMQ!73PIGG3[]9/ M^H/>U>G-VZSQQY($B5E!P3:4]5B^&-J1)A:83$\+:9Y`(A+%:E&NRKORQ)+N M'((R210(\H,"6:):E.*)@N8)FB:X\X:"GJVO`1]J/C_\3GJ.:FB$=4-72H(N MP:>B:II85F5!DC4-:Q6](FUE`@L9YZ,K<@EC1=/EH5%4M)%<4K1AT=!+%:-< MU$9J-K^!#UGI.!,LEE1%$LJ&7#(445-4=:0/A\*PHHR4D6@(6YF`N\3YJ!+H M@8NJ(ABB@759%E1#T=6RHBI*655+?W3)/2W4)V!]>N4T8WUU5A$['&`5NL$/ MRCO\8(W\U#>9.Q21)%0EN2H)B;I!IG6#3!V":`5A8V2.ISZFZF3Z4XSJG@^T M"&A)Y5%BY!P1OP#3\H3BP-F$J@"%S1Q'4U1%+1V2',6N("N_2594XB"9J%J4 MJD)E,=.XK+4I"6*$([)DL4AE15>2$-'\RP53CY1%V!BPB!W4;Y M>!0LA0$[8`&20`"(`=DQ%CA@7')@G4>R(+J:4?++IYST>@+]C+GGTRH^E[;5 M!'\2I[@EB!-`[8LLS1DCTT$'44'Q`ADN#&7O,/M4=M M?B!/[A1%K0K)S2_2S2\N-O\T-*W%D8,WG>6^7.YM65B<6&@,6*59A8M508F% M`E$L'99!++W,`\%VN'O,Z%*:S.P,3 M$.]9Q,LXM"S-!NU&O=$`"0?/H)"US"!\3B%<5#LMQE'FX%GH>H/AU+0,X/^\ M`,>"LX"4O_2&U]81,Q]&"6+FDY++YRT`'4$5W:UWOQGTFO7NR9>#RWK_RR/6 M?=DF-V>G-Z30/D)'\VNCS6XXRX9%_3_5#!VU.GW:`J=I=4[:5XUF#]0[:M!3 M!6!:3(O`UYPVDOGO)DM77NV_+3F'O0NKKHG5,BB M/-?!]9Z@FP%S/S(?9`8L+)E#SW<]XB,D.@4/8#@[0.$$@H"#L0%&"%S]#H?` M(?(EHOU&H\YM>A07=/3(X#;<&W*&Z8/;D.UOS2'!3:A`:&+1J2RD"FY#&AOI M?E=(G%$@+(G+X"8<"LO81F/,]25)(KSFP0':+?BP5UT69J[!LI0/Q"L5F"S+ M":+'!K(5R46A*JJQ2*-*"HDT[$(C3:YNS;2'`+D>AF6=#DFH"&")`Q.2<#C! M*-!]C)U#TA5B*"#=$>ER+O\C MTR+_^?1$$^+Y5<3S!?C&['H.YB`M[&.JM`XU:H4I;AHHUZ.6`)N,.&8GQ.PW MF\"MYT*8QC[90K;[&E82?GQB4QLD/L[;];T^J*?W=OUQWJ['?8XEPZ*\YNW% M2C*C+H[?U,^3'(IJ52ZNIM,YP:HT4OG'/%Q1#TLH#[],'B)_^-XD<6EDTG7. M/R'/'?0,(\?0MS']V$MU[D@/@4$N@95YH$(_L^X173/ MH97IT3!X"EK57N6XOW(3;+TFV57C;&R84YOS.I MQJ*T2/Z9%J3GOAE:.!UG-`V[#MVL\T88^VP86[A823H4R2XLE:+C-(UW!]>-ZVZKWT37YV?MB^-Z&RTG MAW('RT9N(_@8O"%!D.P@IETG2M@::!+M:,?!%^L3-[J@'%F!F-E7%%MBDO)K M&_198I-KOJ9&4H$>#D/(=FCJ(?3WPEGG"GAZA08+!$$A]E"'YZ-D0LU>5NC. M5J7YSE[:(_:"([';P22)=FX;56*C`E6BO94JMLF`)M9*KE:,8M^"K:T6(U[& MD(.5CKE/JO*A`L:IB&`C:AQ&GHQ]Z\9@J&286I\\0\5#RNID&>(/N4'#=?!G M9.Z[<>&R34YRZXET/K0K5\\Q&\[;ZJ[S]H)N44-6HEI4CM6BY,V,R%[0*/1Y MU-R[ZYX7Q`NA$&9=L&D<-&V>M/9BIP$.V,X)TA-X<)A@Z/QN-)Q8Q+1`*2U0 M3J,HG+;9<2D-UG5<3_MVF@H,\2HUX_144SD2!Q;2X%.8*#6RE0$$9&>Z7"G62EX;9?>BG8`:GW!1N$9HV]E,L M$,/%%DB2:6DE%UEIM9^XF&)]*%!)BTNS/K`[][.;333'H(]3]D-IFA^Y^C3% M=$A1$GB:CI=F4XK4K\DY@/EU]"0T>E:Z;+-J=MDQ?U2J9;FUAZ?9_$I7X&[H MXF4H_/`]UE%A&OB%H>D4L/,:71R_/+WHGM?[M:=/+R^Z_47[Z5-4"`C*,MCK M-<39Z.DQ,)DZCV/3S2+VGQ'L47'+UL9X7J%L&*!VCO='3P!(:;I,5U)9/JR0 M0DJ=FS8B6=;2!?H8GK[YV34:O27:!/$L`LIRVT9XXRZ;WSZH;>?)C_P=@Q-_ M!ULSW$&Y=;8SV]9TWPTVC4&$P1C4#:,2E54"4J42G5Y1_!];8#D*[9/!>;/7 MJY\U>XG3F.VN8'&0Q+(-LQ>69)E/8$=F*I:KL%U:COQT+/WT+"?I6*["=DW< M#%.Q7(7MTG+QPC05YRWHI(#H%3_)%O+\O5Z2C6>E5]!+-^=5V"XS^M-4+%=A >Release-Note: >Audit-Trail: >Unformatted: >*UH>&:;OVQOV4H_4<<$N`"FE@NS_`(NZYI%P*@`` ` end To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 17:41:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id 7281714D74; Sun, 27 Jun 1999 17:41:37 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from localhost.nowhere (ppp18323.on.bellglobal.com [206.172.130.3]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id UAA05208; Sun, 27 Jun 1999 20:44:37 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id UAA73314; Sun, 27 Jun 1999 20:42:02 -0400 (EDT) (envelope-from tim) Date: Sun, 27 Jun 1999 20:42:01 -0400 From: Tim Vanderhoek To: billf@FreeBSD.org Cc: jcwells@u.washington.edu, freebsd-ports@FreeBSD.org Subject: Re: ports/12422: Update: Fvwm-2.2.2 Message-ID: <19990627204201.B71557@mad> References: <199906272358.QAA46794@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <199906272358.QAA46794@freefall.freebsd.org>; from billf@FreeBSD.org on Sun, Jun 27, 1999 at 04:58:07PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Jun 27, 1999 at 04:58:07PM -0700, billf@FreeBSD.org wrote: > Synopsis: Update: Fvwm-2.2.2 > > State-Changed-From-To: open->closed > State-Changed-By: billf > State-Changed-When: Sun Jun 27 16:57:07 PDT 1999 > State-Changed-Why: > Please submit in 'diff -ruN' format as specified in the handbook. Or billf will close it for me. :) -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 17:50: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B8BC515400 for ; Sun, 27 Jun 1999 17:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA51397; Sun, 27 Jun 1999 17:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 27 Jun 1999 17:50:02 -0700 (PDT) Message-Id: <199906280050.RAA51397@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tim Vanderhoek Subject: Re: ports/12422: Update: Fvwm-2.2.2 Reply-To: Tim Vanderhoek Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12422; it has been noted by GNATS. From: Tim Vanderhoek To: jcwells@u.washington.edu Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/12422: Update: Fvwm-2.2.2 Date: Sun, 27 Jun 1999 20:35:39 -0400 On Sun, Jun 27, 1999 at 09:45:20AM -0700, jcwells@u.washington.edu wrote: > > sed 's/^X//' >fvwm2/pkg/COMMENT << 'END-of-fvwm2/pkg/COMMENT' > XFVWM is a virtual window manager for Xwindows. No terminating periods, please. > echo x - fvwm2/pkg/DESCR > sed 's/^X//' >fvwm2/pkg/DESCR << 'END-of-fvwm2/pkg/DESCR' > XFvwm is a very famous window manager for X, which provides a > Xvirtual/multiple disjoint desktop, a 3-D look for windows decorations, > Xshaped/color icons. It gives a very good emulation of mwm. A nice > Xbutton-bar can be used to provide convenient access to frequently used > Xfunctions or programs. > X > XSee the official Fvwm home page: http://fvwm.math.uh.edu/ Use WWW: http://fvwm.math.uh.edu/ instead. > X > XIf you wanna use this fvwm2 with LANG=ja_JP.EUC (which means "run fvwm2, > Xwith environment variable 'LANG' is set to 'ja_JP.EUC' to enable to display Okay, not to nitpick here (the above two comments are just standard comments I decided to send to the first 10 lucky people to submit new ports since sometime today), but... If they're using LANG=ja_JP.EUC, chances are their English->Japanese dictionary won't have the word "wanna" in it, unless it's one of the nice ones that also carry all the various vulgar English words. "If you want to use ..." > Xman/man1/FvwmBacker.1.gz > Xman/man1/FvwmBanner.1.gz > Xman/man1/FvwmButtons.1.gz Don't do this. You are already using the MAN? variables (as you should be), so listing manpages in the PLIST is wrong (the manpages will actually be listed twice once the final PLIST is created!). If some of the manpages are just links to other manpages, you should use the MLINKS variable. > X# Date created: 20 Jan 1996 > X# Whom: peter > X# > X# $Id: Makefile,v 1.16 1999/05/04 22:26:56 steve Exp $ Lastly, if you're submitting an update to an existing port, please send diffs to the existing port. Make sure you have an up-to-date copy of the existing port from either cvsup, anoncvs, or ftp.FreeBSD.org, and use "diff -rc old_fvwm fvwm" to generate the diffs (I usually get the line backwards, so I'm sure someone will correct me :). Please resubmit your update of the port (it's a certain amount of work for us to make all the above changes when you already have the updated copy sitting on your hdd). Feel free to ask if you have any questions, yet. Before you submit your update to the port, you should check with the maintainer of the port, me@FreeBSD.org. We are not supposed to update the port without the permission of the maintainer, except in the cases where the maintainer can't be reached within a reasonable amount of time or where there is no maintainer. I'm going to close this PR so when/if you resubmit the update with appropriate changes, just send-pr into a new PR. Thanks, -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 17:52:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from lion.butya.kz (butya-gw.butya.kz [194.87.112.252]) by hub.freebsd.org (Postfix) with ESMTP id 6D1291541D; Sun, 27 Jun 1999 17:52:16 -0700 (PDT) (envelope-from bp@butya.kz) Received: from bp (helo=localhost) by lion.butya.kz with local-esmtp (Exim 2.12 #1) id 10yPee-0006GD-00; Mon, 28 Jun 1999 07:52:12 +0700 Date: Mon, 28 Jun 1999 07:52:12 +0700 (ALMST) From: Boris Popov To: sheldonh@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/12408: New port for ncplib (Netware client) In-Reply-To: <199906271931.MAA24635@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 Sun, 27 Jun 1999 sheldonh@FreeBSD.org wrote: > Synopsis: New port for ncplib (Netware client) > > State-Changed-From-To: open->feedback > State-Changed-By: sheldonh > State-Changed-When: Sun Jun 27 12:30:30 PDT 1999 > State-Changed-Why: > This looks cool, but is it absolutely necessary to install files into / ? Yes, one file is a kernel module which should go into /modules in order to be loaded via loader.conf file. And another one is a mount_nwfs command which should be placed into /sbin directory because mount(8) expect it in the /sbin or /usr/sbin directory. I'm select first because all of mount_* commands located here. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 17:53: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id B6F71152EF; Sun, 27 Jun 1999 17:52:57 -0700 (PDT) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1002) id E06F2750; Sun, 27 Jun 1999 17:52:48 -0700 (PDT) Date: Sun, 27 Jun 1999 17:52:48 -0700 From: Chris Piazza To: Tim Vanderhoek Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/12422: Update: Fvwm-2.2.2 Message-ID: <19990627175248.B18239@norn.ca.eu.org> References: <199906280050.RAA51397@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <199906280050.RAA51397@freefall.freebsd.org>; from Tim Vanderhoek on Sun, Jun 27, 1999 at 05:50:02PM -0700 X-Operating-System: FreeBSD 4.0-CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Jun 27, 1999 at 05:50:02PM -0700, Tim Vanderhoek wrote: > The following reply was made to PR ports/12422; it has been noted by GNATS. > > From: Tim Vanderhoek > To: jcwells@u.washington.edu > Cc: FreeBSD-gnats-submit@freebsd.org > Subject: Re: ports/12422: Update: Fvwm-2.2.2 > Date: Sun, 27 Jun 1999 20:35:39 -0400 > > On Sun, Jun 27, 1999 at 09:45:20AM -0700, jcwells@u.washington.edu wrote: > > > > sed 's/^X//' >fvwm2/pkg/COMMENT << 'END-of-fvwm2/pkg/COMMENT' > > XFVWM is a virtual window manager for Xwindows. > > No terminating periods, please. Which reminds me, if you are going to enforce this, how about having portlint give an error for improper COMMENT formats? -Chris -- cpiazza@home.net cpiazza@FreeBSD.org "Life is divided into the horrible and the miserable." -Woody Allen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 17:55:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id C097D14D21; Sun, 27 Jun 1999 17:55:18 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id UAA02377; Sun, 27 Jun 1999 20:59:21 -0400 (EDT) (envelope-from billf@jade.chc-chimes.com) Date: Sun, 27 Jun 1999 20:59:21 -0400 (EDT) From: Bill Fumerola To: Tim Vanderhoek Cc: billf@FreeBSD.org, jcwells@u.washington.edu, freebsd-ports@FreeBSD.org Subject: Re: ports/12422: Update: Fvwm-2.2.2 In-Reply-To: <19990627204201.B71557@mad> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 27 Jun 1999, Tim Vanderhoek wrote: > > State-Changed-From-To: open->closed > > State-Changed-By: billf > > State-Changed-When: Sun Jun 27 16:57:07 PDT 1999 > > State-Changed-Why: > > Please submit in 'diff -ruN' format as specified in the handbook. > > Or billf will close it for me. :) I was just more terse with my statement. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 18: 4:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from s8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by hub.freebsd.org (Postfix) with ESMTP id 366DC15239 for ; Sun, 27 Jun 1999 18:04:09 -0700 (PDT) (envelope-from jcwells@u.washington.edu) Received: from localhost (jcw@localhost) by s8-37-26.student.washington.edu (8.9.3/8.9.1) with ESMTP id LAA14869; Sun, 27 Jun 1999 11:09:11 -0700 (PDT) (envelope-from jcwells@u.washington.edu) X-Authentication-Warning: s8-37-26.student.washington.edu: jcw owned process doing -bs Date: Sun, 27 Jun 1999 11:09:11 -0700 (PDT) From: "Jason C. Wells" X-Sender: jcw@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: Tim Vanderhoek Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/12422: Update: Fvwm-2.2.2 In-Reply-To: <19990627204201.B71557@mad> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 27 Jun 1999, Tim Vanderhoek wrote: >On Sun, Jun 27, 1999 at 04:58:07PM -0700, billf@FreeBSD.org wrote: >> Synopsis: Update: Fvwm-2.2.2 >> >> State-Changed-From-To: open->closed >> State-Changed-By: billf >> State-Changed-When: Sun Jun 27 16:57:07 PDT 1999 >> State-Changed-Why: >> Please submit in 'diff -ruN' format as specified in the handbook. > >Or billf will close it for me. :) Awwww hell, f*(*&%g crap!!! Yes, these instructions are "in the handbook" and they're even on the same page as the instructions I used to look up the shar incantation that I could not remember. Now I am sure there are those comments being muttered underbreath about people being able to read... I sure do like the way w3c puts an index at the top of their docs. :) It has been a rare day folks. I'll get back to this whenever I get a chance. Thank You, | "Those who would trade freedom for security deserve neither Jason Wells | freedom nor security." - Benjamin Franklin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 18:12:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 107F614BEB; Sun, 27 Jun 1999 18:12:50 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA54915; Sun, 27 Jun 1999 18:12:49 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Sun, 27 Jun 1999 18:12:49 -0700 (PDT) From: Message-Id: <199906280112.SAA54915@freefall.freebsd.org> To: nox@jelal.kn-bremen.de, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12351: port of gcombust, a GTK+ frontend for mkisofs and cdrecord Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port of gcombust, a GTK+ frontend for mkisofs and cdrecord State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Sun Jun 27 18:12:24 PDT 1999 State-Changed-Why: Committed. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 18:50:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9561914E65 for ; Sun, 27 Jun 1999 18:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA63200; Sun, 27 Jun 1999 18:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from yang.vegamuse.org (unknown [206.239.71.148]) by hub.freebsd.org (Postfix) with ESMTP id 5AE3914C05 for ; Sun, 27 Jun 1999 18:45:24 -0700 (PDT) (envelope-from sab@vegamuse.org) Received: (from sab@localhost) by yang.vegamuse.org (8.9.3/8.9.1) id VAA00558; Sun, 27 Jun 1999 21:42:24 -0400 (EDT) (envelope-from sab) Message-Id: <199906280142.VAA00558@yang.vegamuse.org> Date: Sun, 27 Jun 1999 21:42:24 -0400 (EDT) From: sk-ports@yin.vegamuse.org Reply-To: sk-ports@yin.vegamuse.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12425: Port update: sysutils/wmmon Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12425 >Category: ports >Synopsis: update to make port work on -CURRENT (missed one before) >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 Jun 27 18:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Stephen Kiernan >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: >Description: -CURRENT no longer has sys/rlist.h but was still on my system. This patch changes wmmon.c so that sys/rlist.h is not included on a -CURRENT build of the port. This is an update of the patch-ad file. Thanks to Maxim Sobolev (sobomax@altavista.net) for spotting this oversight. >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: # # ports/sysutils/wmmon/patches/patch-ad # echo x - ports/sysutils/wmmon/patches/patch-ad sed 's/^X//' >ports/sysutils/wmmon/patches/patch-ad << 'END-of-ports/sysutils/wmmon/patches/patch-ad' X*** wmmon/wmmon.c.orig Tue May 19 17:13:16 1998 X--- wmmon/wmmon.c Sun Jun 27 21:31:50 1999 X*************** X*** 28,33 **** X--- 28,40 ---- X Changes: X ---- X X+ 05/24/1999 (Stephen Kiernan, sk-ports@vegamuse.org) X+ * Ported to FreeBSD 4.0 X+ 12/11/1998 (Stephen Kiernan, sk-ports@vegamuse.org) X+ * Ported to FreeBSD 2.2, 3.0 X+ * Based on code from the FreeBSD 2.2 version of top X+ by Christos Zoulas, Steven Wallace, and X+ Wolfram Schneider X 18/05/1998 (Antoine Nulle, warp@xs4all.nl) X * MEM/SWAP/UPTIME only updated when visible X * Using global file descriptors to reduce file X*************** X*** 72,81 **** X--- 79,105 ---- X #include X #include X X+ #include X+ X #include X #include X #include X X+ #include X+ #include X+ #include X+ #include X+ #include X+ #if __FreeBSD_version >= 300000 X+ #include X+ #endif X+ #include X+ #include X+ #if __FreeBSD_version < 400000 X+ #include X+ #endif X+ #include X+ X #include X #include X #include X*************** X*** 106,117 **** X--- 130,189 ---- X FILE *fp_stat; X FILE *fp_loadavg; X X+ kvm_t *kvmd = NULL; X+ struct nlist nl[] = { X+ #define N_CNT 0 X+ { "_cnt" }, X+ #define N_BUFSPACE 1 X+ { "_bufspace" }, X+ #define N_CP_TIME 2 X+ { "_cp_time" }, X+ #define N_AVERUN 3 X+ { "_averunnable" }, X+ #if __FreeBSD_version >= 300000 X+ #define N_TK_NIN 4 X+ { "_tk_nin" }, X+ #define N_TK_NOUT 5 X+ { "_tk_nout" }, X+ #else X+ #define N_DK_NDRIVE 4 X+ { "_dk_ndrive" }, X+ #define N_DK_WDS 5 X+ { "_dk_wds" }, X+ #endif X+ #if __FreeBSD_version < 400000 X+ #define VM_SWAPLIST 6 X+ { "_swaplist" }, X+ #define VM_SWDEVT 7 X+ { "_swdevt" }, X+ #define VM_NSWAP 8 X+ { "_nswap" }, X+ #define VM_NSWDEV 9 X+ { "_nswdev" }, X+ #define VM_DMMAX 10 X+ { "_dmmax" }, X+ #endif X+ { "" } X+ }; X+ int psize; X+ int pshift; X+ long *cur_dk_wds; X+ long *last_dk_wds; X+ int ndrives; X+ char errbuf[_POSIX2_LINE_MAX]; X+ static int swappgsin = -1; X+ static int swappgsout = -1; X+ X /* functions */ X void usage(void); X void printversion(void); X void DrawStats(int *, int, int, int, int); X void DrawStats_io(int *, int, int, int, int); X X+ #if defined(__FreeBSD__) || defined(__NetBSD__) X+ int swapmode( long *retavail, long *retfree); X+ #endif /* __FreeBSD__ || __NetBSD__ */ X+ X void wmmon_routine(int, char **); X X void main(int argc, char *argv[]) { X*************** X*** 154,159 **** X--- 226,237 ---- X } X } X X+ if( checkversion() < 0 ) X+ { X+ fprintf( stderr, devstat_errbuf ); X+ exit(1); X+ } X+ X wmmon_routine(argc, argv); X } X X*************** X*** 213,238 **** X long istat; X long idle; X X! FILE *fp; X! char temp[128]; X char *p; X X! int xpm_X = 0, xpm_Y = 0; X X long online_time = 0; X long ref_time = 0; X long cnt_time; X X! X! fp = fopen("/proc/uptime", "r"); X! fp_meminfo = fopen("/proc/meminfo", "r"); X! fp_loadavg = fopen("/proc/loadavg", "r"); X! fp_stat = fopen("/proc/stat", "r"); X! X! if (fp) { X! fscanf(fp, "%ld", &online_time); X ref_time = time(0); X! fclose(fp); X } X X for (i=0; i1; pshift++, psize>>=1); X! pshift -= 10; X! psize = getpagesize(); X! X! if (kvmd==NULL) kvmd = kvm_openfiles(NULL, NULL, NULL, O_RDONLY, errbuf); X! if (kvmd==NULL) { fprintf(stderr, "kvm_openfiles: %s\n", errbuf); exit(errno); } X! if (kvmd) { X! if (kvm_nlist(kvmd, nl) >= 0) { X! struct nlist *nlp; X! X! for( nlp = nl; *nlp->n_name != '\0'; nlp++ ) { X! if( nlp->n_type == 0 ) X! fprintf (stderr, "kvm_nlist: Symbol '%s' not found\n", nlp->n_name); X! } X! X! #if __FreeBSD_version >= 300000 X! ndrives = getnumdevs(); X! #else X! if (nl[0].n_type != 0) { X! (void) kvm_read(kvmd, nl[N_DK_NDRIVE].n_value, (char *)&ndrives, sizeof(ndrives)); X! if (ndrives > 0) { X! cur_dk_wds = calloc(ndrives, sizeof(long)); X! last_dk_wds = calloc(ndrives, sizeof(long)); X! bzero(last_dk_wds, sizeof(long) * ndrives); X! } X! #endif X! fprintf (stderr, "Monitoring %d devices for activity.\n", ndrives); X! #if __FreeBSD_version < 300000 X! } X! #endif X! } X! else { X! fprintf( stderr, "kvm_nlist: %s\n", kvm_geterr(kvmd) ); X! } X } X X for (i=0; irt_idle = idle - st->idlelast; X st->idlelast = idle; X X+ /* There's a problem here with values crossing X+ the max long size barrier becoming negative -- X+ things restabilize after some time, but a X+ better solution needs to be designed X+ */ X st->rt_stat = istat - st->statlast; X st->statlast = istat; X X*************** X*** 499,543 **** X X void update_stat_mem(stat_dev *st, stat_dev *st2) { X X! char temp[128]; X! unsigned long free, shared, buffers, cached; X X! freopen("/proc/meminfo", "r", fp_meminfo); X! while (fgets(temp, 128, fp_meminfo)) { X! if (strstr(temp, "Mem:")) { X! sscanf(temp, "Mem: %ld %ld %ld %ld %ld %ld", X! &st->rt_idle, &st->rt_stat, X! &free, &shared, &buffers, &cached); X! st->rt_idle >>= 10; X! st->rt_stat -= buffers+cached; X! st->rt_stat >>= 10; X! // break; X! } X! if (strstr(temp, "Swap:")) { X! sscanf(temp, "Swap: %ld %ld", &st2->rt_idle, &st2->rt_stat); X! st2->rt_idle >>= 10; X! st2->rt_stat >>= 10; X! break; X } X } X } X X void update_stat_swp(stat_dev *st) { X X! char temp[128]; X X! fseek(fp_meminfo, 0, SEEK_SET); X! while (fgets(temp, 128, fp_meminfo)) { X! if (strstr(temp, "Swap:")) { X! sscanf(temp, "Swap: %ld %ld", &st->rt_idle, &st->rt_stat); X! st->rt_idle >>= 10; X! st->rt_stat >>= 10; X! break; X } X } X X } X X /*******************************************************************************\ X |* get_statistics *| X \*******************************************************************************/ X--- 621,875 ---- X X void update_stat_mem(stat_dev *st, stat_dev *st2) { X X! unsigned long buffers; X X! if (kvmd==NULL) kvmd = kvm_openfiles(NULL, NULL, NULL, O_RDONLY, errbuf); X! if (kvmd==NULL) { fprintf(stderr, "kvm_openfiles: %s\n", errbuf); exit(errno); } X! if (kvmd) { X! if (kvm_nlist(kvmd, nl) >= 0) { X! if (nl[0].n_type != 0) { X! static int first_time_done = 0; X! int dpagein, dpageout; X! struct vmmeter sum; X! X! if ((kvm_read(kvmd, nl[N_CNT].n_value, (char *)&sum, sizeof(sum))==sizeof(sum)) && X! (kvm_read(kvmd, nl[N_BUFSPACE].n_value, (char *)&buffers, sizeof(buffers))==sizeof(buffers))) { X! st->rt_idle = (sum.v_page_count - (buffers/psize) - sum.v_wire_count) << pshift; X! st->rt_stat = sum.v_active_count << pshift; X! X! if (swappgsin < 0) { X! dpagein = 0; X! dpageout = 0; X! } X! else { X! dpagein = (sum.v_swappgsin - swappgsin) << pshift; X! dpageout = (sum.v_swappgsout - swappgsout) << pshift; X! } X! swappgsin = sum.v_swappgsin; X! swappgsout = sum.v_swappgsout; X! X! if ((dpagein>0) || (dpageout>0) || (first_time_done==0)) { X! swapmode(&st2->rt_idle, &st2->rt_stat); X! st2->rt_stat = st2->rt_idle - st2->rt_stat; X! } X! first_time_done = 1; X! } X! } X } X } X } X X void update_stat_swp(stat_dev *st) { X X! if (kvmd==NULL) kvmd = kvm_openfiles(NULL, NULL, NULL, O_RDONLY, errbuf); X! if (kvmd==NULL) { fprintf(stderr, "kvm_openfiles: %s\n", errbuf); exit(errno); } X! if (kvmd) { X! if (kvm_nlist(kvmd, nl) >= 0) { X! if (nl[0].n_type != 0) { X! static int first_time_done = 0; X! int dpagein, dpageout; X! X! struct vmmeter sum; X! if (kvm_read(kvmd, nl[N_CNT].n_value, (char *)&sum, sizeof(sum))==sizeof(sum)) { X! if (swappgsin < 0) { X! dpagein = 0; X! dpageout = 0; X! } X! else { X! dpagein = (sum.v_swappgsin - swappgsin) << pshift; X! dpageout = (sum.v_swappgsout - swappgsout) << pshift; X! } X! swappgsin = sum.v_swappgsin; X! swappgsout = sum.v_swappgsout; X! X! if ((dpagein>0) || (dpageout>0) || (first_time_done==0)) { X! swapmode(&st->rt_idle, &st->rt_stat); X! st->rt_stat = st->rt_idle - st->rt_stat; X! } X! first_time_done = 1; X! } X! } X! } X! } X! } X! X! #if __FreeBSD_version < 400000 X! /* X! * swapmode for FreeBSD 2.x and 3.x is based on a program called swapinfo X! * written by Kevin Lahey . X! */ X! X! #define SVAR(var) __STRING(var) /* to force expansion */ X! #define KGET(idx, var) \ X! KGET1(idx, &var, sizeof(var), SVAR(var)) X! #define KGET1(idx, p, s, msg) \ X! KGET2(nl[idx].n_value, p, s, msg) X! #define KGET2(addr, p, s, msg) \ X! if (kvm_read(kvmd, (u_long)(addr), p, s) != s) { \ X! return (0); \ X! } X! #define KGETRET(addr, p, s, msg) \ X! if (kvm_read(kvmd, (u_long)(addr), p, s) != s) { \ X! return (0); \ X! } X! #endif X! X! X! int swapmode( long *retavail, long *retfree) X! { X! int used, avail; X! #if __FreeBSD_version >= 400000 X! struct kvm_swap kvmswap; X! #else X! char *header; X! int hlen, nswap, nswdev, dmmax; X! int i, div, nfree, npfree; X! struct swdevt *sw; X! long blocksize, *perdev; X! u_long ptr; X! struct rlist head; X! # if __FreeBSD_version >= 220000 X! struct rlisthdr swaplist; X! # else X! struct rlist *swaplist; X! # endif X! struct rlist *swapptr; X! #endif X! X! /* X! * Counter for error messages. If we reach the limit, X! * stop reading information from swap devices and X! * return zero. This prevent endless 'bad address' X! * messages. X! */ X! static int warning = 10; X! X! if (warning <= 0) { X! /* a single warning */ X! if (!warning) { X! warning--; X! fprintf(stderr, X! "Too much errors, stop reading swap devices ...\n"); X! (void)sleep(3); X! } X! return(0); X! } X! warning--; /* decrease counter, see end of function */ X! X! #if __FreeBSD_version >= 400000 X! if( kvm_getswapinfo( kvmd, &kvmswap, 1, 0 ) < 0 ) { X! fprintf(stderr, "kvm_getswapinfo failed\n"); X! return(0); X! } X! X! *retavail = avail = kvmswap.ksw_total; X! used = kvmswap.ksw_used; X! *retfree = kvmswap.ksw_total - used; X! #else X! KGET(VM_NSWAP, nswap); X! if (!nswap) { X! fprintf(stderr, "No swap space available\n"); X! return(0); X! } X! X! KGET(VM_NSWDEV, nswdev); X! KGET(VM_DMMAX, dmmax); X! KGET1(VM_SWAPLIST, &swaplist, sizeof(swaplist), "swaplist"); X! if ((sw = (struct swdevt *)malloc(nswdev * sizeof(*sw))) == NULL || X! (perdev = (long *)malloc(nswdev * sizeof(*perdev))) == NULL) X! { X! perror("malloc"); X! exit(1); X! } X! KGET1(VM_SWDEVT, &ptr, sizeof ptr, "swdevt"); X! KGET2(ptr, sw, nswdev * sizeof(*sw), "*swdevt"); X X! /* Count up swap space. */ X! nfree = 0; X! memset(perdev, 0, nswdev * sizeof(*perdev)); X! #if __FreeBSD_version >= 220000 X! swapptr = swaplist.rlh_list; X! while (swapptr) { X! #else X! while (swaplist) { X! #endif X! int top, bottom, next_block; X! #if __FreeBSD_version >= 220000 X! KGET2(swapptr, &head, sizeof(struct rlist), "swapptr"); X! #else X! KGET2(swaplist, &head, sizeof(struct rlist), "swaplist"); X! #endif X! X! top = head.rl_end; X! bottom = head.rl_start; X! X! nfree += top - bottom + 1; X! X! /* X! * Swap space is split up among the configured disks. X! * X! * For interleaved swap devices, the first dmmax blocks X! * of swap space some from the first disk, the next dmmax X! * blocks from the next, and so on up to nswap blocks. X! * X! * The list of free space joins adjacent free blocks, X! * ignoring device boundries. If we want to keep track X! * of this information per device, we'll just have to X! * extract it ourselves. X! */ X! X! while (top / dmmax != bottom / dmmax) { X! next_block = ((bottom + dmmax) / dmmax); X! perdev[(bottom / dmmax) % nswdev] += X! next_block * dmmax - bottom; X! bottom = next_block * dmmax; X } X+ perdev[(bottom / dmmax) % nswdev] += X+ top - bottom + 1; X+ X+ #if __FreeBSD_version >= 220000 X+ swapptr = head.rl_next; X+ #else X+ swaplist = head.rl_next; X+ #endif X+ } X+ X+ header = getbsize(&hlen, &blocksize); X+ div = blocksize / 512; X+ avail = npfree = 0; X+ for (i = 0; i < nswdev; i++) { X+ int xsize, xfree; X+ X+ /* X+ * Don't report statistics for partitions which have not X+ * yet been activated via swapon(8). X+ */ X+ X+ xsize = sw[i].sw_nblks; X+ xfree = perdev[i]; X+ used = xsize - xfree; X+ npfree++; X+ avail += xsize; X } X X+ /* X+ * If only one partition has been set up via swapon(8), we don't X+ * need to bother with totals. X+ */ X+ *retavail = avail / 2; X+ *retfree = nfree / 2; X+ used = avail - nfree; X+ free(sw); free(perdev); X+ #endif /* __FreeBSD_version >= 400000 */ X+ X+ /* increase counter, no errors occurs */ X+ warning++; X+ X+ return (int)(((double)used / (double)avail * 100.0) + 0.5); X } X X+ X+ X /*******************************************************************************\ X |* get_statistics *| X \*******************************************************************************/ X*************** X*** 545,554 **** X void get_statistics(char *devname, long *is, long *ds, long *idle) { X X int i; X! char temp[128]; X! char *p; X! char *tokens = " \t\n"; X! float f; X long maxdiskio=0; X X *is = 0; X--- 877,884 ---- X void get_statistics(char *devname, long *is, long *ds, long *idle) { X X int i; X! long averun[3]; X! long cp_time[CPUSTATES]; X long maxdiskio=0; X X *is = 0; X*************** X*** 556,592 **** X *idle = 0; X X if (!strncmp(devname, "cpu", 3)) { X! fseek(fp_stat, 0, SEEK_SET); X! while (fgets(temp, 128, fp_stat)) { X! if (strstr(temp, "cpu")) { X! p = strtok(temp, tokens); X! /* 1..3, 4 == idle, we don't want idle! */ X! for (i=0; i<3; i++) { X! p = strtok(NULL, tokens); X! *ds += atol(p); X! } X! p = strtok(NULL, tokens); X! *idle = atol(p); X! } X! } X! fp_loadavg = freopen("/proc/loadavg", "r", fp_loadavg); X! fscanf(fp_loadavg, "%f", &f); X! *is = (long) (100 * f); X } X X if (!strncmp(devname, "i/o", 3)) { X X! fseek(fp_stat, 0, SEEK_SET); X! while (fgets(temp, 128, fp_stat)) { X! if (strstr(temp, "disk_rio") || strstr(temp, "disk_wio")) { X! p = strtok(temp, tokens); X! /* 1..4 */ X! for (i=0; i<4; i++) { X! p = strtok(NULL, tokens); X! *ds += atol(p); X } X } X } X if (*ds > maxdiskio) maxdiskio = *ds; X } X } X--- 886,1090 ---- X *idle = 0; X X if (!strncmp(devname, "cpu", 3)) { X! if (kvmd==NULL) kvmd = kvm_openfiles(NULL, NULL, NULL, O_RDONLY, errbuf); X! if (kvmd==NULL) { fprintf(stderr, "kvm_openfiles: %s\n", errbuf); exit(errno); } X! if (kvmd) { X! if (kvm_nlist(kvmd, nl) >= 0) { X! if (nl[0].n_type != 0) { X! if ((kvm_read(kvmd, nl[N_CP_TIME].n_value, (char *)&cp_time, sizeof(cp_time))==sizeof(cp_time)) && X! (kvm_read(kvmd, nl[N_AVERUN].n_value, (char *)&averun, sizeof(averun))==sizeof(averun))) { X! *is = (long) (100 * ((double)averun[0] / FSCALE)); X! X! for (i = 0; i < CPUSTATES; i++) { X! if (i != CP_IDLE) *ds += cp_time[i]; X! } X! *idle = cp_time[CP_IDLE]; X! } X! } X! } X! } X } X X if (!strncmp(devname, "i/o", 3)) { X+ #if __FreeBSD_version < 300000 X+ if (kvmd==NULL) kvmd = kvm_openfiles(NULL, NULL, NULL, O_RDONLY, errbuf); X+ if (kvmd==NULL) { fprintf(stderr, "kvm_openfiles: %s\n", errbuf); exit(errno); } X+ if (kvmd) { X+ if (kvm_nlist(kvmd, nl) >= 0) { X+ if (nl[0].n_type != 0) { X+ if (kvm_read(kvmd, nl[N_DK_WDS].n_value, (char *)cur_dk_wds, ndrives * sizeof(long))==(ndrives*sizeof(long))) { X+ for (i = 0; i < ndrives; i++) { X+ *ds += cur_dk_wds[i]; X+ } X+ } X+ } X+ } X+ } X+ #else X+ static int initted = 0; X+ static struct statinfo last; X+ static struct statinfo cur; X+ int ndevs = getnumdevs(); X+ int gotdevs = 0; X+ long generation; X+ int num_devices_specified = 0; X+ int num_selected; X+ int num_selections; X+ int maxshowdevs = 10; X+ int num_matches = 0; X+ struct devstat_match *matches = NULL; X+ struct device_selection *dev_select = NULL; X+ char **specified_devices; X+ long select_generation; X+ X+ if( !initted ) X+ { X+ bzero( &cur, sizeof(cur) ); X+ bzero( &last, sizeof(cur) ); X+ X+ cur.dinfo = (struct devinfo *)malloc( sizeof(struct devinfo) ); X+ last.dinfo = (struct devinfo *)malloc( sizeof(struct devinfo) ); X X! bzero( cur.dinfo, sizeof(struct devinfo) ); X! bzero( last.dinfo, sizeof(struct devinfo) ); X! X! specified_devices = (char **)malloc(sizeof(char *)); X! } X! else X! { X! struct devinfo *tmp; X! X! if (kvmd==NULL) kvmd = kvm_openfiles(NULL, NULL, NULL, O_RDONLY, errbuf); X! if (kvmd==NULL) X! { X! fprintf(stderr, "kvm_openfiles: %s\n", errbuf); X! exit(errno); X! } X! else X! { X! (void)kvm_read( kvmd, nl[N_TK_NIN].n_value, &cur.tk_nin, X! sizeof(cur.tk_nin) ); X! (void)kvm_read( kvmd, nl[N_TK_NOUT].n_value, &cur.tk_nout, X! sizeof(cur.tk_nout) ); X! (void)kvm_read( kvmd, nl[N_CP_TIME].n_value, X! cur.cp_time, sizeof(cur.cp_time) ); X! } X! X! tmp = last.dinfo; X! memcpy( &last, &cur, sizeof(cur) ); X! cur.dinfo = tmp; X! X! last.busy_time = cur.busy_time; X! } X! X! if( !gotdevs && ( getdevs( &cur ) >= 0 ) ) X! gotdevs = 1; X! X! if( gotdevs ) X! { X! generation = cur.dinfo->generation; X! ndevs = cur.dinfo->numdevs; X! X! if( !initted ) X! { X! selectdevs( &dev_select, &num_selected, &num_selections, X! &select_generation, generation, cur.dinfo->devices, X! ndevs, matches, num_matches, specified_devices, X! num_devices_specified, DS_SELECT_ONLY, maxshowdevs, X! 1 ); X! } X! else X! { X! struct devinfo *tmpinfo; X! long tmp; X! X! switch( getdevs( &cur ) ) X! { X! case 1: X! selectdevs( &dev_select, &num_selected, X! &num_selections, &select_generation, X! generation, cur.dinfo->devices, X! ndevs, matches, num_matches, X! specified_devices, X! num_devices_specified, X! DS_SELECT_ONLY, X! maxshowdevs, 1 ); X! X! if (kvmd==NULL) X! { X! fprintf(stderr, "kvm_openfiles: %s\n", errbuf); X! exit(errno); X! } X! else X! { X! (void)kvm_read( kvmd, nl[N_TK_NIN].n_value, &cur.tk_nin, X! sizeof(cur.tk_nin) ); X! (void)kvm_read( kvmd, nl[N_TK_NOUT].n_value, &cur.tk_nout, X! sizeof(cur.tk_nout) ); X! (void)kvm_read( kvmd, nl[N_CP_TIME].n_value, X! cur.cp_time, sizeof(cur.cp_time) ); X! } X! X! tmpinfo = last.dinfo; X! memcpy( &last, &cur, sizeof(cur) ); X! cur.dinfo = tmpinfo; X! X! last.busy_time = cur.busy_time; X! break; X! default: X! break; X! } X! X! selectdevs( &dev_select, &num_selected, &num_selections, X! &select_generation, generation, cur.dinfo->devices, X! ndevs, matches, num_matches, specified_devices, X! num_devices_specified, DS_SELECT_ONLY, maxshowdevs, X! 1 ); X! X! tmp = cur.tk_nin; X! cur.tk_nin -= last.tk_nin; X! last.tk_nin = tmp; X! tmp = cur.tk_nout; X! cur.tk_nout -= last.tk_nout; X! last.tk_nout = tmp; X! X! { X! register int dn; X! long double transfers_per_second; X! long double kb_per_transfer, mb_per_second; X! u_int64_t total_bytes, total_transfers, total_blocks; X! long double busy_seconds; X! long double blocks_per_second, ms_per_transaction; X! X! busy_seconds = compute_etime( cur.busy_time, last.busy_time ); X! X! for( dn = 0; dn < ndevs; dn++ ) X! { X! int di = dev_select[dn].position; X! X! if( compute_stats( &cur.dinfo->devices[di], X! &last.dinfo->devices[di], X! busy_seconds, X! &total_bytes, X! &total_transfers, X! &total_blocks, X! &kb_per_transfer, X! &transfers_per_second, X! &mb_per_second, X! &blocks_per_second, X! &ms_per_transaction ) == 0 ) X! { X! *ds += total_blocks; X! } X! } X } X } X+ initted = 1; X } X+ X+ if( dev_select ) X+ free( dev_select ); X+ #endif X if (*ds > maxdiskio) maxdiskio = *ds; X } X } X*************** X*** 597,605 **** X X int checksysdevs(void) { X X! strcpy(stat_device[0].name, "cpu0"); X! strcpy(stat_device[1].name, "i/o"); X! strcpy(stat_device[2].name, "sys"); X X return 3; X } X--- 1095,1103 ---- X X int checksysdevs(void) { X X! strncpy(stat_device[0].name, "cpu0", 5); X! strncpy(stat_device[1].name, "i/o", 5); X! strncpy(stat_device[2].name, "sys", 5); X X return 3; X } X*************** X*** 638,643 **** X--- 1136,1142 ---- X int *p; X int d; X X+ /* printf ("size = %d, num = %d\n", size, num); */ X pixels_per_byte = 100; X p = his; X for (j=0; jRelease-Note: >Audit-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 Jun 27 19: 0:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E992150F3; Sun, 27 Jun 1999 19:00:39 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA64379; Sun, 27 Jun 1999 19:00:38 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 27 Jun 1999 19:00:38 -0700 (PDT) From: Message-Id: <199906280200.TAA64379@freefall.freebsd.org> To: sk-ports@yin.vegamuse.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12425: update to make port work on -CURRENT (missed one before) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update to make port work on -CURRENT (missed one before) State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sun Jun 27 19:00:23 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 19:16:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id 7E46314E30 for ; Sun, 27 Jun 1999 19:16:08 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from localhost.nowhere (ppp18323.on.bellglobal.com [206.172.130.3]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id WAA02420; Sun, 27 Jun 1999 22:19:08 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id WAA85608; Sun, 27 Jun 1999 22:16:27 -0400 (EDT) (envelope-from tim) Date: Sun, 27 Jun 1999 22:16:26 -0400 From: Tim Vanderhoek To: "Jason C. Wells" Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/12422: Update: Fvwm-2.2.2 Message-ID: <19990627221626.B85565@mad> References: <19990627204201.B71557@mad> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: ; from Jason C. Wells on Sun, Jun 27, 1999 at 11:09:11AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Jun 27, 1999 at 11:09:11AM -0700, Jason C. Wells wrote: > > Yes, these instructions are "in the handbook" and they're even on the same > page as the instructions I used to look up the shar incantation that I > could not remember. Now I am sure there are those comments being muttered > underbreath about people being able to read... Actually, when billf closed the PR under my feet, I went to look in the handbook for said instructions, and they were pretty tough to find. :-) It should be clarified shortly, as soon as my pitiful sgml passes ``make validate''... -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 19:16:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id 9A76714E30 for ; Sun, 27 Jun 1999 19:16:44 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from localhost.nowhere (ppp18323.on.bellglobal.com [206.172.130.3]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id WAA02587; Sun, 27 Jun 1999 22:19:44 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id WAA85618; Sun, 27 Jun 1999 22:17:09 -0400 (EDT) (envelope-from tim) Date: Sun, 27 Jun 1999 22:17:08 -0400 From: Tim Vanderhoek To: Chris Piazza Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/12422: Update: Fvwm-2.2.2 Message-ID: <19990627221708.C85565@mad> References: <199906280050.RAA51397@freefall.freebsd.org> <19990627175248.B18239@norn.ca.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <19990627175248.B18239@norn.ca.eu.org>; from Chris Piazza on Sun, Jun 27, 1999 at 05:52:48PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Jun 27, 1999 at 05:52:48PM -0700, Chris Piazza wrote: > > > > No terminating periods, please. > > Which reminds me, if you are going to enforce this, how about having > portlint give an error for improper COMMENT formats? I don't maintain portlint. -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 19:23:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id 09B39152AC for ; Sun, 27 Jun 1999 19:23:24 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA104551407; Sun, 27 Jun 1999 18:10:07 -0400 Date: Sun, 27 Jun 1999 18:10:07 -0400 (EDT) From: Bill Fumerola To: Tim Vanderhoek Cc: "Jason C. Wells" , freebsd-ports@FreeBSD.ORG Subject: Re: ports/12422: Update: Fvwm-2.2.2 In-Reply-To: <19990627221626.B85565@mad> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 27 Jun 1999, Tim Vanderhoek wrote: > Actually, when billf closed the PR under my feet, I went to look in > the handbook for said instructions, and they were pretty tough to > find. :-) If you look in the audit-trail for the PR you will clearly see that I was 28 seconds quicker then cpiazza and 38 minutes quicker then you. :> > It should be clarified shortly, as soon as my pitiful sgml passes > ``make validate''... The bold "Note:" statement on it's own line just isn't enough? Hint to Tim: look at htmlcheck on freefall. :> - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 19:50: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F73A152E5 for ; Sun, 27 Jun 1999 19:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA69293; Sun, 27 Jun 1999 19:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id DFDCD152CF; Sun, 27 Jun 1999 19:44:53 -0700 (PDT) Message-Id: <19990628024453.DFDCD152CF@hub.freebsd.org> Date: Sun, 27 Jun 1999 19:44:53 -0700 (PDT) From: pauls@ieng.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12426: majordomo port does silly chown of /usr/local/man stuff Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12426 >Category: ports >Synopsis: majordomo port does silly chown of /usr/local/man stuff >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 Jun 27 19:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Paul Southworth >Release: 3.2-RELEASE >Organization: Internet Engineering Group >Environment: FreeBSD ns2.ieng.com 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Tue May 18 04:05:08 GMT 1999 jkh@cathair:/usr/src/sys/compile/GENERIC i386 >Description: when you install the majordomo port, it chowns a number of things to the majordom user that it shouldn't, including /usr/local/man, /usr/local/man/man1, /usr/local/man/man8, and all the man page files it installs. >How-To-Repeat: cd /usr/ports/mail/majordomo ; make install >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 19:59:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from s8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by hub.freebsd.org (Postfix) with ESMTP id 32F2F1529F for ; Sun, 27 Jun 1999 19:59:20 -0700 (PDT) (envelope-from jcwells@u.washington.edu) Received: from localhost (jcw@localhost) by s8-37-26.student.washington.edu (8.9.3/8.9.1) with ESMTP id NAA14976; Sun, 27 Jun 1999 13:04:14 -0700 (PDT) (envelope-from jcwells@u.washington.edu) X-Authentication-Warning: s8-37-26.student.washington.edu: jcw owned process doing -bs Date: Sun, 27 Jun 1999 13:04:14 -0700 (PDT) From: "Jason C. Wells" X-Sender: jcw@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: Bill Fumerola Cc: Tim Vanderhoek , "Jason C. Wells" , freebsd-ports@FreeBSD.ORG Subject: Re: ports/12422: Update: Fvwm-2.2.2 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 Sun, 27 Jun 1999, Bill Fumerola wrote: >If you look in the audit-trail for the PR you will clearly see that I was >28 seconds quicker then cpiazza and 38 minutes quicker then you. :> This was good for a LOL. FreeBSD is so cool. Thank You, | "Those who would trade freedom for security deserve neither Jason Wells | freedom nor security." - Benjamin Franklin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 20: 6:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id 2ED5714F8B for ; Sun, 27 Jun 1999 20:06:19 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from localhost.nowhere (ppp18323.on.bellglobal.com [206.172.130.3]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id XAA16053; Sun, 27 Jun 1999 23:09:19 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id XAA86276; Sun, 27 Jun 1999 23:06:44 -0400 (EDT) (envelope-from tim) Date: Sun, 27 Jun 1999 23:06:44 -0400 From: Tim Vanderhoek To: Bill Fumerola Cc: "Jason C. Wells" , freebsd-ports@FreeBSD.ORG Subject: Re: ports/12422: Update: Fvwm-2.2.2 Message-ID: <19990627230643.A86236@mad> References: <19990627221626.B85565@mad> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: ; from Bill Fumerola on Sun, Jun 27, 1999 at 06:10:07PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Jun 27, 1999 at 06:10:07PM -0400, Bill Fumerola wrote: > > > Actually, when billf closed the PR under my feet, I went to look in > > the handbook for said instructions, and they were pretty tough to > > find. :-) > > If you look in the audit-trail for the PR you will clearly see that I was > 28 seconds quicker then cpiazza and 38 minutes quicker then you. :> Ya, and you know damn well that if I hadn't taken 38 minutes to write the longer message kindly explaining to Jason what needed to be changed, I would've beaten you both! ;-) [Hey! Read it! That was one carefully written message!] > Hint to Tim: look at htmlcheck on freefall. :> Yay, maybe if freefall could stay within at least one word of echoing back the characters that I type, then I would consider doing any real file-editing on freefall (vs. locally)... -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 20:40:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC62D14DAB for ; Sun, 27 Jun 1999 20:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA72715; Sun, 27 Jun 1999 20:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id DD01F15417 for ; Sun, 27 Jun 1999 20:34:09 -0700 (PDT) (envelope-from dkelly@nospam.hiwaay.net) Received: from nospam.hiwaay.net (tnt8-216-180-14-143.dialup.HiWAAY.net [216.180.14.143]) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id WAA04935; Sun, 27 Jun 1999 22:34:04 -0500 (CDT) Received: (from dkelly@localhost) by nospam.hiwaay.net (8.9.3/8.9.3) id WAA77718; Sun, 27 Jun 1999 22:33:15 -0500 (CDT) (envelope-from dkelly) Message-Id: <199906280333.WAA77718@nospam.hiwaay.net> Date: Sun, 27 Jun 1999 22:33:15 -0500 (CDT) From: dkelly@hiwaay.net Reply-To: dkelly@hiwaay.net To: FreeBSD-gnats-submit@freebsd.org Cc: dkelly@hiwaay.net X-Send-Pr-Version: 3.2 Subject: ports/12427: postgresql-6.5 port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12427 >Category: ports >Synopsis: diffs for PostgreSQL 6.4.2 to 6.5 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 27 20:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: David Kelly >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: % uname -a FreeBSD nospam.hiwaay.net 3.2-STABLE FreeBSD 3.2-STABLE #0: Sun Jun 13 08:28:04 CDT 1999 dkelly@nospam.hiwaay.net:/usr/src/sys/compile/REEBOK i386 >Description: This is the diffs for the postgresql port that allowed me to install 6.5. Generated like this: % cd /usr/ports/databases % diff -rc postgresql postgresql.orig > diffs Actually had this stuff for a while but pkg_delete had an awful time wtih the PLIST. Rather than edit the old PLIST into shape I simply cut out the old section and pasted totally new. I don't understand why pkg_delete complains about pgsql/man* files. So I removed them from PLIST. Somebody ought to completly check my work as there appear to be a number of include files and libraries added and missing between versions. Also I'm not a big postgresql user, so just because it seems to work for me, doesn't mean a lot. OTOH, I did run the regression tests. float8 and geometry failed. The float8 failures need some attention as there is some extra output: ERROR: floating point exception! The last floating point operation either exceeded legal ranges or was a divide by zero >How-To-Repeat: >Fix: diff -rc postgresql/Makefile postgresql.orig/Makefile *** postgresql/Makefile Sun Jun 27 21:19:22 1999 --- postgresql.orig/Makefile Sat Jun 26 19:21:59 1999 *************** *** 6,12 **** # $Id: Makefile,v 1.42 1999/06/26 20:59:57 obrien Exp $ # ! DISTNAME= postgresql-6.5 CATEGORIES= databases MASTER_SITES= ftp://ftp.postgresql.org/pub/ \ ftp://ftp.iodynamics.com/pub/mirror/postgresql/ \ --- 6,12 ---- # $Id: Makefile,v 1.42 1999/06/26 20:59:57 obrien Exp $ # ! DISTNAME= postgresql-6.4.2 CATEGORIES= databases MASTER_SITES= ftp://ftp.postgresql.org/pub/ \ ftp://ftp.iodynamics.com/pub/mirror/postgresql/ \ *************** *** 16,21 **** --- 16,23 ---- ftp://ftp.sunet.se/pub/unix/databases/relational/postgresql/ MAINTAINER= andreas@FreeBSD.ORG + + BROKEN='unfetchable, version 6.5 is the latest' .if ${MACHINE_ARCH} == "alpha" BROKEN= doesn\'t build on the alpha yet diff -rc postgresql/files/md5 postgresql.orig/files/md5 *** postgresql/files/md5 Sat Jun 19 20:41:25 1999 --- postgresql.orig/files/md5 Wed Jan 20 18:13:45 1999 *************** *** 1 **** ! MD5 (postgresql-6.5.tar.gz) = 920378e7b3d08aa940393f6c1dcb6792 --- 1 ---- ! MD5 (postgresql-6.4.2.tar.gz) = 4f5e0409921892ca08fff2d8c099b3d7 diff -rc postgresql/patches/patch-aj postgresql.orig/patches/patch-aj *** postgresql/patches/patch-aj Sat Jun 19 22:10:36 1999 --- postgresql.orig/patches/patch-aj Sat Jan 31 12:26:49 1998 *************** *** 1,23 **** ! --- bin/pg_passwd/pg_passwd.c.orig Thu May 27 02:00:40 1999 ! +++ bin/pg_passwd/pg_passwd.c Sat Jun 19 20:54:08 1999 ! @@ -26,11 +26,15 @@ #endif +#ifndef _POSIX_SOURCE ! +#define _PASSWORD_LEN 128 /* max length, not containing NULL */ +#endif + char *comname; ! static void usage(FILE *stream); ! static void read_pwd_file(char *filename); ! static void write_pwd_file(char *filename, char *bkname); ! -static void encrypt_pwd(char key[9], char salt[3], char passwd[14]); ! +static void encrypt_pwd(char key[9], char salt[3], char passwd[_PASSWORD_LEN+1]); ! static void prompt_for_username(char *username); ! static void prompt_for_password(char *prompt, char *password); ! @@ -158,7 +162,7 @@ if (q != NULL) *(q++) = '\0'; --- 1,25 ---- ! --- bin/pg_passwd/pg_passwd.c.orig Sat Jan 31 19:09:26 1998 ! +++ bin/pg_passwd/pg_passwd.c Sat Jan 31 19:15:43 1998 ! @@ -23,12 +23,16 @@ #endif +#ifndef _POSIX_SOURCE ! +# define _PASSWORD_LEN 128 /* max length, not containing NULL */ +#endif + char *comname; ! void usage(FILE *stream); ! void read_pwd_file(char *filename); ! void write_pwd_file(char *filename, char *bkname); ! -void encrypt_pwd(char key[9], char salt[3], char passwd[14]); ! -int check_pwd(char key[9], char passwd[14]); ! +void encrypt_pwd(char key[9], char salt[3], char passwd[_PASSWORD_LEN+1]); ! +int check_pwd(char key[9], char passwd[_PASSWORD_LEN+1]); ! void prompt_for_username(char *username); ! void prompt_for_password(char *prompt, char *password); ! @@ -148,7 +152,7 @@ if (q != NULL) *(q++) = '\0'; *************** *** 26,44 **** { fprintf(stderr, "WARNING: %s: line %d: illegal password length.\n", filename, npwds + 1); ! @@ -222,7 +226,7 @@ } ! static void -encrypt_pwd(char key[9], char salt[3], char passwd[14]) +encrypt_pwd(char key[9], char salt[3], char passwd[_PASSWORD_LEN+1]) { int n; ! @@ -254,9 +258,9 @@ ! #ifdef NOT_USED ! static int -check_pwd(char key[9], char passwd[14]) +check_pwd(char key[9], char passwd[_PASSWORD_LEN+1]) { --- 28,46 ---- { fprintf(stderr, "WARNING: %s: line %d: illegal password length.\n", filename, npwds + 1); ! @@ -208,7 +212,7 @@ } ! void -encrypt_pwd(char key[9], char salt[3], char passwd[14]) +encrypt_pwd(char key[9], char salt[3], char passwd[_PASSWORD_LEN+1]) { int n; ! @@ -242,9 +246,9 @@ ! } ! int -check_pwd(char key[9], char passwd[14]) +check_pwd(char key[9], char passwd[_PASSWORD_LEN+1]) { *************** *** 47,62 **** char salt[3]; salt[0] = passwd[0]; ! @@ -264,7 +268,7 @@ salt[2] = '\0'; encrypt_pwd(key, salt, shouldbe); - return strncmp(shouldbe, passwd, 13) == 0 ? 1 : 0; + return strncmp(shouldbe, passwd, _PASSWORD_LEN) == 0 ? 1 : 0; } - #endif ! @@ -339,7 +343,7 @@ char salt[3]; char key[9], key2[9]; --- 49,64 ---- char salt[3]; salt[0] = passwd[0]; ! @@ -252,7 +256,7 @@ salt[2] = '\0'; encrypt_pwd(key, salt, shouldbe); - return strncmp(shouldbe, passwd, 13) == 0 ? 1 : 0; + return strncmp(shouldbe, passwd, _PASSWORD_LEN) == 0 ? 1 : 0; } ! void ! @@ -326,7 +330,7 @@ char salt[3]; char key[9], key2[9]; Only in postgresql.orig/patches: patch-ak Only in postgresql.orig/patches: patch-ao Only in postgresql.orig/patches: patch-ap Only in postgresql.orig/patches: patch-aq Only in postgresql.orig/patches: patch-ar diff -rc postgresql/pkg/PLIST postgresql.orig/pkg/PLIST *** postgresql/pkg/PLIST Sun Jun 27 21:58:10 1999 --- postgresql.orig/pkg/PLIST Thu Feb 4 22:04:49 1999 *************** *** 1,131 **** etc/rc.d/pgsql.sh ! pgsql/lib/global1.bki.source ! pgsql/lib/global1.description ! pgsql/lib/local1_template1.bki.source ! pgsql/lib/local1_template1.description ! pgsql/lib/pg_hba.conf.sample ! pgsql/lib/pg_geqo.sample ! pgsql/lib/libpq.a ! pgsql/lib/libpq.so.2 ! pgsql/lib/libpq.so ! pgsql/lib/libecpg.a ! pgsql/lib/libecpg.so.3 ! pgsql/lib/libecpg.so ! pgsql/lib/libpq++.a ! pgsql/lib/libpq++.so.3 ! pgsql/lib/libpq++.so ! pgsql/lib/libpgtcl.a ! pgsql/lib/libpgtcl.so.2 ! pgsql/lib/libpgtcl.so ! pgsql/lib/plpgsql.so ! pgsql/lib/pltcl.so ! pgsql/bin/postgres ! pgsql/bin/postmaster ! pgsql/bin/ecpg ! pgsql/bin/pg_id ! pgsql/bin/pg_version ! pgsql/bin/psql ! pgsql/bin/pg_dump ! pgsql/bin/pg_dumpall ! pgsql/bin/pg_upgrade ! pgsql/bin/pg_passwd pgsql/bin/cleardbdir pgsql/bin/createdb - pgsql/bin/createlang pgsql/bin/createuser pgsql/bin/destroydb - pgsql/bin/destroylang pgsql/bin/destroyuser pgsql/bin/initdb - pgsql/bin/vacuumdb pgsql/bin/initlocation pgsql/bin/ipcclean ! pgsql/bin/pgaccess ! pgsql/bin/pgtclsh ! pgsql/bin/pgtksh ! pgsql/include/lib/dllist.h ! pgsql/include/libpq/pqcomm.h ! pgsql/include/libpq/libpq-fs.h ! pgsql/include/utils/geo_decls.h ! pgsql/include/utils/elog.h ! pgsql/include/utils/palloc.h ! pgsql/include/utils/mcxt.h ! pgsql/include/access/attnum.h ! pgsql/include/executor/spi.h ! pgsql/include/commands/trigger.h ! pgsql/include/fmgr.h ! pgsql/include/os.h ! pgsql/include/config.h ! pgsql/include/c.h ! pgsql/include/postgres.h ! pgsql/include/postgres_ext.h ! pgsql/include/libpq-fe.h ! pgsql/include/libpq-int.h ! pgsql/include/ecpgerrno.h ! pgsql/include/ecpglib.h ! pgsql/include/ecpgtype.h ! pgsql/include/sqlca.h ! pgsql/include/libpq++/pgconnection.h ! pgsql/include/libpq++/pgdatabase.h ! pgsql/include/libpq++/pgtransdb.h ! pgsql/include/libpq++/pgcursordb.h ! pgsql/include/libpq++/pglobject.h ! pgsql/include/libpq++.H ! pgsql/include/libpgtcl.h ! pgsql/.profile ! pgsql/data/base/template1/pg_proc ! pgsql/data/base/template1/pg_type ! pgsql/data/base/template1/pg_attribute ! pgsql/data/base/template1/pg_class ! pgsql/data/base/template1/pg_inherits ! pgsql/data/base/template1/pg_index ! pgsql/data/base/template1/pg_statistic ! pgsql/data/base/template1/pg_operator ! pgsql/data/base/template1/pg_opclass pgsql/data/base/template1/pg_am pgsql/data/base/template1/pg_amop pgsql/data/base/template1/pg_amproc ! pgsql/data/base/template1/pg_language ! pgsql/data/base/template1/pg_aggregate ! pgsql/data/base/template1/pg_ipl ! pgsql/data/base/template1/pg_inheritproc ! pgsql/data/base/template1/pg_rewrite ! pgsql/data/base/template1/pg_listener ! pgsql/data/base/template1/pg_description pgsql/data/base/template1/pg_attribute_relid_attnam_index pgsql/data/base/template1/pg_attribute_relid_attnum_index pgsql/data/base/template1/pg_proc_oid_index - pgsql/data/base/template1/pg_attribute_attrelid_index pgsql/data/base/template1/pg_proc_proname_narg_type_index pgsql/data/base/template1/pg_proc_prosrc_index - pgsql/data/base/template1/pg_type_oid_index - pgsql/data/base/template1/pg_type_typname_index - pgsql/data/base/template1/pg_class_oid_index - pgsql/data/base/template1/pg_class_relname_index - pgsql/data/base/template1/pg_attrdef - pgsql/data/base/template1/pg_attrdef_adrelid_index pgsql/data/base/template1/pg_relcheck pgsql/data/base/template1/pg_relcheck_rcrelid_index pgsql/data/base/template1/pg_trigger pgsql/data/base/template1/pg_trigger_tgrelid_index ! pgsql/data/base/template1/pg_description_objoid_index ! pgsql/data/base/template1/PG_VERSION pgsql/data/base/template1/pg_user - pgsql/data/base/template1/pg_rules pgsql/data/base/template1/pg_views - pgsql/data/base/template1/pg_tables - pgsql/data/base/template1/pg_indexes - pgsql/data/pg_variable pgsql/data/pg_database ! pgsql/data/pg_shadow pgsql/data/pg_group - pgsql/data/pg_log - pgsql/data/PG_VERSION pgsql/data/pg_hba.conf ! pgsql/data/pg_geqo.sample pgsql/data/pg_pwd pgsql/post-install-notes ! share/doc/pgsql/src/graphics/catalogs.ag share/doc/pgsql/src/graphics/catalogs.ps share/doc/pgsql/src/graphics/clientserver.ag share/doc/pgsql/src/graphics/clientserver.gif --- 1,157 ---- etc/rc.d/pgsql.sh ! pgsql/.profile pgsql/bin/cleardbdir pgsql/bin/createdb pgsql/bin/createuser pgsql/bin/destroydb pgsql/bin/destroyuser + pgsql/bin/ecpg pgsql/bin/initdb pgsql/bin/initlocation pgsql/bin/ipcclean ! pgsql/bin/pg_dump ! pgsql/bin/pg_dumpall ! pgsql/bin/pg_id ! pgsql/bin/pg_passwd ! pgsql/bin/pg_upgrade ! pgsql/bin/pg_version ! pgsql/bin/postgres ! pgsql/bin/postmaster ! pgsql/bin/psql ! pgsql/data/PG_VERSION ! pgsql/data/base/template1/PG_VERSION ! pgsql/data/base/template1/pg_aggregate pgsql/data/base/template1/pg_am pgsql/data/base/template1/pg_amop pgsql/data/base/template1/pg_amproc ! pgsql/data/base/template1/pg_attrdef ! pgsql/data/base/template1/pg_attrdef_adrelid_index ! pgsql/data/base/template1/pg_attribute ! pgsql/data/base/template1/pg_attribute_attrelid_index pgsql/data/base/template1/pg_attribute_relid_attnam_index pgsql/data/base/template1/pg_attribute_relid_attnum_index + pgsql/data/base/template1/pg_class + pgsql/data/base/template1/pg_class_oid_index + pgsql/data/base/template1/pg_class_relname_index + pgsql/data/base/template1/pg_description + pgsql/data/base/template1/pg_description_objoid_index + pgsql/data/base/template1/pg_index + pgsql/data/base/template1/pg_indexes + pgsql/data/base/template1/pg_inheritproc + pgsql/data/base/template1/pg_inherits + pgsql/data/base/template1/pg_internal.init + pgsql/data/base/template1/pg_ipl + pgsql/data/base/template1/pg_language + pgsql/data/base/template1/pg_listener + pgsql/data/base/template1/pg_opclass + pgsql/data/base/template1/pg_operator + pgsql/data/base/template1/pg_parg + pgsql/data/base/template1/pg_proc pgsql/data/base/template1/pg_proc_oid_index pgsql/data/base/template1/pg_proc_proname_narg_type_index pgsql/data/base/template1/pg_proc_prosrc_index pgsql/data/base/template1/pg_relcheck pgsql/data/base/template1/pg_relcheck_rcrelid_index + pgsql/data/base/template1/pg_rewrite + pgsql/data/base/template1/pg_rules + pgsql/data/base/template1/pg_statistic + pgsql/data/base/template1/pg_tables pgsql/data/base/template1/pg_trigger pgsql/data/base/template1/pg_trigger_tgrelid_index ! pgsql/data/base/template1/pg_type ! pgsql/data/base/template1/pg_type_oid_index ! pgsql/data/base/template1/pg_type_typname_index pgsql/data/base/template1/pg_user pgsql/data/base/template1/pg_views pgsql/data/pg_database ! pgsql/data/pg_geqo.sample pgsql/data/pg_group pgsql/data/pg_hba.conf ! pgsql/data/pg_log pgsql/data/pg_pwd + pgsql/data/pg_shadow + pgsql/data/pg_variable + pgsql/include/access/attnum.h + pgsql/include/c.h + pgsql/include/commands/trigger.h + pgsql/include/config.h + pgsql/include/ecpgerrno.h + pgsql/include/ecpglib.h + pgsql/include/ecpgtype.h + pgsql/include/executor/spi.h + pgsql/include/fmgr.h + pgsql/include/lib/dllist.h + pgsql/include/libpq++.h + pgsql/include/libpq++/pgconnection.h + pgsql/include/libpq++/pgcursordb.h + pgsql/include/libpq++/pgdatabase.h + pgsql/include/libpq++/pgenv.h + pgsql/include/libpq++/pglobject.h + pgsql/include/libpq++/pgtransdb.h + pgsql/include/libpq-fe.h + pgsql/include/libpq-int.h + pgsql/include/libpq/libpq-fs.h + pgsql/include/libpq/pqcomm.h + pgsql/include/os.h + pgsql/include/postgres.h + pgsql/include/postgres_ext.h + pgsql/include/sqlca.h + pgsql/include/utils/elog.h + pgsql/include/utils/geo_decls.h + pgsql/include/utils/palloc.h + pgsql/lib/global1.bki.source + pgsql/lib/global1.description + pgsql/lib/libecpg.a + pgsql/lib/libecpg.so + pgsql/lib/libecpg.so.2 + pgsql/lib/libpq++.a + pgsql/lib/libpq++.so + pgsql/lib/libpq++.so.2 + pgsql/lib/libpq.a + pgsql/lib/libpq.so + pgsql/lib/libpq.so.2 + pgsql/lib/local1_template1.bki.source + pgsql/lib/local1_template1.description + pgsql/lib/pg_geqo.sample + pgsql/lib/pg_hba.conf.sample + pgsql/lib/plpgsql.so + @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B + @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R pgsql/post-install-notes ! share/doc/pgsql/CVS/Entries ! share/doc/pgsql/CVS/Repository ! share/doc/pgsql/CVS/Root ! share/doc/pgsql/CVS/Tag ! share/doc/pgsql/FAQ ! share/doc/pgsql/FAQ_CVS ! share/doc/pgsql/FAQ_DEV ! share/doc/pgsql/FAQ_FreeBSD ! share/doc/pgsql/FAQ_HPUX ! share/doc/pgsql/FAQ_Irix ! share/doc/pgsql/FAQ_Linux ! share/doc/pgsql/Makefile ! share/doc/pgsql/README.fsync ! share/doc/pgsql/README.inet ! share/doc/pgsql/README.locale ! share/doc/pgsql/README.mb ! share/doc/pgsql/README.mb.jp ! share/doc/pgsql/TODO ! share/doc/pgsql/admin.ps.gz ! share/doc/pgsql/admin.tar.gz ! share/doc/pgsql/bug.template ! share/doc/pgsql/postgres.tar.gz ! share/doc/pgsql/programmer.ps.gz ! share/doc/pgsql/programmer.tar.gz ! share/doc/pgsql/src/CVS/Entries ! share/doc/pgsql/src/CVS/Repository ! share/doc/pgsql/src/CVS/Root ! share/doc/pgsql/src/CVS/Tag ! share/doc/pgsql/src/Makefile ! share/doc/pgsql/src/graphics/CVS/Entries ! share/doc/pgsql/src/graphics/CVS/Repository ! share/doc/pgsql/src/graphics/CVS/Root ! share/doc/pgsql/src/graphics/CVS/Tag ! share/doc/pgsql/src/graphics/catalogs.gif share/doc/pgsql/src/graphics/catalogs.ps share/doc/pgsql/src/graphics/clientserver.ag share/doc/pgsql/src/graphics/clientserver.gif *************** *** 133,141 **** share/doc/pgsql/src/graphics/connections.gif share/doc/pgsql/src/graphics/layout.ag share/doc/pgsql/src/graphics/layout.gif ! share/doc/pgsql/src/graphics/catalogs.cgm ! share/doc/pgsql/src/graphics/catalogs.gif ! share/doc/pgsql/src/sgml/ref/select_into.sgml share/doc/pgsql/src/sgml/ref/allfiles.sgml share/doc/pgsql/src/sgml/ref/alter_table.sgml share/doc/pgsql/src/sgml/ref/alter_user.sgml --- 159,228 ---- share/doc/pgsql/src/graphics/connections.gif share/doc/pgsql/src/graphics/layout.ag share/doc/pgsql/src/graphics/layout.gif ! share/doc/pgsql/src/sgml/CVS/Entries ! share/doc/pgsql/src/sgml/CVS/Repository ! share/doc/pgsql/src/sgml/CVS/Root ! share/doc/pgsql/src/sgml/CVS/Tag ! share/doc/pgsql/src/sgml/Makefile ! share/doc/pgsql/src/sgml/about.sgml ! share/doc/pgsql/src/sgml/admin.sgml ! share/doc/pgsql/src/sgml/advanced.sgml ! share/doc/pgsql/src/sgml/arch-dev.sgml ! share/doc/pgsql/src/sgml/arch-pg.sgml ! share/doc/pgsql/src/sgml/arch.sgml ! share/doc/pgsql/src/sgml/array.sgml ! share/doc/pgsql/src/sgml/biblio.sgml ! share/doc/pgsql/src/sgml/bki.sgml ! share/doc/pgsql/src/sgml/compiler.sgml ! share/doc/pgsql/src/sgml/config.sgml ! share/doc/pgsql/src/sgml/contacts.sgml ! share/doc/pgsql/src/sgml/current.sgml ! share/doc/pgsql/src/sgml/datatype.sgml ! share/doc/pgsql/src/sgml/dfunc.sgml ! share/doc/pgsql/src/sgml/docguide.sgml ! share/doc/pgsql/src/sgml/ecpg.sgml ! share/doc/pgsql/src/sgml/environ.sgml ! share/doc/pgsql/src/sgml/extend.sgml ! share/doc/pgsql/src/sgml/func-ref.sgml ! share/doc/pgsql/src/sgml/func.sgml ! share/doc/pgsql/src/sgml/geqo.sgml ! share/doc/pgsql/src/sgml/gist.sgml ! share/doc/pgsql/src/sgml/history.sgml ! share/doc/pgsql/src/sgml/indices.sgml ! share/doc/pgsql/src/sgml/info.sgml ! share/doc/pgsql/src/sgml/inherit.sgml ! share/doc/pgsql/src/sgml/install.sgml ! share/doc/pgsql/src/sgml/installation.sgml ! share/doc/pgsql/src/sgml/intro-ag.sgml ! share/doc/pgsql/src/sgml/intro-pg.sgml ! share/doc/pgsql/src/sgml/intro.sgml ! share/doc/pgsql/src/sgml/jdbc.sgml ! share/doc/pgsql/src/sgml/keys.sgml ! share/doc/pgsql/src/sgml/legal.sgml ! share/doc/pgsql/src/sgml/libpgtcl.sgml ! share/doc/pgsql/src/sgml/libpq++.sgml ! share/doc/pgsql/src/sgml/libpq.sgml ! share/doc/pgsql/src/sgml/lobj.sgml ! share/doc/pgsql/src/sgml/manage.sgml ! share/doc/pgsql/src/sgml/notation.sgml ! share/doc/pgsql/src/sgml/odbc.sgml ! share/doc/pgsql/src/sgml/oper.sgml ! share/doc/pgsql/src/sgml/page.sgml ! share/doc/pgsql/src/sgml/pg_options.sgml ! share/doc/pgsql/src/sgml/pgaccess.sgml ! share/doc/pgsql/src/sgml/ports.sgml ! share/doc/pgsql/src/sgml/postgres.sgml ! share/doc/pgsql/src/sgml/programmer.sgml ! share/doc/pgsql/src/sgml/protocol.sgml ! share/doc/pgsql/src/sgml/psql.sgml ! share/doc/pgsql/src/sgml/query-ug.sgml ! share/doc/pgsql/src/sgml/query.sgml ! share/doc/pgsql/src/sgml/recovery.sgml ! share/doc/pgsql/src/sgml/ref/CVS/Entries ! share/doc/pgsql/src/sgml/ref/CVS/Repository ! share/doc/pgsql/src/sgml/ref/CVS/Root ! share/doc/pgsql/src/sgml/ref/CVS/Tag ! share/doc/pgsql/src/sgml/ref/abort.sgml share/doc/pgsql/src/sgml/ref/allfiles.sgml share/doc/pgsql/src/sgml/ref/alter_table.sgml share/doc/pgsql/src/sgml/ref/alter_user.sgml *************** *** 170,177 **** share/doc/pgsql/src/sgml/ref/destroyuser.sgml share/doc/pgsql/src/sgml/ref/drop_aggregate.sgml share/doc/pgsql/src/sgml/ref/drop_database.sgml - share/doc/pgsql/src/sgml/ref/drop_index.sgml share/doc/pgsql/src/sgml/ref/drop_function.sgml share/doc/pgsql/src/sgml/ref/drop_language.sgml share/doc/pgsql/src/sgml/ref/drop_operator.sgml share/doc/pgsql/src/sgml/ref/drop_rule.sgml --- 257,264 ---- share/doc/pgsql/src/sgml/ref/destroyuser.sgml share/doc/pgsql/src/sgml/ref/drop_aggregate.sgml share/doc/pgsql/src/sgml/ref/drop_database.sgml share/doc/pgsql/src/sgml/ref/drop_function.sgml + share/doc/pgsql/src/sgml/ref/drop_index.sgml share/doc/pgsql/src/sgml/ref/drop_language.sgml share/doc/pgsql/src/sgml/ref/drop_operator.sgml share/doc/pgsql/src/sgml/ref/drop_rule.sgml *************** *** 192,202 **** share/doc/pgsql/src/sgml/ref/lock.sgml share/doc/pgsql/src/sgml/ref/move.sgml share/doc/pgsql/src/sgml/ref/notify.sgml - share/doc/pgsql/src/sgml/ref/reset.sgml share/doc/pgsql/src/sgml/ref/pg_dump.sgml share/doc/pgsql/src/sgml/ref/pg_dumpall.sgml share/doc/pgsql/src/sgml/ref/pg_upgrade.sgml share/doc/pgsql/src/sgml/ref/psql-ref.sgml share/doc/pgsql/src/sgml/ref/revoke.sgml share/doc/pgsql/src/sgml/ref/rollback.sgml share/doc/pgsql/src/sgml/ref/select.sgml --- 279,289 ---- share/doc/pgsql/src/sgml/ref/lock.sgml share/doc/pgsql/src/sgml/ref/move.sgml share/doc/pgsql/src/sgml/ref/notify.sgml share/doc/pgsql/src/sgml/ref/pg_dump.sgml share/doc/pgsql/src/sgml/ref/pg_dumpall.sgml share/doc/pgsql/src/sgml/ref/pg_upgrade.sgml share/doc/pgsql/src/sgml/ref/psql-ref.sgml + share/doc/pgsql/src/sgml/ref/reset.sgml share/doc/pgsql/src/sgml/ref/revoke.sgml share/doc/pgsql/src/sgml/ref/rollback.sgml share/doc/pgsql/src/sgml/ref/select.sgml *************** *** 205,282 **** share/doc/pgsql/src/sgml/ref/unlisten.sgml share/doc/pgsql/src/sgml/ref/update.sgml share/doc/pgsql/src/sgml/ref/vacuum.sgml - share/doc/pgsql/src/sgml/ref/vacuumdb.sgml - share/doc/pgsql/src/sgml/ref/#cvs.cvsup-5969.7 - share/doc/pgsql/src/sgml/ref/pgaccess-ref.sgml - share/doc/pgsql/src/sgml/ref/pgadmin-ref.sgml - share/doc/pgsql/src/sgml/ref/postgres-ref.sgml - share/doc/pgsql/src/sgml/ref/postmaster.sgml - share/doc/pgsql/src/sgml/ref/create_table_as.sgml - share/doc/pgsql/src/sgml/ref/abort.sgml - share/doc/pgsql/src/sgml/rules.sgml - share/doc/pgsql/src/sgml/Makefile - share/doc/pgsql/src/sgml/about.sgml - share/doc/pgsql/src/sgml/admin.sgml - share/doc/pgsql/src/sgml/advanced.sgml - share/doc/pgsql/src/sgml/arch-dev.sgml - share/doc/pgsql/src/sgml/arch-pg.sgml - share/doc/pgsql/src/sgml/arch.sgml - share/doc/pgsql/src/sgml/array.sgml - share/doc/pgsql/src/sgml/biblio.sgml - share/doc/pgsql/src/sgml/bki.sgml - share/doc/pgsql/src/sgml/compiler.sgml - share/doc/pgsql/src/sgml/config.sgml - share/doc/pgsql/src/sgml/contacts.sgml - share/doc/pgsql/src/sgml/cvs.sgml - share/doc/pgsql/src/sgml/datatype.sgml - share/doc/pgsql/src/sgml/dfunc.sgml - share/doc/pgsql/src/sgml/docguide.sgml - share/doc/pgsql/src/sgml/ecpg.sgml - share/doc/pgsql/src/sgml/environ.sgml - share/doc/pgsql/src/sgml/extend.sgml - share/doc/pgsql/src/sgml/func-ref.sgml - share/doc/pgsql/src/sgml/func.sgml - share/doc/pgsql/src/sgml/geqo.sgml - share/doc/pgsql/src/sgml/gist.sgml - share/doc/pgsql/src/sgml/history.sgml - share/doc/pgsql/src/sgml/indices.sgml - share/doc/pgsql/src/sgml/info.sgml - share/doc/pgsql/src/sgml/inherit.sgml - share/doc/pgsql/src/sgml/install-win32.sgml - share/doc/pgsql/src/sgml/install.sgml - share/doc/pgsql/src/sgml/installation.sgml - share/doc/pgsql/src/sgml/intro-ag.sgml - share/doc/pgsql/src/sgml/intro-pg.sgml - share/doc/pgsql/src/sgml/intro.sgml - share/doc/pgsql/src/sgml/jdbc.sgml - share/doc/pgsql/src/sgml/keys.sgml - share/doc/pgsql/src/sgml/legal.sgml - share/doc/pgsql/src/sgml/libpgtcl.sgml - share/doc/pgsql/src/sgml/libpq++.sgml - share/doc/pgsql/src/sgml/libpq.sgml - share/doc/pgsql/src/sgml/lobj.sgml - share/doc/pgsql/src/sgml/manage.sgml - share/doc/pgsql/src/sgml/notation.sgml - share/doc/pgsql/src/sgml/odbc.sgml - share/doc/pgsql/src/sgml/oper.sgml - share/doc/pgsql/src/sgml/page.sgml - share/doc/pgsql/src/sgml/pg_options.sgml - share/doc/pgsql/src/sgml/trouble.sgml - share/doc/pgsql/src/sgml/ports.sgml - share/doc/pgsql/src/sgml/postgres.sgml - share/doc/pgsql/src/sgml/programmer.sgml - share/doc/pgsql/src/sgml/protocol.sgml - share/doc/pgsql/src/sgml/query.sgml - share/doc/pgsql/src/sgml/recovery.sgml - share/doc/pgsql/src/sgml/reference.ced share/doc/pgsql/src/sgml/reference.sgml share/doc/pgsql/src/sgml/regress.sgml share/doc/pgsql/src/sgml/release.sgml share/doc/pgsql/src/sgml/runtime.sgml share/doc/pgsql/src/sgml/security.sgml share/doc/pgsql/src/sgml/signals.sgml share/doc/pgsql/src/sgml/spi.sgml - share/doc/pgsql/src/sgml/sql.sgml share/doc/pgsql/src/sgml/start-ag.sgml share/doc/pgsql/src/sgml/start.sgml share/doc/pgsql/src/sgml/storage.sgml --- 292,305 ---- share/doc/pgsql/src/sgml/ref/unlisten.sgml share/doc/pgsql/src/sgml/ref/update.sgml share/doc/pgsql/src/sgml/ref/vacuum.sgml share/doc/pgsql/src/sgml/reference.sgml share/doc/pgsql/src/sgml/regress.sgml share/doc/pgsql/src/sgml/release.sgml + share/doc/pgsql/src/sgml/rules.sgml share/doc/pgsql/src/sgml/runtime.sgml share/doc/pgsql/src/sgml/security.sgml share/doc/pgsql/src/sgml/signals.sgml share/doc/pgsql/src/sgml/spi.sgml share/doc/pgsql/src/sgml/start-ag.sgml share/doc/pgsql/src/sgml/start.sgml share/doc/pgsql/src/sgml/storage.sgml *************** *** 292,332 **** share/doc/pgsql/src/sgml/xplang.sgml share/doc/pgsql/src/sgml/xtypes.sgml share/doc/pgsql/src/sgml/y2k.sgml - share/doc/pgsql/src/sgml/mvcc.sgml - share/doc/pgsql/src/sgml/datetime.sgml - share/doc/pgsql/src/sgml/layout.sgml - share/doc/pgsql/src/Makefile - share/doc/pgsql/user.ps.gz - share/doc/pgsql/tutorial.tar.gz share/doc/pgsql/tutorial.ps.gz ! share/doc/pgsql/programmer.tar.gz ! share/doc/pgsql/programmer.ps.gz ! share/doc/pgsql/postgres.tar.gz ! share/doc/pgsql/internals.ps ! share/doc/pgsql/bug.template ! share/doc/pgsql/admin.tar.gz ! share/doc/pgsql/admin.ps.gz ! share/doc/pgsql/TODO ! share/doc/pgsql/README.mb.jp ! share/doc/pgsql/README.mb ! share/doc/pgsql/README.locale ! share/doc/pgsql/README.inet ! share/doc/pgsql/README.fsync ! share/doc/pgsql/Makefile ! share/doc/pgsql/FAQ_SCO ! share/doc/pgsql/FAQ_Linux ! share/doc/pgsql/FAQ_Irix ! share/doc/pgsql/FAQ_HPUX ! share/doc/pgsql/FAQ ! share/doc/pgsql/FAQ_FreeBSD ! share/doc/pgsql/FAQ_DigitalUnix ! share/doc/pgsql/FAQ_DEV ! share/doc/pgsql/FAQ_AIX share/doc/pgsql/user.tar.gz @dirrm share/doc/pgsql/src/sgml/ref @dirrm share/doc/pgsql/src/sgml @dirrm share/doc/pgsql/src/graphics @dirrm share/doc/pgsql/src @dirrm share/doc/pgsql @dirrm pgsql/man/manl @dirrm pgsql/man/man5 --- 315,333 ---- share/doc/pgsql/src/sgml/xplang.sgml share/doc/pgsql/src/sgml/xtypes.sgml share/doc/pgsql/src/sgml/y2k.sgml share/doc/pgsql/tutorial.ps.gz ! share/doc/pgsql/tutorial.tar.gz ! share/doc/pgsql/user.ps.gz share/doc/pgsql/user.tar.gz + @dirrm share/doc/pgsql/src/sgml/ref/CVS @dirrm share/doc/pgsql/src/sgml/ref + @dirrm share/doc/pgsql/src/sgml/CVS @dirrm share/doc/pgsql/src/sgml + @dirrm share/doc/pgsql/src/graphics/CVS @dirrm share/doc/pgsql/src/graphics + @dirrm share/doc/pgsql/src/CVS @dirrm share/doc/pgsql/src + @dirrm share/doc/pgsql/CVS @dirrm share/doc/pgsql @dirrm pgsql/man/manl @dirrm pgsql/man/man5 >Release-Note: >Audit-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 Jun 27 22:30:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from area51.fremont.ca.us (dialup09.v90pool1.infolane.net [207.88.42.209]) by hub.freebsd.org (Postfix) with ESMTP id 397AE150D9 for ; Sun, 27 Jun 1999 22:30:46 -0700 (PDT) (envelope-from mharo@area51.fremont.ca.us) Received: (from mharo@localhost) by area51.fremont.ca.us (8.9.3/8.9.2) id WAA07977; Sun, 27 Jun 1999 22:30:10 -0700 (PDT) (envelope-from mharo) Date: Sun, 27 Jun 1999 22:30:03 -0700 From: Michael Haro To: Tim Vanderhoek Cc: Chris Piazza , freebsd-ports@FreeBSD.ORG Subject: Re: ports/12422: Update: Fvwm-2.2.2 Message-ID: <19990627223003.A7918@area51.fremont.ca.us> Mail-Followup-To: Tim Vanderhoek , Chris Piazza , freebsd-ports@FreeBSD.ORG References: <199906280050.RAA51397@freefall.freebsd.org> <19990627175248.B18239@norn.ca.eu.org> <19990627221708.C85565@mad> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990627221708.C85565@mad>; from Tim Vanderhoek on Sun, Jun 27, 1999 at 10:17:08PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm told the portlint maintainer loves receiving diffs =) Michael On Sun, Jun 27, 1999 at 10:17:08PM -0400, Tim Vanderhoek wrote: > On Sun, Jun 27, 1999 at 05:52:48PM -0700, Chris Piazza wrote: > > > > > > No terminating periods, please. > > > > Which reminds me, if you are going to enforce this, how about having > > portlint give an error for improper COMMENT formats? > > I don't maintain portlint. > > > -- > This is my .signature which gets appended to the end of my messages. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jun 27 23: 4:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A2BF15395; Sun, 27 Jun 1999 23:04:43 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA84348; Sun, 27 Jun 1999 23:04:43 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 27 Jun 1999 23:04:43 -0700 (PDT) From: Message-Id: <199906280604.XAA84348@freefall.freebsd.org> To: k@numeri.campus.luth.se, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12410: latex2html port asume perl is in /usr/local/bin Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: latex2html port asume perl is in /usr/local/bin State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sun Jun 27 23:03:50 PDT 1999 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 Mon Jun 28 2:10: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 39CF615233 for ; Mon, 28 Jun 1999 02:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA05529; Mon, 28 Jun 1999 02:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from Terry.Dorm10.NCTU.edu.tw (Terry.Dorm10.NCTU.edu.tw [140.113.122.99]) by hub.freebsd.org (Postfix) with ESMTP id 3AF7814F02 for ; Mon, 28 Jun 1999 02:04:27 -0700 (PDT) (envelope-from ijliao@Terry.Dorm10.NCTU.edu.tw) Received: (from ijliao@localhost) by Terry.Dorm10.NCTU.edu.tw (8.9.3/8.9.3) id RAA59030; Mon, 28 Jun 1999 17:04:15 +0800 (CST) (envelope-from ijliao) Message-Id: <199906280904.RAA59030@Terry.Dorm10.NCTU.edu.tw> Date: Mon, 28 Jun 1999 17:04:15 +0800 (CST) From: Ying-Chieh Liao Reply-To: ijliao@Terry.Dorm10.NCTU.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12429: fix port error : devel/gtksheet Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12429 >Category: ports >Synopsis: fix port error : devel/gtksheet >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 Jun 28 02:10:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 4.0-CURRENT i386 >Organization: NCTU CSIE >Environment: FreeBSD Terry.Dorm10.NCTU.edu.tw 4.0-CURRENT FreeBSD 4.0-CURRENT #22: Tue Jun 22 19:30:00 CST 1999 root@Terry.Dorm10.NCTU.edu.tw:/usr/src/sys/compile/TERRY i386 >Description: I forgot to install header files. >How-To-Repeat: >Fix: diff -ruN /usr/ports/devel/gtksheet/Makefile gtksheet/Makefile --- /usr/ports/devel/gtksheet/Makefile Mon Jun 28 15:24:53 1999 +++ gtksheet/Makefile Mon Jun 28 16:58:09 1999 @@ -19,6 +19,8 @@ MAKE_ENV+= GTK_CONFIG=${GTK_CONFIG} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/libGtkSheet.a ${PREFIX}/lib + ${INSTALL_PROGRAM} ${WRKSRC}/libgtksheet.a ${PREFIX}/lib + ${MKDIR} ${PREFIX}/include/gtksheet + ${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/gtksheet .include diff -ruN /usr/ports/devel/gtksheet/pkg/PLIST gtksheet/pkg/PLIST --- /usr/ports/devel/gtksheet/pkg/PLIST Mon Jun 7 01:29:50 1999 +++ gtksheet/pkg/PLIST Mon Jun 28 16:58:17 1999 @@ -1 +1,7 @@ lib/libgtksheet.a +include/gtksheet/gtksheet.h +include/gtksheet/gtksheetentry.h +include/gtksheet/gtkbordercombo.h +include/gtksheet/gtkcolorcombo.h +include/gtksheet/gtkcombobox.h +@dirrm include/gtksheet >Release-Note: >Audit-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 Jun 28 3: 0: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C57314CD1 for ; Mon, 28 Jun 1999 03:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA11371; Mon, 28 Jun 1999 03:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 28 Jun 1999 03:00:03 -0700 (PDT) Message-Id: <199906281000.DAA11371@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Johan Karlsson Subject: Re: ports/12410: latex2html port asume perl is in /usr/local/bin Reply-To: Johan Karlsson Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12410; it has been noted by GNATS. From: Johan Karlsson To: freebsd-gnats-submit@freebsd.org, k@numeri.campus.luth.se, cpiazza@freebsd.org Cc: Subject: Re: ports/12410: latex2html port asume perl is in /usr/local/bin Date: Mon, 28 Jun 1999 11:52:06 +0200 When trying to run after a fresh install, I noted that there are more places this needs to be done in this port. Here is a diff (which _is_ cut-n-pasted): *** Makefile.orig Mon Jun 28 11:40:15 1999 --- Makefile Mon Jun 28 11:44:17 1999 *************** *** 27,32 **** --- 27,38 ---- post-patch: @${PERL} -pi -e 's:/usr/local/bin/perl:${PERL}:' ${WRKSRC}/latex2html + @${PERL} -pi -e 's:/usr/local/bin/perl:${PERL}:' ${WRKSRC}/configure-pstoimg + @${PERL} -pi -e 's:/usr/local/bin/perl:${PERL}:' ${WRKSRC}/install-test + @${PERL} -pi -e 's:/usr/local/bin/perl:${PERL}:' ${WRKSRC}/makemap + @${PERL} -pi -e 's:/usr/local/bin/perl:${PERL}:' ${WRKSRC}/pstoimg + @${PERL} -pi -e 's:/usr/local/bin/perl:${PERL}:' ${WRKSRC}/pstoimg_nopipes + @${PERL} -pi -e 's:/usr/local/bin/perl:${PERL}:' ${WRKSRC}/texexpand do-install: @${MKDIR} ${PREFIX}/share/latex2html /Johan -- Johan Karlsson Phone : +46 (0)920 720 16 Systemteknik, Datalogi Fax : +46 (0)920 721 91 Luleå Tekniska Universitet E-mail: Johan.Karlsson@SM.LuTH.SE S-971 87 LULEÅ, SWEDEN To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jun 28 4: 0: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7FFD415088 for ; Mon, 28 Jun 1999 04:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA16019; Mon, 28 Jun 1999 04:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.tg.rim.or.jp (mail.tg.rim.or.jp [202.247.130.149]) by hub.freebsd.org (Postfix) with ESMTP id D2ACA14DCA for ; Mon, 28 Jun 1999 03:53:38 -0700 (PDT) (envelope-from inagaki@tg.rim.or.jp) Received: from lunatic.kareidoscope.ne.jp (skai0717.ppp.infoweb.ne.jp [202.248.10.225]) by mail.tg.rim.or.jp (8.8.8/3.6W-RIMNET-98-06-09) with ESMTP id TAA18100; Mon, 28 Jun 1999 19:53:36 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by lunatic.kareidoscope.ne.jp (8.9.3/3.7W) with ESMTP id TAA21326; Mon, 28 Jun 1999 19:49:20 +0900 (JST) Message-Id: <19990628194920Q.inagaki@tg.rim.or.jp> Date: Mon, 28 Jun 1999 19:49:20 +0900 From: Inagaki Kentaro (=?iso-2022-jp?B?GyRCMHAzQDdyQkBPOhsoQg==?=) To: freebsd-gnats-submit@freebsd.org Cc: inagaki@tg.rim.or.jp Subject: ports/12430: update: japanese/vfxdvik Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12430 >Category: ports >Synopsis: New port: japanese/vfxdvik >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: Mon Jun 28 04:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Inagaki Kentaro & >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: bug fix (unfetchable distfiles). new support wheel mouse. patches/patch-ae is added. >How-To-Repeat: >Fix: diff -ruNx CVS vfxdvik.orig/Makefile vfxdvik/Makefile --- vfxdvik.orig/Makefile Thu Jun 17 02:05:11 1999 +++ vfxdvik/Makefile Mon Jun 28 19:38:19 1999 @@ -11,11 +11,12 @@ CATEGORIES= japanese print MASTER_SITES= ftp://ftp.iij.ad.jp/pub/TeX/CTAN/dviware/xdvik/ \ ftp://ftp.ipc.chiba-u.ac.jp/pub/pub.yamaga/xdvik-22/ \ - ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/ptex218/web2c/ \ + ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/ptex218/ \ ftp://ftp.tex.ac.uk/tex-archive/dviware/xdvik/ \ ${MASTER_SITE_LOCAL} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ptex/plib-1.4-euc.tar.gz \ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} plib-1.4-euc.tar.gz \ xdvik-22.02-j1.02.patch.gz +DIST_SUBDIR= ptex #PATCH_SITES= ftp://ftp.ipc.chiba-u.ac.jp/pub/pub.yamaga/xdvik-22/ \ # ${MASTER_SITE_LOCAL} @@ -113,11 +114,11 @@ ${ECHO} "************************************************************") post-extract: - @${TAR} -C ${WRKDIR}/ -zxf ${DISTDIR}/ptex/plib-1.4-euc.tar.gz \ + @${TAR} -C ${WRKDIR}/ -zxf ${DISTDIR}/${DIST_SUBDIR}/plib-1.4-euc.tar.gz \ texmf/fonts/tfm/ptex pre-patch: - @${GZCAT} ${DISTDIR}/xdvik-22.02-j1.02.patch.gz | ${PATCH} ${PATCH_ARGS} -d ${WRKSRC} 2> /dev/null || exit 0 + @${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/xdvik-22.02-j1.02.patch.gz | ${PATCH} ${PATCH_ARGS} -d ${WRKSRC} 2> /dev/null || exit 0 post-patch: @${CAT} ${FILESDIR}/zeit.c.diff | ${PATCH} ${PATCH_ARGS} -d ${WRKSRC} diff -ruNx CVS vfxdvik.orig/files/md5 vfxdvik/files/md5 --- vfxdvik.orig/files/md5 Thu Jun 17 02:05:13 1999 +++ vfxdvik/files/md5 Mon Jun 28 19:21:29 1999 @@ -1,3 +1,3 @@ -MD5 (xdvik-22.05b.tar.gz) = cf6e2c78f114e9e3f5c3954163c47d9d +MD5 (ptex/xdvik-22.05b.tar.gz) = cf6e2c78f114e9e3f5c3954163c47d9d MD5 (ptex/plib-1.4-euc.tar.gz) = 8913238d89fd1d4a57e9853a91c76c4d -MD5 (xdvik-22.02-j1.02.patch.gz) = fbb1a3a85dae5fd7710332435298e148 +MD5 (ptex/xdvik-22.02-j1.02.patch.gz) = fbb1a3a85dae5fd7710332435298e148 diff -ruNx CVS vfxdvik.orig/patches/patch-ae vfxdvik/patches/patch-ae --- vfxdvik.orig/patches/patch-ae Thu Jan 1 09:00:00 1970 +++ vfxdvik/patches/patch-ae Mon Jun 28 19:25:04 1999 @@ -0,0 +1,27 @@ +--- xdvik-22.05b.orig/texk/xdvik/events.c Sun Jun 20 07:40:17 1999 ++++ xdvik-22.05b/texk/xdvik/events.c Sun Jun 20 07:36:30 1999 +@@ -2081,7 +2081,23 @@ + } + } + #endif +- if (alt.win != (Window) 0 || mane.shrinkfactor == 1 || size_ptr->w <= 0) ++ if (event->button == 4) { ++ if (!y_bar) ++ XBell(DISP, 10); ++ else ++ XtCallCallbacks(y_bar, XtNscrollProc, ++ (XtPointer) ((int) -(page_h - clip_h) / 8)); ++ return; ++ } ++ else if (event->button == 5) { ++ if (!y_bar) ++ XBell(DISP, 10); ++ else ++ XtCallCallbacks(y_bar, XtNscrollProc, ++ (XtPointer) ((int) (page_h - clip_h) / 8)); ++ return; ++ } ++ else if (alt.win != (Window) 0 || mane.shrinkfactor == 1 || size_ptr->w <= 0) + XBell(DISP, 20); + else { + mag_x = event->x; >Release-Note: >Audit-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 Jun 28 6:46:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 82CBD14DA6; Mon, 28 Jun 1999 06:46:51 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA33614; Mon, 28 Jun 1999 06:46:51 -0700 (PDT) (envelope-from tg@FreeBSD.org) Date: Mon, 28 Jun 1999 06:46:51 -0700 (PDT) From: Message-Id: <199906281346.GAA33614@freefall.freebsd.org> To: gkshenaut@ucdavis.edu, tg@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12423: the graphviz port is broken and out of date Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: the graphviz port is broken and out of date State-Changed-From-To: open->closed State-Changed-By: tg State-Changed-When: Mon Jun 28 06:45:19 PDT 1999 State-Changed-Why: Ports has been upgraded. . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jun 28 7:10: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 10A3314C96 for ; Mon, 28 Jun 1999 07:10:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA04370; Mon, 28 Jun 1999 07:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 28 Jun 1999 07:10:04 -0700 (PDT) Message-Id: <199906281410.HAA04370@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Boris Popov Subject: Re: ports/12408: New port for ncplib (Netware client) Reply-To: Boris Popov Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12408; it has been noted by GNATS. From: Boris Popov To: sheldonh@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/12408: New port for ncplib (Netware client) Date: Mon, 28 Jun 1999 07:52:12 +0700 (ALMST) On Sun, 27 Jun 1999 sheldonh@FreeBSD.org wrote: > Synopsis: New port for ncplib (Netware client) > > State-Changed-From-To: open->feedback > State-Changed-By: sheldonh > State-Changed-When: Sun Jun 27 12:30:30 PDT 1999 > State-Changed-Why: > This looks cool, but is it absolutely necessary to install files into / ? Yes, one file is a kernel module which should go into /modules in order to be loaded via loader.conf file. And another one is a mount_nwfs command which should be placed into /sbin directory because mount(8) expect it in the /sbin or /usr/sbin directory. I'm select first because all of mount_* commands located here. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jun 28 7:47:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id DF0BE150E6 for ; Mon, 28 Jun 1999 07:47:55 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA059236015; Mon, 28 Jun 1999 06:33:35 -0400 Date: Mon, 28 Jun 1999 06:33:35 -0400 (EDT) From: Bill Fumerola To: Tim Vanderhoek Cc: "Jason C. Wells" , freebsd-ports@FreeBSD.ORG Subject: Re: ports/12422: Update: Fvwm-2.2.2 In-Reply-To: <19990627230643.A86236@mad> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 27 Jun 1999, Tim Vanderhoek wrote: > Ya, and you know damn well that if I hadn't taken 38 minutes to write > the longer message kindly explaining to Jason what needed to be > changed, I would've beaten you both! ;-) > > [Hey! Read it! That was one carefully written message!] Results, Tim, results. :> > > Hint to Tim: look at htmlcheck on freefall. :> > > Yay, maybe if freefall could stay within at least one word of echoing > back the characters that I type, then I would consider doing any real > file-editing on freefall (vs. locally)... Agreed. At work, however I'm 8 hops away from freefall on a pretty clear path, it's mildly livable. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@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 Jun 28 7:50: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F37114FC8 for ; Mon, 28 Jun 1999 07:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA09102; Mon, 28 Jun 1999 07:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 28 Jun 1999 07:50:01 -0700 (PDT) Message-Id: <199906281450.HAA09102@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Bill Fumerola Subject: Re: ports/12427: postgresql-6.5 port update Reply-To: Bill Fumerola Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12427; it has been noted by GNATS. From: Bill Fumerola To: dkelly@hiwaay.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/12427: postgresql-6.5 port update Date: Mon, 28 Jun 1999 06:35:30 -0400 (EDT) On Sun, 27 Jun 1999 dkelly@hiwaay.net wrote: > diff -rc postgresql/Makefile postgresql.orig/Makefile > *** postgresql/Makefile Sun Jun 27 21:19:22 1999 > --- postgresql.orig/Makefile Sat Jun 26 19:21:59 1999 This patch is both reversed and not in unified format. 'diff -ruN postgresql.orig postgresql' - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@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 Jun 28 8:10:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 69F0715096 for ; Mon, 28 Jun 1999 08:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA12109; Mon, 28 Jun 1999 08:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 28 Jun 1999 08:10:03 -0700 (PDT) Message-Id: <199906281510.IAA12109@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Palle Girgensohn Subject: Re: ports/12427: postgresql-6.5 port update Reply-To: Palle Girgensohn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12427; it has been noted by GNATS. From: Palle Girgensohn To: dkelly@hiwaay.net Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/12427: postgresql-6.5 port update Date: Mon, 28 Jun 1999 17:05:12 +0200 dkelly@hiwaay.net wrote: > > >Description: > > This is the diffs for the postgresql port that allowed me to install 6.5. So, now there's two ;-) I sent one the other day. > Generated like this: > > % cd /usr/ports/databases > % diff -rc postgresql postgresql.orig > diffs You should probably use diff -urN . It's what the handbook says, anyway. > > Actually had this stuff for a while but pkg_delete had an awful time > wtih the PLIST. Rather than edit the old PLIST into shape I simply > cut out the old section and pasted totally new. > > I don't understand why pkg_delete complains about pgsql/man* files. So > I removed them from PLIST. man pages should not reside in the PLIST file, so this is correct. It's handled in the Makefile. > > Somebody ought to completly check my work as there appear to be a number > of include files and libraries added and missing between versions. > > Also I'm not a big postgresql user, so just because it seems to work > for me, doesn't mean a lot. > > OTOH, I did run the regression tests. float8 and geometry failed. The > float8 failures need some attention as there is some extra output: > > ERROR: floating point exception! The last floating point operation either exceeded legal ranges or was a divide by zero > Hmm... I'll check that. /Palle To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jun 28 8:18:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from exms3.urmc.rochester.edu (exms3.urmc.rochester.edu [128.151.149.219]) by hub.freebsd.org (Postfix) with ESMTP id 3BECB14CEC for ; Mon, 28 Jun 1999 08:18:05 -0700 (PDT) (envelope-from Kyle_Korndoerfer@URMC.Rochester.edu) Received: by exms3.urmc.rochester.edu with Internet Mail Service (5.5.2448.0) id ; Mon, 28 Jun 1999 11:18:03 -0400 Message-ID: <772F351CC7C2D211B9CA00A0C9DCFDFCD3B7EE@exmc1.urmc.rochester.edu> From: "Korndoerfer, Kyle" To: "'ports@freebsd.org'" Subject: Broken Ports Links Date: Mon, 28 Jun 1999 11:18:02 -0400 X-Mailer: Internet Mail Service (5.5.2448.0) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I was trying to download the "xtt-common-1.2.1" port so that I could install "xtt-S3V-1.2.1" font server on my system, but I get a broken link saying that it doesn't exist on the server. Is there any other place I can download it from??? Will this be fixed soon??? -- S. Kyle Korndoerfer Analyst Programmer Information Systems Division University of Rochester Medical Center 716.784.8275 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jun 28 8:21:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id F032214CEC for ; Mon, 28 Jun 1999 08:21:49 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA071408083; Mon, 28 Jun 1999 07:08:03 -0400 Date: Mon, 28 Jun 1999 07:08:03 -0400 (EDT) From: Bill Fumerola To: "Korndoerfer, Kyle" Cc: "'ports@freebsd.org'" Subject: Re: Broken Ports Links In-Reply-To: <772F351CC7C2D211B9CA00A0C9DCFDFCD3B7EE@exmc1.urmc.rochester.edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 28 Jun 1999, Korndoerfer, Kyle wrote: > I was trying to download the "xtt-common-1.2.1" port so that I could install > "xtt-S3V-1.2.1" font server on my system, but I get a broken link saying > that it doesn't exist on the server. Is there any other place I can download > it from??? Will this be fixed soon??? this may be a result from a move from some ports from x11->x11-servers, there is one last step for me to do, which is fix dependencies. Had you been more specific (which exact port, pkg names mean nothing to me.) I could look. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@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 Jun 28 8:30:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from bastuba.partitur.se (bastuba.partitur.se [193.219.246.194]) by hub.freebsd.org (Postfix) with ESMTP id 5C97A152D2 for ; Mon, 28 Jun 1999 08:30:02 -0700 (PDT) (envelope-from girgen@partitur.se) Received: from partitur.se (elbas.partitur.se [193.219.246.222]) by bastuba.partitur.se (8.8.8/8.8.8) with ESMTP id RAA00435 for ; Mon, 28 Jun 1999 17:30:00 +0200 (CEST) (envelope-from girgen@partitur.se) Message-ID: <377794F8.6B1DD260@partitur.se> Date: Mon, 28 Jun 1999 17:30:00 +0200 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: sv, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: ports/12382 - postgresql -> 6.5 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! I must have misfiled this, for it didn't show up on the mailing list (it did find its way into gnats, but apparently it was misfiled, which I guess is why it never showed up on the list). Here's the deal: http://www.freebsd.org/cgi/query-pr.cgi?pr=12382 >Description This patch fixes postgresql to the new 6.5 version. Added USE_JDBC=yes option to build and install postgresql.jar in a shared place, ${PREFIX}/share/java Also did some PLIST magic. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jun 28 8:34:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5116D14D13; Mon, 28 Jun 1999 08:34:33 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA14783; Mon, 28 Jun 1999 08:34:33 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 28 Jun 1999 08:34:33 -0700 (PDT) From: Message-Id: <199906281534.IAA14783@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-ports@FreeBSD.org, andreas@FreeBSD.org Subject: Re: ports/12427: diffs for PostgreSQL 6.4.2 to 6.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: diffs for PostgreSQL 6.4.2 to 6.5 Responsible-Changed-From-To: freebsd-ports->andreas Responsible-Changed-By: sheldonh Responsible-Changed-When: Mon Jun 28 08:34:09 PDT 1999 Responsible-Changed-Why: Over to the maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jun 28 10:16:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CE3FB14F19; Mon, 28 Jun 1999 10:16:24 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA26859; Mon, 28 Jun 1999 10:16:24 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 28 Jun 1999 10:16:24 -0700 (PDT) From: Message-Id: <199906281716.KAA26859@freefall.freebsd.org> To: ijliao@Terry.Dorm10.NCTU.edu.tw, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12429: fix port error : devel/gtksheet Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fix port error : devel/gtksheet State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Mon Jun 28 10:15:57 PDT 1999 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 Mon Jun 28 11: 0:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E91F15031 for ; Mon, 28 Jun 1999 11:00:10 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA30782 for freebsd-ports@freebsd.org; Mon, 28 Jun 1999 11:00:09 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 28 Jun 1999 11:00:09 -0700 (PDT) Message-Id: <199906281800.LAA30782@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/06/23] ports/12371ports Request for add patch: gnome-core: GNOME 1 problem total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1998/09/19] ports/7987 ports Can't post news with TRN + NNTPCACHE o [1999/03/18] ports/10665ports ports/graphics/sane needs access to /dev/ f [1999/04/07] ports/11003ports wmcdplay is not capable of playing an AUD o [1999/05/03] ports/11465ports The port chipmunk will not run. o [1999/05/29] ports/11935ports ports/audio/dap: -DBIGENDIAN is wrong on o [1999/06/01] ports/11977ports Eterm port is unable to access .Xauthorit o [1999/06/11] ports/12131ports knewmail port o [1999/06/15] ports/12234ports imlib-1.9.4/gdk_imlib/rend.c has syntax e o [1999/06/26] ports/12400ports Bind 8.2 removed from ports 9 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/08/03] ports/7485 ports New port: Xterminal-0.2 o [1998/09/19] ports/7992 ports New port: xemacs20-stepwise (XEmacs20 hac a [1998/11/25] ports/8864 ports useradd - system V compatible implementat a [1999/01/24] ports/9657 ports Progressive Networks' RealAudio proxy por o [1999/01/31] ports/9851 ports Port update: update R to 0.63.2 o [1999/02/02] ports/9884 ports samba does not allow "joes" (username+pas o [1999/02/07] ports/9954 ports new port devel/ACE o [1999/02/10] ports/10007ports Port of the mercury compiler version 0.8 o [1999/02/16] ports/10124ports UNIX|STAT pr submission failed to include o [1999/03/03] ports/10377ports `make' in ports does not honor {f,ht}tp_p o [1999/03/07] ports/10469ports new port: linux-netcape-communicator-4.51 o [1999/03/07] ports/10477ports The fakemail in lib-src fails to link (ne o [1999/03/10] ports/10532ports Port of GNU Pascal o [1999/03/16] ports/10634ports Update the hylafax port to do a client in o [1999/03/26] ports/10813ports crossgo32 brokeness f [1999/03/28] ports/10844ports New port: adagdb o [1999/04/02] ports/10916ports new port biology/molmol again o [1999/04/08] ports/11029ports Configure scripts for non ported applicat o [1999/04/08] ports/11034ports New ports of crazywwwboardle o [1999/04/11] ports/11086ports Updating AStyle port o [1999/05/03] ports/11468ports New port: xcin-devel o [1999/05/08] ports/11587ports inappropriate internet time calculation o [1999/05/09] ports/11601ports new port: ifmail-os-2.14.5 o [1999/05/11] ports/11652ports New port (net/dictd) o [1999/05/14] ports/11712ports Rosegarden Port is out to date o [1999/05/14] ports/11714ports New port: cls-1.0 (safe version of clear) o [1999/05/17] ports/11742ports Problems with japanese/dvipsk* support. o [1999/05/21] ports/11816ports New port of mserver modem-sahring server o [1999/05/24] ports/11879ports dclock's "-miltime" option and "*miltime" o [1999/05/26] ports/11903ports File descriptor leak in ports/www/tidy/ti o [1999/05/31] ports/11963ports should update the ocaml-tk module and ins o [1999/06/02] ports/12001ports wmcdplay 1.0Beta1 05/09/1998 sometimes sk o [1999/06/08] ports/12077ports NEW PORT: ko-bitchx o [1999/06/09] ports/12096ports new port: korean/ko-eterm-0.8.9 o [1999/06/10] ports/12114ports Updates for the jdk-doc and jdk-tutorial o [1999/06/10] ports/12123ports New port: databases/ruby-postgres o [1999/06/10] ports/12124ports New port: devel/ruby-readline o [1999/06/10] ports/12125ports New port: devel/irb o [1999/06/11] ports/12130ports Update: japanese/ndtpd, japanese/eb o [1999/06/11] ports/12134ports Update: korean/hanterm o [1999/06/11] ports/12143ports Auto-configure samba to use Kerberos 5 o [1999/06/11] ports/12145ports New port: korean/ami o [1999/06/11] ports/12146ports New port: korean/byeoroo o [1999/06/12] ports/12150ports New Ports: audio/timidity++ o [1999/06/12] ports/12151ports New Ports: audio/timidity++-emacs o [1999/06/12] ports/12152ports New Ports: audio/timidity++-gtk o [1999/06/12] ports/12154ports New Ports: audio/timidity++-slang o [1999/06/12] ports/12155ports New Ports: audio/timidity++-motif o [1999/06/12] ports/12156ports New Ports: audio/timidity++-tcltk o [1999/06/12] ports/12157ports New Ports: audio/timidity++-xaw o [1999/06/12] ports/12158ports New Ports: audio/timidity++-xskin o [1999/06/12] ports/12160ports New Ports: japanese/timidity++-slang o [1999/06/12] ports/12161ports New Ports: japanese/timidity++-tcltk o [1999/06/12] ports/12163ports Installed port mxv for FreeBSD3.1 run err o [1999/06/13] ports/12188ports new port: pbs-2.1.11 (misc/PBS) a batch s o [1999/06/13] ports/12195ports submission of new port pgpenvelope o [1999/06/14] ports/12199ports [PATCH] mail/qmail references perl instea o [1999/06/14] ports/12200ports [PATCH] port net/rwhois references /usr/l o [1999/06/14] ports/12201ports [PATCH] net/wide-dhcp references /usr/loc o [1999/06/14] ports/12204ports Update port: graphics/EZWGL o [1999/06/14] ports/12213ports [PATCH] benchmarks/netperf installs into o [1999/06/15] ports/12229ports Update: korean/netscape4* o [1999/06/16] ports/12245ports port of irc core dumps on current o [1999/06/18] ports/12271ports fix pkg_add with error message and add ne o [1999/06/18] ports/12291ports ports/japanese/ptex-common requires fixes o [1999/06/19] ports/12294ports Port for xmx-1.1 of Brown University o [1999/06/19] ports/12300ports port update: lang/tya o [1999/06/22] ports/12341ports New port tclreadline o [1999/06/22] ports/12355ports port of cdlabelgen, a CD frontcard/trayca o [1999/06/23] ports/12368ports Pilot-link installs to ${PREFIX} = ${LOCA o [1999/06/26] ports/12403ports ssh port has undocumented X11 dependency o [1999/06/26] ports/12404ports Update port: graphics/gphoto to 0.3.2 o [1999/06/26] ports/12406ports New port for the LAM implementation of th f [1999/06/27] ports/12408ports New port for ncplib (Netware client) o [1999/06/27] ports/12411ports new port: japanese/mutt o [1999/06/27] ports/12412ports new port: net/cvsweb o [1999/06/27] ports/12413ports linux netscape 4.61 o [1999/06/27] ports/12424ports Update Ports:x11-wm/windowmaker-i18n to 0 o [1999/06/27] ports/12426ports majordomo port does silly chown of /usr/l o [1999/06/28] ports/12430ports New port: japanese/vfxdvik 80 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 Jun 28 11:35:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1077815240; Mon, 28 Jun 1999 11:35:44 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA35556; Mon, 28 Jun 1999 11:35:44 -0700 (PDT) (envelope-from sada@FreeBSD.org) Date: Mon, 28 Jun 1999 11:35:44 -0700 (PDT) From: Message-Id: <199906281835.LAA35556@freefall.freebsd.org> To: sada@FreeBSD.ORG, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12412: new port: net/cvsweb Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: net/cvsweb State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Mon Jun 28 11:35:21 PDT 1999 State-Changed-Why: Committed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jun 28 12:34: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id 1573614FAF; Mon, 28 Jun 1999 12:33:54 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id PAA28498; Mon, 28 Jun 1999 15:38:05 -0400 (EDT) (envelope-from billf@jade.chc-chimes.com) Date: Mon, 28 Jun 1999 15:38:05 -0400 (EDT) From: Bill Fumerola To: ports@FreeBSD.org Subject: Re: cvs commit: ports/www/mapedit Makefile ports/devel/sawt Makefile ports/textproc/xml4j Makefile ports/textproc/xt Makefile In-Reply-To: <199906281929.MAA41940@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 Mon, 28 Jun 1999, Bill Fumerola wrote: > Log: > new ports/{java,irc,x11-server}, dependency sweep #2 This completes the transition previously announced on freebsd-ports@FreeBSD.org for the new ports categories irc, java, and x11-servers. If you have found an error or believe I've missed something, please by all means e-mail me at billf@FreeBSD.org, or if it's a trivial fix/fatfinger and you have commit privledges by all means correct it. Thanks, - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@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 Jun 28 12:51:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 178AE14FCB; Mon, 28 Jun 1999 12:51:45 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA43711; Mon, 28 Jun 1999 12:51:44 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 28 Jun 1999 12:51:44 -0700 (PDT) From: Message-Id: <199906281951.MAA43711@freefall.freebsd.org> To: nox@jelal.kn-bremen.de, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12355: port of cdlabelgen, a CD frontcard/traycard generator, for use with gcombust or alone Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port of cdlabelgen, a CD frontcard/traycard generator, for use with gcombust or alone State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Mon Jun 28 12:51:25 PDT 1999 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 Mon Jun 28 14: 0:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 501A9151DD for ; Mon, 28 Jun 1999 14:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA60530; Mon, 28 Jun 1999 14:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pluto.ipass.net (pluto.ipass.net [198.79.53.5]) by hub.freebsd.org (Postfix) with ESMTP id 5578914E90 for ; Mon, 28 Jun 1999 13:52:04 -0700 (PDT) (envelope-from rhh@ipass.net) Received: from stealth.ipass.net. (ppp-5-134.dialup.rdu.ipass.net [209.170.134.134]) by pluto.ipass.net (8.9.3/8.9.3) with ESMTP id QAA18038; Mon, 28 Jun 1999 16:51:57 -0400 (EDT) Received: (from rhh@localhost) by stealth.ipass.net. (8.9.3/8.8.8) id QAA03672; Mon, 28 Jun 1999 16:53:48 -0400 (EDT) (envelope-from rhh) Message-Id: <199906282053.QAA03672@stealth.ipass.net.> Date: Mon, 28 Jun 1999 16:53:48 -0400 (EDT) From: aa8vb@ipass.net Reply-To: aa8vb@ipass.net To: FreeBSD-gnats-submit@freebsd.org Cc: aa8vb@ipass.net X-Send-Pr-Version: 3.2 Subject: ports/12436: python-1.5.2 port doesn't install h2py.py Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12436 >Category: ports >Synopsis: python-1.5.2 port doesn't install h2py.py >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 28 14:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Randall Hopper >Release: FreeBSD 3.2-RELEASE i386 >Organization: self >Environment: Stock 3.2-RELEASE. >Description: The Python 1.5.2 port (lang/python) doesn't install h2py.py. This script compiles C header files into Python scripts so #defines such as those in /usr/include can be used. This would be needed by prospective Python packages that need to pull in special numbers in /usr/include headers when compiled. This file is normally installed as $PREFIX/Tools/scripts/h2py.py >How-To-Repeat: Install the package. pkg_info -L python-1.5.2 | grep h2py.py >Fix: Please add this to the list of files which is packaged up and installed by the python port. Alternatively, make all of the tools in the Python source dist available via a separate python-tools package. Thanks. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jun 28 16: 0: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BEC4151AE for ; Mon, 28 Jun 1999 16:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA72469; Mon, 28 Jun 1999 16:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 28 Jun 1999 16:00:03 -0700 (PDT) Message-Id: <199906282300.QAA72469@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Michael Harding Subject: Re: ports/12400: Bind 8.2 removed from ports Reply-To: Michael Harding Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12400; it has been noted by GNATS. From: Michael Harding To: freebsd-gnats-submit@freebsd.org, mvh@ix.netcom.com Cc: Subject: Re: ports/12400: Bind 8.2 removed from ports Date: Mon, 28 Jun 1999 15:52:48 -0700 Sorry, I should have stated -stable above. Anyways, 8.2.1 is out... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jun 28 16: 8:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 45FE915480; Mon, 28 Jun 1999 16:08:17 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA73280; Mon, 28 Jun 1999 16:08:16 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 28 Jun 1999 16:08:16 -0700 (PDT) From: Message-Id: <199906282308.QAA73280@freefall.freebsd.org> To: ob@seicom.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12294: Port for xmx-1.1 of Brown University Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port for xmx-1.1 of Brown University State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Mon Jun 28 16:08:01 PDT 1999 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 Mon Jun 28 16:18:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8012015483; Mon, 28 Jun 1999 16:18:38 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA75001; Mon, 28 Jun 1999 16:18:38 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Mon, 28 Jun 1999 16:18:38 -0700 (PDT) From: Message-Id: <199906282318.QAA75001@freefall.freebsd.org> To: mvh@ix.netcom.com, billf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12400: Bind 8.2 removed from ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Bind 8.2 removed from ports State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Mon Jun 28 16:18:08 PDT 1999 State-Changed-Why: I didn't know about this PR, but I revived it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jun 28 16:27:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A0EE514D9C; Mon, 28 Jun 1999 16:27:37 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA77543; Mon, 28 Jun 1999 16:27:38 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 28 Jun 1999 16:27:38 -0700 (PDT) From: Message-Id: <199906282327.QAA77543@freefall.freebsd.org> To: martti.kuparinen@ericsson.com, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12114: Updates for the jdk-doc and jdk-tutorial ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Updates for the jdk-doc and jdk-tutorial ports State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Mon Jun 28 16:26:39 PDT 1999 State-Changed-Why: jdk-doc was already updated, but thanks for updating jdk-tutorial! I changed hte PLIST to use a %%VERSION%% to cut down on the size of future patches. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jun 28 16:31:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DA74B1503A; Mon, 28 Jun 1999 16:31:13 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA77971; Mon, 28 Jun 1999 16:31:13 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 28 Jun 1999 16:31:13 -0700 (PDT) From: Message-Id: <199906282331.QAA77971@freefall.freebsd.org> To: yasuf@big.or.jp, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12125: New port: devel/irb Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: devel/irb State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Mon Jun 28 16:30:34 PDT 1999 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 Mon Jun 28 16:51:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E13C91548F for ; Mon, 28 Jun 1999 16:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA80513; Mon, 28 Jun 1999 16:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from emerson.gelemna.ft-wayne.in.us (fw-line-58.fwi.com [209.84.172.63]) by hub.freebsd.org (Postfix) with ESMTP id D557D15330 for ; Mon, 28 Jun 1999 16:48:13 -0700 (PDT) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by emerson.gelemna.ft-wayne.in.us (8.9.3/8.9.3) id SAA00459; Mon, 28 Jun 1999 18:50:38 -0500 (EST) (envelope-from croyle) Message-Id: <199906282350.SAA00459@emerson.gelemna.ft-wayne.in.us> Date: Mon, 28 Jun 1999 18:50:38 -0500 (EST) From: Don Croyle Reply-To: croyle@gelemna.ft-wayne.in.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12439: Lesstif port doesn't make the right symlinks Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12439 >Category: ports >Synopsis: Lesstif port doesn't make the right symlinks >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 Jun 28 16:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Don Croyle >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: The new version of lesstif installs in ${PREFIX}/LessTif. It creates links to ${PREFIX}/lib for the .la files, but not for the .so* and .a files. Symlinks are created for libXm.so.1.2 and libXm.so.2.0, which is harmless but no longer desired. As a result of all of this, applications dynamicly linked against LessTif can't find the libraries and fail to build or run, >How-To-Repeat: >Fix: Apply this patch: diff -ruN lesstif.old/Makefile lesstif/Makefile --- lesstif.old/Makefile Sun Jun 27 19:05:06 1999 +++ lesstif/Makefile Mon Jun 28 06:29:17 1999 @@ -73,8 +73,14 @@ ${INSTALL_DATA} ${WRKSRC}/clients/Motif-1.2/mwm/alt.map ${PREFIX}/lib/X11/mwm ${INSTALL_DATA} ${WRKSRC}/clients/Motif-1.2/mwm/Mwm \ ${PREFIX}/lib/X11/app-defaults/Mwm - ${LN} -s ${PREFIX}/lib/libXm.so.1 ${PREFIX}/lib/libXm.so.1.2 - ${LN} -s ${PREFIX}/lib/libXm.so.2 ${PREFIX}/lib/libXm.so.2.0 + ${LN} -sf ${PREFIX}/LessTif/Motif1.2/lib/libMrm.so.1 ${PREFIX}/lib/ + ${LN} -sf ${PREFIX}/LessTif/Motif2.0/lib/libMrm.so.2 ${PREFIX}/lib/ + ${LN} -sf ${PREFIX}/LessTif/Motif1.2/lib/libMrm.a ${PREFIX}/lib/ + ${LN} -sf ${PREFIX}/lib/libMrm.so.1 ${PREFIX}/lib/libMrm.so + ${LN} -sf ${PREFIX}/LessTif/Motif1.2/lib/libXm.so.1 ${PREFIX}/lib/ + ${LN} -sf ${PREFIX}/LessTif/Motif2.0/lib/libXm.so.2 ${PREFIX}/lib/ + ${LN} -sf ${PREFIX}/LessTif/Motif1.2/lib/libXm.a ${PREFIX}/lib/ + ${LN} -sf ${PREFIX}/lib/libXm.so.1 ${PREFIX}/lib/libXm.so ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib ${RM} -f ${PREFIX}/share/doc/LessTif/COPYING ${RM} -f ${PREFIX}/share/doc/LessTif/COPYING.LIB >Release-Note: >Audit-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 Jun 28 19:51:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F118015031; Mon, 28 Jun 1999 19:51:35 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA94179; Mon, 28 Jun 1999 19:51:35 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 28 Jun 1999 19:51:35 -0700 (PDT) From: Message-Id: <199906290251.TAA94179@freefall.freebsd.org> To: croyle@gelemna.ft-wayne.in.us, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12439: Lesstif port doesn't make the right symlinks Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Lesstif port doesn't make the right symlinks State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Mon Jun 28 19:51:19 PDT 1999 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 Mon Jun 28 20:40: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2070014FC6 for ; Mon, 28 Jun 1999 20:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA98505; Mon, 28 Jun 1999 20:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail0.atl.bellsouth.net (mail0.atl.bellsouth.net [205.152.0.27]) by hub.freebsd.org (Postfix) with ESMTP id 0442E14FC2 for ; Mon, 28 Jun 1999 20:39:11 -0700 (PDT) (envelope-from wghicks@bellsouth.net) Received: from wghicks.bellsouth.net (host-209-214-69-71.atl.bellsouth.net [209.214.69.71]) by mail0.atl.bellsouth.net (8.8.8-spamdog/8.8.5) with ESMTP id XAA01341 for ; Mon, 28 Jun 1999 23:37:57 -0400 (EDT) Received: (from wghicks@localhost) by wghicks.bellsouth.net (8.9.3/8.9.2) id XAA01059; Mon, 28 Jun 1999 23:42:19 -0400 (EDT) (envelope-from wghicks) Message-Id: <199906290342.XAA01059@bellsouth.net> Date: Mon, 28 Jun 1999 23:42:19 -0400 (EDT) From: wghicks@bellsouth.net Reply-To: wghicks@bellsouth.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12441: [NEW PORT] tkcon-1.6 (Tk console for Tcl) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12441 >Category: ports >Synopsis: [NEW PORT] tkcon-1.6 (Tk console for Tcl) >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 Jun 28 20:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jerry Hicks >Release: FreeBSD 3.2-STABLE i386 >Organization: Fair Play, Uninc. >Environment: This port depends on tk-8.0.5, It should work with 8.1 too but I have not tested that. Ported on 3.2-STABLE built 06/26/1999 >Description: new port for tkcon-1.6, devel category See http://www.purl.org/net/hobbs/tcl/script/tkcon/ for a preview of the installed documentation. >How-To-Repeat: Install the port, type tkcon :) UUENCODED tarball of devel/tkcon directory follows >Fix: begin 644 tkcon_port.tar.gz M'XL(`%!`>#<``^T9:W/:1M!?I5^QL9E)4@>]$3:I.Q!#&QJ#/:`VF6DZ&2$= M2$72J;J3<>KAOW=/PC;%.$X[-IEQV;$1W-X^[O;VI?/).8E4/O5HHNX\$H"E MU6LUV`$!VLIS\0/LNFEKAFG7=`!=MS1[!VJ/I=`RY(R[&C2+B\9`F$"^.`HQIUI"*XR'OP:\D8P*;D3_S,"-^H[2?8B.N M[7("7D;PL1@OK?QSGH!^J&DXY7U`XQO4%A-67-$HHC1G`=*0KB\A_,K M7;^"7^1V=^CT6[W.4:E(50@\;CF=GTX'W<[P2"K.,/#I@2;W6D.G,_@T[#H" M,>9I0U7Q$UE21L=<\6BL1FXRR=T)82KW(I7ATHFOEGX@(X-NW\'_SN!(6J^9 M?-)]\ZG=.>OTVT.AT8&FZ(W*Y=GIP!FVNX.Y>J'K54YI-`TYBA!:R?W33V]^ MZ9ZTCZ3/A,FR3ZMA@ND^9DC!U._N M9B0K)/'#L8RK2;PH]PE\/V*^(@ZH$D]_D+^UOSPU6([_PN'9(U0!7Y__=;VF MB?QO6/7Z-O]O`F[;/_8?>M_OR?\`=6/%_J9NF=O\OPGHM6OPXCJM*K@7RN2O MEW`$YI@<'AJV9?B^;]3')G$-O68=C/218;LC6]]&XB,FO!_S=S&_XW`.OL7SZKK/I2,^_H_K5:_ZO\P_MLX8M7,;?S?"%2K5;CN M,A2:A1/)"7)HI;@G.FBUAG78,`SLX`X/Y?W]_9NY4@\;0='<&0=@Z`VSUJ@M MIC6;4-5?V;`O/II-&?:>%4T+"_`K?)2KY()X,`M9`+L5;1>;`WU_M]+0D]ICO_G98\K2:++!"DC$7$9D:1+4X>>FWE!L2;V<*)BGZ@&=#1:M)A>%J9\X60?DR6"8HXR8R0[ M#SU2=*>W"';E_2M1HD!KJ#G+U(AZ;G2K"?L/O$$BL1M&N+X_R'A<$C5=+Q;+ M$-LAW$*2%+GPU/DVZ3\U^$?\GTX>Y1WPU^=_+``,\?[/T.UM_M\(K-K_^+37 MZ_2=!Y5Q;_]GF%?UGV;;EJC_#,O:YO]-@#,%-#VCY:M><#`W?FN5MK!!6/7_ M=F=X/'A@&??YOV7KU_U?>?^'_=^V_M\(.--CK.-#!BYD)(U0SQ#3# M^$)X4)/%]78+/219XK3RTZKOK_V4EW^+#9_ROZ?_'.9W'_:XA:`/V_KFW]?Q-P MB!3`EX'-W">NC@$\+$E>$MG$]BFH:>,@G'MW%YG*[GB.X\ MRB=WX!*?7*Q'1=CY)HPHG&0Q6X.-,5JMITQH(EZ(K,71D6BJR7ID2K)H[<+3 M*)^$R1U$&8:8.U!YEE)VAS!Q=OEZ5/FN8SV*^K3$-/TPRV)8O8/]UH=R"UO8 ,PD;@;S6L.R$`*``` ` 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 Jun 28 22:33:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D07215193; Mon, 28 Jun 1999 22:33:12 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA07385; Mon, 28 Jun 1999 22:33:12 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 28 Jun 1999 22:33:12 -0700 (PDT) From: Message-Id: <199906290533.WAA07385@freefall.freebsd.org> To: wghicks@bellsouth.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12441: [NEW PORT] tkcon-1.6 (Tk console for Tcl) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [NEW PORT] tkcon-1.6 (Tk console for Tcl) State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Mon Jun 28 22:32:59 PDT 1999 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 Mon Jun 28 22:45:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC7DC155C3; Mon, 28 Jun 1999 22:45:02 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA08217; Mon, 28 Jun 1999 22:45:01 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 28 Jun 1999 22:45:01 -0700 (PDT) From: Message-Id: <199906290545.WAA08217@freefall.freebsd.org> To: howard@ee.utah.edu, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12143: Auto-configure samba to use Kerberos 5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Auto-configure samba to use Kerberos 5 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Mon Jun 28 22:44:30 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jun 29 8:50: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 79E0615014 for ; Tue, 29 Jun 1999 08:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA00394; Tue, 29 Jun 1999 08:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from jimex.jinr.ru (jimex.jinr.ru [159.93.17.7]) by hub.freebsd.org (Postfix) with ESMTP id 035C914E81 for ; Mon, 28 Jun 1999 23:50:10 -0700 (PDT) (envelope-from isupov@moonhe.jinr.ru) Received: from moonhe.jinr.ru (isupov@moonhe.jinr.ru [159.93.18.27]) by jimex.jinr.ru (8.8.8/8.8.4) with ESMTP id KAA17855 for ; Tue, 29 Jun 1999 10:50:03 +0400 (MSD) Received: (from isupov@localhost) by moonhe.jinr.ru (8.8.8/8.8.8) id KAA27254; Tue, 29 Jun 1999 10:58:14 +0400 (MSD) (envelope-from isupov) Message-Id: <199906290658.KAA27254@moonhe.jinr.ru> Date: Tue, 29 Jun 1999 10:58:14 +0400 (MSD) From: isupov@moonhe.jinr.ru Reply-To: isupov@moonhe.jinr.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12442: New lpc(8) synopsis require changes in pcnfsd(8) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12442 >Category: ports >Synopsis: New lpc(8) synopsis require changes in pcnfsd(8) >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 Jun 29 08:50:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Isupov A.Yu. >Release: FreeBSD -current >Organization: JINR, LHE >Environment: ports for FreeBSD -current >Description: Because of lpc(8) synopsis was changed in FreeBSD 3.x ("lpc status" -> "lpc status all"), we need reflect this fact in pcnfsd(8). >How-To-Repeat: >Fix: Here is patch-ae for ports/net/pcnfsd/patches : *** pcnfsd_print.c Tue Jun 29 10:46:56 1999 --- pcnfsd_print.c Tue Jun 29 10:49:51 1999 *************** *** 691,697 **** --- 691,701 ---- int saw_system; #if (defined(BSD) && (BSD >= 199103)) + #if __FreeBSD__ < 3 p = popen("/usr/sbin/lpc status", "r"); + #else + p = popen("/usr/sbin/lpc status all", "r"); + #endif /* __FreeBSD__ */ #else p = popen("/usr/etc/lpc status", "r"); #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 Tue Jun 29 8:50:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 075C2150DC for ; Tue, 29 Jun 1999 08:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA00413; Tue, 29 Jun 1999 08:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.ghis.net (pppc1-40.eisa.net.au [203.166.251.40]) by hub.freebsd.org (Postfix) with ESMTP id 9949414C80 for ; Tue, 29 Jun 1999 02:14:17 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id TAA07555; Tue, 29 Jun 1999 19:14:09 +1000 (EST) Message-Id: <199906290914.TAA07555@blues.ghis.net> Date: Tue, 29 Jun 1999 19:14:09 +1000 (EST) From: jim@phrantic.phear.net Reply-To: jim@blues.ghis.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12443: update port: wmcp-1.2.6 to 1.2.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12443 >Category: ports >Synopsis: update port: wmcp-1.2.6 to 1.2.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 29 08:50:03 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.2-19990517-STABLE i386 >Organization: >Environment: >Description: Patch updates wmcp port to latest version. >How-To-Repeat: >Fix: Apply the following diff.. diff -ruN /usr/ports/misc/wmcp/Makefile wmcp/Makefile --- /usr/ports/misc/wmcp/Makefile Mon May 10 10:13:18 1999 +++ wmcp/Makefile Tue Jun 29 19:09:31 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: wmcp -# Version required: 1.2.6 +# Version required: 1.2.8 # Date created: 10 February 1999 # Whom: Jim Mock # # $Id: Makefile,v 1.2 1999/05/09 16:56:14 steve Exp $ # -DISTNAME= wmcp-1.2.6 +DISTNAME= wmcp-1.2.8 CATEGORIES= misc windowmaker MASTER_SITES= http://users.linuxbox.com/~bac/src/wmcp/ @@ -23,7 +23,7 @@ (cd ${WRKSRC} && ${GMAKE} clean) do-build: - (cd ${WRKSRC} && make) + (cd ${WRKSRC} && ${GMAKE}) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmcp ${PREFIX}/bin diff -ruN /usr/ports/misc/wmcp/files/md5 wmcp/files/md5 --- /usr/ports/misc/wmcp/files/md5 Wed Mar 31 04:46:36 1999 +++ wmcp/files/md5 Tue Jun 29 19:08:42 1999 @@ -1 +1 @@ -MD5 (wmcp-1.2.6.tar.gz) = 384736be9178d92e02c87c55bd290150 +MD5 (wmcp-1.2.8.tar.gz) = 6f347dd6fb0b017de868081088cdcf13 >Release-Note: >Audit-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 Jun 29 8:50:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D103D15267 for ; Tue, 29 Jun 1999 08:50:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA00482; Tue, 29 Jun 1999 08:50:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.palmerharvey.co.uk (mail.palmerharvey.co.uk [62.172.109.58]) by hub.freebsd.org (Postfix) with ESMTP id 1CA2514C56 for ; Tue, 29 Jun 1999 06:43:13 -0700 (PDT) (envelope-from Dom.Mitchell@palmerharvey.co.uk) Received: from ho-nt-01.pandhm.co.uk (unverified) by mail.palmerharvey.co.uk (Content Technologies SMTPRS 2.0.15) with ESMTP id for ; Tue, 29 Jun 1999 14:43:03 +0100 Received: from voodoo.pandhm.co.uk (VOODOO [10.100.35.12]) by ho-nt-01.pandhm.co.uk with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id NHL6LZA7; Tue, 29 Jun 1999 14:34:03 +0100 Received: from dom by voodoo.pandhm.co.uk with local (Exim 2.10 #1) id 10yyAE-0004AW-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 29 Jun 1999 14:43:06 +0100 Message-Id: Date: Tue, 29 Jun 1999 14:43:06 +0100 From: Dominic Mitchell Reply-To: Dom.Mitchell@palmerharvey.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12446: ssh port doesn't build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12446 >Category: ports >Synopsis: ssh port doesn't build >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 29 08:50:06 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dominic Mitchell >Release: FreeBSD 4.0-CURRENT i386 >Organization: Palmer & Harvey McLane Ltd. >Environment: FreeBSD voodoo.pandhm.co.uk 4.0-CURRENT FreeBSD 4.0-CURRENT #18: Tue Jun 8 05:00:06 BST 1999 root@voodoo.pandhm.co.uk:/usr/src/sys/compile/VOODOO i386 >Description: The ssh port doesn't build, complaining about a symbol used with ulimit in sshd.c >How-To-Repeat: cd /usr/ports/security/ssh && make >Fix: Add in this as patches/patch-ay --- sshd.c.orig Tue Jun 29 14:36:10 1999 +++ sshd.c Tue Jun 29 14:39:24 1999 @@ -3729,10 +3729,12 @@ umask(value); } +#ifdef HAVE_ULIMIT /* Set up the file size ulimit if ULIMIT is set. */ def = child_get_env(defenv, "ULIMIT"); if (def != NULL && atoi(def) > 0) ulimit(UL_SETFSIZE, atoi(def)); +#endif /* Free the temporary environment. */ for (i = 0; defenv[i]; i++) -- ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. ********************************************************************** >Release-Note: >Audit-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 Jun 29 8:50:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 606B1151F7 for ; Tue, 29 Jun 1999 08:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA00423; Tue, 29 Jun 1999 08:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.ghis.net (pppc1-40.eisa.net.au [203.166.251.40]) by hub.freebsd.org (Postfix) with ESMTP id 3EFFC14D9C for ; Tue, 29 Jun 1999 02:52:10 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id TAA16479; Tue, 29 Jun 1999 19:52:03 +1000 (EST) Message-Id: <199906290952.TAA16479@blues.ghis.net> Date: Tue, 29 Jun 1999 19:52:03 +1000 (EST) From: jim@phrantic.phear.net Reply-To: jim@blues.ghis.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12444: new port: wmdl-1.3.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12444 >Category: ports >Synopsis: new port: wmdl-1.3.5 >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 Jun 29 08:50:03 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.2-19990517-STABLE i386 >Organization: >Environment: >Description: New port of wmdl, a load/cpu meter using the face of the guy from ID Software's DOOM game. >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: # # wmdl # wmdl/patches # wmdl/patches/patch-aa # wmdl/pkg # wmdl/pkg/PLIST # wmdl/pkg/DESCR # wmdl/pkg/COMMENT # wmdl/Makefile # wmdl/files # wmdl/files/md5 # echo c - wmdl mkdir -p wmdl > /dev/null 2>&1 echo c - wmdl/patches mkdir -p wmdl/patches > /dev/null 2>&1 echo x - wmdl/patches/patch-aa sed 's/^X//' >wmdl/patches/patch-aa << 'END-of-wmdl/patches/patch-aa' X--- Makefile.orig Tue Jun 29 19:15:14 1999 X+++ Makefile Tue Jun 29 19:20:44 1999 X@@ -1,24 +1,20 @@ X- X- X-INCLUDES =-I/usr/X11R6/include/X11 -I/usr/local/include -I/usr/include/X11R6/X11 X-LIBINC =-L/usr/X11R6/lib -L/usr/include/lib X+CC = gcc X+CFLAGS = -g -c -O2 -Wall X+INCLUDES = -I/usr/X11R6/include -I/usr/X11R6/include/X11 X+LIBINC =-L/usr/X11R6/lib -L/usr/X11R6/lib/X11 X LIBS = -lm -lX11 -lXpm -lXext X X TARGET = wmdl X OBJECTS = wmdl.o X X X- X- X- X- X # ------------------- END OF CONFIGURATION SECTION ----------------------- X X .c.o: X- gcc -g -c -Wall ${FLAGS} ${INCLUDES} $< -o $*.o X+ ${CC} ${CFLAGS} ${INCLUDES} $< -o $*.o X X ${TARGET}: ${OBJECTS} X- gcc -g -o ${TARGET} ${OBJECTS} ${LIBINC} ${LIBS} X+ ${CC} -o ${TARGET} $^ ${LIBINC} ${LIBS} X X clean:: X for i in ${OBJECTS}; do if [ -e $$i ] ; then rm $$i; fi; done END-of-wmdl/patches/patch-aa echo c - wmdl/pkg mkdir -p wmdl/pkg > /dev/null 2>&1 echo x - wmdl/pkg/PLIST sed 's/^X//' >wmdl/pkg/PLIST << 'END-of-wmdl/pkg/PLIST' Xbin/wmdl END-of-wmdl/pkg/PLIST echo x - wmdl/pkg/DESCR sed 's/^X//' >wmdl/pkg/DESCR << 'END-of-wmdl/pkg/DESCR' XA LOAD or CPU meter that uses ID Software's DOOM faces. The more Xbloody the face gets, the more load or cpu usage is. It can also Xmonitor almost anything else, and is reported to also work on the XAfterStep Wharf. X XWWW Homepage: http://users.linuxbox.com/~bac/ X X- Jim END-of-wmdl/pkg/DESCR echo x - wmdl/pkg/COMMENT sed 's/^X//' >wmdl/pkg/COMMENT << 'END-of-wmdl/pkg/COMMENT' XA LOAD or CPU meter that uses ID Software's DOOM faces. END-of-wmdl/pkg/COMMENT echo x - wmdl/Makefile sed 's/^X//' >wmdl/Makefile << 'END-of-wmdl/Makefile' X# New ports collection makefile for: wmdl X# Version required: 1.3.5 X# Date created: 29 June 1999 X# Whom: Jim Mock X# X# $Id$ X# X XDISTNAME= wmdl-1.3.5 XCATEGORIES= sysutils windowmaker XMASTER_SITES= http://users.linuxbox.com/~bac/src/wmdl/ X XMAINTAINER= jim@phrantic.phear.net X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm X XUSE_GMAKE= yes XUSE_X_PREFIX= yes X Xdo-build: X (cd ${WRKSRC} && ${GMAKE}) X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/wmdl ${PREFIX}/bin X Xpost-install: X @${ECHO} "===> Run 'wmdl -h' for usage options." X X.include END-of-wmdl/Makefile echo c - wmdl/files mkdir -p wmdl/files > /dev/null 2>&1 echo x - wmdl/files/md5 sed 's/^X//' >wmdl/files/md5 << 'END-of-wmdl/files/md5' XMD5 (wmdl-1.3.5.tar.gz) = f48df7d5090966dd5d6f564c918b5026 END-of-wmdl/files/md5 exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jun 29 8:50:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 987AC152A4 for ; Tue, 29 Jun 1999 08:50:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA00500; Tue, 29 Jun 1999 08:50:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from Terry.Dorm10.NCTU.edu.tw (Terry.Dorm10.NCTU.edu.tw [140.113.122.99]) by hub.freebsd.org (Postfix) with ESMTP id 16D3B14FCD for ; Tue, 29 Jun 1999 07:25:53 -0700 (PDT) (envelope-from ijliao@Terry.Dorm10.NCTU.edu.tw) Received: (from ijliao@localhost) by Terry.Dorm10.NCTU.edu.tw (8.9.3/8.9.3) id WAA11240; Tue, 29 Jun 1999 22:25:50 +0800 (CST) (envelope-from ijliao) Message-Id: <199906291425.WAA11240@Terry.Dorm10.NCTU.edu.tw> Date: Tue, 29 Jun 1999 22:25:50 +0800 (CST) From: Ying-Chieh Liao Reply-To: ijliao@Terry.Dorm10.NCTU.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12447: new port : x11-toolkit/pike-Gtk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12447 >Category: ports >Synopsis: new port : x11-toolkit/pike-Gtk >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 Jun 29 08:50:07 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 4.0-CURRENT i386 >Organization: NCTU CSIE >Environment: FreeBSD Terry.Dorm10.NCTU.edu.tw 4.0-CURRENT FreeBSD 4.0-CURRENT #22: Tue Jun 22 19:30:00 CST 1999 root@Terry.Dorm10.NCTU.edu.tw:/usr/src/sys/compile/TERRY i386 >Description: new port : x11-toolkit/pike-Gtk >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: # # pike-Gtk # pike-Gtk/files # pike-Gtk/files/md5 # pike-Gtk/files/patch-Makefile # pike-Gtk/pkg # pike-Gtk/pkg/COMMENT # pike-Gtk/pkg/DESCR # pike-Gtk/pkg/PLIST # pike-Gtk/Makefile # echo c - pike-Gtk mkdir -p pike-Gtk > /dev/null 2>&1 echo c - pike-Gtk/files mkdir -p pike-Gtk/files > /dev/null 2>&1 echo x - pike-Gtk/files/md5 sed 's/^X//' >pike-Gtk/files/md5 << 'END-of-pike-Gtk/files/md5' XMD5 (pigtk_1.1.3.tar.gz) = b47e2d0df564092bef262740fc9a3d79 END-of-pike-Gtk/files/md5 echo x - pike-Gtk/files/patch-Makefile sed 's/^X//' >pike-Gtk/files/patch-Makefile << 'END-of-pike-Gtk/files/patch-Makefile' X--- Makefile.org Tue Jun 29 20:11:34 1999 X+++ Makefile Tue Jun 29 20:11:41 1999 X@@ -7,7 +7,7 @@ X SRCDIR=/tmp/pigtk_1.1.3 X CC=gcc X PIKE=/usr/local/bin/pike X-LIBS=-L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lxpg4 -lXext -lX11 -lm /usr/lib/libgcc.a X+LIBS=-L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -E -lgmodule12 -lglib12 -lintl -lxpg4 -lXext -lX11 -lm /usr/lib/libgcc.a X MODULE=GTK X LDFLAGS= X LD=ld -Bshareable END-of-pike-Gtk/files/patch-Makefile echo c - pike-Gtk/pkg mkdir -p pike-Gtk/pkg > /dev/null 2>&1 echo x - pike-Gtk/pkg/COMMENT sed 's/^X//' >pike-Gtk/pkg/COMMENT << 'END-of-pike-Gtk/pkg/COMMENT' XA pike interface to Gtk Graphics Library END-of-pike-Gtk/pkg/COMMENT echo x - pike-Gtk/pkg/DESCR sed 's/^X//' >pike-Gtk/pkg/DESCR << 'END-of-pike-Gtk/pkg/DESCR' XPiGTK is a pike interface for GTK+ 1.1 (currently). X XGtk is available at . X XWWW : http://pike-community.org/sites/pigtk/ X X- Ying-Chieh Liao X ijliao@csie.nctu.edu.tw END-of-pike-Gtk/pkg/DESCR echo x - pike-Gtk/pkg/PLIST sed 's/^X//' >pike-Gtk/pkg/PLIST << 'END-of-pike-Gtk/pkg/PLIST' Xlib/pike/modules/GTKSupport.pmod/CVS/Root Xlib/pike/modules/GTKSupport.pmod/CVS/Repository Xlib/pike/modules/GTKSupport.pmod/CVS/Entries Xlib/pike/modules/GTKSupport.pmod/Alert.pike Xlib/pike/modules/GTKSupport.pmod/MenuFactory.pmod Xlib/pike/modules/GTKSupport.pmod/SClist.pike Xlib/pike/modules/GTKSupport.pmod/Util.pmod Xlib/pike/modules/GTKSupport.pmod/pDrawingArea.pike Xlib/pike/modules/GDKSupport.pmod/CVS/Root Xlib/pike/modules/GDKSupport.pmod/CVS/Repository Xlib/pike/modules/GDKSupport.pmod/CVS/Entries Xlib/pike/modules/GDKSupport.pmod/README Xlib/pike/modules/GTK.pmod Xlib/pike/modules/GDK.pmod Xlib/pike/modules/GTK.so X@dirrm lib/pike/modules/GTKSupport.pmod/ X@dirrm lib/pike/modules/GDKSupport.pmod/ END-of-pike-Gtk/pkg/PLIST echo x - pike-Gtk/Makefile sed 's/^X//' >pike-Gtk/Makefile << 'END-of-pike-Gtk/Makefile' X# New ports collection makefile for: pike-Gtk X# Version required: 1.1.3 X# Date created: June 29, 1999 X# Whom: Ying-Chieh Liao X# X# $Id$ X# X XDISTNAME= pigtk_1.1.3 XPKGNAME= pike-Gtk-1.1.3 XCATEGORIES= x11-toolkits lang XMASTER_SITES= http://pike-community.org/sites/pigtk/download/ X XMAINTAINER= ijliao@csie.nctu.edut.w X XBUILD_DEPENDS= pike:${PORTSDIR}/lang/pike X XLIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 X XUSE_XLIB= yes XGNU_CONFIGURE= yes X Xpost-configure: X cd ${WRKSRC} ; ${PATCH} < ../../files/patch-Makefile X X.include END-of-pike-Gtk/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jun 29 9:20: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 05BBE15414 for ; Tue, 29 Jun 1999 09:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA03836; Tue, 29 Jun 1999 09:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from server.research.zopps.fi (ws99.research.zopps.fi [195.165.196.99]) by hub.freebsd.org (Postfix) with ESMTP id B972C15310 for ; Tue, 29 Jun 1999 09:13:13 -0700 (PDT) (envelope-from martti@research.zopps.fi) Received: (from uucp@localhost) by server.research.zopps.fi (8.9.3/8.8.8) id TAA42319 for ; Tue, 29 Jun 1999 19:13:10 +0300 (EEST) (envelope-from martti.kuparinen) Received: from ws125.research.zopps.fi(195.165.196.125) via SMTP by ws99.research.zopps.fi, id smtpdK42316; Tue Jun 29 19:13:01 1999 Received: (from martti@localhost) by ws125.research.zopps.fi (8.9.3/8.8.8) id TAA33899; Tue, 29 Jun 1999 19:13:02 +0300 (EEST) (envelope-from martti@research.zopps.fi) Message-Id: <199906291613.TAA33899@ws125.research.zopps.fi> Date: Tue, 29 Jun 1999 19:13:02 +0300 (EEST) From: martti.kuparinen@research.zopps.fi Reply-To: martti.kuparinen@research.zopps.fi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12449: [PATCH] Update ports/net/ethereal to version 0.6.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12449 >Category: ports >Synopsis: Update ports/net/ethereal to version 0.6.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: Tue Jun 29 09:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Martti Kuparinen >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: >Description: I have a patch to update ports/net/ethereal to version 0.6.3. >How-To-Repeat: Apply the following patch. >Fix: diff -rc /usr/ports/net/ethereal/Makefile ethereal/Makefile *** /usr/ports/net/ethereal/Makefile Mon Jun 28 17:23:55 1999 --- ethereal/Makefile Tue Jun 29 17:04:44 1999 *************** *** 1,12 **** # New ports collection makefile for: ethereal ! # Version required: 0.6.2 # Date created: 10 August 1998 # Whom: Bill Fumerola # # $Id: Makefile,v 1.11 1999/05/29 03:55:12 steve Exp $ # ! DISTNAME= ethereal-0.6.2 CATEGORIES= net MASTER_SITES= http://ethereal.zing.org/distribution/ \ http://ethereal.boehm.org/distribution/ --- 1,12 ---- # New ports collection makefile for: ethereal ! # Version required: 0.6.3 # Date created: 10 August 1998 # Whom: Bill Fumerola # # $Id: Makefile,v 1.11 1999/05/29 03:55:12 steve Exp $ # ! DISTNAME= ethereal-0.6.3 CATEGORIES= net MASTER_SITES= http://ethereal.zing.org/distribution/ \ http://ethereal.boehm.org/distribution/ diff -rc /usr/ports/net/ethereal/files/md5 ethereal/files/md5 *** /usr/ports/net/ethereal/files/md5 Mon Jun 28 17:23:55 1999 --- ethereal/files/md5 Tue Jun 29 17:05:00 1999 *************** *** 1 **** ! MD5 (ethereal-0.6.2.tar.gz) = e887f29d5b71a52ab70e048d0d36dd4b --- 1 ---- ! MD5 (ethereal-0.6.3.tar.gz) = 46db4e629319b35f9c0719668be39781 >Release-Note: >Audit-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 Jun 29 9:34:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DD3F14C1D; Tue, 29 Jun 1999 09:34:53 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA05548; Tue, 29 Jun 1999 09:34:53 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Tue, 29 Jun 1999 09:34:53 -0700 (PDT) From: Message-Id: <199906291634.JAA05548@freefall.freebsd.org> To: billf@FreeBSD.org, freebsd-ports@FreeBSD.org, billf@FreeBSD.org Subject: Re: ports/12449: Update ports/net/ethereal to version 0.6.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update ports/net/ethereal to version 0.6.3 Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: billf Responsible-Changed-When: Tue Jun 29 09:34:37 PDT 1999 Responsible-Changed-Why: My port. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jun 29 10:10:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D52E914BEF; Tue, 29 Jun 1999 10:10:23 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA09439; Tue, 29 Jun 1999 10:10:23 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Tue, 29 Jun 1999 10:10:23 -0700 (PDT) From: Message-Id: <199906291710.KAA09439@freefall.freebsd.org> To: jim@blues.ghis.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12443: update port: wmcp-1.2.6 to 1.2.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: wmcp-1.2.6 to 1.2.8 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Tue Jun 29 10:10:06 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jun 29 11: 0:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9203F154A9 for ; Tue, 29 Jun 1999 11:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA16022; Tue, 29 Jun 1999 11:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mta2.odn.ne.jp (mta2.odn.ne.jp [143.90.131.69]) by hub.freebsd.org (Postfix) with ESMTP id B8F3214FC8 for ; Tue, 29 Jun 1999 10:58:21 -0700 (PDT) (envelope-from shuna@pop16.odn.ne.jp) Received: from localhost.my.domain (TBTca-0916p127.ppp.odn.ad.jp [210.237.199.161]) by mta2.odn.ne.jp (8.8.8+2.7Wbeta7/3.6W/9808281343) with ESMTP id CAA29923 for ; Wed, 30 Jun 1999 02:58:18 +0900 (JST) Received: (from shuna@localhost) by localhost.my.domain (8.9.3/3.7W-ppp) id CAA23738; Wed, 30 Jun 1999 02:54:00 +0900 (JST) Message-Id: <199906291758.CAA29923@mta2.odn.ne.jp> Date: Wed, 30 Jun 1999 02:54:00 +0900 (JST) From: shuna@pop16.odn.ne.jp Reply-To: shuna@pop16.odn.ne.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12451: New port: japanese/mutt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12451 >Category: ports >Synopsis: New port: japanese/mutt >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 Jun 29 11:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: IWASHITA Yoji >Release: FreeBSD 3.2-RELEASE i386 >Organization: personal >Environment: FreeBSD 3.2-RELEASE >Description: Text-based powerful mail client. (Japanised version) >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: # # mutt # mutt/pkg # mutt/pkg/DESCR # mutt/pkg/COMMENT # mutt/pkg/PLIST # mutt/patches # mutt/patches/patch-aa # mutt/files # mutt/files/md5 # mutt/Makefile # echo c - mutt mkdir -p mutt > /dev/null 2>&1 echo c - mutt/pkg mkdir -p mutt/pkg > /dev/null 2>&1 echo x - mutt/pkg/DESCR sed 's/^X//' >mutt/pkg/DESCR << 'END-of-mutt/pkg/DESCR' XMutt is a small but very powerful text-based MIME mail client. Mutt Xis highly configurable, and is well suited to the mail power user with Xadvanced features like key bindings, keyboard macros, mail threading, Xregular expression searches and a powerful pattern matching language Xfor selecting groups of messages. X X- XIWASHITA Yoji Xshuna@pop16.odn.ne.jp END-of-mutt/pkg/DESCR echo x - mutt/pkg/COMMENT sed 's/^X//' >mutt/pkg/COMMENT << 'END-of-mutt/pkg/COMMENT' XText-based mail client (Japanised Version) END-of-mutt/pkg/COMMENT echo x - mutt/pkg/PLIST sed 's/^X//' >mutt/pkg/PLIST << 'END-of-mutt/pkg/PLIST' Xbin/mutt Xbin/mutt_dotlock Xshare/doc/mutt/COPYRIGHT Xshare/doc/mutt/ChangeLog Xshare/doc/mutt/GPL Xshare/doc/mutt/INSTALL Xshare/doc/mutt/NEWS Xshare/doc/mutt/PGP-Notes.txt Xshare/doc/mutt/README Xshare/doc/mutt/README.SECURITY Xshare/doc/mutt/TODO Xshare/doc/mutt/applying-patches.txt Xshare/doc/mutt/devel-notes.txt Xshare/doc/mutt/manual.txt X@dirrm share/doc/mutt Xshare/mutt/Muttrc Xshare/mutt/mime.types Xshare/mutt/charsets/ansi-x3-110-1983 Xshare/mutt/charsets/ansi-x3-4-1968 Xshare/mutt/charsets/asmo-449 Xshare/mutt/charsets/baltic Xshare/mutt/charsets/bs-4730 Xshare/mutt/charsets/bs-viewdata Xshare/mutt/charsets/charsets.alias Xshare/mutt/charsets/charsets.alias.dist Xshare/mutt/charsets/cp1250 Xshare/mutt/charsets/cp1251 Xshare/mutt/charsets/cp1252 Xshare/mutt/charsets/cp1253 Xshare/mutt/charsets/cp1254 Xshare/mutt/charsets/cp1255 Xshare/mutt/charsets/cp1256 Xshare/mutt/charsets/cp1257 Xshare/mutt/charsets/csa-z243-4-1985-1 Xshare/mutt/charsets/csa-z243-4-1985-2 Xshare/mutt/charsets/csa-z243-4-1985-gr Xshare/mutt/charsets/csn-369103 Xshare/mutt/charsets/cwi Xshare/mutt/charsets/dec-mcs Xshare/mutt/charsets/din-66003 Xshare/mutt/charsets/ds-2089 Xshare/mutt/charsets/ebcdic-at-de Xshare/mutt/charsets/ebcdic-at-de-a Xshare/mutt/charsets/ebcdic-ca-fr Xshare/mutt/charsets/ebcdic-dk-no Xshare/mutt/charsets/ebcdic-dk-no-a Xshare/mutt/charsets/ebcdic-es Xshare/mutt/charsets/ebcdic-es-a Xshare/mutt/charsets/ebcdic-es-s Xshare/mutt/charsets/ebcdic-fi-se Xshare/mutt/charsets/ebcdic-fi-se-a Xshare/mutt/charsets/ebcdic-fr Xshare/mutt/charsets/ebcdic-is-friss Xshare/mutt/charsets/ebcdic-it Xshare/mutt/charsets/ebcdic-pt Xshare/mutt/charsets/ebcdic-uk Xshare/mutt/charsets/ebcdic-us Xshare/mutt/charsets/ecma-cyrillic Xshare/mutt/charsets/es Xshare/mutt/charsets/es2 Xshare/mutt/charsets/gb-1988-80 Xshare/mutt/charsets/gost-19768-74 Xshare/mutt/charsets/greek-ccitt Xshare/mutt/charsets/greek7 Xshare/mutt/charsets/greek7-old Xshare/mutt/charsets/hp-roman8 Xshare/mutt/charsets/ibm037 Xshare/mutt/charsets/ibm038 Xshare/mutt/charsets/ibm1004 Xshare/mutt/charsets/ibm1026 Xshare/mutt/charsets/ibm1047 Xshare/mutt/charsets/ibm256 Xshare/mutt/charsets/ibm273 Xshare/mutt/charsets/ibm274 Xshare/mutt/charsets/ibm275 Xshare/mutt/charsets/ibm277 Xshare/mutt/charsets/ibm278 Xshare/mutt/charsets/ibm280 Xshare/mutt/charsets/ibm281 Xshare/mutt/charsets/ibm284 Xshare/mutt/charsets/ibm285 Xshare/mutt/charsets/ibm290 Xshare/mutt/charsets/ibm297 Xshare/mutt/charsets/ibm420 Xshare/mutt/charsets/ibm423 Xshare/mutt/charsets/ibm424 Xshare/mutt/charsets/ibm437 Xshare/mutt/charsets/ibm500 Xshare/mutt/charsets/ibm850 Xshare/mutt/charsets/ibm851 Xshare/mutt/charsets/ibm852 Xshare/mutt/charsets/ibm855 Xshare/mutt/charsets/ibm857 Xshare/mutt/charsets/ibm860 Xshare/mutt/charsets/ibm861 Xshare/mutt/charsets/ibm862 Xshare/mutt/charsets/ibm863 Xshare/mutt/charsets/ibm864 Xshare/mutt/charsets/ibm865 Xshare/mutt/charsets/ibm868 Xshare/mutt/charsets/ibm869 Xshare/mutt/charsets/ibm870 Xshare/mutt/charsets/ibm871 Xshare/mutt/charsets/ibm875 Xshare/mutt/charsets/ibm880 Xshare/mutt/charsets/ibm891 Xshare/mutt/charsets/ibm903 Xshare/mutt/charsets/ibm904 Xshare/mutt/charsets/ibm905 Xshare/mutt/charsets/ibm918 Xshare/mutt/charsets/iec-p27-1 Xshare/mutt/charsets/inis Xshare/mutt/charsets/inis-8 Xshare/mutt/charsets/inis-cyrillic Xshare/mutt/charsets/invariant Xshare/mutt/charsets/iso-10367-box Xshare/mutt/charsets/iso-2033-1983 Xshare/mutt/charsets/iso-5427 Xshare/mutt/charsets/iso-5427-ext Xshare/mutt/charsets/iso-5428 Xshare/mutt/charsets/iso-646-basic Xshare/mutt/charsets/iso-646-irv Xshare/mutt/charsets/iso-6937 Xshare/mutt/charsets/iso-6937-2-25 Xshare/mutt/charsets/iso-6937-2-add Xshare/mutt/charsets/iso-8859-1 Xshare/mutt/charsets/iso-8859-10 Xshare/mutt/charsets/iso-8859-2 Xshare/mutt/charsets/iso-8859-3 Xshare/mutt/charsets/iso-8859-4 Xshare/mutt/charsets/iso-8859-5 Xshare/mutt/charsets/iso-8859-6 Xshare/mutt/charsets/iso-8859-7 Xshare/mutt/charsets/iso-8859-8 Xshare/mutt/charsets/iso-8859-9 Xshare/mutt/charsets/iso-8859-supp Xshare/mutt/charsets/iso-ir-90 Xshare/mutt/charsets/it Xshare/mutt/charsets/jis-c6220-1969-jp Xshare/mutt/charsets/jis-c6220-1969-ro Xshare/mutt/charsets/jis-c6229-1984-a Xshare/mutt/charsets/jis-c6229-1984-b Xshare/mutt/charsets/jis-c6229-1984-b-add Xshare/mutt/charsets/jis-c6229-1984-hand Xshare/mutt/charsets/jis-c6229-1984-hand-add Xshare/mutt/charsets/jis-c6229-1984-kana Xshare/mutt/charsets/jis-x0201 Xshare/mutt/charsets/jus-i-b1-002 Xshare/mutt/charsets/jus-i-b1-003-mac Xshare/mutt/charsets/jus-i-b1-003-serb Xshare/mutt/charsets/koi-8 Xshare/mutt/charsets/koi8-r Xshare/mutt/charsets/ksc5636 Xshare/mutt/charsets/latin-greek Xshare/mutt/charsets/latin-greek-1 Xshare/mutt/charsets/mac-is Xshare/mutt/charsets/macintosh Xshare/mutt/charsets/msz-7795-3 Xshare/mutt/charsets/nats-dano Xshare/mutt/charsets/nats-dano-add Xshare/mutt/charsets/nats-sefi Xshare/mutt/charsets/nats-sefi-add Xshare/mutt/charsets/nc-nc00-10 Xshare/mutt/charsets/nextstep Xshare/mutt/charsets/nf-z-62-010 Xshare/mutt/charsets/nf-z-62-010-(1973) Xshare/mutt/charsets/ns-4551-1 Xshare/mutt/charsets/ns-4551-2 Xshare/mutt/charsets/pt Xshare/mutt/charsets/pt2 Xshare/mutt/charsets/sami Xshare/mutt/charsets/sen-850200-b Xshare/mutt/charsets/sen-850200-c Xshare/mutt/charsets/t-101-g2 Xshare/mutt/charsets/t-61-7bit Xshare/mutt/charsets/t-61-8bit Xshare/mutt/charsets/videotex-suppl X@dirrm share/mutt/charsets X@dirrm share/mutt Xshare/locale/cs/LC_MESSAGES/mutt.mo Xshare/locale/de/LC_MESSAGES/mutt.mo Xshare/locale/es/LC_MESSAGES/mutt.mo Xshare/locale/fr/LC_MESSAGES/mutt.mo Xshare/locale/it/LC_MESSAGES/mutt.mo Xshare/locale/ja/LC_MESSAGES/mutt.mo Xshare/locale/nl/LC_MESSAGES/mutt.mo Xshare/locale/pl/LC_MESSAGES/mutt.mo Xshare/locale/ru/LC_MESSAGES/mutt.mo Xshare/locale/uk/LC_MESSAGES/mutt.mo X@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/es/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/it/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/ja/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/nl/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/ru/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/uk/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/cs 2>/dev/null || true X@unexec rmdir %D/share/locale/de 2>/dev/null || true X@unexec rmdir %D/share/locale/es 2>/dev/null || true X@unexec rmdir %D/share/locale/fr 2>/dev/null || true X@unexec rmdir %D/share/locale/it 2>/dev/null || true X@unexec rmdir %D/share/locale/ja 2>/dev/null || true X@unexec rmdir %D/share/locale/nl 2>/dev/null || true X@unexec rmdir %D/share/locale/pl 2>/dev/null || true X@unexec rmdir %D/share/locale/ru 2>/dev/null || true X@unexec rmdir %D/share/locale/uk 2>/dev/null || true X@unexec rmdir %D/share/locale 2>/dev/null || true END-of-mutt/pkg/PLIST echo c - mutt/patches mkdir -p mutt/patches > /dev/null 2>&1 echo x - mutt/patches/patch-aa sed 's/^X//' >mutt/patches/patch-aa << 'END-of-mutt/patches/patch-aa' X*** configure.orig Thu May 6 02:46:55 1999 X--- configure Thu May 6 02:49:06 1999 X*************** X*** 1585,1602 **** X echo $ac_n "checking for S-Lang""... $ac_c" 1>&6 X echo "configure:1587: checking for S-Lang" >&5 X if test $withval = yes; then X! if test -d $srcdir/../slang; then X! mutt_cv_slang=$srcdir/../slang/src X! CPPFLAGS="$CPPFLAGS -I${mutt_cv_slang}" X! LDFLAGS="$LDFLAGS -L${mutt_cv_slang}/objs" X! else X! if test -d $mutt_cv_prefix/include/slang; then X! CPPFLAGS="$CPPFLAGS -I$mutt_cv_prefix/include/slang" X! elif test -d /usr/include/slang; then X! CPPFLAGS="$CPPFLAGS -I/usr/include/slang" X! fi X! mutt_cv_slang=yes X fi X else X if test -f $withval/src/slang.h; then X mutt_cv_slang=$withval/src X--- 1585,1597 ---- X echo $ac_n "checking for S-Lang""... $ac_c" 1>&6 X echo "configure:1587: checking for S-Lang" >&5 X if test $withval = yes; then X! if test -d $mutt_cv_prefix/include/slang; then X! CPPFLAGS="$CPPFLAGS -I$mutt_cv_prefix/include/slang" X! LDFLAGS="$LDFLAGS -L$mutt_cv_prefix/lib" X! elif test -d /usr/include/slang; then X! CPPFLAGS="$CPPFLAGS -I/usr/include/slang" X fi X+ mutt_cv_slang=yes X else X if test -f $withval/src/slang.h; then X mutt_cv_slang=$withval/src END-of-mutt/patches/patch-aa echo c - mutt/files mkdir -p mutt/files > /dev/null 2>&1 echo x - mutt/files/md5 sed 's/^X//' >mutt/files/md5 << 'END-of-mutt/files/md5' XMD5 (mutt-0.95.4i.tar.gz) = 9e35e9763a45deb145f9d3a4353d51c8 XMD5 (mutt-0.95.4i-jp2.pat.gz) = 5a4a7c4480155da82c51b61b438d46f2 END-of-mutt/files/md5 echo x - mutt/Makefile sed 's/^X//' >mutt/Makefile << 'END-of-mutt/Makefile' X# New ports collection makefile for: ja-mutt X# Version required: 0.95.4i-jp2 X# Date created: 30 Jun 1999 X# Whom: IWASHITA Yoji X# X# $Id$ X# X XDISTNAME= mutt-0.95.4i XPKGNAME= ja-mutt-0.95.4i.j2 XCATEGORIES= japanese mail XMASTER_SITES= ftp://ftp.guug.de/pub/mutt/ \ X ftp://ftp.guug.de/pub/mutt/historic/ \ X ftp://ftp.gbnet.net/pub/mutt-international/ XPATCH_SITES= http://home.sprintmail.com/~kikutani/slang/ XPATCHFILES= mutt-0.95.4i-jp2.pat.gz XPATCH_DIST_STRIP= -p1 X XMAINTAINER= shuna@pop16.odn.ne.jp X XLIB_DEPENDS= slang.2:${PORTSDIR}/japanese/libslang XBUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext X XGNU_CONFIGURE= yes XWRKSRC= ${WRKDIR}/mutt-0.95.4 XCONFIGURE_ARGS= --with-slang --enable-locales-fix --with-included-gettext \ X --sysconfdir=${PREFIX}/share/mutt \ X --with-sharedir=${PREFIX}/share/mutt \ X --with-docdir=${PREFIX}/share/doc/mutt \ X --enable-pop --enable-imap X XMAN1= mutt.1 mutt_dotlock.1 X X.include END-of-mutt/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jun 29 12: 8:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from misha.cisco.com (misha.cisco.com [171.69.206.50]) by hub.freebsd.org (Postfix) with ESMTP id 518F115458 for ; Tue, 29 Jun 1999 12:08:48 -0700 (PDT) (envelope-from mi@misha.cisco.com) Received: (from mi@localhost) by misha.cisco.com (8.9.3/8.9.1) id PAA74662 for ports@freebsd.org; Tue, 29 Jun 1999 15:08:46 -0400 (EDT) (envelope-from mi) Message-Id: <199906291908.PAA74662@misha.cisco.com> Subject: tcl81 port takes forever to START building To: ports@freebsd.org Date: Tue, 29 Jun 1999 15:08:46 -0400 (EDT) Reply-To: mi@aldan.algebra.com From: Mikhail Teterin X-Mailer: ELM [version 2.4ME+ PL60 (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 Hello! I noticed, that the time between I type `make' in a port's directory and the first line of make's progress-report was growing. But after today's cvsup of the ports tree, it takes it 25-40 seconds to start doing something noticeable. On a PII-333Mhz, mind you, otherwise idle. No paging (128Mb RAM), no rc5des. The port in qustion is tcl81 (needs updating to 8.1.1, BTW). Other ports start building (or fetching) faster, but the delay is still quite noticable... Top shows 4 (!) make processes running in parallel with 0 idle time. Why is this such a monster now? Thanks! -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jun 29 12:29:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from june.cs.washington.edu (june.cs.washington.edu [128.95.1.4]) by hub.freebsd.org (Postfix) with ESMTP id ECB4414CAA for ; Tue, 29 Jun 1999 12:29:10 -0700 (PDT) (envelope-from wolman@cs.washington.edu) Received: from miles.cs.washington.edu (miles.cs.washington.edu [128.95.4.177]) by june.cs.washington.edu (8.8.7+CS/7.2ju) with ESMTP id MAA25182 for ; Tue, 29 Jun 1999 12:29:06 -0700 Received: from miles.cs.washington.edu (localhost [127.0.0.1]) by miles.cs.washington.edu (8.9.2/8.9.2) with ESMTP id MAA35688 for ; Tue, 29 Jun 1999 12:29:05 -0700 (PDT) (envelope-from wolman@miles.cs.washington.edu) Message-Id: <199906291929.MAA35688@miles.cs.washington.edu> X-Mailer: exmh version 2.0.2 2/24/98 To: freebsd-ports@freebsd.org Subject: lesstif port/package question? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 29 Jun 1999 12:29:05 -0700 From: "Alec Wolman" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Can someone tell me why there is no lesstif package built automatically from the lesstif port? Some of us prefer the ease of downloading pre-built packages, and it doesn't seem to me that there should be any licensing issues with lesstif. Thanks, Alec To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jun 29 16:10: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CA9E15340 for ; Tue, 29 Jun 1999 16:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA45378; Tue, 29 Jun 1999 16:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from dcarmich.xnet.com (dcarmich.xnet.com [205.243.153.129]) by hub.freebsd.org (Postfix) with ESMTP id 2642D152CE for ; Tue, 29 Jun 1999 16:00:03 -0700 (PDT) (envelope-from dcarmich@dcarmich.xnet.com) Received: (from dcarmich@localhost) by dcarmich.xnet.com (8.9.3/8.9.2) id SAA38686; Tue, 29 Jun 1999 18:00:52 -0500 (CDT) (envelope-from dcarmich) Message-Id: <199906292300.SAA38686@dcarmich.xnet.com> Date: Tue, 29 Jun 1999 18:00:52 -0500 (CDT) From: Douglas Carmichael Reply-To: dcarmich@xnet.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12453: Fixed libmikmod port for version 3.1.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12453 >Category: ports >Synopsis: I have fixed the libmikmod port for version 3.1.7. >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 Jun 29 16:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Douglas Carmichael >Release: FreeBSD 3.2-RELEASE i386 >Organization: none >Environment: N/A >Description: I have fixed the libmikmod port for version 3.1.7. >How-To-Repeat: N/A >Fix: Apply this patch to the libmikmod port: diff -crN libmikmod.old/Makefile libmikmod/Makefile *** libmikmod.old/Makefile Wed Jun 23 05:33:17 1999 --- libmikmod/Makefile Tue Jun 29 17:51:14 1999 *************** *** 1,15 **** # ports collection makefile for: libmikmod ! # Version required: 3.1.6 # Date created: Sun Apr 11 13:06:01 PDT 1999 # Whom: Michael Haro # # $Id: Makefile,v 1.4 1999/06/23 01:26:30 mharo Exp $ # ! DISTNAME= libmikmod-3.1.6 CATEGORIES= audio ! MASTER_SITES= http://www.multimania.com/miodrag/mikmod/libmikmod/ \ ! http://mikmod.darkorb.net/libmikmod/ MAINTAINER= mharo@FreeBSD.ORG --- 1,16 ---- # ports collection makefile for: libmikmod ! # Version required: 3.1.7 # Date created: Sun Apr 11 13:06:01 PDT 1999 # Whom: Michael Haro + # Fixed by: Douglas Carmichael # # $Id: Makefile,v 1.4 1999/06/23 01:26:30 mharo Exp $ # ! DISTNAME= libmikmod-3.1.7 CATEGORIES= audio ! # The files at multimania.com seem to be corrupted ! MASTER_SITES= http://mikmod.darkorb.net/libmikmod/ MAINTAINER= mharo@FreeBSD.ORG *************** *** 17,22 **** --- 18,26 ---- USE_LIBTOOL= yes USE_GMAKE= yes + + # Version 3.1.7 requires GNU configure + GNU_CONFIGURE= yes pre-build: ${RM} -rf ${WRKSRC}/info/mikmod.info-* diff -crN libmikmod.old/files/md5 libmikmod/files/md5 *** libmikmod.old/files/md5 Sat Jun 5 05:36:16 1999 --- libmikmod/files/md5 Tue Jun 29 17:42:52 1999 *************** *** 1 **** ! MD5 (libmikmod-3.1.6.tar.gz) = 27fd8ff057d3634e70f53143755bb7ac --- 1 ---- ! MD5 (libmikmod-3.1.7.tar.gz) = fc799491d514dd78154d34b3364a6f21 >Release-Note: >Audit-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 Jun 29 16:18:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D487C14DCF; Tue, 29 Jun 1999 16:18:35 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA48678; Tue, 29 Jun 1999 16:18:35 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Tue, 29 Jun 1999 16:18:35 -0700 (PDT) From: Message-Id: <199906292318.QAA48678@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, mharo@FreeBSD.org Subject: Re: ports/12453: I have fixed the libmikmod port for version 3.1.7. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: I have fixed the libmikmod port for version 3.1.7. Responsible-Changed-From-To: freebsd-ports->mharo Responsible-Changed-By: cpiazza Responsible-Changed-When: Tue Jun 29 16:18:13 PDT 1999 Responsible-Changed-Why: Over to maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jun 29 16:22:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B36B1155F9; Tue, 29 Jun 1999 16:22:15 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA49452; Tue, 29 Jun 1999 16:22:15 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Tue, 29 Jun 1999 16:22:15 -0700 (PDT) From: Message-Id: <199906292322.QAA49452@freefall.freebsd.org> To: shuna@pop16.odn.ne.jp, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12411: new port: japanese/mutt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: japanese/mutt State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Tue Jun 29 16:21:35 PDT 1999 State-Changed-Why: Superseded by ports/12451. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jun 29 17:40: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 37B9015458 for ; Tue, 29 Jun 1999 17:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA56612; Tue, 29 Jun 1999 17:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [134.102.38.17]) by hub.freebsd.org (Postfix) with ESMTP id F2DFC1517C for ; Tue, 29 Jun 1999 17:30:33 -0700 (PDT) (envelope-from nox@saturn.kn-bremen.de) Received: from saturn.kn-bremen.de (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id CAA17579 for FreeBSD-gnats-submit@freebsd.org; Wed, 30 Jun 1999 02:28:00 +0200 Received: (from nox@localhost) by saturn.kn-bremen.de (8.9.3/8.8.5) id BAA24475; Wed, 30 Jun 1999 01:22:52 +0200 (MET DST) Message-Id: <199906292322.BAA24475@saturn.kn-bremen.de> Date: Wed, 30 Jun 1999 01:22:52 +0200 (MET DST) From: Juergen Lock Reply-To: nox@jelal.kn-bremen.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12454: gcombust 0.1.18 is out Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12454 >Category: ports >Synopsis: gcombust 0.1.18 is out >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 Jun 29 17:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Juergen Lock >Release: FreeBSD 3.2-STABLE i386 >Organization: me? organized? >Environment: FreeBSD 3.2-STABLE i386 >Description: update the gcombust port to 0.1.18 >How-To-Repeat: n/a >Fix: Index: Makefile =================================================================== RCS file: /home/cvs/cvs/ports/sysutils/gcombust/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/06/28 01:40:05 1.1.1.1 +++ Makefile 1999/06/29 23:12:48 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.1.1.1 1999/06/28 01:40:05 flathill Exp $ # -DISTNAME= gcombust-0.1.17 +DISTNAME= gcombust-0.1.18 CATEGORIES= sysutils MASTER_SITES= http://www.abo.fi/~jmunsin/gcombust/ Index: files/md5 =================================================================== RCS file: /home/cvs/cvs/ports/sysutils/gcombust/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1999/06/28 01:40:06 1.1.1.1 +++ md5 1999/06/29 23:07:50 @@ -1 +1 @@ -MD5 (gcombust-0.1.17.tar.gz) = aa230c8546b3d87879219a6028e7670e +MD5 (gcombust-0.1.18.tar.gz) = 99efbd09633bc2605bba8f111a197756 Index: pkg/COMMENT =================================================================== RCS file: /home/cvs/cvs/ports/sysutils/gcombust/pkg/COMMENT,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 COMMENT --- COMMENT 1999/06/28 01:40:07 1.1.1.1 +++ COMMENT 1999/06/29 23:08:13 @@ -1 +1 @@ -a GTK+ frontend for mkisofs and cdrecord. +A GTK+ frontend for mkisofs and cdrecord Index: pkg/PLIST =================================================================== RCS file: /home/cvs/cvs/ports/sysutils/gcombust/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1999/06/28 01:40:07 1.1.1.1 +++ PLIST 1999/06/29 23:08:13 @@ -1,5 +1,7 @@ bin/gcombust share/doc/gcombust/README share/doc/gcombust/NEWS +share/locale/de/LC_MESSAGES/gcombust.mo share/locale/sv/LC_MESSAGES/gcombust.mo share/locale/es/LC_MESSAGES/gcombust.mo +@dirrm share/doc/gcombust >Release-Note: >Audit-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 Jun 29 17:43:17 1999 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 D5EA81541B for ; Tue, 29 Jun 1999 17:43:10 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id TAA01571; Tue, 29 Jun 1999 19:43:05 -0500 (CDT) Date: Tue, 29 Jun 1999 19:43:04 -0500 (CDT) From: Steve Price To: Mikhail Teterin Cc: ports@FreeBSD.ORG Subject: Re: tcl81 port takes forever to START building In-Reply-To: <199906291908.PAA74662@misha.cisco.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 This is because of all the MLINKS in the Makefile. Care to take a stab at making the MLINKS code in bsd.port.mk faster? -steve On Tue, 29 Jun 1999, Mikhail Teterin wrote: # Hello! # # I noticed, that the time between I type `make' in a port's directory and # the first line of make's progress-report was growing. But after today's # cvsup of the ports tree, it takes it 25-40 seconds to start doing # something noticeable. On a PII-333Mhz, mind you, otherwise idle. No # paging (128Mb RAM), no rc5des. The port in qustion is tcl81 (needs # updating to 8.1.1, BTW). Other ports start building (or fetching) # faster, but the delay is still quite noticable... # # Top shows 4 (!) make processes running in parallel with 0 idle time. Why # is this such a monster now? # # Thanks! # # -mi # # # 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 Tue Jun 29 18: 0: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D8CD714E09 for ; Tue, 29 Jun 1999 18:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA57958; Tue, 29 Jun 1999 18:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from dcarmich.xnet.com (dcarmich.xnet.com [205.243.153.129]) by hub.freebsd.org (Postfix) with ESMTP id 4BCA8151C9 for ; Tue, 29 Jun 1999 17:50:15 -0700 (PDT) (envelope-from dcarmich@dcarmich.xnet.com) Received: (from dcarmich@localhost) by dcarmich.xnet.com (8.9.3/8.9.2) id TAA46556; Tue, 29 Jun 1999 19:51:05 -0500 (CDT) (envelope-from dcarmich) Message-Id: <199906300051.TAA46556@dcarmich.xnet.com> Date: Tue, 29 Jun 1999 19:51:05 -0500 (CDT) From: dcarmich@xnet.com Reply-To: dcarmich@xnet.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12455: I have fixed the mikmod port to compile under 3.2-RELEASE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12455 >Category: ports >Synopsis: I have fixed the mikmod port to compile under 3.2-RELEASE >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 Jun 29 18:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Douglas Carmichael >Release: FreeBSD 3.2-RELEASE i386 >Organization: none >Environment: N/A >Description: I have fixed the mikmod port to compile under 3.2-RELEASE. >How-To-Repeat: N/A >Fix: Apply this patch to the mikmod port: diff -crN mikmod.old/patches/patch-aa mikmod/patches/patch-aa *** mikmod.old/patches/patch-aa Wed Dec 31 18:00:00 1969 --- mikmod/patches/patch-aa Tue Jun 29 19:34:59 1999 *************** *** 0 **** --- 1,19 ---- + *** src/mikmod.c.old Tue Jun 29 18:02:29 1999 + --- src/mikmod.c Tue Jun 29 18:03:14 1999 + *************** + *** 624,630 **** + puts(mikbanner); + + /* initialize volume and tempo multipliers */ + ! if (MikMod_Init()) + exit_player(1,"MikMod initialisation error : %s\n",MikMod_strerror(MikMod_errno)); + library_on=1; + + --- 624,630 ---- + puts(mikbanner); + + /* initialize volume and tempo multipliers */ + ! if (MikMod_Init("")) + exit_player(1,"MikMod initialisation error : %s\n",MikMod_strerror(MikMod_errno)); + library_on=1; + >Release-Note: >Audit-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 Jun 29 18:50: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BFA31541B for ; Tue, 29 Jun 1999 18:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA61961; Tue, 29 Jun 1999 18:50:01 -0700 (PDT) (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 B343F14F9A for ; Tue, 29 Jun 1999 18:44:08 -0700 (PDT) (envelope-from naddy@bigeye.rhein-neckar.de) Received: from mips.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id DAA05833 for FreeBSD-gnats-submit@freebsd.org; Wed, 30 Jun 1999 03:44:07 +0200 (CEST) (envelope-from naddy@bigeye.rhein-neckar.de) Received: from bigeye.rhein-neckar.de ([193.197.90.235]) by mips.rhein-neckar.de with esmtp id m10z7nb-000WyYC (Debian Smail-3.2.0.101 1997-Dec-17 #2); Wed, 30 Jun 1999 02:00:23 +0200 (CEST) Received: (from naddy@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id CAA32732; Wed, 30 Jun 1999 02:11:01 +0200 (CEST) (envelope-from naddy) Message-Id: <199906300011.CAA32732@bigeye.rhein-neckar.de> Date: Wed, 30 Jun 1999 02:11:01 +0200 (CEST) From: Christian Weisgerber Reply-To: naddy@mips.rhein-neckar.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12456: graphics/xpdf: small fixes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12456 >Category: ports >Synopsis: graphics/xpdf: small fixes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 29 18:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: Small fixes for the current xpdf port: * Replaced PATCH_DIST_ARGS by a simpler and cleaner PATH_DIST_STRIP line. * The xpdf port depended on Xpm, but didn't actually use it since the configure script didn't find xpm.h. Fixed by adding an explicit --with-Xpm-includes configure argument. * Included a small patch to correctly support keypad movement keys. Already accepted by Derek Noonburg for inclusion in his next release of xpdf. >How-To-Repeat: >Fix: diff -uNr /usr/ports/graphics/xpdf/Makefile xpdf/Makefile --- /usr/ports/graphics/xpdf/Makefile Wed Jun 30 00:34:33 1999 +++ xpdf/Makefile Wed Jun 30 02:00:01 1999 @@ -17,7 +17,7 @@ .if defined(USA_RESIDENT) && !defined(PACKAGE_BUILDING) PATCH_SITES= ftp://ftp.sci.usq.edu.au/pub/linux/xpdf/ PATCHFILES= xpdf-0.80-decrypt.patch -PATCH_DIST_ARGS=-p0 -E -d ${WRKDIR} --quiet +PATCH_DIST_STRIP= -p1 .endif MAINTAINER= chuckr@glue.umd.edu @@ -29,7 +29,8 @@ .endif USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gzip --enable-japanese +CONFIGURE_ARGS= --with-gzip --enable-japanese \ + --with-Xpm-includes=${X11BASE}/include CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" MAN1= pdfimages.1 \ diff -uNr /usr/ports/graphics/xpdf/patches/patch-aa xpdf/patches/patch-aa --- /usr/ports/graphics/xpdf/patches/patch-aa Thu Jan 1 01:00:00 1970 +++ xpdf/patches/patch-aa Wed Jun 30 01:59:33 1999 @@ -0,0 +1,55 @@ +--- xpdf/xpdf.cc.orig Fri Jun 18 15:22:36 1999 ++++ xpdf/xpdf.cc Fri Jun 18 15:36:02 1999 +@@ -682,11 +682,13 @@ + } else { + switch (key) { + case XK_Home: ++ case XK_KP_Home: + hScrollbar->setPos(0, canvas->getWidth()); + vScrollbar->setPos(0, canvas->getHeight()); + canvas->scroll(hScrollbar->getPos(), vScrollbar->getPos()); + break; + case XK_End: ++ case XK_KP_End: + hScrollbar->setPos(canvas->getRealWidth() - canvas->getWidth(), + canvas->getWidth()); + vScrollbar->setPos(canvas->getRealHeight() - canvas->getHeight(), +@@ -694,6 +696,7 @@ + canvas->scroll(hScrollbar->getPos(), vScrollbar->getPos()); + break; + case XK_Page_Up: ++ case XK_KP_Page_Up: + if (vScrollbar->getPos() == 0) { + prevPageCbk(NULL, 0, gTrue); + } else { +@@ -703,6 +706,7 @@ + } + break; + case XK_Page_Down: ++ case XK_KP_Page_Down: + if (vScrollbar->getPos() >= + canvas->getRealHeight() - canvas->getHeight()) { + nextPageCbk(NULL, 0, gTrue); +@@ -713,18 +717,22 @@ + } + break; + case XK_Left: ++ case XK_KP_Left: + hScrollbar->setPos(hScrollbar->getPos() - 16, canvas->getWidth()); + canvas->scroll(hScrollbar->getPos(), vScrollbar->getPos()); + break; + case XK_Right: ++ case XK_KP_Right: + hScrollbar->setPos(hScrollbar->getPos() + 16, canvas->getWidth()); + canvas->scroll(hScrollbar->getPos(), vScrollbar->getPos()); + break; + case XK_Up: ++ case XK_KP_Up: + vScrollbar->setPos(vScrollbar->getPos() - 16, canvas->getHeight()); + canvas->scroll(hScrollbar->getPos(), vScrollbar->getPos()); + break; + case XK_Down: ++ case XK_KP_Down: + vScrollbar->setPos(vScrollbar->getPos() + 16, canvas->getHeight()); + canvas->scroll(hScrollbar->getPos(), vScrollbar->getPos()); + break; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jun 29 19: 3:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id 74E6314E39 for ; Tue, 29 Jun 1999 19:03:13 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from localhost.nowhere (ppp1652.on.bellglobal.com [206.172.249.116]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id WAA20117; Tue, 29 Jun 1999 22:06:14 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id VAA52975; Tue, 29 Jun 1999 21:36:04 -0400 (EDT) (envelope-from tim) Date: Tue, 29 Jun 1999 21:36:03 -0400 From: Tim Vanderhoek To: Steve Price Cc: Mikhail Teterin , ports@FreeBSD.ORG Subject: Re: tcl81 port takes forever to START building Message-ID: <19990629213603.A49201@mad> References: <199906291908.PAA74662@misha.cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: ; from Steve Price on Tue, Jun 29, 1999 at 07:43:04PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jun 29, 1999 at 07:43:04PM -0500, Steve Price wrote: > This is because of all the MLINKS in the Makefile. Care to > take a stab at making the MLINKS code in bsd.port.mk faster? There's more to it than this. Look, bash-2.02# time make generate-plist ===> Generating temporary packing list real 0m41.125s user 0m38.757s sys 0m1.996s bash-2.02# USE_X_PREFIX=t time make generate-plist ===> Generating temporary packing list 4.15 real 2.18 user 1.92 sys bash-2.02# /usr/bin/time make generate-plist ===> Generating temporary packing list 41.06 real 38.79 user 1.95 sys There's a bug somewhere that's rearing a very ugly head. It seems to vary from computer to computer... Anyways, with regards to optimizing bsd.port.mk.... Satoshi has been bugging me about INDEX generation for the last week or so... :-) Currently I have patches that changes the time required for a "make index" done in the ports/astro directory on my computer from 35s to under 10s. Not all of those optimizations apply outside of INDEX generation, however. Improving the time required to handle MLINKS is very difficult, without optimizing more(1) itself (although it has a lot of room for improvement). It would actually be fairly straightforward if we (I) had chosen different semantics for MLINKS ... require a different MLINKS variable for each manpage section. For anyone who really wants to try optimizing this, the trick is will involve this little piece of code... _MLINKS+= ${MAN${__sect:S/l/L/:S/n/N/}PREFIX} ... You have to think of some way of putting the correct MAN[1-9LN]PREFIX in front of each entry in MLINKS _without_ using a make .for ... .endfor loop. FWIW, I do have some vague ideas on how this could be possible, but I haven't even concretely figured-out what I'm thinking, let alone done a proof-of-concept or implementation. Not only that, but they're very evil ideas, and yet, they have this strange attraction... :-) Hmm... They're starting to solidify even as I finish this para... Alternatively, you optimize make's handling of .for loops, and possibly some specific parts of its handling of variable look-ups (currently uses a simple linked-list). -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jun 29 20: 0: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B57D15457 for ; Tue, 29 Jun 1999 20:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA67602; Tue, 29 Jun 1999 20:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from misha.cisco.com (misha.cisco.com [171.69.206.50]) by hub.freebsd.org (Postfix) with ESMTP id E820A15313 for ; Tue, 29 Jun 1999 19:52:30 -0700 (PDT) (envelope-from mi@misha.cisco.com) Received: (from mi@localhost) by misha.cisco.com (8.9.3/8.9.1) id WAA14663; Tue, 29 Jun 1999 22:52:30 -0400 (EDT) (envelope-from mi) Message-Id: <199906300252.WAA14663@misha.cisco.com> Date: Tue, 29 Jun 1999 22:52:30 -0400 (EDT) From: Mikhail Teterin Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12457: lots of bsd.port.mk code executed needlessly Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12457 >Category: ports >Synopsis: lots of bsd.port.mk code executed needlessly >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 29 20:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 3.2-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: A number of seriously CPU consuming operations only needed for few of the bsd.port.mk targets are recomputed for all targets every time make spawns another make, etc. The ugliest example, probably, is with MLINKS, such as in the case of tcl81 port. While the code processing the MLINKS can be further optimized, it does NOT have to be evaluated for every target, like chksum, fetch, configure, etc. This is also underlined by another bsd.port.mk's deficiency, which makes it reexecute make recursively and linearly several times for a simple target like fetch, instead of using the dependecies more. >How-To-Repeat: cd /usr/ports/lang/tcl81 make fetch Count the number of seconds before any output (such as ``.. does not seem to exist on this system'') is produced. >Fix: This patch may be part of the solution. The problem of make spawning multiple sub-makes (which have to re-read the bsd.port.mk again) and the MLINKS processing code are not affected here. If MLINKS is actually used in some other targets, those will need to be added too. --- bsd.port.mk.orig Tue Jun 22 12:39:05 1999 +++ bsd.port.mk Tue Jun 29 21:59:18 1999 @@ -1093,3 +1093,3 @@ -.if defined(MLINKS) +.if make(compress-man) && defined(MLINKS) __pmlinks!= ${ECHO} '${MLINKS:S/ / /}' | ${AWK} \ @@ -1128,3 +1128,3 @@ -.if defined(MLINKS) +.if make(compress-man) && defined(MLINKS) .for __page in ${__pmlinks} >Release-Note: >Audit-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 Jun 29 20:48:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 04EED154DD; Tue, 29 Jun 1999 20:48:26 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA71656; Tue, 29 Jun 1999 20:48:26 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Tue, 29 Jun 1999 20:48:26 -0700 (PDT) From: Message-Id: <199906300348.UAA71656@freefall.freebsd.org> To: nox@jelal.kn-bremen.de, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12454: gcombust 0.1.18 is out Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: gcombust 0.1.18 is out State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Tue Jun 29 20:48:10 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jun 29 20:58:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EB56B156F7; Tue, 29 Jun 1999 20:58:21 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA72526; Tue, 29 Jun 1999 20:58:21 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Tue, 29 Jun 1999 20:58:21 -0700 (PDT) From: Message-Id: <199906300358.UAA72526@freefall.freebsd.org> To: isupov@moonhe.jinr.ru, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12442: New lpc(8) synopsis require changes in pcnfsd(8) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New lpc(8) synopsis require changes in pcnfsd(8) State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Tue Jun 29 20:57:55 PDT 1999 State-Changed-Why: Patch added, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jun 29 21:12: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id E3253150FF for ; Tue, 29 Jun 1999 21:11:59 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from localhost.nowhere (Hamilton-ppp44881.sympatico.ca [206.172.76.74]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id AAA08134; Wed, 30 Jun 1999 00:15:00 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id AAA72126; Wed, 30 Jun 1999 00:12:41 -0400 (EDT) (envelope-from tim) Date: Wed, 30 Jun 1999 00:12:41 -0400 From: Tim Vanderhoek To: Steve Price Cc: Mikhail Teterin , ports@FreeBSD.ORG Subject: Re: tcl81 port takes forever to START building Message-ID: <19990630001241.B70845@mad> References: <199906291908.PAA74662@misha.cisco.com> <19990629213603.A49201@mad> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <19990629213603.A49201@mad>; from Tim Vanderhoek on Tue, Jun 29, 1999 at 09:36:03PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jun 29, 1999 at 09:36:03PM -0400, Tim Vanderhoek wrote: > > You have to think of some way of putting the correct MAN[1-9LN]PREFIX > in front of each entry in MLINKS _without_ using a make .for ... > .endfor loop. It looks like I've found a solution to this. time for a "make describe" on tcl81 is down to about 1 second and time for a generate-plist is at about 2 seconds. Time for "make null" where null is a target that @${DO_NADA} does nothing is also at 1 second. -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jun 29 21:50: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D6FEF14E19 for ; Tue, 29 Jun 1999 21:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA78285; Tue, 29 Jun 1999 21:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 29 Jun 1999 21:50:02 -0700 (PDT) Message-Id: <199906300450.VAA78285@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tim Vanderhoek Subject: Re: ports/12457: lots of bsd.port.mk code executed needlessly Reply-To: Tim Vanderhoek Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12457; it has been noted by GNATS. From: Tim Vanderhoek To: mi@aldan.algebra.com Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/12457: lots of bsd.port.mk code executed needlessly Date: Wed, 30 Jun 1999 00:48:25 -0400 On Tue, Jun 29, 1999 at 10:52:30PM -0400, Mikhail Teterin wrote: > > This is also underlined by another bsd.port.mk's deficiency, > which makes it reexecute make recursively and linearly > several times for a simple target like fetch, instead of > using the dependecies more. No, you don't understand how bsd.port.mk works. Actually, there's a very strong possibility that using dependencies more would make it slower, not faster. > -.if defined(MLINKS) > +.if make(compress-man) && defined(MLINKS) > __pmlinks!= ${ECHO} '${MLINKS:S/ / /}' | ${AWK} \ > @@ -1128,3 +1128,3 @@ Your patch breaks if you use dependencies more, as you just suggested a couple paragraphs ago. There's also a problem that is sufficiently glaringly obvious as to show that you haven't tested this much... :-) Look, sorry for being terse, but it's almost 1:00am right now. Before running off and filing a bug-report, I'm going to suggest that next time you wait just a little while, especially given the first line I wrote... Sorry, -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jun 29 22:42: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F91315465; Tue, 29 Jun 1999 22:42:05 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA85285; Tue, 29 Jun 1999 22:42:05 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Tue, 29 Jun 1999 22:42:05 -0700 (PDT) From: Message-Id: <199906300542.WAA85285@freefall.freebsd.org> To: adam@whizkidtech.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11714: New port: cls-1.0 (safe version of clear) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: cls-1.0 (safe version of clear) State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Tue Jun 29 22:41:43 PDT 1999 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 Wed Jun 30 1:10: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8256914E5D for ; Wed, 30 Jun 1999 01:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA06550; Wed, 30 Jun 1999 01:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kalamalka.gizzywump.com (adsl-207-214-111-190.dsl.snfc21.pacbell.net [207.214.111.190]) by hub.freebsd.org (Postfix) with ESMTP id 86C9914E13 for ; Wed, 30 Jun 1999 01:08:39 -0700 (PDT) (envelope-from kiss@kalamalka.gizzywump.com) Received: (from kiss@localhost) by kalamalka.gizzywump.com (8.9.3/8.9.3) id BAA50419; Wed, 30 Jun 1999 01:08:38 -0700 (PDT) (envelope-from kiss) Message-Id: <199906300808.BAA50419@kalamalka.gizzywump.com> Date: Wed, 30 Jun 1999 01:08:38 -0700 (PDT) From: Richard Kiss Reply-To: kiss@kalamalka.gizzywump.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12459: new port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12459 >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: Wed Jun 30 01:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Richard Kiss >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: A new port: lua-3.1 >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: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: lua X# Version required: 3.1 X# Date created: 27 June 1999 X# Whom: Richard Kiss X# X# $Id$ X# X XDISTNAME= lua-3.1 XCATEGORIES= lang XMASTER_SITES= ftp://ftp.tecgraf.puc-rio.br/pub/lua/ \ X ftp://csg.uwaterloo.ca/pub/lhf/lua/ \ X ftp://ftp.cdrom.com/pub/languages/lua/ \ X ftp://ftp.ntua.gr/pub/lang/lua/ \ X ftp://ftp.uni-trier.de/pub/languages/lua/ \ X ftp://ftp.gwdg.de/pub/languages/lua/ X XMAINTAINER= richard@homemail.com X XMAN1= luac.1 XWRKSRC= ${WRKDIR}/lua/ X Xpost-patch: X @ ${CP} ${WRKSRC}/doc/luac.man ${WRKSRC}/doc/luac.1 X Xdo-install: X @ ${MKDIR} ${PREFIX}/share/doc/lua X @ ${INSTALL_PROGRAM} ${WRKSRC}/bin/lua ${PREFIX}/bin X @ ${INSTALL_PROGRAM} ${WRKSRC}/bin/luac ${PREFIX}/bin X @ ${INSTALL_MAN} ${WRKSRC}/doc/luac.1 ${PREFIX}/man/man1 X @ ${INSTALL_DATA} ${WRKSRC}/doc/idx.html ${PREFIX}/share/doc/lua X @ ${INSTALL_DATA} ${WRKSRC}/doc/index.html ${PREFIX}/share/doc/lua X @ ${INSTALL_DATA} ${WRKSRC}/doc/luac.html ${PREFIX}/share/doc/lua X @ ${INSTALL_DATA} ${WRKSRC}/doc/manual.html ${PREFIX}/share/doc/lua X Xpost-install: X strip ${PREFIX}/bin/lua X strip ${PREFIX}/bin/luac X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (lua-3.1.tar.gz) = d677f3827167eefdefc7b211397cfdfb 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' XSmall, compilable scripting language providing easy access to C code. END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XFrom the official Lua home page at : X XLua is a programming language originally designed for extending applications, Xbut also frequently used as a general-purpose, stand-alone language. Lua Xcombines simple procedural syntax (similar to Pascal) with powerful data Xdescription constructs based on associative arrays and extensible semantics. XLua is dynamically typed, interpreted from bytecodes, and has automatic memory Xmanagement with garbage collection, making it ideal for configuration, Xscripting, and rapid prototyping. X XA fundamental concept in the design of Lua is to provide meta-mechanisms for Ximplementing features, instead of providing a host of features directly in Xthe language. For example, although Lua is not a pure object-oriented Xlanguage, it does provide meta-mechanisms for implementing classes and Xinheritance. Lua's meta-mechanisms bring an economy of concepts and keep the Xlanguage small, while allowing the semantics to be extended in unconventional Xways. Extensible semantics is a distinguishing feature of Lua. X XLua is implemented as a small library of C functions, written in ANSI C, and Xcompiles unmodified in all known platforms. The implementation goals are Xsimplicity, efficiency, portability, and low embedding cost. END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/lua Xbin/luac Xshare/doc/lua/idx.html Xshare/doc/lua/index.html Xshare/doc/lua/luac.html Xshare/doc/lua/manual.html X@dirrm share/doc/lua END-of-./pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 30 3: 5:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from blues.ghis.net (pppc2-58.eisa.net.au [203.166.251.178]) by hub.freebsd.org (Postfix) with ESMTP id 62B92152A5; Wed, 30 Jun 1999 03:05:30 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id UAA22375; Wed, 30 Jun 1999 20:05:22 +1000 (EST) Date: Wed, 30 Jun 1999 20:05:19 +1000 From: Jim Mock To: ports@FreeBSD.org Cc: cpiazza@FreeBSD.org Subject: xchat port Message-ID: <19990630200518.A22323@blues.ghis.net> Reply-To: jim@blues.ghis.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.3i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi folks, I just cvsupped my ports (as I usually do every day or two), and noticed irc/xchat is still at 0.9.9 even though Chris committed my patch to upgrade it to 0.9.10 on the 26th (ports/12401). I also noticed the Id tag from the current port in the tree.. # $Id: Makefile,v 1.14 1999/06/28 02:21:21 billf Exp $ It's not a big deal (xchat-1.0.0 came out today and I'll be submitting a patch shortly). I'm going to do the diff to 1.0.0 against 0.9.9 which is currently in the tree, so don't bother applying the patch to 0.9.10 from ports/12401 again :-) At any rate, I just thought it might want to be known in case the same happened to any other ports. Later, -- - Jim Mock - jim@blues.ghis.net - systems administrator - ghis.NET - - work: http://www.ghis.net/ - personal: http://www.ghis.net/~jim/ - - FreeBSD 'zine: http://www.freebsdzine.org/ - jim@freebsdzine.org - - FreeBSD: http://advocacy.freebsd.org/ - jim@advocacy.FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 30 3:40: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 49213154EC for ; Wed, 30 Jun 1999 03:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA24027; Wed, 30 Jun 1999 03:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.ghis.net (pppc2-58.eisa.net.au [203.166.251.178]) by hub.freebsd.org (Postfix) with ESMTP id 15888154AF for ; Wed, 30 Jun 1999 03:35:29 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id UAA29762; Wed, 30 Jun 1999 20:35:21 +1000 (EST) Message-Id: <199906301035.UAA29762@blues.ghis.net> Date: Wed, 30 Jun 1999 20:35:21 +1000 (EST) From: jim@phrantic.phear.net Reply-To: jim@blues.ghis.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12460: update port: xchat-0.9.9 to 1.0.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12460 >Category: ports >Synopsis: update port: xchat-0.9.9 to 1.0.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 30 03:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.2-19990517-STABLE i386 >Organization: >Environment: >Description: Patch updates xchat to the latest version. Diffs are against 0.9.9 which is the latest in the tree, although Chris Piazza committed the patches to 0.9.10 (it appears to have been lost with the move from net/ to irc/). >How-To-Repeat: >Fix: Apply the following diff.. diff -ruN /usr/ports/irc/xchat/Makefile xchat/Makefile --- /usr/ports/irc/xchat/Makefile Mon Jun 28 12:21:21 1999 +++ xchat/Makefile Wed Jun 30 20:13:03 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: xchat -# Version required: 0.9.9 +# Version required: 1.0.0 # Date created: 17 Nov 1998 # Whom: Jim Mock # # $Id: Makefile,v 1.14 1999/06/28 02:21:21 billf Exp $ # -DISTNAME= xchat-0.9.9 +DISTNAME= xchat-1.0.0 CATEGORIES= irc MASTER_SITES= http://xchat.linuxpower.org/files/ \ http://www.ozemail.com.au/~peterzelezny/xchat/ \ diff -ruN /usr/ports/irc/xchat/files/md5 xchat/files/md5 --- /usr/ports/irc/xchat/files/md5 Mon Jun 21 11:53:33 1999 +++ xchat/files/md5 Wed Jun 30 20:13:14 1999 @@ -1 +1 @@ -MD5 (xchat-0.9.9.tar.gz) = b432b9f569706d6dc28c307a53dea210 +MD5 (xchat-1.0.0.tar.gz) = 1c64814fc2b60445f61406649a9e12d4 >Release-Note: >Audit-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 Jun 30 3:50: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 30B46154E2 for ; Wed, 30 Jun 1999 03:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA24485; Wed, 30 Jun 1999 03:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 30 Jun 1999 03:50:02 -0700 (PDT) Message-Id: <199906301050.DAA24485@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jim Mock Subject: Re: ports/12460: update port: xchat-0.9.9 to 1.0.0 Reply-To: Jim Mock Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12460; it has been noted by GNATS. From: Jim Mock To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/12460: update port: xchat-0.9.9 to 1.0.0 Date: Wed, 30 Jun 1999 20:47:10 +1000 On Wed, 30 Jun 1999 at 20:35:21 +1000, jim@phrantic.phear.net wrote: > >Number: 12460 > >Category: ports > >Synopsis: update port: xchat-0.9.9 to 1.0.0 > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-ports > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug Doh, this ^^^^^^^^^^^^^^^ should be change-request and not sw-bug. That'll teach me to send PRs while the X-Files is on ;) -- - Jim Mock - jim@blues.ghis.net - systems administrator - ghis.NET - - work: http://www.ghis.net/ - personal: http://www.ghis.net/~jim/ - - FreeBSD 'zine: http://www.freebsdzine.org/ - jim@freebsdzine.org - - FreeBSD: http://advocacy.freebsd.org/ - jim@advocacy.FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 30 4:50: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 00381153C5 for ; Wed, 30 Jun 1999 04:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA32261; Wed, 30 Jun 1999 04:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 30 Jun 1999 04:50:02 -0700 (PDT) Message-Id: <199906301150.EAA32261@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Mikhail Teterin Subject: Re: ports/12457: lots of bsd.port.mk code executed needlessly Reply-To: Mikhail Teterin Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12457; it has been noted by GNATS. From: Mikhail Teterin To: Tim Vanderhoek Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/12457: lots of bsd.port.mk code executed needlessly Date: Wed, 30 Jun 1999 07:44:49 -0400 (EDT) Tim Vanderhoek once wrote: [...] > Actually, there's a very strong possibility that using dependencies > more would make it slower, not faster. If that's true, make(1) is not the tool for the job, is it? It currently is used mostly as an awkward script interpreter... > > -.if defined(MLINKS) > > +.if make(compress-man) && defined(MLINKS) > > __pmlinks!= ${ECHO} '${MLINKS:S/ / /}' | ${AWK} \ > > @@ -1128,3 +1128,3 @@ > > Your patch breaks if you use dependencies more, as you just suggested > a couple paragraphs ago. There's also a problem that is sufficiently > glaringly obvious as to show that you haven't tested this much... :-) That's true. It was more like a "pseudo-code". > Look, sorry for being terse, but it's almost 1:00am right now. Before > running off and filing a bug-report, I'm going to suggest that next > time you wait just a little while, especially given the first line I > wrote... I insist the bug-report is totally justified. As it is now, it takes my PentiumII-333MHz with 128Mb of RAM 25-35 seconds (!!) to finish processing bsd.port.mk in the tcl81 directory and start fetching/extracting/... Yours, -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 30 7:10: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E867F1537D for ; Wed, 30 Jun 1999 07:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA17965; Wed, 30 Jun 1999 07:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 30 Jun 1999 07:10:03 -0700 (PDT) Message-Id: <199906301410.HAA17965@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Bill Fumerola Subject: Re: ports/12459: new port Reply-To: Bill Fumerola Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12459; it has been noted by GNATS. From: Bill Fumerola To: Richard Kiss Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/12459: new port Date: Wed, 30 Jun 1999 05:51:14 -0400 (EDT) On Wed, 30 Jun 1999, Richard Kiss wrote: > sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' > XSmall, compilable scripting language providing easy access to C code. > END-of-./pkg/COMMENT There aren't periods at the ends of pkg/COMMENT - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 30 7:10: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC0E9152A0 for ; Wed, 30 Jun 1999 07:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA17960; Wed, 30 Jun 1999 07:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 30 Jun 1999 07:10:02 -0700 (PDT) Message-Id: <199906301410.HAA17960@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Bill Fumerola Subject: Re: ports/12459: new port Reply-To: Bill Fumerola Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12459; it has been noted by GNATS. From: Bill Fumerola To: Richard Kiss Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/12459: new port Date: Wed, 30 Jun 1999 05:50:26 -0400 (EDT) On Wed, 30 Jun 1999, Richard Kiss wrote: > sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' > XFrom the official Lua home page at : [...] > END-of-./pkg/DESCR This should be WWW: http://www.tecgraf.puc-rio.br/lua/ - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 30 7:12:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id C11A7152A0; Wed, 30 Jun 1999 07:12:12 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA127876734; Wed, 30 Jun 1999 05:58:54 -0400 Date: Wed, 30 Jun 1999 05:58:54 -0400 (EDT) From: Bill Fumerola To: Jim Mock Cc: ports@FreeBSD.ORG, cpiazza@FreeBSD.ORG Subject: Re: xchat port In-Reply-To: <19990630200518.A22323@blues.ghis.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 On Wed, 30 Jun 1999, Jim Mock wrote: > I just cvsupped my ports (as I usually do every day or two), and > noticed irc/xchat is still at 0.9.9 even though Chris committed my > patch to upgrade it to 0.9.10 on the 26th (ports/12401). I also > noticed the Id tag from the current port in the tree.. The port was repository copied from net->irc, and then I (not immediatly) deleted the old ones. Chris committed during the window between the repository copy and my deletion from the old category. http://www.freebsd.org/cgi/cvsweb.cgi/ports/net/xchat/Attic/Makefile http://www.freebsd.org/cgi/cvsweb.cgi/ports/irc/xchat/Makefile Will show you that. > At any rate, I just thought it might want to be known in case the same > happened to any other ports. I thought I had caught all these, evidently not. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 30 8: 0:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rr.iij4u.or.jp (h098.p060.iij4u.or.jp [210.130.60.98]) by hub.freebsd.org (Postfix) with SMTP id 83C3715054 for ; Wed, 30 Jun 1999 08:00:08 -0700 (PDT) (envelope-from sada@rr.iij4u.or.jp) Received: (qmail 3439 invoked by uid 1000); 1 Jul 1999 00:00:07 +0900 Date: 1 Jul 1999 00:00:07 +0900 Message-ID: <19990630150007.3438.sada@rr.iij4u.or.jp> To: asami@freebsd.org Cc: ports@freebsd.org Subject: Re: speeding up INDEX generation In-Reply-To: Your message of "Sun, 27 Jun 1999 17:37:04 JST". <199906270837.BAA49796@silvia.hip.berkeley.edu> From: sada@rr.IIJ4U.OR.JP (SADA Kenji) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Mailer: mnews [version 1.21] 1997-12/23(Tue) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is sada from Nagoya. >> The order of INDEX lines are totally scrambled so we need to change >> Tools/make_index to sort it by the second field or something. (Steve, >> did we ever find out a way to sort it so that "x11/foo" comes before >> "x11-toolkits/bar"?) Does this work well ? #!/usr/bin/perl while (<>) { my $line = $_; @F = split(/\|/); my $k = $F[1]; $index{$k} = $line; } foreach $key (sort compare (keys %index)) { print $index{$key}; } sub compare { my @a = split(/\//, $a); my @b = split(/\//, $b); my $a0, $b0; do { $a0 = shift(@a); $b0 = shift(@b); } until $a0 ne $b0; $a0 cmp $b0; } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 30 8:10:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E52C14EEB for ; Wed, 30 Jun 1999 08:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA26465; Wed, 30 Jun 1999 08:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from s8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by hub.freebsd.org (Postfix) with ESMTP id 3D66F1506F for ; Wed, 30 Jun 1999 08:07:38 -0700 (PDT) (envelope-from jcw@s8-37-26.student.washington.edu) Received: (from root@localhost) by s8-37-26.student.washington.edu (8.9.3/8.9.1) id BAA16109; Wed, 30 Jun 1999 01:12:26 -0700 (PDT) (envelope-from jcw) Message-Id: <199906300812.BAA16109@s8-37-26.student.washington.edu> Date: Wed, 30 Jun 1999 01:12:26 -0700 (PDT) From: jcwells@u.washington.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12463: Update: Fvwm2 to 2.2.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12463 >Category: ports >Synopsis: Update: Fvwm2 to 2.2.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: Wed Jun 30 08:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jason C. Wells >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: diff -ruN fvwm2.old/Makefile fvwm2/Makefile --- fvwm2.old/Makefile Tue May 4 15:26:56 1999 +++ fvwm2/Makefile Wed Jun 30 00:59:17 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: Fvwm2 -# Version required: 2.2 -# Date created: 20 Jan 1996 -# Whom: peter +# Version required: 2.2.2 +# Date created: 29 June 1999 +# Whom: # -# $Id: Makefile,v 1.16 1999/05/04 22:26:56 steve Exp $ +# $Id:$ # -DISTNAME= fvwm-2.2 +DISTNAME= fvwm-2.2.2 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ @@ -17,11 +17,13 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes -MAN1= FvwmAnimate.1 FvwmAudio.1 FvwmAuto.1 FvwmBacker.1 FvwmBanner.1 \ - FvwmButtons.1 FvwmCpp.1 FvwmEvent.1 FvwmForm.1 FvwmIconBox.1 \ - FvwmIconMan.1 FvwmIdent.1 FvwmM4.1 FvwmPager.1 FvwmRearrange.1 \ - FvwmSave.1 FvwmSaveDesk.1 FvwmScroll.1 FvwmTalk.1 \ - FvwmWinList.1 fvwm2.1 xpmroot.1 + +MAN1= FvwmAudio.1 FvwmBacker.1 FvwmBanner.1 FvwmButtons.1 \ + FvwmCpp.1 FvwmEvent.1 FvwmForm.1 FvwmIconMan.1 \ + FvwmIdent.1 FvwmM4.1 FvwmPager.1 FvwmRearrange.1 \ + FvwmSave.1 FvwmSaveDesk.1 FvwmScroll.1 FvwmTalk.1 \ + fvwm2.1 xpmroot.1 FvwmAnimate.1 FvwmAuto.1 \ + FvwmIconBox.1 FvwmWinList.1 post-install: @${MKDIR} ${PREFIX}/lib/X11/fvwm2/pixmaps diff -ruN fvwm2.old/files/md5 fvwm2/files/md5 --- fvwm2.old/files/md5 Tue May 4 15:27:16 1999 +++ fvwm2/files/md5 Wed Jun 30 00:58:16 1999 @@ -1 +1 @@ -MD5 (fvwm-2.2.tar.gz) = 6f2f57d60895c8c01057be6d0be3b21a +MD5 (fvwm-2.2.2.tar.gz) = 684c5100084c5958ca2cb74780e615d9 diff -ruN fvwm2.old/pkg/COMMENT fvwm2/pkg/COMMENT --- fvwm2.old/pkg/COMMENT Sat Jun 26 09:54:11 1999 +++ fvwm2/pkg/COMMENT Wed Jun 30 01:00:37 1999 @@ -1 +1 @@ -The ever popular Fvwm, version 2.2 +FVWM is a virtual window manager for Xwindows diff -ruN fvwm2.old/pkg/DESCR fvwm2/pkg/DESCR --- fvwm2.old/pkg/DESCR Tue May 4 15:27:25 1999 +++ fvwm2/pkg/DESCR Wed Jun 30 01:02:12 1999 @@ -4,7 +4,7 @@ button-bar can be used to provide convenient access to frequently used functions or programs. -See the official Fvwm home page: http://fvwm.math.uh.edu/ +WWW: http://fvwm.math.uh.edu/ Jason C. Wells jcwells@u.washington.edu diff -ruN fvwm2.old/pkg/MESSAGE fvwm2/pkg/MESSAGE --- fvwm2.old/pkg/MESSAGE Fri Oct 10 19:02:54 1997 +++ fvwm2/pkg/MESSAGE Wed Jun 30 01:05:05 1999 @@ -1,10 +1,9 @@ - Notes for XFree86 3.3/3.3.1 and LANG=ja_JP.EUC: There are some bug (?) in already released XFree86 based on X11R6.3, i.e., XFree86 3.3 and XFree86 3.3.1, when X client runs under LANG=ja_JP.EUC. -If you wanna use this fvwm2 with LANG=ja_JP.EUC (which means "run fvwm2, +If you want to use this fvwm2 with LANG=ja_JP.EUC (which means "run fvwm2, with environment variable 'LANG' is set to 'ja_JP.EUC' to enable to display Japanese Kanji/Hiragana/Katakana characters"), apply following patch to /usr/X11R6/lib/X11/locale/ja/XLC_LOCALE (or equivalent). diff -ruN fvwm2.old/pkg/PLIST fvwm2/pkg/PLIST --- fvwm2.old/pkg/PLIST Tue May 4 15:27:26 1999 +++ fvwm2/pkg/PLIST Wed Jun 30 01:00:07 1999 @@ -15,11 +15,9 @@ lib/X11/fvwm2/pixmaps/button-max.xpm lib/X11/fvwm2/pixmaps/button-vert.xpm lib/X11/fvwm2/pixmaps/button.xpm -lib/X11/fvwm2/pixmaps/ccode.icon lib/X11/fvwm2/pixmaps/clamp.xpm lib/X11/fvwm2/pixmaps/colormap.xpm lib/X11/fvwm2/pixmaps/datebook.xpm -lib/X11/fvwm2/pixmaps/default.xbm lib/X11/fvwm2/pixmaps/desk.xpm lib/X11/fvwm2/pixmaps/dialog_box.xpm lib/X11/fvwm2/pixmaps/doomface.xpm @@ -29,14 +27,12 @@ lib/X11/fvwm2/pixmaps/flow_chart.xpm lib/X11/fvwm2/pixmaps/folder2.xpm lib/X11/fvwm2/pixmaps/folders.xpm -lib/X11/fvwm2/pixmaps/fvwm.bitmap lib/X11/fvwm2/pixmaps/fvwm.xpm lib/X11/fvwm2/pixmaps/fvwm2.xpm lib/X11/fvwm2/pixmaps/fvwm2_big.xpm lib/X11/fvwm2/pixmaps/fvwm3.xpm lib/X11/fvwm2/pixmaps/gnu-animal.xpm lib/X11/fvwm2/pixmaps/graphs.xpm -lib/X11/fvwm2/pixmaps/hcode.icon lib/X11/fvwm2/pixmaps/jball.xpm lib/X11/fvwm2/pixmaps/jbomb.xpm lib/X11/fvwm2/pixmaps/jbook1.xpm @@ -105,10 +101,8 @@ lib/X11/fvwm2/pixmaps/mini.xpm lib/X11/fvwm2/pixmaps/mini.xterm.xpm lib/X11/fvwm2/pixmaps/mini.zircon.xpm -lib/X11/fvwm2/pixmaps/ocode.icon lib/X11/fvwm2/pixmaps/page.xpm lib/X11/fvwm2/pixmaps/page2.xpm -lib/X11/fvwm2/pixmaps/prog.icon lib/X11/fvwm2/pixmaps/ps.xpm lib/X11/fvwm2/pixmaps/question.xpm lib/X11/fvwm2/pixmaps/rbomb.xpm @@ -138,29 +132,35 @@ lib/X11/fvwm2/pixmaps/xterm.xpm lib/X11/fvwm2/pixmaps/xv.xpm lib/X11/fvwm2/pixmaps/xv2.xpm -libexec/fvwm/2.2/FvwmAnimate -libexec/fvwm/2.2/FvwmAudio -libexec/fvwm/2.2/FvwmAuto -libexec/fvwm/2.2/FvwmBacker -libexec/fvwm/2.2/FvwmBanner -libexec/fvwm/2.2/FvwmButtons -libexec/fvwm/2.2/FvwmCascade -libexec/fvwm/2.2/FvwmCpp -libexec/fvwm/2.2/FvwmEvent -libexec/fvwm/2.2/FvwmForm -libexec/fvwm/2.2/FvwmIconBox -libexec/fvwm/2.2/FvwmIconMan -libexec/fvwm/2.2/FvwmIdent -libexec/fvwm/2.2/FvwmM4 -libexec/fvwm/2.2/FvwmPager -libexec/fvwm/2.2/FvwmRearrange -libexec/fvwm/2.2/FvwmSave -libexec/fvwm/2.2/FvwmSaveDesk -libexec/fvwm/2.2/FvwmScroll -libexec/fvwm/2.2/FvwmTalk -libexec/fvwm/2.2/FvwmTile -libexec/fvwm/2.2/FvwmWinList +lib/X11/fvwm2/pixmaps/default.xbm +lib/X11/fvwm2/pixmaps/fvwm.bitmap +lib/X11/fvwm2/pixmaps/ccode.icon +lib/X11/fvwm2/pixmaps/hcode.icon +lib/X11/fvwm2/pixmaps/ocode.icon +lib/X11/fvwm2/pixmaps/prog.icon +libexec/fvwm/2.2.2/FvwmAnimate +libexec/fvwm/2.2.2/FvwmAudio +libexec/fvwm/2.2.2/FvwmAuto +libexec/fvwm/2.2.2/FvwmBacker +libexec/fvwm/2.2.2/FvwmBanner +libexec/fvwm/2.2.2/FvwmButtons +libexec/fvwm/2.2.2/FvwmCpp +libexec/fvwm/2.2.2/FvwmEvent +libexec/fvwm/2.2.2/FvwmForm +libexec/fvwm/2.2.2/FvwmIconBox +libexec/fvwm/2.2.2/FvwmIconMan +libexec/fvwm/2.2.2/FvwmIdent +libexec/fvwm/2.2.2/FvwmM4 +libexec/fvwm/2.2.2/FvwmPager +libexec/fvwm/2.2.2/FvwmRearrange +libexec/fvwm/2.2.2/FvwmCascade +libexec/fvwm/2.2.2/FvwmTile +libexec/fvwm/2.2.2/FvwmSave +libexec/fvwm/2.2.2/FvwmSaveDesk +libexec/fvwm/2.2.2/FvwmScroll +libexec/fvwm/2.2.2/FvwmTalk +libexec/fvwm/2.2.2/FvwmWinList @dirrm lib/X11/fvwm2/pixmaps @dirrm lib/X11/fvwm2 -@dirrm libexec/fvwm/2.2 +@dirrm libexec/fvwm/2.2.2 @dirrm libexec/fvwm >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 Jun 30 9:10: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2090415482 for ; Wed, 30 Jun 1999 09:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA33398; Wed, 30 Jun 1999 09:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 71ED814CA6; Wed, 30 Jun 1999 09:07:04 -0700 (PDT) Message-Id: <19990630160704.71ED814CA6@hub.freebsd.org> Date: Wed, 30 Jun 1999 09:07:04 -0700 (PDT) From: eduardo.viruena@esfm.ipn.mx To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12465: mtools man file is corrupted. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12465 >Category: ports >Synopsis: mtools man file is corrupted. >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 30 09:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Eduardo Viruena Silva >Release: 3.2-RELEASE >Organization: ESFM-IPN >Environment: FreeBSD Michelle.esfm.ipn.mx 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Tue May 18 04:05:08 GMT 1999 jkh@cathair:/usr/src/sys/compile/GENERIC i386 >Description: mtools man file is corrupted. man and apropos display corrupted information because of that. >How-To-Repeat: Install mtools ask for man on almost any subject, v. gr: man file >Fix: use man/man5/mtools.5.gz file in port for FreeBSD 3.1-RELEASE >Release-Note: >Audit-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 Jun 30 9:31: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 566B815004; Wed, 30 Jun 1999 09:31:05 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA36736; Wed, 30 Jun 1999 09:31:05 -0700 (PDT) (envelope-from sada@FreeBSD.org) Date: Wed, 30 Jun 1999 09:31:05 -0700 (PDT) From: Message-Id: <199906301631.JAA36736@freefall.freebsd.org> To: sada@FreeBSD.org, freebsd-ports@FreeBSD.org, sada@FreeBSD.org Subject: Re: ports/12413: linux netscape 4.61 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: linux netscape 4.61 Responsible-Changed-From-To: freebsd-ports->sada Responsible-Changed-By: sada Responsible-Changed-When: Wed Jun 30 09:30:26 PDT 1999 Responsible-Changed-Why: I'll handle this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 30 10:27:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3EFDE155A7; Wed, 30 Jun 1999 10:27:07 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA41812; Wed, 30 Jun 1999 10:27:01 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 30 Jun 1999 10:27:01 -0700 (PDT) From: Message-Id: <199906301727.KAA41812@freefall.freebsd.org> To: jim@blues.ghis.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12460: update port: xchat-0.9.9 to 1.0.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: xchat-0.9.9 to 1.0.0 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Wed Jun 30 10:26:42 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 30 10:40: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C6C2615583 for ; Wed, 30 Jun 1999 10:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA42748; Wed, 30 Jun 1999 10:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 4FA8A154BC for ; Wed, 30 Jun 1999 10:36:34 -0700 (PDT) (envelope-from root@ca.lcs.mit.edu) Received: from ca.lcs.mit.edu (ca.lcs.mit.edu [18.24.10.177]) by khavrinen.lcs.mit.edu (8.9.1/8.9.1) with ESMTP id NAA25275 for ; Wed, 30 Jun 1999 13:36:33 -0400 (EDT) (envelope-from root@ca.lcs.mit.edu) Received: (from root@localhost) by ca.lcs.mit.edu (8.9.3/8.9.3) id NAA19774; Wed, 30 Jun 1999 13:32:34 -0400 (EDT) (envelope-from root@ca.lcs.mit.edu) Message-Id: <199906301732.NAA19774@ca.lcs.mit.edu> Date: Wed, 30 Jun 1999 13:32:34 -0400 (EDT) From: Charlie Root Reply-To: root@ca.lcs.mit.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12467: ac(8) does not accept input from stdin Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12467 >Category: ports >Synopsis: ac(8) does not accept input from stdin >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 Jun 30 10:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Garrett A. Wollman >Release: FreeBSD 4.0-CURRENT i386 >Organization: MIT Laboratory for Computer Science >Environment: Irrelevant. >Description: If wtmp files are gzipped, you'd like to be able to use ac in a pipeline with gunzip. >How-To-Repeat: $ gzip -dc /var/log/wtmp*gz | ac -d -w - ac: -: No such file or directory >Fix: Index: ac.8 =================================================================== RCS file: /home/ncvs/src/usr.sbin/ac/ac.8,v retrieving revision 1.10 diff -u -r1.10 ac.8 --- ac.8 1997/09/01 06:11:40 1.10 +++ ac.8 1999/06/30 17:26:41 @@ -84,6 +84,9 @@ .Ar wtmp instead of the default file, .Pa /var/log/wtmp . +If +.Ql \&- +is specified, read records from the standard input. .It Ar users ... Display totals for the given individuals only. .El Index: ac.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/ac/ac.c,v retrieving revision 1.10 diff -u -r1.10 ac.c --- ac.c 1998/07/02 05:34:08 1.10 +++ ac.c 1999/06/30 17:25:34 @@ -106,12 +106,20 @@ { FILE *fp; - if ((fp = fopen(name, "r")) == NULL) - err(1, "%s", name); - /* in case we want to discriminate */ - if (strcmp(_PATH_WTMP, name)) + /* + * Added by GAW... + */ + if (strcmp("-", name) == 0) { Flags |= AC_W; - return fp; + return (stdin); + } else { + if ((fp = fopen(name, "r")) == NULL) + err(1, "%s", name); + /* in case we want to discriminate */ + if (strcmp(_PATH_WTMP, name)) + Flags |= AC_W; + return fp; + } } struct tty_list * >Release-Note: >Audit-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 Jun 30 10:43:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id B02AE156BE; Wed, 30 Jun 1999 10:43:40 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.1/8.9.1) id NAA25321; Wed, 30 Jun 1999 13:43:39 -0400 (EDT) (envelope-from wollman) Date: Wed, 30 Jun 1999 13:43:39 -0400 (EDT) From: Garrett Wollman Message-Id: <199906301743.NAA25321@khavrinen.lcs.mit.edu> To: gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12467: ac(8) does not accept input from stdin In-Reply-To: <199906301740.KAA42744@freefall.freebsd.org> References: <199906301732.NAA19774@ca.lcs.mit.edu> <199906301740.KAA42744@freefall.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org <> Category: ports >> Responsible: freebsd-ports >> Synopsis: ac(8) does not accept input from stdin >> Arrival-Date: Wed Jun 30 10:40:00 PDT 1999 I have no idea how this got assigned to category `ports' since I typed `bin' as the category.... -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 30 10:46:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from paris.dppl.com (paris.dppl.com [205.230.74.150]) by hub.freebsd.org (Postfix) with SMTP id 88306155F0 for ; Wed, 30 Jun 1999 10:46:18 -0700 (PDT) (envelope-from yds@ingress.net) Received: (qmail 32548 invoked from network); 30 Jun 1999 17:46:12 -0000 Received: from ichiban.ingress.com (HELO ichiban) (205.230.64.31) by paris.dppl.com with SMTP; 30 Jun 1999 17:46:12 -0000 Message-ID: <00c001bec320$75c44780$1f40e6cd@ingress.com> From: "Yarema" To: "Palle Girgensohn" , "Jun Kuriyama" Cc: "Ports Team" References: <37758822.C4BEC2D@sky.rim.or.jp> <3776A5B5.CA6E9DBF@partitur.se> Subject: Re: mod_jserv for apache Date: Wed, 30 Jun 1999 13:46:19 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 From: Palle Girgensohn > Jun Kuriyama wrote: > > > > I'm ready to import a port of jserv DSO for apache. This port doesn't > > include apache core modules, only jserv's DSO and documents. > > > > What should we choose PKGNAME for it? > > > NetBSD has had DSO ports for some time, and they use ap-xxx, alas > ap-jserv in this case. But. NetBSD is traditionally less verbose. How > about 'apache-jserv'. I know that there is work going on to move most of > the apache modules to dso, so this will not confuse in the long run. I think 'apache-jserv' might be confused with 'apache13-mod_ssl' and the like, which are fullblown apache installations not just DSO modules. Since perl modules use p5- and python modules use py- I think using ap- for apache modules would be more consistent. -- Yarema To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 30 10:49:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E2E7D155B4; Wed, 30 Jun 1999 10:49:06 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA43167; Wed, 30 Jun 1999 10:49:06 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 30 Jun 1999 10:49:06 -0700 (PDT) From: Message-Id: <199906301749.KAA43167@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, frebsd-bugs@FreeBSD.org Subject: Re: ports/12467: ac(8) does not accept input from stdin Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ac(8) does not accept input from stdin Responsible-Changed-From-To: freebsd-ports->frebsd-bugs Responsible-Changed-By: cpiazza Responsible-Changed-When: Wed Jun 30 10:48:03 PDT 1999 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 Wed Jun 30 13:26:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F3BE414BDE; Wed, 30 Jun 1999 13:26:50 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA58724; Wed, 30 Jun 1999 13:26:50 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Date: Wed, 30 Jun 1999 13:26:50 -0700 (PDT) From: Message-Id: <199906302026.NAA58724@freefall.freebsd.org> To: eduardo.viruena@esfm.ipn.mx, jmz@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12465: mtools man file is corrupted. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mtools man file is corrupted. State-Changed-From-To: open->closed State-Changed-By: jmz State-Changed-When: Wed Jun 30 13:24:53 PDT 1999 State-Changed-Why: This was fixed in rev 1.4 of patches/patch-d (date: 1999/05/17 21:51:13) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 30 14:20: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 60C85156E7 for ; Wed, 30 Jun 1999 14:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA62640; Wed, 30 Jun 1999 14:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 30 Jun 1999 14:20:02 -0700 (PDT) Message-Id: <199906302120.OAA62640@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tim Vanderhoek Subject: Re: ports/12463: Update: Fvwm2 to 2.2.2 Reply-To: Tim Vanderhoek Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12463; it has been noted by GNATS. From: Tim Vanderhoek To: jcwells@u.washington.edu Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/12463: Update: Fvwm2 to 2.2.2 Date: Wed, 30 Jun 1999 17:01:53 -0400 On Wed, Jun 30, 1999 at 01:12:26AM -0700, jcwells@u.washington.edu wrote: > > +++ fvwm2/pkg/COMMENT Wed Jun 30 01:00:37 1999 > @@ -1 +1 @@ > -The ever popular Fvwm, version 2.2 > +FVWM is a virtual window manager for Xwindows pkg/COMMENT isn't allowed to start with pkgname. Try, "Common virtual window manager" or "Common virtual window manager for XWindows" No need to resubmit the port. Whoever commits it will make the change. Do give another pkg/COMMENT line, though (perhaps one of the ones I suggested). -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 30 14:30: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id B10E514CB9 for ; Wed, 30 Jun 1999 14:29:54 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA279392998; Wed, 30 Jun 1999 13:16:38 -0400 Date: Wed, 30 Jun 1999 13:16:38 -0400 (EDT) From: Bill Fumerola To: Tim Vanderhoek Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/12463: Update: Fvwm2 to 2.2.2 In-Reply-To: <199906302120.OAA62640@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 Wed, 30 Jun 1999, Tim Vanderhoek wrote: > pkg/COMMENT isn't allowed to start with pkgname. s#start with#contain# - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 30 14:35:53 1999 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 94B4D14D8C for ; Wed, 30 Jun 1999 14:35:24 -0700 (PDT) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.3/8.9.1) id OAA56845; Wed, 30 Jun 1999 14:35:20 -0700 (PDT) (envelope-from mph) Date: Wed, 30 Jun 1999 14:35:19 -0700 From: Matthew Hunt To: Tim Vanderhoek Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/12463: Update: Fvwm2 to 2.2.2 Message-ID: <19990630143519.A56762@wopr.caltech.edu> References: <199906302120.OAA62640@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199906302120.OAA62640@freefall.freebsd.org>; from Tim Vanderhoek on Wed, Jun 30, 1999 at 02:20:02PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Jun 30, 1999 at 02:20:02PM -0700, Tim Vanderhoek wrote: > Try, > > "Common virtual window manager" > > or > > "Common virtual window manager for XWindows" or "Common virtual window manager for X" or "Common virtual window manager for the X Window System" -- Matthew Hunt * Science rules. 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 Wed Jun 30 15:10:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 641DB1578A for ; Wed, 30 Jun 1999 15:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA66645; Wed, 30 Jun 1999 15:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from totem.freenix.no (totem.freenix.no [195.0.166.42]) by hub.freebsd.org (Postfix) with ESMTP id 640F014DB1 for ; Wed, 30 Jun 1999 15:08:03 -0700 (PDT) (envelope-from anders@totem.freenix.no) Received: (from anders@localhost) by totem.freenix.no (8.9.3/8.9.3) id AAA63379; Thu, 1 Jul 1999 00:08:02 +0200 (CEST) Message-Id: <199906302208.AAA63379@totem.freenix.no> Date: Thu, 1 Jul 1999 00:08:02 +0200 (CEST) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12469: Update port: net/lftp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12469 >Category: ports >Synopsis: Update port: net/lftp >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 Jun 30 15:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: Updates lftp to version 2.0.1. New stuff is modules support, bugfixes, http protocol support, and lots of other stuff (see the NEWS file). >How-To-Repeat: >Fix: Apply this: diff -Nur lftp.old/Makefile lftp/Makefile --- lftp.old/Makefile Mon Mar 15 12:38:57 1999 +++ lftp/Makefile Wed Jun 30 23:16:04 1999 @@ -6,9 +6,9 @@ # $Id: Makefile,v 1.14 1999/03/15 01:55:09 steve Exp $ # -DISTNAME= lftp-1.2.4 +DISTNAME= lftp-2.0.1 CATEGORIES= net -MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/ \ +MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/network/file-transfer diff -Nur lftp.old/files/md5 lftp/files/md5 --- lftp.old/files/md5 Mon Mar 15 12:38:57 1999 +++ lftp/files/md5 Wed Jun 30 21:10:42 1999 @@ -1 +1 @@ -MD5 (lftp-1.2.4.tar.gz) = cf4e8d2cff78c64d5a56d35daa5982af +MD5 (lftp-2.0.1.tar.gz) = f031471c50808c0c8330d6f486526637 >Release-Note: >Audit-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 Jun 30 15:30: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AF42914BF2 for ; Wed, 30 Jun 1999 15:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA68246; Wed, 30 Jun 1999 15:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 30 Jun 1999 15:30:03 -0700 (PDT) Message-Id: <199906302230.PAA68246@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: ports/12457: lots of bsd.port.mk code executed needlessly Reply-To: Sheldon Hearn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12457; it has been noted by GNATS. From: Sheldon Hearn To: mi@aldan.algebra.com Cc: FreeBSD-gnats-submit@FreeBSD.org, Tim Vanderhoek Subject: Re: ports/12457: lots of bsd.port.mk code executed needlessly Date: Thu, 01 Jul 1999 00:20:48 +0200 Hi Mikhail, I think what Tim's saying is that, as long as you're not submitting diffs, your PR consists of little more than "the ports mechanism could be faster". For a PR like that to be useful, it really does need to be backed up by working diffs. If you don't intend to work on them, it's senseless having a PR open for this. Think about how many DreamList PR's we'd have open if we operated like that. Tim's message was uncharacteristically unfriendly, but I think the fact remains that your PR isn't very useful as it stands. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 30 16: 7:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EF621542D; Wed, 30 Jun 1999 16:07:35 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA92996; Wed, 30 Jun 1999 16:07:35 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 30 Jun 1999 16:07:35 -0700 (PDT) From: Message-Id: <199906302307.QAA92996@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-ports@FreeBSD.org, steve@FreeBSD.org Subject: Re: ports/12457: lots of bsd.port.mk code executed needlessly Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: lots of bsd.port.mk code executed needlessly Responsible-Changed-From-To: freebsd-ports->steve Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Jun 30 16:07:03 PDT 1999 Responsible-Changed-Why: Mikhail says Steve was expecting this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 30 17:20: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E2CCE156ED for ; Wed, 30 Jun 1999 17:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA98025; Wed, 30 Jun 1999 17:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from fermi.physics.montana.edu (fermi.physics.montana.edu [153.90.194.102]) by hub.freebsd.org (Postfix) with ESMTP id 5245414D6D for ; Wed, 30 Jun 1999 17:14:34 -0700 (PDT) (envelope-from brett@fermi.physics.montana.edu) Received: (from brett@localhost) by fermi.physics.montana.edu (8.9.3/8.9.2) id SAA79981; Wed, 30 Jun 1999 18:11:28 -0600 (MDT) (envelope-from brett) Message-Id: <199907010011.SAA79981@fermi.physics.montana.edu> Date: Wed, 30 Jun 1999 18:11:28 -0600 (MDT) From: brett@peloton.physics.montana.edu Reply-To: brett@peloton.physics.montana.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12470: new port - tkseti Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12470 >Category: ports >Synopsis: new port of tkseti >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 Jun 30 17:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Brett Taylor >Release: FreeBSD 3.2-STABLE i386 >Organization: Montana State University, Bozeman >Environment: FreeBSD 3.2-STABLE #0: Thu Jun 17 11:55:10 MDT 1999 >Description: New port of tkseti - a Tk based interface to the seti@home program. Now not only Macs and WinDoZe machines can have a nice graphic interface to seti@home! :-) >How-To-Repeat: Port is in a self-extracting uuencoded tarball below. I've portlinted it, ran through the standard "make install, make clean, make package, pkg_add, pkg_delete, make deinstall" steps. Everything went through okay. >Fix: #!/bin/csh -f # Uuencoded gz-compressed .tar file created by csh script uufiles # For more info (11/95), see e.g. http://xxx.lanl.gov/faq/uufaq.html # If you are on a unix machine this file will unpack itself: strip # any mail header and call resulting file, e.g., tkseti.tgz.uu # (uudecode ignores these header lines and starts at begin line below) # Then say csh tkseti.tgz.uu # or explicitly execute the commands (generally more secure): # uudecode tkseti.tgz.uu ; gunzip tkseti.tgz.tar.gz ; # tar -xvf tkseti.tgz.tar # On some non-unix (e.g. VAX/VMS), first use editor to change filename # in "begin" line below to tkseti.tgz.tar-gz , then execute # uudecode tkseti.tgz.uu # gzip -d tkseti.tgz.tar-gz # tar -xvf tkseti.tgz.tar # uudecode $0 chmod 644 tkseti.tgz.tar.gz gunzip -c tkseti.tgz.tar.gz | tar -xvf - rm $0 tkseti.tgz.tar.gz exit begin 644 tkseti.tgz.tar.gz M'XL(`*BP>C<``^U9;6_B1A#.5_PKI@2IK5*,;?Q"4%-!@MO2"R\"QDN]ZR9I1'][Q\8A)-&%.RG0W-6/!,8[LSMKSSZS,XN<"BI996^;`%-S M'`OV`'3'TM:O]]``;*=J6U5-,RT4ZYJI[X&UU5EEB(4D$<#>.*)2OJ"W2?Z% M0B[]/Y]>;6\-?+K_#=O04__;AIW[?Q=8\W_+'9X,MF%#US3;-C_N_ZI9O?>_ MHULVB@W3J>Z!MHW)/$7N?_0_,`$$0N91&$V!A9)&EP1O)` M\:N(S%2`M@0QX=<"%"^.(AI*&%.!;7,VI3A8Z,,5B85@)!1PR:-TG%C0*!5Y M)$3UY-Y':Z#,XD"R>4#!9Q'U)(\8%4L;B28)!(=+*KW):I1O!:#?)!.2>3A^ MQ&>@/)[I-1V#8)*JRG_]BM\TUOA_TNMTW.[H]6ULXC]8YHK_AF8F_'JX2@-WZF@&3\5YC/C" MD'GUD@54;*L"_+SZWTGXKYM67O_M`H_\/_.W\LHWYG_.*O^SK&7]9QMFGO_M M`IV6!=\M%T%95ZNVBF]#O?K[>SB"L6831S-JFE6[M#R]9E>)X3CTTO=(32=4 MSV/]5X",_QTRI4D,V(J-#?S7+5-?U7^.44WYK^\Z__N?\G\?^CR2`CP>!-23 MC('AZASCF7D@^P>Q\F;A1&Y#7BD[*-:J>V7\(?2PGJDV^RX1YGB6IA2 M3IHC]Y?>H.T.CPI$R(BCM*8IG>9PY`XNANT1"K#+1,IYO5*YOKY6O3B^4LE8 M]4CEGQGQ?!Z2X#ZI5;!CNSO"CSLX*J2N;LQIP"4/U?GD5C!/J#,>2A(2E?JQ MH@S.NA5&U\N2\V#*I*@D4X,_E$(A M,49D4DP_4DX?H/(@5)1N[^)\\&YX=HSRH\(M%6G3\5G[M)7=^KS,0ER[05!7 M"J6[SKMD),!1!^[/[=\7E6>9.2JUN\-1\_3T8G@R:/='"VQ!(^D,LF.`A^Y8 M%ZSW:#5'S45AK0/6!B\82TN'I]T?//XPS+*:>&FDK-Y0YES(M2=NE.[PL+C>_^6G2(\K-TY/ M+2J*RD(OB'T*/XZ%K\Z15>IL^M-;WR3OZW\BOT//_? M"9[X/[V6"7E5&YOR?]-R5N<_FI/D_Z9N6_G^OPN4R^4L/A;.,38FFS7NV;I3 M-ZMU[7"Y<1\<''Q41\]T&@THZS_8<)!\-1H*['^3["$8,/%G&I=#>B,A8&$2 MJI-WCDE'+%AX!0'\A;F-!OV(?\#<"&5O/9KGR)$C1XXEU=E8`*``` ` 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 Jun 30 20:30: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 08B4C14CBE for ; Wed, 30 Jun 1999 20:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA13492; Wed, 30 Jun 1999 20:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 30 Jun 1999 20:30:01 -0700 (PDT) Message-Id: <199907010330.UAA13492@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Jason C. Wells" Subject: Re: ports/12463: Update: Fvwm2 to 2.2.2 Reply-To: "Jason C. Wells" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12463; it has been noted by GNATS. From: "Jason C. Wells" To: Tim Vanderhoek Cc: jcwells@u.washington.edu, FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/12463: Update: Fvwm2 to 2.2.2 Date: Wed, 30 Jun 1999 13:29:24 -0700 (PDT) On Wed, 30 Jun 1999, Tim Vanderhoek wrote: Please change pkg/COMMENT for this pr to: "A popular virtual window manager for XWindows" If you are feeling froggy and are flame proof use: "The one true virtual window manager for all unixen" Thank You, | "Those who would trade freedom for security deserve neither Jason Wells | freedom nor security." - Benjamin Franklin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 30 20:50: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 12B8514EF5 for ; Wed, 30 Jun 1999 20:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA14826; Wed, 30 Jun 1999 20:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 30 Jun 1999 20:50:02 -0700 (PDT) Message-Id: <199907010350.UAA14826@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Scott Kenney Subject: Re: ports/11903: File descriptor leak in ports/www/tidy/tidy15apr99 Reply-To: Scott Kenney Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11903; it has been noted by GNATS. From: Scott Kenney To: peter.jeremy@alcatel.com.au Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/11903: File descriptor leak in ports/www/tidy/tidy15apr99 Date: Wed, 30 Jun 1999 23:42:31 -0400 On Thu, May 27, 1999 at 04:08:19PM +1000, Peter Jeremy wrote: > > >Number: 11903 > >Category: ports > >Synopsis: File descriptor leak in ports/www/tidy/tidy15apr99 > >Confidential: no > >Severity: non-critical > >Priority: medium > >Responsible: freebsd-ports > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Wed May 26 23:10:01 PDT 1999 > >Closed-Date: > >Last-Modified: > >Originator: Peter Jeremy > >Release: FreeBSD 4.0-CURRENT i386 > >Organization: > Alcatel Australia Limited I am the maintainer of the tidy port. The following patch upgrades tidy to version 26 Jun 1999, which corrects the problem addressed in this PR. diff -ruN tidy/Makefile tidy.new/Makefile --- tidy/Makefile Tue Apr 27 03:21:29 1999 +++ tidy.new/Makefile Wed Jun 30 23:36:10 1999 @@ -6,8 +6,8 @@ # $Id: Makefile,v 1.7 1999/04/26 07:24:09 mharo Exp $ # -DISTNAME= tidy15apr99 -PKGNAME= tidy-0.4.99.2 +DISTNAME= tidy26jun99 +PKGNAME= tidy-0.6.99.1 CATEGORIES= www MASTER_SITES= http://www.w3.org/People/Raggett/ EXTRACT_SUFX= .tgz @@ -18,6 +18,8 @@ DOCFILES= Overview.html tidy.gif release-notes.html grid.gif config.txt +post-extract: + @${RM} ${WRKSRC}/tidy ${WRKSRC}/tidy.exe ${WRKSRC}/tab2space.exe do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tidy ${PREFIX}/bin/tidy .if !defined(NOPORTDOCS) diff -ruN tidy/files/md5 tidy.new/files/md5 --- tidy/files/md5 Tue Apr 27 03:21:31 1999 +++ tidy.new/files/md5 Wed Jun 30 20:02:19 1999 @@ -1 +1 @@ -MD5 (tidy15apr99.tgz) = 0896d889e34884343b0748f694c15b17 +MD5 (tidy26jun99.tgz) = 24d656f51e7e18cbdb9c1737d3edb0c3 diff -ruN tidy/patches/patch-ab tidy.new/patches/patch-ab --- tidy/patches/patch-ab Wed Dec 23 18:10:01 1998 +++ tidy.new/patches/patch-ab Wed Jun 30 23:17:50 1999 @@ -1,10 +1,17 @@ ---- platform.h.orig Thu Dec 17 11:20:40 1998 -+++ platform.h Wed Dec 23 17:04:27 1998 -@@ -4,6 +4,7 @@ +--- platform.h.orig Mon Jun 28 07:22:09 1999 ++++ platform.h Wed Jun 30 23:17:07 1999 +@@ -4,13 +4,13 @@ See tidy.c for the copyright notice. */ +#include + #include #include + #include /* for longjmp on error exit */ #include + #include /* may need for Unix V */ #include +-#include + #include + + #define ACCESS_URL "http://www.w3.org/WAI/GL" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 30 22: 0: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B5D215674 for ; Wed, 30 Jun 1999 22:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA19929; Wed, 30 Jun 1999 22:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 30 Jun 1999 22:00:02 -0700 (PDT) Message-Id: <199907010500.WAA19929@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tim Vanderhoek Subject: Re: ports/12463: Update: Fvwm2 to 2.2.2 Reply-To: Tim Vanderhoek Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12463; it has been noted by GNATS. From: Tim Vanderhoek To: "Jason C. Wells" Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/12463: Update: Fvwm2 to 2.2.2 Date: Thu, 1 Jul 1999 00:57:29 -0400 On Wed, Jun 30, 1999 at 04:29:24PM -0400, Jason C. Wells wrote: > > Please change pkg/COMMENT for this pr to: > "A popular virtual window manager for XWindows" How would you feel about removing the unnecessary article "A". ie. "Popular virtual window manager for XWindows" The "A " seems to add very little to the comment. [Answer with either a "good idea" or "bad idea" type answer, please, not "I don't care" --- I'm trying to decide whether its good idea or not to run a script through all the pkg/COMMENTs removing useless articles]. > If you are feeling froggy and are flame proof use: > "The one true virtual window manager for all unixen" Tempting, very tempting... ;-) -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 30 22:20: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6585914C03 for ; Wed, 30 Jun 1999 22:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA21579; Wed, 30 Jun 1999 22:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 30 Jun 1999 22:20:02 -0700 (PDT) Message-Id: <199907010520.WAA21579@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Jason C. Wells" Subject: Re: ports/12463: Update: Fvwm2 to 2.2.2 Reply-To: "Jason C. Wells" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12463; it has been noted by GNATS. From: "Jason C. Wells" To: Tim Vanderhoek Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/12463: Update: Fvwm2 to 2.2.2 Date: Wed, 30 Jun 1999 15:15:21 -0700 (PDT) On Thu, 1 Jul 1999, Tim Vanderhoek wrote: >How would you feel about removing the unnecessary article "A". > >ie. > >"Popular virtual window manager for XWindows" > >The "A " seems to add very little to the comment. > >[Answer with either a "good idea" or "bad idea" type answer, please, not "I >don't care" --- I'm trying to decide whether its good idea or not to >run a script through all the pkg/COMMENTs removing useless articles]. I don't care. Thank You, | "Those who would trade freedom for security deserve neither Jason Wells | freedom nor security." - Benjamin Franklin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 30 22:29:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C5F1B14D29; Wed, 30 Jun 1999 22:29:44 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA22903; Wed, 30 Jun 1999 22:29:44 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Wed, 30 Jun 1999 22:29:44 -0700 (PDT) From: Message-Id: <199907010529.WAA22903@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, mharo@FreeBSD.org Subject: Re: ports/12455: I have fixed the mikmod port to compile under 3.2-RELEASE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: I have fixed the mikmod port to compile under 3.2-RELEASE Responsible-Changed-From-To: freebsd-ports->mharo Responsible-Changed-By: mharo Responsible-Changed-When: Wed Jun 30 22:29:11 PDT 1999 Responsible-Changed-Why: I'll look into this at the same time as libmikmod since both ports are related. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jun 30 23:30: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC56914E28 for ; Wed, 30 Jun 1999 23:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA27977; Wed, 30 Jun 1999 23:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 30 Jun 1999 23:30:02 -0700 (PDT) Message-Id: <199907010630.XAA27977@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Inagaki Kentaro (=?iso-2022-jp?B?GyRCMHAzQDdyQkBPOhsoQg==?=) Subject: Re: ports/12430: update: japanese/vfxdvik Reply-To: Inagaki Kentaro (=?iso-2022-jp?B?GyRCMHAzQDdyQkBPOhsoQg==?=) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12430; it has been noted by GNATS. From: Inagaki Kentaro (=?iso-2022-jp?B?GyRCMHAzQDdyQkBPOhsoQg==?=) To: freebsd-gnats-submit@freebsd.org Cc: inagaki@tg.rim.or.jp Subject: Re: ports/12430: update: japanese/vfxdvik Date: Thu, 01 Jul 1999 15:18:18 +0900 I mistake... this send-pr is update port. *not* New port. > >Synopsis: New port: japanese/vfxdvik ---- Kentaro Inagaki inagaki@tg.rim.or.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 1 1:50:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D5907156B1 for ; Thu, 1 Jul 1999 01:50:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA41838; Thu, 1 Jul 1999 01:50:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from zebu.riken.go.jp (zebu.riken.go.jp [134.160.20.73]) by hub.freebsd.org (Postfix) with SMTP id 6B56C14BB8 for ; Thu, 1 Jul 1999 01:42:42 -0700 (PDT) (envelope-from mitsuru@zebu.riken.go.jp) Received: (qmail 1912 invoked by uid 123); 1 Jul 1999 08:42:36 -0000 Message-Id: <19990701084236.1911.qmail@zebu.riken.go.jp> Date: 1 Jul 1999 08:42:36 -0000 From: mitsuru@postman.riken.go.jp Reply-To: mitsuru@postman.riken.go.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12473: new port: tinyproxy Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12473 >Category: ports >Synopsis: new port: tinyproxy >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 Jul 1 01:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mitsuru Yoshida >Release: FreeBSD 3.2-STABLE i386 >Organization: RIKEN >Environment: 3.2-STABLE >Description: new port: www/tinyproxy >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: # # tinyproxy # tinyproxy/Makefile # tinyproxy/pkg # tinyproxy/pkg/COMMENT # tinyproxy/pkg/DESCR # tinyproxy/pkg/PLIST # tinyproxy/files # tinyproxy/files/md5 # tinyproxy/patches # tinyproxy/patches/patch-aa # echo c - tinyproxy mkdir -p tinyproxy > /dev/null 2>&1 echo x - tinyproxy/Makefile sed 's/^X//' >tinyproxy/Makefile << 'END-of-tinyproxy/Makefile' X# New ports collection makefile for: tinyproxy X# Version required: 1.2.6 X# Date created: 01 Jul 1999 X# Whom: Mitsuru Yoshida X# X# $Id$ X# X XDISTNAME= tinyproxy-1.2.6 XCATEGORIES= www XMASTER_SITES= http://tinyproxy.attacca.com/ \ X http://www.flarenet.com/tinyproxy/ X XMAINTAINER= mitsuru@riken.go.jp X XWRKSRC= ${WRKDIR}/tinyproxy X XMAN8= tinyproxy.8 X X.include END-of-tinyproxy/Makefile echo c - tinyproxy/pkg mkdir -p tinyproxy/pkg > /dev/null 2>&1 echo x - tinyproxy/pkg/COMMENT sed 's/^X//' >tinyproxy/pkg/COMMENT << 'END-of-tinyproxy/pkg/COMMENT' XA small, efficient HTTP proxy server END-of-tinyproxy/pkg/COMMENT echo x - tinyproxy/pkg/DESCR sed 's/^X//' >tinyproxy/pkg/DESCR << 'END-of-tinyproxy/pkg/DESCR' XTinyproxy is a lightweight, non-caching,optionally anonymizing http proxy. XIt is designed to consume a minimum of system resources. XIt listens on a given TCP port and handles HTTP proxy requests. X XNote that tinyproxy requires commandline arguments to run in anonymizing Xmode. For most people, "/usr/local/sbin/tinyproxy -a Host: -a Authorization:" Xis sufficient for an anonymizing proxy. X XWWW: http://tinyproxy.attacca.com/ X X- Mitsuru Yoshida Xmitsuru@riken.go.jp END-of-tinyproxy/pkg/DESCR echo x - tinyproxy/pkg/PLIST sed 's/^X//' >tinyproxy/pkg/PLIST << 'END-of-tinyproxy/pkg/PLIST' Xsbin/tinyproxy END-of-tinyproxy/pkg/PLIST echo c - tinyproxy/files mkdir -p tinyproxy/files > /dev/null 2>&1 echo x - tinyproxy/files/md5 sed 's/^X//' >tinyproxy/files/md5 << 'END-of-tinyproxy/files/md5' XMD5 (tinyproxy-1.2.6.tar.gz) = ade0384e1b6b5d8ac9d22b890fe93eea END-of-tinyproxy/files/md5 echo c - tinyproxy/patches mkdir -p tinyproxy/patches > /dev/null 2>&1 echo x - tinyproxy/patches/patch-aa sed 's/^X//' >tinyproxy/patches/patch-aa << 'END-of-tinyproxy/patches/patch-aa' X--- src/Makefile.dist Thu Jul 1 16:34:39 1999 X+++ src/Makefile Thu Jul 1 16:30:32 1999 X@@ -1,7 +1,7 @@ X # Written by Steven Young (sdyoung@well.com) X # Additions by Robert James Kaes (rjkaes@flarenet.com) 1999/02/05 X X-CC = gcc # change this to your prefered compiler X+#CC = gcc # change this to your prefered compiler X X WARN = -Wall -Wshadow -Wstrict-prototypes # Warnings X X@@ -21,7 +21,7 @@ X X # Set location for installation X INSTALL = /usr/bin/install X-BINPATH = /usr/local/bin X+BINPATH = /usr/local/sbin X STRIP = /usr/bin/strip X X all: ${OBJS} END-of-tinyproxy/patches/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 1 2:28: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from bastuba.partitur.se (bastuba.partitur.se [193.219.246.194]) by hub.freebsd.org (Postfix) with ESMTP id 9E26C14F3F for ; Thu, 1 Jul 1999 02:27:59 -0700 (PDT) (envelope-from girgen@partitur.se) Received: from partitur.se (elbas.partitur.se [193.219.246.222]) by bastuba.partitur.se (8.8.8/8.8.8) with ESMTP id LAA23173; Thu, 1 Jul 1999 11:27:49 +0200 (CEST) (envelope-from girgen@partitur.se) Message-ID: <377B3495.5277653B@partitur.se> Date: Thu, 01 Jul 1999 11:27:49 +0200 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: sv, en MIME-Version: 1.0 To: Yarema Cc: Jun Kuriyama , Ports Team Subject: Re: mod_jserv for apache References: <37758822.C4BEC2D@sky.rim.or.jp> <3776A5B5.CA6E9DBF@partitur.se> <00c001bec320$75c44780$1f40e6cd@ingress.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Great. I agree. And as IO said, that's how NetBSD does, so if conformal with the NetBSD ports collection as well. /Palle Yarema wrote: > > From: Palle Girgensohn > > Jun Kuriyama wrote: > > > > > > I'm ready to import a port of jserv DSO for apache. This port doesn't > > > include apache core modules, only jserv's DSO and documents. > > > > > > What should we choose PKGNAME for it? > > > > > > NetBSD has had DSO ports for some time, and they use ap-xxx, alas > > ap-jserv in this case. But. NetBSD is traditionally less verbose. How > > about 'apache-jserv'. I know that there is work going on to move most of > > the apache modules to dso, so this will not confuse in the long run. > > I think 'apache-jserv' might be confused with 'apache13-mod_ssl' and the > like, which are fullblown apache installations not just DSO modules. Since > perl modules use p5- and python modules use py- I think using ap- for apache > modules would be more consistent. > > -- > Yarema To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 1 3:10: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A576D1554B for ; Thu, 1 Jul 1999 03:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA51905; Thu, 1 Jul 1999 03:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 2FB9614F5F; Thu, 1 Jul 1999 03:05:36 -0700 (PDT) Message-Id: <19990701100536.2FB9614F5F@hub.freebsd.org> Date: Thu, 1 Jul 1999 03:05:36 -0700 (PDT) From: van.woerkom@netcologne.de To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12474: cdda2wav etc.. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12474 >Category: ports >Synopsis: cdda2wav etc.. >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 Jul 1 03:10:03 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Marc van Woerkom >Release: FreeBSD-CURRENT >Organization: >Environment: >Description: Dear porters, is it possible to list ports/sysutils/cdrecord in ports/audio too? It contains the cdda2wav CD digital audio ripper. Regards, Marc >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 1 6:22:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id E7A5415743 for ; Thu, 1 Jul 1999 06:22:06 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 83444 invoked by uid 1003); 1 Jul 1999 13:21:42 -0000 Date: Thu, 1 Jul 1999 15:21:42 +0200 From: Neil Blakey-Milner To: Tim Vanderhoek Cc: Steve Price , Mikhail Teterin , ports@FreeBSD.ORG Subject: Re: tcl81 port takes forever to START building Message-ID: <19990701152142.A82544@rucus.ru.ac.za> References: <199906291908.PAA74662@misha.cisco.com> <19990629213603.A49201@mad> <19990630001241.B70845@mad> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <19990630001241.B70845@mad>; from Tim Vanderhoek on Wed, Jun 30, 1999 at 12:12:41AM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed 1999-06-30 (00:12), Tim Vanderhoek wrote: > On Tue, Jun 29, 1999 at 09:36:03PM -0400, Tim Vanderhoek wrote: > > > > You have to think of some way of putting the correct MAN[1-9LN]PREFIX > > in front of each entry in MLINKS _without_ using a make .for ... > > .endfor loop. > > It looks like I've found a solution to this. time for a "make describe" > on tcl81 is down to about 1 second and time for a generate-plist is at > about 2 seconds. Time for "make null" where null is a target that > @${DO_NADA} does nothing is also at 1 second. The reason for the long waits is the multiple "make" calls inside each of the _PORT_USE macro users, like fetch, extract, &c. I endlessly speeded up my tcl81 build (incorrectly) by putting the .include between ".if target(generate-plist) || target(mlinks)"/".endif", but that's not the correct way to do it (there're checks that decide whether to run those targets which don't work properly). I think the only way to really fix it is to cordon off all the make calls to sed, awk, and other crunchers when you're not doing something that actually needs that work to be done. If you're really lucky, maybe you just need to work out where to put a couple ".if target()"/".endif" pairs. If nothing's been done on this in two weeks, I'll consider myself volunteered. (National Arts Festival/Grahamstown Festival is on) Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 1 6:42: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 236E014C19; Thu, 1 Jul 1999 06:42:05 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA65921; Thu, 1 Jul 1999 06:42:05 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Thu, 1 Jul 1999 06:42:05 -0700 (PDT) From: Message-Id: <199907011342.GAA65921@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-ports@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: ports/12470: new port of tkseti Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port of tkseti Responsible-Changed-From-To: freebsd-ports->sheldonh Responsible-Changed-By: sheldonh Responsible-Changed-When: Thu Jul 1 06:41:16 PDT 1999 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 Thu Jul 1 7:26:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3EC0215600; Thu, 1 Jul 1999 07:26:27 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA50169; Thu, 1 Jul 1999 07:26:26 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Thu, 1 Jul 1999 07:26:26 -0700 (PDT) From: Message-Id: <199907011426.HAA50169@freefall.freebsd.org> To: van.woerkom@netcologne.de, billf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12474: cdda2wav etc.. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: cdda2wav etc.. State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Thu Jul 1 07:24:26 PDT 1999 State-Changed-Why: Added in rev 1.16 of ports/sysutils/cdrecord/Makefile thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 1 7:34:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E82A414DD0; Thu, 1 Jul 1999 07:34:36 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA51292; Thu, 1 Jul 1999 07:34:36 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Thu, 1 Jul 1999 07:34:36 -0700 (PDT) From: Message-Id: <199907011434.HAA51292@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-ports@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: ports/12469: Update port: net/lftp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: net/lftp Responsible-Changed-From-To: freebsd-ports->sheldonh Responsible-Changed-By: sheldonh Responsible-Changed-When: Thu Jul 1 07:32:44 PDT 1999 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 Thu Jul 1 7:55: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id A324D1578A for ; Thu, 1 Jul 1999 07:55:02 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from localhost.nowhere (ppp18334.on.bellglobal.com [206.172.130.14]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id KAA07296; Thu, 1 Jul 1999 10:57:51 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id KAA22587; Thu, 1 Jul 1999 10:55:42 -0400 (EDT) (envelope-from tim) Date: Thu, 1 Jul 1999 10:55:42 -0400 From: Tim Vanderhoek To: Neil Blakey-Milner Cc: Steve Price , Mikhail Teterin , ports@FreeBSD.org Subject: Re: tcl81 port takes forever to START building Message-ID: <19990701105542.B22489@mad> References: <199906291908.PAA74662@misha.cisco.com> <19990629213603.A49201@mad> <19990630001241.B70845@mad> <19990701152142.A82544@rucus.ru.ac.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <19990701152142.A82544@rucus.ru.ac.za>; from Neil Blakey-Milner on Thu, Jul 01, 1999 at 03:21:42PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Jul 01, 1999 at 03:21:42PM +0200, Neil Blakey-Milner wrote: > > The reason for the long waits is the multiple "make" calls inside each of > the _PORT_USE macro users, like fetch, extract, &c. This isn't quite correct, but those do compound the problem. The tcl81 port is a bad port to look at because it twiggles some bug that is best either fixed or worked around - namely adding USE_X_PREFIX to the environment shouldn't make any difference in speed, but it actually makes an order or magnitude difference. In the case of 20+ second waits for tcl81, something causes make to spend a _lot_ (ie. 20+ seconds) inside the .for loop that constructs the _MLINKS variable. I currently have a patch that essentially takes this loop away and works around the bug (make has extremely slow .for evaluation anyways, bug or no bug, so it's a good idea regardless). > I think the only way to really fix it is to cordon off all the make calls > to sed, awk, and other crunchers when you're not doing something that > actually needs that work to be done. The problem is that you can't know when an individual port Makefile (eg. ports/xxx/yyy/Makefile) is going to require the results of one of those make calls. > If nothing's been done on this in two weeks, I'll consider myself > volunteered. (National Arts Festival/Grahamstown Festival is on) I have an 875 line message that I didn't send to the -ports list discussing slowness (parts of the problem were already being addressed before [MI] started jumping up and down). I didn't send it to the -ports list because 1) it's rather long, and 2) it includes patches that I'm not officially submitting yet (they'll get copied to -ports when/if that happens). I am, however, looking for comments on it and will gladly cc a copy to you or anyone else who thinks they actually have time to try and make changes and run some tests backing those changes up. You [Neil] just got yourself a copy. :) -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 1 7:58:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id BDF0614F7B for ; Thu, 1 Jul 1999 07:57:49 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from localhost.nowhere (ppp18334.on.bellglobal.com [206.172.130.14]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id LAA08100; Thu, 1 Jul 1999 11:00:52 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id KAA22607; Thu, 1 Jul 1999 10:58:43 -0400 (EDT) (envelope-from tim) Date: Thu, 1 Jul 1999 10:58:43 -0400 From: Tim Vanderhoek To: "Jason C. Wells" Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/12463: Update: Fvwm2 to 2.2.2 Message-ID: <19990701105843.C22489@mad> References: <199907010520.WAA21579@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <199907010520.WAA21579@freefall.freebsd.org>; from Jason C. Wells on Wed, Jun 30, 1999 at 10:20:02PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Jun 30, 1999 at 10:20:02PM -0700, Jason C. Wells wrote: > > >"Popular virtual window manager for XWindows" > > I don't care. Oh dear, yet another techie lacking any sense of real style. :-) :-) I'll intrepret your reply as a "good idea" response. -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 1 8:32:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from s8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by hub.freebsd.org (Postfix) with ESMTP id 91B6C14D29 for ; Thu, 1 Jul 1999 08:31:34 -0700 (PDT) (envelope-from jcwells@u.washington.edu) Received: from localhost (jcw@localhost) by s8-37-26.student.washington.edu (8.9.3/8.9.1) with ESMTP id BAA43441; Thu, 1 Jul 1999 01:36:01 -0700 (PDT) (envelope-from jcwells@u.washington.edu) X-Authentication-Warning: s8-37-26.student.washington.edu: jcw owned process doing -bs Date: Thu, 1 Jul 1999 01:36:01 -0700 (PDT) From: "Jason C. Wells" X-Sender: jcw@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: Tim Vanderhoek Cc: "Jason C. Wells" , freebsd-ports@FreeBSD.org Subject: Re: ports/12463: Update: Fvwm2 to 2.2.2 In-Reply-To: <19990701105843.C22489@mad> 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, 1 Jul 1999, Tim Vanderhoek wrote: >On Wed, Jun 30, 1999 at 10:20:02PM -0700, Jason C. Wells wrote: >> >> >"Popular virtual window manager for XWindows" >> >> I don't care. > >Oh dear, yet another techie lacking any sense of real style. :-) :-) > >I'll intrepret your reply as a "good idea" response. ??? I am not a _real_ techie. I am the one who wanted to use a complete sentence to begin with. I might as well have said "Program" for the comment after using the unpunctuated, nonspecific, dearticlized sentence. You finally pestered me into not giving a hoot. "Lack of style?" You must be joking. If you recall, you tried to restrict me from giving the answer I am giving now by asking only for a yes/no/i dont care answer. I obliged you. The truth is I do care and it is not a good idea. Please just get this over with. Thank You, | "Those who would trade freedom for security deserve neither Jason Wells | freedom nor security." - Benjamin Franklin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 1 9: 5: 1 1999 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 1000214CA0; Thu, 1 Jul 1999 09:04:54 -0700 (PDT) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.3/8.9.1) id JAA69594; Thu, 1 Jul 1999 09:04:51 -0700 (PDT) (envelope-from mph) Date: Thu, 1 Jul 1999 09:04:51 -0700 From: Matthew Hunt To: "Jason C. Wells" Cc: freebsd-ports@FreeBSD.ORG, freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/12463: Update: Fvwm2 to 2.2.2 Message-ID: <19990701090451.A69535@wopr.caltech.edu> References: <199907010330.UAA13492@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199907010330.UAA13492@freefall.freebsd.org>; from Jason C. Wells on Wed, Jun 30, 1999 at 08:30:01PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Jun 30, 1999 at 08:30:01PM -0700, Jason C. Wells wrote: > Please change pkg/COMMENT for this pr to: > "A popular virtual window manager for XWindows" X, X11, or the X Window System, please. -- Matthew Hunt * Science rules. 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 Thu Jul 1 9:10: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C0A1714E2A for ; Thu, 1 Jul 1999 09:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA60409; Thu, 1 Jul 1999 09:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 1 Jul 1999 09:10:02 -0700 (PDT) Message-Id: <199907011610.JAA60409@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Matthew Hunt Subject: Re: ports/12463: Update: Fvwm2 to 2.2.2 Reply-To: Matthew Hunt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12463; it has been noted by GNATS. From: Matthew Hunt To: "Jason C. Wells" Cc: freebsd-ports@FreeBSD.ORG, freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/12463: Update: Fvwm2 to 2.2.2 Date: Thu, 1 Jul 1999 09:04:51 -0700 On Wed, Jun 30, 1999 at 08:30:01PM -0700, Jason C. Wells wrote: > Please change pkg/COMMENT for this pr to: > "A popular virtual window manager for XWindows" X, X11, or the X Window System, please. -- Matthew Hunt * Science rules. 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 Thu Jul 1 9:13:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.kt.rim.or.jp (mail.kt.rim.or.jp [202.247.130.53]) by hub.freebsd.org (Postfix) with ESMTP id 7814314E2A for ; Thu, 1 Jul 1999 09:13:33 -0700 (PDT) (envelope-from kuriyama@sky.rim.or.jp) Received: from moon.sky.rim.or.jp (ppp515.kt.rim.or.jp [202.247.140.165]) by mail.kt.rim.or.jp (8.8.8/3.6W-RIMNET-98-06-09) with ESMTP id BAA14718; Fri, 2 Jul 1999 01:13:05 +0900 (JST) Received: from sky.rim.or.jp (earth.sky.rim.or.jp [192.168.1.2]) by moon.sky.rim.or.jp (8.8.8/3.5Wpl4/moon-1.0) with ESMTP id BAA06538; Fri, 2 Jul 1999 01:12:11 +0900 (JST) Message-ID: <377B9310.EC08BD04@sky.rim.or.jp> Date: Fri, 02 Jul 1999 01:10:56 +0900 From: Jun Kuriyama X-Mailer: Mozilla 4.51 [ja] (Win95; I) X-Accept-Language: ja MIME-Version: 1.0 To: Palle Girgensohn Cc: Yarema , Ports Team Subject: Re: mod_jserv for apache References: <37758822.C4BEC2D@sky.rim.or.jp> <3776A5B5.CA6E9DBF@partitur.se> <00c001bec320$75c44780$1f40e6cd@ingress.com> <377B3495.5277653B@partitur.se> Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Palle Girgensohn wrote: > > I think 'apache-jserv' might be confused with 'apache13-mod_ssl' and the > > like, which are fullblown apache installations not just DSO modules. Since > > perl modules use p5- and python modules use py- I think using ap- for apache > > modules would be more consistent. I don't care to change port's name to it, But is someone discussed about making apache ports into "a core port and some DSO module ports"? If it will, port's name of them may...: www/apache13-core /apache-ssl /apache-php3 /apache-jserv /apache-... I think these are not bad. But "ap-ssl" is really short to recognize, isn't it? -- Jun Kuriyama // kuriyama@sky.rim.or.jp // kuriyama@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 Jul 1 9:41:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from s8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by hub.freebsd.org (Postfix) with ESMTP id B751614D90; Thu, 1 Jul 1999 09:41:51 -0700 (PDT) (envelope-from jcwells@u.washington.edu) Received: from localhost (jcw@localhost) by s8-37-26.student.washington.edu (8.9.3/8.9.1) with ESMTP id CAA43715; Thu, 1 Jul 1999 02:46:26 -0700 (PDT) (envelope-from jcwells@u.washington.edu) X-Authentication-Warning: s8-37-26.student.washington.edu: jcw owned process doing -bs Date: Thu, 1 Jul 1999 02:46:26 -0700 (PDT) From: "Jason C. Wells" X-Sender: jcw@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: Matthew Hunt Cc: "Jason C. Wells" , freebsd-ports@FreeBSD.ORG, freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/12463: Update: Fvwm2 to 2.2.2 In-Reply-To: <19990701090451.A69535@wopr.caltech.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 1 Jul 1999, Matthew Hunt wrote: >On Wed, Jun 30, 1999 at 08:30:01PM -0700, Jason C. Wells wrote: > >> Please change pkg/COMMENT for this pr to: >> "A popular virtual window manager for XWindows" > >X, X11, or the X Window System, please. (nothing personal Matt) An open note to everyone in the universe. Do whatever you have to do to commit this port. I grow weary of discussions about every fucking detail of COMMENT. I know your not really asking permission to change thinngs so why be a bother. If you know it needs to be changed then change it. Thank You, | "Those who would trade freedom for security deserve neither Jason Wells | freedom nor security." - Benjamin Franklin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 1 9:50: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AD8214D90 for ; Thu, 1 Jul 1999 09:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA64591; Thu, 1 Jul 1999 09:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 1 Jul 1999 09:50:02 -0700 (PDT) Message-Id: <199907011650.JAA64591@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Jason C. Wells" Subject: Re: ports/12463: Update: Fvwm2 to 2.2.2 Reply-To: "Jason C. Wells" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12463; it has been noted by GNATS. From: "Jason C. Wells" To: Matthew Hunt Cc: "Jason C. Wells" , freebsd-ports@FreeBSD.ORG, freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/12463: Update: Fvwm2 to 2.2.2 Date: Thu, 1 Jul 1999 02:46:26 -0700 (PDT) On Thu, 1 Jul 1999, Matthew Hunt wrote: >On Wed, Jun 30, 1999 at 08:30:01PM -0700, Jason C. Wells wrote: > >> Please change pkg/COMMENT for this pr to: >> "A popular virtual window manager for XWindows" > >X, X11, or the X Window System, please. (nothing personal Matt) An open note to everyone in the universe. Do whatever you have to do to commit this port. I grow weary of discussions about every fucking detail of COMMENT. I know your not really asking permission to change thinngs so why be a bother. If you know it needs to be changed then change it. Thank You, | "Those who would trade freedom for security deserve neither Jason Wells | freedom nor security." - Benjamin Franklin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 1 10:17:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F3D9315444; Thu, 1 Jul 1999 10:17:43 -0700 (PDT) (envelope-from mph@FreeBSD.org) Received: (from mph@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA77224; Thu, 1 Jul 1999 10:17:43 -0700 (PDT) (envelope-from mph@FreeBSD.org) Date: Thu, 1 Jul 1999 10:17:43 -0700 (PDT) From: Message-Id: <199907011717.KAA77224@freefall.freebsd.org> To: mph@FreeBSD.org, freebsd-ports@FreeBSD.org, mph@FreeBSD.org Subject: Re: ports/12463: Update: Fvwm2 to 2.2.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: Fvwm2 to 2.2.2 State-Changed-From-To: open->closed State-Changed-By: mph State-Changed-When: Thu Jul 1 13:15:27 EDT 1999 State-Changed-Why: Update applied, thanks. When updating a port, please do not modify the "Date created" or "Whom" comments. Those refer to the original creation, not the most recent version. Confusingly, the "version required" header should be updated, which you did. Also, please do not modify the $Id$ line. CVS will tend to that itself. I made pkg/COMMENT: Popular virtual window manager for X. Responsible-Changed-From-To: freebsd-ports->mph Responsible-Changed-By: mph Responsible-Changed-When: Thu Jul 1 13:15:27 EDT 1999 Responsible-Changed-Why: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 1 11: 9:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dt054n86.san.rr.com (dt054n86.san.rr.com [24.30.152.134]) by hub.freebsd.org (Postfix) with ESMTP id 1D7A314CBE for ; Thu, 1 Jul 1999 11:09:32 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from localhost (doug@localhost) by dt054n86.san.rr.com (8.8.8/8.8.8) with ESMTP id LAA12495; Thu, 1 Jul 1999 11:09:22 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Thu, 1 Jul 1999 11:09:22 -0700 (PDT) From: Doug X-Sender: doug@dt054n86.san.rr.com To: Tim Vanderhoek Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/12463: Update: Fvwm2 to 2.2.2 In-Reply-To: <199907010500.WAA19929@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 Wed, 30 Jun 1999, Tim Vanderhoek wrote: > How would you feel about removing the unnecessary article "A". > > ie. > > "Popular virtual window manager for XWindows" > > The "A " seems to add very little to the comment. It adds nothing to the comment, but it does add a great deal of readability for just two characters. My vote == bad idea. Doug -- On account of being a democracy and run by the people, we are the only nation in the world that has to keep a government four years, no matter what it does. -- Will Rogers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 1 11:34: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id 8A663151FE for ; Thu, 1 Jul 1999 11:33:53 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from localhost.nowhere (ppp18334.on.bellglobal.com [206.172.130.14]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id OAA28580; Thu, 1 Jul 1999 14:36:54 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id OAA48806; Thu, 1 Jul 1999 14:34:48 -0400 (EDT) (envelope-from tim) Date: Thu, 1 Jul 1999 14:34:48 -0400 From: Tim Vanderhoek To: "Jason C. Wells" Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/12463: Update: Fvwm2 to 2.2.2 Message-ID: <19990701143448.A48778@mad> References: <19990701105843.C22489@mad> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: ; from Jason C. Wells on Thu, Jul 01, 1999 at 04:36:01AM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Jul 01, 1999 at 04:36:01AM -0400, Jason C. Wells wrote: > > If you recall, you tried to restrict me from giving the answer I am giving > now by asking only for a yes/no/i dont care answer. I obliged you. Hehe. It was actually meant to have the effect opposite of trying to restrict you. :) Sorry for the misunderstanding. We don't use proper sentences in comments because they're bulky if you read several of them in a list, you'll notice a strong tendency towards needless repetition ("Foojoy is a program that ...", "This allows you to ..."). The pkg/COMMENT is often used as an addendum to pkgname, for example, Greg Lehey's book lists "package-name | category | comment". -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 1 11:34: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C084015011; Thu, 1 Jul 1999 11:33:59 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA82820; Thu, 1 Jul 1999 11:34:00 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Thu, 1 Jul 1999 11:34:00 -0700 (PDT) From: Message-Id: <199907011834.LAA82820@freefall.freebsd.org> To: billf@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: pending/12476: New Port: ports/java/jlex Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Port: ports/java/jlex Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: billf Responsible-Changed-When: Thu Jul 1 11:33:00 PDT 1999 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 Jul 1 12:11:20 1999 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 9409915336 for ; Thu, 1 Jul 1999 12:11:10 -0700 (PDT) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.3/8.9.1) id MAA86359; Thu, 1 Jul 1999 12:11:03 -0700 (PDT) (envelope-from mph) Date: Thu, 1 Jul 1999 12:11:03 -0700 From: Matthew Hunt To: Doug Cc: Tim Vanderhoek , freebsd-ports@FreeBSD.ORG Subject: Re: ports/12463: Update: Fvwm2 to 2.2.2 Message-ID: <19990701121103.A86280@wopr.caltech.edu> References: <199907010500.WAA19929@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Doug on Thu, Jul 01, 1999 at 11:09:22AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Jul 01, 1999 at 11:09:22AM -0700, Doug wrote: > > "Popular virtual window manager for XWindows" > > > > The "A " seems to add very little to the comment. > > It adds nothing to the comment, but it does add a great deal of > readability for just two characters. My vote == bad idea. For what it's worth, I've alread committed this port without the indefinite article and with the window system called "X". If there ends up being a different consensus (and consensus is unlikely for something this trivial), someone else can change it. Matt, just a bit player in the effort to drive Mr. Wells insane. -- 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 Thu Jul 1 12:19:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dcsonline.net (mail.zapwireless.com [167.160.176.81]) by hub.freebsd.org (Postfix) with ESMTP id C64C414A14; Thu, 1 Jul 1999 12:19:18 -0700 (PDT) (envelope-from test@dcsonline.net) Received: from dcsonline.net [212.223.20.8] by dcsonline.net (SMTPD32-5.00) id A0121290134; Thu, 01 Jul 1999 12:22:58 PST Date: 01.07.99 21:08:28 Pacific Daylight Time From: test@dcsonline.net Reply-To: test@dcsonline.net To: test@dcsonline.net Subject: Test Message-Id: <199907011223.SM00157@dcsonline.net> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: 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 Jul 1 12:23:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp13.bellglobal.com (smtp13.bellglobal.com [204.101.251.52]) by hub.freebsd.org (Postfix) with ESMTP id 15E2014C14 for ; Thu, 1 Jul 1999 12:23:09 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from localhost.nowhere (ppp18334.on.bellglobal.com [206.172.130.14]) by smtp13.bellglobal.com (8.8.5/8.8.5) with ESMTP id PAA26533; Thu, 1 Jul 1999 15:24:25 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id PAA49090; Thu, 1 Jul 1999 15:24:00 -0400 (EDT) (envelope-from tim) Date: Thu, 1 Jul 1999 15:24:00 -0400 From: Tim Vanderhoek To: Doug Cc: freebsd-ports@FreeBSD.org, nik@nothing-going-on.demon.co.uk Subject: Re: ports/12463: Update: Fvwm2 to 2.2.2 Message-ID: <19990701152359.C48778@mad> References: <199907010500.WAA19929@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: ; from Doug on Thu, Jul 01, 1999 at 02:09:22PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [I've Cc'd Nik on this since he's not subscribed to -ports, but he's the -doc guy and may have some brilliant insights :-]. On Thu, Jul 01, 1999 at 02:09:22PM -0400, Doug wrote: > > > The "A " seems to add very little to the comment. > > It adds nothing to the comment, but it does add a great deal of > readability for just two characters. My vote == bad idea. Are you reading it in context, or are you just reading the comment? Try having a look through one of the categories at http://www.FreeBSD.org/ports/. It's not so bad now because a lot of the ports don't include a preceeding "A" or similar, but notice that reading them quickly becomes annoying (not at first, though). For example, [104]xephem-3.2.2 An interactive astronomical ephemeris program [2]ephem-4.28 An interactive terminal-based astronomical ephemeris program [2]WSoundPrefs-1.0.2 A utility for configuring sounds to play for Window Maker events [21]ascd-0.12.1 A dockable cd player for AfterStep or WindowMaker [46]cdd-1.0 A cd audio track extraction program from Charles Henrich [528]oneko-1.2 A cat chasing a mouse all over the screen And notice that it's possible to add "A " to a _lot_ of the comments that currently don't have it, using the same argument that use just used. Now, for some of the comments the "A " is needed. For example, the following could be confusing without "A ", [70]wmspaceweather-1.04 A DockApp that shows the weather at geosynchronous orbit [351]ja-nethack-1.0.5.19970924 A dungeon explorin', slashin', hackin' game [504]nethack-3.2.2 A dungeon explorin', slashin', hackin' game [Notice that in the first, the word "that" would be a good tip-off for an automated program to leave this comment alone]. But, read the comments in the games category. Notice that it's possible to add "A " in front of virtually every comment. Every comment. I'm not convinced that doing so would increase the readability one bit. The ideal pkg/COMMENT, I think, is a type of verb phrase, in the imperitive. [462]luna-1.9 Display her phase [585]unclutter-8 Remove idle cursor image from screen [1396]wget-1.5.3 Retrieve files from the 'net via HTTP and FTP [612]viz-1.1.1 Convert invisible (binary) characters to a visible form [40]bounce-1.0 Bounce tcp connections to another machine/port As an example of a verb phrase using the wrong tense, [1290]tcplist-2.2 Lists tcp connections to/from the local machine (+username on both sides) But it's sometimes hard to write a COMMENT like this, and the vast majority of comments are simply noun phrases, sometimes preceeded by "A ". [1389]web500gw-2.1b2 HTTP gateway to LDAP-based directories [2]SSLtelnet-0.13 SSL enhanced telnet/telnetd [45]bro-0.5a System for detecting Network Intruders in real-time [50]bugs-1.8.1 Great cryptography library and sample programs The vast, _vast_ majority of comments are just nouns of this form. Consider that it is possible to add "A " or "The " to each single one of them. This comes pretty close to simply prepending "A " in front of every pkg/COMMENT. And, of course, some comments are just useless. :) [2]Motif-2.1.10 Motif I'm willing to accept that I'm just unusual with respect to really detesting all the "A "s, but you've got to work a little harder than that to convince me. I'm also considering that maybe I should've made an exception and not capitalized "perl5" when it appears at the start of a comment. -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 1 12:44:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dt054n86.san.rr.com (dt054n86.san.rr.com [24.30.152.134]) by hub.freebsd.org (Postfix) with ESMTP id 5251D1558A for ; Thu, 1 Jul 1999 12:44:50 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from localhost (doug@localhost) by dt054n86.san.rr.com (8.8.8/8.8.8) with ESMTP id MAA13460; Thu, 1 Jul 1999 12:44:30 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Thu, 1 Jul 1999 12:44:30 -0700 (PDT) From: Doug X-Sender: doug@dt054n86.san.rr.com To: Tim Vanderhoek Cc: Doug , freebsd-ports@FreeBSD.org, nik@nothing-going-on.demon.co.uk Subject: Re: ports/12463: Update: Fvwm2 to 2.2.2 In-Reply-To: <19990701152359.C48778@mad> 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, 1 Jul 1999, Tim Vanderhoek wrote: > On Thu, Jul 01, 1999 at 02:09:22PM -0400, Doug wrote: > > > > > The "A " seems to add very little to the comment. > > > > It adds nothing to the comment, but it does add a great deal of > > readability for just two characters. My vote == bad idea. s/comment/content/ > Are you reading it in context, or are you just reading the comment? I've done several ports myself, so I feel qualified to judge it in context. In particular, the COMMENT is most important (IMO) in the sysinstall case, where they are viewed one at a time. I submit that you are looking at them en masse, which a typical user would never do. > Try having a look through one of the categories at > http://www.FreeBSD.org/ports/. It's not so bad now because a lot of > the ports don't include a preceeding "A" or similar, but notice that > reading them quickly becomes annoying (not at first, though). I didn't see anything wrong with the examples you quoted. > And notice that it's possible to add "A " to a _lot_ of the comments > that currently don't have it, using the same argument that use just > used. *Nod* There are a lot of things that you could add or subtract if you really wanted to. This is why I believe that within reasonable limts you should leave it up to the port author. I believe that "start with a cap" is a reasonable limit, and "no period at the end" probably is too. I don't believe that legislating the use of articles at the beginning of the sentence adds utility in comparison to the pita factor of trying to enforce it. > But, read the comments in the games category. Notice that it's > possible to add "A " in front of virtually every comment. Every > comment. I'm not convinced that doing so would increase the > readability one bit. > > The ideal pkg/COMMENT, I think, is a type of verb phrase, in the > imperitive. > > [462]luna-1.9 > Display her phase This comment is inadequate on several levels. A better example would be, "Display the current phase of the moon". > [585]unclutter-8 > Remove idle cursor image from screen Should be, "Removes an idle cursor image from the screen". > [1396]wget-1.5.3 > Retrieve files from the 'net via HTTP and FTP Should be, "Retrieves . . ." etc. The examples you quote are improper uses of the imperative mood. > As an example of a verb phrase using the wrong tense, > > [1290]tcplist-2.2 > Lists tcp connections to/from the local machine (+username on > both sides) Hmmm... I'm not sure what you mean here. > I'm willing to accept that I'm just unusual with respect to really > detesting all the "A "s, but you've got to work a little harder than > that to convince me. My main point is that having the A/An there DOES improve the readability, at a very low cost. I don't see a compelling reason to change them one way (all A's) or the other (no A's). We have more than enough examples of crusty, uniform techno-speak in the system now, there is no reason not to allow a little creativity/variety in an area that has no signficant impact one way or the other. > I'm also considering that maybe I should've made an exception and not > capitalized "perl5" when it appears at the start of a comment. My understanding from the Perl FAQ is that the proper punctuation should be, "Perl 5". Regards, Doug -- On account of being a democracy and run by the people, we are the only nation in the world that has to keep a government four years, no matter what it does. -- Will Rogers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 1 14:10:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (Postfix) with ESMTP id 3413114F64 for ; Thu, 1 Jul 1999 14:10:15 -0700 (PDT) (envelope-from girgen@partitur.se) Received: from stordatan.telia.com (t1o70p15.telia.com [62.20.148.15]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id XAA23655; Thu, 1 Jul 1999 23:10:04 +0200 (CEST) Received: from partitur.se (localhost [127.0.0.1]) by stordatan.telia.com (8.9.3/8.9.1) with ESMTP id XAA00768; Thu, 1 Jul 1999 23:09:40 +0200 (CEST) (envelope-from girgen@partitur.se) Message-ID: <377BD914.197D2CB@partitur.se> Date: Thu, 01 Jul 1999 23:09:40 +0200 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 3.2-STABLE i386) X-Accept-Language: sv, en MIME-Version: 1.0 To: Jun Kuriyama Cc: Yarema , Ports Team Subject: Re: mod_jserv for apache References: <37758822.C4BEC2D@sky.rim.or.jp> <3776A5B5.CA6E9DBF@partitur.se> <00c001bec320$75c44780$1f40e6cd@ingress.com> <377B3495.5277653B@partitur.se> <377B9310.EC08BD04@sky.rim.or.jp> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jun Kuriyama wrote: > > Palle Girgensohn wrote: > > > I think 'apache-jserv' might be confused with 'apache13-mod_ssl' and the > > > like, which are fullblown apache installations not just DSO modules. Since > > > perl modules use p5- and python modules use py- I think using ap- for apache > > > modules would be more consistent. > > I don't care to change port's name to it, But is someone discussed > about making apache ports into "a core port and some DSO module ports"? > If it will, port's name of them may...: > > www/apache13-core > /apache-ssl > /apache-php3 > /apache-jserv > /apache-... > > I think these are not bad. But "ap-ssl" is really short to recognize, > isn't it? > > -- > Jun Kuriyama // kuriyama@sky.rim.or.jp > // kuriyama@FreeBSD.ORG Hmm... yeah, maybe. It's short... I know some people are working on DSO ports, so time will probably prove you're right. Go for apache-jserv. BTW: I suggest a short configure script to check dependencies, at least as long as there are three or more fullblown apache installation ports. The script could check for /usr/local/sbin/[apache|httpd|httpds], and maybe let the user choose if they have more than one installed apache, something a la apache-php. Comments? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 1 15:24:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp13.bellglobal.com (smtp13.bellglobal.com [204.101.251.52]) by hub.freebsd.org (Postfix) with ESMTP id 2EC3C14A09 for ; Thu, 1 Jul 1999 15:24:15 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from localhost.nowhere (ppp18358.on.bellglobal.com [206.172.130.38]) by smtp13.bellglobal.com (8.8.5/8.8.5) with ESMTP id SAA09108; Thu, 1 Jul 1999 18:25:32 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id SAA32070; Thu, 1 Jul 1999 18:25:08 -0400 (EDT) (envelope-from tim) Date: Thu, 1 Jul 1999 18:25:08 -0400 From: Tim Vanderhoek To: Doug Cc: freebsd-ports@FreeBSD.org, nik@nothing-going-on.demon.co.uk Subject: Re: ports/12463: Update: Fvwm2 to 2.2.2 Message-ID: <19990701182508.A31961@mad> References: <19990701152359.C48778@mad> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: ; from Doug on Thu, Jul 01, 1999 at 12:44:30PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Jul 01, 1999 at 12:44:30PM -0700, Doug wrote: > > I've done several ports myself, so I feel qualified to judge it in > context. In particular, the COMMENT is most important (IMO) in the If anything, that would disqualify you, but if we used that criteria, we'd disqualify far too many people. :) > sysinstall case, where they are viewed one at a time. I submit that you > are looking at them en masse, which a typical user would never do. Disagree, strongly. Even in sysinstall, they are viewed en masse. Then there's also the README.html files, again, en masse. > don't believe that legislating the use of articles at the beginning of the > sentence adds utility in comparison to the pita factor of trying to > enforce it. The PITA factor of enforcing the lack thereof is pretty low. :) > > [585]unclutter-8 > > Remove idle cursor image from screen > > [1396]wget-1.5.3 > > Retrieve files from the 'net via HTTP and FTP > > Should be, "Retrieves . . ." [etc] Well, either way. They should be consistent. I'm happy with "Retrieves", etc., although that means one less character is available. > My main point is that having the A/An there DOES improve the > readability, at a very low cost. I don't see a compelling reason to change > them one way (all A's) or the other (no A's). We have more than enough I was interested in opinions on this. I can't say how thoroughly I disagree. I hope someday you will change your mind. I will wait patiently until then. I hope others jump in and give me an excuse to remove the "A "s, though. I still have trouble believing that there is much of a chance you are right. > reason not to allow a little creativity/variety in an area that has no > signficant impact one way or the other. Uh, I wouldn't exactly call this a creativity issue.... > > I'm also considering that maybe I should've made an exception and not > > capitalized "perl5" when it appears at the start of a comment. > > My understanding from the Perl FAQ is that the proper punctuation > should be, "Perl 5". Same, but the de facto standard was "perl5 module" until I changed a bunch of them to "Perl5 module", which I wouldn't have done if I'd reviewed the diffs more closely. Incidentally, in this case I value de facto standard pretty highly. -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 1 15:32:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dt054n86.san.rr.com (dt054n86.san.rr.com [24.30.152.134]) by hub.freebsd.org (Postfix) with ESMTP id BBF5214DEF for ; Thu, 1 Jul 1999 15:32:57 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from localhost (doug@localhost) by dt054n86.san.rr.com (8.8.8/8.8.8) with ESMTP id PAA15493; Thu, 1 Jul 1999 15:32:45 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Thu, 1 Jul 1999 15:32:45 -0700 (PDT) From: Doug X-Sender: doug@dt054n86.san.rr.com To: Tim Vanderhoek Cc: freebsd-ports@FreeBSD.org, nik@nothing-going-on.demon.co.uk Subject: Re: ports/12463: Update: Fvwm2 to 2.2.2 In-Reply-To: <19990701182508.A31961@mad> 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, 1 Jul 1999, Tim Vanderhoek wrote: > > don't believe that legislating the use of articles at the beginning of the > > sentence adds utility in comparison to the pita factor of trying to > > enforce it. > > The PITA factor of enforcing the lack thereof is pretty low. :) Well there is already one port author who got pretty thoroughly disgusted over the nit-picking about his COMMENTS file, so actually I wasn't really referring to your pain here. What it boils down to is that your idea of readability is very different from mine. I would make the argument that my perspective is more that of a casual user, and therefore it is more desirable to leave things as they are. Whether you hold that argument to be sufficient or not is entierly up to you. I think that rather than asking, "Why should this remain as it is?" the better question is, "What will be gained by changing it?" I have yet to see an argument to that point other than, "It would look better if they are all the same," which I disagree with (in this instance) purely on spec. If I have missed some other part of your argument, my apologies. Doug -- On account of being a democracy and run by the people, we are the only nation in the world that has to keep a government four years, no matter what it does. -- Will Rogers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 1 16:20:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from HPRACTV.SL (royw.bluesquirrel.com [209.63.213.107]) by hub.freebsd.org (Postfix) with SMTP id 5046C1504B for ; Thu, 1 Jul 1999 16:20:39 -0700 (PDT) (envelope-from news@bluesquirrel.com) From: News Message-Id: <19990701232040.5046C1504B@hub.freebsd.org> Date: Thu, 1 Jul 1999 16:20:40 -0700 (PDT) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org News To: ports@FreeBSD.ORG Subject: Announcing The All New Scriptmail (Blue Squirrel Releases FREE Internet Research Utility!) Date: Wed, 01 Jul 1998 17:20:37 X-Mailer: Blue Squirrel's ScriptMail (BETA) |To| ports@FreeBSD.ORG *********************************************************************** Hello, Blue Squirrel is proud to announce the release of EasySeeker, a FREE simple-to-use data-mining software application that enables Internet users to find and organize valuable online information! * Search over 100 search engines simultaneously! * No More 404! Eliminates duplicate results and dead links. * Easily conduct research on the Internet and pinpoint the exact information desired. * EasySeeker monitors Web pages for changes and automatically updates you with the most current information available! * Intuitively schedule EasySeeker to do the work for you while you're out having fun. To install your FREE copy of EasySeeker please go to: http://download.bluesquirrel.com/download/es4.exe Please feel free to pass the full working version of EasySeeker along to your user group, colleagues, and friends. For more information about EasySeeker please visit: http://www.bluesquirrel.com/products/easyseeker/easyseeker.html The EasySeeker Press Release can be found at: http://www.bluesquirrel.com/news/press_releases/display_pr.asp?pressID=61599 Sincerely, The Blue Squirrel Team ----------------------------------------------------------------------- SQUIRREL HUNTING If you want to find our tree house, you can reach us at: 170 W. Election Dr. #125 Draper, UT 84020 USA Web: http://www.bluesquirrel.com Voice: 801-523-1063 Support: 801-523-1065 FAX: 801-523-1064 E-mail: mikee@bluesquirrel.com ----------------------------------------------------------------------- UNSUBSCRIBE If you no longer wish to receive information about Blue Squirrel products please email: mikee@bluesquirrel.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 1 16:20:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from HPRACTV.SL (royw.bluesquirrel.com [209.63.213.107]) by hub.freebsd.org (Postfix) with SMTP id 6D88E150C3 for ; Thu, 1 Jul 1999 16:20:41 -0700 (PDT) (envelope-from news@bluesquirrel.com) From: News Message-Id: <19990701232041.6D88E150C3@hub.freebsd.org> Date: Thu, 1 Jul 1999 16:20:41 -0700 (PDT) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org News To: ports@FreeBSD.ORG Subject: Announcing The All New Scriptmail (Blue Squirrel Releases FREE Internet Research Utility!) Date: Wed, 01 Jul 1998 17:20:38 X-Mailer: Blue Squirrel's ScriptMail (BETA) |To| ports@FreeBSD.ORG *********************************************************************** Hello, Blue Squirrel is proud to announce the release of EasySeeker, a FREE simple-to-use data-mining software application that enables Internet users to find and organize valuable online information! * Search over 100 search engines simultaneously! * No More 404! Eliminates duplicate results and dead links. * Easily conduct research on the Internet and pinpoint the exact information desired. * EasySeeker monitors Web pages for changes and automatically updates you with the most current information available! * Intuitively schedule EasySeeker to do the work for you while you're out having fun. To install your FREE copy of EasySeeker please go to: http://download.bluesquirrel.com/download/es4.exe Please feel free to pass the full working version of EasySeeker along to your user group, colleagues, and friends. For more information about EasySeeker please visit: http://www.bluesquirrel.com/products/easyseeker/easyseeker.html The EasySeeker Press Release can be found at: http://www.bluesquirrel.com/news/press_releases/display_pr.asp?pressID=61599 Sincerely, The Blue Squirrel Team ----------------------------------------------------------------------- SQUIRREL HUNTING If you want to find our tree house, you can reach us at: 170 W. Election Dr. #125 Draper, UT 84020 USA Web: http://www.bluesquirrel.com Voice: 801-523-1063 Support: 801-523-1065 FAX: 801-523-1064 E-mail: mikee@bluesquirrel.com ----------------------------------------------------------------------- UNSUBSCRIBE If you no longer wish to receive information about Blue Squirrel products please email: mikee@bluesquirrel.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 1 16:40: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BF8E314ECA for ; Thu, 1 Jul 1999 16:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA09299; Thu, 1 Jul 1999 16:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hawaii.conterra.com (hawaii.conterra.com [209.12.164.32]) by hub.freebsd.org (Postfix) with ESMTP id C303014D1C for ; Thu, 1 Jul 1999 16:39:14 -0700 (PDT) (envelope-from myself@conterra.com) Received: from dmaddox.conterra.com (myself@dmaddox.conterra.com [209.12.169.48]) by hawaii.conterra.com (8.9.3/8.9.3) with ESMTP id TAA24171 for ; Thu, 1 Jul 1999 19:39:13 -0400 (EDT) Received: (from myself@localhost) by dmaddox.conterra.com (8.9.3/8.9.1) id TAA02313; Thu, 1 Jul 1999 19:39:11 -0400 (EDT) (envelope-from myself) Message-Id: <199907012339.TAA02313@dmaddox.conterra.com> Date: Thu, 1 Jul 1999 19:39:11 -0400 (EDT) From: dmaddox@conterra.com Reply-To: dmaddox@conterra.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12481: Master site for X-Files has changed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12481 >Category: ports >Synopsis: Master site for X-Files has changed >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 Jul 1 16:40:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Donald J. Maddox >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: N/A >Description: The master site for the X-Files distribution has changed, so in order to avoid further messages from Mr. Fenner, it seems that the Makefile for the port (of which I am maintainer) needs to be updated... >How-To-Repeat: N/A >Fix: Apply the patch below to the Makefile: --- Makefile.orig Thu Jul 1 19:27:31 1999 +++ Makefile Thu Jul 1 19:30:01 1999 @@ -9,7 +9,7 @@ DISTNAME= X-Files-1.43 PKGNAME= x-files-1.43 CATEGORIES= x11-fm tk80 -MASTER_SITES= http://java.inf.tu-dresden.de/X-Files/data/ +MASTER_SITES= http://www.hut.fi/~mkivinie/X-Files/data/ MAINTAINER= dmaddox@conterra.com >Release-Note: >Audit-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 Jul 1 16:40: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 39734151D0 for ; Thu, 1 Jul 1999 16:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA09290; Thu, 1 Jul 1999 16:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id E0613150FD; Thu, 1 Jul 1999 16:36:16 -0700 (PDT) Message-Id: <19990701233616.E0613150FD@hub.freebsd.org> Date: Thu, 1 Jul 1999 16:36:16 -0700 (PDT) From: pfgiffun@bachue.usc.unal.edu.co To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12480: URL for kaskade has changed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12480 >Category: ports >Synopsis: URL for kaskade has changed >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 Jul 1 16:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 3.1-Release >Organization: U. Nacional de Colombia >Environment: >Description: Official URL for kaskade has changed >How-To-Repeat: make fetch >Fix: ftp://ftp.zib.de/pub/kaskade/3.x/ >Release-Note: >Audit-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 Jul 1 16:50: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7377815172 for ; Thu, 1 Jul 1999 16:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA10243; Thu, 1 Jul 1999 16:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id B7D3615172; Thu, 1 Jul 1999 16:44:59 -0700 (PDT) Message-Id: <19990701234459.B7D3615172@hub.freebsd.org> Date: Thu, 1 Jul 1999 16:44:59 -0700 (PDT) From: pfgiffun@bachue.usc.unal.edu.co To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12482: New URL for xwpl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12482 >Category: ports >Synopsis: New URL for xwpl >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 Jul 1 16:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 3.1-Release >Organization: Universidad Nacional de Colombia >Environment: >Description: The URL has changed due to an update of some binaries. >How-To-Repeat: >Fix: ftp://pascal.math.yale.edu/pub/wavelets/software/xwpl/other-versions/ >Release-Note: >Audit-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 Jul 1 17: 1:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F2BD1531E; Thu, 1 Jul 1999 17:01:56 -0700 (PDT) (envelope-from mph@FreeBSD.org) Received: (from mph@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA10896; Thu, 1 Jul 1999 17:01:56 -0700 (PDT) (envelope-from mph@FreeBSD.org) Date: Thu, 1 Jul 1999 17:01:56 -0700 (PDT) From: Message-Id: <199907020001.RAA10896@freefall.freebsd.org> To: dmaddox@conterra.com, mph@FreeBSD.org, freebsd-ports@FreeBSD.org, mph@FreeBSD.org Subject: Re: ports/12481: Master site for X-Files has changed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Master site for X-Files has changed State-Changed-From-To: open->closed State-Changed-By: mph State-Changed-When: Thu Jul 1 20:01:34 EDT 1999 State-Changed-Why: Changed as requested, thanks. Responsible-Changed-From-To: freebsd-ports->mph Responsible-Changed-By: mph Responsible-Changed-When: Thu Jul 1 20:01:34 EDT 1999 Responsible-Changed-Why: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 1 17: 3:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 86FDB15363; Thu, 1 Jul 1999 17:03:09 -0700 (PDT) (envelope-from mph@FreeBSD.org) Received: (from mph@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA11028; Thu, 1 Jul 1999 17:03:09 -0700 (PDT) (envelope-from mph@FreeBSD.org) Date: Thu, 1 Jul 1999 17:03:09 -0700 (PDT) From: Message-Id: <199907020003.RAA11028@freefall.freebsd.org> To: pfgiffun@bachue.usc.unal.edu.co, mph@FreeBSD.org, freebsd-ports@FreeBSD.org, mph@FreeBSD.org Subject: Re: ports/12482: New URL for xwpl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New URL for xwpl State-Changed-From-To: open->closed State-Changed-By: mph State-Changed-When: Thu Jul 1 20:02:09 EDT 1999 State-Changed-Why: Updated as requested, thanks. Responsible-Changed-From-To: freebsd-ports->mph Responsible-Changed-By: mph Responsible-Changed-When: Thu Jul 1 20:02:09 EDT 1999 Responsible-Changed-Why: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 1 17:10:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B022715683 for ; Thu, 1 Jul 1999 17:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA11423; Thu, 1 Jul 1999 17:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from beach.silcom.com (beach.silcom.com [199.201.128.19]) by hub.freebsd.org (Postfix) with ESMTP id 40DFC14DD0 for ; Thu, 1 Jul 1999 17:00:24 -0700 (PDT) (envelope-from brian@CSUA.Berkeley.EDU) Received: from smarter.than.nu (pm0-2.vpop1.avtel.net [207.71.237.2]) by beach.silcom.com (Postfix) with ESMTP id 8DB9159F for ; Thu, 1 Jul 1999 17:00:09 -0700 (PDT) Message-Id: Date: Thu, 1 Jul 1999 17:00:08 -0700 (PDT) From: "Brian W. Buchanan" To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12483: New ports: x11-toolkits/plib games/flightgear Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12483 >Category: ports >Synopsis: New ports: x11-toolkits/plib games/flightgear >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 Jul 1 17:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Brian Buchanan >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: These are ports for plib, the portable joystick/sound/GL GUI/scene graph library and for FlightGear, a civil aviation flight simulator which relies on this library. A lot of the stuff the port does to get it to build correctly is very ugly, but this is because of the messiness involved with tweaking the build process of an automake/autoconf-dependant package when the current version of automake in the ports collection has a serious bug, fatal to the build process, and thus we must avoid letting the package use it. The flight sim also includes scenery tools which, due to license conflicts between the evil GPL and the can't-be-used-in-commercial-software license of one of the support libraries for the tools, cannot be redistributed in binary form. Thus, I have the port not build these tools by default, and allow the user to define BUILD_SCENERY_TOOLS if he/she wants them built, which will cause the port to fetch and build the additional dependancies as well as set NO_PACKAGE. The port also attempts to correct some bugs in the software which would otherwise cause it to do certain nasty things like crash the buggy nVIDIA-patched X server, and moves its numerous binaries into a subdirectory of its data directory to avoid bin/ pollution, leaving only the startup shell script in bin/. Again, this port looks ugly in places, but I tried to use the most elegant methods possible for dealing with multiple library dependancies which probably don't merit their own ports and with that hideous GNU build process. >How-To-Repeat: >Fix: The following UUENCODED tarball contains the ports. begin 644 plib_fgfs_ports.tar.gz M'XL(`*SS>S<``^P]_7?:N++[:_Q7Z+8Y^Y(F^!L(Z;:G%$C*70AY0)IVSY[# M$;8`W_B#YX^0;&_>W_Y&L@T&C`G;EKZ[:_4TV)K1:#0CS>C+TM1Q?4_XZ;L& MI(KE8A']A&@05WZC%U0J*Z5R42R6580D42DJ/Z'B]V4K#('G8Q>AGUS'\;/P M9A-"S'TPM-\P9?H?8XM\OUKP7/T7Y9*DEF30OZ0JY5S_^PA)_8],8SSQQP2[ MW[8J/+_]ER59IOI7BD4UU_\^P@;]M_$=&1DF^29Y2*)84M6-^H?:,=>_6"Z5 M0?]%18;V+WZ3W+>$O[G^7Z(K,D.L%B#-,4VB^89C(RO2/QHY[OG!HF)P+]%' MXGH4Q27_$Q@NT<\/1+[$2P"I8Y\@S27P`[$'<@G],[`)DBJ5"D!O)XX%L0?O M70/;Z'V@3;`-#[\,Z?N[6N^FRK\G[ATQR2/?J-^\Y5Y"HL.F?@@/W$6K>?FA M?]FH=@LW/U)LJ6JS=[_:MJN_'FX.""\7D)?!8.OZPG>>)JU7[CLM-M M-GJ`S2H]UZ[V^HWNH-?LL\B1/ST7!/C++PK-.^Y8F`9#830>>4+/"5R-".AW M[N!9Z!,,0A(8FQ?-%LOD\$O,]!,/M8\?_Q%1@P2%(?9(.OL1+@<\-Z_Z\+_1 M!6(;Y,=Q[V^:K?J@WKAN7-7#7#])TOMJK_$DF,:0_O=,'I\??KGN=/N]>K/[ M)#Q(4L%W'//.`*,P!8R0KY24UI]-.0W^;,J1[6]+RG'=FZM$D:WI6)*5I30X MT`U'"`$:SQP1VK"-@*7!\GZ@#%'X^T@LB?P3]I&->"\523%8F]_;;$V[,27'4& MU]7:K]5+VA9>`.B_/&0:&K$]:):.#354@U8^,_P)\B<$75ZW7G"USM5%\_*F MVQ@TKC[27&K7UQ>MZF7O3:%Y^.6V^VNO6WL2(&L@)QBV9@8Z"174JD=XK34\ MJHEJO7Y=[=<^1!4^E!;3P!3[VH1X/-6<1Y,46$P!8XZ;NJ1`637&@4O.N8-W M1YJ.&'V6-"F"UX@7YJBH4("D(^/AS2HSKRFW"&ASY^088/I-\TY M0NWZ"64P&KM$'HB&2<*0X(XI8XX8$5XN`$-YG6!GB3MTW6U<-#^M%2+F]9CC MB>D1[KH%->G-P:I@[\8"@_"VPWA^MA)TP\-#DQ3"5#>]QJ!ZT^_0N@'I'L%* M\L36C1''75[=#.95)H(MJE"U>TFK=J$P-`#=A6*$Y7D2%I99`!C+@94X(L'T MSEAB.E^2620BZHF0`8(`R*)83^@UTAU6(2$S&O>$"A[Z!1T>?C'F274'W-`Q MY.)X_H;J187]VG?`*Z&YHB&O5\+RV_)[HA8L!8JWA!DQ$E=8'I3I!]YQ6.Y( MM\`.8R82&4MR^*5?[3ZAAS]&B3KT7"_!2KL@#NK_^(0VJ41P`YL23B#06&K^ MHD;_R]#3>=I1X*V[M]R/[K?DX=N$#?U_:DJ^61X[S/^4Y2(\P_!?E?/QWSY" MAOYKG7:[<=7_^CRVC/_H"#":_RF6I;)$QW^J).?COWV$/G0$%YX`A54`>885 MF-AWW-S._\5#1ONO-WJU[K?(8UO[+RG%>?LOEMG\CRRI>?O?1TBT?<-#&(U< M0DX1M'[?*$S!!$"OVT*:<6^8"-\;F$T.K1F)*=;N\)CP"#5]-"+0MW6)AW3B M8^C^ZJ?()P\TJF#AZ93HR(,A*7$?3]$=>1PZV-41MG7N7\ZCYQO:'1VJ^BZ, M0TZ!G0G!NE<(I@A&*,`.I`%4Y$PI']A$+L&F05.Q`9(;6,3V@1N;F,!+%2F% M.L*:1DSB4CZ11O/R@BFM],#'\!&UB8=IP2=0(O,1Z&F.!41T@!XI]8M/W$?' MT1U'"']DEKO]L5EO5E'7N,>H?]5'&(:?=[8SLY'OH)GCWO'0L9_X;#I@-INM MS@QQ7`$MSX%QFZ9P]J#_C/;/AI+?(H_L]B]!7T^-^G^EDJ06V?ROF+?_O83$ MT(];&1%Z$V=FD=58G5B&/7)2HK6),UVG@:>DH$.STMR=C3 M#&,5D,8C&PNS68N"1]Q[XF8@:*9!S4,:@H4]?T-:L$;4LFAK"7T"PVOKSC?6 M930V"VDRH@G(U#-,Q^;>Z88+EG5E7B3Q6KWI?^AT>\FH&EB+,6DYXZ7(SO7G MYM5E,NJJ<;N4KMNHUMN-]1B^9=C!0TI\&VN=%`K\C6VDH=\:MB*GQ&/;L;5[ M+PT2^`Z="DD!C:=:2BQ44=NPEPK>!VG<+1&W,"C1P.929%2Y^2%>TF#5<$/3 M!U5P`)YL2B?V_DC%T,D(@S_D`7,5!6J&(X!?LHGOI<*H<5EBIV&/#9L(GUK= M2H77EWFZ`,?GI6@KC`=?`5[+Y?V'40K0"5R#N(6A8^J9&`.+Z$9@;<`)7',$ M3^G06`ZIP`DF0^*:Q@8H,>\)N&D\V,S@`B>+13/0#!UGP<"90G1&1AX8*L<< M.L[=\Y"RV/$J0BZ,1H%'LF";4[LW3UNBE_EJ.<$MNX)!NT5\M9428'Y M$_@!.*R$#^#&/UTG,`$FTUX=SQ,A??`!'@3B<)7 MK,`*BKP=1=F.HF:A0%DG&%II%@KT>5QL9O*K8?O1L0M3P[Y[!IH'_>),-'`$ M+O%)%HY.P(/[&V4<@J6-%]%L8$6M5&%@R-%&;05K((6."4LJLKP\B4E.4X]D8FV!!L$`W[ M-F+!_[%K9%8*MYT<_B((1GI;^<@H28CPWYL1NIU62WB_ M!5[/*&F(T-V"<+T%GI&^UZPWLCAD\"P.0X1M.63`/U=OLW3-P!F:IO"L!D'A M2RKLA?-4PDR215L1X5>2;$41)$DY4TIG*^T_&[NR"W99W`E;V@F[M!-V>2?L MG612WDDF9^I.V,6=L'>2R=E.,JG(.V$K.V'O))/*+C)1Q5WJH"KN4@=5<1>9 MJ.(N,E'%7>J@*NY2!U5I)YE(.\E$VJ4.JM(N=5"5=I*)M)-,Y%WJH"KO5`?E MG60B,YFL3ZRM=WNV(M&.QU8DYM.W8E&WNA6)>KZM2."?MN!D@--!;((K#40G MKU+BP]FK%`";D4B)C\?U*:`-NMR.N1DC#<*F`%(`<7]^'?2W6O/>MOX3;R7\ MFCRVK?^(DA2O_Q3+(OW^BWX)D*__["-DK/\DERM60&GH&Q8]DLLD^:)'ONB1 M+WJDX^2+'OFBQUJ_)5_TR!<]\D6/?-$C7_3(%SWR18]-"/FB1S8\7_3(%SWR M18]G8.>+'OFBQ[.P\T6/?-$C7_3(PW]^V+#^0\\M^&8'PCW[_#=%*JML_4?_[2=DZM_2OXD*MGW_J934A/[#[[_4_/NOO81VO8B.%FZ@P`[5BHX0.49O MH"F>#>626AD.U;.*A$>*IH_P2!8KI(C+,JYPC,#B2)+5]*4*'JKEH:;B,T51 MH.M)SLI%HJA:4<&**)7"]"E'&]'$F@R=U:*HE+$HR15HJQD!<+IWA47$H%>5A&:OZF5Q1RB/M3,U=72)L6O\/CP?Z-A[@ M^>=_E)2RHLZ__\[M__&!K60>W!(=M?$CDF0D5OXCDDM(EL\5Z;RHALG>O4,%259.R^B$_IRA=^\X5A$>QF8;^Z[QT'9T M!-0K2C1&S+P7I3)[9O^(\TOD#CQV;0/Q%.D!:X+"(-[@\SX,?$',\.^-71_()I6B,T%$& M'?3SS]ED0BK?F+-TX;4[]4;K8[-QN[/L?G2=S,/^PO/L__"K\MAF_V6UE+#_ M,MO_)TJY_=]'H/:_S\Z`K,4''0C7V,6F24PA/#%AX0DN7(-Y`EE"DG(NG9V+ MI84G>`:559\@GXO2PB?(XFD)G7AX M"R@GPBMVEJE-'GQD&C;QV'$LOH-T,H)7]+Y71Z\$AN<1@I+'LKB$T",-Z9DL M$VSK=-N30)N#88_YB6^9[,3)V>01S0@]8]*?&!XC]9(Z@9"\?C08!+;Q,!@< MHW__&\61-.J8.8-_Q%$WO++7[R%N+#XS5ID2.^V]5/[V\N M6-]H$?G^IO=Y<%MM]@?]9KN!Z*P@R$TM4KD5Q=-*)#9!0-!XM3OJK:AP)H[G M(\C0)Q8]ZX86'#DC9-@^<;'F&_<$!1YQ/8Y&18@#B@4.[0MWPDIL`PM4F/#* M&FVH9!3XUA2]"J:^^YKFS"#$#WQ0./4DE+V21-DK5<#?QX[^*<:%8L]QYT*@ MP04BKHTDH$J1?W0K^>N&Y]E_[:ORV';^NRPJH?TO%LNE4I'9?ZF4V_]]A.7^ M?]^PB#`:#^@^S(79;SLVJDY=L-21V5>DM`'`:N*#'EAZ9NWI>.%<4<]596'M MU0HU"_!74IA=>`F=ZZ1Q9%0F;Q&U9M000[=7`--BT'CWE+[2)V>DTT/!(FM$ M8^ZQ"<1B>WH"J?M;_`-#ZGV]?&!X='2@V3`[4)!M>#D86U"=4%.YD<,Y<])`"C M2V@QF?`+@B,J)S8,F[NCEY$5B?1)3Y:FSG%PV492"(WE=\(J&65[+OD/U8^- M0;WZF9VB?!S"$\3:OX:TFCT@UP=Z:$&/2>Q,81*K%$\E<2XQR^=]:^`1#;T! M9ZB]3L8:G@Z^^`T,@%_34IG$9QXZ5D][%$L])H5B4I3W M?\RUG4*&M7!994U<%1.N?TZ:FEU_,+;\!6$JUR7*1XA2_:USU1AT+BYZC?[@ MMM/]M8>.-R5(8R51!\*.!ZW1Q@,*IDQ25+)4)($'U0V-HEK&NL7$HQO.%]^O M+"SBLF63I7-53G2$T]*M&T-)2>OZRG\98_A]36'$<:O7'[2KE\U:J'00Z!DZ MJXCJF5021:IL)MXR:Z;E2F*N*=E(Q>_41)DXLYKF7INC)+%*)DEG_[^:8]ZY M_Y'A>?U__:ORV#;_HTIQ_[\,'7\E[/_GYW_O):3,_R?NK5CS=N#J)/E<%#3Y(7+*Q?I`@#[&\Y:#`V;3OA?=JOM'IA?]HDIXNA5(H->K=N\[M/8 M^):*Y`>.)ZDHE"3]'?0Z-]U:@T)^Y]#!9>NF?T<>J4M&\?,D>K:@``SP.Y^3\"?L"$Q=.BGS MHO`6'88WW/QNOV!S+0!RZ-R)@4UDT_9+YW3"E7Q$E_(1>2!:X--[7:B+]]U' MKO".[>L`41RA%Z/QBU/ZEP>\%ZRCN`P=>2R6Y>0!/6W"W#QU>PO*RVR`M9AX MT!$@+EG!@S[^(W3J@4)@Z\!'B,ERXBD;R_*"F*BP(5_/Q090])2XW20NQ:$' MHPU*"0B]H")D$>R2LS#B1S?%'Q*>9_^_[A[`;?M_5%F,[7]9+LOA^F\^_[^7 M0`U=RQAN,_KJV;E47)BWE13KR+*86.NME-E:+_NA1BVZDZB@8Q^?+[T57#`8 MKF?<@V$Y>'=X=-7IMJNM0?.JUZ^V6L?4'\07&LW3+9*5U#9:_O9F08705D.+;':XYUS'$U=CDL M->D=5!ASG&D,H?+PT-^C/PYWX%JH,$*'[[@#$+_FPA,Z_`6BL4VO`(9X3C,) MML]CS)@`>L4[X!%@A/GJ?SENWI>+P=Q!P;H#,X\*T\15EO1"VE1`--','42$ M4$%;Y+247ECDD,"E,9-U>@*+_T]P)\]J_\D[>O]$'EOW_XI1^U?DDDCW?\EB ML93/_^TET/Y?\NL+(?`-T#CTE82Q9>$I/UEL`KX@0T3W_JIT-Z^H++J"V026 M=GW!Z)!N(4CN!`XW`I]*9VN[OF"`YODZ7?KYJ^WT8JOY;)%HT&I>W7P:K*:P MZ`WB+,'R0N#C%%KE$J&3EXO5)I1.!&T@$B\-_NA*F(N!]\]CVW[ MOQ11C?=_%67Z+:`L24K>_]M+H/9_]?._I1'R^H8'A6YX2)K_S/3K29B!90.B$MAQT]S/?F=V)2$),,Z)ZY[3JXD= M2]J'9E^S,[NS/Y&&[Q#;PD/SED;Z]O1N8L])8VHM%NCZ`5DYJG.'KDR>@F?H M+&W&=.Q9>$+17!XEJZKQJ^N\:DT0\=(T\^I4G>==VUS>PLR4/^)R]8;2>"_!*]PTINSXRR&=FFOKTCZ MH[V"Z1`F9I@$J2L5SH^HM@=%\6:V"&Y-:>_[3$C1V4#WPD.WB'1AO%SRP<'([8 M!ST?LL-)>PV'2J?D&:KY[#.B[J[4F87*7'?*Z&QESW7WR(OI3@UC0/F%J"L;ZSHYQ]D0=(XL1[^B.GPDM]PW-;M[?[.3[VIT$[>[2 MU[#:)733DP>QT_#:19&'S0:]C[46VQ;>D';W;9W@@;E23:S>(RQW[*-@RG*M M$-*4*W0;I>+OHN!Q:U`>3]'(?AO<0("],.:3:1`4ND7QFI-'I\WV`(.\%5S< MS5EO6+-S',R)C3O>&YE&`Z$M70P'=:79EH<0]ZR5.ZO_A[\IDA"&,@GC+Y,P MZ#()0RK37?KP@]P%B0$HA_M+2&)XEPM;S%?POZ>DYW1CX0;OPH[K M7]>V+W83+WLZ[W^ M!!+*[Z1.YXCPL6QS6$^ADM8(B52#7_)HJ5E\G)=))+MPV8)L@,==KX?Z@E;$ MT9R8+]]!3/__+`A4N;^VEH^&^K*F;\!_$82*@"<"*^C_E:S___VTI?U1@#YJ M)W@X_D-5*!?1_P--P:3]GX)VM;\_O3S&._;8_Z(H^M__`/L?KY/OOS\9'9"N M<4MH+X#Y&$P"C>KTX9V@6@I[!'=`?C9`9X)`Q_AC93F&7DL)?($71!7"FFCH M,7L/GJ?$"NJQ!E->#\@OE_8,GJ9.'4N=D].5=JG.X>+U&._?-N11G3\UG&L# M=Y6DYN@-W7,Z;.N'<,&A4MFMGTLG*.[F%8^1,8ZE=UKC4VPR>\,H< M?FE<7'PEN1LBOGDFD+^(,7'`+,S]0=+&1'/_$G_C7Z11#08M&"UI=D4.OTB- M=[VO)/W\^7,2V-$332,B_X+@03CC%HQ&N)!:#1GM9+7"DT%T#'$@\V.9; M,FN;Q%K^%%I&(&A7,V=9:COCL;@Y^?T6*AVW%)']W[/;\X+B.BLV2MFI.8A\ M\IHZMR)'Q\=O@G3&9VM)!._.M(Y895$[@%86JNA??AE\H&T>ZZ*O(`BK^:N7 MRM]M?7`ZXG678(/4+SUDR`=[$K@W0RMN=OTF4>:?EG;-_X\)`/EP_:]<$(4" MQ7\L)?K?D]#][?\X`)#[_'^$:CG6_F7J_Y7H?W\_403%+=H*!5(TJZ)9-*KC MDBBH@C8>BZ5BR:P6"P6C4C8*)0:_N%VMP?3CEY726(5TE=++ZLM"N5(R]6)9 MJXRUEWJAJ(J)K/_G:=?X?TP`R&^0_\4R^H(+9;%02>3_4]"^]G\,`,@]\K]: M+E79^I\(/:#$\+^$Q/__20AWM-!7Z\J%']_9"P%?*.)C`9V]Q'*M$#K[$XH= M]NP2JC6A6"N'\+P8^D,`:;!V05KJEAUW2UKJT.O^W9Y>O[2[13&*[7!+_14\ M7ZPH%("B-#ZV:!)%(1%.@B`,8#YT=&=0+&Z#CPCYT(4?F]I\.67UG3OP`0L4 M98J;2_[*OG.7EG;-BHM1O`9Z+RO-^K"N##_V)>+'VH@R MD(:C09=D7.M/PS8S'FQ%."WB9=)DQC14-0&7/F!+P!A]'F&+''C8)UY,AF,6 M?D<(HZPJ!A!J&F[_DROWO<\\`J$=1&`=\%AN0)9.0@AFT08GY'WO8[M[UI,N M,.J5ZZ6AJ!.C=G<8Y'+E*I`1#6*(#56*V%`4?)`D)`J:<.`!NL3:"<-Q"8H\ MATI`%=Z#+<7/J&)#F'A0^%<$E?OD`YI"*>:VZDS<+%PK@CAN/`X/0P+P)HBE<>ID:HE(QS+5< MVO/MX8YZ.S!4A*CP8F5I7L1'>F7^8(8`80/.CV.<>YRZ M]`RWF?$;()O^TC[FCI;*TV,9;&_"9#TN]ZYU*:'&4M_2A([;4D'HG' MN@WEXJ3CS`9Q3TAWU.D\B$?:N+0'X"M<39TS3B$?8%3_T5S_2V>?K?M(UL]J MDY[-K#G46?:99B#&(+VT:?J&.OJ'E<+;(T*YD(4X,>05_7\?Z/[%@4@QRT*%/*6.8>LBO$/<3 MIH+.PG+T99$WHC!;S5YA85GF_DC*/V=#I5QDJ$"^6&($U13/F^QYMRHVW^-7#R1$+](B>6!;]F<3/F'X$F=3"4@!KPS66$JW!#(QO,G8,]7K].E]( M;8HHG'9S;RP4&);^*C)(UJ(CG=>-FSP=)>DL"M@C\BJ8##RHR1UIW(TD:V1) M)I\P(%(!#'V!SJ/%VFOICKZRN&Z+U3!?,+`>^@*,%5"_+EJ(R]0MOR;2(%"C#'AQ1Y\X7RUSIW` M3]B''[4U(A(\FEFJ"4)4K?-B;U'KJFNUCN)VE+-"-:;63:T96`\QO8[NH?P? M:'6A^'1>>I"+?A!S#=$5M-L4?K:T&[1%J5PK56+MQF+'VZT4@==%V*=C'_O) MQ\^2.TVYKS2EL_JH,X2_/[<;DC>*='>1IF,XI'K1PA[M2XXI4Z!6QK2V'HP\ MJ`'4VXZC8?!T;Z:4)W4%IL,&5^[$>AA/J7R>Z*O9[([P/!^MZSYT)W5L3?&S MY@^U@C83;FF!EZ$#T"C.7R8&$?'QA`.3:*NU$LG&LC5FKU#<18$!508H.7'S M)=09E)'<[K:4GBPK]5&SW:,HCML&YO&]:4+N/[S M70#P>\__%:NQ];]*M9#@_SX)H1#D^?@&[MJ[=`,'`D0:Z`ZA">B>U/&$0N`) M'3GYQZ8D[YQOD-?ZBJ??%"4!<$QM=Z1KSU/#(R>KR=T4BD$)_;,PK8W)X;8W,S>IS+ M?[I[)O0WTT[Y?SUY-!_0!_O_BM6J4$7Y7RJ6$O_?)Z'[VK_1.S^7NL/O?L>^ M_7]2#?P_2Q61?O^Q)";G_Y^$ZM1EC4(T^H?#T"+PU]#S+AZ)RZ/IUNJ0UJB= M+S8)&O7)S/#OH/O&?U.2&X-'>,=^_`]?_E>*`MO_AVD@&?]/04,P\@RZG"`O MC1N#G(+J[H#)?37&"^&M:CDS/,0Y-Y9O?G(]84%7.SQY81DNCZCR=QQF,K4T M8^X:.@&I83"PV$ZKW^$Y[@Q/R^(].Z97XSB$HC?MZ=2^71^_MKRUC85CWUBZ MH4.T]S(A8*34B;\7QSY<9*J:P7/]49L%NM9L`3(,)!0]P+HD]&#J`H^M,N'% M&AF<;(4:PYDZ_F4<%7Y:X M"URQ=;-D;.,V"#$=Z$..FB7&4COBY([';@LQ%7)@/^%VAD[H-]GQ]"3*6&`& MN*'19,8X_9@[::'/-:GW=Q<"*+2\BKO;<+K_R M^\9_O].6OW_VWS__5X1@_B\4"U7J_R,FYS^>A,)^]7ESON0ON?BC#MJQ\>?H M_A%]LEC%G^!>0NS)1C[N]+S7[#O6#9JRelease-Note: >Audit-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 Jul 1 20:38:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id 0489014EE4 for ; Thu, 1 Jul 1999 20:38:08 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from localhost.nowhere (Hamilton-ppp44824.sympatico.ca [206.172.76.17]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id XAA20973; Thu, 1 Jul 1999 23:40:57 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id XAA58271; Thu, 1 Jul 1999 23:38:53 -0400 (EDT) (envelope-from tim) Date: Thu, 1 Jul 1999 23:38:52 -0400 From: Tim Vanderhoek To: Doug Cc: freebsd-ports@FreeBSD.org, nik@nothing-going-on.demon.co.uk Subject: Re: ports/12463: Update: Fvwm2 to 2.2.2 Message-ID: <19990701233852.A56449@mad> References: <19990701182508.A31961@mad> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: ; from Doug on Thu, Jul 01, 1999 at 03:32:45PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Jul 01, 1999 at 03:32:45PM -0700, Doug wrote: > > they are all the same," which I disagree with (in this instance) purely on > spec. If I have missed some other part of your argument, my apologies. I haven't really made any argument. I'm just fishing for opinions at the moment, and trying to make sure that your stated opinion is really the one you want. :) -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 1 22: 0: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E2E214C0A for ; Thu, 1 Jul 1999 22:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA35609; Thu, 1 Jul 1999 22:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 6399814BE5; Thu, 1 Jul 1999 21:58:08 -0700 (PDT) Message-Id: <19990702045808.6399814BE5@hub.freebsd.org> Date: Thu, 1 Jul 1999 21:58:08 -0700 (PDT) From: nakai@maple.ocn.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12485: Fixed port: snex9x Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12485 >Category: ports >Synopsis: Fixed port: snex9x >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 Jul 1 22:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Yukihiro Nakai >Release: 3.2-RELEASE >Organization: OCN Network Service >Environment: 3.2-RELEASE >Description: I have fixed the snes9x port to follow its latest version. 118e -> 119a I attach the text diff and uuencoded diff. Yukihiro Nakai --------------- begin 644 snes9x.diff.gz M'XL("'HQ?#< W-N97,Y>"YD:69F (U5;6^C1A#^''[%2+D/K1S>3 !CU55\ M!D=<;6(9Y^I$E1"!Q>:"P5V@<>[7=W;!Q'4NU2%K,+,S\SSS[*PV3I,$1%I[ M4.:DM Y20=.-/ ^?29)FI'5VWX(HBC\,O%AM:_A29P J*-;P>C#435 MRQ)Z MO=YYE;-@71FJ:A-\J5JT./VYD: 2_#("^P+6I40%5E&HBHMQK/_)>.7[HO9606_W">6(.EO(OUXRAT MCG<3U:W\U$A]%,UFRCR9*1PH-DWBW-;AEZ-D$I+^%49@F :YUA4K&BB*II)! M'%N6-HAB@QB#1(]5H=>D=?H=$RTC5*V(]!--475+PSHQ4;4DUDRB1+IA?:#& M/JRB+=+F;S$,C\V<^]]I%SX885^"GU$TX>J-51:6)'A_C?C+%A3N\,N,CR=X>DM'MQ[C^YBA()_A#RE M*8SW%#2D;&*WV'/7\#ODLY$P.^0>0S88LM$@]^#R=N;:#D(#X"]-8I+ H^\Y M_G0M@#A=WWW^,DJU@2%_9[)*!1?+8B6LI@3 =&T[4Q=31J+-4X/I&D3;63N3 M^Y43^/<+9SE=!VB#&8:U&0O'L_T1KQHD!^[T[H*C/V(^+I3*^:I'PMQE5+7[=B?3Q;WW:>_F)B*@LX&_MID:=R^[=1; MO_R3M;BX6ZX:=KK%,KCE"G.!3PC6)0DV61J34X8@3B83/%F;*.)L^USB?J>Q MAX1P.0_+7YMQ<.6ZI/):59>&G.915L<$6F=61&%V=+9SQPNC-3HY M33[[:(T&2W39AL-?_*_4ONL84W%5JUWV;8CS/W-4+Z6%=E!7:;Y!JHM ;*)V 6X MV^-\4]B0"L(RHR()06%%ZV!*^^ M.@>\ 4-8DGB+I_.I.$@8BJ=N9B-_'P469R=J9ND3\*(X]KW>AS&\1#L]?+.[ 1+\]9+6;C!^%?,:V'7&T( !N end diff -ruN snes9x.orig/Makefile snes9x/Makefile --- snes9x.orig/Makefile Thu Jul 1 09:48:57 1999 +++ snes9x/Makefile Thu Jul 1 09:50:11 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: snes9x -# Version required: 118e +# Version required: 119a # Date created: 20 July 1997 # Whom: Yukihiro Nakai # # $Id: Makefile,v 1.9 1999/05/01 12:34:09 jseger Exp $ # -DISTNAME= snes118e -PKGNAME= snes9x-118e +DISTNAME= s9x119asrc +PKGNAME= snes9x-119a CATEGORIES= emulators MASTER_SITES= http://www.snes9x.com/zips/ diff -ruN snes9x.orig/files/md5 snes9x/files/md5 --- snes9x.orig/files/md5 Thu Jul 1 09:48:57 1999 +++ snes9x/files/md5 Thu Jul 1 09:50:17 1999 @@ -1 +1 @@ -MD5 (snes118e.zip) = 676e4509c80031e8dd9938cd6e68f5d1 +MD5 (s9x119asrc.zip) = 96a19ce2f301593676de13fd37e0c569 diff -ruN snes9x.orig/patches/patch-aa snes9x/patches/patch-aa --- snes9x.orig/patches/patch-aa Thu Jul 1 09:48:57 1999 +++ snes9x/patches/patch-aa Thu Jul 1 10:00:50 1999 @@ -1,7 +1,7 @@ ---- Makefile.linux.orig Sat Mar 27 15:19:07 1999 -+++ Makefile.linux Sat Mar 27 15:31:11 1999 -@@ -5,7 +5,7 @@ - UNZIP=1 +--- Makefile.linux.orig Fri Apr 30 17:57:48 1999 ++++ Makefile.linux Thu Jul 1 09:57:11 1999 +@@ -6,7 +6,7 @@ + #GLIDE=1 ifdef ZSNESFX -FXOBJ=i386/zsnes.o @@ -9,7 +9,7 @@ FXDEFINES=-DZSNES_FX -DEXECUTE_SUPERFX_PER_LINE FXDEPENDS=zsnes_fx FXNO_DEPENDS=c_fx -@@ -16,7 +16,7 @@ +@@ -17,7 +17,7 @@ FXNO_DEPENDS=zsnes_fx endif @@ -18,8 +18,8 @@ ifdef ASMCPU ifdef SPC700ASM -@@ -47,8 +47,8 @@ - UNZIPDEFINES=-DUNZIP_SUPPORT +@@ -59,8 +59,8 @@ + GLIDENO_DEPENDS=use_glide endif -CCC = gcc @@ -29,7 +29,7 @@ NASM = nasm INCLUDES=-I/usr/X11R6/include -I/usr/local/include -@@ -59,7 +59,6 @@ +@@ -71,7 +71,6 @@ -Ii386 \ -I. \ -Iunzip \ @@ -37,3 +37,12 @@ -DZLIB \ -DNO_INLINE_SET_GET \ -DVAR_CYCLES \ +@@ -101,7 +100,7 @@ + # system using the egcs compiler get an undefined __register_frame_info + # symbol error when run on a Redhat box. + +-LDLIBS = -L/usr/X11R6/lib frame.o ++LDLIBS = -L/usr/X11R6/lib + + ifdef GLIDE + ifdef NETPLAY >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 1 22:30:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 35C6414C03; Thu, 1 Jul 1999 22:30:14 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA38222; Thu, 1 Jul 1999 22:30:14 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Thu, 1 Jul 1999 22:30:14 -0700 (PDT) From: Message-Id: <199907020530.WAA38222@freefall.freebsd.org> To: nakai@maple.ocn.ne.jp, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12485: Fixed port: snex9x Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fixed port: snex9x State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Thu Jul 1 22:29:09 PDT 1999 State-Changed-Why: Committed. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 1 23:30:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from NTTMSCCJ02.nttmsc.com.my (unknown [203.106.4.3]) by hub.freebsd.org (Postfix) with SMTP id 6B8BA14DCC for ; Thu, 1 Jul 1999 23:30:36 -0700 (PDT) (envelope-from ettikan@nttmsc.com.my) Received: by NTTMSCCJ02.nttmsc.com.my(Lotus SMTP MTA v4.6.3 (778.2 1-4-1999)) id C82567A2.001E6B6B ; Fri, 2 Jul 1999 14:32:15 +0900 X-Lotus-FromDomain: NTTMSC From: "Ettikan Kandasamy" To: ports@FreeBSD.ORG Message-ID: Date: Fri, 2 Jul 1999 14:32:14 +0900 Subject: Firewall Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm a new user to FreeBSD . Just would liketo know, is there any Firewall software for FreeBSD . Thansk for the info. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 1 23:53:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from phoenix.welearn.com.au (phoenix.welearn.com.au [139.130.44.81]) by hub.freebsd.org (Postfix) with ESMTP id 24091150CB; Thu, 1 Jul 1999 23:53:16 -0700 (PDT) (envelope-from sue@phoenix.welearn.com.au) Received: (from sue@localhost) by phoenix.welearn.com.au (8.9.1/8.9.0) id QAA10234; Fri, 2 Jul 1999 16:52:38 +1000 (EST) Message-ID: <19990702165233.15603@welearn.com.au> Date: Fri, 2 Jul 1999 16:52:33 +1000 From: Sue Blake To: Ettikan Kandasamy Cc: ports@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: Firewall References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: ; from Ettikan Kandasamy on Fri, Jul 02, 1999 at 02:32:14PM +0900 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jul 02, 1999 at 02:32:14PM +0900, Ettikan Kandasamy wrote: > > > I'm a new user to FreeBSD . Just would liketo know, is there any Firewall > software for FreeBSD . You don't need to install a port for this because what you need is supplied with the system. If you have any more questions send them to freebsd-questions@freebsd.org. Start with the Handbook (on the web site or your own /usr/share/doc/handbook/) under the Security section. -- Regards, -*Sue*- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 2 8:39:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from user1.channel1.com (user1.channel1.com [199.1.13.9]) by hub.freebsd.org (Postfix) with ESMTP id 7F64B14F25 for ; Fri, 2 Jul 1999 08:39:29 -0700 (PDT) (envelope-from oly@channel1.com) Received: from channel1.com (xdial164.channel1.com [205.240.180.164]) by user1.channel1.com (8.9.3/8.9.3) with ESMTP id LAA26398 for ; Fri, 2 Jul 1999 11:39:27 -0400 (EDT) Message-ID: <377CDCF2.6BA52D5E@channel1.com> Date: Fri, 02 Jul 1999 11:38:28 -0400 From: Oliver Oberdorf Reply-To: oly@channel1.com X-Mailer: Mozilla 4.61 (Macintosh; U; PPC) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: lout port Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="4D4F5353" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi everyone, Can some kind soul who uses lout take over the port administration? I'm the current maintainer of lout, but I've had no access to FreeBSD for quite a while. Just recently, my last upgrade was to a PPC machine, so even as optimistic as I am, I won't be running FreeBSD for the forseeable future. It was a very simple port to manage. If you're interested, you should email me and (I think) Bill Fenner Alternatively, if someone can get me ssh access to an unused FreeBSD box, I'd be happy to continue maintaining the port. best wishes, -Oly P.S. I don't follow this list, so please CC: to me To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 2 8:54:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ws.bluesquirrel.com (ws.bluesquirrel.com [209.63.213.238]) by hub.freebsd.org (Postfix) with SMTP id 44A3A152D5 for ; Fri, 2 Jul 1999 08:54:23 -0700 (PDT) (envelope-from news@bluesquirrel.com) From: News Message-Id: <19990702155424.44A3A152D5@hub.freebsd.org> Date: Fri, 2 Jul 1999 08:54:24 -0700 (PDT) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org News To: ports@FreeBSD.ORG Subject: Announcing The All New Scriptmail (Blue Squirrel Releases FREE Internet Research Utility!) Date: Fri, 02 Jul 1999 09:53:07 X-Mailer: Blue Squirrel ScriptMail |To| ports@FreeBSD.ORG *********************************************************************** Hello, Blue Squirrel is proud to announce the release of EasySeeker, a FREE simple-to-use data-mining software application that enables Internet users to find and organize valuable online information! * Search over 100 search engines simultaneously! * No More 404! Eliminates duplicate results and dead links. * Easily conduct research on the Internet and pinpoint the exact information desired. * EasySeeker monitors Web pages for changes and automatically updates you with the most current information available! * Intuitively schedule EasySeeker to do the work for you while you're out having fun. To install your FREE copy of EasySeeker please go to: http://download.bluesquirrel.com/download/es4.exe Please feel free to pass the full working version of EasySeeker along to your user group, colleagues, and friends. For more information about EasySeeker please visit: http://www.bluesquirrel.com/products/easyseeker/easyseeker.html The EasySeeker Press Release can be found at: http://www.bluesquirrel.com/news/press_releases/display_pr.asp?pressID=61599 Sincerely, The Blue Squirrel Team ----------------------------------------------------------------------- SQUIRREL HUNTING If you want to find our tree house, you can reach us at: 170 W. Election Dr. #125 Draper, UT 84020 USA Web: http://www.bluesquirrel.com Voice: 801-523-1063 Support: 801-523-1065 FAX: 801-523-1064 E-mail: mikee@bluesquirrel.com ----------------------------------------------------------------------- UNSUBSCRIBE If you no longer wish to receive information about Blue Squirrel products please email: mikee@bluesquirrel.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 2 8:54:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ws.bluesquirrel.com (ws.bluesquirrel.com [209.63.213.238]) by hub.freebsd.org (Postfix) with SMTP id EDDB91525B for ; Fri, 2 Jul 1999 08:54:23 -0700 (PDT) (envelope-from news@bluesquirrel.com) From: News Message-Id: <19990702155424.EDDB91525B@hub.freebsd.org> Date: Fri, 2 Jul 1999 08:54:24 -0700 (PDT) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org News To: ports@FreeBSD.ORG Subject: Announcing The All New Scriptmail (Blue Squirrel Releases FREE Internet Research Utility!) Date: Fri, 02 Jul 1999 09:53:07 X-Mailer: Blue Squirrel ScriptMail |To| ports@FreeBSD.ORG *********************************************************************** Hello, Blue Squirrel is proud to announce the release of EasySeeker, a FREE simple-to-use data-mining software application that enables Internet users to find and organize valuable online information! * Search over 100 search engines simultaneously! * No More 404! Eliminates duplicate results and dead links. * Easily conduct research on the Internet and pinpoint the exact information desired. * EasySeeker monitors Web pages for changes and automatically updates you with the most current information available! * Intuitively schedule EasySeeker to do the work for you while you're out having fun. To install your FREE copy of EasySeeker please go to: http://download.bluesquirrel.com/download/es4.exe Please feel free to pass the full working version of EasySeeker along to your user group, colleagues, and friends. For more information about EasySeeker please visit: http://www.bluesquirrel.com/products/easyseeker/easyseeker.html The EasySeeker Press Release can be found at: http://www.bluesquirrel.com/news/press_releases/display_pr.asp?pressID=61599 Sincerely, The Blue Squirrel Team ----------------------------------------------------------------------- SQUIRREL HUNTING If you want to find our tree house, you can reach us at: 170 W. Election Dr. #125 Draper, UT 84020 USA Web: http://www.bluesquirrel.com Voice: 801-523-1063 Support: 801-523-1065 FAX: 801-523-1064 E-mail: mikee@bluesquirrel.com ----------------------------------------------------------------------- UNSUBSCRIBE If you no longer wish to receive information about Blue Squirrel products please email: mikee@bluesquirrel.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 2 8:54:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ws.bluesquirrel.com (ws.bluesquirrel.com [209.63.213.238]) by hub.freebsd.org (Postfix) with SMTP id 2F70715437 for ; Fri, 2 Jul 1999 08:54:24 -0700 (PDT) (envelope-from news@bluesquirrel.com) From: News Message-Id: <19990702155425.2F70715437@hub.freebsd.org> Date: Fri, 2 Jul 1999 08:54:25 -0700 (PDT) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org News To: ports@FreeBSD.ORG Subject: Announcing The All New Scriptmail (Blue Squirrel Releases FREE Internet Research Utility!) Date: Fri, 02 Jul 1999 09:53:08 X-Mailer: Blue Squirrel ScriptMail |To| ports@FreeBSD.ORG *********************************************************************** Hello, Blue Squirrel is proud to announce the release of EasySeeker, a FREE simple-to-use data-mining software application that enables Internet users to find and organize valuable online information! * Search over 100 search engines simultaneously! * No More 404! Eliminates duplicate results and dead links. * Easily conduct research on the Internet and pinpoint the exact information desired. * EasySeeker monitors Web pages for changes and automatically updates you with the most current information available! * Intuitively schedule EasySeeker to do the work for you while you're out having fun. To install your FREE copy of EasySeeker please go to: http://download.bluesquirrel.com/download/es4.exe Please feel free to pass the full working version of EasySeeker along to your user group, colleagues, and friends. For more information about EasySeeker please visit: http://www.bluesquirrel.com/products/easyseeker/easyseeker.html The EasySeeker Press Release can be found at: http://www.bluesquirrel.com/news/press_releases/display_pr.asp?pressID=61599 Sincerely, The Blue Squirrel Team ----------------------------------------------------------------------- SQUIRREL HUNTING If you want to find our tree house, you can reach us at: 170 W. Election Dr. #125 Draper, UT 84020 USA Web: http://www.bluesquirrel.com Voice: 801-523-1063 Support: 801-523-1065 FAX: 801-523-1064 E-mail: mikee@bluesquirrel.com ----------------------------------------------------------------------- UNSUBSCRIBE If you no longer wish to receive information about Blue Squirrel products please email: mikee@bluesquirrel.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 2 10:17:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from poa.zumnet.com.br (unknown [200.248.58.130]) by hub.freebsd.org (Postfix) with ESMTP id CB85F152AA for ; Fri, 2 Jul 1999 10:17:40 -0700 (PDT) (envelope-from lenzi@k1.com.br) Received: from lenzi.zumnet.com.br (root@lenzi [192.168.1.100]) by poa.zumnet.com.br (8.9.2/8.9.1) with ESMTP id OAA00331 for ; Fri, 2 Jul 1999 14:17:51 -0300 (EST) (envelope-from lenzi@k1.com.br) Received: from k1.com.br (root@localhost [127.0.0.1]) by lenzi.zumnet.com.br (8.9.3/8.8.7) with ESMTP id OAA29978 for ; Fri, 2 Jul 1999 14:17:35 -0300 (EST) (envelope-from lenzi@k1.com.br) Message-ID: <377CF42E.C4B65832@k1.com.br> Date: Fri, 02 Jul 1999 14:17:34 -0300 From: Sergio Lenzi X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 Cc: ports@FreeBSD.org Subject: port of mico-2.2.7 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello.... Has someone build a port of mico-2.2.7 for the 3.X ???? I am having some troubles in linking mico-2.2.7 because I need it to build Koffice.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 2 10:50: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A947514F0E for ; Fri, 2 Jul 1999 10:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA77331; Fri, 2 Jul 1999 10:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from elbas.partitur.se (www.cebox.se [193.219.246.222]) by hub.freebsd.org (Postfix) with ESMTP id 7618914F0E; Fri, 2 Jul 1999 10:46:48 -0700 (PDT) (envelope-from girgen@elbas.partitur.se) Received: (from girgen@localhost) by elbas.partitur.se (8.9.3/8.9.2) id TAA98285; Fri, 2 Jul 1999 19:46:46 +0200 (CEST) (envelope-from girgen) Message-Id: <199907021746.TAA98285@elbas.partitur.se> Date: Fri, 2 Jul 1999 19:46:46 +0200 (CEST) From: girgen@partitur.se Reply-To: girgen@partitur.se To: FreeBSD-gnats-submit@freebsd.org Cc: billf@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12488: htdig's db shall compile with -pthreads Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12488 >Category: ports >Synopsis: textproc/htdig compiles with -lc_r, should be -pthreads >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 Jul 2 10:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 3.2-STABLE i386 >Organization: Partitur >Environment: FreeBSD 3.2-STABLE i386 - ELF >Description: the version of Berkeley DB (from www.sleepycat.com, I think), that comes with the htdig source, shall be compiled with -pthreads, at least on ELF (didn't check aout). >How-To-Repeat: cd /usr/ports/textproc/htdig && make >Fix: Put this this patch in the patches dir as patch-ab: --- ../../../htdig.orig/work/htdig-3.1.1/db/dist/configure.in Wed Feb 17 06:03:41 1999 +++ db/dist/configure.in Wed Feb 24 14:59:30 1999 @@ -405,7 +405,7 @@ dnl libraries for threaded applications case "$host_os" in freebsd*) CPPFLAGS="-D_THREAD_SAFE $CPPFLAGS" - LIBS="-lc_r";; + LIBS="-pthread";; irix*) CPPFLAGS="-D_SGI_MP_SOURCE $CPPFLAGS";; osf*) CPPFLAGS="-D_REENTRANT $CPPFLAGS";; solaris*) CPPFLAGS="-D_REENTRANT $CPPFLAGS" --- ../../../htdig.orig/work/htdig-3.1.1/db/dist/configure Wed Feb 17 06:03:41 1999 +++ db/dist/configure Wed Feb 24 14:41:19 1999 @@ -3056,7 +3056,7 @@ case "$host_os" in freebsd*) CPPFLAGS="-D_THREAD_SAFE $CPPFLAGS" - LIBS="-lc_r";; + LIBS="-pthread";; irix*) CPPFLAGS="-D_SGI_MP_SOURCE $CPPFLAGS";; osf*) CPPFLAGS="-D_REENTRANT $CPPFLAGS";; solaris*) CPPFLAGS="-D_REENTRANT $CPPFLAGS" >Release-Note: >Audit-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 Jul 2 11: 3:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CBE0F14E37; Fri, 2 Jul 1999 11:03:27 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA78867; Fri, 2 Jul 1999 11:03:27 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Fri, 2 Jul 1999 11:03:27 -0700 (PDT) From: Message-Id: <199907021803.LAA78867@freefall.freebsd.org> To: billf@FreeBSD.org, freebsd-ports@FreeBSD.org, billf@FreeBSD.org Subject: Re: ports/12488: textproc/htdig compiles with -lc_r, should be -pthreads Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: textproc/htdig compiles with -lc_r, should be -pthreads Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: billf Responsible-Changed-When: Fri Jul 2 11:03:17 PDT 1999 Responsible-Changed-Why: My port, my PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 2 13:26:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from nezu.gs.verio.net (nezu.gs.verio.net [204.27.67.227]) by hub.freebsd.org (Postfix) with ESMTP id 56DAB14C85; Fri, 2 Jul 1999 13:26:45 -0700 (PDT) (envelope-from rzig@verio.net) Received: by nezu.internal with Internet Mail Service (5.5.2448.0) id ; Fri, 2 Jul 1999 15:26:44 -0500 Message-ID: <79103FDEF940D2118D9D00A0C9C9309C5FE5AF@nezu.internal> From: Raul Zighelboim To: "'question@freefall.freebsd.org'" Cc: "'ports@freefall.freebsd.org'" Subject: openssl shared libraries ? Date: Fri, 2 Jul 1999 15:26:37 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Running FreeBSD-current... lynx-ssl is looking for the shared openssl libraries. These are not built on the openssl port. Did I break something ? thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 2 13:39:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from srv5-cba.cba.zaz.com.br (srv5-cba.cba.zaz.com.br [200.241.191.7]) by hub.freebsd.org (Postfix) with ESMTP id DB32C150B7; Fri, 2 Jul 1999 13:38:30 -0700 (PDT) (envelope-from shimakaw@cba.zaz.com.br) Received: from shimakawa ([200.241.191.142]) by srv5-cba.cba.zaz.com.br (8.9.3/8.8.7) with SMTP id QAA13937; Fri, 2 Jul 1999 16:35:45 -0400 Message-ID: <000301bec4c2$71b5ec40$8ebff1c8@cba.zaz.com.br> From: "Andre Shimakawa" To: Cc: Subject: FreeBSD Port: apache-php3-1.3.6 Date: Fri, 2 Jul 1999 16:38:20 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sorry about my english :) Hello! I'm a FreeBSD user from Brazil... Today I tried to install the apache+php 3.0.10 But when it finished... it can't use TrueType fonts anymore... I set it to use both GD an freetype but it don't... When I put by hand in Makefile.inc (I don't know if it the exactly right place) it worked :) Is this a problem, or maybe useful info to you? Thx alot... []s Andre Shimakawa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 2 16:30: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EFF9914D31 for ; Fri, 2 Jul 1999 16:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA12889; Fri, 2 Jul 1999 16:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from murol.folon.ueda.info.waseda.ac.jp (murol.folon.ueda.info.waseda.ac.jp [133.9.215.92]) by hub.freebsd.org (Postfix) with ESMTP id 18B2114C16 for ; Fri, 2 Jul 1999 16:24:37 -0700 (PDT) (envelope-from nsmr@murol.folon.ueda.info.waseda.ac.jp) Received: (from nsmr@localhost) by murol.folon.ueda.info.waseda.ac.jp (8.9.3/8.9.3) id IAA06636; Sat, 3 Jul 1999 08:24:49 +0900 (JST) (envelope-from nsmr) Message-Id: <199907022324.IAA06636@murol.folon.ueda.info.waseda.ac.jp> Date: Sat, 3 Jul 1999 08:24:49 +0900 (JST) From: takashi@ueda.info.waseda.ac.jp Reply-To: takashi@ueda.info.waseda.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12490: package xmine exits 1 with XawAsciiSourceFreeString errors Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12490 >Category: ports >Synopsis: package xmine exits 1 with XawAsciiSourceFreeString error >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: Fri Jul 2 16:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Nishimura Takashi >Release: FreeBSD 3.2-RELEASE i386 >Organization: Ueda lab., Dept. of Info. & Comp. Sci., Waseda Univ, Tokyo >Environment: FreeBSD 3.2-RELEASE i386 xmine-1.0.3 $LC_CTYPE=ja_JP.EUC $LANG=ja_JP.EUC >Description: The xmine is installed with pkg_add, was at ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/packages/All/. When input my name "takashi" in the dialog of "New Best Score", says, Error: XawAsciiSourceFreeString's parameter must be an asciiSrc or multiSrc. and exits with code 1. >How-To-Repeat: 1. make the best time, 2. dialog "New Best Score" will open, 3. input a name, 4. press ENTER or push "ok", 5. then errors. >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 Fri Jul 2 22: 0: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C93D7152E2 for ; Fri, 2 Jul 1999 22:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA33640; Fri, 2 Jul 1999 22:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kirk.giovannelli.it (kirk.giovannelli.it [194.184.65.4]) by hub.freebsd.org (Postfix) with ESMTP id BD68614BB8 for ; Fri, 2 Jul 1999 21:54:17 -0700 (PDT) (envelope-from gmarco@giovannelli.it) Received: from suzy (modem32.masternet.it [194.184.65.42]) by kirk.giovannelli.it (8.9.3/8.9.3) with SMTP id EAA11263; Sat, 3 Jul 1999 04:54:11 GMT (envelope-from gmarco@giovannelli.it) Message-Id: <4.1.19990703065248.017a8d30@194.184.65.4> Date: Sat, 03 Jul 1999 06:58:30 +0200 From: Gianmarco Giovannelli To: FreeBSD-gnats-submit@freebsd.org Cc: tom@onegeek.org Subject: ports/12491: Update port: misc/delay Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12491 >Category: ports >Synopsis: Update port: misc/delay >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 Jul 2 22:00:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Gianmarco Giovannelli >Release: FreeBSD 4.0-CURRENT i386 >Organization: < Private > >Environment: FreeBSD 4.0-CURRENT i386 >Description: Delay is a program that counts down the number of seconds specified on its command line. In this way, it's sort of like the standard sleep(1) command, except for the fact that it provides feedback of the time remaining. With version 1.2 you can also 'delay' until a given time specification. Version 1.3 adds the possibility to launch a command at the end of the delay time. Here some usage example: delay 1d 2:03:04.5 delay 1d 2h 3m 4.5s delay 93785.5 delay until 4 pm -- cdplay delay until noon tomorrow delay until midnight 13 september 2000 delay until now + 5 minutes delay 15s -- top It allows for short, long, and customized messages for the display of the time remaining. >How-To-Repeat: >Fix: # diff from 1.2a in the ports tree ######### diff -ruN delay.orig/Makefile delay/Makefile --- delay.orig/Makefile Fri Mar 5 18:07:28 1999 +++ delay/Makefile Sat Jul 3 06:44:44 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: misc/delay -# Version required: delay-1.2a +# Version required: delay-1.3 # Date created: 03 Mar 1999 # Whom: gmarco@scotty.masternet.it # # $Id: Makefile,v 1.1.1.1 1999/03/05 17:07:28 nectar Exp $ # -DISTNAME= delay-1.2a +DISTNAME= delay-1.3 CATEGORIES= misc MASTER_SITES= http://onegeek.org/~tom/software/delay/dl/ diff -ruN delay.orig/files/md5 delay/files/md5 --- delay.orig/files/md5 Fri Mar 5 18:07:28 1999 +++ delay/files/md5 Fri Jul 2 23:58:04 1999 @@ -1 +1 @@ -MD5 (delay-1.2a.tar.gz) = 77295ee1b23910d6fbf0f549713bc51b +MD5 (delay-1.3.tar.gz) = 401962a1e76e4fc4672c687e71a6e0fa diff -ruN delay.orig/pkg/DESCR delay/pkg/DESCR --- delay.orig/pkg/DESCR Fri Mar 5 18:07:28 1999 +++ delay/pkg/DESCR Sat Jul 3 06:41:03 1999 @@ -2,23 +2,26 @@ on its command line. In this way, it's sort of like the standard sleep(1) command, except for the fact that it provides feedback of the time remaining. - With version 1.2 you can also 'delay' until a given time specification. +Version 1.3 adds the possibility to launch a command at the +end of the delay time. + Here some usage example: delay 1d 2:03:04.5 delay 1d 2h 3m 4.5s delay 93785.5 -delay until 4 pm +delay until 4 pm -- cdplay delay until noon tomorrow delay until midnight 13 september 2000 delay until now + 5 minutes +delay 15s -- top It allows for short, long, and customized messages for the display of the time remaining. - author: Tom Rothamel -- distfile: delay-1.2.tar.gz (63 kb) +- distfile: delay-1.3.tar.gz (66 kb) - example of output : delay -v until 4 pm tomorrow Time Remaining: 1 days, 07:51:39. - ported to FreeBSD by Gianmarco (gmarco@giovannelli.it) # The new port (v1.3) in shar format ############### # 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: # # delay # delay/files # delay/files/md5 # delay/pkg # delay/pkg/COMMENT # delay/pkg/DESCR # delay/pkg/PLIST # delay/Makefile # echo c - delay mkdir -p delay > /dev/null 2>&1 echo c - delay/files mkdir -p delay/files > /dev/null 2>&1 echo x - delay/files/md5 sed 's/^X//' >delay/files/md5 << 'END-of-delay/files/md5' XMD5 (delay-1.3.tar.gz) = 401962a1e76e4fc4672c687e71a6e0fa END-of-delay/files/md5 echo c - delay/pkg mkdir -p delay/pkg > /dev/null 2>&1 echo x - delay/pkg/COMMENT sed 's/^X//' >delay/pkg/COMMENT << 'END-of-delay/pkg/COMMENT' XA delay program with feedback to the user END-of-delay/pkg/COMMENT echo x - delay/pkg/DESCR sed 's/^X//' >delay/pkg/DESCR << 'END-of-delay/pkg/DESCR' XDelay is a program that counts down the number of seconds specified Xon its command line. XIn this way, it's sort of like the standard sleep(1) command, except Xfor the fact that it provides feedback of the time remaining. XWith version 1.2 you can also 'delay' until a given time specification. XVersion 1.3 adds the possibility to launch a command at the Xend of the delay time. X XHere some usage example: X Xdelay 1d 2:03:04.5 Xdelay 1d 2h 3m 4.5s Xdelay 93785.5 Xdelay until 4 pm -- cdplay Xdelay until noon tomorrow Xdelay until midnight 13 september 2000 Xdelay until now + 5 minutes Xdelay 15s -- top X XIt allows for short, long, and customized messages for the display of Xthe time remaining. X X- author: Tom Rothamel X- distfile: delay-1.3.tar.gz (66 kb) X- example of output : delay -v until 4 pm tomorrow X Time Remaining: 1 days, 07:51:39. X- ported to FreeBSD by Gianmarco (gmarco@giovannelli.it) END-of-delay/pkg/DESCR echo x - delay/pkg/PLIST sed 's/^X//' >delay/pkg/PLIST << 'END-of-delay/pkg/PLIST' Xbin/delay END-of-delay/pkg/PLIST echo x - delay/Makefile sed 's/^X//' >delay/Makefile << 'END-of-delay/Makefile' X# New ports collection makefile for: misc/delay X# Version required: delay-1.3 X# Date created: 03 Mar 1999 X# Whom: gmarco@scotty.masternet.it X# X# $Id: Makefile,v 1.1.1.1 1999/03/05 17:07:28 nectar Exp $ X# X XDISTNAME= delay-1.3 XCATEGORIES= misc XMASTER_SITES= http://onegeek.org/~tom/software/delay/dl/ X XMAINTAINER= freebsd@scotty.masternet.it X XHAS_CONFIGURE= yes X XMAN1= delay.1 X Xdo-install: X X ${INSTALL_PROGRAM} ${WRKSRC}/delay ${PREFIX}/bin X ${INSTALL_DATA} ${WRKSRC}/delay.1 ${PREFIX}/man/man1 X X.include END-of-delay/Makefile exit Best Regards, Gianmarco Giovannelli , "Unix expert since yesterday" http://www.giovannelli.it/~gmarco http://www2.masternet.it >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 2 22:11:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2178C157B4; Fri, 2 Jul 1999 22:11:24 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA37456; Fri, 2 Jul 1999 22:11:24 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 2 Jul 1999 22:11:24 -0700 (PDT) From: Message-Id: <199907030511.WAA37456@freefall.freebsd.org> To: gmarco@giovannelli.it, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12491: Update port: misc/delay Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: misc/delay State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri Jul 2 22:11:10 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 2 23: 0: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B0CB315278 for ; Fri, 2 Jul 1999 23:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA41455; Fri, 2 Jul 1999 23:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from fly.lglobus.ru (fly.lglobus.ru [195.34.224.130]) by hub.freebsd.org (Postfix) with ESMTP id 58AFC152D3 for ; Fri, 2 Jul 1999 22:55:41 -0700 (PDT) (envelope-from rover@fly.lglobus.ru) Received: (from rover@localhost) by fly.lglobus.ru (8.9.3/8.9.2) id JAA28790; Sat, 3 Jul 1999 09:55:10 +0400 (MSD) (envelope-from rover) Message-Id: <199907030555.JAA28790@fly.lglobus.ru> Date: Sat, 3 Jul 1999 09:55:10 +0400 (MSD) From: "Oleg V. Volkov" Reply-To: rover@fly.lglobus.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12492: port misc/diction should be moved to textproc/diction (at least i think so) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12492 >Category: ports >Synopsis: port misc/diction should be moved to textproc/diction (at least i think so) >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 Jul 2 23:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Oleg V. Volkov >Release: FreeBSD 3.2-STABLE i386 >Organization: -=/ SR 13 /=- >Environment: Doesn't matters. >Description: Synopsis says it all. >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 Fri Jul 2 23:39:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 39500159AA; Fri, 2 Jul 1999 23:39:36 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA45091; Fri, 2 Jul 1999 23:39:36 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 2 Jul 1999 23:39:36 -0700 (PDT) From: Message-Id: <199907030639.XAA45091@freefall.freebsd.org> To: brian@CSUA.Berkeley.EDU, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12483: New ports: x11-toolkits/plib games/flightgear Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New ports: x11-toolkits/plib games/flightgear State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri Jul 2 23:39:16 PDT 1999 State-Changed-Why: New ports 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 Jul 2 23:57:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6EAA215786; Fri, 2 Jul 1999 23:57:15 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA46151; Fri, 2 Jul 1999 23:57:14 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 2 Jul 1999 23:57:14 -0700 (PDT) From: Message-Id: <199907030657.XAA46151@freefall.freebsd.org> To: pfgiffun@bachue.usc.unal.edu.co, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12480: URL for kaskade has changed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: URL for kaskade has changed State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri Jul 2 23:57:01 PDT 1999 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 Jul 3 2:57:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by hub.freebsd.org (Postfix) with ESMTP id 8431D155E6 for ; Sat, 3 Jul 1999 02:57:32 -0700 (PDT) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.9.3/8.9.3) id LAA69933; Sat, 3 Jul 1999 11:57:21 +0200 (CEST) (envelope-from ibex) Date: Sat, 3 Jul 1999 11:57:20 +0200 From: Dirk Froemberg To: Andre Shimakawa Cc: ports@FreeBSD.ORG Subject: Re: FreeBSD Port: apache-php3-1.3.6 Message-ID: <19990703115720.A69858@physik.TU-Berlin.DE> References: <000301bec4c2$71b5ec40$8ebff1c8@cba.zaz.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <000301bec4c2$71b5ec40$8ebff1c8@cba.zaz.com.br>; from Andre Shimakawa on Fri, Jul 02, 1999 at 04:38:20PM -0300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Andre! On Fri, Jul 02, 1999 at 04:38:20PM -0300, Andre Shimakawa wrote: > I'm a FreeBSD user from Brazil... Greetings to Brazil 8-) > Today I tried to install the apache+php 3.0.10 > But when it finished... it can't use TrueType fonts anymore... > I set it to use both GD an freetype but it don't... > > When I put by hand in Makefile.inc (I don't know if it the exactly right > place) it worked :) Yes, a --with-ttf for PHP3_CONF_ARGS was missing. A committed the change a few minutes ago. Please sync your ports tree and try if it works, now. Regards Dirk -- e-mail: dirk@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 Jul 3 11:20:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 25C5914CC1; Sat, 3 Jul 1999 11:19:50 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (iras-1-80.ucdavis.edu [169.237.16.80]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id LAA90031; Sat, 3 Jul 1999 11:19:49 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id SAA29503; Sat, 3 Jul 1999 18:19:47 GMT (envelope-from obrien) Date: Sat, 3 Jul 1999 11:19:46 -0700 From: "David O'Brien" To: SADA Kenji Cc: ports@FreeBSD.org Subject: Re: cvs commit: ports/games/oneko-sakura - Imported sources Message-ID: <19990703111946.A29483@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <199906041744.KAA70191@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <199906041744.KAA70191@freefall.freebsd.org>; from SADA Kenji on Fri, Jun 04, 1999 at 10:44:38AM -0700 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 > ports/games/oneko-sakura - Imported sources ... > Log Message: > The program oneko creates a cute cat chasing around your mouse cursor. > Added bitmaps of Sakura Kinomoto, who is a character in a comic strip, > "CARDCAPTOR SAKURA" (CLAMP, Kodansha). Is there some reason this needs to be a seperate port, rather than just add this to the existing oneko port? -- -- David (obrien@NUXI.com -or- obrien@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 Jul 3 11:30:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5852B14DA0 for ; Sat, 3 Jul 1999 11:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA56050; Sat, 3 Jul 1999 11:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hstudb.cs.uit.no (hstudb.cs.UiT.No [129.242.16.146]) by hub.freebsd.org (Postfix) with ESMTP id 5FC8F14DA0 for ; Sat, 3 Jul 1999 11:28:15 -0700 (PDT) (envelope-from espensk@hstudb.cs.uit.no) Received: (from espensk@localhost) by hstudb.cs.uit.no (8.9.3/8.9.1) id UAA98538; Sat, 3 Jul 1999 20:28:00 +0200 (CEST) (envelope-from espensk) Message-Id: <199907031828.UAA98538@hstudb.cs.uit.no> Date: Sat, 3 Jul 1999 20:28:00 +0200 (CEST) From: espensk@stud.cs.uit.no Reply-To: espensk@stud.cs.uit.no To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12498: Port of Xmms (X Multimedia System) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12498 >Category: ports >Synopsis: Port of Xmms (X Multimedia System) >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 3 11:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Espen Skoglund >Release: FreeBSD 3.1-STABLE i386 >Organization: University of Tromsų, Norway >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: # # audio/xmms # audio/xmms/Makefile # audio/xmms/pkg # audio/xmms/pkg/COMMENT # audio/xmms/pkg/DESCR # audio/xmms/pkg/PLIST # audio/xmms/files # audio/xmms/files/md5 # audio/xmms/patches # audio/xmms/patches/patch-ab # audio/xmms/patches/patch-ac # audio/xmms/patches/patch-aa # echo c - audio/xmms mkdir -p audio/xmms > /dev/null 2>&1 echo x - audio/xmms/Makefile sed 's/^X//' >audio/xmms/Makefile << 'END-of-audio/xmms/Makefile' X# New ports collection makefile for: xmms X# Version required: 0.9.1 X# Date created: 3 July 1999 X# Whom: Espen Skoglund X# X# $Id:$ X# X XDISTNAME= xmms-0.9.1 XCATEGORIES= audio XMASTER_SITES= ftp://ftp.xmms.org/xmms/0.9/ X XMAINTAINER= espensk@stud.cs.uit.no X XLIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ X glib12.2:${PORTSDIR}/devel/glib12 X XGNU_CONFIGURE= yes X#CONFIGURE_ARGS= "--no-recursion" XCONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config \ X GLIB_CONFIG=${LOCALBASE}/bin/glib12-config X Xpost-configure: X X X.include END-of-audio/xmms/Makefile echo c - audio/xmms/pkg mkdir -p audio/xmms/pkg > /dev/null 2>&1 echo x - audio/xmms/pkg/COMMENT sed 's/^X//' >audio/xmms/pkg/COMMENT << 'END-of-audio/xmms/pkg/COMMENT' XX Multimedia System --- An audio player with a Winamp GUI END-of-audio/xmms/pkg/COMMENT echo x - audio/xmms/pkg/DESCR sed 's/^X//' >audio/xmms/pkg/DESCR << 'END-of-audio/xmms/pkg/DESCR' XXMMS --- X Multimedia System. XMMS is a multimedia player based on Xthe look of Winamp. Currently it plays mpeg layer 1/2/3, wav, au, and Xall formats supported by libmikmod. It also plays CD audio. X XHomepage is located on . X X eSk END-of-audio/xmms/pkg/DESCR echo x - audio/xmms/pkg/PLIST sed 's/^X//' >audio/xmms/pkg/PLIST << 'END-of-audio/xmms/pkg/PLIST' Xbin/wmxmms Xbin/xmms Xinclude/xmms/configfile.h Xinclude/xmms/dirbrowser.h Xinclude/xmms/plugin.h Xinclude/xmms/xmmsctrl.h Xlib/libxmms.a Xlib/libxmms.la Xlib/libxmms.so.9 X@exec ln -fs %D/%F %B/libxmms.so X@unexec rm -f %B/libxmms.so Xlib/xmms/Effect/libecho.la Xlib/xmms/Effect/libecho.so Xlib/xmms/Effect/libsrndecho.la Xlib/xmms/Effect/libsrndecho.so Xlib/xmms/Effect/libstereo.la Xlib/xmms/Effect/libstereo.so Xlib/xmms/Effect/libvoice.la Xlib/xmms/Effect/libvoice.so Xlib/xmms/General/libir.la Xlib/xmms/General/libir.so Xlib/xmms/General/libsong_change.la Xlib/xmms/General/libsong_change.so Xlib/xmms/Input/libcdaudio.la Xlib/xmms/Input/libcdaudio.so Xlib/xmms/Input/libmpg123.la Xlib/xmms/Input/libmpg123.so Xlib/xmms/Input/libwav.la Xlib/xmms/Input/libwav.so Xlib/xmms/Output/libOSS.la Xlib/xmms/Output/libOSS.so Xlib/xmms/Output/libdisk_writer.la Xlib/xmms/Output/libdisk_writer.so Xshare/xmms/wmxmms.xpm X@dirrm include/xmms X@dirrm lib/xmms/Effect X@dirrm lib/xmms/General X@dirrm lib/xmms/Input X@dirrm lib/xmms/Output X@dirrm lib/xmms X@dirrm share/xmms END-of-audio/xmms/pkg/PLIST echo c - audio/xmms/files mkdir -p audio/xmms/files > /dev/null 2>&1 echo x - audio/xmms/files/md5 sed 's/^X//' >audio/xmms/files/md5 << 'END-of-audio/xmms/files/md5' XMD5 (xmms-0.9.1.tar.gz) = 57a3ff0102ece7583c4ed2af876404fb END-of-audio/xmms/files/md5 echo c - audio/xmms/patches mkdir -p audio/xmms/patches > /dev/null 2>&1 echo x - audio/xmms/patches/patch-ab sed 's/^X//' >audio/xmms/patches/patch-ab << 'END-of-audio/xmms/patches/patch-ab' X*** configure.orig Sat Jul 3 19:47:22 1999 X--- configure Sat Jul 3 19:46:47 1999 X*************** X*** 637,642 **** X--- 637,643 ---- X fi X fi X echo "$ac_t""$INSTALL" 1>&6 X+ ac_cv_path_install="$INSTALL" X X # Use test -z because SunOS4 sh mishandles braces in ${var-val}. X # It thinks the first close brace ends the variable substitution. END-of-audio/xmms/patches/patch-ab echo x - audio/xmms/patches/patch-ac sed 's/^X//' >audio/xmms/patches/patch-ac << 'END-of-audio/xmms/patches/patch-ac' X*** libxmms/configure.orig Sat Jul 3 19:47:39 1999 X--- libxmms/configure Sat Jul 3 19:46:37 1999 X*************** X*** 579,585 **** X # ./install, which can be erroneously created by make from ./install.sh. X echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 X echo "configure:582: checking for a BSD compatible install" >&5 X! if test -z "$INSTALL"; then X if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then X echo $ac_n "(cached) $ac_c" 1>&6 X else X--- 579,585 ---- X # ./install, which can be erroneously created by make from ./install.sh. X echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 X echo "configure:582: checking for a BSD compatible install" >&5 X! if test -z "$NO___INSTALL"; then X if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then X echo $ac_n "(cached) $ac_c" 1>&6 X else END-of-audio/xmms/patches/patch-ac echo x - audio/xmms/patches/patch-aa sed 's/^X//' >audio/xmms/patches/patch-aa << 'END-of-audio/xmms/patches/patch-aa' X*** Output/OSS/audio.c.orig Wed Jun 16 21:51:12 1999 X--- Output/OSS/audio.c Sat Jul 3 17:32:16 1999 X*************** X*** 89,95 **** X else X bytes = 0; X X! if (!oss_used() && bytes <= 0) X return FALSE; X X return TRUE; X--- 89,95 ---- X else X bytes = 0; X X! if (!oss_used() /*&& bytes <= 0*/) X return FALSE; X X return TRUE; X*************** X*** 185,198 **** X X void oss_write(void *ptr, gint length) X { X! gint cnt, off = 0, w; X X if (!realtime) X { X- while (oss_free() < length) X- xmms_usleep(10000); X- X remove_prebuffer = FALSE; X written += length; X while (length > 0) X { X--- 185,197 ---- X X void oss_write(void *ptr, gint length) X { X! gint cnt, off = 0; X! audio_buf_info abuf_info; X X if (!realtime) X { X remove_prebuffer = FALSE; X+ X written += length; X while (length > 0) X { X*************** X*** 200,206 **** X memcpy(buffer + wr_index, ptr + off, cnt); X wr_index = (wr_index + cnt) % buffer_size; X length -= cnt; X! off = cnt; X X } X } X--- 199,205 ---- X memcpy(buffer + wr_index, ptr + off, cnt); X wr_index = (wr_index + cnt) % buffer_size; X length -= cnt; X! off += cnt; X X } X } X*************** X*** 208,231 **** X { X if (paused) X return; X! X! if (frequency == efrequency) X! w = write(fd, ptr, length); X! else X! w = oss_downsample(ptr, length, frequency, efrequency); X! X! if (w == -1 && errno == EIO) X { X! close(fd); X! fd = open(device_name, O_WRONLY); X! oss_set_audio_params(); X! if (frequency == efrequency) X! w = write(fd, ptr, length); X! else X! w = oss_downsample(ptr, length, frequency, efrequency); X } X written += length; X- output_bytes += w; X } X X } X--- 207,223 ---- X { X if (paused) X return; X! ioctl(fd,SNDCTL_DSP_GETOSPACE,&abuf_info); X! while(abuf_info.bytes < length) X { X! xmms_usleep(10000); X! ioctl(fd,SNDCTL_DSP_GETOSPACE,&abuf_info); X } X+ if(frequency==efrequency) X+ output_bytes += write(fd,ptr,length); X+ else X+ output_bytes += oss_downsample(ptr,length,frequency,efrequency); X written += length; X } X X } X*************** X*** 281,323 **** X void *oss_loop(void *arg) X { X gint length, cnt, w; X- audio_buf_info abuf_info; X fd_set set; X struct timeval tv; X X while (going) X { X if (oss_used() > prebuffer_size) X- { X prebuffer = FALSE; X- } X if (oss_used() > 0 && !paused && !prebuffer) X { X length = min(blk_size, oss_used()); X while (length > 0) X { X cnt = min(length, buffer_size - rd_index); X! X! if (frequency == efrequency) X! w = write(fd, buffer + rd_index, cnt); X! else X! w = oss_downsample(buffer + rd_index, cnt, frequency, efrequency); X! if (w == -1 && errno == EIO) X { X! close(fd); X! fd = open(device_name, O_WRONLY); X! oss_set_audio_params(); X! if (frequency == efrequency) X! w = write(fd, buffer + rd_index, cnt); X! else X! w = oss_downsample(buffer + rd_index, cnt, frequency, efrequency); X } X! output_bytes += w; X! rd_index = (rd_index + cnt) % buffer_size; X! length -= cnt; X } X! /* if (!oss_used()) X! ioctl(fd, SNDCTL_DSP_POST, 0);*/ X } X else X xmms_usleep(10000); X--- 273,312 ---- X void *oss_loop(void *arg) X { X gint length, cnt, w; X fd_set set; X struct timeval tv; X+ audio_buf_info abuf_info; X X while (going) X { X if (oss_used() > prebuffer_size) X prebuffer = FALSE; X if (oss_used() > 0 && !paused && !prebuffer) X { X length = min(blk_size, oss_used()); X while (length > 0) X { X cnt = min(length, buffer_size - rd_index); X! ioctl(fd,SNDCTL_DSP_GETOSPACE,&abuf_info); X! if(abuf_info.bytes >= length) X { X! while(length > 0) X! { X! cnt = min(length,buffer_size-rd_index); X! if(frequency==efrequency) X! output_bytes += write(fd,buffer+rd_index,cnt); X! else X! output_bytes += oss_downsample(buffer+rd_index,cnt,frequency,efrequency); X! rd_index=(rd_index+cnt)%buffer_size; X! length-=cnt; X! } X } X! else X! xmms_usleep(10000); X! X } X! if (!oss_used()) X! ioctl(fd, SNDCTL_DSP_POST, 0); X } X else X xmms_usleep(10000); X*************** X*** 450,466 **** X X channels = nch; X frequency = rate; X! buffer_size = (oss_cfg.buffer_size * bps) / 1000; X! if (buffer_size < 8192) X! buffer_size = 8192; X! prebuffer_size = (buffer_size * oss_cfg.prebuffer) / 100; X! if (buffer_size - prebuffer_size < 4096) X! prebuffer_size = buffer_size - 4096; X! X! buffer_size += device_buffer_size; X! buffer = g_malloc0(buffer_size); X! mlock(buffer, buffer_size); X! X going = 1; X flush = -1; X prebuffer = 1; X--- 439,457 ---- X X channels = nch; X frequency = rate; X! if(!realtime) X! { X! buffer_size = (oss_cfg.buffer_size * bps) / 1000; X! if (buffer_size < 8192) X! buffer_size = 8192; X! prebuffer_size = (buffer_size * oss_cfg.prebuffer) / 100; X! if (buffer_size - prebuffer_size < 4096) X! prebuffer_size = buffer_size - 4096; X! X! buffer_size += device_buffer_size; X! buffer = g_malloc0(buffer_size); X! mlock(buffer, buffer_size); X! } X going = 1; X flush = -1; X prebuffer = 1; END-of-audio/xmms/patches/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 3 12:18:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix14.ix.netcom.com (dfw-ix14.ix.netcom.com [206.214.98.14]) by hub.freebsd.org (Postfix) with ESMTP id 3E3CF14F41; Sat, 3 Jul 1999 12:18:22 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix14.ix.netcom.com (8.8.4/8.8.4) id OAA14466; Sat, 3 Jul 1999 14:18:20 -0500 (CDT) Received: from sji-ca44-84.ix.netcom.com(209.111.212.212) by dfw-ix14.ix.netcom.com via smap (V1.3) id rma014459; Sat Jul 3 14:18:13 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id MAA88380; Sat, 3 Jul 1999 12:17:28 -0700 (PDT) Date: Sat, 3 Jul 1999 12:17:28 -0700 (PDT) Message-Id: <199907031917.MAA88380@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: obrien@FreeBSD.org Cc: sada@FreeBSD.org, ports@FreeBSD.org In-reply-to: <19990703111946.A29483@dragon.nuxi.com> (obrien@FreeBSD.org) Subject: Re: cvs commit: ports/games/oneko-sakura - Imported sources From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) References: <199906041744.KAA70191@freefall.freebsd.org> <19990703111946.A29483@dragon.nuxi.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: "David O'Brien" * Is there some reason this needs to be a seperate port, rather than just * add this to the existing oneko port? Because it has different licensing terms? -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 3 12:20:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 039A8151FF for ; Sat, 3 Jul 1999 12:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA60573; Sat, 3 Jul 1999 12:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mx.issei.org (mx.issei.org [210.169.187.134]) by hub.freebsd.org (Postfix) with ESMTP id 7B7E214DD2 for ; Sat, 3 Jul 1999 12:13:39 -0700 (PDT) (envelope-from issei@issei.org) Received: from localhost (localhost [127.0.0.1]) by mx.issei.org (Postfix) with ESMTP id C75061F26 for ; Sun, 4 Jul 1999 04:13:36 +0900 (JST) Message-Id: <19990704040812Q.issei@issei.org> Date: Sun, 04 Jul 1999 04:08:12 +0900 From: issei@jp.freebsd.org Reply-To: issei@jp.freebsd.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12499: Update port : japanese/tcsh Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12499 >Category: ports >Synopsis: Update port: japanese/tcsh >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 Jul 3 12:20:03 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Issei Suzuki >Release: FreeBSD 3.2-STABLE i386 >Organization: Individual >Environment: >Description: Update base tcsh version from 6.08.02 to 6.08.05. >How-To-Repeat: >Fix: Apply the following patch to that of port-current. diff -urN tcsh.old/Makefile tcsh/Makefile --- tcsh.old/Makefile Sat Dec 5 08:32:15 1998 +++ tcsh/Makefile Sun Jul 4 03:32:36 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: tcsh with multibyte support enabled -# Version required: 6.08.00 +# Version required: 6.08.05 # Date created: 29 November 1997 # Whom: Issei Suzuki # # $Id: Makefile,v 1.8 1998/12/04 16:17:52 flathill Exp $ # -DISTNAME= tcsh-6.08.02 -PKGNAME= ja-tcsh-6.08.02 +DISTNAME= tcsh-6.08.05 +PKGNAME= ja-tcsh-6.08.05 CATEGORIES= japanese shells MASTER_SITES= ftp://ftp.astron.com/pri/ diff -urN tcsh.old/files/md5 tcsh/files/md5 --- tcsh.old/files/md5 Sat Dec 5 08:32:30 1998 +++ tcsh/files/md5 Wed May 12 15:17:15 1999 @@ -1 +1 @@ -MD5 (tcsh-6.08.02.tar.gz) = 72ebe4f11123bf6c4b04e674139e9478 +MD5 (tcsh-6.08.05.tar.gz) = df0a9feb9ad56cca8fcc0d93a2f607d9 >Release-Note: >Audit-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 Jul 3 12:20:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B14351522D for ; Sat, 3 Jul 1999 12:20:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA60583; Sat, 3 Jul 1999 12:20:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mx.issei.org (mx.issei.org [210.169.187.134]) by hub.freebsd.org (Postfix) with ESMTP id C038714ECF for ; Sat, 3 Jul 1999 12:13:40 -0700 (PDT) (envelope-from issei@issei.org) Received: from localhost (localhost [127.0.0.1]) by mx.issei.org (Postfix) with ESMTP id AC4D91F31 for ; Sun, 4 Jul 1999 04:13:38 +0900 (JST) Message-Id: <19990704041414Y.issei@issei.org> Date: Sun, 04 Jul 1999 04:14:14 +0900 From: issei@jp.freebsd.org Reply-To: issei@jp.freebsd.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12500: Update port: japanese/tcsh-nls-* Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12500 >Category: ports >Synopsis: Update port: japanese/tcsh-nls-* >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 Jul 3 12:20:05 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Issei Suzuki >Release: FreeBSD 3.2-STABLE i386 >Organization: Individual >Environment: >Description: Update DISTFILES. The old distfile (tcsh-6.08.02.add2.tar.gz) is no longer available at master site. >How-To-Repeat: >Fix: Apply the following patch to that of ports-current. diff -urN old/tcsh-nls-asuka/Makefile new/tcsh-nls-asuka/Makefile --- old/tcsh-nls-asuka/Makefile Thu Jan 7 08:31:47 1999 +++ new/tcsh-nls-asuka/Makefile Sun Jul 4 03:51:34 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: ja-tcsh NLS catalog (Soryu Asuka Langley) -# Version required: 6.08.02 +# Version required: 6.08.05 # Date created: 19 August 1998 # Whom: Issei Suzuki # # $Id: Makefile,v 1.4 1999/01/06 19:12:19 sada Exp $ # -DISTNAME= tcsh-6.08.02.add2 -PKGNAME= ja-tcsh-nls-asuka-6.08.02 +DISTNAME= tcsh-6.08.05.add2 +PKGNAME= ja-tcsh-nls-asuka-6.08.05 CATEGORIES= japanese shells MASTER_SITES= http://www2.wbs.ne.jp/~znc/tcsh/ diff -urN old/tcsh-nls-ayanami/Makefile new/tcsh-nls-ayanami/Makefile --- old/tcsh-nls-ayanami/Makefile Thu Jan 7 08:31:49 1999 +++ new/tcsh-nls-ayanami/Makefile Sun Jul 4 03:52:41 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: ja-tcsh NLS catalog (Ayanami Rei) -# Version required: 6.08.02 +# Version required: 6.08.05 # Date created: 19 August 1998 # Whom: Issei Suzuki # # $Id: Makefile,v 1.4 1999/01/06 19:12:20 sada Exp $ # -DISTNAME= tcsh-6.08.02.add2 -PKGNAME= ja-tcsh-nls-ayanami-6.08.02 +DISTNAME= tcsh-6.08.05.add2 +PKGNAME= ja-tcsh-nls-ayanami-6.08.05 CATEGORIES= japanese shells MASTER_SITES= http://www2.wbs.ne.jp/~znc/tcsh/ diff -urN old/tcsh-nls-generic/Makefile new/tcsh-nls-generic/Makefile --- old/tcsh-nls-generic/Makefile Thu Jan 7 08:31:50 1999 +++ new/tcsh-nls-generic/Makefile Sun Jul 4 03:35:05 1999 @@ -1,5 +1,5 @@ # New ports collection makefile for: ja-tcsh NLS catalog (Generic Japanese) -# Version required: 6.08.02 +# Version required: 6.08.05 # Date created: 19 August 1998 # Whom: Issei Suzuki # @@ -7,8 +7,8 @@ # .if !defined(NLSSRC) -DISTNAME= tcsh-6.08.02 -PKGNAME= ja-tcsh-nls-generic-6.08.02 +DISTNAME= tcsh-6.08.05 +PKGNAME= ja-tcsh-nls-generic-6.08.05 CATEGORIES= japanese shells MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ \ http://www2.wbs.ne.jp/~znc/tcsh/ @@ -23,7 +23,7 @@ BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf RUN_DEPENDS= tcsh:${PORTSDIR}/japanese/tcsh -WRKSRC= ${WRKDIR}/tcsh-6.08.02.add2 +WRKSRC= ${WRKDIR}/tcsh-6.08.05.add2 NLSDIR= ${PREFIX}/share/nls GENCAT= /usr/bin/gencat diff -urN old/tcsh-nls-generic/files/md5 new/tcsh-nls-generic/files/md5 --- old/tcsh-nls-generic/files/md5 Thu Jan 7 08:31:50 1999 +++ new/tcsh-nls-generic/files/md5 Sun Jul 4 03:32:49 1999 @@ -1,2 +1,2 @@ -MD5 (tcsh-6.08.02.tar.gz) = 72ebe4f11123bf6c4b04e674139e9478 -MD5 (tcsh-6.08.02.add2.tar.gz) = bc481e43ea0a48d5f75cc4d6b8daa0a5 +MD5 (tcsh-6.08.05.tar.gz) = df0a9feb9ad56cca8fcc0d93a2f607d9 +MD5 (tcsh-6.08.05.add2.tar.gz) = 6ee5646d5ae10fcda46c4ae57dc4ca9f diff -urN old/tcsh-nls-koshiki/Makefile new/tcsh-nls-koshiki/Makefile --- old/tcsh-nls-koshiki/Makefile Thu Jan 7 08:31:50 1999 +++ new/tcsh-nls-koshiki/Makefile Sun Jul 4 03:59:06 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: ja-tcsh NLS catalog (Koshiki Yukari) -# Version required: 6.08.02 +# Version required: 6.08.05 # Date created: 19 August 1998 # Whom: Issei Suzuki # # $Id: Makefile,v 1.4 1999/01/06 19:12:21 sada Exp $ # -DISTNAME= tcsh-6.08.02.add2 -PKGNAME= ja-tcsh-nls-koshiki-6.08.02 +DISTNAME= tcsh-6.08.05.add2 +PKGNAME= ja-tcsh-nls-koshiki-6.08.05 CATEGORIES= japanese shells MASTER_SITES= http://www2.wbs.ne.jp/~znc/tcsh/ diff -urN old/tcsh-nls-merril/Makefile new/tcsh-nls-merril/Makefile --- old/tcsh-nls-merril/Makefile Thu Jan 7 04:18:07 1999 +++ new/tcsh-nls-merril/Makefile Sun Jul 4 04:00:15 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: ja-tcsh NLS catalog (Merril) -# Version required: 6.08.02 +# Version required: 6.08.05 # Date created: 6 January 1999 # Whom: Issei Suzuki # # $Id: Makefile,v 1.1.1.1 1999/01/06 19:18:07 sada Exp $ # -DISTNAME= tcsh-6.08.02.add2 -PKGNAME= ja-tcsh-nls-merril-6.08.02 +DISTNAME= tcsh-6.08.05.add2 +PKGNAME= ja-tcsh-nls-merril-6.08.05 CATEGORIES= japanese shells MASTER_SITES= http://www2.wbs.ne.jp/~znc/tcsh/ diff -urN old/tcsh-nls-miyakonjo/Makefile new/tcsh-nls-miyakonjo/Makefile --- old/tcsh-nls-miyakonjo/Makefile Thu Jan 7 04:20:20 1999 +++ new/tcsh-nls-miyakonjo/Makefile Sun Jul 4 04:00:30 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: ja-tcsh NLS catalog (Miyakonjo) -# Version required: 6.08.02 +# Version required: 6.08.05 # Date created: 6 January 1999 # Whom: Issei Suzuki # # $Id: Makefile,v 1.1.1.1 1999/01/06 19:20:20 sada Exp $ # -DISTNAME= tcsh-6.08.02.add2 -PKGNAME= ja-tcsh-nls-miyakonjo-6.08.02 +DISTNAME= tcsh-6.08.05.add2 +PKGNAME= ja-tcsh-nls-miyakonjo-6.08.05 CATEGORIES= japanese shells MASTER_SITES= http://www2.wbs.ne.jp/~znc/tcsh/ diff -urN old/tcsh-nls-multi/Makefile new/tcsh-nls-multi/Makefile --- old/tcsh-nls-multi/Makefile Thu Jan 7 08:31:52 1999 +++ new/tcsh-nls-multi/Makefile Sun Jul 4 04:00:41 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: ja-tcsh NLS catalog (Multi) -# Version required: 6.08.02 +# Version required: 6.08.05 # Date created: 19 August 1998 # Whom: Issei Suzuki # # $Id: Makefile,v 1.4 1999/01/06 19:12:22 sada Exp $ # -DISTNAME= tcsh-6.08.02.add2 -PKGNAME= ja-tcsh-nls-multi-6.08.02 +DISTNAME= tcsh-6.08.05.add2 +PKGNAME= ja-tcsh-nls-multi-6.08.05 CATEGORIES= japanese shells MASTER_SITES= http://www2.wbs.ne.jp/~znc/tcsh/ diff -urN old/tcsh-nls-rishu/Makefile new/tcsh-nls-rishu/Makefile --- old/tcsh-nls-rishu/Makefile Thu Jan 7 04:22:26 1999 +++ new/tcsh-nls-rishu/Makefile Sun Jul 4 04:00:48 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: ja-tcsh NLS catalog (Rishu) -# Version required: 6.08.02 +# Version required: 6.08.05 # Date created: 19 August 1998 # Whom: Issei Suzuki # # $Id: Makefile,v 1.1.1.1 1999/01/06 19:22:26 sada Exp $ # -DISTNAME= tcsh-6.08.02.add2 -PKGNAME= ja-tcsh-nls-rishu-6.08.02 +DISTNAME= tcsh-6.08.05.add2 +PKGNAME= ja-tcsh-nls-rishu-6.08.05 CATEGORIES= japanese shells MASTER_SITES= http://www2.wbs.ne.jp/~znc/tcsh/ diff -urN old/tcsh-nls-roomi/Makefile new/tcsh-nls-roomi/Makefile --- old/tcsh-nls-roomi/Makefile Thu Jan 7 08:31:53 1999 +++ new/tcsh-nls-roomi/Makefile Sun Jul 4 04:00:57 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: ja-tcsh NLS catalog (Roomi) -# Version required: 6.08.02 +# Version required: 6.08.05 # Date created: 19 August 1998 # Whom: Issei Suzuki # # $Id: Makefile,v 1.4 1999/01/06 19:12:22 sada Exp $ # -DISTNAME= tcsh-6.08.02.add2 -PKGNAME= ja-tcsh-nls-roomi-6.08.02 +DISTNAME= tcsh-6.08.05.add2 +PKGNAME= ja-tcsh-nls-roomi-6.08.05 CATEGORIES= japanese shells MASTER_SITES= http://www2.wbs.ne.jp/~znc/tcsh/ diff -urN old/tcsh-nls-ruri2/Makefile new/tcsh-nls-ruri2/Makefile --- old/tcsh-nls-ruri2/Makefile Thu Jan 7 08:31:53 1999 +++ new/tcsh-nls-ruri2/Makefile Sun Jul 4 04:01:03 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: ja-tcsh NLS catalog (Hoshino Ruri) -# Version required: 6.08.02 +# Version required: 6.08.05 # Date created: 19 August 1998 # Whom: Issei Suzuki # # $Id: Makefile,v 1.4 1999/01/06 19:12:23 sada Exp $ # -DISTNAME= tcsh-6.08.02.add2 -PKGNAME= ja-tcsh-nls-ruri2-6.08.02 +DISTNAME= tcsh-6.08.05.add2 +PKGNAME= ja-tcsh-nls-ruri2-6.08.05 CATEGORIES= japanese shells MASTER_SITES= http://www2.wbs.ne.jp/~znc/tcsh/ >Release-Note: >Audit-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 Jul 3 12:20:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B85C152BA for ; Sat, 3 Jul 1999 12:20:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA60602; Sat, 3 Jul 1999 12:20:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from nohow.demon.co.uk (host5-171-251-243.btinternet.com [195.171.251.243]) by hub.freebsd.org (Postfix) with ESMTP id 5324A14C27 for ; Sat, 3 Jul 1999 12:17:33 -0700 (PDT) (envelope-from jose@nohow.demon.co.uk) Received: (from root@localhost) by nohow.demon.co.uk (8.9.3/8.9.3) id UAA35829; Sat, 3 Jul 1999 20:09:27 +0100 (BST) (envelope-from jose) Message-Id: <199907031909.UAA35829@nohow.demon.co.uk> Date: Sat, 3 Jul 1999 20:09:27 +0100 (BST) From: jose@nobody.org Reply-To: jose@nobody.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12501: Hotjava 3.0 port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12501 >Category: ports >Synopsis: Hotjava 3.0 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 Jul 3 12:20:05 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jose Marques >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: A port for Sun's Hotjava 3.0 web browser. See attached shar archive below. >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: # # hotjava # hotjava/Makefile # hotjava/files # hotjava/files/md5 # hotjava/pkg # hotjava/pkg/COMMENT # hotjava/pkg/DESCR # hotjava/pkg/PLIST # echo c - hotjava mkdir -p hotjava > /dev/null 2>&1 echo x - hotjava/Makefile sed 's/^X//' >hotjava/Makefile << 'END-of-hotjava/Makefile' X# New ports collection makefile for: Hotjava 3.0 X# Version required: 3.0 X# Date created: 1999/07/03 X# Whom: Jose Marques X# X# $Id$ X# X XDISTNAME= hjb3_0-linux.sfx XPKGNAME= hotjava-3.0 XCATEGORIES= www java XMASTER_SITES= XEXTRACT_SUFX= X XMAINTAINER= jose@nobody.org X XRUN_DEPENDS= ${PREFIX}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk X XEXTRACT_ONLY= X XJDK_VERSION= 1.1.8 X XNO_CDROM= "See the licence" XRESTRICTED= "Licenced for individual non-commercial use only" X Xdo-fetch: X @if [ ! -f ${DISTDIR}/${DISTNAME} ]; then \ X ${ECHO_MSG} "=========================================================="; \ X ${ECHO_MSG} "You must fetch the linux version manually from"; \ X ${ECHO_MSG} " http://java.sun.com/products/hotjava/"; \ X ${ECHO_MSG} "and copy it into ${DISTDIR}"; \ X ${ECHO_MSG} "=========================================================="; \ X fi X Xdo-build: X @${SED} -e s,/usr/bin/hotjava,${PREFIX}/bin/hotjava,g ${DISTDIR}/${DISTNAME} > ${WRKDIR}/${DISTNAME} X Xdo-install: X @${SH} ${WRKDIR}/${DISTNAME} ${PREFIX}/jdk${JDK_VERSION} ${PREFIX}/share/java X X.include END-of-hotjava/Makefile echo c - hotjava/files mkdir -p hotjava/files > /dev/null 2>&1 echo x - hotjava/files/md5 sed 's/^X//' >hotjava/files/md5 << 'END-of-hotjava/files/md5' XMD5 (hjb3_0-linux.sfx) = f554e615fe51cba5a6280af6f3e84764 END-of-hotjava/files/md5 echo c - hotjava/pkg mkdir -p hotjava/pkg > /dev/null 2>&1 echo x - hotjava/pkg/COMMENT sed 's/^X//' >hotjava/pkg/COMMENT << 'END-of-hotjava/pkg/COMMENT' XSun's Hotjava web browser END-of-hotjava/pkg/COMMENT echo x - hotjava/pkg/DESCR sed 's/^X//' >hotjava/pkg/DESCR << 'END-of-hotjava/pkg/DESCR' XThe latest version of Sun's Hotjava web browser. See the Hotjava web pages Xat: X X http://java.sun.com/products/hotjava/ X Xfor more details. X X-- XJose Marques END-of-hotjava/pkg/DESCR echo x - hotjava/pkg/PLIST sed 's/^X//' >hotjava/pkg/PLIST << 'END-of-hotjava/pkg/PLIST' Xbin/hotjava Xshare/java/HotJava/README Xshare/java/HotJava/license.html Xshare/java/HotJava/Browser.jar Xshare/java/HotJava/admin-docs/Legal_PRN.html Xshare/java/HotJava/admin-docs/js-exceptions.html Xshare/java/HotJava/admin-docs/properties.html Xshare/java/HotJava/admin-docs/security.html Xshare/java/HotJava/admin-docs/applet_environment.html Xshare/java/HotJava/admin-docs/index.html Xshare/java/HotJava/admin-docs/admin.properties.txt Xshare/java/HotJava/admin-docs/banner.gif Xshare/java/HotJava/admin-docs/trustProxy.html Xshare/java/HotJava/hotjava X@dirrm share/java/HotJava/admin-docs X@dirrm share/java/HotJava END-of-hotjava/pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 3 12:26: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 5751F14F41; Sat, 3 Jul 1999 12:25:41 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (iras-1-80.ucdavis.edu [169.237.16.80]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id MAA90522; Sat, 3 Jul 1999 12:25:39 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id TAA29936; Sat, 3 Jul 1999 19:25:37 GMT (envelope-from obrien) Date: Sat, 3 Jul 1999 12:25:36 -0700 From: "David O'Brien" To: Satoshi - Ports Wraith - Asami Cc: sada@FreeBSD.org, ports@FreeBSD.org Subject: Re: cvs commit: ports/games/oneko-sakura - Imported sources Message-ID: <19990703122536.A29883@dragon.nuxi.com> Reply-To: obrien@NUXI.com References: <199906041744.KAA70191@freefall.freebsd.org> <19990703111946.A29483@dragon.nuxi.com> <199907031917.MAA88380@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <199907031917.MAA88380@silvia.hip.berkeley.edu>; from Satoshi - Ports Wraith - Asami on Sat, Jul 03, 1999 at 12:17:28PM -0700 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 > * Is there some reason this needs to be a seperate port, rather than just > * add this to the existing oneko port? > > Because it has different licensing terms? We could make it not add the patches if you are building for the CDROM, otherwise build with them. -- -- David (obrien@NUXI.com -or- obrien@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 Jul 3 12:39: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 740F61511F; Sat, 3 Jul 1999 12:38:09 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA63774; Sat, 3 Jul 1999 12:38:09 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 3 Jul 1999 12:38:09 -0700 (PDT) From: Message-Id: <199907031938.MAA63774@freefall.freebsd.org> To: espensk@stud.cs.uit.no, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12498: Port of Xmms (X Multimedia System) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port of Xmms (X Multimedia System) State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Jul 3 12:37:52 PDT 1999 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 Jul 3 16:24:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E5A81526E; Sat, 3 Jul 1999 16:23:53 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA76405; Sat, 3 Jul 1999 16:23:53 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 3 Jul 1999 16:23:53 -0700 (PDT) From: Message-Id: <199907032323.QAA76405@freefall.freebsd.org> To: mitsuru@postman.riken.go.jp, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12473: new port: tinyproxy Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: tinyproxy State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Jul 3 16:23:39 PDT 1999 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 Jul 3 16:52:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A470C15211; Sat, 3 Jul 1999 16:51:15 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA77848; Sat, 3 Jul 1999 16:51:15 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 3 Jul 1999 16:51:15 -0700 (PDT) From: Message-Id: <199907032351.QAA77848@freefall.freebsd.org> To: jose@nobody.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12501: Hotjava 3.0 port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Hotjava 3.0 port State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Jul 3 16:50:58 PDT 1999 State-Changed-Why: New port committed with minor changes, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 3 17:11:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6654E150B1; Sat, 3 Jul 1999 17:11:30 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA80180; Sat, 3 Jul 1999 17:11:30 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 3 Jul 1999 17:11:30 -0700 (PDT) From: Message-Id: <199907040011.RAA80180@freefall.freebsd.org> To: jake@checker.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12476: New Port: ports/java/jlex Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Port: ports/java/jlex State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Jul 3 17:11:12 PDT 1999 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 Jul 3 20:40: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E2CEF14ED1 for ; Sat, 3 Jul 1999 20:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA59762; Sat, 3 Jul 1999 20:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id CE2D014DD4; Sat, 3 Jul 1999 20:31:51 -0700 (PDT) Message-Id: <19990704033151.CE2D014DD4@hub.freebsd.org> Date: Sat, 3 Jul 1999 20:31:51 -0700 (PDT) From: pfgiffun@bachue.usc.unal.edu.co To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12503: New Port: Willows toolkit (developers release) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12503 >Category: ports >Synopsis: New Port: Willows toolkit (developers release) >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 Jul 3 20:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 3.1-Release >Organization: U. Nacional de Colombia >Environment: >Description: This is a Windows API implementation, and a rudimentary windows emulator for FreeBSD. This port is alpha quality and will be replaced with twine as soon as Codeweavers Inc. updates their version. >How-To-Repeat: uuencoded tarball follows >Fix: begin 644 twin.tar.gz M'XL(`+[0?C<``^U:;7/B.!*>K_&OZ-W);(5<,'[!..$N6\,`DV,FD!2PFZW[ M0AE;@#;&\DHV)+,U__U:-B2&0)+:29B].C\5`E:WNB6UU-VR%,UI4'KSNH"R M9EL6O`'0;4N7WP!&.?U.H0%4;-.VRK:N6\BFE4WC#5BOW*X$L8@<#O`F)!YG MC_`AVVBTBP;M%I&T?W@]?LTY\&S[FYHE&4#7#5W/[;\+W-F_?M%N-SO]U]"A M:UJE7-YN?UTS4OOK=MDN2_L;IF:_`>TU&K.._W/[7U'?9W,!?<;\:QK!B'&8 MTC%W(AJ,P0D\\,B,^"R4CUJZS^ M)]>_H1N5I?^OZ':R_G7#R-?_+C!$\]_@'#`-Q:?#$GX<;^:$U#14P99%+INZ MD;]>-%U[]/QQIL3SR-3//I-AO$+W?=59/ER3VR%SN)>A^U]6]$VGXE9$)*MS M*F8NCS(%S">N3U<+Q(QG"D*R(I03Q_-I0.X;(B;$S[9:L#C(MNI!(R+TFU@G MS!8EPYDIF)%L&Y!Z;*_(P!+!W.NUDA`ERZ+WY(:X4(H%+TECD6`&%Q\^?;SH MMFO]TW?O+B^Z_;OG=^^@)"27[[DL&-$Q%*?P[H/R/@Z^34I7$1.'DY+'W%+B M,I!<1")V+5*CFT@=?UGG2*NJ^+R!F,R&,8Z+OHGH^T64[_#;+:(E0X#A9T:V M,.`0%A?ZMS.D,W([/61HT20.KM5-O9=4'#DZVM9![FX<&#E? MI]AG_,TWR17.-/0?HW.W2(6(B=BB=U%SL\WPH]*`;J+PJ"A(%(=+L=_;J^5X M+N[B?Z/9JW=?1\=3^;]=,1?Q7]?L-/YKEI7'_UV@/Z$"\,]9YOE3$D2`SDE@ M<@]L!-&$P'*3$*6;!!6N)M0G2,**+O.((B+D@(`03\"4<;(B+&(P9_P:1AAI MCY845`#H0X`$+HNY,R8>\BGHLR-.AW%$9"VINH_SD\"!_"HV;[`:E3(=OP`A M9[\3-P(,E1'Z11`T<`DX23OFBFP6S&6K4$H`0Z3,'.H[0VPWAG3"L<=#$M!Q M`+B5(8&XTWC5ZC0A)$QZ4D5)]6>[@WV>,%3IP?`6ZJCFBCARO(Z@%;AJMD0V M<48](A1!^`RUR!$$1P@JHNPXT``6L>9NAR78*)K+\<$*YS2(;^163&'8/FRX M'Q&.X8^`K)YNU-*\1*C*WB2*PFJI-)_/U4Q35$S0$E]-2JO..5G_([2F>+TW M0,]^_Z/;IJ7;\OV/95KY^Y]=(&/_J?=*`_Z4_\<`<&]_PY#^W]#TW/_O`NV& M!0=R$A3UDY,3W']75!P/S.$*<`KFT';L8]=PS!-2KK@CZYA8GE7V7&*9Y1/= MR?.\_WFD^9\3N9/7BP#//_\Q];)92?*_BI;[_UU@Q?[)=]%Q7EC'4_Z_8MD+ M^QN659;G?Z9EY>__=H+#P\,DK1J:GK*>[@*^0RF?50V(7D$>(LYNQ]CIOXO$7D^':J3G[.E M/\[3=%B=_(C%R@](&<$/'I$[">]@ZK@TB)B8%%8D37$+P-R%).(+@M_N!&U\ M*"+NQ>$!;C(P_UX4%?Z9]"AM%?XJ?FNK!H->OU$?#`KPTT\OW]87M_^F]3]\ M81U/O?_7-'N9_UF&7DG7?R5?_[N`7)++E[&EMG--Y%Y`I4'J!:YPEYNL;!/T M2E6SJ[IV[P4V57M8P[2V^P)#/T*?L?`%RT6Q?S#T/8_R0B)7Y3'N3>0Z`Z2@ MJ<8D*E3QY\6'3[T"+KZ]_8-ZO8`%C?/SP7GCXWGMK%>`(H/]]TLN*)[?"UTL MWHR:Y2G`ZHG`4F+K@Q3@>SXV`'5UVP5X(*RT_SZEGG<&/4EW8Y[0DS9L9$Y& M,.W_PNO\C?O_PEV7IF?"\_TG)]PQ1I[["?>@SAJ[;E3+QO;95CG2]72R26'X M=.?P\2\=V?N,]!3D^9%(3ZF0XQ_0_W>W66L,?C./*X,1)V0HO+U3:/!9?R)' M3204U;WG=/QPXBQ9894W8%'Z"RO`:@4F1L]AGH2A@__BFS7F,0D(IVZ6-0S= M@4.1<;O8[^V&S_\/(+^._4#[!RM"]P_Z5ZW.("DK%.YJB)2*'N@4LZF5LJ095"H2:^RK"L06!7)3 ME^8:24\7R<;?NZ>]O][3[SV5<_P%)/Y_N81?2<=3_M^R%O=_+4LS3#NY_V?G MYS\[P5OHD'ER_"R/\GV?N/)6+TP7,T+>!ZZBC18W`)2W\.OB:@`G?\24$Z^: MF!!]O*I55+V"'`UY-.WBSB):4"4LN4\C:3!X"U<3-KTC+7$I+0`?53BCHU$< M4.4M;91;?5[)WND6GL M.Q'C(CUW5]JU7K_9'?1:?4D=)4?F^%^=I_U,CLO#>%C*'/R7%*S5ZO3QT^R> M[HW31H;O'3$E&"['BG+5_8SN\70/=\/XL]'J%I(C=^6L\\N@?M'YV#K[I8OM MO,7]_"^]YN"L7?N\>*SA3KM?ZYXU^Z=['@E)X,DK$[ZGX`@D-S0FCGLM;Q[0 M`!B7MQ?D18(9HYZ\QA!3WP/".>,8E*,)L#"B4_HEO9\-+#A"*0X:S/&1=SS" MG6!R,4+$G/BW:/4I`<%8H"HA)\4D!ZPJ>_M_UB^_0M(3[-3]%CZ-A]L(/44) MF8B*\E*&X_M51#TZCU:Y(S5?I5\L3)11#9Q]+AHS+._M.Z'-3;C>V:2H>*BF-.1Y*]U^PW M.[]^S5R/Q&K9ZY%2SGDC->A7><'R7BP&:06[O'R]B_M^52XM=7K]<^3( ED2-'CAPYRelease-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message