From owner-freebsd-ports Sun Oct 24 1:43:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dt050n71.san.rr.com (dt050n71.san.rr.com [204.210.31.113]) by hub.freebsd.org (Postfix) with ESMTP id B6D7814EEA; Sun, 24 Oct 1999 01:43:35 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt050n71.san.rr.com (8.9.3/8.8.8) with ESMTP id BAA71305; Sun, 24 Oct 1999 01:43:35 -0700 (PDT) (envelope-from Doug@gorean.org) Message-ID: <3812C6B7.E5795054@gorean.org> Date: Sun, 24 Oct 1999 01:43:35 -0700 From: Doug Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 4.0-CURRENT-0927 i386) X-Accept-Language: en MIME-Version: 1.0 To: Satoshi - Ports Wraith - Asami Cc: ports@FreeBSD.ORG Subject: Re: cvs commit: ports/mail/emil Makefile ports/x11/kvidtune Makefile ports/mail/mbx2mbox Makefile ports/lang/nawk Makefile ports/net/pathchar Makefile ports/textproc/dict Makefile ports/devel/stlport Makefile ports/textproc/urlview Makefile References: <199910211902.MAA01269@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Satoshi - Ports Wraith - Asami wrote: > > * From: Bill Fenner > > * Remove josh@quick.net as MAINTAINER. Email to josh@quick.net has > * been bouncing with: > * > * : host mx.quick.net said: 550 ... User > * unknown > * > * for over 2 months. > > Does anyone know where Josh went? He got a real life. :) It's safe to remove him. Doug -- "Stop it, I'm gettin' misty." - Mel Gibson as Porter, "Payback" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 24 3:20: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 B4D3D14BFF for ; Sun, 24 Oct 1999 03:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA30744; Sun, 24 Oct 1999 03:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from dominik.saargate.de (p3E9D37A9.dip0.t-ipconnect.de [62.157.55.169]) by hub.freebsd.org (Postfix) with ESMTP id 158AE14CFB for ; Sun, 24 Oct 1999 03:17:57 -0700 (PDT) (envelope-from domi@dominik.saargate.de) Received: (from domi@localhost) by dominik.saargate.de (8.9.3/8.9.3) id MAA41440; Sun, 24 Oct 1999 12:15:02 +0200 (CEST) (envelope-from domi) Message-Id: <199910241015.MAA41440@dominik.saargate.de> Date: Sun, 24 Oct 1999 12:15:02 +0200 (CEST) From: domi@saargate.de Reply-To: domi@saargate.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14493: geg update 0.99.0 -> 1.0.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14493 >Category: ports >Synopsis: geg update 0.99.0 -> 1.0.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 24 03:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dominik Brettnacher >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -urN geg.old/Makefile geg/Makefile --- geg.old/Makefile Sat Oct 23 16:18:26 1999 +++ geg/Makefile Sun Oct 24 12:11:16 1999 @@ -1,21 +1,26 @@ # New ports collection makefile for: geg -# Version required: 0.99.0 +# Version required: 1.0.1 # Date created: 8 Aug 1998 # Whom: rom # # $FreeBSD: ports/math/geg/Makefile,v 1.12 1999/08/25 07:09:49 obrien Exp $ # -DISTNAME= geg-0.99.0 +DISTNAME= geg-1.0.1 CATEGORIES= math -MASTER_SITES= http://www.geocities.com/SiliconValley/Park/2030/ +MASTER_SITES= http://www.infolaunch.com/~daveb/ \ + ftp://metalab.unc.edu/pub/Linux/science/visualization/plotting/ MAINTAINER= domi@saargate.de LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 USE_X_PREFIX= yes -USE_GMAKE= yes GNU_CONFIGURE= yes + +CONFIGURE_ENV= LIBS="-L${X11BASE}/lib -L${LOCALBASE}/lib" + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/src/geg ${PREFIX}/bin .include diff -urN geg.old/files/md5 geg/files/md5 --- geg.old/files/md5 Sat Oct 23 16:18:25 1999 +++ geg/files/md5 Sat Oct 23 16:34:37 1999 @@ -1 +1 @@ -MD5 (geg-0.99.0.tar.gz) = 1b0afc13e316958370023ea690da74ea +MD5 (geg-1.0.1.tar.gz) = 8b12df4e6257641183883883df45d718 diff -urN geg.old/patches/patch-aa geg/patches/patch-aa --- geg.old/patches/patch-aa Sat Oct 23 16:18:25 1999 +++ geg/patches/patch-aa Sat Oct 23 16:37:24 1999 @@ -1,6 +1,6 @@ ---- configure.orig Wed Feb 24 06:38:52 1999 -+++ configure Wed Feb 24 06:39:18 1999 -@@ -1160,8 +1160,8 @@ +--- configure.orig Sat Oct 23 16:34:58 1999 ++++ configure Sat Oct 23 16:36:53 1999 +@@ -1161,8 +1161,8 @@ fi fi @@ -9,9 +9,9 @@ +# Extract the first word of "gtk12-config", so it can be a program name with args. +set dummy gtk12-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 - echo "configure:1167: checking for $ac_word" >&5 + echo "configure:1168: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_GTK_CFLAGS'+set}'`\" = set"; then -@@ -1175,7 +1175,7 @@ +@@ -1176,7 +1176,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$ac_word; then @@ -20,7 +20,7 @@ break fi done -@@ -1189,8 +1189,8 @@ +@@ -1190,8 +1190,8 @@ echo "$ac_t""no" 1>&6 fi @@ -29,9 +29,9 @@ +# Extract the first word of "gtk12-config", so it can be a program name with args. +set dummy gtk12-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 - echo "configure:1196: checking for $ac_word" >&5 + echo "configure:1197: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_GTK_LIBS'+set}'`\" = set"; then -@@ -1204,7 +1204,7 @@ +@@ -1205,7 +1205,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$ac_word; then @@ -40,3 +40,80 @@ break fi done +@@ -1306,14 +1306,14 @@ + echo "$ac_t""no" 1>&6 + fi + +-echo $ac_n "checking for main in -lgdk""... $ac_c" 1>&6 +-echo "configure:1311: checking for main in -lgdk" >&5 ++echo $ac_n "checking for main in -lgdk12""... $ac_c" 1>&6 ++echo "configure:1311: checking for main in -lgdk12" >&5 + ac_lib_var=`echo gdk'_'main | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lgdk $LIBS" ++LIBS="-lgdk12 $LIBS" + cat > conftest.$ac_ext <&6 + fi + +-echo $ac_n "checking for main in -lglib""... $ac_c" 1>&6 +-echo "configure:1354: checking for main in -lglib" >&5 ++echo $ac_n "checking for main in -lglib12""... $ac_c" 1>&6 ++echo "configure:1354: checking for main in -lglib12" >&5 + ac_lib_var=`echo glib'_'main | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lglib $LIBS" ++LIBS="-lglib12 $LIBS" + cat > conftest.$ac_ext <&6 + fi + +-echo $ac_n "checking for main in -lgtk""... $ac_c" 1>&6 +-echo "configure:1397: checking for main in -lgtk" >&5 ++echo $ac_n "checking for main in -lgtk12""... $ac_c" 1>&6 ++echo "configure:1397: checking for main in -lgtk12" >&5 + ac_lib_var=`echo gtk'_'main | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lgtk $LIBS" ++LIBS="-lgtk12 $LIBS" + cat > conftest.$ac_ext <&6 diff -urN geg.old/pkg/DESCR geg/pkg/DESCR --- geg.old/pkg/DESCR Sat Oct 23 16:18:26 1999 +++ geg/pkg/DESCR Sun Oct 24 12:11:43 1999 @@ -2,7 +2,4 @@ 2D-Functions, eg f(x) = 3 + sin(x), and much more complicated functions. It was written with GTK+ and provides a neat, configurable user interface. -WWW: http://www.geocities.com/SiliconValley/Park/2030/ - -- Rom -rom_glsa@ein-hashofet.co.il +WWW: http://www.infolaunch.com/~daveb/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 24 6: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 6B7F314F58 for ; Sun, 24 Oct 1999 06:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA94882; Sun, 24 Oct 1999 06:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 9405314E2E for ; Sun, 24 Oct 1999 06:46:58 -0700 (PDT) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.3/8.9.3) id RAA47528; Sun, 24 Oct 1999 17:46:53 +0400 (MSD) Message-Id: <199910241346.RAA47528@netserv1.chg.ru> Date: Sun, 24 Oct 1999 17:46:53 +0400 (MSD) From: Dmitry Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14494: distfiles fix for net/xferstats Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14494 >Category: ports >Synopsis: distfiles fix for net/xferstats >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 24 06:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dmitry Sivachenko >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -Nur xferstats.old/Makefile xferstats/Makefile --- xferstats.old/Makefile Mon Oct 18 19:55:10 1999 +++ xferstats/Makefile Sun Oct 24 16:27:12 1999 @@ -8,8 +8,7 @@ DISTNAME= xferstats-2.14 CATEGORIES= net -MASTER_SITES= http://xferstats.off.net/download/xferstats-2.00/ \ - ftp://xferstats.off.net/pub/xferstats/xferstats-2.00/ \ +MASTER_SITES= ftp://ftp.wu-ftpd.org/pub/support/ \ ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/ MAINTAINER= dima@Chg.RU >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 24 8: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 26DB8150BB for ; Sun, 24 Oct 1999 08:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA99622; Sun, 24 Oct 1999 08:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from thehousleys.net (frenchknot.ne.mediaone.net [24.218.96.75]) by hub.freebsd.org (Postfix) with ESMTP id 9CAB814C12 for ; Sun, 24 Oct 1999 08:01:21 -0700 (PDT) (envelope-from housley@thehousleys.net) Received: (from housley@localhost) by thehousleys.net (8.9.3/8.9.3) id LAA12094; Sun, 24 Oct 1999 11:01:21 -0400 (EDT) (envelope-from housley) Message-Id: <199910241501.LAA12094@thehousleys.net> Date: Sun, 24 Oct 1999 11:01:21 -0400 (EDT) From: "James E. Housley" Reply-To: housley@thehousleys.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14495: New port--healthd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14495 >Category: ports >Synopsis: Submission of a new port-healthd >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 24 08:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: James E. Housley >Release: FreeBSD 3.3-STABLE i386 >Organization: The Housleys dot Net >Environment: FreeBSD 3.x >Description: Submission of a port to monitor the motherboards hardware # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/sysutils/healthd/ # /usr/ports/sysutils/healthd/Makefile # /usr/ports/sysutils/healthd/pkg # /usr/ports/sysutils/healthd/pkg/COMMENT # /usr/ports/sysutils/healthd/pkg/DESCR # /usr/ports/sysutils/healthd/pkg/PLIST # /usr/ports/sysutils/healthd/files # /usr/ports/sysutils/healthd/files/md5 # /usr/ports/sysutils/healthd/patches # echo c - /usr/ports/sysutils/healthd/ mkdir -p /usr/ports/sysutils/healthd/ > /dev/null 2>&1 echo x - /usr/ports/sysutils/healthd/Makefile sed 's/^X//' >/usr/ports/sysutils/healthd/Makefile << 'END-of-/usr/ports/sysutils/healthd/Makefile' X# New ports collection makefile for: healthd X# Version required: 0.1 X# Date created: 24 October 1999 X# Whom: jim@thehousleys.net X# X# $FreeBSD$ X# X XDISTNAME= healthd-0.1 XCATEGORIES= sysutils XMASTER_SITES= http://www.thehousleys.net/healthd/ X XMAINTAINER= jim@thehousleys.net X XHAS_CONFIGURE= yes XCONFIGURE_ARGS= --exec-prefix=${PREFIX} X X.include END-of-/usr/ports/sysutils/healthd/Makefile echo c - /usr/ports/sysutils/healthd/pkg mkdir -p /usr/ports/sysutils/healthd/pkg > /dev/null 2>&1 echo x - /usr/ports/sysutils/healthd/pkg/COMMENT sed 's/^X//' >/usr/ports/sysutils/healthd/pkg/COMMENT << 'END-of-/usr/ports/sysutils/healthd/pkg/COMMENT' XA daemon to monitor vital motherboard parameters. END-of-/usr/ports/sysutils/healthd/pkg/COMMENT echo x - /usr/ports/sysutils/healthd/pkg/DESCR sed 's/^X//' >/usr/ports/sysutils/healthd/pkg/DESCR << 'END-of-/usr/ports/sysutils/healthd/pkg/DESCR' XThis is a deamon the uses the LM78/79 or WINBond hardware monitor chips Xto warn the operator when something is out of range. The software is Xcapable of monitoring up to 3 tempuratures, 3 fan speeds and 7 voltages. XThe configuration file specifies which functions are active and their Xacceptable ranges. X XWWW: http://thehousleys.net/healthd/ X X- Jim Xjim@thehousleys.net END-of-/usr/ports/sysutils/healthd/pkg/DESCR echo x - /usr/ports/sysutils/healthd/pkg/PLIST sed 's/^X//' >/usr/ports/sysutils/healthd/pkg/PLIST << 'END-of-/usr/ports/sysutils/healthd/pkg/PLIST' Xbin/healthd Xetc/healthd.conf.sample END-of-/usr/ports/sysutils/healthd/pkg/PLIST echo c - /usr/ports/sysutils/healthd/files mkdir -p /usr/ports/sysutils/healthd/files > /dev/null 2>&1 echo x - /usr/ports/sysutils/healthd/files/md5 sed 's/^X//' >/usr/ports/sysutils/healthd/files/md5 << 'END-of-/usr/ports/sysutils/healthd/files/md5' XMD5 (healthd-0.1.tar.gz) = f03c4af9c3e6b195eab9a516e65e42d2 END-of-/usr/ports/sysutils/healthd/files/md5 echo c - /usr/ports/sysutils/healthd/patches mkdir -p /usr/ports/sysutils/healthd/patches > /dev/null 2>&1 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 Oct 24 10:30: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E8302150CD for ; Sun, 24 Oct 1999 10:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA07609; Sun, 24 Oct 1999 10:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 3995F14F9B for ; Sun, 24 Oct 1999 10:28:27 -0700 (PDT) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id E830C9B22; Sun, 24 Oct 1999 13:28:26 -0400 (EDT) Message-Id: <19991024172826.E830C9B22@pawn.primelocation.net> Date: Sun, 24 Oct 1999 13:28:26 -0400 (EDT) From: jedgar@fxp.org Reply-To: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14496: New port: graphics/tkxanim Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14496 >Category: ports >Synopsis: New port: graphics/tkxanim >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 24 10:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 4.0-CURRENT i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: FreeBSD 4.0-CURRENT i386 >Description: New port: graphics/tkxanim tcl/tk frontend to xanim >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: # # tkxanim # tkxanim/Makefile # tkxanim/files # tkxanim/files/md5 # tkxanim/patches # tkxanim/patches/patch-aa # tkxanim/pkg # tkxanim/pkg/PLIST # tkxanim/pkg/COMMENT # tkxanim/pkg/DESCR # echo c - tkxanim mkdir -p tkxanim > /dev/null 2>&1 echo x - tkxanim/Makefile sed 's/^X//' >tkxanim/Makefile << 'END-of-tkxanim/Makefile' X# New ports collection makefile for: tkxanim X# Version required: 0.43 X# Date created: 24 October 1999 X# Whom: Chris D. Faulhaber X# X# $FreeBSD$ X# X XDISTNAME= tkxanim-0.43 XCATEGORIES= graphics XMASTER_SITES= http://members.yourlink.net/aaron/ X XMAINTAINER= jedgar@fxp.org X XRUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 \ X xanim:${PORTSDIR}/graphics/xanim X XWRKSRC= ${WRKDIR}/Tkxanim X Xdo-build: X @${MV} ${WRKSRC}/tkxanim ${WRKSRC}/tkxanim.orig X @${SED} -e 's|CHANGEME|${PREFIX}|' \ X < ${WRKSRC}/tkxanim.orig > ${WRKSRC}/tkxanim X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/tkxanim ${PREFIX}/bin X ${INSTALL_DATA} ${WRKSRC}/tkxanim.gif ${PREFIX}/share/icons X X.include END-of-tkxanim/Makefile echo c - tkxanim/files mkdir -p tkxanim/files > /dev/null 2>&1 echo x - tkxanim/files/md5 sed 's/^X//' >tkxanim/files/md5 << 'END-of-tkxanim/files/md5' XMD5 (tkxanim-0.43.tar.gz) = 44cdfd445bd3d4575b1e3eb7f8fa2bd5 END-of-tkxanim/files/md5 echo c - tkxanim/patches mkdir -p tkxanim/patches > /dev/null 2>&1 echo x - tkxanim/patches/patch-aa sed 's/^X//' >tkxanim/patches/patch-aa << 'END-of-tkxanim/patches/patch-aa' X--- tkxanim.orig Mon Jun 21 18:47:01 1999 X+++ tkxanim Sun Oct 24 13:16:35 1999 X@@ -1,4 +1,4 @@ X-#!/usr/bin/wish -f X+#!CHANGEME/bin/wish8.0 -f X X # tkxanim v 0.43 X # Aaron Faby X@@ -20,7 +20,7 @@ X set loops 1 X set debug 0 X X-set background [image create photo -file /usr/local/tkxanim/tkxanim.gif] X+set background [image create photo -file CHANGEME/share/icons/tkxanim.gif] X label .background -image $background X label .authorinfo -text "Copyright 1999, Aaron Faby " -justify center X END-of-tkxanim/patches/patch-aa echo c - tkxanim/pkg mkdir -p tkxanim/pkg > /dev/null 2>&1 echo x - tkxanim/pkg/PLIST sed 's/^X//' >tkxanim/pkg/PLIST << 'END-of-tkxanim/pkg/PLIST' Xbin/tkxanim Xshare/icons/tkxanim.gif END-of-tkxanim/pkg/PLIST echo x - tkxanim/pkg/COMMENT sed 's/^X//' >tkxanim/pkg/COMMENT << 'END-of-tkxanim/pkg/COMMENT' Xtcl/tk front-end to xanim END-of-tkxanim/pkg/COMMENT echo x - tkxanim/pkg/DESCR sed 's/^X//' >tkxanim/pkg/DESCR << 'END-of-tkxanim/pkg/DESCR' XTkxanim is a tcl/tk front end to the xanim program Xwritten by Mark Podlipec. The purpose of tkxanim is Xto allow a quick configuration for all of xanim's Xavailable options for those who are not familiar Xwith the command line. X XWWW: http://members.yourlink.net/aaron/tkxanim.html X X- Chris D. Faulhaber Xjedgar@fxp.org END-of-tkxanim/pkg/DESCR exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 24 10:36:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from Elie.henoc.qc.ca (Elie.henoc.qc.ca [216.46.2.130]) by hub.freebsd.org (Postfix) with ESMTP id 1183C14D41 for ; Sun, 24 Oct 1999 10:36:39 -0700 (PDT) (envelope-from Roger.Savard@henoc.com) Received: from henoc.com (ppp043.121.mmtl.videotron.net [207.253.121.43]) by Elie.henoc.qc.ca (8.8.8/8.8.8) with ESMTP id NAA05394 for ; Sun, 24 Oct 1999 13:34:51 -0400 (EDT) (envelope-from Roger.Savard@henoc.com) Message-ID: <381344EB.61AD8009@henoc.com> Date: Sun, 24 Oct 1999 13:42:03 -0400 From: Roger Savard Organization: Consultation Henoc Inc. X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: ports@freebsd.org Subject: Gide port and locale 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 just upgraded Gide development environment and now I have this problem now. It can not start, I tried different setenv LOCALE but nothing goes. You have any ideas. Many thanks, the conference was GREAT. JSBach % gide Gdk-WARNING **: locale not supported by C library /dev/dsp: Device not configured ERROR: Stack overflow JSBach % gide --disable-sound Gdk-WARNING **: locale not supported by C library ERROR: Stack overflow JSBach % uname -a FreeBSD JSBach.henoc.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Sun Oct 24 11:22:54 EDT 1999 root@JSBach.henoc.com:/usr/src-current/sys/compile/HENOC i386 -- Roger at henoc dot com Unix Consultant FreeBSD Rocks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 24 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 D344C14F07 for ; Sun, 24 Oct 1999 10:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA08144; Sun, 24 Oct 1999 10:40:00 -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 C6F1C14C3F for ; Sun, 24 Oct 1999 10:33:48 -0700 (PDT) (envelope-from naddy@bigeye.rhein-neckar.de) Received: from bigeye.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id TAA13972 for FreeBSD-gnats-submit@freebsd.org; Sun, 24 Oct 1999 19:33:48 +0200 (CEST) (envelope-from naddy@bigeye.rhein-neckar.de) Received: (from naddy@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id TAA44127; Sun, 24 Oct 1999 19:32:55 +0200 (CEST) (envelope-from naddy) Message-Id: <199910241732.TAA44127@bigeye.rhein-neckar.de> Date: Sun, 24 Oct 1999 19:32:55 +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/14497: New (binary) port: ksh93 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14497 >Category: ports >Synopsis: New (binary) port: ksh93 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 24 10:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: i386 >Description: This is a port of AT&T ksh93. It installs the statically linked BSD/OS i386 binary. Users must register at AT&T's website and fetch the archive themselves. The source is not available. Blurb: KSH-93 is the most recent version of the KornShell Language described in "The KornShell Command and Programming Language," by Morris Bolsky and David Korn of AT&T Bell Laboratories. The KornShell is a shell programming language, which is upward compatible with "sh" (the Bourne Shell), and is intended to conform to the IEEE P1003.2/ISO 9945.2 Shell and Utilities standard. KSH-93 provides an enhanced programming environment in addition to the major command-entry features of the BSD shell "csh". With KSH-93, medium-sized programming tasks can be performed at shell-level without a significant loss in performance. In addition, "sh" scripts can be run on KSH-93 without modification. WWW: http://www.kornshell.com/ >How-To-Repeat: n/a >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ksh93 # ksh93/Makefile # ksh93/pkg # ksh93/pkg/COMMENT # ksh93/pkg/DESCR # ksh93/pkg/PLIST # ksh93/files # ksh93/files/md5 # ksh93/patches # ksh93/patches/patch-aa # echo c - ksh93 mkdir -p ksh93 > /dev/null 2>&1 echo x - ksh93/Makefile sed 's/^X//' >ksh93/Makefile << 'END-of-ksh93/Makefile' X# New ports collection makefile for: ksh93 X# Version required: 98 X# Date created: 1999-10-24 X# Whom: Christian Weisgerber X# X# $FreeBSD$ X# X X# ast-base-99 is linked dynamically for BSD/OS and will not work XDISTNAME= ast-base-98.bsd.i386 XPKGNAME= ksh-19931228 XCATEGORIES= shells X# Users must register with AT&T before downloading tarball. X#MASTER_SITES= http://www.research.att.com/sw/tools/reuse/ XEXTRACT_SUFX= .tgz X XMAINTAINER= naddy@mips.rhein-neckar.de X XONLY_FOR_ARCHS= i386 XRESTRICTED= "Requires user to register with AT&T." X XNO_BUILD= yes XNO_WRKSUBDIR= yes XMAN1= ksh93.1 XSTRIP= X Xdo-fetch: X @if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \ X ${ECHO} ""; \ X ${ECHO} "Please read http://www.research.att.com/sw/tools/reuse/"; \ X ${ECHO} "for details of how to obtain the ksh93 binary. Put the"; \ X ${ECHO} "file ${DISTFILES} in the directory"; \ X ${ECHO} "${DISTDIR} and run make again."; \ X ${ECHO} ""; \ X exit 1; \ X fi X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/bin/ksh ${PREFIX}/bin/ksh93 X ${INSTALL_MAN} ${WRKSRC}/man/man1/sh.1 ${PREFIX}/man/man1/ksh93.1 X X.include END-of-ksh93/Makefile echo c - ksh93/pkg mkdir -p ksh93/pkg > /dev/null 2>&1 echo x - ksh93/pkg/COMMENT sed 's/^X//' >ksh93/pkg/COMMENT << 'END-of-ksh93/pkg/COMMENT' XThe official AT&T release of KornShell 93 END-of-ksh93/pkg/COMMENT echo x - ksh93/pkg/DESCR sed 's/^X//' >ksh93/pkg/DESCR << 'END-of-ksh93/pkg/DESCR' XKSH-93 is the most recent version of the KornShell Language described Xin "The KornShell Command and Programming Language," by Morris XBolsky and David Korn of AT&T Bell Laboratories. The KornShell is Xa shell programming language, which is upward compatible with "sh" X(the Bourne Shell), and is intended to conform to the IEEE P1003.2/ISO X9945.2 Shell and Utilities standard. KSH-93 provides an enhanced Xprogramming environment in addition to the major command-entry Xfeatures of the BSD shell "csh". With KSH-93, medium-sized programming Xtasks can be performed at shell-level without a significant loss Xin performance. In addition, "sh" scripts can be run on KSH-93 Xwithout modification. X XWWW: http://www.kornshell.com/ X X- Christian Weisgerber X naddy@mips.rhein-neckar.de END-of-ksh93/pkg/DESCR echo x - ksh93/pkg/PLIST sed 's/^X//' >ksh93/pkg/PLIST << 'END-of-ksh93/pkg/PLIST' Xbin/ksh93 END-of-ksh93/pkg/PLIST echo c - ksh93/files mkdir -p ksh93/files > /dev/null 2>&1 echo x - ksh93/files/md5 sed 's/^X//' >ksh93/files/md5 << 'END-of-ksh93/files/md5' XMD5 (ast-base-98.bsd.i386.tgz) = 17f5400480af4b0d6ae1835324e7d6ab END-of-ksh93/files/md5 echo c - ksh93/patches mkdir -p ksh93/patches > /dev/null 2>&1 echo x - ksh93/patches/patch-aa sed 's/^X//' >ksh93/patches/patch-aa << 'END-of-ksh93/patches/patch-aa' X--- man/man1/sh.1.orig Tue Apr 6 05:01:44 1999 X+++ man/man1/sh.1 Wed Oct 20 19:39:36 1999 X@@ -4,7 +4,7 @@ X .\" X .\" @(#)sh.1 (research!dgk) 12/28/93 X .\" X-.nr Z 0 \" set to 1 when command name is ksh rather than sh X+.nr Z 1 \" set to 1 when command name is ksh rather than sh X .nr Y 0 \" set to 1 for R&D UNIX X .if \nY=1 .nr Z 1 X .ds OK [\| END-of-ksh93/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 Sun Oct 24 10:46: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from Elie.henoc.qc.ca (Elie.henoc.qc.ca [216.46.2.130]) by hub.freebsd.org (Postfix) with ESMTP id 1B92B14D41 for ; Sun, 24 Oct 1999 10:45:58 -0700 (PDT) (envelope-from Roger.Savard@henoc.com) Received: from henoc.com (ppp043.121.mmtl.videotron.net [207.253.121.43]) by Elie.henoc.qc.ca (8.8.8/8.8.8) with ESMTP id NAA08566 for ; Sun, 24 Oct 1999 13:44:12 -0400 (EDT) (envelope-from Roger.Savard@henoc.com) Message-ID: <3813471C.ABB1369F@henoc.com> Date: Sun, 24 Oct 1999 13:51:24 -0400 From: Roger Savard Organization: Consultation Henoc Inc. X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: ports@freebsd.org Subject: Gide port #2 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 forgot to mention that during the port these ports were changed as well. JSBach# cd /var/db/pkg JSBach# ls -lt | more total 84 drwxr-xr-x 2 root wheel 512 Oct 24 12:37 gnomelibs-1.0.53 drwxr-xr-x 2 root wheel 512 Oct 24 12:37 gtk-1.2.6 drwxr-xr-x 2 root wheel 512 Oct 24 12:37 gide-0.1.5 drwxr-xr-x 2 root wheel 512 Oct 24 12:34 glib-1.2.6 drwxr-xr-x 2 root wheel 512 Oct 24 12:13 esound-0.2.15 drwxr-xr-x 2 root wheel 512 Oct 24 12:13 imlib-1.9.7 drwxr-xr-x 2 root wheel 512 Oct 24 12:03 giflib-4.1.0 drwxr-xr-x 2 root wheel 512 Oct 24 11:59 libtool-1.3.3 drwxr-xr-x 2 root wheel 512 Oct 24 11:45 gtk-1.2.3 drwxr-xr-x 2 root wheel 512 Oct 24 11:45 glib-1.2.3 drwxr-xr-x 2 root wheel 512 Oct 24 11:45 gettext-0.10.35 -- Roger at henoc dot com Unix Consultant FreeBSD Rocks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 24 10: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 EA11D14FFF for ; Sun, 24 Oct 1999 10:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA08795; Sun, 24 Oct 1999 10:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from wizard.vlink.ru (wizard.vlink.ru [195.9.70.254]) by hub.freebsd.org (Postfix) with ESMTP id 654BB14D41 for ; Sun, 24 Oct 1999 10:44:09 -0700 (PDT) (envelope-from dsh@wizard.vlink.ru) Received: by wizard.vlink.ru (Postfix, from userid 1000) id 3BF083C10F; Sun, 24 Oct 1999 21:30:14 +0400 (MSD) Message-Id: <19991024173014.3BF083C10F@wizard.vlink.ru> Date: Sun, 24 Oct 1999 21:30:14 +0400 (MSD) From: dsh@wizard.vlink.ru Reply-To: dsh@wizard.vlink.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14498: New port for gtic-1.3b Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14498 >Category: ports >Synopsis: New port for gtic-1.3b >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 24 10:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Denis Shaposhnikov >Release: FreeBSD 3.3-RELEASE i386 >Organization: >Environment: >Description: The GNU file forwarder (FSC-0087) for fidonet-like networks. >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: # # gtic/ # gtic/Makefile # gtic/pkg # gtic/pkg/COMMENT # gtic/pkg/DESCR # gtic/pkg/PLIST # gtic/files # gtic/files/md5 # gtic/patches # gtic/patches/patch-aa # gtic/patches/patch-ab # gtic/patches/patch-ac # gtic/patches/patch-ad # gtic/patches/patch-ae # echo c - gtic/ mkdir -p gtic/ > /dev/null 2>&1 echo x - gtic/Makefile sed 's/^X//' >gtic/Makefile << 'END-of-gtic/Makefile' X# New ports collection makefile for: gtic X# Version required: 1.3b X# Date created: 22 August 1999 X# Whom: Denis Shaposhnikov X# X# $Id$ X# X XDISTNAME= gtic-1.3b XCATEGORIES= misc XMASTER_SITES= ftp://ftp.cracksoft.kiev.ua/pub/linux/gtic/ \ X ftp://sunsite.unc.edu/pub/Linux/system/fido/ X XMAINTAINER= dsh@vlink.ru X Xdo-install: X ${MKDIR} ${PREFIX}/etc/gtic X.for i in areagroups areas config domains help users X ${INSTALL_DATA} ${WRKSRC}/etc/${i} ${PREFIX}/etc/gtic/${i}.sample X.endfor X ${INSTALL_PROGRAM} ${WRKSRC}/src/gtic ${PREFIX}/sbin/ X X.include END-of-gtic/Makefile echo c - gtic/pkg mkdir -p gtic/pkg > /dev/null 2>&1 echo x - gtic/pkg/COMMENT sed 's/^X//' >gtic/pkg/COMMENT << 'END-of-gtic/pkg/COMMENT' XThe GNU file forwarder (FSC-0087) for fidonet-like networks. END-of-gtic/pkg/COMMENT echo x - gtic/pkg/DESCR sed 's/^X//' >gtic/pkg/DESCR << 'END-of-gtic/pkg/DESCR' XThe GNU file forwarder (FSC-0087) for fidonet-like networks. X X-- Denis Shaposhnikov Xdsh@vlink.ru END-of-gtic/pkg/DESCR echo x - gtic/pkg/PLIST sed 's/^X//' >gtic/pkg/PLIST << 'END-of-gtic/pkg/PLIST' Xetc/gtic/areagroups.sample Xetc/gtic/areas.sample Xetc/gtic/config.sample Xetc/gtic/domains.sample Xetc/gtic/help.sample Xetc/gtic/users.sample Xsbin/gtic X@dirrm etc/gtic END-of-gtic/pkg/PLIST echo c - gtic/files mkdir -p gtic/files > /dev/null 2>&1 echo x - gtic/files/md5 sed 's/^X//' >gtic/files/md5 << 'END-of-gtic/files/md5' XMD5 (gtic-1.3b.tar.gz) = 9159003f6e370c94ba755b04b08ba9e3 END-of-gtic/files/md5 echo c - gtic/patches mkdir -p gtic/patches > /dev/null 2>&1 echo x - gtic/patches/patch-aa sed 's/^X//' >gtic/patches/patch-aa << 'END-of-gtic/patches/patch-aa' X--- CONFIG.orig Mon Jul 6 16:09:40 1998 X+++ CONFIG Sun Aug 22 14:40:57 1999 X@@ -2,7 +2,7 @@ X VERSION = "1.3b" X X # Main configuration file. X-CONFIG = "/etc/gtic/config" X+CONFIG = "${PREFIX}/etc/gtic/config" X X # Path to other configuration files (also see default config file). X CONFIGDIR = "/etc/gtic" X@@ -15,10 +15,10 @@ X GROUP = gtic X X # Name of C compiler. X-CC = gcc X+#CC = gcc X X # Compiler flags. X-CFLAGS=-Wall -g X+#CFLAGS=-Wall -g X X # Defines for gtic's sources use. X DEFINES = ${OPTS} -DCONFIG=\"${CONFIG}\" -DVERSION=\"${VERSION}\" END-of-gtic/patches/patch-aa echo x - gtic/patches/patch-ab sed 's/^X//' >gtic/patches/patch-ab << 'END-of-gtic/patches/patch-ab' X--- src/tic.c.orig Mon Jul 6 15:39:46 1998 X+++ src/tic.c Sun Sep 12 15:38:14 1999 X@@ -227,7 +227,7 @@ X else if(!strcasecmp(buff,"ReceiptRequest")) continue; /* skip by FSC-0087 */ X else X { X- e_printf("readtic: %s(%d) - %s[%s] - keyword unknown - ignored", X+ l_printf("readtic: %s(%d) - %s[%s] - keyword unknown - ignored", X tlist->name,linecnt,buff,v); X continue; X } END-of-gtic/patches/patch-ab echo x - gtic/patches/patch-ac sed 's/^X//' >gtic/patches/patch-ac << 'END-of-gtic/patches/patch-ac' X--- src/toss.c.orig Mon Jul 6 16:04:30 1998 X+++ src/toss.c Sun Sep 12 15:41:01 1999 X@@ -873,7 +873,7 @@ X X if(announce_f) X { X- fprintf(announce_f,"AREA: %-15s FILE: %s\n",curarea->name,cur->file); X+ fprintf(announce_f,">AREA: %-15s FILE: %s\n",curarea->name,cur->file); X if(pub_path && pub_url && X strlen(curarea->path)>=strlen(pub_path) && X strncmp(curarea->path,pub_path,strlen(pub_path))==0) END-of-gtic/patches/patch-ac echo x - gtic/patches/patch-ad sed 's/^X//' >gtic/patches/patch-ad << 'END-of-gtic/patches/patch-ad' X--- src/areas.c.orig Sun Oct 24 20:16:14 1999 X+++ src/areas.c Sun Oct 24 20:19:15 1999 X@@ -305,9 +305,6 @@ X X /* make a backup copy of areas_file */ X strcpy(new_path,areas_file); X- if(strchr(new_path,'.')) X- strcpy(strrchr(new_path,'.'),".bak"); X- else X strcat(new_path,".bak"); X if(rename(areas_file,new_path)) X l_printf("Warning: unable to move %s to %s",areas_file,new_path); END-of-gtic/patches/patch-ad echo x - gtic/patches/patch-ae sed 's/^X//' >gtic/patches/patch-ae << 'END-of-gtic/patches/patch-ae' X--- src/users.c.orig Sun Oct 24 20:19:46 1999 X+++ src/users.c Sun Oct 24 20:20:10 1999 X@@ -125,9 +125,6 @@ X X /* make a backup copy of users_file */ X strcpy(new_path,users_file); X- if(strchr(new_path,'.')) X- strcpy(strrchr(new_path,'.'),".bak"); X- else X strcat(new_path,".bak"); X if(rename(users_file,new_path)) X l_printf("Warning: unable to move %s to %s",users_file,new_path); END-of-gtic/patches/patch-ae exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 24 11: 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 0CBB8150CD for ; Sun, 24 Oct 1999 11:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA09269; Sun, 24 Oct 1999 11:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.rp-plus.de (clubserv.rp-online.de [149.221.232.11]) by hub.freebsd.org (Postfix) with ESMTP id 1BE1814D41 for ; Sun, 24 Oct 1999 10:51:23 -0700 (PDT) (envelope-from alex@cichlids.com) Received: from neutron.cichlids.com (as8-pri47.rp-plus.de [149.221.239.175]) by mail.rp-plus.de (8.9.1a/8.9.1) with ESMTP id TAA04896 for ; Sun, 24 Oct 1999 19:51:35 +0200 (METDST) Received: from cichlids.cichlids.com (root@cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (8.9.3/8.9.1) with ESMTP id TAA83133 for ; Sun, 24 Oct 1999 19:52:01 +0200 (CEST) Received: (from root@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id TAA72495; Sun, 24 Oct 1999 19:54:16 +0200 (CEST) (envelope-from alex) Message-Id: <199910241754.TAA72495@cichlids.cichlids.com> Date: Sun, 24 Oct 1999 19:54:16 +0200 (CEST) From: alex@cichlids.com Reply-To: alex@cichlids.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14499: update irc/ircII (4.4 -> 4.4L) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14499 >Category: ports >Synopsis: update port irc/ircII to 4.4L >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 24 11:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Alexander Langer >Release: FreeBSD 3.3-STABLE i386 >Organization: doesn't matter >Environment: not relevant >Description: updates port irc/ircII to version 4.4L. Version 4.4L includes color support and other things I could also take the maintainership of this port, if you like. The Port has not been updated for a year now, and there were some version changes inbetween. >How-To-Repeat: apply the attache patch :) >Fix: diff -ur ircII.old/Makefile ircII/Makefile --- ircII.old/Makefile Sun Oct 24 18:13:12 1999 +++ ircII/Makefile Sun Oct 24 18:24:12 1999 @@ -6,9 +6,9 @@ # $FreeBSD: ports/irc/ircII/Makefile,v 1.19 1999/08/31 06:45:24 mharo Exp $ # -DISTNAME= ircii-4.4 +DISTNAME= ircii-4.4L CATEGORIES= irc -MASTER_SITES= ftp://cs-ftp.bu.edu/irc/clients/ +MASTER_SITES= ftp://melanoma.cs.rmit.edu.au/pub/ircII/ MAINTAINER= torstenb@FreeBSD.org diff -ur ircII.old/files/md5 ircII/files/md5 --- ircII.old/files/md5 Sun Oct 24 18:13:03 1999 +++ ircII/files/md5 Sun Oct 24 18:28:17 1999 @@ -1 +1 @@ -MD5 (ircii-4.4.tar.gz) = acc9f39e21d31dfad36e403f76e890ed +MD5 (ircii-4.4L.tar.gz) = 016637c1c8f399e97227404e84f11296 diff -ur ircII.old/pkg/PLIST ircII/pkg/PLIST --- ircII.old/pkg/PLIST Sun Oct 24 18:13:03 1999 +++ ircII/pkg/PLIST Sun Oct 24 19:38:00 1999 @@ -1,9 +1,12 @@ -bin/irc-4.4 +bin/irc-4.4L bin/ircbug bin/irc bin/ircio bin/ircflush bin/wserv +info/dir +man/man1/ircII.1.gz +man/man1/ircbug.1.gz share/irc/translation/ASCII share/irc/translation/CP437 share/irc/translation/CP850 @@ -65,7 +68,7 @@ share/irc/script/functions share/irc/script/global share/irc/script/help -share/irc/script/log +share/irc/script/icb share/irc/script/history share/irc/script/history-match share/irc/script/imap @@ -76,6 +79,7 @@ share/irc/script/killpath share/irc/script/kpstat share/irc/script/list +share/irc/script/log share/irc/script/lynx_ircrc share/irc/script/meta1 share/irc/script/meta2 @@ -86,6 +90,7 @@ share/irc/script/newaway share/irc/script/newformat share/irc/script/nicks +share/irc/script/nocolour share/irc/script/oldping share/irc/script/oper share/irc/script/ping @@ -108,11 +113,6 @@ share/irc/script/wallopstat share/irc/script/whowas share/irc/script/window -share/irc/help/alias/alias -share/irc/help/alias/functions -share/irc/help/alias/quote -share/irc/help/alias/special -share/irc/help/alias/width share/irc/help/! share/irc/help/.date share/irc/help/: @@ -122,6 +122,7 @@ share/irc/help/away share/irc/help/basics share/irc/help/beep +share/irc/help/brick share/irc/help/bye share/irc/help/cd share/irc/help/channel @@ -141,14 +142,15 @@ share/irc/help/etiquette share/irc/help/eval share/irc/help/exec -share/irc/help/if share/irc/help/exit -share/irc/help/expressions share/irc/help/flush +share/irc/help/expressions share/irc/help/foreach share/irc/help/help share/irc/help/history share/irc/help/hook +share/irc/help/icb +share/irc/help/if share/irc/help/ignore share/irc/help/info share/irc/help/input @@ -173,6 +175,7 @@ share/irc/help/news share/irc/help/newuser share/irc/help/nick +share/irc/help/say share/irc/help/notice share/irc/help/notify share/irc/help/oper @@ -188,7 +191,6 @@ share/irc/help/restart share/irc/help/rules share/irc/help/save -share/irc/help/say share/irc/help/send share/irc/help/sendline share/irc/help/server @@ -204,9 +206,9 @@ share/irc/help/topic share/irc/help/trace share/irc/help/type -share/irc/help/userhost share/irc/help/users share/irc/help/version +share/irc/help/userhost share/irc/help/wait share/irc/help/wallops share/irc/help/which @@ -216,6 +218,11 @@ share/irc/help/whowas share/irc/help/xecho share/irc/help/xtype +share/irc/help/alias/alias +share/irc/help/alias/functions +share/irc/help/alias/quote +share/irc/help/alias/special +share/irc/help/alias/width share/irc/help/bind/backspace share/irc/help/bind/backward_character share/irc/help/bind/backward_history @@ -234,16 +241,16 @@ share/irc/help/bind/erase_to_beg_of_line share/irc/help/bind/erase_to_end_of_line share/irc/help/bind/examples +share/irc/help/bind/keys +share/irc/help/bind/next_window share/irc/help/bind/forward_character share/irc/help/bind/forward_history share/irc/help/bind/forward_word share/irc/help/bind/help_character -share/irc/help/bind/keys share/irc/help/bind/meta1_character share/irc/help/bind/meta2_character share/irc/help/bind/meta3_character share/irc/help/bind/meta4_character -share/irc/help/bind/next_window share/irc/help/bind/nothing share/irc/help/bind/parse_command share/irc/help/bind/previous_window @@ -285,6 +292,7 @@ share/irc/help/dcc/send share/irc/help/dcc/talk share/irc/help/dcc/tmsg +share/irc/help/ircii/copyright share/irc/help/load/2.9script share/irc/help/load/action share/irc/help/load/alias @@ -310,8 +318,8 @@ share/irc/help/load/functions share/irc/help/load/help share/irc/help/load/history +share/irc/help/load/icb share/irc/help/load/irciihelp -share/irc/help/load/msg share/irc/help/load/ircprimer share/irc/help/load/kpstat share/irc/help/load/kickmenu @@ -322,6 +330,7 @@ share/irc/help/load/lynx_ircrc share/irc/help/load/meta1 share/irc/help/load/meta2 +share/irc/help/load/msg share/irc/help/load/mudlike share/irc/help/load/nemesis share/irc/help/load/netsplit @@ -393,8 +402,8 @@ share/irc/help/on/mail share/irc/help/on/mode share/irc/help/on/msg -share/irc/help/on/names share/irc/help/on/msg_group +share/irc/help/on/names share/irc/help/on/note share/irc/help/on/nickname share/irc/help/on/notice @@ -420,8 +429,8 @@ share/irc/help/on/timer share/irc/help/on/topic share/irc/help/on/wall -share/irc/help/on/who share/irc/help/on/wallop +share/irc/help/on/who share/irc/help/on/window share/irc/help/on/window_kill share/irc/help/set/always_split_biggest @@ -442,8 +451,8 @@ share/irc/help/set/continued_line share/irc/help/set/ctcp_reply_backlog_seconds share/irc/help/set/ctcp_reply_flood_size -share/irc/help/set/debug share/irc/help/set/ctcp_reply_ignore_seconds +share/irc/help/set/debug share/irc/help/set/dcc_block_size share/irc/help/set/display share/irc/help/set/eight_bit_characters @@ -485,6 +494,7 @@ share/irc/help/set/notify_level share/irc/help/set/notify_on_termination share/irc/help/set/novice +share/irc/help/set/old_encrypt_program share/irc/help/set/pause_after_motd share/irc/help/set/realname share/irc/help/set/same_window_only @@ -534,6 +544,7 @@ share/irc/help/window/addgroup share/irc/help/window/back share/irc/help/window/balance +share/irc/help/window/bind share/irc/help/window/channel share/irc/help/window/create share/irc/help/window/delete @@ -556,12 +567,13 @@ share/irc/help/window/new share/irc/help/window/next share/irc/help/window/notify -share/irc/help/window/number share/irc/help/window/notify_level +share/irc/help/window/number share/irc/help/window/pop share/irc/help/window/previous share/irc/help/window/prompt share/irc/help/window/push +share/irc/help/window/query share/irc/help/window/refnum share/irc/help/window/remove share/irc/help/window/scroll @@ -571,4 +583,19 @@ share/irc/help/window/stack share/irc/help/window/sticky share/irc/help/window/swap +share/irc/help/window/unbind share/irc/help/window/window +@dirrm share/irc/translation +@dirrm share/irc/script +@dirrm share/irc/help/alias +@dirrm share/irc/help/bind +@dirrm share/irc/help/ctcp +@dirrm share/irc/help/dcc +@dirrm share/irc/help/ircii +@dirrm share/irc/help/load +@dirrm share/irc/help/note +@dirrm share/irc/help/on +@dirrm share/irc/help/set +@dirrm share/irc/help/window +@dirrm share/irc/help +@dirrm share/irc >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 24 11:39:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from highlands.cisco.com (jclarke-isdn2.cisco.com [161.44.105.163]) by hub.freebsd.org (Postfix) with ESMTP id 4DA72150FD for ; Sun, 24 Oct 1999 11:38:49 -0700 (PDT) (envelope-from jclarke@cisco.com) Received: from cisco.com (localhost.cisco.com [127.0.0.1]) by highlands.cisco.com (8.9.3/8.9.3) with ESMTP id OAA01185; Sun, 24 Oct 1999 14:31:10 -0400 (EDT) (envelope-from jclarke@cisco.com) Message-ID: <3813506E.5D84DEF9@cisco.com> Date: Sun, 24 Oct 1999 18:31:10 +0000 From: "Joe \\" Marcus\ " Clarke" Organization: cisco Systems X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: ulmo@earthling.net Cc: ports@FreeBSD.org Subject: FreeBSD Port: openldap-1.2.3 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org OpenLDAP 1.2.7 has bee released. Is there a plan to upgrade, or should I look into doing it? Thanks. Joe Clarke -- Joe Clarke, CE | | Customer Support Engineer ||||| ||||| Phone: (919) 392-2867 ..:|||||||||::|||||||||:.. Email: jclarke@cisco.com c i s c o S y s t e m s ---------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 24 12: 0: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 A99E2150CD for ; Sun, 24 Oct 1999 12:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA11743; Sun, 24 Oct 1999 12:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hindenburg.eboai.org (hindenburg.eboai.org [205.181.254.190]) by hub.freebsd.org (Postfix) with ESMTP id D428F14BDE for ; Sun, 24 Oct 1999 11:57:46 -0700 (PDT) (envelope-from chip@eboai.org) Received: by hindenburg.eboai.org (Postfix, from userid 1000) id CBB3F5AE0; Sun, 24 Oct 1999 14:57:45 -0400 (EDT) Message-Id: <19991024185745.CBB3F5AE0@hindenburg.eboai.org> Date: Sun, 24 Oct 1999 14:57:45 -0400 (EDT) From: chip@eboai.org Reply-To: chip@eboai.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14500: New port for cmail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14500 >Category: ports >Synopsis: New port for cmail >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 24 12:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chip Marshall >Release: FreeBSD 3.2-RELEASE i386 >Organization: none >Environment: FreeBSD-3.2 >Description: This is just a new version of cmail, now with ANSI colors and POP3 checking. >How-To-Repeat: Type make, I hope... >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: # # cmail # cmail/files # cmail/files/md5 # cmail/pkg # cmail/pkg/COMMENT # cmail/pkg/DESCR # cmail/pkg/PLIST # cmail/Makefile # echo c - cmail mkdir -p cmail > /dev/null 2>&1 echo c - cmail/files mkdir -p cmail/files > /dev/null 2>&1 echo x - cmail/files/md5 sed 's/^X//' >cmail/files/md5 << 'END-of-cmail/files/md5' XMD5 (cmail-2.10.tgz) = 6be2b563ecfe127a966f2a90fbb197ff END-of-cmail/files/md5 echo c - cmail/pkg mkdir -p cmail/pkg > /dev/null 2>&1 echo x - cmail/pkg/COMMENT sed 's/^X//' >cmail/pkg/COMMENT << 'END-of-cmail/pkg/COMMENT' XA simple mail counter, useful for multiple mailfiles END-of-cmail/pkg/COMMENT echo x - cmail/pkg/DESCR sed 's/^X//' >cmail/pkg/DESCR << 'END-of-cmail/pkg/DESCR' Xcmail is a simple mail counting tool written in perl. It reads in a config file Xand returns which mailfiles contain mail, how much mail, and how many new Xmessages. Example of output - X Personal mail 1 message X JLC mail 20 messages (2 new) X EXPI mail 2 messages X DWC RPG 1 message X XThis may be useful if you split your mail into multiple files using something Xlike procmail. I'm not sure if the new/old mail determination works with Xanything other than mutt. X XWWW: http://www.eboai.org/~chip/scripts.html X X-- XChip Marshall Xhttp://www.eboai.org/~chip/ InterNIC handle - CLM21 XPGP key available on my web page On IRC via EFnet as Magus XPGP Key fingerprint = 6B 35 3B 72 AC 37 90 04 E5 79 EE 71 18 95 4A 84 END-of-cmail/pkg/DESCR echo x - cmail/pkg/PLIST sed 's/^X//' >cmail/pkg/PLIST << 'END-of-cmail/pkg/PLIST' Xshare/examples/cmail.rc Xbin/cmail END-of-cmail/pkg/PLIST echo x - cmail/Makefile sed 's/^X//' >cmail/Makefile << 'END-of-cmail/Makefile' X# New ports collection makefile for: cmail X# Version required: 2.10 X# Date created: 31 Dec 1998 X# Whom: Chip Marshall X# X# $FreeBSD: ports/mail/cmail/Makefile,v 1.2 1999/08/25 06:50:04 obrien Exp $ X# X XDISTNAME= cmail-2.10 XCATEGORIES= mail XMASTER_SITES= ftp://ftp.eboai.org/pub/users/chip/ XEXTRACT_SUFX= .tgz X XMAINTAINER= chip@eboai.org X XNO_WRKSUBDIR= yes XNO_BUILD= yes X XUSE_PERL5= yes X Xpre-configure: X @${SED} -e '1,1s:/usr/local/bin/perl:${PERL5}:' \ X ${WRKDIR}/cmail-2.10/cmail.pl > ${WRKDIR}/cmail-2.10/cmail Xdo-install: X ${INSTALL_SCRIPT} ${WRKDIR}/cmail-2.10/cmail ${PREFIX}/bin/cmail X ${INSTALL_MAN} ${WRKDIR}/cmail-2.10/cmail.rc ${MAN1PREFIX}/share/examples/cmail.rc X X.include END-of-cmail/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 Oct 24 12:50: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DE405150C2 for ; Sun, 24 Oct 1999 12:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA14171; Sun, 24 Oct 1999 12:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 24 Oct 1999 12:50:02 -0700 (PDT) Message-Id: <199910241950.MAA14171@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Alexander Langer Subject: Re: ports/14499: update irc/ircII (4.4 -> 4.4L) Reply-To: Alexander Langer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/14499; it has been noted by GNATS. From: Alexander Langer To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/14499: update irc/ircII (4.4 -> 4.4L) Date: Sun, 24 Oct 1999 21:45:15 +0200 --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=us-ascii Thus spake alex@cichlids.com (alex@cichlids.com): I'm sorry. The PLIST was wrong. Please use THIS patch for the PLIST. (manpages, info/dir removed) I'm sorry. Alex -- I doubt, therefore I might be. --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="ircII.PLIST.diff" --- ../../ircII.old/pkg/PLIST Sun Oct 24 18:13:03 1999 +++ PLIST Sun Oct 24 21:39:55 1999 @@ -1,4 +1,4 @@ -bin/irc-4.4 +bin/irc-4.4L bin/ircbug bin/irc bin/ircio @@ -65,7 +65,7 @@ share/irc/script/functions share/irc/script/global share/irc/script/help -share/irc/script/log +share/irc/script/icb share/irc/script/history share/irc/script/history-match share/irc/script/imap @@ -76,6 +76,7 @@ share/irc/script/killpath share/irc/script/kpstat share/irc/script/list +share/irc/script/log share/irc/script/lynx_ircrc share/irc/script/meta1 share/irc/script/meta2 @@ -86,6 +87,7 @@ share/irc/script/newaway share/irc/script/newformat share/irc/script/nicks +share/irc/script/nocolour share/irc/script/oldping share/irc/script/oper share/irc/script/ping @@ -108,11 +110,6 @@ share/irc/script/wallopstat share/irc/script/whowas share/irc/script/window -share/irc/help/alias/alias -share/irc/help/alias/functions -share/irc/help/alias/quote -share/irc/help/alias/special -share/irc/help/alias/width share/irc/help/! share/irc/help/.date share/irc/help/: @@ -122,6 +119,7 @@ share/irc/help/away share/irc/help/basics share/irc/help/beep +share/irc/help/brick share/irc/help/bye share/irc/help/cd share/irc/help/channel @@ -141,14 +139,15 @@ share/irc/help/etiquette share/irc/help/eval share/irc/help/exec -share/irc/help/if share/irc/help/exit -share/irc/help/expressions share/irc/help/flush +share/irc/help/expressions share/irc/help/foreach share/irc/help/help share/irc/help/history share/irc/help/hook +share/irc/help/icb +share/irc/help/if share/irc/help/ignore share/irc/help/info share/irc/help/input @@ -173,6 +172,7 @@ share/irc/help/news share/irc/help/newuser share/irc/help/nick +share/irc/help/say share/irc/help/notice share/irc/help/notify share/irc/help/oper @@ -188,7 +188,6 @@ share/irc/help/restart share/irc/help/rules share/irc/help/save -share/irc/help/say share/irc/help/send share/irc/help/sendline share/irc/help/server @@ -204,9 +203,9 @@ share/irc/help/topic share/irc/help/trace share/irc/help/type -share/irc/help/userhost share/irc/help/users share/irc/help/version +share/irc/help/userhost share/irc/help/wait share/irc/help/wallops share/irc/help/which @@ -216,6 +215,11 @@ share/irc/help/whowas share/irc/help/xecho share/irc/help/xtype +share/irc/help/alias/alias +share/irc/help/alias/functions +share/irc/help/alias/quote +share/irc/help/alias/special +share/irc/help/alias/width share/irc/help/bind/backspace share/irc/help/bind/backward_character share/irc/help/bind/backward_history @@ -234,16 +238,16 @@ share/irc/help/bind/erase_to_beg_of_line share/irc/help/bind/erase_to_end_of_line share/irc/help/bind/examples +share/irc/help/bind/keys +share/irc/help/bind/next_window share/irc/help/bind/forward_character share/irc/help/bind/forward_history share/irc/help/bind/forward_word share/irc/help/bind/help_character -share/irc/help/bind/keys share/irc/help/bind/meta1_character share/irc/help/bind/meta2_character share/irc/help/bind/meta3_character share/irc/help/bind/meta4_character -share/irc/help/bind/next_window share/irc/help/bind/nothing share/irc/help/bind/parse_command share/irc/help/bind/previous_window @@ -285,6 +289,7 @@ share/irc/help/dcc/send share/irc/help/dcc/talk share/irc/help/dcc/tmsg +share/irc/help/ircii/copyright share/irc/help/load/2.9script share/irc/help/load/action share/irc/help/load/alias @@ -310,8 +315,8 @@ share/irc/help/load/functions share/irc/help/load/help share/irc/help/load/history +share/irc/help/load/icb share/irc/help/load/irciihelp -share/irc/help/load/msg share/irc/help/load/ircprimer share/irc/help/load/kpstat share/irc/help/load/kickmenu @@ -322,6 +327,7 @@ share/irc/help/load/lynx_ircrc share/irc/help/load/meta1 share/irc/help/load/meta2 +share/irc/help/load/msg share/irc/help/load/mudlike share/irc/help/load/nemesis share/irc/help/load/netsplit @@ -393,8 +399,8 @@ share/irc/help/on/mail share/irc/help/on/mode share/irc/help/on/msg -share/irc/help/on/names share/irc/help/on/msg_group +share/irc/help/on/names share/irc/help/on/note share/irc/help/on/nickname share/irc/help/on/notice @@ -420,8 +426,8 @@ share/irc/help/on/timer share/irc/help/on/topic share/irc/help/on/wall -share/irc/help/on/who share/irc/help/on/wallop +share/irc/help/on/who share/irc/help/on/window share/irc/help/on/window_kill share/irc/help/set/always_split_biggest @@ -442,8 +448,8 @@ share/irc/help/set/continued_line share/irc/help/set/ctcp_reply_backlog_seconds share/irc/help/set/ctcp_reply_flood_size -share/irc/help/set/debug share/irc/help/set/ctcp_reply_ignore_seconds +share/irc/help/set/debug share/irc/help/set/dcc_block_size share/irc/help/set/display share/irc/help/set/eight_bit_characters @@ -485,6 +491,7 @@ share/irc/help/set/notify_level share/irc/help/set/notify_on_termination share/irc/help/set/novice +share/irc/help/set/old_encrypt_program share/irc/help/set/pause_after_motd share/irc/help/set/realname share/irc/help/set/same_window_only @@ -534,6 +541,7 @@ share/irc/help/window/addgroup share/irc/help/window/back share/irc/help/window/balance +share/irc/help/window/bind share/irc/help/window/channel share/irc/help/window/create share/irc/help/window/delete @@ -556,12 +564,13 @@ share/irc/help/window/new share/irc/help/window/next share/irc/help/window/notify -share/irc/help/window/number share/irc/help/window/notify_level +share/irc/help/window/number share/irc/help/window/pop share/irc/help/window/previous share/irc/help/window/prompt share/irc/help/window/push +share/irc/help/window/query share/irc/help/window/refnum share/irc/help/window/remove share/irc/help/window/scroll @@ -571,4 +580,19 @@ share/irc/help/window/stack share/irc/help/window/sticky share/irc/help/window/swap +share/irc/help/window/unbind share/irc/help/window/window +@dirrm share/irc/translation +@dirrm share/irc/script +@dirrm share/irc/help/alias +@dirrm share/irc/help/bind +@dirrm share/irc/help/ctcp +@dirrm share/irc/help/dcc +@dirrm share/irc/help/ircii +@dirrm share/irc/help/load +@dirrm share/irc/help/note +@dirrm share/irc/help/on +@dirrm share/irc/help/set +@dirrm share/irc/help/window +@dirrm share/irc/help +@dirrm share/irc --2oS5YaxWCcQjTEyO-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 24 13: 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 05B151510D for ; Sun, 24 Oct 1999 13:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA14664; Sun, 24 Oct 1999 13:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 68386150C2 for ; Sun, 24 Oct 1999 12:50:49 -0700 (PDT) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id EC7269B25; Sun, 24 Oct 1999 15:50:47 -0400 (EDT) Message-Id: <19991024195047.EC7269B25@pawn.primelocation.net> Date: Sun, 24 Oct 1999 15:50:47 -0400 (EDT) From: jedgar@fxp.org Reply-To: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14501: Update port: misc/rfc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14501 >Category: ports >Synopsis: Update port: misc/rfc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 24 13:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 4.0-CURRENT i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update port: misc/rfc to rfc-2.0 >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/misc/rfc/Makefile,v retrieving revision 1.1.1.1 diff -u -u -r1.1.1.1 Makefile --- Makefile 1999/10/06 15:34:31 1.1.1.1 +++ Makefile 1999/10/24 19:45:18 @@ -1,5 +1,5 @@ # New ports collection makefile for: rfc -# Version required: 1.8 +# Version required: 2.0 # Date created: 05 October 1999 # Whom: Chris D. Faulhaber # @@ -7,11 +7,13 @@ # DISTNAME= rfc -PKGNAME= rfc-1.8 +PKGNAME= rfc-2.0 CATEGORIES= misc MASTER_SITES= http://www.dewn.com/rfc/ EXTRACT_SUFX= +RUN_DEPENDS= lynx:${PORTSDIR}/www/lynx + MAINTAINER= jedgar@fxp.org NO_WRKSUBDIR= yes @@ -23,7 +25,7 @@ do-configure: @${MV} ${WRKDIR}/${DISTNAME} ${WRKDIR}/${DISTNAME}.orig - @${SED} -e 's|/etc|${PREFIX}/etc|' \ + @${SED} -e 's|/etc/rfc|${PREFIX}/etc/rfc|' -e 's|/etc/nmap|${PREFIX}/share/misc/nmap|' \ < ${WRKDIR}/${DISTNAME}.orig > ${WRKDIR}/${DISTNAME} do-install: Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/misc/rfc/files/md5,v retrieving revision 1.1.1.1 diff -u -u -r1.1.1.1 md5 --- md5 1999/10/06 15:34:31 1.1.1.1 +++ md5 1999/10/24 19:45:18 @@ -1 +1 @@ -MD5 (rfc) = d1e36e36295ed7ad3e08e777f29948cc +MD5 (rfc) = 094c44311ccc7200c6630714da389818 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 24 13:10: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 966E015118 for ; Sun, 24 Oct 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 NAA15105; Sun, 24 Oct 1999 13:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 7D1B81510A for ; Sun, 24 Oct 1999 13:05:05 -0700 (PDT) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id A7DCB9B22; Sun, 24 Oct 1999 16:05:04 -0400 (EDT) Message-Id: <19991024200504.A7DCB9B22@pawn.primelocation.net> Date: Sun, 24 Oct 1999 16:05:04 -0400 (EDT) From: jedgar@fxp.org Reply-To: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14502: Update port: textproc/code2html Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14502 >Category: ports >Synopsis: Update port: textproc/code2html >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 24 13:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 4.0-CURRENT i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update port: textproc/code2html to 0.8.7c >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/code2html/Makefile,v retrieving revision 1.1.1.1 diff -u -u -r1.1.1.1 Makefile --- Makefile 1999/10/03 14:31:35 1.1.1.1 +++ Makefile 1999/10/24 19:58:38 @@ -1,5 +1,5 @@ # New ports collection makefile for: code2html -# Version required: 0.8.6 +# Version required: 0.8.7c # Date created: 01 October 1999 # Whom: Chris D. Faulhaber # @@ -7,19 +7,28 @@ # DISTNAME= code2html.pl -PKGNAME= code2html-0.8.6 +PKGNAME= code2html-0.8.7c CATEGORIES= textproc MASTER_SITES= http://www.giga.or.at/~weasel/pub/code2html/latest/ EXTRACT_SUFX= .gz MAINTAINER= jedgar@fxp.org +RUN_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2 + NO_WRKSUBDIR= yes NO_BUILD= yes do-extract: @${MKDIR} ${WRKDIR} - ${GZCAT} ${DISTDIR}/${DISTFILES} > ${WRKDIR}/${DISTNAME} + @${GZCAT} ${DISTDIR}/${DISTFILES} > ${WRKDIR}/${DISTNAME} + +do-configure: + @${MV} ${WRKSRC}/code2html.pl ${WRKSRC}/code2html.pl.orig + @${SED} -e 's|/usr/bin/bzip2|${PREFIX}/bin/bzip2|' \ + -e 's|/bin/gzip|/usr/bin/gzip|' \ + -e 's|/etc/code|${PREFIX}/etc/code|' \ + < ${WRKSRC}/code2html.pl.orig > ${WRKSRC}/code2html.pl do-install: ${INSTALL_SCRIPT} ${WRKDIR}/code2html.pl ${PREFIX}/bin/code2html Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/textproc/code2html/files/md5,v retrieving revision 1.1.1.1 diff -u -u -r1.1.1.1 md5 --- md5 1999/10/03 14:31:35 1.1.1.1 +++ md5 1999/10/24 19:58:38 @@ -1 +1 @@ -MD5 (code2html.pl.gz) = cc138c6d85f3b0c9707da6c40bae19ec +MD5 (code2html.pl.gz) = 6b87940e57d32c881f2140200ea06f98 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 24 14: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 D1082150D8 for ; Sun, 24 Oct 1999 14:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA19416; Sun, 24 Oct 1999 14:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 3A03A15019; Sun, 24 Oct 1999 14:28:57 -0700 (PDT) Message-Id: <19991024212857.3A03A15019@hub.freebsd.org> Date: Sun, 24 Oct 1999 14:28:57 -0700 (PDT) From: pfgiffun@bachue.usc.unal.edu.co To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/14503: New port: NetRexx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14503 >Category: ports >Synopsis: New port: NetRexx >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 24 14:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 3.2R >Organization: U. Nacional de Colombia >Environment: >Description: A combination of rexx and Java from IBM. (requires Java though). >How-To-Repeat: >Fix: begin 644 netrexx.tar.gz M'XL(`%=X$S@``^T;:W/;-C)?S5^!F^9#TK%IO96X]5T527;46)*'DNOTOF0@ M$I(0DP0#DI9UG?SWVP4?HFI!LJ>Q.YD*D]@2=K%O["Y`VF>19'=WQR^><)!: MJ5FODQ>$E)OU,OXFI%)+?B>C1$BS5*HUFM5:K0%HY7*M_(+4GU*H;,1A1"4A M+P+F2+$%#]"FT^<0Z'F'G_I_RET6/E$4/,+_M7*I!FB52K6Z]_]SC'7_>\Y3 MV+Q<*C5JM2W^;S25_ZN-6J->::+_F^7*"U)Z`EGNC7^X__N=.GDU8)$%06"" M)+O1_?:&3[/[B9 M/5D/\.#\7ZLT*DW,_^5FN;[/_\\QBOYO#_O][F#\S7GLRO_E4C7)_\UJO52N MPT05@F&?_Y]CO(\]ZA\)R9D?,8<$4LPD]3SNSXA+_5E,9XQ,A20+R2.8/(Y# M!/U*;RFQ71J&+-S7@N]Y%/=_ISMJ6T_`8\?^+]=*6?_?:%::5>S_ZLW&?O\_ MQTA;/\)#0HG/%F2^.R$<$H>%?.8#.!)DPF"E$7(O<`'"IE-F1_P6/E+?(;;` MZ0A0W(A)GR($%T5SEB21C*9)R#6/YD8JSR%9BIC8U">V9!37!X'+;5@O_%!1 MQ@D6A2HYY=28?\NE\#V0W9C2$%@J7$](1A@-N;L$7"`Z6:XIQGVUW#2,JWOI M#2W#PH#9G+JP'*@L$3^7DX:*O<-!<0E\2;0,("F**?%C;\)D(FT822",J#1* M1;T#FB`_!=%`),<%:](X$A[H:"M6$Q26&2L+9;[*)$/":Z(B+1"!2X:2?HGY M+751I*,C(U\+VL>Q#%VV-/G$,R$^ MC@VCSV\8:8N%R\,Y79"?O:G]2WR3(?S;^'1_&(/AN'M"+.8QM#+&%'6<3(*V M^3\>X!Q$D4ST;%^T1J/+UOA],4C,?WSQ*N;_?G]&8VCOSI6XO3.R._#*](97@\NAJT.&5KD:M0EX_>]$;FT MAN=6JZ\06N=6%Z:'`.DBO&OU1^:*BI]6+^%#.GR'33"#K-FG]AP_0>Z2@9`* M3J"J^)#7L7Y!>4N,D-&!C(3)%W/E95)_B/!=55!PSA:Q'\DE6$LM50G&P1+"6?S;%:8Q9/63KDE2\B$@K7>6V2:ZA0@L!$+@E( M&4XQ"+^ M@[3G(%\JS\J85_=@2;7WZ/(D1RJ;&RP%_QB!(%+UW,N,#_6%@AH>^RE;7#$! M>H/V##C+RU9&!\,0:<.O";5OXH`$,;@/"^@"6A#N%T)9U8\N>C^0/%QQJ`(' M`35_N499]1I,PI&)1^!3K$F^LE;6;?R$*!F-VD8IH?.:<8PRO)%5=G'$PG<% M=5+_.AR;B4DNG8*/X(?PL+'CB7\H>EWF0B;> M!*OD!H?8`0%04Y#&81Z5-^E':.V@`8\2W3-79(0@PIGK0A<;@ZW!DP%#PMR? M8J_+DOYJ?=-#$K&YA.80JJEOIQWK`CI*3L%4:F0H<(DYI&&*U0[#)\-P&PT%P?(FQU<;N..%!7G'?=F-'G90$2`,6F7+,E[+@UI#>XD'@ M-;(`?-BOT";G-.#\=`OUD$_1*&@;,":TX*P8]@23+N,0Y:`(GW"7PV;-#302 M'B.?8TA6#K>3TU(:-12-F6Y=EWL\2@]3(`B[`\%#_':8T0G5+E^J#:)6PW%K MF=6%+3$9^Q@54L8!E@*D+24>)#`L,4"2&IDX^$_%3%6I.84#(H2)@#TX2Y"! M:9K:(!HE'E+P`(K'S(P`.$TRI6T>J!Y%.7R,LOR(N(%/GDO6V(6QTA;I9%LK M#B`@DIAB_AS)8GR'J44R,IGWPABR$?H/@Y'B,70"P0.>@9,(=S'6S6_=HL"D MU24M^#\8DNN69;4&XUYW=$BZ'R\M:.R1;*]_>='K=@Y);]"^N.KT!N>X+)M]GOXVGK7N^B-?R>M08><]<8#)'D&-%NY%UO6N->^NFA9Y/+* MNAR.NH^*RE408G3@;0)G>4JI?AEP!9@>7EC_IEO4>("^S;UJ4/O\=0Q^Q,5 M*$*V8CN$\B.Y,,DPZTBVDBR2*:J1G5Q`L,6<0_+366YEWNKQVXIA_.6C7N'0 M]W>?I;_'4;S_@?0_^O9/_W;=_Y3+]6HU>_^GTJR5\?Z_4:_O[W^>8WQV;LIF MV7QS/.'^<7Y[:GN.L0;QI7U_,D>?T.@^^KW).=028?KR;C7M\DE&Q<(KVXT0 M=9EKA',H>,>.L+/IXRQT\3KZ^!UU6G*F;IV[=S8+,*&;ZF[[`2O;PHT]__'K M!L!/]E'+NK>0:$'Y8:0BJ?0,CUR^4#D^?W1*Z,V8$")9/+Q2R_$ M[-'V4:\B/1BS-WPX[D`X[.'80W5<$3)\^))+Z#,>P6'$HH.S5HK>D/1^S.[VP%!`B1)A'WK;UN/GO@R=Q%$%SJ%D\X]-P+A8::))4 M-L/>)71?7K"I7O0,R<)^=1?6;CBTD*%D4YVD<#K9+JS&1'"^4/IR M'X^7GH;T.9^.T(+::-BQ;K-(B>7U$29O1:SSZ:H4:&-3L_(]KFRI9[]:WD6< MS3QZ[_KAPH3(VL1?3AC5F81#EXLWEA630W,L([.\T1W)R6:SLZ`VPKEDQC0< M,E^BMW4*KN'H(ZZ(IK%U*DM)(XPOX9O.B8/$Q;"QMV2&-:3M#M>Y`^^_=?*Q M+5ZD/@3A5JIEO=[,F0AQHP5/Z1&P]]<2SJDGBZA)4!7%^>^7,RI3BKA.@'>AVK``=XOZZP1 MN'1INUPGUA=UR:.3Z=9C(34#9Y.VH2WY9*)5"-\1B62L2\)H9GR+`^;T&FTV MYS&&X#8S+95Q&N[$RFHY-%':J.`GHX]QUVMP6.-][+ M+7`Q^QIY'=7#X?.1+?&:G24HK MA*/R;I3*;I2JMH-(F@\ZV1PG2L;-.1N4A,.X!GB9)/3-X9,"-P9O0>;:;K7J MNU$:NU&:NU'>[$9Y^P!?ZAJN(LX#'%[6>3S-=>H/F39W.V#Z%/R+PZ7TR/;3 M\4XL+<+W<1V=Z=JG-PS?.'D*'KO>_Z[6F_G??Y9*ZOWO1G/_]W_/,GY0#YX" M(2-\DTR]S9$\34W"`9\JGAQD$?T#^8U)];15LN31SDGB0;-<+P.T@\^RDA>V MG9.#@S,V(6\.2?GMV[<`O)X+#R8/+M'0Y)Q/I['/C1\`\K('=%["1Z/3&XT' MK7[W-&=Y^>$\F4@#]2CAU6Z-N^=#J]<=G1Y\SMXC-_JMT;AK?1KUQCB_>N_QI='7V\?0@S0U`JC<8P_^N=7J@K/,+OL(P M"1U3R)EA6%>#3YWN97?0&9VB!5[^<6EUSWH?OQY_=FY>_O%KY\.GW[K6J#<< M?%5WWRCC"2`-K?&HT[.^J@G$-8S!\-.[J]Y%YS3=#DL6@DWRYS'$80'S\9V4 MY)%C@;11^/R?TP-U<6X8CCC"'$E=]\0XB'U\,BWQ9<67KZZM#R.K_1JR8"2$ M&Z:J'F#\']W=3C=CD*/V-NT,DT_)OQP(%I\YKP9#U+`S;(]>&P&";:"CA'$4B_C,/(S^@P] I:'HW__X^W'O\'V``).`!0```S ` 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 Oct 24 18:20: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 795C31515C for ; Sun, 24 Oct 1999 18:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA33662; Sun, 24 Oct 1999 18:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 4187F15145 for ; Sun, 24 Oct 1999 18:17:40 -0700 (PDT) (envelope-from atrn@zeta.org.au) Received: from ska.bsn (beefcake.zeta.org.au [203.26.10.12]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id LAA07094 for ; Mon, 25 Oct 1999 11:21:37 +1000 Received: (from andy@localhost) by ska.bsn (8.9.3/8.9.3) id LAA31941; Mon, 25 Oct 1999 11:33:03 +1000 (EST) (envelope-from andy) Message-Id: <199910250133.LAA31941@ska.bsn> Date: Mon, 25 Oct 1999 11:33:03 +1000 (EST) From: atrn@zeta.org.au Reply-To: andy@research.canon.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14506: Update port ici Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14506 >Category: ports >Synopsis: Update to ici port >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 24 18:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andy Newman >Release: FreeBSD 3.2-STABLE i386 >Organization: Canon Information Systems Research Australia >Environment: Ports >Description: Update ici port to use latest ici release. >How-To-Repeat: >Fix: New port follows... # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./files # ./files/md5 # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # ./Makefile # echo c - . mkdir -p . > /dev/null 2>&1 echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (ici-2.1.3.tar.gz) = 1ea5e6e7f2f241744c36c3d836b7fbe7 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' XA dynamic interpretive language with C's control flow and expressions END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XICI is a C-like, high level language originally developed by Tim XLong and placed into the public domain. ICI marries C's expression Xsyntax, control structures and overall feel, with a dynamic, garbage Xcollected, object-based, data model. X XICI is typically used as a scripting-like language in the fashion Xof Perl, Python, TCL and other such languages. ICI can be called Xfrom C and the language itself can be extended allowing applications Xto provide domain specific functions, types and operators for use Xin their ICI programs. Embedding in an application also allows the Xapplication to make use of ICI's efficient object system which Xprovides many useful facilities. X XICI is in the public domain, there is no copyright on it. X XWWW: http://www.zeta.org.au/~atrn/ici/ END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/ici Xinclude/ici/pcre/internal.h Xinclude/ici/pcre/pcre.h Xinclude/ici/alloc.h Xinclude/ici/array.h Xinclude/ici/buf.h Xinclude/ici/catch.h Xinclude/ici/conf-bsd.h Xinclude/ici/exec.h Xinclude/ici/file.h Xinclude/ici/float.h Xinclude/ici/forall.h Xinclude/ici/func.h Xinclude/ici/fwd.h Xinclude/ici/int.h Xinclude/ici/mark.h Xinclude/ici/mem.h Xinclude/ici/null.h Xinclude/ici/object.h Xinclude/ici/op.h Xinclude/ici/parse.h Xinclude/ici/pc.h Xinclude/ici/primes.h Xinclude/ici/ptr.h Xinclude/ici/re.h Xinclude/ici/set.h Xinclude/ici/skt.h Xinclude/ici/src.h Xinclude/ici/str.h Xinclude/ici/struct.h Xinclude/ici/trace.h Xinclude/ici/win.h Xinclude/ici/wrap.h Xlib/ici/ici_init.ici Xlib/libici.a Xshare/doc/ici/ici-a4.ps Xshare/doc/ici/ici-ltr.ps Xshare/doc/ici/ici.txt Xshare/doc/ici/ici.pdf X@dirrm include/ici/pcre X@dirrm include/ici X@unexec rmdir share/doc/ici 2>/dev/null || true X@unexec rmdir lib/ici 2>/dev/null || true END-of-./pkg/PLIST echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: ici X# Version required: 2.1.3 X# Date created: 08 October 1999 X# Whom: andy X# X# $FreeBSD: ports/lang/ici/Makefile,v 1.3 1999/08/25 06:34:44 obrien Exp $ X# X XDISTNAME= ici-2.1.3 XCATEGORIES= lang XMASTER_SITES= ftp://ftp.research.canon.com.au/pub/misc/ici/ \ X ftp://ftp.ntua.gr/pub/lang/ici/ \ X http://www.zeta.org.au/~atrn/ici/distfiles/ X XMAINTAINER= andy@research.canon.com.au X XMAKEFILE= Makefile.bsd XMAN1= ici.1 XMANCOMPRESSED= yes X XICIHDRS= alloc.h array.h buf.h catch.h conf-bsd.h exec.h file.h float.h \ X forall.h func.h fwd.h int.h mark.h mem.h null.h object.h op.h \ X parse.h pc.h primes.h ptr.h re.h set.h skt.h src.h str.h struct.h \ X trace.h win.h wrap.h X XICIPCREHDRS= pcre/internal.h pcre/pcre.h X XICIDOCS= doc/ici-a4.ps doc/ici-ltr.ps doc/ici.txt doc/ici.pdf X Xdo-install: X cd ${WRKSRC} && ${MAKE} -f ${MAKEFILE} libici.a X ${INSTALL_PROGRAM} ${WRKSRC}/ici ${PREFIX}/bin X ${INSTALL_DATA} ${WRKSRC}/libici.a ${PREFIX}/lib X ${INSTALL_MAN} ${WRKSRC}/ici.1.gz ${PREFIX}/man/man1 X ${MKDIR} ${PREFIX}/lib/ici X ${INSTALL_DATA} ${WRKSRC}/ici_init.ici ${PREFIX}/lib/ici X ${MKDIR} ${PREFIX}/include/ici X ${MKDIR} ${PREFIX}/include/ici/pcre X.for f in ${ICIHDRS} X ${INSTALL_DATA} ${WRKSRC}/$f ${PREFIX}/include/ici X.endfor X.for f in ${ICIPCREHDRS} X ${INSTALL_DATA} ${WRKSRC}/$f ${PREFIX}/include/ici/pcre X.endfor X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/ici X.for f in ${ICIDOCS} X ${INSTALL_DATA} ${WRKSRC}/$f ${PREFIX}/share/doc/ici X.endfor X.endif X X.include END-of-./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 Oct 24 18:49:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from neptune.psn.net (neptune.psn.net [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id 8E37E15030; Sun, 24 Oct 1999 18:49:46 -0700 (PDT) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by neptune.psn.net with esmtp (PSN Internet Service 2.12 #3) id 11fZGb-0000UW-00; Sun, 24 Oct 1999 18:49:45 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id VAA39863; Sun, 24 Oct 1999 21:49:42 -0400 (EDT) (envelope-from will) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199910240640.XAA23034@freefall.freebsd.org> Date: Sun, 24 Oct 1999 21:49:42 -0400 (EDT) Reply-To: Will Andrews From: Will Andrews To: (Satoshi - Ports Wraith - Asami) Subject: Re: ports/14474: remove port: devel/gcc11 Cc: freebsd-ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 24-Oct-99 Satoshi - Ports Wraith - Asami wrote: > The following reply was made to PR ports/14474; it has been noted by GNATS. > > From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) > To: Will Andrews > Cc: FreeBSD-gnats-submit@FreeBSD.ORG > Subject: Re: ports/14474: remove port: devel/gcc11 > Date: 23 Oct 1999 21:53:01 -0700 > > * gcc 2.6.3 is far outdated now (FreeBSD's default is 2.7.2.3 in -STABLE, > > This is not gcc-1.1. Read the DESCR, it's a cross compiler for 6811. I didn't say it was gcc 1.1. But your objection is correct. (close this PR, please, somebody?) -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 24 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 A017C15172 for ; Sun, 24 Oct 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 SAA35667; Sun, 24 Oct 1999 18:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 24 Oct 1999 18:50:02 -0700 (PDT) Message-Id: <199910250150.SAA35667@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: RE: ports/14473: update port devel/fpp [fix broken link] Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/14473; it has been noted by GNATS. From: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: RE: ports/14473: update port devel/fpp [fix broken link] Date: Sun, 24 Oct 1999 21:48:35 -0400 (EDT) On 23-Oct-99 Will Andrews wrote: > devel/fpp has been broken for awhile simply because the extension > on the tarball was wrong. Here's the (simple) diff. I tested it, it compiles, > and seems to work. Whoops, I forgot the MD5 checksum diff. ;) Here's the new MD5 checksum: MD5 (fdfpp.tgz) = 46c29fc941b2a36ace11f6abbc4e94d2 -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 24 18:52: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 9824C15030; Sun, 24 Oct 1999 18:52:14 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA35805; Sun, 24 Oct 1999 18:52:14 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 24 Oct 1999 18:52:14 -0700 (PDT) From: Message-Id: <199910250152.SAA35805@freefall.freebsd.org> To: andrews@technologist.com, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14474: remove port: devel/gcc11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: remove port: devel/gcc11 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sun Oct 24 18:52:05 PDT 1999 State-Changed-Why: Requested by originator To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 24 19:37: 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 324961518E; Sun, 24 Oct 1999 19:37:00 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA39099; Sun, 24 Oct 1999 19:37:00 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 24 Oct 1999 19:37:00 -0700 (PDT) From: Message-Id: <199910250237.TAA39099@freefall.freebsd.org> To: andrews@technologist.com, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14410: new port: x11/rxvt-devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: x11/rxvt-devel State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sun Oct 24 19:36:42 PDT 1999 State-Changed-Why: Committed, thanks! (rxvt port updated to this version instead of a new port) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 24 19:50:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 6715C1516A for ; Sun, 24 Oct 1999 19:50:13 -0700 (PDT) (envelope-from chuckr@picnic.mat.net) Received: from localhost (chuckr@localhost [127.0.0.1]) by picnic.mat.net (8.9.3/8.9.3) with ESMTP id WAA86422; Sun, 24 Oct 1999 22:49:57 -0400 (EDT) (envelope-from chuckr@picnic.mat.net) Date: Sun, 24 Oct 1999 22:49:57 -0400 (EDT) From: Chuck Robey To: Roger Savard Cc: ports@FreeBSD.ORG Subject: Re: Gide port and locale In-Reply-To: <381344EB.61AD8009@henoc.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 24 Oct 1999, Roger Savard wrote: > Hi, > > I just upgraded Gide development environment and now I have > this problem now. > > It can not start, I tried different setenv LOCALE but nothing goes. > You have any ideas. > > Many thanks, the conference was GREAT. Looks very much like the error I got, which I cleared by installing the most up to date version of lang/guile. > > > > JSBach % gide > > Gdk-WARNING **: locale not supported by C library > /dev/dsp: Device not configured > ERROR: Stack overflow > JSBach % gide --disable-sound > > Gdk-WARNING **: locale not supported by C library > ERROR: Stack overflow > JSBach % uname -a > FreeBSD JSBach.henoc.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Sun Oct 24 > 11:22:54 EDT 1999 > root@JSBach.henoc.com:/usr/src-current/sys/compile/HENOC i386 > > > ---------------------------------------------------------------------------- Chuck Robey | Interests include C programming, Electronics, 213 Lakeside Dr. Apt. T-1 | communications, and signal processing. Greenbelt, MD 20770 | I run picnic.mat.net: FreeBSD-current(i386) and (301) 220-2114 | jaunt.mat.net : FreeBSD-current(Alpha) ---------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 24 19:51: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 C0F31151D5; Sun, 24 Oct 1999 19:51:19 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA40341; Sun, 24 Oct 1999 19:51:19 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 24 Oct 1999 19:51:19 -0700 (PDT) From: Message-Id: <199910250251.TAA40341@freefall.freebsd.org> To: jack@germanium.xtalwind.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14475: make of database/pgaccess fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: make of database/pgaccess fails State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sun Oct 24 19:51:13 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 Oct 24 19:57: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 A7287151DC; Sun, 24 Oct 1999 19:57:12 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA40885; Sun, 24 Oct 1999 19:57:12 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 24 Oct 1999 19:57:12 -0700 (PDT) From: Message-Id: <199910250257.TAA40885@freefall.freebsd.org> To: patrick@mindstep.com, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14397: Apple's RTSP proxy does not connect UDP properly Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Apple's RTSP proxy does not connect UDP properly State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sun Oct 24 19:57:03 PDT 1999 State-Changed-Why: Patch 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 Oct 24 19:58: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 478611516A; Sun, 24 Oct 1999 19:58:10 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA41026; Sun, 24 Oct 1999 19:58:10 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 24 Oct 1999 19:58:10 -0700 (PDT) From: Message-Id: <199910250258.TAA41026@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, ache@FreeBSD.org Subject: Re: ports/14283: apache13 htpasswd dumps core Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: apache13 htpasswd dumps core Responsible-Changed-From-To: freebsd-ports->ache Responsible-Changed-By: cpiazza Responsible-Changed-When: Sun Oct 24 19:58:03 PDT 1999 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 24 20: 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 6C7391516A; Sun, 24 Oct 1999 20:00:17 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA41298; Sun, 24 Oct 1999 20:00:17 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 24 Oct 1999 20:00:17 -0700 (PDT) From: Message-Id: <199910250300.UAA41298@freefall.freebsd.org> To: ijliao@Terry.Dorm8.NCTU.edu.tw, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14340: update ports: gd 1.6.3 -> 1.7.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update ports: gd 1.6.3 -> 1.7.3 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sun Oct 24 20:00:04 PDT 1999 State-Changed-Why: Superseded by PR 14309 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 24 20: 5: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 98D6A151DE; Sun, 24 Oct 1999 20:05:06 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA41743; Sun, 24 Oct 1999 20:05:06 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 24 Oct 1999 20:05:06 -0700 (PDT) From: Message-Id: <199910250305.UAA41743@freefall.freebsd.org> To: dima@Chg.RU, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14494: distfiles fix for net/xferstats Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: distfiles fix for net/xferstats State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sun Oct 24 20:04:58 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 Oct 24 20: 5: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 7818815164; Sun, 24 Oct 1999 20:05:57 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA41863; Sun, 24 Oct 1999 20:05:57 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 24 Oct 1999 20:05:57 -0700 (PDT) From: Message-Id: <199910250305.UAA41863@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, ache@FreeBSD.org Subject: Re: ports/14434: update ports: ftp/wu-ftpd to 2.6.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update ports: ftp/wu-ftpd to 2.6.0 Responsible-Changed-From-To: freebsd-ports->ache Responsible-Changed-By: cpiazza Responsible-Changed-When: Sun Oct 24 20:05:49 PDT 1999 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 24 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 102CE1519C for ; Sun, 24 Oct 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 UAA45386; Sun, 24 Oct 1999 20:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.cc.ntnu.edu.tw (mail.cc.ntnu.edu.tw [140.122.65.51]) by hub.freebsd.org (Postfix) with ESMTP id 7CCA415187 for ; Sun, 24 Oct 1999 20:35:52 -0700 (PDT) (envelope-from clive@cartier.cirx.org) Received: from cartier.cirx.org (cartier.dorm1.ntnu.edu.tw [140.122.195.179]) by mail.cc.ntnu.edu.tw (8.9.1b+Sun/8.9.1) with ESMTP id LAA25188 for ; Mon, 25 Oct 1999 11:35:34 +0800 (CST) Received: (from clive@localhost) by cartier.cirx.org (8.9.3/8.9.3) id LAA85053; Mon, 25 Oct 1999 11:36:41 +0800 (CST) (envelope-from clive) Message-Id: <199910250336.LAA85053@cartier.cirx.org> Date: Mon, 25 Oct 1999 11:36:41 +0800 (CST) From: clive@cirx.org Reply-To: clive@cirx.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14507: balsa should use gnome.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14507 >Category: ports >Synopsis: balsa should use gnome.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: Sun Oct 24 20:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Clive Lin >Release: FreeBSD 4.0-CURRENT i386 >Organization: cirx >Environment: FreeBSD 4.0-CURRENT #0: Tue Oct 19 15:41:34 CST 1999 root@cartier.cirx.org:/usr/src/sys/compile/CARTIER >Description: >How-To-Repeat: >Fix: --- Makefile.orig Mon Oct 25 11:31:55 1999 +++ Makefile Mon Oct 25 11:24:10 1999 @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore -LIB_DEPENDS= gnome.2:${PORTSDIR}/x11/gnomelibs \ +LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \ PropList.2:${PORTSDIR}/devel/libPropList GTK_CONFIG?= ${X11BASE}/bin/gtk12-config >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 24 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 517C61515E for ; Sun, 24 Oct 1999 20:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA46368; Sun, 24 Oct 1999 20:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from modemcable156.106-200-24.mtl.mc.videotron.net (modemcable156.106-200-24.mtl.mc.videotron.net [24.200.106.156]) by hub.freebsd.org (Postfix) with SMTP id 8A6AD1518D for ; Sun, 24 Oct 1999 20:44:04 -0700 (PDT) (envelope-from patrick@jacuzzi.local.mindstep.com) Received: (qmail 82105 invoked by uid 0); 25 Oct 1999 03:44:02 -0000 Message-Id: <19991025034402.82104.qmail@jacuzzi.local.mindstep.com> Date: 25 Oct 1999 03:44:02 -0000 From: patrick@mindstep.com Reply-To: patrick@mindstep.com To: FreeBSD-gnats-submit@freebsd.org Cc: ulmo@earthling.net X-Send-Pr-Version: 3.2 Subject: ports/14508: Update OpenLDAP to version 1.2.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14508 >Category: ports >Synopsis: Update OpenLDAP to version 1.2.7 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 24 20:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Patrick Bihan-Faou >Release: FreeBSD 3.2-STABLE i386 >Organization: MindStep Corporation >Environment: FreeBSD 3.2 Stable, ports updated on Oct. 23 1999. >Description: OpenLDAP version 1.2.7 has been released. The version included in the ports is 1.2.3. Also the following patch to the port include the mod to support Netscape's roaming profiles. >How-To-Repeat: cd /usr/port/net/openldap make >Fix: diff -ruN openldap.orig/Makefile openldap/Makefile --- openldap.orig/Makefile Sun Oct 24 23:11:32 1999 +++ openldap/Makefile Sun Oct 24 23:12:45 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: openldap -# Version required: 1.2.0 +# Version required: 1.2.7 # Date created: 20 Sep 1998 # Whom: Lachlan O'Dea # -# $FreeBSD: ports/net/openldap/Makefile,v 1.8 1999/08/30 14:23:35 peter Exp $ +# $FreeBSD$ # -DISTNAME= openldap-1.2.3 +DISTNAME= openldap-1.2.7 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ diff -ruN openldap.orig/files/md5 openldap/files/md5 --- openldap.orig/files/md5 Sun Oct 24 23:11:32 1999 +++ openldap/files/md5 Sun Oct 24 23:14:04 1999 @@ -1 +1 @@ -MD5 (openldap-1.2.3.tgz) = 837d264218ddf247a9674645a0a03cc6 +MD5 (openldap-1.2.7.tgz) = be5866cfa50fdf083f5230b3837181e8 diff -ruN openldap.orig/patches/patch-aa openldap/patches/patch-aa --- openldap.orig/patches/patch-aa Wed Dec 31 19:00:00 1969 +++ openldap/patches/patch-aa Sun Oct 24 23:19:23 1999 @@ -0,0 +1,20 @@ +--- servers/slapd/add.c.orig Fri Jan 29 00:11:49 1999 ++++ servers/slapd/add.c Sat Oct 23 13:31:43 1999 +@@ -180,6 +180,9 @@ + bv.bv_len = strlen( bv.bv_val ); + } + attr_merge( e, "creatorsname", bvals ); ++ /* Netscape Communicator 4.5 seems to expect modification information ++ to be present within newly created items. */ ++ attr_merge( e, "modifiersname", bvals ); + + ldap_pvt_thread_mutex_lock( ¤ttime_mutex ); + #ifndef LDAP_LOCALTIME +@@ -194,4 +197,7 @@ + bv.bv_val = buf; + bv.bv_len = strlen( bv.bv_val ); + attr_merge( e, "createtimestamp", bvals ); ++ /* Netscape Communicator 4.5 seems to expect modification information ++ to be present within newly created items. */ ++ attr_merge( e, "modifytimestamp", bvals ); + } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 24 21:24:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D279515203; Sun, 24 Oct 1999 21:23:46 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA48836; Sun, 24 Oct 1999 21:23:46 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Date: Sun, 24 Oct 1999 21:23:46 -0700 (PDT) From: Message-Id: <199910250423.VAA48836@freefall.freebsd.org> To: clive@cirx.org, nakai@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14507: balsa should use gnome.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: balsa should use gnome.3 State-Changed-From-To: open->closed State-Changed-By: nakai State-Changed-When: Sun Oct 24 21:23:16 PDT 1999 State-Changed-Why: Changed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 1: 9: 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 D7C0A150B4; Mon, 25 Oct 1999 01:09:01 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA74605; Mon, 25 Oct 1999 01:09:01 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Date: Mon, 25 Oct 1999 01:09:01 -0700 (PDT) From: Message-Id: <199910250809.BAA74605@freefall.freebsd.org> To: rod@oscentral.org, nakai@FreeBSD.org, freebsd-ports@FreeBSD.org, nakai@FreeBSD.org Subject: Re: ports/14481: Gedit Upgrade Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Gedit Upgrade State-Changed-From-To: open->closed State-Changed-By: nakai State-Changed-When: Mon Oct 25 01:07:40 PDT 1999 State-Changed-Why: Changed, thanks! Responsible-Changed-From-To: freebsd-ports->nakai Responsible-Changed-By: nakai Responsible-Changed-When: Mon Oct 25 01:07:40 PDT 1999 Responsible-Changed-Why: I did this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 2:46:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id 3ADD715111 for ; Mon, 25 Oct 1999 02:46:20 -0700 (PDT) (envelope-from musha@ms.tokyo.jcom.ne.jp) Received: from daemon.my.domain (pc343031.tokyo.jcom.ne.jp [203.140.143.31]) by ms.tokyo.jcom.ne.jp (8.9.1/3.7W 06/01/99) with ESMTP id SAA03789; Mon, 25 Oct 1999 18:46:17 +0900 (JST) Received: by daemon.my.domain (8.9.3/3.7W) id SAA13574; Mon, 25 Oct 1999 18:45:45 +0900 (JST) Date: Mon, 25 Oct 1999 18:45:44 +0900 Message-ID: <14356.9928.366891.72159A@archon.my.domain> From: Akinori MUSHA aka knu To: freebsd-ports@freebsd.org Cc: imap-uw@freebsd.ady.ro Subject: Re: ports/14359: Update port: mail/imap-uw In-Reply-To: In your message of "Sat, 16 Oct 1999 15:32:09 +0900" <14344.7145.148375.72159A@archon.my.domain> References: <14344.7145.148375.72159A@archon.my.domain> User-Agent: Wanderlust/2.2.5 (Come Undone) SEMI/1.13.7 (Awazu) PGPGPG FLIM/1.13.2 (Kasanui) MULE XEmacs/21.1 (patch 6) (Big Bend) (i386--freebsd) Organization: A.I.D. MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: multipart/mixed; boundary="Multipart_Mon_Oct_25_18:45:44_1999-1" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --Multipart_Mon_Oct_25_18:45:44_1999-1 Content-Type: text/plain; charset=US-ASCII Here is a total patch for upgrading mail/imap-uw from 4.5 to 4.6. This patch includes previously attached patches of both ports/14359 and its followup that I originated. Beware lest you forget to setup /etc/pam.conf as mentioned on pkg/{DESCR,MESSAGE}. I hope this will be tested and commited soon. Thanks. -- / /__ __ / ) ) ) ) / http://www.idaemons.org/knu/ Akinori MUSHA aka / (_ / ( (__( mailto:knu@idaemons.org --Multipart_Mon_Oct_25_18:45:44_1999-1 Content-Type: text/plain; charset=US-ASCII Content-Disposition: attachment; filename="imap-uw.diff" Content-Transfer-Encoding: 7bit Index: Makefile =================================================================== RCS file: /home/cvs/imap-uw/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -r1.1.1.1 -r1.1.1.1.2.1 --- Makefile 1999/10/24 18:13:26 1.1.1.1 +++ Makefile 1999/10/24 18:23:26 1.1.1.1.2.1 @@ -1,17 +1,17 @@ # New ports collection makefile for: imap-uw -# Version required: 4.5 +# Version required: 4.6 # Date created: 9 Jan 1997 # Whom: pst # # $FreeBSD: ports/mail/imap-uw/Makefile,v 1.30 1999/09/18 17:29:19 steve Exp $ # -DISTNAME= imap-4.5 -PKGNAME= imap-uw-4.5 +DISTNAME= imap-4.6 +PKGNAME= imap-uw-4.6 CATEGORIES= mail -MASTER_SITES= ftp://ftp.cac.washington.edu/imap/old/ \ - ftp://ftp.funet.fi/pub/mirrors/ftp.cac.washington.edu/mail/old/ \ - ftp://ftp.uni-halle.de/pub/mail/pine/ +MASTER_SITES= ftp://ftp.cac.washington.edu/imap/ \ + http://mirror.nucba.ac.jp/mirror/imap/ \ + ftp://ftp.funet.fi/pub/mirrors/ftp.cac.washington.edu/mail/ EXTRACT_SUFX= .tar.Z MAINTAINER= imap-uw@freebsd.ady.ro @@ -53,6 +53,8 @@ ${WRKSRC}/src/imapd/imapd.8c ${PREFIX}/man/man8/imapd.8 ${INSTALL_MAN} \ ${WRKSRC}/src/ipopd/ipopd.8c ${PREFIX}/man/man8/ipopd.8 + + @${CAT} ${PKGMESSAGE} post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib Index: files/md5 =================================================================== RCS file: /home/cvs/imap-uw/files/md5,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -r1.1.1.1 -r1.1.1.1.2.1 --- md5 1999/10/24 18:13:26 1.1.1.1 +++ md5 1999/10/24 18:23:53 1.1.1.1.2.1 @@ -1,2 +1 @@ -MD5 (imap-4.5.tar.Z) = 24e5ff01e0f14ecc647f10a9148a9dbd -SIZE (imap-4.5.tar.Z) = 1656569 +MD5 (imap-4.6.tar.Z) = d5d7e5ebbdace57eed7706d4fd2ffc09 Index: patches/patch-ab =================================================================== RCS file: /home/cvs/imap-uw/patches/patch-ab,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.2 diff -u -r1.1.1.1 -r1.1.1.1.2.2 --- patch-ab 1999/10/24 18:13:26 1.1.1.1 +++ patch-ab 1999/10/25 09:25:22 1.1.1.1.2.2 @@ -1,6 +1,6 @@ ---- src/osdep/unix/Makefile.orig Wed Jan 27 01:17:39 1999 -+++ src/osdep/unix/Makefile Sat Feb 27 17:16:00 1999 -@@ -100,7 +100,7 @@ +--- src/osdep/unix/Makefile.orig Thu Sep 30 14:52:54 1999 ++++ src/osdep/unix/Makefile Mon Oct 25 16:49:02 1999 +@@ -104,7 +104,7 @@ dummy.o pseudo.o netmsg.o flstring.o fdstring.o \ rfc822.o nntp.o smtp.o imap4r1.o pop3.o \ unix.o mbox.o mbx.o mmdf.o tenex.o mtx.o news.o phile.o mh.o mx.o @@ -9,8 +9,8 @@ MAKE=make MV=mv RM=rm -rf -@@ -115,6 +115,10 @@ - PASSWDTYPE=$(PASSWDTYPE) +@@ -119,6 +119,10 @@ + PASSWDTYPE=$(PASSWDTYPE) SPECIALAUTHENTICATORS="$(SPECIALAUTHENTICATORS)" BUILD=$(MAKE) build $(BUILDOPTIONS) +# Need this for the shared library rule to work correctly @@ -20,16 +20,23 @@ # Here if no make argument established missing: osdep.h -@@ -190,7 +194,7 @@ +@@ -191,11 +195,13 @@ + + bsf: # FreeBSD + $(BUILD) `cat EXTRASPECIALS` OS=bsi SIGTYPE=psx \ ++ CHECKPW=pam \ SPOOLDIR=/var \ ACTIVEFILE=/usr/local/news/lib/active \ RSHPATH=/usr/bin/rsh \ - BASECFLAGS="-g -O -pipe -DNFSKLUDGE" \ +- BASELDFLAGS="-lcrypt" ++ LOCKPGM=/etc/mlock \ + BASECFLAGS="-DNFSKLUDGE -DIGNORE_LOCK_EACCES_ERRORS" \ - BASELDFLAGS="-lcrypt" ++ BASELDFLAGS="-lpam -lcrypt" bsi: # BSD/i386 -@@ -606,19 +610,31 @@ + $(BUILD) `cat EXTRASPECIALS` OS=$@ \ +@@ -620,19 +626,31 @@ # Build it! @@ -63,7 +70,7 @@ # Dependencies -@@ -652,7 +668,7 @@ +@@ -666,7 +684,7 @@ # OS-dependent @@ -72,7 +79,7 @@ osdep.h env_unix.h tcp_unix.h \ osdep.c env_unix.c fs_unix.c ftl_unix.c nl_unix.c tcp_unix.c \ auths.c flock.c flockbsd.c flcksafe.c fsync.c gethstid.c \ -@@ -664,7 +680,12 @@ +@@ -678,7 +696,12 @@ write.c \ strerror.c strpbrk.c strstr.c strtok.c strtoul.c \ OSCFLAGS Index: patches/patch-ac =================================================================== RCS file: /home/cvs/imap-uw/patches/patch-ac,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -r1.1.1.1 -r1.1.1.1.2.1 --- patch-ac 1999/10/24 18:13:26 1.1.1.1 +++ patch-ac 1999/10/24 18:24:01 1.1.1.1.2.1 @@ -1,5 +1,5 @@ ---- src/imapd/Makefile.orig Sat Nov 21 05:26:03 1998 -+++ src/imapd/Makefile Sat Feb 27 17:19:33 1999 +--- src/imapd/Makefile.orig Tue Oct 5 15:13:35 1999 ++++ src/imapd/Makefile Sat Oct 16 03:17:51 1999 @@ -31,9 +31,9 @@ # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. @@ -12,10 +12,10 @@ SHELL= /bin/sh # The "Manage Mail" menu item of Netscape Messager puts up an error message -@@ -56,7 +56,7 @@ - CC = `cat $C/CCTYPE` +@@ -59,7 +59,7 @@ CFLAGS = -I$C `cat $C/CFLAGS` $(EXTRACFLAGS) -DANOFILE=\"$(ANO)\" \ - -DALERTFILE=\"$(ALERT)\" -DUSERALERTFILE=\"$(USERALERT)\" + -DALERTFILE=\"$(ALERT)\" -DUSERALERTFILE=\"$(USERALERT)\" \ + -DWEBEXPRESS_BRAIN_DAMAGE=1 -LDFLAGS = $(CCLIENTLIB) `cat $C/LDFLAGS` +LDFLAGS = -L$C -l$(SHLIBBASE) `cat $C/LDFLAGS` Index: patches/patch-ad =================================================================== RCS file: patch-ad diff -N patch-ad --- /dev/null Mon Oct 25 16:45:26 1999 +++ /tmp/cvsw28470 Mon Oct 25 18:26:41 1999 @@ -0,0 +1,20 @@ +--- src/mtest/mtest.c.orig Sat May 29 14:07:06 1999 ++++ src/mtest/mtest.c Sat Oct 16 03:34:25 1999 +@@ -528,7 +528,7 @@ + void prompt (char *msg,char *txt) + { + printf ("%s",msg); +- gets (txt); ++ fgets (txt, MAILTMPLEN - 1, stdin); + } + + /* Interfaces to C-client */ +@@ -713,7 +713,7 @@ + puts (" Msg (end with a line with only a '.'):"); + body->type = TYPETEXT; + *text = '\0'; +- while (gets (line)) { ++ while (fgets (line, MAILTMPLEN - 1, stdin)) { + if (line[0] == '.') { + if (line[1] == '\0') break; + else strcat (text,"."); Index: pkg/DESCR =================================================================== RCS file: /home/cvs/imap-uw/pkg/DESCR,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -r1.1.1.1 -r1.1.1.1.2.1 --- DESCR 1999/10/24 18:13:26 1.1.1.1 +++ DESCR 1999/10/24 18:25:02 1.1.1.1.2.1 @@ -12,9 +12,9 @@ pop3 stream tcp nowait root /usr/local/libexec/ipop3d ipop3d imap4 stream tcp nowait root /usr/local/libexec/imapd imapd -You may also have to edit your /etc/services (or Yellow Pages, -NetInfo, etc. equivalent) to register these services, such as: +and /etc/pam.conf file with lines such as: -pop 109/tcp -pop3 110/tcp -imap4 143/tcp [imap2 and imap4 share the same port again] +imap auth required pam_unix.so try_first_pass +imap account required pam_unix.so try_first_pass +pop auth required pam_unix.so try_first_pass +pop account required pam_unix.so try_first_pass Index: pkg/MESSAGE =================================================================== RCS file: MESSAGE diff -N MESSAGE --- /dev/null Mon Oct 25 16:45:26 1999 +++ /tmp/cvsb28470 Mon Oct 25 18:26:41 1999 @@ -0,0 +1,9 @@ +### +As of imap-uw 4.6 and later, you need to edit /etc/pam.conf to add support +for IMAP/POP. To do so, add the following four lines to this file: + +imap auth required pam_unix.so try_first_pass +imap account required pam_unix.so try_first_pass +pop auth required pam_unix.so try_first_pass +pop account required pam_unix.so try_first_pass +### --Multipart_Mon_Oct_25_18:45:44_1999-1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 3: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 C046215146 for ; Mon, 25 Oct 1999 03:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA86850; Mon, 25 Oct 1999 03:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mailgw1.be.to (mailgw1.be.to [210.235.212.5]) by hub.freebsd.org (Postfix) with ESMTP id 9FAE215104 for ; Mon, 25 Oct 1999 03:44:21 -0700 (PDT) (envelope-from okazaki@be.to) Received: from mail1.be.to (point1.be.to [210.235.212.29]) by mailgw1.be.to (8.9.3+3.2W/BETO.2.1-1999102514000035) with ESMTP id TAA14250 for ; Mon, 25 Oct 1999 19:48:49 +0900 Received: from acidrain (ppp41-Mobara1.mtci.ne.jp [210.172.1.243]) by mail1.be.to (8.8.8+3.0Wbeta13/BETO.2.0-1999102514000000) with SMTP id TAA17909 for ; Mon, 25 Oct 1999 19:44:16 +0900 Received: (qmail 22225 invoked by uid 1001); 25 Oct 1999 10:43:12 -0000 Message-Id: <19991025104312.22224.qmail@dolphin.be.to> Date: 25 Oct 1999 10:43:12 -0000 From: okazaki@be.to Reply-To: okazaki@be.to To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14513: editors/emacs20-dl modification request about DOC-string file. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14513 >Category: ports >Synopsis: editors/emacs20-dl modification request about DOC-string file. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 25 03:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: OKAZAKI Tetsurou >Release: FreeBSD 3.3-STABLE i386 >Organization: Unknown >Environment: >Description: The emacs-dl-20.4 loads its internal DOC-string file from ${PREFIX}/share/emacs/20.4/etc/DOC-20.4.1, but this file is built and installed for emacs-20.4, not emacs-dl-20.4. So some texts displayed by describe-{function, mode, variable} and so on are broken in the emacs-dl-20.4 world. >How-To-Repeat: Invoke emacs-dl-20.4, % emacs-dl-20.4 -q then display some descriptions. C-h f texinfo-mode >Fix: Apply this patch, thanks. diff -urN /usr/ports/editors/emacs20-dl/Makefile emacs20-dl/Makefile --- /usr/ports/editors/emacs20-dl/Makefile Thu Sep 2 07:50:48 1999 +++ emacs20-dl/Makefile Mon Oct 25 18:57:55 1999 @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= emacs PATCH_SITES= http://www.etl.go.jp/~tomo/comp/emacsen/ -PATCHFILES= emacs-20.4-dl.diff.gz +PATCHFILES= emacs-20.4-dl3.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= shige@FreeBSD.org @@ -32,7 +32,13 @@ CONFIGURE_ARGS= --with-x=no --with-pop .endif -PLIST_SUB= EMACS_VER=${EMACS_VER} EMACS_ARCH=${CONFIGURE_TARGET} +DOC_FILE= DOC-DL-${EMACS_VER}.1 + +PLIST_SUB= EMACS_VER=${EMACS_VER} EMACS_ARCH=${CONFIGURE_TARGET} \ + DOC_FILE=${DOC_FILE} + +SCRIPTS_ENV= SED=${SED} MV=${MV} \ + DOC_FILE=${DOC_FILE} .if defined(USE_XPG4) .if (${USE_XPG4} == "YES" || ${USE_XPG4} == "yes") @@ -42,8 +48,10 @@ pre-build: @${RM} -rf ${WRKSRC}/info/* + @${LN} -sf DOC ${WRKSRC}/etc/${DOC_FILE} do-install: @${INSTALL} -c -s -m 555 -o root -g wheel ${WRKSRC}/src/emacs ${PREFIX}/bin/emacs-dl-${EMACS_VER} + @${INSTALL_DATA} ${WRKSRC}/etc/DOC ${PREFIX}/share/emacs/${EMACS_VER}/etc/${DOC_FILE} .include diff -urN /usr/ports/editors/emacs20-dl/files/md5 emacs20-dl/files/md5 --- /usr/ports/editors/emacs20-dl/files/md5 Mon Aug 9 22:35:58 1999 +++ emacs20-dl/files/md5 Tue Oct 12 08:54:16 1999 @@ -1,2 +1,2 @@ MD5 (emacs-20.4.tar.gz) = 695614f204d918db617ba3ae849b273d -MD5 (emacs-20.4-dl.diff.gz) = 21c1a6b214efcef4cef975620a487681 +MD5 (emacs-20.4-dl3.diff.gz) = c7d5891607236066cd1a7f187d6100bc diff -urN /usr/ports/editors/emacs20-dl/files/site-init.el.tmpl emacs20-dl/files/site-init.el.tmpl --- /usr/ports/editors/emacs20-dl/files/site-init.el.tmpl Thu Jan 1 09:00:00 1970 +++ emacs20-dl/files/site-init.el.tmpl Mon Oct 25 19:02:11 1999 @@ -0,0 +1,10 @@ +;;; site-init.el -- site-dependent initialization file + +;; +;; Init file for FreeBSD port: emacs20-dl +;; + +; change a default file name of the internal DOC-string. +(Snarf-documentation "%%DOC_FILE%%") + +;;; site-init.el ends here diff -urN /usr/ports/editors/emacs20-dl/pkg/PLIST emacs20-dl/pkg/PLIST --- /usr/ports/editors/emacs20-dl/pkg/PLIST Sun Dec 13 23:27:06 1998 +++ emacs20-dl/pkg/PLIST Mon Oct 25 18:49:28 1999 @@ -1 +1,2 @@ bin/emacs-dl-%%EMACS_VER%% +share/emacs/%%EMACS_VER%%/etc/%%DOC_FILE%% diff -urN /usr/ports/editors/emacs20-dl/scripts/configure emacs20-dl/scripts/configure --- /usr/ports/editors/emacs20-dl/scripts/configure Sun Dec 13 23:27:06 1998 +++ emacs20-dl/scripts/configure Mon Oct 25 18:56:25 1999 @@ -1,9 +1,14 @@ #! /bin/sh +for f in site-init.el; do + ${SED} -e "s,%%DOC_FILE%%,${DOC_FILE},g" \ + < ${FILESDIR}/${f}.tmpl > ${WRKSRC}/lisp/${f} +done + cd ${WRKSRC} if [ -f /usr/lib/aout/crt0.o -a ! -f /usr/lib/crt0.o ]; then - sed -e "s|/usr/lib/crt0\.o|/usr/lib/aout/crt0.o|g" \ + ${SED} -e "s|/usr/lib/crt0\.o|/usr/lib/aout/crt0.o|g" \ src/s/freebsd.h > src/s/freebsd.h.new || exit - mv -f src/s/freebsd.h.new src/s/freebsd.h + ${MV} -f src/s/freebsd.h.new src/s/freebsd.h fi >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 4:29:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from falla.videotron.net (falla.videotron.net [205.151.222.106]) by hub.freebsd.org (Postfix) with ESMTP id 8330F14E77; Mon, 25 Oct 1999 04:29:29 -0700 (PDT) (envelope-from phildesm@videotron.ca) Received: from pc1 ([24.200.111.94]) by falla.videotron.net (Sun Internet Mail Server sims.3.5.1999.07.30.00.05.p8) with SMTP id <0FK500F61P8Q7Q@falla.videotron.net>; Mon, 25 Oct 1999 07:29:15 -0400 (EDT) Date: Mon, 25 Oct 1999 07:28:08 -0400 From: "pop.videotron.ca" Subject: FreeBSD Port: webmin-0.73 To: andreas@FreeBSD.org Cc: ports@FreeBSD.org Message-id: <000601bf1edc$03ea7a40$0100a8c0@sympatico.ca> MIME-version: 1.0 X-Mailer: Microsoft Outlook Express 5.00.2615.200 Content-type: MULTIPART/ALTERNATIVE; BOUNDARY="Boundary_(ID_GTNGqmTp8nPU+nrMxvO57w)" X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 X-Priority: 3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --Boundary_(ID_GTNGqmTp8nPU+nrMxvO57w) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: quoted-printable Humm Webmin 0.74 is released=20 Link in the ports tree after a cvsup not working on both version Please reply me back ;P phildesm@videotron.ca --Boundary_(ID_GTNGqmTp8nPU+nrMxvO57w) Content-type: text/html; charset=iso-8859-1 Content-transfer-encoding: quoted-printable
Humm Webmin 0.74 is released =
Link in the ports tree after a cvsup = not working on=20 both version
 
Please reply me back ;P
 
phildesm@videotron.ca
 
--Boundary_(ID_GTNGqmTp8nPU+nrMxvO57w)-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 5: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 B35CE150A1 for ; Mon, 25 Oct 1999 05:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA94784; Mon, 25 Oct 1999 05:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from bbcon.com.au (firewall.bbcon.com.au [203.28.19.210]) by hub.freebsd.org (Postfix) with ESMTP id 8310715098 for ; Mon, 25 Oct 1999 05:09:08 -0700 (PDT) (envelope-from jsutton@firewall.bbcon.com.au) Received: from firewall.bbcon.com.au (stargate [10.0.0.1]) by bbcon.com.au (8.9.2/8.9.2) with ESMTP id WAA25507; Mon, 25 Oct 1999 22:09:53 +1000 (EST) (envelope-from jsutton@firewall.bbcon.com.au) Received: (from jsutton@localhost) by firewall.bbcon.com.au (8.9.2/8.9.2) id WAA04137; Mon, 25 Oct 1999 22:13:30 +1000 (EST) (envelope-from jsutton) Message-Id: <199910251213.WAA04137@firewall.bbcon.com.au> Date: Mon, 25 Oct 1999 22:13:30 +1000 (EST) From: jsutton@bbcon.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14514: ports/games/yahtzee - maintainer email address change Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14514 >Category: ports >Synopsis: ports/games/yahtzee - maintainer email address change >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 25 05:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Joel Sutton >Release: FreeBSD 3.1-RELEASE i386 >Organization: Busy Bee Consulting >Environment: FreeBSD stargate.home 3.1-RELEASE FreeBSD 3.1-RELEASE #1: Wed Aug 11 14:46:10 EST 1999 root@stargate.home:/usr/src/sys/compile/NFSSERV i386 >Description: My email address has changed. Can you pls update. Thanks, Joel... >How-To-Repeat: >Fix: cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /usr/home/cvs/ports/games/yahtzee/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1999/08/25 06:06:31 1.2 +++ Makefile 1999/10/25 11:56:21 @@ -1,7 +1,7 @@ # New ports collection makefile for: yahtzee # Version required: 1.0 # Date created: Friday 4th July, 1997 -# Whom: Joel Sutton +# Whom: Joel Sutton # FreeBSD Version: 2.2.1-RELEASE # # $FreeBSD: ports/games/yahtzee/Makefile,v 1.2 1999/08/25 06:06:31 obrien Exp $ @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= games/strategy EXTRACT_SUFX= .tar.Z -MAINTAINER= sutton@aardvark.apana.org.au +MAINTAINER= jsutton@bbcon.com.au WRKSRC= ${WRKDIR}/yahtzee cvs diff: Diffing files cvs diff: Diffing patches cvs diff: Diffing pkg Index: pkg/DESCR =================================================================== RCS file: /usr/home/cvs/ports/games/yahtzee/pkg/DESCR,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 DESCR --- DESCR 1997/07/04 09:36:41 1.1.1.1 +++ DESCR 1999/10/25 11:57:03 @@ -8,8 +8,3 @@ Share and enjoy, Joel... ---- -Joel Sutton -sutton@aardvark.apana.org.au http://aardvark.apana.org.au/~sutton/ -"This must be Thursday. I never could get the hang of Thursdays..." - >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 5:45: 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 7EBD714E75; Mon, 25 Oct 1999 05:45:05 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA97571; Mon, 25 Oct 1999 05:45:04 -0700 (PDT) (envelope-from shige@FreeBSD.org) Date: Mon, 25 Oct 1999 05:45:04 -0700 (PDT) From: Message-Id: <199910251245.FAA97571@freefall.freebsd.org> To: shige@FreeBSD.org, freebsd-ports@FreeBSD.org, shige@FreeBSD.org Subject: Re: ports/14513: editors/emacs20-dl modification request about DOC-string file. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: editors/emacs20-dl modification request about DOC-string file. Responsible-Changed-From-To: freebsd-ports->shige Responsible-Changed-By: shige Responsible-Changed-When: Mon Oct 25 05:44:37 PDT 1999 Responsible-Changed-Why: I'll handle this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 5:50: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D6F4151D1 for ; Mon, 25 Oct 1999 05:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA98182; Mon, 25 Oct 1999 05:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from eece.unm.edu (ppp-098.unm.edu [129.24.14.98]) by hub.freebsd.org (Postfix) with ESMTP id 8339414CC2 for ; Mon, 25 Oct 1999 05:48:37 -0700 (PDT) (envelope-from dbader@eece.unm.edu) Received: (from dbader@localhost) by eece.unm.edu (8.9.3/8.8.5) id GAA24722; Mon, 25 Oct 1999 06:48:34 -0600 (MDT) Message-Id: <199910251248.GAA24722@eece.unm.edu> Date: Mon, 25 Oct 1999 06:48:34 -0600 (MDT) From: dbader@eece.unm.edu Reply-To: dbader@eece.unm.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14516: ports net/mpich security-related update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14516 >Category: ports >Synopsis: ports net/mpich security-related update (patch enclosed) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 25 05:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: David A. Bader >Release: FreeBSD 3.3-RELEASE i386 >Organization: The University of New Mexico >Environment: >Description: The following patch allows MPICH to use secure "ssh" clients instead of traditional "rsh" clients. This patch also fixes up two missing files from the PLIST. Both a uuencoded and ASCII text of the same patch are enclosed below. >How-To-Repeat: >Fix: begin 644 mpich-patch M9&EF9B`M=7(@+W5SU5315]34TA](#T](%E% M4R!\?"!<"BL@("`@97AIU!2149)6'TO8FEN+W-S:"(**RYE M;F1I9@HK"B!74DM34D,]"0DD>U=22T1)4GTO;7!I8V@*($%,3%]405)'150] M"BU-04Y04D5&25@]"20H4%)%1DE8*2]M<&EC:`HK34%.4%)%1DE8/0DD>U!2 M149)6'TO;7!I8V@*($U!3C$]"0E*=6UPRelease-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 5: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 05D5514E75 for ; Mon, 25 Oct 1999 05:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA98173; Mon, 25 Oct 1999 05:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id 7C10715034 for ; Mon, 25 Oct 1999 05:43:18 -0700 (PDT) (envelope-from cy@cschuber.net.gov.bc.ca) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id FAA21845 for ; Mon, 25 Oct 1999 05:43:11 -0700 Received: from cschuber.net.gov.bc.ca(142.31.240.113), claiming to be "cwsys.cwsent.com" via SMTP by point.osg.gov.bc.ca, id smtpda21843; Mon Oct 25 05:43:04 1999 Received: (from cy@localhost) by cwsys.cwsent.com (8.9.3/8.9.1) id FAA71650; Mon, 25 Oct 1999 05:43:02 -0700 (PDT) Message-Id: <199910251243.FAA71650@cwsys.cwsent.com> Date: Mon, 25 Oct 1999 05:43:02 -0700 (PDT) From: Cy.Schubert@uumail.gov.bc.ca Reply-To: Cy.Schubert@uumail.gov.bc.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14515: New Tripwire 1.3 Port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14515 >Category: ports >Synopsis: New Tripwire 1.3 Port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 25 05:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Cy Schubert >Release: FreeBSD 3.3-RELEASE i386 >Organization: ITSD, Province of BC >Environment: FreeBSD cwsys 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Wed Oct 13 08:09:56 PDT 1999 root@cwsys:/opt2/cvs-330/src/sys/compile/CWSYS i386 >Description: New Tripwire 1.3 port. The copyright does not appear restrictive, however the sales staff at TripwireSecurity call it the "academic version". >How-To-Repeat: N/A >Fix: Enclosed is a shar archive. This has been running on various FreeBSD systems for about 1 year. # 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: # # tripwire13 # tripwire13/files # tripwire13/files/twcheck # tripwire13/files/md5 # tripwire13/files/conf-freebsd2.h # tripwire13/files/tw.conf.freebsd2 # tripwire13/patches # tripwire13/patches/patch-ad # tripwire13/patches/patch-aa # tripwire13/patches/patch-ab # tripwire13/patches/patch-ac # tripwire13/pkg # tripwire13/pkg/COMMENT # tripwire13/pkg/DESCR # tripwire13/pkg/PLIST # tripwire13/Makefile # echo c - tripwire13 mkdir -p tripwire13 > /dev/null 2>&1 echo c - tripwire13/files mkdir -p tripwire13/files > /dev/null 2>&1 echo x - tripwire13/files/twcheck sed 's/^X//' >tripwire13/files/twcheck << 'END-of-tripwire13/files/twcheck' X#! /bin/sh - X X./gunzip < tw.db_`hostname`.gz | ./tripwire -dfd 0 -c tw.config END-of-tripwire13/files/twcheck echo x - tripwire13/files/md5 sed 's/^X//' >tripwire13/files/md5 << 'END-of-tripwire13/files/md5' XMD5 (tripwire-1.30-1.tar.gz) = fd3374db2ba26fe11428e5fac3a98cfa END-of-tripwire13/files/md5 echo x - tripwire13/files/conf-freebsd2.h sed 's/^X//' >tripwire13/files/conf-freebsd2.h << 'END-of-tripwire13/files/conf-freebsd2.h' X/* $Id: conf-freebsd2.h,v 1.1.1.1 1997/04/01 04:44:00 jdp Exp $ */ X X/* X * conf-freebsd2.h X * X * Tripwire configuration file X * X * Joe Greco X * sol.net Network Services X * Derived from the other BSD config.h's X */ X X/*** X *** Operating System specifics X *** X *** If the answer to a question in the comment is "Yes", then X *** change the corresponding "#undef" to a "#define" X ***/ X X/* X * is your OS a System V derivitive? if so, what version? X * (e.g., define SYSV 4) X */ X X#undef SYSV X X/* X * does your system have a like System V? X */ X X#undef MALLOCH X X/* X * does your system have a like POSIX says you should? X */ X X#define STDLIBH X X/* X * does your system use readdir(3) that returns (struct dirent *)? X */ X X#define DIRENT X X/* X * is #include ok? (as opposed to ) X */ X X#define STRINGH X X/* X * does your system have gethostname(2) (instead of uname(2))? X */ X X#define GETHOSTNAME END-of-tripwire13/files/conf-freebsd2.h echo x - tripwire13/files/tw.conf.freebsd2 sed 's/^X//' >tripwire13/files/tw.conf.freebsd2 << 'END-of-tripwire13/files/tw.conf.freebsd2' X# $Id: tw.conf.freebsd2,v 1.3 1998/07/28 17:54:21 obrien Exp $ X# X# tripwire.config X# Generic version for FreeBSD X# Will need editing...see comments below X# X# This file contains a list of files and directories that System X# Preener will scan. Information collected from these files will be X# stored in the tripwire.database file. X# X# Format: [!|=] entry [ignore-flags] X# X# where: '!' signifies the entry is to be pruned (inclusive) from X# the list of files to be scanned. X# '=' signifies the entry is to be added, but if it is X# a directory, then all its contents are pruned X# (useful for /tmp). X# X# where: entry is the absolute pathname of a file or a directory X# X# where ignore-flags are in the format: X# [template][ [+|-][pinugsam12] ... ] X# X# - : ignore the following atributes X# + : do not ignore the following attributes X# X# p : permission and file mode bits a: access timestamp X# i : inode number m: modification timestamp X# n : number of links (ref count) c: inode creation timestamp X# u : user id of owner 1: signature 1 X# g : group id of owner 2: signature 2 X# s : size of file X# X# X# Ex: The following entry will scan all the files in /etc, and report X# any changes in mode bits, inode number, reference count, uid, X# gid, modification and creation timestamp, and the signatures. X# However, it will ignore any changes in the access timestamp. X# X# /etc +pinugsm12-a X# X# The following templates have been pre-defined to make these long ignore X# mask descriptions unecessary. X# X# Templates: (default) R : [R]ead-only (+pinugsm12-a) X# L : [L]og file (+pinug-sam12) X# N : ignore [N]othing (+pinusgsamc12) X# E : ignore [E]verything (-pinusgsamc12) X# X# By default, Tripwire uses the R template -- it ignores X# only the access timestamp. X# X# You can use templates with modifiers, like: X# Ex: /etc/lp E+ug X# X# Example configuration file: X# /etc R # all system files X# !/etc/lp R # ...but not those logs X# =/tmp N # just the directory, not its files X# X# Note the difference between pruning (via "!") and ignoring everything X# (via "E" template): Ignoring everything in a directory still monitors X# for added and deleted files. Pruning a directory will prevent Tripwire X# from even looking in the specified directory. X# X# X# Tripwire running slowly? Modify your tripwire.config entries to X# ignore the (signature 2) attribute when this computationally-exorbitant X# protection is not needed. (See README and design document for further X# details.) X# X X# First, root's traditional "home". Note that FreeBSD's root's home (/root) X# is protected by R-2 protections in the default config file. X=/ L X/.rhosts R # may not exist X/.profile R # may not exist X/.cshrc R # may not exist X/.login R # may not exist X/.exrc R # may not exist X/.logout R # may not exist X/.forward R # may not exist X X# Unix itself X/kernel R X X# /bin X/bin R-2 X X# /dev X/dev L X X# /etc X/etc R-2 X/etc/aliases L X/etc/dumpdates L X/etc/motd L X X# my passwd database should be static at time of system build. yours may X# not be, if not, uncomment the lines below. X X# /etc/passwd L X# /etc/master.passwd L X# /etc/pwd.db L X# /etc/spwd.db L X X# /home X=/home X X# /lkm X/lkm R-2 X X# /root X/root R-2 X/root/.history L X X# /sbin X/sbin R-2 X X# /stand X/stand R-2 X X# /usr/bin X/usr/bin R-2 X X/usr/include R-12 X X/usr/lib R-2 X X/usr/libdata R-2 X X/usr/libexec R-2 X X/usr/local/bin R-2 X X/usr/local/etc L X X/usr/local/lib R-2 X X/usr/local/libexec R-2 X X/usr/local/sbin R-2 X X/usr/local/share R-2 X X/usr/sbin R-2 X X/usr/share R-2 X X########################################### END-of-tripwire13/files/tw.conf.freebsd2 echo c - tripwire13/patches mkdir -p tripwire13/patches > /dev/null 2>&1 echo x - tripwire13/patches/patch-ad sed 's/^X//' >tripwire13/patches/patch-ad << 'END-of-tripwire13/patches/patch-ad' X--- src/Makefile.orig Mon Jul 20 11:11:48 1998 X+++ src/Makefile Fri Mar 19 16:54:23 1999 X@@ -104,8 +104,8 @@ X $(CC) $(CFLAGS) -c $< X X install: tripwire X- $(INSTALL) tripwire $(DESTDIR) -m 555 X- $(INSTALL) siggen $(DESTDIR) -m 555 X+ $(INSTALL) -f noschg -s -m 555 tripwire $(DESTDIR) X+ $(INSTALL) -f noschg -s -m 555 siggen $(DESTDIR) X X clean: X -rm -f $(OFILES) config.lex.c config.pre.c y.tab.c lex.yy.c help.c \ END-of-tripwire13/patches/patch-ad echo x - tripwire13/patches/patch-aa sed 's/^X//' >tripwire13/patches/patch-aa << 'END-of-tripwire13/patches/patch-aa' X*** include/config.h.orig Fri Jul 15 06:02:52 1994 X--- include/config.h Sun Dec 31 18:56:20 1989 X*************** X*** 17,23 **** X *** file that corresponds with your operating system. X ***/ X X! #include "../configs/conf-svr4.h" X X #ifdef TW_TYPE32 X typedef TW_TYPE32 int32; X--- 17,23 ---- X *** file that corresponds with your operating system. X ***/ X X! #include "../configs/conf-freebsd2.h" X X #ifdef TW_TYPE32 X typedef TW_TYPE32 int32; X*************** X*** 103,110 **** X #endif X */ X X! #define CONFIG_PATH "/usr/local/bin/tw" X! #define DATABASE_PATH "/var/tripwire" X X /******* name of Tripwire files ************************************** X * X--- 103,110 ---- X #endif X */ X X! # define CONFIG_PATH "/var/adm/tcheck" X! # define DATABASE_PATH "/var/adm/tcheck/databases" X X /******* name of Tripwire files ************************************** X * END-of-tripwire13/patches/patch-aa echo x - tripwire13/patches/patch-ab sed 's/^X//' >tripwire13/patches/patch-ab << 'END-of-tripwire13/patches/patch-ab' X--- Makefile.orig Mon Jul 20 11:11:48 1998 X+++ Makefile Fri Mar 19 17:19:27 1999 X@@ -10,11 +10,11 @@ X ### X X # destination directory for final executables X-DESTDIR = /usr/local/bin/tw X-DATADIR = /var/tripwire X+DESTDIR = /usr/local/bin X+DATADIR = /var/adm/tcheck X X # destination for man pages X-MANDIR = /usr/man X+MANDIR = /usr/local/man X X # system utilities X LEX = lex X@@ -106,10 +106,8 @@ X $(INSTALL) -d $(DESTDIR) X (cd src; make INSTALL=$(INSTALL) DESTDIR=$(DESTDIR) install) X (cd man; make INSTALL=$(INSTALL) MANDIR=$(MANDIR) install) X- (cd configs; $(INSTALL) tw.config $(DESTDIR) -m 444) X- chmod 555 $(DESTDIR) X- $(INSTALL) -d $(DATADIR) -m 0755 X- $(INSTALL) tests/tw.db_TEST $(DATADIR) -m 444 X+ $(INSTALL) -m 0755 -d $(DATADIR) X+ (cd configs; $(INSTALL) -m 444 tw.config $(DATADIR)) X X test: all X (cd tests; make HOSTNAME=$(HOSTNAME) DIST=$(DIST) SHELL=$(SHELL) \ END-of-tripwire13/patches/patch-ab echo x - tripwire13/patches/patch-ac sed 's/^X//' >tripwire13/patches/patch-ac << 'END-of-tripwire13/patches/patch-ac' XThis patch eliminates a compiler warning about LITTLE_ENDIAN begin Xredefined. X X*** sigs/sha/sha.c.orig Mon Jul 25 08:46:45 1994 X--- sigs/sha/sha.c Mon Mar 31 19:55:23 1997 X*************** X*** 47,52 **** X--- 47,54 ---- X #include "sha.h" X X #if BYTEORDER == 0x1234 X+ #undef BIG_ENDIAN X+ #undef LITTLE_ENDIAN X #define LITTLE_ENDIAN X #endif X END-of-tripwire13/patches/patch-ac echo c - tripwire13/pkg mkdir -p tripwire13/pkg > /dev/null 2>&1 echo x - tripwire13/pkg/COMMENT sed 's/^X//' >tripwire13/pkg/COMMENT << 'END-of-tripwire13/pkg/COMMENT' XFile system security and verification program. END-of-tripwire13/pkg/COMMENT echo x - tripwire13/pkg/DESCR sed 's/^X//' >tripwire13/pkg/DESCR << 'END-of-tripwire13/pkg/DESCR' XTripwire is a tool that aids system administrators and Xusers in monitoring a designated set of files for any changes. XUsed with system files on a regular (e.g., daily) basis, Tripwire Xcan notify system administrators of corrupted or tampered files, Xso damage control measures can be taken in a timely manner. X XIf "TRIPWIRE_FLOPPY" is set to "YES" in the environment or on the X"make" command line, this port will write the tripwire database to Xa floppy disk, which should then be write-protected and used as a Xreference for future runs. The diskette should be formatted and Xpresent in the "A" drive before starting the "make install" step. X XJoe Greco END-of-tripwire13/pkg/DESCR echo x - tripwire13/pkg/PLIST sed 's/^X//' >tripwire13/pkg/PLIST << 'END-of-tripwire13/pkg/PLIST' Xbin/tripwire Xbin/siggen END-of-tripwire13/pkg/PLIST echo x - tripwire13/Makefile sed 's/^X//' >tripwire13/Makefile << 'END-of-tripwire13/Makefile' X# New ports collection makefile for: tripwire X# Version required: 1.2 X# Date created: 31 Mar 1997 X# Whom: Joe Greco X# X# $Id: Makefile,v 1.4 1998/12/01 08:33:29 asami Exp $ X# X XDISTNAME= tripwire-1.30-1 XCATEGORIES= security net X XMAINTAINER= Cy.Schubert@uumail.gov.bc.ca X XMAN5= tw.config.5 XMAN8= siggen.8 tripwire.8 XNO_CDROM= "cannot be redistributed for more than the cost of duplication" XNO_PACKAGE= "requires local database to be built" XRESTRICTED= "contains crypto class algorithms" X X# .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) X# IGNORE='Please read http://www.tripwiresecurity.com/ for details of how to obtain the Tripwire source. Put the file ${DISTNAME}${EXTRACT_SUFX} into the directory ${DISTDIR} and run make again.' X# .endif X Xpre-configure: X @ ${CP} ${FILESDIR}/conf-freebsd2.h ${WRKSRC}/configs X @ ${CP} ${FILESDIR}/tw.conf.freebsd2 ${WRKSRC}/configs/tw.conf.freebsd2 X Xpost-install: X @ ${MKDIR} /var/adm/tcheck X @ ${CP} ${FILESDIR}/tw.conf.freebsd2 /var/adm/tcheck/tw.config X @ ${ECHO} Creating tripwire database X @ (cd /var/adm/tcheck; tripwire -initialize) X.if defined(TRIPWIRE_FLOPPY) && ${TRIPWIRE_FLOPPY} == YES X @ disklabel -w -B /dev/rfd0c fd1440 X @ newfs -u 0 -t 0 -i 196608 -m 0 -T minimum -o space /dev/rfd0c X @ mount /dev/fd0c /mnt X @ ${GZIP_CMD} < ${PREFIX}/bin/tripwire > /mnt/tripwire X @ ${CP} -p /var/adm/tcheck/tw.config /mnt/tw.config X @ ${GZIP_CMD} < /var/adm/tcheck/databases/tw.db_`hostname` \ X > /mnt/tw.db_`hostname`.gz X @ ${CP} -p ${FILESDIR}/twcheck /mnt/twcheck X @ ${GZIP_CMD} < /usr/bin/gunzip > /mnt/gunzip X @ chmod 555 /mnt/tripwire /mnt/gunzip /mnt/twcheck X @ umount /mnt X @ ${ECHO} Do not forget to remove and write-protect the floppy. X.endif X X.include END-of-tripwire13/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 6:47:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id EBCE514CA1 for ; Mon, 25 Oct 1999 06:47:51 -0700 (PDT) (envelope-from musha@ms.tokyo.jcom.ne.jp) Received: from daemon.my.domain (pc343031.tokyo.jcom.ne.jp [203.140.143.31]) by ms.tokyo.jcom.ne.jp (8.9.1/3.7W 06/01/99) with ESMTP id WAA23022; Mon, 25 Oct 1999 22:47:49 +0900 (JST) Received: by daemon.my.domain (8.9.3/3.7W) id WAA15039; Mon, 25 Oct 1999 22:47:17 +0900 (JST) Date: Mon, 25 Oct 1999 22:47:16 +0900 Message-ID: <14356.24420.80474.13334F@archon.my.domain> From: Akinori MUSHA aka knu To: freebsd-ports@freebsd.org Cc: imap-uw@freebsd.ady.ro Subject: Re: ports/14359: Update port: mail/imap-uw In-Reply-To: In your message of "Mon, 25 Oct 1999 18:45:44 +0900" <14356.9928.366891.72159A@archon.my.domain> References: <14344.7145.148375.72159A@archon.my.domain> <14356.9928.366891.72159A@archon.my.domain> User-Agent: Wanderlust/2.2.5 (Come Undone) SEMI/1.13.7 (Awazu) PGPGPG FLIM/1.13.2 (Kasanui) MULE XEmacs/21.1 (patch 6) (Big Bend) (i386--freebsd) Organization: A.I.D. MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: multipart/mixed; boundary="Multipart_Mon_Oct_25_22:47:16_1999-1" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --Multipart_Mon_Oct_25_22:47:16_1999-1 Content-Type: text/plain; charset=US-ASCII Sorry, that was my screwup. I forgot gets() chomps LF at the EOL but fgets() does not. So I hacked up safegets() to correct this. Supersede the previous patch, thanks. -- / /__ __ / ) ) ) ) / http://www.idaemons.org/knu/ Akinori MUSHA aka / (_ / ( (__( mailto:knu@idaemons.org "We are but hungry.. Associated Ita-meshi Daemons!" http://www.idaemons.org/ --Multipart_Mon_Oct_25_22:47:16_1999-1 Content-Type: text/plain; charset=US-ASCII Content-Disposition: attachment; filename="imap-uw.diff" Content-Transfer-Encoding: 7bit Index: Makefile =================================================================== RCS file: /home/cvs/imap-uw/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.3 diff -u -r1.1.1.1 -r1.1.1.1.2.3 --- Makefile 1999/10/24 18:13:26 1.1.1.1 +++ Makefile 1999/10/25 13:05:26 1.1.1.1.2.3 @@ -1,17 +1,17 @@ # New ports collection makefile for: imap-uw -# Version required: 4.5 +# Version required: 4.6 # Date created: 9 Jan 1997 # Whom: pst # # $FreeBSD: ports/mail/imap-uw/Makefile,v 1.30 1999/09/18 17:29:19 steve Exp $ # -DISTNAME= imap-4.5 -PKGNAME= imap-uw-4.5 +DISTNAME= imap-4.6 +PKGNAME= imap-uw-4.6 CATEGORIES= mail -MASTER_SITES= ftp://ftp.cac.washington.edu/imap/old/ \ - ftp://ftp.funet.fi/pub/mirrors/ftp.cac.washington.edu/mail/old/ \ - ftp://ftp.uni-halle.de/pub/mail/pine/ +MASTER_SITES= ftp://ftp.cac.washington.edu/imap/ \ + http://mirror.nucba.ac.jp/mirror/imap/ \ + ftp://ftp.funet.fi/pub/mirrors/ftp.cac.washington.edu/mail/ EXTRACT_SUFX= .tar.Z MAINTAINER= imap-uw@freebsd.ady.ro @@ -36,6 +36,9 @@ post-configure: @${ECHO_MSG} ">> The c-client shared library will be named ${SHLIBNAME}" +post-patch: + @${CP} ${FILESDIR}/safegets.[ch] ${WRKSRC}/src/mtest/ + do-install: ${INSTALL_DATA} ${WRKSRC}/c-client/mail.h ${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/c-client/rfc822.h ${PREFIX}/include @@ -53,6 +56,8 @@ ${WRKSRC}/src/imapd/imapd.8c ${PREFIX}/man/man8/imapd.8 ${INSTALL_MAN} \ ${WRKSRC}/src/ipopd/ipopd.8c ${PREFIX}/man/man8/ipopd.8 + + @${CAT} ${PKGMESSAGE} post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib Index: files/md5 =================================================================== RCS file: /home/cvs/imap-uw/files/md5,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -r1.1.1.1 -r1.1.1.1.2.1 --- md5 1999/10/24 18:13:26 1.1.1.1 +++ md5 1999/10/24 18:23:53 1.1.1.1.2.1 @@ -1,2 +1 @@ -MD5 (imap-4.5.tar.Z) = 24e5ff01e0f14ecc647f10a9148a9dbd -SIZE (imap-4.5.tar.Z) = 1656569 +MD5 (imap-4.6.tar.Z) = d5d7e5ebbdace57eed7706d4fd2ffc09 Index: files/safegets.c =================================================================== RCS file: safegets.c diff -N safegets.c --- /dev/null Mon Oct 25 22:27:10 1999 +++ /tmp/cvsD36910 Mon Oct 25 22:34:39 1999 @@ -0,0 +1,19 @@ +#include +#include +#include "mail.h" /* MAILTMPLEN */ + +static char buf[MAILTMPLEN]; + +char *safegets(char *buf) { + char *p; + + if (!fgets(buf, MAILTMPLEN, stdin)) { + return NULL; + } + + if (NULL != (p = strchr(buf, '\n'))) { + *p = '\0'; + } + + return buf; +} Index: files/safegets.h =================================================================== RCS file: safegets.h diff -N safegets.h --- /dev/null Mon Oct 25 22:27:10 1999 +++ /tmp/cvst36910 Mon Oct 25 22:34:39 1999 @@ -0,0 +1 @@ +char *safegets(char *buf); Index: patches/patch-ab =================================================================== RCS file: /home/cvs/imap-uw/patches/patch-ab,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.2 diff -u -r1.1.1.1 -r1.1.1.1.2.2 --- patch-ab 1999/10/24 18:13:26 1.1.1.1 +++ patch-ab 1999/10/25 09:25:22 1.1.1.1.2.2 @@ -1,6 +1,6 @@ ---- src/osdep/unix/Makefile.orig Wed Jan 27 01:17:39 1999 -+++ src/osdep/unix/Makefile Sat Feb 27 17:16:00 1999 -@@ -100,7 +100,7 @@ +--- src/osdep/unix/Makefile.orig Thu Sep 30 14:52:54 1999 ++++ src/osdep/unix/Makefile Mon Oct 25 16:49:02 1999 +@@ -104,7 +104,7 @@ dummy.o pseudo.o netmsg.o flstring.o fdstring.o \ rfc822.o nntp.o smtp.o imap4r1.o pop3.o \ unix.o mbox.o mbx.o mmdf.o tenex.o mtx.o news.o phile.o mh.o mx.o @@ -9,8 +9,8 @@ MAKE=make MV=mv RM=rm -rf -@@ -115,6 +115,10 @@ - PASSWDTYPE=$(PASSWDTYPE) +@@ -119,6 +119,10 @@ + PASSWDTYPE=$(PASSWDTYPE) SPECIALAUTHENTICATORS="$(SPECIALAUTHENTICATORS)" BUILD=$(MAKE) build $(BUILDOPTIONS) +# Need this for the shared library rule to work correctly @@ -20,16 +20,23 @@ # Here if no make argument established missing: osdep.h -@@ -190,7 +194,7 @@ +@@ -191,11 +195,13 @@ + + bsf: # FreeBSD + $(BUILD) `cat EXTRASPECIALS` OS=bsi SIGTYPE=psx \ ++ CHECKPW=pam \ SPOOLDIR=/var \ ACTIVEFILE=/usr/local/news/lib/active \ RSHPATH=/usr/bin/rsh \ - BASECFLAGS="-g -O -pipe -DNFSKLUDGE" \ +- BASELDFLAGS="-lcrypt" ++ LOCKPGM=/etc/mlock \ + BASECFLAGS="-DNFSKLUDGE -DIGNORE_LOCK_EACCES_ERRORS" \ - BASELDFLAGS="-lcrypt" ++ BASELDFLAGS="-lpam -lcrypt" bsi: # BSD/i386 -@@ -606,19 +610,31 @@ + $(BUILD) `cat EXTRASPECIALS` OS=$@ \ +@@ -620,19 +626,31 @@ # Build it! @@ -63,7 +70,7 @@ # Dependencies -@@ -652,7 +668,7 @@ +@@ -666,7 +684,7 @@ # OS-dependent @@ -72,7 +79,7 @@ osdep.h env_unix.h tcp_unix.h \ osdep.c env_unix.c fs_unix.c ftl_unix.c nl_unix.c tcp_unix.c \ auths.c flock.c flockbsd.c flcksafe.c fsync.c gethstid.c \ -@@ -664,7 +680,12 @@ +@@ -678,7 +696,12 @@ write.c \ strerror.c strpbrk.c strstr.c strtok.c strtoul.c \ OSCFLAGS Index: patches/patch-ac =================================================================== RCS file: /home/cvs/imap-uw/patches/patch-ac,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.2 diff -u -r1.1.1.1 -r1.1.1.1.2.2 --- patch-ac 1999/10/24 18:13:26 1.1.1.1 +++ patch-ac 1999/10/25 12:46:28 1.1.1.1.2.2 @@ -1,5 +1,5 @@ ---- src/imapd/Makefile.orig Sat Nov 21 05:26:03 1998 -+++ src/imapd/Makefile Sat Feb 27 17:19:33 1999 +--- src/imapd/Makefile.orig Tue Oct 5 15:13:35 1999 ++++ src/imapd/Makefile Sat Oct 16 03:17:51 1999 @@ -31,9 +31,9 @@ # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. @@ -12,10 +12,10 @@ SHELL= /bin/sh # The "Manage Mail" menu item of Netscape Messager puts up an error message -@@ -56,7 +56,7 @@ - CC = `cat $C/CCTYPE` +@@ -59,7 +59,7 @@ CFLAGS = -I$C `cat $C/CFLAGS` $(EXTRACFLAGS) -DANOFILE=\"$(ANO)\" \ - -DALERTFILE=\"$(ALERT)\" -DUSERALERTFILE=\"$(USERALERT)\" + -DALERTFILE=\"$(ALERT)\" -DUSERALERTFILE=\"$(USERALERT)\" \ + -DWEBEXPRESS_BRAIN_DAMAGE=1 -LDFLAGS = $(CCLIENTLIB) `cat $C/LDFLAGS` +LDFLAGS = -L$C -l$(SHLIBBASE) `cat $C/LDFLAGS` @@ -31,15 +31,4 @@ +LDFLAGS = -L$C -l$(SHLIBBASE) `cat $C/LDFLAGS` ipopd: ipop2d ipop3d - ---- src/mtest/Makefile.orig Wed Apr 15 01:42:04 1998 -+++ src/mtest/Makefile Sat Oct 10 21:48:18 1998 -@@ -39,7 +39,7 @@ - - CC = `cat $C/CCTYPE` - CFLAGS = -I$C `cat $C/CFLAGS` --LDFLAGS = $(CCLIENTLIB) `cat $C/LDFLAGS` -+LDFLAGS = -L$C -l$(SHLIBBASE) `cat $C/LDFLAGS` - - all: mtest Index: patches/patch-ad =================================================================== RCS file: patch-ad diff -N patch-ad --- /dev/null Mon Oct 25 22:27:10 1999 +++ /tmp/cvsB36910 Mon Oct 25 22:34:39 1999 @@ -0,0 +1,22 @@ +--- src/mtest/Makefile.orig Wed Apr 15 07:42:04 1998 ++++ src/mtest/Makefile Mon Oct 25 21:37:51 1999 +@@ -39,14 +39,16 @@ + + CC = `cat $C/CCTYPE` + CFLAGS = -I$C `cat $C/CFLAGS` +-LDFLAGS = $(CCLIENTLIB) `cat $C/LDFLAGS` ++LDFLAGS = -L$C -l$(SHLIBBASE) `cat $C/LDFLAGS` + + all: mtest + +-mtest: $(CCLIENTLIB) mtest.o +- $(CC) $(CFLAGS) -o mtest mtest.o $(LDFLAGS) ++mtest: $(CCLIENTLIB) mtest.o safegets.o ++ $(CC) $(CFLAGS) -o mtest mtest.o safegets.o $(LDFLAGS) + + mtest.o: $C/mail.h $C/misc.h $C/osdep.h $C/rfc822.h $C/smtp.h $C/nntp.h ++ ++safegets.o: $C/mail.h + + $(CCLIENTLIB): + cd $C;make Index: patches/patch-ae =================================================================== RCS file: patch-ae diff -N patch-ae --- /dev/null Mon Oct 25 22:27:10 1999 +++ /tmp/cvsP36910 Mon Oct 25 22:34:39 1999 @@ -0,0 +1,28 @@ +--- src/mtest/mtest.c.orig Sat May 29 14:07:06 1999 ++++ src/mtest/mtest.c Mon Oct 25 21:36:50 1999 +@@ -49,6 +49,7 @@ + #include "rfc822.h" + #include "smtp.h" + #include "nntp.h" ++#include "safegets.h" + + /* Excellent reasons to hate ifdefs, and why my real code never uses them */ + +@@ -528,7 +529,7 @@ + void prompt (char *msg,char *txt) + { + printf ("%s",msg); +- gets (txt); ++ safegets (txt); + } + + /* Interfaces to C-client */ +@@ -713,7 +714,7 @@ + puts (" Msg (end with a line with only a '.'):"); + body->type = TYPETEXT; + *text = '\0'; +- while (gets (line)) { ++ while (safegets (line)) { + if (line[0] == '.') { + if (line[1] == '\0') break; + else strcat (text,"."); Index: pkg/DESCR =================================================================== RCS file: /home/cvs/imap-uw/pkg/DESCR,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -r1.1.1.1 -r1.1.1.1.2.1 --- DESCR 1999/10/24 18:13:26 1.1.1.1 +++ DESCR 1999/10/24 18:25:02 1.1.1.1.2.1 @@ -12,9 +12,9 @@ pop3 stream tcp nowait root /usr/local/libexec/ipop3d ipop3d imap4 stream tcp nowait root /usr/local/libexec/imapd imapd -You may also have to edit your /etc/services (or Yellow Pages, -NetInfo, etc. equivalent) to register these services, such as: +and /etc/pam.conf file with lines such as: -pop 109/tcp -pop3 110/tcp -imap4 143/tcp [imap2 and imap4 share the same port again] +imap auth required pam_unix.so try_first_pass +imap account required pam_unix.so try_first_pass +pop auth required pam_unix.so try_first_pass +pop account required pam_unix.so try_first_pass Index: pkg/MESSAGE =================================================================== RCS file: MESSAGE diff -N MESSAGE --- /dev/null Mon Oct 25 22:27:10 1999 +++ /tmp/cvsL36910 Mon Oct 25 22:34:39 1999 @@ -0,0 +1,9 @@ +### +As of imap-uw 4.6 and later, you need to edit /etc/pam.conf to add support +for IMAP/POP. To do so, add the following four lines to this file: + +imap auth required pam_unix.so try_first_pass +imap account required pam_unix.so try_first_pass +pop auth required pam_unix.so try_first_pass +pop account required pam_unix.so try_first_pass +### --Multipart_Mon_Oct_25_22:47:16_1999-1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 8:20: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B8C0F14A1A for ; Mon, 25 Oct 1999 08:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA63864; Mon, 25 Oct 1999 08:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 25 Oct 1999 08:20:02 -0700 (PDT) Message-Id: <199910251520.IAA63864@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Chris D. Faulhaber" Subject: Re: ports/14409: New port: www/webfs-0.5 Reply-To: "Chris D. Faulhaber" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/14409; it has been noted by GNATS. From: "Chris D. Faulhaber" To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/14409: New port: www/webfs-0.5 Date: Mon, 25 Oct 1999 11:19:17 -0400 (EDT) Update of the pending PR (to version 0.6): # 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: # # webfs # webfs/Makefile # webfs/files # webfs/files/md5 # webfs/pkg # webfs/pkg/PLIST # webfs/pkg/COMMENT # webfs/pkg/DESCR # webfs/patches # webfs/patches/patch-aa # webfs/patches/patch-ab # echo c - webfs mkdir -p webfs > /dev/null 2>&1 echo x - webfs/Makefile sed 's/^X//' >webfs/Makefile << 'END-of-webfs/Makefile' X# New ports collection makefile for: webfs X# Version required: 0.6 X# Date created: 18 October 1999 X# Whom: Chris D. Faulhaber X# X# $FreeBSD$ X# X XDISTNAME= webfs-0.6 XCATEGORIES= www XMASTER_SITES= http://www.IN-Berlin.DE/User/kraxel/dl/ X XMAINTAINER= jedgar@fxp.org X XMAN1= webfsd.1 X Xdo-configure: X @${SED} -e 's|/etc/mime.types|${PREFIX}/etc/webfsd/mime.types|' \ X < ${WRKSRC}/webfsd.man > ${WRKSRC}/webfsd.1 X @${MV} ${WRKSRC}/main.c ${WRKSRC}/main.c.orig X @${SED} -e 's|/etc/mime.types|${PREFIX}/etc/webfsd/mime.types|' \ X < ${WRKSRC}/main.c.orig > ${WRKSRC}/main.c X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/webfsd ${PREFIX}/sbin X @${INSTALL_MAN} ${WRKSRC}/webfsd.1 ${PREFIX}/man/man1 X @${MKDIR} ${PREFIX}/etc/webfsd X @${ECHO} "# Insert mime types here" > ${PREFIX}/etc/webfsd/mime.types X X.include END-of-webfs/Makefile echo c - webfs/files mkdir -p webfs/files > /dev/null 2>&1 echo x - webfs/files/md5 sed 's/^X//' >webfs/files/md5 << 'END-of-webfs/files/md5' XMD5 (webfs-0.6.tar.gz) = b3bffd6cfd8a24d5bfb7e68eca0a165f END-of-webfs/files/md5 echo c - webfs/pkg mkdir -p webfs/pkg > /dev/null 2>&1 echo x - webfs/pkg/PLIST sed 's/^X//' >webfs/pkg/PLIST << 'END-of-webfs/pkg/PLIST' Xsbin/webfsd Xetc/webfsd/mime.types X@dirrm etc/webfsd END-of-webfs/pkg/PLIST echo x - webfs/pkg/COMMENT sed 's/^X//' >webfs/pkg/COMMENT << 'END-of-webfs/pkg/COMMENT' XA simple http server for static content END-of-webfs/pkg/COMMENT echo x - webfs/pkg/DESCR sed 's/^X//' >webfs/pkg/DESCR << 'END-of-webfs/pkg/DESCR' XThis is a simple http server for purely static content. You can Xuse it to serve the content of a ftp server via http for example. XIt is also nice to export some files quickly by starting an http Xserver in a few seconds without editing a config file first. X XFeatures/Design: X================ X * single process: select() + non-blocking I/O X * automatically generates directory listings when asked for a X directory (check for index.html available as option), caches X the listings. X * no config file, just a few switches. Try "webfsd -h" for a X list. X * Uses ${PREFIX}/etc/webfsd/mime.types to map file extentions X to mime/types (not included). X * supports keep-alive and pipelined requests. X * serves byte ranges. X * optional logging in common log file format. X XWWW: http://www.IN-Berlin.DE/User/kraxel/webfs.html X X- Chris D. Faulhaber Xjedgar@fxp.org END-of-webfs/pkg/DESCR echo c - webfs/patches mkdir -p webfs/patches > /dev/null 2>&1 echo x - webfs/patches/patch-aa sed 's/^X//' >webfs/patches/patch-aa << 'END-of-webfs/patches/patch-aa' X--- Makefile.orig Fri Oct 15 15:46:00 1999 X+++ Makefile Mon Oct 25 11:11:55 1999 X@@ -2,8 +2,8 @@ X bindir=$(prefix)/bin X mandir=$(prefix)/man/man1 X X-CC=gcc X-CFLAGS=-Wall -g -O2 X+CC?=gcc X+CFLAGS?=-Wall -g -O2 X X PROG=webfsd X OBJS=main.o request.o response.o ls.o mime.o END-of-webfs/patches/patch-aa echo x - webfs/patches/patch-ab sed 's/^X//' >webfs/patches/patch-ab << 'END-of-webfs/patches/patch-ab' X--- ls.c.orig Wed Oct 20 13:40:30 1999 X+++ ls.c Mon Oct 25 11:13:51 1999 X@@ -15,6 +15,10 @@ X X #include "httpd.h" X X+#ifdef __FreeBSD__ X+#define NAME_MAX FILENAME_MAX X+#endif X+ X #define LS_ALLOC_SIZE 8192 X #define HOMEPAGE "http://www.in-berlin.de/User/kraxel/webfs.html" X END-of-webfs/patches/patch-ab exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 9: 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 266DB151AC for ; Mon, 25 Oct 1999 09:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA67339; Mon, 25 Oct 1999 09:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from anaconda.lovett.com (anaconda.lovett.com [216.60.121.168]) by hub.freebsd.org (Postfix) with ESMTP id 6406E151FC for ; Mon, 25 Oct 1999 08:56:12 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by anaconda.lovett.com with local (Exim 3.03 #1) id 11fmTg-000121-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 25 Oct 1999 10:56:08 -0500 Message-Id: Date: Mon, 25 Oct 1999 10:56:08 -0500 From: Ade Lovett Reply-To: ade@lovett.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14518: Update port: graphics/gd to 1.7.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14518 >Category: ports >Synopsis: Update port: graphics/gd to 1.7.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: Mon Oct 25 09:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ade Lovett >Release: FreeBSD 3.3-STABLE i386 >Organization: Lovett Network Consultancy >Environment: Up to date ports tree. >Description: Author has removed gd-1.7.5 from the MASTER_SITES *mutter*, going back to gd-1.7.3 -- this version doesn't use GNU configure, so at this time, no shared libraries will be built. This PR supercedes ports/14309, please close that one. >How-To-Repeat: N/A >Fix: Apply following patches, which update both the codebase, and the pkg/{COMMENT,DESCR} file as suggested by jack@germanium.xtalwind.net This also adds a missing MAINTAINER=ports@freebsd.org line, though if no-one else has any objections, I have no problem with becoming the maintainer for this port. Version: 1.6.3 -> 1.7.3 Changes: Makefile files/md5 pkg/COMMENT pkg/DESCR pkg/PLIST Adds: patches/patch-ac Removes: patches/patch-ab cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/gd/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 1999/10/07 17:36:44 1.13 +++ Makefile 1999/10/25 15:47:59 @@ -1,26 +1,21 @@ # New ports collection makefile for: gd -# Version required: 1.6.3 +# Version required: 1.7.3 # Date created: 27 Mar 1998 # Whom: jeff@cetlink.net # # $FreeBSD: ports/graphics/gd/Makefile,v 1.13 1999/10/07 17:36:44 fenner Exp $ # -DISTNAME= gd-1.6.3 +DISTNAME= gd-1.7.3 CATEGORIES= graphics MASTER_SITES= http://www.boutell.com/gd/http/ \ ftp://ftp.boutell.com/pub/boutell/gd/ -LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png +MAINTAINER= ports@FreeBSD.org -FETCH_BEFORE_ARGS= -b -USE_LIBTOOL= yes -CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" -CONFIGURE_ARGS+= --includedir=${PREFIX}/include/gd \ - --libdir=${PREFIX}/lib +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png pre-install: ${MKDIR} ${PREFIX}/include/gd - ${MKDIR} ${PREFIX}/share/examples/gd .include cvs diff: Diffing files Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/graphics/gd/files/md5,v retrieving revision 1.6 diff -u -r1.6 md5 --- md5 1999/09/04 23:36:48 1.6 +++ md5 1999/10/25 15:24:44 @@ -1 +1 @@ -MD5 (gd-1.6.3.tar.gz) = 519bfbb55e3b315dd3d5a37ab56c2d84 +MD5 (gd-1.7.3.tar.gz) = c3690ae8c2cc0710e1777c697b876297 cvs diff: Diffing patches Index: patches/patch-ab =================================================================== RCS file: /home/ncvs/ports/graphics/gd/patches/patch-ab,v retrieving revision 1.1 diff -u -r1.1 patch-ab --- patch-ab 1999/07/24 23:56:45 1.1 +++ patch-ab 1999/10/25 15:32:31 @@ -1,20 +0,0 @@ ---- Makefile.in.old Sat Jul 24 14:37:54 1999 -+++ Makefile.in Sat Jul 24 14:40:09 1999 -@@ -88,7 +88,7 @@ - libgd_la_SOURCES = gd.c gd_io.c gd_io_file.c gd_io_dp.c gd_io_ss.c gd_png.c gd_ss.c gd_gd.c gd_gd2.c gdfontt.c gdfonts.c gdfontmb.c gdfontl.c gdfontg.c gdttf.c gdcache.c gd.h gdcache.h gdfontl.h gdfonts.h gd_io.h gdfontg.h gdfontmb.h gdfontt.h - - --libgd_la_LIBADD = @LIBS@ -lm -+libgd_la_LIBADD = @LIBS@ -lm -L$(libdir) -lpng - - bin_PROGRAMS = pngtogd pngtogd2 gdtopng gd2topng gd2copypal gdparttopng webpng - -@@ -138,7 +138,7 @@ - LTLIBRARIES = $(lib_LTLIBRARIES) - - --DEFS = @DEFS@ -I. -I$(srcdir) -+DEFS = @DEFS@ -I. -I$(srcdir) -I$(includedir) - CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ --- /dev/null Mon Oct 25 10:47:26 1999 +++ patches/patch-ac Mon Oct 25 10:43:36 1999 @@ -0,0 +1,108 @@ +--- Makefile.orig Wed Oct 13 16:20:11 1999 ++++ Makefile Mon Oct 25 10:43:21 1999 +@@ -3,19 +3,19 @@ + #If you do not have gcc, change the setting for COMPILER, but you must + #use an ANSI standard C compiler (NOT the old SunOS 4.1.3 cc + #compiler; get gcc if you are still using it). +-COMPILER=gcc ++#COMPILER=gcc + + #If the ar command fails on your system, consult the ar manpage + #for your system. +-AR=ar ++#AR=ar + + #If the install command is not in your path, provide + #an explicit path for it here, or install manually. +-INSTALL=install ++#INSTALL=install + + #If you don't have FreeType and/or Xpm installed, including the + #header files, uncomment this (default). +-CFLAGS=-O ++#CFLAGS=-O + #If you do have FreeType and/or Xpm fully installed, uncomment a + #variation of this and comment out the line above. See also LIBS below. + #CFLAGS=-O -DHAVE_XPM -DHAVE_LIBTTF +@@ -31,7 +31,7 @@ + + #Typical install locations for freetype, zlib, xpm and libpng header files. + #If yours are somewhere else, change this. +-INCLUDEDIRS=-I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 ++CFLAGS+=-I$(LOCALBASE)/include + + #Typical install locations for freetype, zlib, xpm and libpng libraries. + #If yours are somewhere else, other than a standard location +@@ -39,16 +39,16 @@ + #-L. as this allows the gd library itself to be found. + #Put -L. first so that old versions of the gd library elsewhere + #on your system can't cause conflicts while building a new one. +-LIBDIRS=-L. -L/usr/local/lib -L/usr/lib/X11 -L/usr/X11R6/lib ++LIBDIRS=-L. -L$(LOCALBASE)/lib + + #Location where libgd.a should be installed by "make install". +-INSTALL_LIB=/usr/local/lib ++INSTALL_LIB=$(PREFIX)/lib + + #Location where .h files should be installed by "make install". +-INSTALL_INCLUDE=/usr/local/include ++INSTALL_INCLUDE=$(PREFIX)/include/gd + + #Location where useful non-test programs should be installed by "make install". +-INSTALL_BIN=/usr/local/bin ++INSTALL_BIN=$(PREFIX)/bin + + # + # +@@ -58,8 +58,8 @@ + + VERSION=1.7 + +-CC=$(COMPILER) $(INCLUDEDIRS) +-LINK=$(CC) $(LIBDIRS) $(LIBS) ++#CC=$(COMPILER) $(INCLUDEDIRS) ++#LINK=$(CC) $(LIBDIRS) $(LIBS) + + PROGRAMS=$(BIN_PROGRAMS) $(TEST_PROGRAMS) + +@@ -69,23 +69,23 @@ + all: libgd.a $(PROGRAMS) + + install: libgd.a $(BIN_PROGRAMS) +- $(INSTALL) -m 644 libgd.a $(INSTALL_LIB)/libgd.a +- $(INSTALL) -m 755 pngtogd $(INSTALL_BIN)/pngtogd +- $(INSTALL) -m 755 pngtogd2 $(INSTALL_BIN)/pngtogd2 +- $(INSTALL) -m 755 gdtopng $(INSTALL_BIN)/gdtopng +- $(INSTALL) -m 755 gd2topng $(INSTALL_BIN)/gd2topng +- $(INSTALL) -m 755 gd2copypal $(INSTALL_BIN)/gd2copypal +- $(INSTALL) -m 755 gdparttopng $(INSTALL_BIN)/gdparttopng +- $(INSTALL) -m 755 webpng $(INSTALL_BIN)/webpng +- $(INSTALL) -m 755 bdftogd $(INSTALL_BIN)/bdftogd +- $(INSTALL) -m 644 gd.h $(INSTALL_INCLUDE)/gd.h +- $(INSTALL) -m 644 gdcache.h $(INSTALL_INCLUDE)/gdcache.h +- $(INSTALL) -m 644 gd_io.h $(INSTALL_INCLUDE)/gd_io.h +- $(INSTALL) -m 644 gdfontg.h $(INSTALL_INCLUDE)/gdfontg.h +- $(INSTALL) -m 644 gdfontl.h $(INSTALL_INCLUDE)/gdfontl.h +- $(INSTALL) -m 644 gdfontmb.h $(INSTALL_INCLUDE)/gdfontmb.h +- $(INSTALL) -m 644 gdfonts.h $(INSTALL_INCLUDE)/gdfonts.h +- $(INSTALL) -m 644 gdfontt.h $(INSTALL_INCLUDE)/gdfontt.h ++ $(INSTALL) -c -m 644 libgd.a $(INSTALL_LIB)/libgd.a ++ $(INSTALL) -c -m 755 pngtogd $(INSTALL_BIN)/pngtogd ++ $(INSTALL) -c -m 755 pngtogd2 $(INSTALL_BIN)/pngtogd2 ++ $(INSTALL) -c -m 755 gdtopng $(INSTALL_BIN)/gdtopng ++ $(INSTALL) -c -m 755 gd2topng $(INSTALL_BIN)/gd2topng ++ $(INSTALL) -c -m 755 gd2copypal $(INSTALL_BIN)/gd2copypal ++ $(INSTALL) -c -m 755 gdparttopng $(INSTALL_BIN)/gdparttopng ++ $(INSTALL) -c -m 755 webpng $(INSTALL_BIN)/webpng ++ $(INSTALL) -c -m 755 bdftogd $(INSTALL_BIN)/bdftogd ++ $(INSTALL) -c -m 644 gd.h $(INSTALL_INCLUDE)/gd.h ++ $(INSTALL) -c -m 644 gdcache.h $(INSTALL_INCLUDE)/gdcache.h ++ $(INSTALL) -c -m 644 gd_io.h $(INSTALL_INCLUDE)/gd_io.h ++ $(INSTALL) -c -m 644 gdfontg.h $(INSTALL_INCLUDE)/gdfontg.h ++ $(INSTALL) -c -m 644 gdfontl.h $(INSTALL_INCLUDE)/gdfontl.h ++ $(INSTALL) -c -m 644 gdfontmb.h $(INSTALL_INCLUDE)/gdfontmb.h ++ $(INSTALL) -c -m 644 gdfonts.h $(INSTALL_INCLUDE)/gdfonts.h ++ $(INSTALL) -c -m 644 gdfontt.h $(INSTALL_INCLUDE)/gdfontt.h + + gddemo: gddemo.o libgd.a + $(CC) gddemo.o -o gddemo $(LIBDIRS) $(LIBS) cvs diff: Diffing pkg Index: pkg/COMMENT =================================================================== RCS file: /home/ncvs/ports/graphics/gd/pkg/COMMENT,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 COMMENT --- COMMENT 1997/02/13 14:51:45 1.1.1.1 +++ COMMENT 1999/10/25 15:45:22 @@ -1 +1 @@ -A graphics library for fast GIF creation +A graphics library for fast PNG creation Index: pkg/DESCR =================================================================== RCS file: /home/ncvs/ports/graphics/gd/pkg/DESCR,v retrieving revision 1.3 diff -u -r1.3 DESCR --- DESCR 1999/09/08 21:53:21 1.3 +++ DESCR 1999/10/25 15:27:48 @@ -2,25 +2,22 @@ gd is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colors, cut and paste from - other images, and flood fills, and write out the result as a .GIF file. - This is particularly useful in World Wide Web applications, where .GIF + other images, and flood fills, and write out the result as a .PNG file. + This is particularly useful in World Wide Web applications, where .PNG is the format used for inline images. - gd is not a paint program. If you are looking for a paint program, try - xpaint by David Koblas, available by anonymous FTP from ftp.netcom.com - in pub/ko/koblas. (That package is for the X Window System; for the Mac - and the PC, paint programs are considerably easier to find.) + gd is not a paint program. If you are looking for a paint program, you + are looking in the wrong place. If you are not a programmer, you are + looking in the wrong place. - gd does not provide for every possible desirable graphics operation. It - is not necessary or desirable for gd to become a kitchen-sink graphics - package, but version 1.3 incorporates most of the commonly requested - features for an 8-bit 2D package. Support for scalable fonts, and - truecolor images, JPEG and PNG is planned for version 2.0. Version 1.3 - was released to correct longstanding bugs and provide an LZW-free GIF - compression routine. + gd does not provide for every possible desirable graphics operation. + It is not necessary or desirable for gd to become a kitchen-sink + graphics package, but version 1.7.3 incorporates most of the commonly + requested features for an 8-bit 2D package. Support for truecolor + images, JPEG and truecolor PNG is planned for version 2.0. AUTHOR - gd 1.2 was written by Thomas Boutell and is currently distributed by + gd was written by Thomas Boutell and is currently distributed by boutell.com, Inc. WWW: http://www.boutell.com/gd/ Index: pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/graphics/gd/pkg/PLIST,v retrieving revision 1.5 diff -u -r1.5 PLIST --- PLIST 1999/08/01 02:43:16 1.5 +++ PLIST 1999/10/25 15:44:45 @@ -1,3 +1,4 @@ +bin/bdftogd bin/pngtogd bin/pngtogd2 bin/gdtopng @@ -7,14 +8,11 @@ bin/webpng include/gd/gd.h include/gd/gd_io.h +include/gd/gdcache.h include/gd/gdfontg.h include/gd/gdfontl.h include/gd/gdfontmb.h include/gd/gdfonts.h include/gd/gdfontt.h lib/libgd.a -lib/libgd.so -lib/libgd.so.0 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @dirrm include/gd >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 9:10: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 398D7151E2 for ; Mon, 25 Oct 1999 09:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA68083; Mon, 25 Oct 1999 09:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from stimpy.nlanr.net (stimpy.nlanr.net [192.172.226.108]) by hub.freebsd.org (Postfix) with ESMTP id 5857D15056 for ; Mon, 25 Oct 1999 09:02:56 -0700 (PDT) (envelope-from jabrown@stimpy.nlanr.net) Received: (from jabrown@localhost) by stimpy.nlanr.net (8.9.3/8.9.3) id JAA74501; Mon, 25 Oct 1999 09:02:54 -0700 (PDT) (envelope-from jabrown) Message-Id: <199910251602.JAA74501@stimpy.nlanr.net> Date: Mon, 25 Oct 1999 09:02:54 -0700 (PDT) From: jabrown@caida.org Reply-To: jabrown@caida.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14519: [patch] GIMP 1.1.10 fails to save TIFF files. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14519 >Category: ports >Synopsis: GIMP 1.1.10 fails to save TIFF files. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 25 09:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jeff Brown >Release: FreeBSD 3.3-RELEASE i386 >Organization: NLANR/MOAT >Environment: 3.3-R system with a ports tree CVSup'd daily; the gimp1-1.1.10 port as of yesterday. (With GTK 1.2.3 and TIFF 3.5.1). >Description: The recently-updated GIMP port will no longer write TIFF images. It produces all of the expeced "save" dialogs, but the actual write operation fails without an explicit reason, after writing 8bytes or so of the image header. >How-To-Repeat: (with GIMP-1.1.10) File->New image Save->choose format 'Tiff', enter a name, click 'OK'. Notice the little dialog saying, "Save failed!" >Fix: Apply the following patch. I have also submitted this patch to the GIMP maintainers, and Nick Lamb has confirmed the problem and that this patch is correct. This ought to be fixed in v1.1.11; until then, we may as well apply the patch locally. --- plug-ins/common/tiff.c.orig Sun Oct 24 01:49:02 1999 +++ plug-ins/common/tiff.c Sun Oct 24 02:12:44 1999 @@ -238,7 +238,7 @@ else if (strcmp (name, "file_tiff_save") == 0) { image = orig_image = param[1].data.d_int32; - drawable = param[1].data.d_int32; + drawable = param[2].data.d_int32; /* Do this right this time, if POSSIBLE query for parasites, otherwise or if there isn't one, choose the DEFAULT_COMMENT */ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 9:28:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from viper.lovett.com (viper.lovett.com [216.60.121.173]) by hub.freebsd.org (Postfix) with ESMTP id 46A4A151F6 for ; Mon, 25 Oct 1999 09:28:36 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by viper.lovett.com with local (Exim 3.03 #1) id 11fmy3-0000pJ-00; Mon, 25 Oct 1999 11:27:31 -0500 Date: Mon, 25 Oct 1999 11:27:31 -0500 From: Ade Lovett To: Yukihiro Nakai Cc: mi@aldan.algebra.com, Konstantin Chuguev , ports@freebsd.org Subject: Re: libgtop-1.1.0 does not build on -stable Message-ID: <19991025112731.B2688@lovett.com> References: <199910181959.PAA07208@misha.cisco.com> <380BDC0D.64B03250@internetsolutions.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <380BDC0D.64B03250@internetsolutions.co.jp> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Oct 19, 1999 at 11:48:45AM +0900, Yukihiro Nakai wrote: > > > Mikhail Teterin wrote: > > > > And for a good reason. Please, diff the attached > > patches/patch-ag > > with what's in the tree... > > > > -mi > > Commited, thanks. > Please cvs-up and try again... > Mikhail's and Konstantin's fix are same. Note also that libgtop is going to be replaced soon. The 1.1.x versions are "unstable development" versions (even though most of the 1.0.x versions refused to build under *BSD). Nakai-san and I have been working with the GNOME author(s) to integrate the FreeBSD patches for this port into the main release. Most of this has been done with the arrival of libgtop-1.0.6 -- one patch got missed (namely the signal stuff that worked for -current but broke -stable) -- that's now in the tree, so as soon as libgtop-1.0.7 gets released, we should be able to clean this one up quite considerably. I've also got a few more GNOME-related updates ready to roll -- again, I'm working with the GNOME folks to integrate the portability patches (as opposed to all the path hacking we do to put things in ../share/gnome/* etc) back into the main tree, so the number of local patches for the GNOME ports should be substantially reduced fairly soon. -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 9: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 ECC0614D90 for ; Mon, 25 Oct 1999 09:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA70583; Mon, 25 Oct 1999 09:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from oddbjorn.bdc.no (ti21a63-0084.dialup.online.no [130.67.199.84]) by hub.freebsd.org (Postfix) with ESMTP id D368214BEA for ; Mon, 25 Oct 1999 09:36:27 -0700 (PDT) (envelope-from oddbjorn@oddbjorn.bdc.no) Received: (from oddbjorn@localhost) by oddbjorn.bdc.no (8.9.3/8.9.3) id SAA22110; Mon, 25 Oct 1999 18:36:25 +0200 (CEST) (envelope-from oddbjorn) Message-Id: <199910251636.SAA22110@oddbjorn.bdc.no> Date: Mon, 25 Oct 1999 18:36:25 +0200 (CEST) From: oddbjorn@tricknology.org Reply-To: oddbjorn@tricknology.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14520: Minor update of net/bpft Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14520 >Category: ports >Synopsis: Minor update of net/bpft >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 25 09:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Oddbjorn Steffensen >Release: FreeBSD 3.3-STABLE i386 >Organization: Funkjazztical Tricknology >Environment: FreeBSD -STABLE and -CURRENT. >Description: Corrected DESCR regarding name of BPF in -CURRENT. Added #!/bin/sh to two shellscripts in the distribution. >How-To-Repeat: >Fix: diff -ruN /usr/ports/net/bpft/pkg/DESCR pkg/DESCR --- /usr/ports/net/bpft/pkg/DESCR Sat Apr 3 03:51:01 1999 +++ pkg/DESCR Mon Oct 25 18:32:49 1999 @@ -14,5 +14,8 @@ The number after bpfilter is the number of interfaces that can be examined simultaneously. See section 6.1 of the Handbook for details. -- oddbjorn -oddbjorn@tricknology.org +On FreeBSD 4.0 or later versions, use the following line instead: + +pseudo-device bpf 4 # Berkeley packet filter + +- oddbjorn diff -ruN /dev/null patches/patch-ae --- /dev/null Mon Oct 25 18:25:00 1999 +++ patches/patch-ae Mon Oct 25 17:53:15 1999 @@ -0,0 +1,20 @@ +*** trafd/trafstart.orig Mon Oct 25 17:52:34 1999 +--- trafd/trafstart Mon Oct 25 17:52:50 1999 +*************** +*** 1,3 **** +--- 1,4 ---- ++ #!/bin/sh + # + # trafstart Copyright (c)1993 CAD lab + # +*************** +*** 20,23 **** + #trafd -i ne0 port ftp or ftp-data + # + echo I am storage, before use invoke editor and edit as your need. +! trafd -? +--- 21,24 ---- + #trafd -i ne0 port ftp or ftp-data + # + echo I am storage, before use invoke editor and edit as your need. +! /usr/local/sbin/trafd -? diff -ruN /dev/null patches/patch-af --- /dev/null Mon Oct 25 18:30:00 1999 +++ patches/patch-af Mon Oct 25 17:53:25 1999 @@ -0,0 +1,9 @@ +*** trafd/trafstop.orig Mon Oct 25 17:52:40 1999 +--- trafd/trafstop Mon Oct 25 17:52:53 1999 +*************** +*** 1,3 **** +--- 1,4 ---- ++ #!/bin/sh + # + # trafstop Copyright (c)1993 CAD lab + # >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 9: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 BBBB1150C3 for ; Mon, 25 Oct 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 JAA71337; Mon, 25 Oct 1999 09:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from oddbjorn.bdc.no (ti21a63-0084.dialup.online.no [130.67.199.84]) by hub.freebsd.org (Postfix) with ESMTP id EB5B014EFC for ; Mon, 25 Oct 1999 09:49:40 -0700 (PDT) (envelope-from oddbjorn@oddbjorn.bdc.no) Received: (from oddbjorn@localhost) by oddbjorn.bdc.no (8.9.3/8.9.3) id SAA22833; Mon, 25 Oct 1999 18:51:10 +0200 (CEST) (envelope-from oddbjorn) Message-Id: <199910251651.SAA22833@oddbjorn.bdc.no> Date: Mon, 25 Oct 1999 18:51:10 +0200 (CEST) From: oddbjorn@tricknology.org Reply-To: oddbjorn@tricknology.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14521: Update to net/bpft Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14521 >Category: ports >Synopsis: New patch from Vladimir B. Grebenschikov >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 25 09:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Oddbjorn Steffensen >Release: FreeBSD 3.3-STABLE i386 >Organization: Funkjazztical Tricknology >Environment: >Description: Patch from Vladimir B. Grebenschikov adding the following functionality to trafd: -D run in foregroud -I don't distinguish ports/protocols (count only by IP) -S count only IP from this range(s) (all other IP accounted AS 255.255.255.255) -A aggregate IP-addresses in given network(s) >How-To-Repeat: >Fix: --- /dev/null Mon Oct 25 18:50:01 1999 +++ patches/patch-ag Mon Oct 25 18:45:23 1999 @@ -0,0 +1,228 @@ +--- trafd.orig/main.c Sun Jun 6 08:54:09 1999 ++++ trafd/main.c Sun Jun 6 08:53:33 1999 +@@ -53,6 +53,17 @@ + int pflag; /* don't put the interface into promiscuous mode */ + int rflag; /* attempt to resume data from safe file if exist */ + ++int Iflag = 0; /* don't destinguish packets by port/protocol -> only by IP */ ++int Dflag = 1; /* do daemonize */ ++ ++#define MAX_ACC_ADDRESSES 256 ++ ++struct AccRecord AccAddr[MAX_ACC_ADDRESSES]; ++int AccRecNum = 0; ++ ++struct AccRecord AggAddr[MAX_ACC_ADDRESSES]; ++int AggRecNum = 0; ++ + /* Global interrupts flags */ + int flag_hup; /* SIGHUP - drop collected data to tempfile */ + int flag_int; /* SIGINT - append collected data to savefile */ +@@ -80,7 +91,52 @@ + + static int if_fd = -1; + +-void ++int getnet(char *s, struct AccRecord *ar) ++{ ++ int rc; ++ char *r; ++ r = strchr(s, '/'); ++ if (r) *r++ = '\0'; ++ rc = inet_aton(s, (struct in_addr *)&ar->network); ++ if (rc != 1 || !r || !atoi(r)) { ++ fprintf(stderr, "Incorrect parametr '%s' must be in XXX.XXX.XXX.XXX/MASKLEN form\n", s); ++ exit(1); ++ } ++ ar->netmask = htonl(~(0xFFFFFFFF >> atoi(r))); ++ ar->network &= ar->netmask; ++ return(0); ++} ++ ++void AccAdd(char *s, struct AccRecord *ar, int *ap) { ++ if (isdigit(*s)) { /* network */ ++ if (*ap + 1 >= MAX_ACC_ADDRESSES) { ++ fprintf( stderr, "too many '-S/-A' flags, only %d allowed for each\n", MAX_ACC_ADDRESSES ); ++ exit(1); ++ } ++ getnet(optarg, &ar[(*ap)++]); ++ } else { /* file */ ++ char buf[256]; ++ FILE *f = fopen(s, "r"); ++ if (!f) { ++ perror("can't open file"); ++ exit(1); ++ } ++ while(fgets(buf, sizeof(buf)-1, f)) { ++ char *ent; ++ if (*ap + 1 >= MAX_ACC_ADDRESSES) { ++ fprintf( stderr, "too many entries in %s, only %d allowed for each\n", s, MAX_ACC_ADDRESSES ); ++ exit(1); ++ } ++ ent = buf; ++ while(*ent && isspace(*ent)) ent++; ++ if (!*ent || *ent == '#') continue; ++ getnet(buf, &ar[(*ap)++]); ++ } ++ fclose(f); ++ } ++} ++ ++int + main(argc, argv) + int argc; + char **argv; +@@ -100,7 +156,7 @@ + program_name = stripdir(argv[0]); + + opterr = 0; +- while ((op = getopt(argc, argv, "c:df:F:i:Opr")) != EOF) ++ while ((op = getopt(argc, argv, "c:df:F:i:OprIS:A:D")) != EOF) + switch (op) { + case 'c': + cnt = atoi(optarg); +@@ -126,6 +182,18 @@ + case 'r': + ++rflag; + break; ++ case 'I': ++ Iflag = 1; ++ break; ++ case 'D': ++ Dflag = 0; ++ break; ++ case 'S': ++ AccAdd(optarg, AccAddr, &AccRecNum); ++ break; ++ case 'A': ++ AccAdd(optarg, AggAddr, &AggRecNum); ++ break; + default: + usage(); + } +@@ -185,7 +253,9 @@ + device_name); + + /* Jump to background */ +- daemon(1, 0); ++ if (Dflag) ++ daemon(1, 0); ++ + if ((fd = fopen(file_pid, "w")) == NULL) + exit(1); + +@@ -207,6 +277,7 @@ + (void)syslog(LOG_ERR, "(%s) traffic collector aborted: %m", + device_name); + exit(1); ++ return(1); + } + + /* make a clean exit on interrupts */ +@@ -284,6 +355,22 @@ + fprintf(stderr, "trafd v%s - tcp/udp data traffic collector daemon\n", + version); + fprintf(stderr, +-"Usage: %s [-dOpr] [-c count] [-i iface] [-f ext] [-F file | expr]\n", program_name); ++ "Usage: %s [] [-F file | expr]\n" ++ "flags:\n" ++ "\t-d\t\tdump packet-matching code\n" ++ "\t-O\t\tdon't run the packet-matching code optimizer\n" ++ "\t-p\t\tdon't put the interface into promiscuous mode\n" ++ "\t-r\t\tattempt to resume data from safe file if exist\n" ++ "\t-I\t\tdon't destinguish ports and protocols\n" ++ "\t-D\t\trun in foreground\n" ++ "\t-c \t\taccount only packets\n" ++ "\t-i \tlisten interface \n" ++ "\t-S \tdo accounting only for this address range\n" ++ "\t-S \t--\"\"--, read address ranges from file\n" ++ "\t-A \taggregate addreses from this range to one\n" ++ "\t-A \t--\"\"--, read address range from file\n" ++ "\t-f \tuse as interface name for data files\n" ++ "\n", ++ program_name); + exit(-1); + } +diff -u -N -r trafd.orig/trafd.h trafd/trafd.h +--- trafd.orig/trafd.h Sun Jun 6 08:54:09 1999 ++++ trafd/trafd.h Sun Jun 6 08:16:50 1999 +@@ -32,3 +32,15 @@ + extern void traf_save(); + extern void traf_pipe(); + extern void traf_clear(); ++ ++struct AccRecord { ++ unsigned int network; ++ unsigned int netmask; ++}; ++ ++extern struct AccRecord AccAddr[]; ++extern int AccRecNum; ++ ++extern struct AccRecord AggAddr[]; ++extern int AggRecNum; ++ +\ No newline at end of file +diff -u -N -r trafd.orig/traffic.c trafd/traffic.c +--- trafd.orig/traffic.c Sun Jun 6 08:54:09 1999 ++++ trafd/traffic.c Sun Jun 6 08:53:33 1999 +@@ -138,6 +138,9 @@ + return -2; + } + ++ ++extern int Iflag; ++extern struct bpf_program *Scode; + /* + * Insert entry. + */ +@@ -146,8 +149,48 @@ + register p_entry e; + /* return -1 if success digit if already in table or -2 if table full */ + { +- register int ec = findentry(e); ++ register int ec; + register unsigned inx; ++ ++ if (Iflag) { /* don't match/store protocol&ports */ ++ e->ip_protocol = 0; ++ e->who_srv = 0; ++ e->p_port = 0; ++ } ++ ++ if (AccRecNum) { ++ int i; ++ int src = 0, dst = 0; ++ for(i = 0; i < AccRecNum; i++) { ++ if ((e->in_ip.s_addr & AccAddr[i].netmask) == ++ AccAddr[i].network) src = 1; ++ if ((e->out_ip.s_addr & AccAddr[i].netmask) == ++ AccAddr[i].network) dst = 1; ++ } ++ if (!src) e->in_ip.s_addr = 0xFFFFFFFF; ++ if (!dst) e->out_ip.s_addr = 0xFFFFFFFF; ++ } ++ ++ if (AggRecNum) { ++ int i; ++ int src = 0, dst = 0; ++ for(i = 0; i < AggRecNum; i++) { ++ if (!src && ++ (e->in_ip.s_addr & AggAddr[i].netmask) == ++ AggAddr[i].network) { ++ src = 1; ++ e->in_ip.s_addr = (e->in_ip.s_addr & AggAddr[i].netmask); ++ } ++ if (!dst && ++ (e->out_ip.s_addr & AggAddr[i].netmask) == ++ AggAddr[i].network) { ++ dst = 1; ++ e->out_ip.s_addr = (e->out_ip.s_addr & AggAddr[i].netmask); ++ } ++ } ++ } ++ ++ ec = findentry(e); + if (ec != -1) + return ec; + inx = hash(e); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 11: 0: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 ACA6C14BE2 for ; Mon, 25 Oct 1999 11:00:21 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA77302 for freebsd-ports@freebsd.org; Mon, 25 Oct 1999 11:00:20 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 25 Oct 1999 11:00:20 -0700 (PDT) Message-Id: <199910251800.LAA77302@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/10/14] ports/14343ports [patch] wget-1.5.3 failed to continue ret 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/06/01] ports/11977ports Eterm port is unable to access .Xauthorit o [1999/06/15] ports/12234ports imlib-1.9.4/gdk_imlib/rend.c has syntax e o [1999/07/06] ports/12541ports gtk installs itself where it can't be fou o [1999/07/14] ports/12637ports patch to help multi-byte support in windo o [1999/07/20] ports/12714ports dylan port doesn't compile o [1999/08/03] ports/12949ports Fix for rtsp_proxy port. Patches from Jon o [1999/08/15] ports/13170ports new port: UW-Imap with maildir and qmail o [1999/08/26] ports/13396ports Diskusage-1.00 Port o [1999/09/12] ports/13714ports netatalk-1.4b2+asun2.1.3 fails chmod g+s o [1999/09/24] ports/13931ports socks5 port is out of sync. 1.0r9 is no l o [1999/09/30] ports/14045ports Upgraded Xmms to version 0.9.5.1 o [1999/10/08] ports/14213ports opendx port does not run o [1999/10/12] ports/14292ports tkfont does not work with XiG X-server o [1999/10/17] ports/14386ports new ports o [1999/10/17] ports/14387ports new ports o [1999/10/17] ports/14388ports new ports o [1999/10/18] ports/14398ports NEW PORT: mod_dav module for Apache o [1999/10/18] ports/14400ports update ports: t1lib to 0.9.2 o [1999/10/19] ports/14423ports Build of lsof fails since 'struct namecac o [1999/10/19] ports/14424ports update ports: ftp/download to 1.06 o [1999/10/19] ports/14425ports update ports: devel/gtksheet to 8.0 o [1999/10/20] ports/14430ports update ports: games/bnetd to 0.4.19 25 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/09/19] ports/7992 ports New port: xemacs20-stepwise (XEmacs20 hac a [1998/11/25] ports/8864 ports useradd - system V compatible implementat a [1999/01/24] ports/9657 ports Progressive Networks' RealAudio proxy por o [1999/02/07] ports/9954 ports new port devel/ACE o [1999/02/10] ports/10007ports Port of the mercury compiler version 0.8 o [1999/02/16] ports/10124ports UNIX|STAT pr submission failed to include o [1999/03/07] ports/10477ports The fakemail in lib-src fails to link (ne o [1999/03/10] ports/10532ports Port of GNU Pascal o [1999/03/16] ports/10634ports Update the hylafax port to do a client in o [1999/03/26] ports/10813ports crossgo32 brokeness f [1999/03/28] ports/10844ports New port: adagdb o [1999/04/02] ports/10916ports new port biology/molmol again o [1999/04/08] ports/11029ports Configure scripts for non ported applicat o [1999/04/08] ports/11034ports New ports of crazywwwboardle o [1999/05/11] ports/11652ports New port (net/dictd) o [1999/05/24] ports/11879ports dclock's "-miltime" option and "*miltime" o [1999/05/31] ports/11963ports should update the ocaml-tk module and ins o [1999/06/02] ports/12001ports wmcdplay 1.0Beta1 05/09/1998 sometimes sk o [1999/06/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/18] ports/12271ports fix pkg_add with error message and add ne o [1999/06/23] ports/12368ports Pilot-link installs to ${PREFIX} = ${LOCA o [1999/06/26] ports/12403ports ssh port has undocumented X11 dependency f [1999/06/26] ports/12406ports New port for the LAM implementation of th o [1999/07/02] ports/12490ports package xmine exits 1 with XawAsciiSource o [1999/07/02] ports/12492ports port misc/diction should be moved to text o [1999/07/03] ports/12503ports New Port: Willows toolkit (developers rel o [1999/07/05] ports/12518ports new port: ifmail-os-2.14.7 o [1999/07/05] ports/12522ports New port: cos o [1999/07/05] ports/12523ports New port: jdbcpool o [1999/07/06] ports/12536ports New port: lang/cu-prolog o [1999/07/07] ports/12549ports imap-uw port doesn't use pw_expire to che o [1999/07/09] ports/12571ports Xfig port doesn't have Ghostscript suppor o [1999/07/13] ports/12624ports New version of mxv which also works with o [1999/07/15] ports/12656ports new port - gnujsp o [1999/07/18] ports/12699ports new port: gnofin-0.5.10 o [1999/07/20] ports/12722ports new port: AT&T's DjVu library for scanned o [1999/07/21] ports/12735ports New ports: lang/ghc o [1999/07/21] ports/12739ports port for the AT&T's DjVu Netscape plug-in o [1999/07/31] ports/12899ports New port: wmnet-new o [1999/07/31] ports/12903ports new ports/database/p5-* o [1999/08/01] ports/12915ports Add elm 2.5 to ports o [1999/08/03] ports/12941ports New port: Hyperlatex (print/hyperlatex) o [1999/08/11] ports/13085ports new port: p5-SQL-Statement o [1999/08/13] ports/13124ports New port, LinAlg; request for local hosti o [1999/08/14] ports/13136ports new port: guiTAR 0.1.4 o [1999/08/14] ports/13149ports New port : math/topaz o [1999/08/15] ports/13159ports New port: java/collections o [1999/08/15] ports/13160ports New port: java/jaf o [1999/08/15] ports/13162ports New port: java/infobus o [1999/08/15] ports/13163ports New port: java/javamail o [1999/08/15] ports/13167ports [PATCH] security/ssh package keygen fails o [1999/08/17] ports/13201ports new port: xmess (X11 emulator for game co o [1999/08/21] ports/13297ports [NEW PORT] PyOpenGL - An OpenGL interface o [1999/08/21] ports/13312ports new port dhid o [1999/08/22] ports/13320ports New port: cfingerd o [1999/08/22] ports/13324ports New port: zope-2.0.0b5 o [1999/08/23] ports/13343ports new port: znibbles o [1999/08/24] ports/13351ports ports: pgp: installing into $prefix/lib i o [1999/08/24] ports/13361ports TCL interface to MySQL port added f [1999/08/25] ports/13385ports Installing certain Kde packages(ksamba) p o [1999/08/27] ports/13430ports ifhp-3.3.8 port o [1999/08/31] ports/13514ports another TCL interface to MySQL port o [1999/09/01] ports/13516ports ported picprog-1.0 from LinuX to FreeBSD f [1999/09/02] ports/13556ports Wrong patch on irc/bitchx o [1999/09/05] ports/13583ports new port: databases/py-MySQL o [1999/09/05] ports/13586ports New port: www/cgi-lib (cgi-lib-2.18) o [1999/09/07] ports/13614ports xdm and wdm do not set environment variab o [1999/09/07] ports/13619ports www/p5-libwww incorrect dependency orderi o [1999/09/07] ports/13633ports Better location for samba's private direc o [1999/09/09] ports/13677ports Misc. Ports fix ups. o [1999/09/10] ports/13684ports Just a port submission o [1999/09/11] ports/13694ports Y2K patch for slurp port o [1999/09/11] ports/13700ports security/stunnel patch so configure can l o [1999/09/11] ports/13701ports The qtarch-site has moved o [1999/09/11] ports/13704ports net/gnome-icu/patches/patch-ae broken zh_ o [1999/09/11] ports/13705ports p5-Apache port is outdated and too comple o [1999/09/13] ports/13716ports tac_plus.F4.0.2 port for FreeBSD o [1999/09/13] ports/13723ports upgrade russian/apache port to 1.3.9 o [1999/09/13] ports/13727ports new port: www/netscape-remote o [1999/09/13] ports/13743ports New Port: net/priss o [1999/09/14] ports/13745ports [NEW PORT] wamcc - prolog-to-c compiler o [1999/09/14] ports/13753ports Nonexisting file in PLIST o [1999/09/14] ports/13754ports ports:devel/yacl - fix for new gcc/egcs o [1999/09/15] ports/13756ports New port: mail/minimalist o [1999/09/15] ports/13761ports Just an upgrade to the X-Files port o [1999/09/15] ports/13762ports Additional patches for editors/elvis o [1999/09/16] ports/13784ports xfig docs not in a share hierarchy o [1999/09/17] ports/13786ports New port for GHC-4.04 o [1999/09/17] ports/13788ports aclgen port o [1999/09/17] ports/13789ports update to www/fcgi-devkit port to include o [1999/09/18] ports/13808ports linux-rvplayer port improved a'la netscap o [1999/09/19] ports/13823ports stat port not formatting device node o [1999/09/19] ports/13826ports gpasman update 1.1.3 -> 1.3.0 o [1999/09/20] ports/13856ports New ports: fujiplay-1.33(graphics/fujipla o [1999/09/20] ports/13861ports New port submission - ddup-2.0.4 o [1999/09/21] ports/13874ports ports update to openldap-1.2.7 o [1999/09/22] ports/13896ports new port: misc/dictd-client o [1999/09/22] ports/13898ports new port: misc/dictd o [1999/09/22] ports/13899ports port submission: xmsg-1.0 o [1999/09/22] ports/13906ports port submission: biffer-1.0 o [1999/09/23] ports/13925ports Brand new port for xcut-0.2. o [1999/09/25] ports/13952ports update emulators/wine to 990923 (supersed o [1999/09/26] ports/13986ports new port: sysutils/gnometoaster o [1999/09/28] ports/14012ports port submission: iconv o [1999/09/28] ports/14016ports Update ports: japanese/dbskkd-cdb o [1999/09/28] ports/14032ports new port of gpart o [1999/09/29] ports/14036ports Update: korean/baekmuk-bdf o [1999/09/29] ports/14037ports Ports Update: korean/ami o [1999/09/30] ports/14047ports /usr/ports/x11-clocks/emiclock replacemen o [1999/09/30] ports/14052ports fvwm95-i18n - missing dependence to fbsd- o [1999/09/30] ports/14055ports New Port: newmail o [1999/09/30] ports/14070ports g2c libraries and compatibility for DJGPP o [1999/10/01] ports/14077ports Multicast not available on multicast enab o [1999/10/01] ports/14079ports ssh2 port won't install if automake is in o [1999/10/02] ports/14084ports new port: www/adzapper o [1999/10/02] ports/14088ports port of new fvwm 2.3 beta (2.3.8) o [1999/10/04] ports/14124ports Update port: graphics/tiff to 3.5.2 o [1999/10/04] ports/14137ports [NEW PORT] security/p5-Authen-PAM o [1999/10/06] ports/14160ports New port: japanese/makejvf o [1999/10/06] ports/14161ports New port: japanese/vfxdvik o [1999/10/06] ports/14164ports distfiles for archivers/unzip.with_encryp o [1999/10/06] ports/14172ports New port: net/elsa o [1999/10/07] ports/14185ports ports/x11-wm/fvwm2 updated from 2.2.2 to o [1999/10/07] ports/14188ports kdm bug and workaround o [1999/10/08] ports/14209ports Update port: graphics/giflib to libungif- o [1999/10/08] ports/14218ports make sysutils/pkg_version use nik's patch o [1999/10/08] ports/14222ports close to impossible to fetch xpdf decrypt o [1999/10/08] ports/14224ports ports/x11-clocks/emiclock, move MASTER_SI o [1999/10/11] ports/14260ports WODA - A Web Oriented Database System o [1999/10/11] ports/14262ports devel/boehm-gc ignores CFLAGS o [1999/10/11] ports/14271ports Yorick builds without X support o [1999/10/11] ports/14272ports bringing mozilla port up to M10 o [1999/10/11] ports/14276ports new port-tkdiff-3.04 o [1999/10/12] ports/14288ports Kill palm/prc-tools o [1999/10/13] ports/14309ports Update graphics/gd to 1.7.5 o [1999/10/13] ports/14311ports new port: www/gnuinfo o [1999/10/13] ports/14312ports New port: wmmatrix-0.2 o [1999/10/14] ports/14337ports xdm and Eterm: tty allocation problem? o [1999/10/15] ports/14351ports cocoon port update to 1.4 from 1.3.1 o [1999/10/15] ports/14353ports cvslines port has bad path to perl and rc o [1999/10/15] ports/14358ports new port -- fb a binary file viewer and e o [1999/10/15] ports/14359ports Update port: mail/imap-uw o [1999/10/16] ports/14360ports xmms core dumps when trying to play strea o [1999/10/16] ports/14363ports o [1999/10/16] ports/14364ports the master site for port ucspi-tcp has mo o [1999/10/17] ports/14366ports wdm doesn't call setlogin() properly--act o [1999/10/17] ports/14370ports Update port: ftp/lftp o [1999/10/17] ports/14377ports [PATCH] shells/zsh - fix zshall(1) o [1999/10/17] ports/14378ports New Port: graphics/mpeg o [1999/10/17] ports/14379ports New Port: graphics/xmrm o [1999/10/17] ports/14381ports New port: games/x3eyes o [1999/10/17] ports/14382ports New port for tkrat version 2.0b3 o [1999/10/17] ports/14389ports XScreensaver port does not properly detec o [1999/10/18] ports/14399ports update port: net/iplog o [1999/10/18] ports/14403ports Update port: graphics/netpbm to 8.0 o [1999/10/18] ports/14404ports Update port: japanese/k12 to 1.1 o [1999/10/18] ports/14405ports Update port: lang/cim o [1999/10/18] ports/14409ports New port: www/webfs-0.5 o [1999/10/18] ports/14411ports news/ifmail deinstallation o [1999/10/19] ports/14413ports Update: japanese/{bookview,eb,epwutil,ndt o [1999/10/19] ports/14419ports news/fidogate fix for LOCALBASE o [1999/10/19] ports/14420ports news/cnews is broken with awk 3.0.3 o [1999/10/19] ports/14421ports news/cnews honor PREFIX o [1999/10/19] ports/14427ports Minor update to the GNU ghostscript port o [1999/10/20] ports/14435ports Update port: graphics/enfle o [1999/10/20] ports/14442ports New port: security/dante o [1999/10/21] ports/14447ports Update port: games/xpuyopuyo to 0.2.7 o [1999/10/21] ports/14452ports Cyrus IMAP port leaves behind directories o [1999/10/21] ports/14454ports New port: misc/wmfire o [1999/10/22] ports/14456ports the apsfilter "requires" line on http://w o [1999/10/23] ports/14458ports modification of Makefile o [1999/10/23] ports/14459ports new ports graphics/epstool o [1999/10/23] ports/14462ports new port: net/radreport o [1999/10/23] ports/14464ports Update Etherboot to 4.2.9 o [1999/10/23] ports/14467ports New port: editors/xenon o [1999/10/23] ports/14468ports new port: misc/makeself o [1999/10/23] ports/14469ports remove port: deskutils/recycler o [1999/10/23] ports/14471ports remove port: deskutils/xcalendar o [1999/10/23] ports/14473ports update port devel/fpp [fix broken link] o [1999/10/23] ports/14476ports update port devel/jam [fix broken master o [1999/10/23] ports/14477ports Update to the URL in the crosssco port o [1999/10/23] ports/14478ports status on port devel/gaa - feedback pleas o [1999/10/23] ports/14480ports new port: p5-AppConfig-1.52 o [1999/10/23] ports/14484ports Update port: editors/gxedit o [1999/10/23] ports/14485ports Update port: emulators/aftp o [1999/10/23] ports/14489ports New port: misc/gplbp o [1999/10/23] ports/14490ports New port: games/krubik o [1999/10/24] ports/14493ports geg update 0.99.0 -> 1.0.1 o [1999/10/24] ports/14495ports Submission of a new port-healthd o [1999/10/24] ports/14496ports New port: graphics/tkxanim o [1999/10/24] ports/14497ports New (binary) port: ksh93 o [1999/10/24] ports/14498ports New port for gtic-1.3b o [1999/10/24] ports/14499ports update port irc/ircII to 4.4L o [1999/10/24] ports/14500ports New port for cmail o [1999/10/24] ports/14501ports Update port: misc/rfc o [1999/10/24] ports/14502ports Update port: textproc/code2html o [1999/10/24] ports/14503ports New port: NetRexx o [1999/10/24] ports/14506ports Update to ici port o [1999/10/24] ports/14508ports Update OpenLDAP to version 1.2.7 o [1999/10/25] ports/14514ports ports/games/yahtzee - maintainer email ad o [1999/10/25] ports/14515ports New Tripwire 1.3 Port o [1999/10/25] ports/14516ports ports net/mpich security-related update ( o [1999/10/25] ports/14518ports Update port: graphics/gd to 1.7.3 o [1999/10/25] ports/14519ports GIMP 1.1.10 fails to save TIFF files. o [1999/10/25] ports/14520ports Minor update of net/bpft o [1999/10/25] ports/14521ports New patch from Vladimir B. Grebenschikov 207 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 11:34: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 5194E14C01; Mon, 25 Oct 1999 11:34:21 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA80509; Mon, 25 Oct 1999 11:34:21 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 25 Oct 1999 11:34:21 -0700 (PDT) From: Message-Id: <199910251834.LAA80509@freefall.freebsd.org> To: oddbjorn@tricknology.org, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14520: Minor update of net/bpft Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Minor update of net/bpft State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Oct 25 11:34:07 PDT 1999 State-Changed-Why: Committed, thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 11:34: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 0D1E314C01; Mon, 25 Oct 1999 11:34:39 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA80595; Mon, 25 Oct 1999 11:34:38 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 25 Oct 1999 11:34:38 -0700 (PDT) From: Message-Id: <199910251834.LAA80595@freefall.freebsd.org> To: oddbjorn@tricknology.org, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14521: New patch from Vladimir B. Grebenschikov Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New patch from Vladimir B. Grebenschikov State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Oct 25 11:34:33 PDT 1999 State-Changed-Why: committed, thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 11:36:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D1FA1520D; Mon, 25 Oct 1999 11:36:57 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA80883; Mon, 25 Oct 1999 11:36:57 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 25 Oct 1999 11:36:57 -0700 (PDT) From: Message-Id: <199910251836.LAA80883@freefall.freebsd.org> To: ade@lovett.com, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14309: Update graphics/gd to 1.7.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update graphics/gd to 1.7.5 State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Oct 25 11:35:54 PDT 1999 State-Changed-Why: This PR is superceded by ports/14518 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 11:38:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F0CC14C01; Mon, 25 Oct 1999 11:38:35 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA81027; Mon, 25 Oct 1999 11:38:35 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 25 Oct 1999 11:38:35 -0700 (PDT) From: Message-Id: <199910251838.LAA81027@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, erich@FreeBSD.org Subject: Re: ports/14519: GIMP 1.1.10 fails to save TIFF files. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: GIMP 1.1.10 fails to save TIFF files. Responsible-Changed-From-To: freebsd-ports->erich Responsible-Changed-By: mharo Responsible-Changed-When: Mon Oct 25 11:38:09 PDT 1999 Responsible-Changed-Why: Over to MAINTAINER To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 11:44:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A4E3914A1E; Mon, 25 Oct 1999 11:44:52 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA81488; Mon, 25 Oct 1999 11:44:52 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 25 Oct 1999 11:44:52 -0700 (PDT) From: Message-Id: <199910251844.LAA81488@freefall.freebsd.org> To: alex@cichlids.com, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14164: distfiles for archivers/unzip.with_encryption unfetchable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: distfiles for archivers/unzip.with_encryption unfetchable State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Oct 25 11:43:15 PDT 1999 State-Changed-Why: Fetch works fine for me. Try again. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 11:48: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 1796415206; Mon, 25 Oct 1999 11:48:12 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA81828; Mon, 25 Oct 1999 11:48:12 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 25 Oct 1999 11:48:12 -0700 (PDT) From: Message-Id: <199910251848.LAA81828@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, torstenb@FreeBSD.org Subject: Re: ports/14499: update port irc/ircII to 4.4L Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port irc/ircII to 4.4L Responsible-Changed-From-To: freebsd-ports->torstenb Responsible-Changed-By: mharo Responsible-Changed-When: Mon Oct 25 11:47:48 PDT 1999 Responsible-Changed-Why: over to MAINTAINER To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 12:23:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 95888152BC; Mon, 25 Oct 1999 12:23:06 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA84142; Mon, 25 Oct 1999 12:23:06 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 25 Oct 1999 12:23:06 -0700 (PDT) From: Message-Id: <199910251923.MAA84142@freefall.freebsd.org> To: odip@bionet.nsc.ru, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14343: [patch] wget-1.5.3 failed to continue retrieving files from true HTTP/1.1 web servers Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [patch] wget-1.5.3 failed to continue retrieving files from true HTTP/1.1 web servers State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Oct 25 12:22:02 PDT 1999 State-Changed-Why: patch removed, thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 12:25:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 163D015253; Mon, 25 Oct 1999 12:24:57 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA84401; Mon, 25 Oct 1999 12:24:56 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 25 Oct 1999 12:24:56 -0700 (PDT) From: Message-Id: <199910251924.MAA84401@freefall.freebsd.org> To: anders@fix.no, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14370: Update port: ftp/lftp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: ftp/lftp State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Oct 25 12:24: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 Mon Oct 25 12:37: 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 A31A815294; Mon, 25 Oct 1999 12:37:00 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA85443; Mon, 25 Oct 1999 12:37:00 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 25 Oct 1999 12:37:00 -0700 (PDT) From: Message-Id: <199910251937.MAA85443@freefall.freebsd.org> To: richard@ogopogo.net, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12949: Fix for rtsp_proxy port. Patches from Jonathan Hogg (jonathan@onegoodidea.com). Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix for rtsp_proxy port. Patches from Jonathan Hogg (jonathan@onegoodidea.com). State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Oct 25 12:36:22 PDT 1999 State-Changed-Why: ted, thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 12:47:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 944ED1526F; Mon, 25 Oct 1999 12:47:56 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA86511; Mon, 25 Oct 1999 12:47:56 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 25 Oct 1999 12:47:56 -0700 (PDT) From: Message-Id: <199910251947.MAA86511@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, stb@FreeBSD.org Subject: Re: ports/13714: netatalk-1.4b2+asun2.1.3 fails chmod g+s calls in afpd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: netatalk-1.4b2+asun2.1.3 fails chmod g+s calls in afpd Responsible-Changed-From-To: freebsd-ports->stb Responsible-Changed-By: mharo Responsible-Changed-When: Mon Oct 25 12:47:42 PDT 1999 Responsible-Changed-Why: over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 12: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 145A515205 for ; Mon, 25 Oct 1999 12:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA86619; Mon, 25 Oct 1999 12:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 94AC5152FC; Mon, 25 Oct 1999 12:42:21 -0700 (PDT) Message-Id: <19991025194221.94AC5152FC@hub.freebsd.org> Date: Mon, 25 Oct 1999 12:42:21 -0700 (PDT) From: ler@airmail.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/14524: PERL 5.005_03 Config.PM on 3.2-STABLE says it's 4.0-CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14524 >Category: ports >Synopsis: PERL 5.005_03 Config.PM on 3.2-STABLE says it's 4.0-CURRENT >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 25 12:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Larry Rosenman >Release: 3.2-STABLE >Organization: Internet America, Inc >Environment: # uname -a FreeBSD air0-ng.airweb.net 3.2-STABLE FreeBSD 3.2-STABLE #3: Wed Aug 25 10:59:00 CDT 1999 ler@air0-ng.airweb.net:/cdrom-image/usr/src/sys/compile/AIR0-NG i 386 # >Description: perl's /usr/libdata/perl/5.00503/Config.pm and /usr/libdata/perl/5.00503/mach/Config.pm have osvers set to 4.0-current, not 3.2-stable. This caused raven's RavenCtl to die. >How-To-Repeat: use Config; print $osvers >Fix: edit the file. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 13:11:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 28F1314A0B; Mon, 25 Oct 1999 13:11:52 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA88815; Mon, 25 Oct 1999 13:11:52 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 25 Oct 1999 13:11:52 -0700 (PDT) From: Message-Id: <199910252011.NAA88815@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, markm@FreeBSD.org Subject: Re: ports/14524: PERL 5.005_03 Config.PM on 3.2-STABLE says it's 4.0-CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: PERL 5.005_03 Config.PM on 3.2-STABLE says it's 4.0-CURRENT Responsible-Changed-From-To: freebsd-ports->markm Responsible-Changed-By: mharo Responsible-Changed-When: Mon Oct 25 13:11:39 PDT 1999 Responsible-Changed-Why: over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 13:40: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 4D33C152DE; Mon, 25 Oct 1999 13:40:07 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA91491; Mon, 25 Oct 1999 13:40:07 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 25 Oct 1999 13:40:07 -0700 (PDT) From: Message-Id: <199910252040.NAA91491@freefall.freebsd.org> To: ijliao@Terry.Dorm8.NCTU.edu.tw, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14424: update ports: ftp/download to 1.06 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update ports: ftp/download to 1.06 State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Oct 25 13:39:55 PDT 1999 State-Changed-Why: committed, thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 13:44:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D761A14A0B; Mon, 25 Oct 1999 13:44:29 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA92278; Mon, 25 Oct 1999 13:44:29 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 25 Oct 1999 13:44:29 -0700 (PDT) From: Message-Id: <199910252044.NAA92278@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, torstenb@FreeBSD.org Subject: Re: ports/13167: [PATCH] security/ssh package keygen fails when added with ssh2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] security/ssh package keygen fails when added with ssh2 Responsible-Changed-From-To: freebsd-ports->torstenb Responsible-Changed-By: mharo Responsible-Changed-When: Mon Oct 25 13:43:53 PDT 1999 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 13:44:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 31EAD14A0B; Mon, 25 Oct 1999 13:44:52 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA92332; Mon, 25 Oct 1999 13:44:52 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 25 Oct 1999 13:44:52 -0700 (PDT) From: Message-Id: <199910252044.NAA92332@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, jfitz@FreeBSD.org Subject: Re: ports/13619: www/p5-libwww incorrect dependency ordering Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: www/p5-libwww incorrect dependency ordering Responsible-Changed-From-To: freebsd-ports->jfitz Responsible-Changed-By: mharo Responsible-Changed-When: Mon Oct 25 13:43:59 PDT 1999 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 13:46: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 BE09614BD5; Mon, 25 Oct 1999 13:46:32 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA92526; Mon, 25 Oct 1999 13:46:32 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 25 Oct 1999 13:46:32 -0700 (PDT) From: Message-Id: <199910252046.NAA92526@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, torstenb@FreeBSD.org Subject: Re: ports/14377: [PATCH] shells/zsh - fix zshall(1) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] shells/zsh - fix zshall(1) Responsible-Changed-From-To: freebsd-ports->torstenb Responsible-Changed-By: mharo Responsible-Changed-When: Mon Oct 25 13:45:44 PDT 1999 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 13: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 802CD14BD5; Mon, 25 Oct 1999 13:48:19 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA92765; Mon, 25 Oct 1999 13:48:19 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 25 Oct 1999 13:48:19 -0700 (PDT) From: Message-Id: <199910252048.NAA92765@freefall.freebsd.org> To: andrews@technologist.com, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14476: update port devel/jam [fix broken master site] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port devel/jam [fix broken master site] State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Oct 25 13:46:40 PDT 1999 State-Changed-Why: Committed, thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 13:56:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CFF8E14D0E; Mon, 25 Oct 1999 13:56:54 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA93761; Mon, 25 Oct 1999 13:56:54 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 25 Oct 1999 13:56:54 -0700 (PDT) From: Message-Id: <199910252056.NAA93761@freefall.freebsd.org> To: ji@research.att.com, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12234: imlib-1.9.4/gdk_imlib/rend.c has syntax errors Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: imlib-1.9.4/gdk_imlib/rend.c has syntax errors State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Oct 25 13:56:11 PDT 1999 State-Changed-Why: imlib has been updated to 1.9.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 13:59: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0539D14CED; Mon, 25 Oct 1999 13:58:58 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA94047; Mon, 25 Oct 1999 13:58:58 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 25 Oct 1999 13:58:58 -0700 (PDT) From: Message-Id: <199910252058.NAA94047@freefall.freebsd.org> To: nugundam@nerv.nu, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13931: socks5 port is out of sync. 1.0r9 is no longer available Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: socks5 port is out of sync. 1.0r9 is no longer available State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Oct 25 13:58:22 PDT 1999 State-Changed-Why: net/socks5 was updated to 1.0r10 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 13:59:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (Postfix) with ESMTP id B44E614D7A for ; Mon, 25 Oct 1999 13:59:24 -0700 (PDT) (envelope-from asami@stampede.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca3-59.ix.netcom.com [209.109.233.59]) by vader.cs.berkeley.edu (8.9.3/8.9.3) with ESMTP id NAA13448; Mon, 25 Oct 1999 13:59:22 -0700 (PDT) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id NAA87555; Mon, 25 Oct 1999 13:59:18 -0700 (PDT) To: Doug Cc: ports@FreeBSD.ORG Subject: Re: cvs commit: ports/mail/emil Makefile ports/x11/kvidtune Makefile ports/mail/mbx2mbox Makefile ports/lang/nawk Makefile ports/net/pathchar Makefile ports/textproc/dict Makefile ports/devel/stlport Makefile ports/textproc/urlview Makefile References: <199910211902.MAA01269@freefall.freebsd.org> <3812C6B7.E5795054@gorean.org> From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) Date: 25 Oct 1999 13:59:17 -0700 In-Reply-To: Doug's message of "Sun, 24 Oct 1999 01:43:35 -0700" Message-ID: Lines: 9 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Doug * > Does anyone know where Josh went? * * He got a real life. :) It's safe to remove him. Duh. Err, good for him. :> Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 14: 3: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 03B4914D54; Mon, 25 Oct 1999 14:03:35 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA95078; Mon, 25 Oct 1999 14:03:35 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 25 Oct 1999 14:03:35 -0700 (PDT) From: Message-Id: <199910252103.OAA95078@freefall.freebsd.org> To: phj@cn.FreeBSD.org, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14386: new port: chinese/tocps Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: chinese/tocps State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Oct 25 14:03:07 PDT 1999 State-Changed-Why: Superceeded by PR 14388 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 14:54: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 C12FC152ED; Mon, 25 Oct 1999 14:54:35 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA06863; Mon, 25 Oct 1999 14:54:35 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 25 Oct 1999 14:54:35 -0700 (PDT) From: Message-Id: <199910252154.OAA06863@freefall.freebsd.org> To: pfgiffun@bachue.usc.unal.edu.co, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14427: Minor update to the GNU ghostscript port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Minor update to the GNU ghostscript port State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Oct 25 14:54: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 Mon Oct 25 16: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 D1D8A151A4 for ; Mon, 25 Oct 1999 16:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA38174; Mon, 25 Oct 1999 16:30: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 076A514DFA for ; Mon, 25 Oct 1999 16:24:21 -0700 (PDT) (envelope-from mi@misha.cisco.com) Received: (from mi@localhost) by misha.cisco.com (8.9.3/8.9.1) id TAA23690; Mon, 25 Oct 1999 19:24:20 -0400 (EDT) (envelope-from mi) Message-Id: <199910252324.TAA23690@misha.cisco.com> Date: Mon, 25 Oct 1999 19:24:20 -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/14525: premail's port's MASTER_SITES list is inaccurate Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14525 >Category: ports >Synopsis: premail's port's MASTER_SITES list is inaccurate >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 25 16:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 3.3-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: On ftp.kiarchive.ru, it is not /unix/crypto, but /pub/unix/crypto >How-To-Repeat: >Fix: --- Makefile.orig Wed Sep 1 14:37:05 1999 +++ Makefile Mon Oct 25 19:20:18 1999 @@ -13,3 +13,3 @@ MASTER_SITES= ftp://ftp.jpunix.com/pub/remailer-tools/ \ - ftp://ftp.kiarchive.ru/unix/crypto/ + ftp://ftp.kiarchive.ru/pub/unix/crypto/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 16:55: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 CF995153A1; Mon, 25 Oct 1999 16:55:29 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA61477; Mon, 25 Oct 1999 16:55:29 -0700 (PDT) (envelope-from jim@FreeBSD.org) Date: Mon, 25 Oct 1999 16:55:29 -0700 (PDT) From: Message-Id: <199910252355.QAA61477@freefall.freebsd.org> To: mi@aldan.algebra.com, jim@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14525: premail's port's MASTER_SITES list is inaccurate Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: premail's port's MASTER_SITES list is inaccurate State-Changed-From-To: open->closed State-Changed-By: jim State-Changed-When: Mon Oct 25 16:55:06 PDT 1999 State-Changed-Why: Change 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 Oct 25 17: 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 5544F152B8 for ; Mon, 25 Oct 1999 17:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA66336; Mon, 25 Oct 1999 17:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 5658815294 for ; Mon, 25 Oct 1999 16:57:53 -0700 (PDT) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id E5A8D9B22; Mon, 25 Oct 1999 19:57:51 -0400 (EDT) Message-Id: <19991025235751.E5A8D9B22@pawn.primelocation.net> Date: Mon, 25 Oct 1999 19:57:51 -0400 (EDT) From: jedgar@fxp.org Reply-To: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14526: New port: math/grpn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14526 >Category: ports >Synopsis: New port: math/grpn >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 25 17:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 4.0-CURRENT i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: FreeBSD 4.0-CURRENT i386 >Description: New port: math/grpn GTK+-based reverse polish notation (RPN) calculator >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: # # grpn # grpn/Makefile # grpn/files # grpn/files/md5 # grpn/pkg # grpn/pkg/PLIST # grpn/pkg/COMMENT # grpn/pkg/DESCR # grpn/patches # grpn/patches/patch-aa # echo c - grpn mkdir -p grpn > /dev/null 2>&1 echo x - grpn/Makefile sed 's/^X//' >grpn/Makefile << 'END-of-grpn/Makefile' X# New ports collection makefile for: grpn X# Version required: 1.1.0 X# Date created: 25 October 1999 X# Whom: Chris D. Faulhaber X# X# $FreeBSD$ X# X XDISTNAME= grpn-1.1.0 XCATEGORIES= math gnome XMASTER_SITES= http://wilkins.ne.mediaone.net/grpn/ X XMAINTAINER= jedgar@fxp.org X XLIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 X XALL_TARGET= XUSE_X_PREFIX= yes XGTK_CONFIG?= ${X11BASE}/bin/gtk12-config XMAKE_ENV+= GTK_CONFIG=${GTK_CONFIG} \ X X11BASE=${X11BASE} X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/grpn ${PREFIX}/bin X X.include END-of-grpn/Makefile echo c - grpn/files mkdir -p grpn/files > /dev/null 2>&1 echo x - grpn/files/md5 sed 's/^X//' >grpn/files/md5 << 'END-of-grpn/files/md5' XMD5 (grpn-1.1.0.tar.gz) = 64379257b174f5ad98dcc25c847b6e5d END-of-grpn/files/md5 echo c - grpn/pkg mkdir -p grpn/pkg > /dev/null 2>&1 echo x - grpn/pkg/PLIST sed 's/^X//' >grpn/pkg/PLIST << 'END-of-grpn/pkg/PLIST' Xbin/grpn END-of-grpn/pkg/PLIST echo x - grpn/pkg/COMMENT sed 's/^X//' >grpn/pkg/COMMENT << 'END-of-grpn/pkg/COMMENT' XGTK+-based reverse polish notation (RPN) calculator END-of-grpn/pkg/COMMENT echo x - grpn/pkg/DESCR sed 's/^X//' >grpn/pkg/DESCR << 'END-of-grpn/pkg/DESCR' XGRPN is a RPN calculator for the X Window system built using Xthe GIMP Toolkit (GTK). X XGRPN works with real numbers, complex numbers, matrices, and Xcomplex matrices. Numbers can be displayed in 4 different Xradix modes, and complex numbers can be displayed in either XCartesian or polar form. X XWWW: http://wilkins.ne.mediaone.net/grpn.html X X- Chris D. Faulhaber Xjedgar@fxp.org END-of-grpn/pkg/DESCR echo c - grpn/patches mkdir -p grpn/patches > /dev/null 2>&1 echo x - grpn/patches/patch-aa sed 's/^X//' >grpn/patches/patch-aa << 'END-of-grpn/patches/patch-aa' X--- Makefile.orig Mon May 31 21:46:31 1999 X+++ Makefile Mon Oct 25 19:52:03 1999 X@@ -3,7 +3,7 @@ X # Please read the next few lines and enter the correct values. X X # What compiler should be used X-CC = gcc X+CC?= gcc X X # Where to find the gtk-config script X GTK_DIR = X@@ -17,9 +17,9 @@ X # add -DUSE_GNOME if you want to make grpn GNOME compliant. X X X-CFLAGS = -g -O2 -I/usr/X11/include `$(GTK_DIR)gtk-config --cflags` -DGTK_VER_1_1 X+CFLAGS+= -I${X11BASE}/include -I${PREFIX}/include `${GTK_CONFIG} --cflags` -DGTK_VER_1_1 X X-DFLAGS = -L/usr/X11/lib X+DFLAGS = -L${X11BASE}/lib -L${PREFIX}/lib X X # end of user configurable section X X@@ -34,7 +34,7 @@ X X X X-LIBS = `$(GTK_DIR)gtk-config --libs` -lX11 -lm X+LIBS = `${GTK_CONFIG} --libs` -lX11 -lm X X X grpn: $(OBJS) END-of-grpn/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 Mon Oct 25 17:31:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from jaeger.nttmcl.com (jaeger.nttmcl.com [216.69.69.37]) by hub.freebsd.org (Postfix) with ESMTP id E6B7E14D9D; Mon, 25 Oct 1999 17:31:55 -0700 (PDT) (envelope-from jan@nttmcl.com) Received: from localhost (jan@localhost) by jaeger.nttmcl.com (8.9.3/8.9.2) with ESMTP id RAA58480; Mon, 25 Oct 1999 17:31:55 -0700 (PDT) (envelope-from jan@nttmcl.com) X-Authentication-Warning: jaeger.nttmcl.com: jan owned process doing -bs Date: Mon, 25 Oct 1999 17:31:55 -0700 (PDT) From: "f.johan.beisser" To: torstenb@freebsd.org Cc: ports@freebsd.org Subject: a slight problem with ssh.. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org i'm not sure this is a current problem, it might have only existed in the 1.2.26 version of ssh.. but you never know.. i've compiled ssh, and well, because of some issues with windows users and telnet, i have to leave telnet open on the machine. so, i included tcp wrappers.. here's the problem (already solved, but still): ssh still looks for /etc/hosts.allow and /etc/hosts.deny. would it be a hassle to turn those off? or is there a reason for leaving it activated? thanks for your time, jan beisser +--- Jan Beisser mailto: jan@nttmcl.com phoneto: 650 833 3653 UNIX Systems Administrator NTT MultiMedia Communications Lab "Knowledge is power, power corrupts. Study hard, be evil." ---+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 18:30: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CE29215286 for ; Mon, 25 Oct 1999 18:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA22416; Mon, 25 Oct 1999 18:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from Crazyman.Dorm13.NCTU.edu.tw (Crazyman.Dorm13.NCTU.edu.tw [140.113.141.212]) by hub.freebsd.org (Postfix) with ESMTP id 8BA9D14C04 for ; Mon, 25 Oct 1999 18:17:21 -0700 (PDT) (envelope-from yinjieh@Crazyman.Dorm13.NCTU.edu.tw) Received: (from yinjieh@localhost) by Crazyman.Dorm13.NCTU.edu.tw (8.9.3/8.9.3) id JAA01994; Tue, 26 Oct 1999 09:17:20 +0800 (CST) (envelope-from yinjieh) Message-Id: <199910260117.JAA01994@Crazyman.Dorm13.NCTU.edu.tw> Date: Tue, 26 Oct 1999 09:17:20 +0800 (CST) From: Yin-Jieh Chen Reply-To: yinjieh@Crazyman.Dorm13.NCTU.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14528: New port: chinese/autoconvert Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14528 >Category: ports >Synopsis: New port: chinese/autoconvert >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 25 18:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Yin-Jieh Chen >Release: FreeBSD 3.3-STABLE i386 >Organization: NCTU CSIE FreeBSD Users' Group >Environment: FreeBSD Crazyman.Dorm13.NCTU.edu.tw 3.3-STABLE FreeBSD 3.3-STABLE #29: Mon Oct 1 1 13:19:18 CST 1999 root@Crazyman.Dorm13.NCTU.edu.tw:/home2/src/sys/compile/ YINJIEH i386 >Description: New port: chinese/autoconvert It's a converter which can convert between three types of chinese encoding (BIG5/GB/HZ). >How-To-Repeat: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # autoconvert # autoconvert/Makefile # autoconvert/files # autoconvert/files/md5 # autoconvert/patches # autoconvert/patches/patch-aa # autoconvert/patches/patch-ab # autoconvert/pkg # autoconvert/pkg/COMMENT # autoconvert/pkg/DESCR # autoconvert/pkg/PLIST # echo c - autoconvert mkdir -p autoconvert > /dev/null 2>&1 echo x - autoconvert/Makefile sed 's/^X//' >autoconvert/Makefile << 'END-of-autoconvert/Makefile' X# New ports collection makefile for: autoconvert X# Version required: 0.3.2 X# Date created: 26 Oct 1999 X# Whom: Yin-Jieh Chen X# X# $FreeBSD$ X# X XDISTNAME= autoconvert-0.3.2 XCATEGORIES= chinese XMASTER_SITES= http://www.linuxfocus.org/~yu.guanghui/ \ X ftp://ftp.dlut.edu.cn/pub/PEOPLE/saka/ X XMAINTAINER= yinjieh@csie.nctu.edu.tw X XWRKSRC= ${WRKDIR}/autoconvert X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/autob5 ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/autogb ${PREFIX}/bin X ${MKDIR} ${PREFIX}/share/autoconvert X.for i in ChangeLog LICENSE Readme TODO Version big5.txt gb.txt hz.txt procmailrc.example X ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/autoconvert X.endfor X X.include END-of-autoconvert/Makefile echo c - autoconvert/files mkdir -p autoconvert/files > /dev/null 2>&1 echo x - autoconvert/files/md5 sed 's/^X//' >autoconvert/files/md5 << 'END-of-autoconvert/files/md5' XMD5 (autoconvert-0.3.2.tar.gz) = a973d8402a011778d53bc9d9c82dbd06 END-of-autoconvert/files/md5 echo c - autoconvert/patches mkdir -p autoconvert/patches > /dev/null 2>&1 echo x - autoconvert/patches/patch-aa sed 's/^X//' >autoconvert/patches/patch-aa << 'END-of-autoconvert/patches/patch-aa' X--- Makefile.orig Mon Oct 25 19:00:37 1999 X+++ Makefile Tue Oct 26 08:29:33 1999 X@@ -1,5 +1,5 @@ X CC=gcc X-CFLAG=-O2 -g X+CFLAG+=-O2 X X X all:lib.o autob5 autogb hzlib END-of-autoconvert/patches/patch-aa echo x - autoconvert/patches/patch-ab sed 's/^X//' >autoconvert/patches/patch-ab << 'END-of-autoconvert/patches/patch-ab' X--- hzconvert/Makefile.orig Mon Oct 25 19:02:21 1999 X+++ hzconvert/Makefile Tue Oct 26 08:29:52 1999 X@@ -1,10 +1,10 @@ X CC=gcc X-CFLAGS=-O2 X+CFLAGS+=-O2 X OBJS=b2g.o b2u.o g2u.o hztogb.o b2g_tables.o b2u_tables.o g2u_tables.o io.o unicode.o X-%.o:%c X+all:libhzconvert.a X+%.o:%.c X $(CC) $(CFLAGS) -c $< X X-all:libhzconvert.a X libhzconvert.a:$(OBJS) X ar rs libhzconvert.a $(OBJS) X clean: END-of-autoconvert/patches/patch-ab echo c - autoconvert/pkg mkdir -p autoconvert/pkg > /dev/null 2>&1 echo x - autoconvert/pkg/COMMENT sed 's/^X//' >autoconvert/pkg/COMMENT << 'END-of-autoconvert/pkg/COMMENT' XAn intelligent Chinese encoding converter. END-of-autoconvert/pkg/COMMENT echo x - autoconvert/pkg/DESCR sed 's/^X//' >autoconvert/pkg/DESCR << 'END-of-autoconvert/pkg/DESCR' XAutoconvert is an intelligent Chinese encoding converter. It uses builtin Xfunctions to judge the type of the input file's Chinese Encoding (such as XGB/Big5/HZ), then converts the input file to any type of Chinese Encoding Xyou want. You can use autoconvert to handle incoming mail, automatically Xconverting messages to the Chinese Encoding you want. X If you use procmail, there will be an example at: X${PREFIX}/share/autoconvert/procmailrc.example, which helps you to setup Xautoconvert as a filter of procmail. X XWWW: http://banyan.dlut.edu.cn/~ygh/ X X- Yin-Jieh Chen Xyinjieh@csie.nctu.edu.tw END-of-autoconvert/pkg/DESCR echo x - autoconvert/pkg/PLIST sed 's/^X//' >autoconvert/pkg/PLIST << 'END-of-autoconvert/pkg/PLIST' Xbin/autob5 Xbin/autogb Xshare/autoconvert/ChangeLog Xshare/autoconvert/LICENSE Xshare/autoconvert/Readme Xshare/autoconvert/TODO Xshare/autoconvert/Version Xshare/autoconvert/big5.txt Xshare/autoconvert/gb.txt Xshare/autoconvert/hz.txt Xshare/autoconvert/procmailrc.example X@dirrm share/autoconvert END-of-autoconvert/pkg/PLIST exit >Fix: Please, commit this port, thanks. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 18:40:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D05421534B; Mon, 25 Oct 1999 18:40:22 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA28903; Mon, 25 Oct 1999 18:40:22 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 25 Oct 1999 18:40:22 -0700 (PDT) From: Message-Id: <199910260140.SAA28903@freefall.freebsd.org> To: kbyanc@posi.net, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13789: update to www/fcgi-devkit port to include web site Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update to www/fcgi-devkit port to include web site State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Oct 25 18:40:16 PDT 1999 State-Changed-Why: committed, thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 18:50: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 9D6631526A; Mon, 25 Oct 1999 18:50:42 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA34165; Mon, 25 Oct 1999 18:50:42 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 25 Oct 1999 18:50:42 -0700 (PDT) From: Message-Id: <199910260150.SAA34165@freefall.freebsd.org> To: andrews@technologist.com, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14473: update port devel/fpp [fix broken link] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port devel/fpp [fix broken link] State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Oct 25 18:47:12 PDT 1999 State-Changed-Why: committed, thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 18:54: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 1BBD5152DA; Mon, 25 Oct 1999 18:54:28 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA36017; Mon, 25 Oct 1999 18:54:28 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 25 Oct 1999 18:54:28 -0700 (PDT) From: Message-Id: <199910260154.SAA36017@freefall.freebsd.org> To: lkoeller@cc.fh-lippe.de, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13874: ports update to openldap-1.2.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ports update to openldap-1.2.7 State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Oct 25 18:54:00 PDT 1999 State-Changed-Why: committed, thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 19:43:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dokuro.isac.co.jp (dokuro.isac.co.jp [192.47.123.3]) by hub.freebsd.org (Postfix) with ESMTP id 6DB5C14DEA; Mon, 25 Oct 1999 19:43:42 -0700 (PDT) (envelope-from nobu@rd.isac.co.jp) Received: from mailgw1.psrc.isac.co.jp ([192.47.120.49]) by dokuro.isac.co.jp (8.8.7/3.7W) with ESMTP id LAA02493; Tue, 26 Oct 1999 11:39:38 +0900 (JST) Received: from rd.isac.co.jp (aquarius.rd.isac.co.jp [192.47.125.162]) by mailgw1.psrc.isac.co.jp (8.8.7/3.6W) with ESMTP id LAA03808; Tue, 26 Oct 1999 11:14:16 +0900 (JST) Received: from localhost (LOCALHOST [127.0.0.1]) by rd.isac.co.jp (8.8.8/8.8.5) with ESMTP id LAA06698; Tue, 26 Oct 1999 11:43:42 +0900 (JST) To: gnats@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/14224: close In-Reply-To: Your message of "Fri, 8 Oct 1999 22:00:00 -0700 (PDT)" <199910090500.WAA55347@freefall.freebsd.org> References: <199910090500.WAA55347@freefall.freebsd.org> X-Mailer: Mew version 1.92.3 on Emacs 19.28 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19991026114342F.nobu@rd.isac.co.jp> Date: Tue, 26 Oct 1999 11:43:42 +0900 From: Nobuhiro Yasutomi X-Dispatcher: imput version 971024 Lines: 1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This PR is obsolute when ports/14047 will committed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 20:23: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 972A915320; Mon, 25 Oct 1999 20:23:29 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA47275; Mon, 25 Oct 1999 20:23:29 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 25 Oct 1999 20:23:29 -0700 (PDT) From: Message-Id: <199910260323.UAA47275@freefall.freebsd.org> To: matusita@jp.FreeBSD.org, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14016: Update ports: japanese/dbskkd-cdb Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update ports: japanese/dbskkd-cdb State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Oct 25 20:18:18 PDT 1999 State-Changed-Why: committed, thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 20:29: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 4BBD3152F9; Mon, 25 Oct 1999 20:28:54 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA47668; Mon, 25 Oct 1999 20:28:54 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 25 Oct 1999 20:28:54 -0700 (PDT) From: Message-Id: <199910260328.UAA47668@freefall.freebsd.org> To: dr@domix.de, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14399: Update port: net/iplog Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Old Synopsis: update port: net/iplog New Synopsis: Update port: net/iplog State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Oct 25 20:23:37 PDT 1999 State-Changed-Why: committed, thanks next time submit a diff. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 20:43: 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 A8755152DD; Mon, 25 Oct 1999 20:43:04 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA48834; Mon, 25 Oct 1999 20:43:03 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 25 Oct 1999 20:43:03 -0700 (PDT) From: Message-Id: <199910260343.UAA48834@freefall.freebsd.org> To: ijliao@Terry.Dorm8.NCTU.edu.tw, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14425: Update port: devel/gtksheet to 8.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Old Synopsis: update ports: devel/gtksheet to 8.0 New Synopsis: Update port: devel/gtksheet to 8.0 State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Oct 25 20:38: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 Mon Oct 25 20:48: 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 41D1415395; Mon, 25 Oct 1999 20:48:00 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA49318; Mon, 25 Oct 1999 20:48:00 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 25 Oct 1999 20:48:00 -0700 (PDT) From: Message-Id: <199910260348.UAA49318@freefall.freebsd.org> To: ijliao@Terry.Dorm8.NCTU.edu.tw, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14430: Update port: games/bnetd to 0.4.19 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Old Synopsis: update ports: games/bnetd to 0.4.19 New Synopsis: Update port: games/bnetd to 0.4.19 State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Oct 25 20:43:12 PDT 1999 State-Changed-Why: committed, thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 20: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 6229C14E47 for ; Mon, 25 Oct 1999 20:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA49535; Mon, 25 Oct 1999 20:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 2983E14DD7; Mon, 25 Oct 1999 20:45:58 -0700 (PDT) Message-Id: <19991026034558.2983E14DD7@hub.freebsd.org> Date: Mon, 25 Oct 1999 20:45:58 -0700 (PDT) From: charon@freethought.org To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/14531: the patch for ssh-1.2.27 doesn't work Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14531 >Category: ports >Synopsis: the patch for ssh-1.2.27 doesn't work >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 25 20:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Charon >Release: 3.3-STABLE >Organization: >Environment: (approx.) 3.3-STABLE made world Oct. 19 i386 >Description: The patch for ssh-1.2.27 (patch-ssh-1.2.27-bsd.tty.chown) has a checksum mismatch when one tries to install ssh via the ports. If one forces an install anyway, it fails at the point "applying distribution patches for ssh-1.2.27 \ 1 out of 1 hunks faild \...\ 109 out of 109 hunks failed". The last time the security/ssh directory was modified was on Fri Sep 03 03:58:00 1999, so I'm not out of synch with the current version. >How-To-Repeat: Try to install ssh-1.2.27 >Fix: Get correct patch? http://www.ssh.fi/sshprotocols2/patches/patch-ssh-1.2.27-bsd.tty.chown is the only place listed that actually _has_ the patch (ftp.freebsd.org does _not_, nor does it have ssh itself). >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 21: 5: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 516B914E38; Mon, 25 Oct 1999 21:05:42 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA50827; Mon, 25 Oct 1999 21:05:41 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 25 Oct 1999 21:05:41 -0700 (PDT) From: Message-Id: <199910260405.VAA50827@freefall.freebsd.org> To: nobu@psrc.isac.co.jp, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14224: ports/x11-clocks/emiclock, move MASTER_SITE and followup sources. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ports/x11-clocks/emiclock, move MASTER_SITE and followup sources. State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Oct 25 21:03:58 PDT 1999 State-Changed-Why: superceeded by ports/14047 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 21:16:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 896C0153A5; Mon, 25 Oct 1999 21:16:52 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA51948; Mon, 25 Oct 1999 21:16:52 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 25 Oct 1999 21:16:52 -0700 (PDT) From: Message-Id: <199910260416.VAA51948@freefall.freebsd.org> To: koba@noge.com, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14047: /usr/ports/x11-clocks/emiclock replacement (new version) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /usr/ports/x11-clocks/emiclock replacement (new version) State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Oct 25 21:15:45 PDT 1999 State-Changed-Why: committed, thanks only change was I didn't change the maintainer because you didn't state that you had permission from the old maintainer. next time please submit a diff from the current port. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 21:31:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from fw.hitachi-sk.co.jp (fw.hitachi-sk.co.jp [202.32.87.10]) by hub.freebsd.org (Postfix) with ESMTP id 938E414C01; Mon, 25 Oct 1999 21:31:43 -0700 (PDT) (envelope-from masa-k@sag.hitachi-sk.co.jp) Received: (from uucp@localhost) by fw.hitachi-sk.co.jp (8.9.3/3.7W) id NAA24107; Tue, 26 Oct 1999 13:31:42 +0900 (JST) Received: from unknown(133.108.1.2) by fw.hitachi-sk.co.jp via smap (V4.2) id xma024075; Tue, 26 Oct 99 13:31:29 +0900 Received: from saggw.sag.hitachi-sk.co.jp (saggw.sag.hitachi-sk.co.jp [133.108.101.2]) by ns.hitachi-sk.co.jp (8.7.1+2.6Wbeta4/3.4W) with ESMTP id NAA22915; Tue, 26 Oct 1999 13:31:28 +0900 (JST) Received: from sag.hitachi-sk.co.jp (localhost.sag.hitachi-sk.co.jp [127.0.0.1]) by saggw.sag.hitachi-sk.co.jp (8.9.3/3.7Wpl2/SAG-1.00) with ESMTP id NAA11884; Tue, 26 Oct 1999 13:31:27 +0900 (JST) Message-Id: <199910260431.NAA11884@saggw.sag.hitachi-sk.co.jp> To: mharo@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP X-Mailer: MH 6.8.4.JP.3.03 Subject: Re: ports/14047: /usr/ports/x11-clocks/emiclock replacement (new version) References: <199910260416.VAA51948@freefall.freebsd.org> In-Reply-To: mharo@FreeBSD.org's message of "Mon, 25 Oct 1999 21:16:52 -0700." <199910260416.VAA51948@freefall.freebsd.org> Date: Tue, 26 Oct 1999 13:31:27 +0900 From: KOBA Masayuki Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am an author of emiclock. :-< On Mon, Oct 25 1999 21:16 mharo@FreeBSD.org said: > > committed, thanks > only change was I didn't change the maintainer because you didn't state > that you had permission from the old maintainer. > > next time please submit a diff from the current port. OK. I drop my send-pr. Please forgot it. -- $B8E>l(B $B@59T(B ($B$3$P(B $B$^$5$f$-(B) ((((((( E-mail: koba@hoge.org or koba@noge.com (private) )$B"_(B $B"_(B) masa-k@sag.hitachi-sk.co.jp (office) ( v __ URL: http://www.noge.com/koba/ $B!5(B-$B!R(B/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 22: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 C894C14A25 for ; Mon, 25 Oct 1999 22:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA56067; Mon, 25 Oct 1999 22:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 25 Oct 1999 22:10:01 -0700 (PDT) Message-Id: <199910260510.WAA56067@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: Re: ports/14531: the patch for ssh-1.2.27 doesn't work Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/14531; it has been noted by GNATS. From: Chris Piazza To: charon@freethought.org Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/14531: the patch for ssh-1.2.27 doesn't work Date: Mon, 25 Oct 1999 22:02:04 -0700 On Mon, Oct 25, 1999 at 08:45:58PM -0700, charon@freethought.org wrote: > The patch for ssh-1.2.27 (patch-ssh-1.2.27-bsd.tty.chown) has a checksum > mismatch when one tries to install ssh via the ports. If one forces an > install anyway, it fails at the point "applying distribution patches for > ssh-1.2.27 \ 1 out of 1 hunks faild \...\ 109 out of 109 hunks failed". > The last time the security/ssh directory was modified was on Fri > Sep 03 03:58:00 1999, so I'm not out of synch with the current version. I can't reproduce this: >> ssh-1.2.27.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.cs.hut.fi/pub/ssh/. Receiving ssh-1.2.27.tar.gz (1022546 bytes): 100% 1022546 bytes transferred in 27.5 seconds (36.30 Kbytes/s) >> patch-ssh-1.2.27-bsd.tty.chown doesn't seem to exist on this system. >> Attempting to fetch from http://www.ssh.fi/sshprotocols2/patches/. Receiving patch-ssh-1.2.27-bsd.tty.chown (51023 bytes): 100% 51023 bytes transferred in 2.2 seconds (22.45 Kbytes/s) ===> Extracting for ssh-1.2.27 >> Checksum OK for ssh-1.2.27.tar.gz. >> Checksum OK for patch-ssh-1.2.27-bsd.tty.chown. Any idea what could be going on on your end? -Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 25 23: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 98A9F1531F for ; Mon, 25 Oct 1999 23:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA60130; Mon, 25 Oct 1999 23:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (Postfix) with ESMTP id 03F2015310 for ; Mon, 25 Oct 1999 23:02:51 -0700 (PDT) (envelope-from doconnor@cain.gsoft.com.au) Received: (from doconnor@localhost) by cain.gsoft.com.au (8.8.8/8.8.8) id PAA22261; Tue, 26 Oct 1999 15:32:49 +0930 (CST) (envelope-from doconnor) Message-Id: <199910260602.PAA22261@cain.gsoft.com.au> Date: Tue, 26 Oct 1999 15:32:49 +0930 (CST) From: "Daniel O'Connor" Reply-To: doconnor@gsoft.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14535: New port for Wolfpack Empire 4.2.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14535 >Category: ports >Synopsis: New port for Wolfpack Empire 4.2.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 25 23:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Daniel O'Connor >Release: FreeBSD 2.2.8-STABLE i386 >Organization: >Environment: >Description: Empire is a multiplayer networked game of massive complexity. Games have 2 to 100 players and last from 24 hours up to a year. Very configurable and complex. Port available at http://www.gsoft.com.au/~doconnor/wolfpack-port.tgz >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 26 0: 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 2EECE14C2E for ; Tue, 26 Oct 1999 00:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA65599; Tue, 26 Oct 1999 00:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 26 Oct 1999 00:00:02 -0700 (PDT) Message-Id: <199910260700.AAA65599@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: charon@freethought.org Subject: Re: ports/14531: the patch for ssh-1.2.27 doesn't work Reply-To: charon@freethought.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/14531; it has been noted by GNATS. From: charon@freethought.org To: Chris Piazza Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/14531: the patch for ssh-1.2.27 doesn't work Date: Tue, 26 Oct 1999 01:57:14 -0700 --=====================_940953434==_ Content-Type: text/plain; charset="us-ascii" At 10:02 PM 10/25/99 -0700, Chris Piazza wrote: >On Mon, Oct 25, 1999 at 08:45:58PM -0700, charon@freethought.org wrote: >> The patch for ssh-1.2.27 (patch-ssh-1.2.27-bsd.tty.chown) has a checksum >> mismatch when one tries to install ssh via the ports. If one forces an >> install anyway, it fails at the point "applying distribution patches for >> ssh-1.2.27 \ 1 out of 1 hunks faild \...\ 109 out of 109 hunks failed". >> The last time the security/ssh directory was modified was on Fri >> Sep 03 03:58:00 1999, so I'm not out of synch with the current version. > >I can't reproduce this: > >>> ssh-1.2.27.tar.gz doesn't seem to exist on this system. >>> Attempting to fetch from ftp://ftp.cs.hut.fi/pub/ssh/. >Receiving ssh-1.2.27.tar.gz (1022546 bytes): 100% >1022546 bytes transferred in 27.5 seconds (36.30 Kbytes/s) >>> patch-ssh-1.2.27-bsd.tty.chown doesn't seem to exist on this system. >>> Attempting to fetch from http://www.ssh.fi/sshprotocols2/patches/. >Receiving patch-ssh-1.2.27-bsd.tty.chown (51023 bytes): 100% >51023 bytes transferred in 2.2 seconds (22.45 Kbytes/s) >===> Extracting for ssh-1.2.27 >>> Checksum OK for ssh-1.2.27.tar.gz. >>> Checksum OK for patch-ssh-1.2.27-bsd.tty.chown. > >Any idea what could be going on on your end? I'm guessing it's Netscape messing things up when I download patch-ssh-1.2.27-bsd.tty.chown. Is there some other program I could use to dl a file from an http site on WinNT? I've used netscape before to download ports, but it's always been from ftp servers... This hypothesis seems to be supported by the fact that my copy of patch-ssh-1.2.27-bsd.tty.chown is larger than yours. (Attached is a script that validates the statement that it's nothing wrong with my ports tree. It was made after I redownloaded /usr/ports/security/ssh/* from today's stable and put that in.) Sorry to bother you with this... -Charon --=====================_940953434==_ Content-Type: text/plain; name="ssh.out"; x-mac-type="42494E41"; x-mac-creator="74747874" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="ssh.out" U2NyaXB0IHN0YXJ0ZWQgb24gVHVlIE9jdCAyNiAwMToyNDoxMSAxOTk5CmJyb2FkLTIwOC0wNDkj IG1ha2UgY2xlYW4NDQo9PT0+ICBDbGVhbmluZyBmb3IgcnNhcmVmLTIuMA0KPT09PiAgQ2xlYW5p bmcgZm9yIHNzaC0xLjIuMjcNCmJyb2FkLTIwOC0wNDkjIG1ha2UgaW5zdGFsbCBjbGVhbg0NCj09 PT4gIEV4dHJhY3RpbmcgZm9yIHNzaC0xLjIuMjcNCj4+IENoZWNrc3VtIE9LIGZvciBzc2gtMS4y LjI3LnRhci5nei4NCj4+IENoZWNrc3VtIG1pc21hdGNoIGZvciBwYXRjaC1zc2gtMS4yLjI3LWJz ZC50dHkuY2hvd24uDQpNYWtlIHN1cmUgdGhlIE1ha2VmaWxlIGFuZCBtZDUgZmlsZSAoL3Vzci9w b3J0cy9zZWN1cml0eS9zc2gvZmlsZXMvbWQ1KQ0KYXJlIHVwIHRvIGRhdGUuICBJZiB5b3Ugd2Fu dCB0byBvdmVycmlkZSB0aGlzIGNoZWNrLCB0eXBlDQoibWFrZSBOT19DSEVDS1NVTT15ZXMgW290 aGVyIGFyZ3NdIi4NCioqKiBFcnJvciBjb2RlIDENCg0KU3RvcC4NCioqKiBFcnJvciBjb2RlIDEN Cg0KU3RvcC4NCioqKiBFcnJvciBjb2RlIDENCg0KU3RvcC4NCioqKiBFcnJvciBjb2RlIDENCg0K U3RvcC4NCioqKiBFcnJvciBjb2RlIDENCg0KU3RvcC4NCioqKiBFcnJvciBjb2RlIDENCg0KU3Rv cC4NCioqKiBFcnJvciBjb2RlIDENCg0KU3RvcC4NCmJyb2FkLTIwOC0wNDkjIG1ha2UgY2VhCBtb SwgbW0tsZWFuDQ0KPT09PiAgQ2xlYW5pbmcgZm9yIHJzYXJlZi0yLjANCj09PT4gIENsZWFuaW5n IGZvciBzc2gtMS4yLjI3DQpicm9hZC0yMDgtMDQ5IyBtYWtlIE5PX0NIRUNLU1VNPVlFUyBpbnN0 YWxsIGNsZWFuDQ0KPT09PiAgRXh0cmFjdGluZyBmb3Igc3NoLTEuMi4yNw0KPT09PiAgIHNzaC0x LjIuMjcgZGVwZW5kcyBvbiBmaWxlOiAvbm9uZXhpc3RlbnQgLSBub3QgZm91bmQNCj09PT4gICAg VmVyaWZ5aW5nIGV4dHJhY3QgZm9yIC9ub25leGlzdGVudCBpbiAvdXNyL3BvcnRzL3NlY3VyaXR5 L3JzYXJlZg0KPT09PiAgRXh0cmFjdGluZyBmb3IgcnNhcmVmLTIuMA0KPT09PiAgIFJldHVybmlu ZyB0byBidWlsZCBvZiBzc2gtMS4yLjI3DQo9PT0+ICAgc3NoLTEuMi4yNyBkZXBlbmRzIG9uIHNo YXJlZCBsaWJyYXJ5OiByc2FyZWYuMiAtIGZvdW5kDQo9PT0+ICBQYXRjaGluZyBmb3Igc3NoLTEu Mi4yNw0KPT09PiAgQXBwbHlpbmcgZGlzdHJpYnV0aW9uIHBhdGNoZXMgZm9yIHNzaC0xLjIuMjcN CjEgb3V0IG9mIDEgaHVua3MgZmFpbGVkLS1zYXZpbmcgcmVqZWN0cyB0byBhdXRoLXBhc3N3ZC5j LnJlag0KMSBvdXQgb2YgMSBodW5rcyBmYWlsZWQtLXNhdmluZyByZWplY3RzIHRvIGNvbmZpZy5o LmluLnJlag0KMSBvdXQgb2YgMSBodW5rcyBmYWlsZWQtLXNhdmluZyByZWplY3RzIHRvIGNvbmZp Z3VyZS5pbi5yZWoNCjEgb3V0IG9mIDEgaHVua3MgZmFpbGVkLS1zYXZpbmcgcmVqZWN0cyB0byBz c2hkLmMucmVqDQoxMDkgb3V0IG9mIDEwOSBodW5rcyBmYWlsZWQtLXNhdmluZyByZWplY3RzIHRv IGNvbmZpZ3VyZS5yZWoNCioqKiBFcnJvciBjb2RlIDExMw0KDQpTdG9wLg0KKioqIEVycm9yIGNv ZGUgMQ0KDQpTdG9wLg0KKioqIEVycm9yIGNvZGUgMQ0KDQpTdG9wLg0KKioqIEVycm9yIGNvZGUg MQ0KDQpTdG9wLg0KKioqIEVycm9yIGNvZGUgMQ0KDQpTdG9wLg0KKioqIEVycm9yIGNvZGUgMQ0K DQpTdG9wLg0KYnJvYWQtMjA4LTA0OSMgY2QgZmlsZXMNDQpicm9hZC0yMDgtMDQ5IyBscw0NCm1k NQkJcnNhNjQuZGlmZg0KYnJvYWQtMjA4LTA0OSMgY2F0IG1kNQ0NCk1ENSAoc3NoLTEuMi4yNy50 YXIuZ3opID0gYzIyYmMwMDBiZWUwZjdkNmY0ODQ1ZWFiNzJhODEzOTUNCk1ENSAocGF0Y2gtc3No LTEuMi4yNy1ic2QudHR5LmNob3duKSA9IGU0ZDc3NTU5OTRjMmZhMGQ0MTlhNjA3MjNlOGE5ZDUz DQpicm9hZC0yMDgtMDQ5IyANCmJyb2FkLTIwOC0wNDkjIGNkIC91c3IvcG9ydHMvZGlzdGZpbGVz Lw0NCmJyb2FkLTIwOC0wNDkjIGxzIC1sZCBwYXRjaC1zc2gtMS4yLjI3LWJzZC50dHkuY2hvd24g DQ0KLXJ3eHIteHIteCAgMSByb290ICB3aGVlbCAgNTIzMjMgT2N0IDI2IDAxOjAzIHBhdGNoLXNz aC0xLjIuMjctYnNkLnR0eS5jaG93bg0NCmJyb2FkLTIwOC0wNDkjIHVuYW1lIC1hDQ0KRnJlZUJT RCBicm9hZC0yMDgtMDQ5LnJoLnVjaGljYWdvLmVkdSAzLjMtU1RBQkxFIEZyZWVCU0QgMy4zLVNU QUJMRSAjMDogVHVlIE9jdCAxOSAwMjoyNTo1NCBQRFQgMTk5OSAgICAgcm9vdEBicm9hZC0yMDgt MDQ5LnJoOi91c3Ivc3JjL3N5cy9jb21waWxlL0NFUkJFUlVTICBpMzg2DQpicm9hZC0yMDgtMDQ5 IyBleGl0DQ0KZXhpdA0KClNjcmlwdCBkb25lIG9uIFR1ZSBPY3QgMjYgMDE6MjY6MDEgMTk5OQo= --=====================_940953434==_-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 26 0: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 CD68E14C32 for ; Tue, 26 Oct 1999 00:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA66372; Tue, 26 Oct 1999 00:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (Postfix) with ESMTP id 989BF14BCD for ; Tue, 26 Oct 1999 00:05:01 -0700 (PDT) (envelope-from doconnor@cain.gsoft.com.au) Received: (from doconnor@localhost) by cain.gsoft.com.au (8.8.8/8.8.8) id QAA23877; Tue, 26 Oct 1999 16:34:58 +0930 (CST) (envelope-from doconnor) Message-Id: <199910260704.QAA23877@cain.gsoft.com.au> Date: Tue, 26 Oct 1999 16:34:58 +0930 (CST) From: "Daniel O'Connor" Reply-To: doconnor@gsoft.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14537: New port for ptkei Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14537 >Category: ports >Synopsis: New port for ptkei >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 26 00:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Daniel O'Connor >Release: FreeBSD 2.2.8-STABLE i386 >Organization: >Environment: >Description: This is a GUI client for the Wolfpack Empire game using Python/Tk >How-To-Repeat: >Fix: Port available at http://www.gsoft.com.au/~doconnor/ptkei-port.tgz >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 26 0: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 C2A4814C1A for ; Tue, 26 Oct 1999 00:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA69205; Tue, 26 Oct 1999 00:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 2BF0014C1A; Tue, 26 Oct 1999 00:40:13 -0700 (PDT) Message-Id: <19991026074013.2BF0014C1A@hub.freebsd.org> Date: Tue, 26 Oct 1999 00:40:13 -0700 (PDT) From: sobomax@altavista.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/14538: [PATCH] New version 0.14.12 of the wmG (window manager) port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14538 >Category: ports >Synopsis: [PATCH] New version 0.14.12 of the wmG (window manager) port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 26 00:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Maxim Sobolev >Release: 4.0-CURRENT >Organization: Vega International Capital >Environment: >Description: New version 0.14.12 of the wmG (window manager) port >How-To-Repeat: >Fix: begin 644 wmg.patch M9&EF9B`M#$Q+7=M+W=M9R]-86ME9FEL92!W;62]38W)E96XO-#`W.2]D;W=N M;&]A9',O"B`*($U!24Y404E.15(]"6YA:V%I0$9R965"4T0N;W)G"B`*0$`@ M+3,Q+#,@*S,R+#0@0$`*(`D)3$E"4STB+4PD>TQ/0T%,0D%317TO;&EB(@H@ M"B`N:6YC;'5D92`\8G-D+G!OBD@/2!E9&(Q-&8Q,6-C9F(R.#(Q868Y861B9#4Y83$U %-#0X-PHR ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 26 1:41:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from budgie.cs.uwa.edu.au (budgie.cs.uwa.oz.au [130.95.1.8]) by hub.freebsd.org (Postfix) with ESMTP id E88681532E for ; Tue, 26 Oct 1999 01:41:25 -0700 (PDT) (envelope-from chris@budgie.cs.uwa.edu.au) Received: from budgie (localhost [127.0.0.1]) by budgie.cs.uwa.edu.au (8.8.7/8.8.7) with ESMTP id QAA26239 for ; Tue, 26 Oct 1999 16:47:22 +0800 Message-Id: <199910260847.QAA26239@budgie.cs.uwa.edu.au> To: ports@FreeBSD.org Subject: The (my) cnet network simulator Date: Tue, 26 Oct 1999 16:47:22 +0800 From: Chris McDonald Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I'm trying to contact whoever ported my cnet simulator (cf http://www.cs.uwa.edu.au/cnet ) to FreeBSD. I now have another version (v1.5) and have an increasing number of FreeBSD users asking when I'm going to port v1.5 to FreeBSD. I'm willing to help, but being unfamiliar with FreeBSD I'll need some info please. _______________________________________________________________________________ Dr Chris McDonald EMAIL: chris@cs.uwa.edu.au Department of Computer Science WWW: http://www.cs.uwa.edu.au/~chris The University of Western Australia PHONE: +61 8 9380 2533 Nedlands, Western Australia, 6907 FAX: +61 8 9380 1089 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 26 2:45: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 190A215378; Tue, 26 Oct 1999 02:45:35 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA79915; Tue, 26 Oct 1999 02:45:35 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Date: Tue, 26 Oct 1999 02:45:35 -0700 (PDT) From: Message-Id: <199910260945.CAA79915@freefall.freebsd.org> To: phantom@cris.net, phantom@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13320: New port: cfingerd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: cfingerd State-Changed-From-To: open->closed State-Changed-By: phantom State-Changed-When: Tue Oct 26 02:43:22 PDT 1999 State-Changed-Why: I close this PR as originator. Most patches included to this port already incorporated into cfingerd distribution and I'll prapare port for newsest version of cfingerd soon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 26 6:47:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hotmail.com (law2-oe14.hotmail.com [216.32.180.118]) by hub.freebsd.org (Postfix) with SMTP id 8EB9A14CB7 for ; Tue, 26 Oct 1999 06:47:14 -0700 (PDT) (envelope-from malpe@hotmail.com) Received: (qmail 22917 invoked by uid 65534); 26 Oct 1999 13:47:14 -0000 Message-ID: <19991026134714.22916.qmail@hotmail.com> X-Originating-IP: [209.246.82.150] From: "Mend" To: Cc: Subject: FreeBSD Port: p5-Apache-Radius-0.3 Date: Tue, 26 Oct 1999 09:44:45 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0003_01BF1F96.BCA468B0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.5600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.5600 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0003_01BF1F96.BCA468B0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Where are the docs for p5-Apache-Radius-0.3 ------=_NextPart_000_0003_01BF1F96.BCA468B0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Where are the docs for=20 p5-Apache-Radius-0.3
------=_NextPart_000_0003_01BF1F96.BCA468B0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 26 6:49:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 7883014CB7 for ; Tue, 26 Oct 1999 06:49:10 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.040 #1) id 11g6yG-0006hA-00; Tue, 26 Oct 1999 15:49:04 +0200 From: Sheldon Hearn To: "Mend" Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: p5-Apache-Radius-0.3 In-reply-to: Your message of "Tue, 26 Oct 1999 09:44:45 -0400." <19991026134714.22916.qmail@hotmail.com> Date: Tue, 26 Oct 1999 15:49:04 +0200 Message-ID: <25739.940945744@axl.noc.iafrica.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 26 Oct 1999 09:44:45 -0400, "Mend" wrote: > Where are the docs for p5-Apache-Radius-0.3 The same place all perl5 docs are: perldoc Apache::AuthenRadius :-) Later, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 26 9:10: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EA5B114F14 for ; Tue, 26 Oct 1999 09:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA63521; Tue, 26 Oct 1999 09:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from anaconda.lovett.com (anaconda.lovett.com [216.60.121.168]) by hub.freebsd.org (Postfix) with ESMTP id C2AE614A1B for ; Tue, 26 Oct 1999 09:02:07 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by anaconda.lovett.com with local (Exim 3.03 #1) id 11g931-0009DO-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 26 Oct 1999 11:02:07 -0500 Message-Id: Date: Tue, 26 Oct 1999 11:02:07 -0500 From: Ade Lovett Reply-To: ade@lovett.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14541: Update GNOME ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14541 >Category: ports >Synopsis: Update GNOME ports >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 26 09:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ade Lovett >Release: FreeBSD 3.3-STABLE i386 >Organization: Lovett Network Consultancy >Environment: Up to date ports tree >Description: Three core GNOME ports: print/gnomeprint 0.9 -> 0.10 deskutils/gnomepim 1.0.50 -> 1.0.55 math/gnumeric 0.38 -> 0.41 and these three GNOME-related ports (I am maintainer for these) graphics/gdk-pixbuf 0.2 -> 0.3 graphics/eog 0.1 -> 0.2 devel/bonobo update gdk-pixbuf shlib version >How-To-Repeat: N/A >Fix: Tarball at http://www.lovett.com/FreeBSD/gnome-update-19991026.tar.gz >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 26 9:59:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from tricord.system.pl (tricord.system.pl [195.205.185.10]) by hub.freebsd.org (Postfix) with ESMTP id 849DC151F3 for ; Tue, 26 Oct 1999 09:58:54 -0700 (PDT) (envelope-from saper@system.pl) Received: from localhost (saper@localhost [127.0.0.1]) by tricord.system.pl (SYSTEM Internet) with ESMTP id SAA16367 for ; Tue, 26 Oct 1999 18:58:59 +0200 (MET DST) Date: Tue, 26 Oct 1999 18:58:56 +0200 (MET DST) From: Marcin Cieslak To: ports@freebsd.org Subject: gif2png: 'optional' dependencies Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am trying to fix a gif2png port, recently updated with ports/14331 PR. I have two problems with this port, and I am sure that they were somehow discussed there, but searching the list archive didn't help much. Please excuse me if my problems are too trivial for the -ports sharks, but I thinks that tuning the details of ports is a good way of making FreeBSD a YetBetterOS(tm). :) Original gif2png is a C program, compiled into an ELF binary. However, gif2png 1.1.1 comes with a tiny Python script, called web2png, which assists a larger batch job of gif-to-png conversion. The script is also accompanied by a manpage, so we have "MAN1= gif2png.1 web2png.1" in the Makefile. First, smaller problem, is to fix the initial "#!" line. The original one says: #! /usr/bin/python and is obviuosly incorrect, since most pythons are installed in /usr/local/bin. What is The Right Way(tm) of finding the location of python binary? Should I just use 'which' or should I somehow search the package database ... or should I just assume ${PREFIX}/bin? Second, a bit more important is... what about python dependency? I don't think it is necessary to add python as a dependency for this little script. I see three options: 1) install this script as-is into ${PREFIX}/bin and fix the #! (see the problem above) 2) detect whether python is installed and install the script then. (what if the user installs python later for any reason?) 3) create a small mini-port for web2png alone (say py-web2png), requiring both gif2png and python to be installed. Any hints how to force this mini-port not to use it's own distfile and just to sneak into the gif2png work tree and install the script and manpage of it's own? This seems more elegant, however isn't it a waste of space/bandwidth for yet another Makefile, pkg, and all the stuff belonging to the port. Or any other suggestions welcome... -- << Marcin Cieslak // saper@system.pl >> ----------------------------------------------------------------- SYSTEM Internet Provider http://www.system.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 26 10:10: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 2898D14BF9 for ; Tue, 26 Oct 1999 10:09:54 -0700 (PDT) (envelope-from chuckr@picnic.mat.net) Received: from localhost (chuckr@localhost [127.0.0.1]) by picnic.mat.net (8.9.3/8.9.3) with ESMTP id NAA07316; Tue, 26 Oct 1999 13:08:56 -0400 (EDT) (envelope-from chuckr@picnic.mat.net) Date: Tue, 26 Oct 1999 13:08:55 -0400 (EDT) From: Chuck Robey To: Marcin Cieslak Cc: ports@FreeBSD.ORG Subject: Re: gif2png: 'optional' dependencies 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 Tue, 26 Oct 1999, Marcin Cieslak wrote: > > First, smaller problem, is to fix the initial "#!" line. > The original one says: > > #! /usr/bin/python > > and is obviuosly incorrect, since most pythons are > installed in /usr/local/bin. > > What is The Right Way(tm) of finding the location of python > binary? Should I just use 'which' or should I somehow search > the package database ... or should I just assume ${PREFIX}/bin? This is done by a lot of ports. Use a patch to change that line to something easily replaced, like %%PREFIX%%/bin, and then use a pre-install target to sed that: pre-install: $(SED) -e "s/%%PREFIX%%/$(PREFIX)/" < infile >outfile The Makefile will change the second part of the sed to what it should be for the port automatically, and then it just gets installed right byt he install target. > > Second, a bit more important is... what about python dependency? > I don't think it is necessary to add python as a dependency > for this little script. I see three options: > > 1) install this script as-is into ${PREFIX}/bin and fix the > #! (see the problem above) > > 2) detect whether python is installed and install the script then. > (what if the user installs python later for any reason?) > > 3) create a small mini-port for web2png alone (say py-web2png), > requiring both gif2png and python to be installed. > Any hints how to force this mini-port not to use it's own > distfile and just to sneak into the gif2png work tree and install > the script and manpage of it's own? This seems more elegant, > however isn't it a waste of space/bandwidth for yet > another Makefile, pkg, and all the stuff belonging to the port. This part is up to you. Do you think it adds enough real functionality to justify adding python? If you do that, does it really functionally operate (more than just compile, does it work)? > > Or any other suggestions welcome... > > ---------------------------------------------------------------------------- Chuck Robey | Interests include C programming, Electronics, 213 Lakeside Dr. Apt. T-1 | communications, and signal processing. Greenbelt, MD 20770 | I run picnic.mat.net: FreeBSD-current(i386) and (301) 220-2114 | jaunt.mat.net : FreeBSD-current(Alpha) ---------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 26 10:40: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EE9AE14EDE for ; Tue, 26 Oct 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 KAA70555; Tue, 26 Oct 1999 10:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 26 Oct 1999 10:40:01 -0700 (PDT) Message-Id: <199910261740.KAA70555@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: Re: ports/14531: the patch for ssh-1.2.27 doesn't work Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/14531; it has been noted by GNATS. From: Chris Piazza To: charon@freethought.org Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/14531: the patch for ssh-1.2.27 doesn't work Date: Tue, 26 Oct 1999 10:31:11 -0700 On Tue, Oct 26, 1999 at 01:57:14AM -0700, charon@freethought.org wrote: > At 10:02 PM 10/25/99 -0700, Chris Piazza wrote: > >On Mon, Oct 25, 1999 at 08:45:58PM -0700, charon@freethought.org wrote: > >> The patch for ssh-1.2.27 (patch-ssh-1.2.27-bsd.tty.chown) has a checksum > >> mismatch when one tries to install ssh via the ports. If one forces an > >> install anyway, it fails at the point "applying distribution patches for > >> ssh-1.2.27 \ 1 out of 1 hunks faild \...\ 109 out of 109 hunks failed". > >> The last time the security/ssh directory was modified was on Fri > >> Sep 03 03:58:00 1999, so I'm not out of synch with the current version. > > > >I can't reproduce this: > > > >>> ssh-1.2.27.tar.gz doesn't seem to exist on this system. > >>> Attempting to fetch from ftp://ftp.cs.hut.fi/pub/ssh/. > >Receiving ssh-1.2.27.tar.gz (1022546 bytes): 100% > >1022546 bytes transferred in 27.5 seconds (36.30 Kbytes/s) > >>> patch-ssh-1.2.27-bsd.tty.chown doesn't seem to exist on this system. > >>> Attempting to fetch from http://www.ssh.fi/sshprotocols2/patches/. > >Receiving patch-ssh-1.2.27-bsd.tty.chown (51023 bytes): 100% > >51023 bytes transferred in 2.2 seconds (22.45 Kbytes/s) > >===> Extracting for ssh-1.2.27 > >>> Checksum OK for ssh-1.2.27.tar.gz. > >>> Checksum OK for patch-ssh-1.2.27-bsd.tty.chown. > > > >Any idea what could be going on on your end? > > I'm guessing it's Netscape messing things up when I download > patch-ssh-1.2.27-bsd.tty.chown. Is there some other program I could use to > dl a file from an http site on WinNT? I've used netscape before to > download ports, but it's always been from ftp servers... This hypothesis > seems to be supported by the fact that my copy of > patch-ssh-1.2.27-bsd.tty.chown is larger than yours. > > (Attached is a script that validates the statement that it's nothing wrong > with my ports tree. It was made after I redownloaded > /usr/ports/security/ssh/* from today's stable and put that in.) > > Sorry to bother you with this... No problem. Hmm.... I'll put it on an ftp gzipped for you. ftp://norn.ca.eu.org/incoming/patch-ssh-1.2.27-bsd.tty.chown.gz Just gunzip it in /usr/ports/distfiles and it should be ok. That should fix this problem, anyway. Just wondering: why can't you get on the network with FreeBSD? -Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 26 10:48: 8 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 7C65614F54 for ; Tue, 26 Oct 1999 10:48:01 -0700 (PDT) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1002) id 6B44BDD; Tue, 26 Oct 1999 10:48:01 -0700 (PDT) Date: Tue, 26 Oct 1999 10:48:01 -0700 From: Chris Piazza To: Chris McDonald Cc: ports@FreeBSD.ORG Subject: Re: The (my) cnet network simulator Message-ID: <19991026104801.B1371@norn.ca.eu.org> References: <199910260847.QAA26239@budgie.cs.uwa.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <199910260847.QAA26239@budgie.cs.uwa.edu.au> X-Operating-System: FreeBSD 4.0-CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Oct 26, 1999 at 04:47:22PM +0800, Chris McDonald wrote: > Hi, I'm trying to contact whoever ported my cnet simulator > (cf http://www.cs.uwa.edu.au/cnet ) > to FreeBSD. I now have another version (v1.5) and have an increasing > number of FreeBSD users asking when I'm going to port v1.5 to FreeBSD. > > I'm willing to help, but being unfamiliar with FreeBSD I'll need some info > please. It appears that no one is maintaining it (ports@FreeBSD.org is the mailing list). I'll take a look at it in 4 or 5 hours if no one else does. -Chris -- cpiazza@home.net cpiazza@FreeBSD.org Abbotsford, BC, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 26 12: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 5988C14F78 for ; Tue, 26 Oct 1999 12:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA80457; Tue, 26 Oct 1999 12:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 8763114F74; Tue, 26 Oct 1999 12:23:08 -0700 (PDT) Message-Id: <19991026192308.8763114F74@hub.freebsd.org> Date: Tue, 26 Oct 1999 12:23:08 -0700 (PDT) From: tkato@promtomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/14542: Update port: cad/xcircuit to 2.0a11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14542 >Category: ports >Synopsis: Update port: cad/xcircuit to 2.0a11 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 26 12:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Updated version 2.0a10 to 2.0a11 >How-To-Repeat: >Fix: diff -urN /usr/ports/cad/xcircuit/Makefile cad/xcircuit/Makefile --- /usr/ports/cad/xcircuit/Makefile Wed Oct 6 21:04:49 1999 +++ cad/xcircuit/Makefile Wed Oct 27 03:40:53 1999 @@ -1,18 +1,18 @@ # New ports collection makefile for: xcircuit -# Version required: 2.0a10 +# Version required: 2.0a11 # Date created: 3 Apr 1998 # Whom: giffunip@asme.org # # $FreeBSD: ports/cad/xcircuit/Makefile,v 1.9 1999/10/05 17:10:06 cpiazza Exp $ # -DISTNAME= xcircuit-2.0a10 +DISTNAME= xcircuit-2.0a11 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SUNSITE} \ ftp://bach.ece.jhu.edu/pub/tim/xcircuit/ MASTER_SITE_SUBDIR= apps/circuits -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm diff -urN /usr/ports/cad/xcircuit/files/md5 cad/xcircuit/files/md5 --- /usr/ports/cad/xcircuit/files/md5 Sun Sep 26 21:05:56 1999 +++ cad/xcircuit/files/md5 Wed Oct 27 03:43:12 1999 @@ -1 +1 @@ -MD5 (xcircuit-2.0a10.tar.gz) = f15459373be5d2a3c286539eccace182 +MD5 (xcircuit-2.0a11.tar.gz) = dac6c9beaad5f75a70895d92b5493c19 diff -urN /usr/ports/cad/xcircuit/patches/patch-aa cad/xcircuit/patches/patch-aa --- /usr/ports/cad/xcircuit/patches/patch-aa Sun Sep 26 21:05:56 1999 +++ cad/xcircuit/patches/patch-aa Wed Oct 27 04:12:14 1999 @@ -1,12 +1,12 @@ -*** Imakefile.orig Tue Jun 15 04:18:03 1999 ---- Imakefile Tue Sep 7 01:11:09 1999 +*** Imakefile.orig Tue Oct 26 22:43:27 1999 +--- Imakefile Wed Oct 27 04:11:29 1999 *************** *** 31,39 **** # Change the following as desired to suit your environment: #------------------------------------------------------------------------ # ! PREFIX = /usr/local - # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0a10/psfiles + # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0a11/psfiles ! XCIRCUIT_LIB_DIR = $(PREFIX)/lib/xcircuit-2.0 XCIRCUIT_BIN_DIR = $(PREFIX)/bin XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1 @@ -16,7 +16,7 @@ #------------------------------------------------------------------------ # ! PREFIX ?= /usr/local - # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0a10/psfiles + # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0a11/psfiles ! XCIRCUIT_LIB_DIR = $(PREFIX)/lib/X11/xcircuit XCIRCUIT_BIN_DIR = $(PREFIX)/bin XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 26 12:40: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D3E0152C4 for ; Tue, 26 Oct 1999 12:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA81101; Tue, 26 Oct 1999 12:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 242D014F78; Tue, 26 Oct 1999 12:35:01 -0700 (PDT) Message-Id: <19991026193501.242D014F78@hub.freebsd.org> Date: Tue, 26 Oct 1999 12:35:01 -0700 (PDT) From: tkato@promtomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/14543: Update port: editor/elvis to 2.1.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14543 >Category: ports >Synopsis: Update port: editor/elvis to 2.1.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 26 12:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Updated version 2.1.3 to 2.1.4 * freebsd.org -> FreeBSD.org * Modified some files to respect X11BASE correctly New file: patches/patch-ab >How-To-Repeat: >Fix: diff -urN /usr/ports/editors/elvis/Makefile editors/elvis/Makefile --- /usr/ports/editors/elvis/Makefile Sun Sep 5 04:33:37 1999 +++ editors/elvis/Makefile Wed Oct 27 04:25:59 1999 @@ -1,19 +1,19 @@ # New ports collection makefile for: elvis -# Version required: 2.1.3 +# Version required: 2.1.4 # Date created: 1999-09-01 # Whom: Christian Weisgerber # # $FreeBSD: ports/editors/elvis/Makefile,v 1.1.1.1 1999/09/04 19:33:37 cpiazza Exp $ # -DISTNAME= elvis-2.1_3 -PKGNAME= elvis-2.1.3 +DISTNAME= elvis-2.1_4 +PKGNAME= elvis-2.1.4 CATEGORIES= editors -MASTER_SITES= ftp://ftp.cs.pdx.edu/pub/elvis/ \ - ftp://ftp.false.com/pub/elvis/ \ +MASTER_SITES= ftp://ftp.cs.pdx.edu/pub/elvis/ \ + ftp://ftp.false.com/pub/elvis/ \ ftp://ftp.fh-wedel.de/pub/elvis/ -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org HAS_CONFIGURE= yes CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/elvis @@ -28,6 +28,9 @@ pre-fetch: @${ECHO_MSG} "To build this port without X11, define \"NO_X11\"." .endif + +pre-configure: + @${PERL} -pi -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/configure do-install: .for file in elvis elvtags ref diff -urN /usr/ports/editors/elvis/files/md5 editors/elvis/files/md5 --- /usr/ports/editors/elvis/files/md5 Sun Sep 5 04:33:37 1999 +++ editors/elvis/files/md5 Wed Oct 27 03:11:32 1999 @@ -1 +1 @@ -MD5 (elvis-2.1_3.tar.gz) = a4e8ea963a1d903d04f717cfa0dd0465 +MD5 (elvis-2.1_4.tar.gz) = b5a5040899bdc197e9ccc70a561a6676 diff -urN /usr/ports/editors/elvis/patches/patch-ab editors/elvis/patches/patch-ab --- /usr/ports/editors/elvis/patches/patch-ab Thu Jan 1 09:00:00 1970 +++ editors/elvis/patches/patch-ab Wed Oct 27 03:30:58 1999 @@ -0,0 +1,24 @@ +--- configure.orig Thu Oct 21 03:33:31 1999 ++++ configure Wed Oct 27 03:30:24 1999 +@@ -43,8 +43,8 @@ + # work okay, usually. + + # Set some defaults +-XINCPATH="/usr/include /usr/include/X11 /usr/X11/include /usr/local/X11/include /usr/openwin/include /usr/X11R6/include" +-XLIBPATH="/lib /usr/lib /usr/X11/lib /usr/local/X11/lib /usr/openwin/lib /usr/X11R6/lib /usr/ucblib /usr/ccs/lib /usr/local/lib "`echo "$LD_LIBRARY_PATH" | tr ':' ' '` ++XINCPATH="/usr/include /usr/include/X11 /usr/X11/include /usr/local/X11/include /usr/openwin/include %%X11BASE%%/include" ++XLIBPATH="/lib /usr/lib /usr/X11/lib /usr/local/X11/lib /usr/openwin/lib %%X11BASE%%/lib /usr/ucblib /usr/ccs/lib /usr/local/lib "`echo "$LD_LIBRARY_PATH" | tr ':' ' '` + GNUPATH=`echo "$PATH" | tr ':' ' '` + BINDIR=/usr/local/bin + LIBDIR=/usr/local/lib/elvis +@@ -611,8 +611,8 @@ + then + why " To support X11, it also requires -lipc" + XLIBS=" -lipc" +- why "FreeBSD requires -I/usr/X11R6/include. Should be harmless for other BSDs" +- CC="$CC -I/usr/X11R6/include" ++ why "FreeBSD requires -I%%X11BASE%%/include. Should be harmless for other BSDs" ++ CC="$CC -I%%X11BASE%%/include" + fi + ;; + *irix*) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 26 13:10: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A4B114FC6 for ; Tue, 26 Oct 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 NAA83463; Tue, 26 Oct 1999 13:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from anaconda.lovett.com (anaconda.lovett.com [216.60.121.168]) by hub.freebsd.org (Postfix) with ESMTP id 05F3A14C07 for ; Tue, 26 Oct 1999 13:08:52 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by anaconda.lovett.com with local (Exim 3.03 #1) id 11gCth-0004zk-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 26 Oct 1999 15:08:45 -0500 Message-Id: Date: Tue, 26 Oct 1999 15:08:45 -0500 From: Ade Lovett Reply-To: ade@lovett.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14544: Kill tcl-8.1 and tk-8.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14544 >Category: ports >Synopsis: Kill tcl-8.1 and tk-8.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 26 13:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ade Lovett >Release: FreeBSD 3.3-STABLE i386 >Organization: Lovett Network Consultancy >Environment: Up to date ports tree. >Description: Since we now have tcl/tk 8.2 in the ports tree, it's time to start cleaning up the legacy of the multitude of different tcl/tk versions in the ports tree. 8.1->8.2 is pretty straightforward, since there are little or no API changes. Doing 8.0->8.2 and 7.6/4.2->8.2 is certainly going to be a little more 'interesting' :) >How-To-Repeat: N/A >Fix: Tarball at: http://www.lovett.com/FreeBSD/tcltk81-update-19991026.tar.gz This updates the following ports that depend on tcl/tk 8.1: databases/tkgnats + version bump to 3.0.13 irc/zircon + version bump to 1.18.225 x11-fm/filerunner devel/tclreadline devel/SWIG re-categorisation devel/tclgetopts re-categorisation With those updates committed (all have been tested here on 3.3-STABLE as of 10/14/1999), the following ports can then be consigned to the great bit-bucket in the sky: lang/tcl81 lang/tcl81-thread x11-toolkits/tk81 There are two other patches in the tarball.. one to databases/gnats to fix a couple of typos in the Makefile, and the other to bsd.port.mk to remove dead categories. tcl75/tk41 (should have gone a while back when the relevant ports were killed off) tcl81/tk81 as a result of the above changes. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 26 14: 0: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 C357B14F67 for ; Tue, 26 Oct 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 OAA87487; Tue, 26 Oct 1999 14:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.disney.com (mail.disney.com [204.128.192.15]) by hub.freebsd.org (Postfix) with ESMTP id 12FA914F67 for ; Tue, 26 Oct 1999 13:52:02 -0700 (PDT) (envelope-from Jim.Pirzyk@disney.com) Received: from pain10.corp.disney.com (root@pain10.corp.disney.com [153.7.110.100]) by mail.disney.com (8.9.1/8.9.1) with SMTP id NAA12145 for ; Tue, 26 Oct 1999 13:52:00 -0700 (PDT) Received: from louie.fa.disney.com by pain.corp.disney.com with ESMTP for FreeBSD-gnats-submit@freebsd.org; Tue, 26 Oct 1999 13:52:19 -0700 Received: from snowhite.faf.fa.disney.com (snowhite.faf.fa.disney.com [153.7.115.1]) by louie.fa.disney.com (8.9.2/8.9.2) with ESMTP id NAA23193 for ; Tue, 26 Oct 1999 13:51:59 -0700 (PDT) (envelope-from pirzyk@fa.disney.com) Received: from snoopy.faf.fa.disney.com (snoopy.faf.fa.disney.com [153.7.115.94]) by snowhite.faf.fa.disney.com (8.9.2/8.9.2) with ESMTP id QAA05180 for ; Tue, 26 Oct 1999 16:51:58 -0400 (EDT) (envelope-from pirzyk@fa.disney.com) Received: (from pirzyk@localhost) by snoopy.faf.fa.disney.com (8.9.3/8.9.2) id QAA82963; Tue, 26 Oct 1999 16:51:58 -0400 (EDT) (envelope-from pirzyk@fa.disney.com) Message-Id: <199910262051.QAA82963@snoopy.faf.fa.disney.com> Date: Tue, 26 Oct 1999 16:51:58 -0400 (EDT) From: Jim.Pirzyk@disney.com Reply-To: Jim.Pirzyk@disney.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14548: rdist6 does not have sendmail configured correctly Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14548 >Category: ports >Synopsis: rdist6 has /usr/lib/sendmail compiled into it >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 26 14:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Pirzyk >Release: FreeBSD 3.3-RELEASE i386 >Organization: >Environment: Rdist6 out of the ports collection. >Description: Rdist6 has sendmail set to /usr/lib/sendmail and not /usr/sbin/sendmail >How-To-Repeat: Have a rdist with notify @localhost using rdist6 >Fix: pirzyk@snoopy:/usr/ports/rdist6/patches 226>diff -c patch-ag.orig patch-ag *** patch-ag.orig Tue Oct 26 16:48:37 1999 --- patch-ag Tue Oct 26 16:49:50 1999 *************** *** 1,9 **** ! *** config/os-freebsd2.h.dist Fri Feb 16 02:53:50 1996 ! --- config/os-freebsd2.h Fri May 17 16:40:31 1996 *************** *** 157,159 **** ! --- 157,160 ---- * that which appears in "include/paths.h". */ #define _PATH_REMSH "/usr/bin/rsh" /**/ + #define _PATH_OLDRDIST "/usr/bin/rdist" /* Enable compat */ --- 1,10 ---- ! *** config/os-freebsd2.h.orig Thu Feb 15 13:53:50 1996 ! --- config/os-freebsd2.h Tue Oct 26 16:48:13 1999 *************** *** 157,159 **** ! --- 157,161 ---- * that which appears in "include/paths.h". */ #define _PATH_REMSH "/usr/bin/rsh" /**/ + #define _PATH_OLDRDIST "/usr/bin/rdist" /* Enable compat */ + + #define _PATH_SENDMAIL "/usr/sbin/sendmail" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 26 17: 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 D01B514FCB for ; Tue, 26 Oct 1999 17:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA01731; Tue, 26 Oct 1999 17:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 26 Oct 1999 17:00:01 -0700 (PDT) Message-Id: <199910270000.RAA01731@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: charon@freethought.org Subject: Re: ports/14531: the patch for ssh-1.2.27 doesn't work Reply-To: charon@freethought.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/14531; it has been noted by GNATS. From: charon@freethought.org To: Chris Piazza Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/14531: the patch for ssh-1.2.27 doesn't work Date: Tue, 26 Oct 1999 18:49:28 -0700 At 10:31 AM 10/26/99 -0700, Chris Piazza wrote: >Hmm.... I'll put it on an ftp gzipped for you. >ftp://norn.ca.eu.org/incoming/patch-ssh-1.2.27-bsd.tty.chown.gz > >Just gunzip it in /usr/ports/distfiles and it should be ok. Thanks! Everything installed/patched fine. >Just wondering: why can't you get on the network with FreeBSD? FreeBSD doesn't support the CardBus interface yet (though I'm eagerly watching Warner Losh's progress). I'm greatly looking forward to the day when I can make ports without fetching everything by hand... Of course, this obviates the immediate need for ssh, I know, but I like playing around with things I plan to use in the future :) -Charon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 26 17: 9: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 9AB1F14FCB; Tue, 26 Oct 1999 17:09:12 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA02317; Tue, 26 Oct 1999 17:09:12 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Tue, 26 Oct 1999 17:09:12 -0700 (PDT) From: Message-Id: <199910270009.RAA02317@freefall.freebsd.org> To: charon@freethought.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14531: the patch for ssh-1.2.27 doesn't work Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: the patch for ssh-1.2.27 doesn't work State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Tue Oct 26 17:08:46 PDT 1999 State-Changed-Why: Problem was with downloading the patch file with netscape in windows NT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 26 17:32: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 9188414D00; Tue, 26 Oct 1999 17:32:29 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA03425; Tue, 26 Oct 1999 17:32:29 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Tue, 26 Oct 1999 17:32:29 -0700 (PDT) From: Message-Id: <199910270032.RAA03425@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, peter@FreeBSD.org Subject: Re: ports/14548: rdist6 has /usr/lib/sendmail compiled into it Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: rdist6 has /usr/lib/sendmail compiled into it Responsible-Changed-From-To: freebsd-ports->peter Responsible-Changed-By: mharo Responsible-Changed-When: Tue Oct 26 17:32:17 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 Oct 26 17:38:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 141A2153BE; Tue, 26 Oct 1999 17:38:54 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA03897; Tue, 26 Oct 1999 17:38:53 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Tue, 26 Oct 1999 17:38:53 -0700 (PDT) From: Message-Id: <199910270038.RAA03897@freefall.freebsd.org> To: tkato@promtomail.ne.jp, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14542: Update port: cad/xcircuit to 2.0a11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: cad/xcircuit to 2.0a11 State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Tue Oct 26 17:38:48 PDT 1999 State-Changed-Why: committed, thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 26 19: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 9F65E150FC for ; Tue, 26 Oct 1999 19:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA09098; Tue, 26 Oct 1999 19:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from home.bsdclub.org (home.bsdclub.org [202.227.26.94]) by hub.freebsd.org (Postfix) with ESMTP id D052C14FC5 for ; Tue, 26 Oct 1999 19:03:34 -0700 (PDT) (envelope-from futatuki@bsdclub.org) Received: (from futatuki@localhost) by home.bsdclub.org (8.9.3/3.7W) id LAA32567; Wed, 27 Oct 1999 11:03:32 +0900 (JST) Message-Id: <199910270203.LAA32567@home.bsdclub.org> Date: Wed, 27 Oct 1999 11:03:32 +0900 (JST) From: futatuki@fureai.or.jp Reply-To: futatuki@debug.gr.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14550: Update port: cdrdao 1.1.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14550 >Category: ports >Synopsis: Update port: cdrdao 1.1.3 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 26 19:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Yasuhito FUTATSUKI >Release: FreeBSD 3.3-STABLE i386 >Organization: DEBUG (A BSD Users' Group at South Ibaraki, Japan) >Environment: FreeBSD mkii.salt.bbs 3.3-STABLE FreeBSD 3.3-STABLE #0: Sun Sep 19 03:54:37 JST 1999 root@mkii.salt.bbs:/ext/src/sys/compile/MKII i386 >Description: * Update for new release cdrdao-1.1.3 * Change maintainer's E-Mail address futatuki@fureai.or.jp -> futatuki@debug.gr.jp * Playback function is now available on xcdrdao New file: patches/patch-ac, pkg/PLIST.xcdrdao >How-To-Repeat: >Fix: Apply following patch BEGIN --- cut here --- cut here --- cut here --- cut here --- diff -urN ../cdrdao-1.1.2/Makefile ./Makefile --- ../cdrdao-1.1.2/Makefile Wed Oct 27 03:17:01 1999 +++ ./Makefile Wed Oct 27 04:28:55 1999 @@ -10,17 +10,17 @@ # If You don't want to use pthreads, set DONT_USE_PTHREADS = yes # If You want the graphical X toc file editor, set XCDRDAO = yes -DISTNAME= cdrdao-1.1.2.src -PKGNAME= cdrdao-1.1.2 +DISTNAME= cdrdao-1.1.3.src +PKGNAME= cdrdao-1.1.3 CATEGORIES= audio MASTER_SITES= http://www.ping.de/sites/daneb/ -MAINTAINER= futatuki@fureai.or.jp +MAINTAINER= futatuki@debug.gr.jp BUILD_DEPENDS= antlr:${PORTSDIR}/devel/pccts\ dlg:${PORTSDIR}/devel/pccts -WRKSRC= ${WRKDIR}/cdrdao-1.1.2 +WRKSRC= ${WRKDIR}/cdrdao-1.1.3 GNU_CONFIGURE= yes USE_GMAKE= yes @@ -39,14 +39,12 @@ .if defined(XCDRDAO) USE_NEWGCC= yes LIB_DEPENDS+= gtkmm-1.0.7:${PORTSDIR}/x11-toolkits/gtk-- +MAN1+= xcdrdao.1 +PLIST=${PKGDIR}/PLIST.xcdrdao .else CONFIGURE_ARGS= --disable-gtkmmtest .endif -.if defined(USE_NEWGCC) && ${USE_NEWGCC} == yes && ${OSVERSION} < 400004 -CFLAGS+= -fpermissive -.endif - .if defined(DONT_USE_SCGLIB) && ${OSVERSION} > 300000 CONFIGURE_ARGS+= --without-scglib .endif @@ -75,7 +73,8 @@ strip $(PREFIX)/bin/xcdrdao .endif @${MKDIR} ${PREFIX}/share/doc/cdrdao -.for i in COPYING INSTALL README README.FreeBSD README.PlexDAE +.for i in COPYING CREDITS INSTALL README README.FreeBSD README.PlexDAE \ + Release-1.1.0 Release-1.1.2 Release-1.1.3 @${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/cdrdao/ .endfor @${CAT} ${PKGDIR}/MESSAGE diff -urN ../cdrdao-1.1.2/files/md5 ./files/md5 --- ../cdrdao-1.1.2/files/md5 Sun Aug 15 06:49:17 1999 +++ ./files/md5 Wed Oct 27 03:23:09 1999 @@ -1 +1 @@ -MD5 (cdrdao-1.1.2.src.tar.gz) = 9ba656894cb24d05502943e7e804cd3e +MD5 (cdrdao-1.1.3.src.tar.gz) = 9a6bfcc70fda8a6a4aee693a6a407b8e diff -urN ../cdrdao-1.1.2/patches/patch-ac ./patches/patch-ac --- ../cdrdao-1.1.2/patches/patch-ac Thu Jan 1 09:00:00 1970 +++ ./patches/patch-ac Wed Oct 27 03:37:58 1999 @@ -0,0 +1,28 @@ +--- configure.orig Wed Oct 27 01:13:45 1999 ++++ configure Wed Oct 27 03:29:33 1999 +@@ -2945,7 +2945,7 @@ + esac + + case "$host" in +- *-linux-*) ++ *-linux-* | *-freebsd*) + sound_if_src=SoundIF-linux.cc + ;; + +--- xdao/SoundIF-linux.cc.orig Wed Oct 27 01:13:46 1999 ++++ xdao/SoundIF-linux.cc Wed Oct 27 03:37:23 1999 +@@ -31,7 +31,14 @@ + * + */ + ++# if defined(__FreeBSD__) ++#include ++# if !defined(SNDCTL_DSP_CHANNELS) ++# define SNDCTL_DSP_CHANNELS SNDCTL_DSP_STEREO ++# endif ++# else + #include ++# endif + + #include + #include diff -urN ../cdrdao-1.1.2/pkg/MESSAGE ./pkg/MESSAGE --- ../cdrdao-1.1.2/pkg/MESSAGE Tue Jun 29 00:57:01 1999 +++ ./pkg/MESSAGE Wed Oct 27 03:51:26 1999 @@ -1,11 +1,9 @@ Note: - * Be sure your kernel is built with "options SYSVMSG" and "options SYSVSHM". - Cdrdao requires kernel with these options. - * Also, you must include + * If you want to use POSIX schedule mechanism, you must include options "P1003_1B" options "_KPOSIX_PRIORITY_SCHEDULING" options "_KPOSIX_VERSION=199309L" in your kernel configuration. These options are required by POSIX thread - control functions. + control functions. diff -urN ../cdrdao-1.1.2/pkg/PLIST ./pkg/PLIST --- ../cdrdao-1.1.2/pkg/PLIST Sun Aug 15 06:49:17 1999 +++ ./pkg/PLIST Wed Oct 27 04:17:20 1999 @@ -1,8 +1,11 @@ bin/cdrdao -bin/xcdrdao share/doc/cdrdao/COPYING +share/doc/cdrdao/CREDITS share/doc/cdrdao/INSTALL share/doc/cdrdao/README share/doc/cdrdao/README.FreeBSD share/doc/cdrdao/README.PlexDAE +share/doc/cdrdao/Release-1.1.0 +share/doc/cdrdao/Release-1.1.2 +share/doc/cdrdao/Release-1.1.3 @dirrm share/doc/cdrdao diff -urN ../cdrdao-1.1.2/pkg/PLIST.xcdrdao ./pkg/PLIST.xcdrdao --- ../cdrdao-1.1.2/pkg/PLIST.xcdrdao Thu Jan 1 09:00:00 1970 +++ ./pkg/PLIST.xcdrdao Wed Oct 27 03:52:06 1999 @@ -0,0 +1,12 @@ +bin/cdrdao +bin/xcdrdao +share/doc/cdrdao/COPYING +share/doc/cdrdao/CREDITS +share/doc/cdrdao/INSTALL +share/doc/cdrdao/README +share/doc/cdrdao/README.FreeBSD +share/doc/cdrdao/README.PlexDAE +share/doc/cdrdao/Release-1.1.0 +share/doc/cdrdao/Release-1.1.2 +share/doc/cdrdao/Release-1.1.3 +@dirrm share/doc/cdrdao END --- cut here --- cut here --- cut here --- cut here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 26 20:37: 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 0ED0714DB7; Tue, 26 Oct 1999 20:37:04 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA15193; Tue, 26 Oct 1999 20:37:03 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Date: Tue, 26 Oct 1999 20:37:03 -0700 (PDT) From: Message-Id: <199910270337.UAA15193@freefall.freebsd.org> To: nakai@FreeBSD.org, freebsd-ports@FreeBSD.org, nakai@FreeBSD.org Subject: Re: ports/14541: Update GNOME ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update GNOME ports Responsible-Changed-From-To: freebsd-ports->nakai Responsible-Changed-By: nakai Responsible-Changed-When: Tue Oct 26 20:36:39 PDT 1999 Responsible-Changed-Why: I'll take this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 26 23:59: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 3E3E1153EE; Tue, 26 Oct 1999 23:59:17 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA29467; Tue, 26 Oct 1999 23:59:17 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Tue, 26 Oct 1999 23:59:17 -0700 (PDT) From: Message-Id: <199910270659.XAA29467@freefall.freebsd.org> To: jedgar@fxp.org, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14484: Update port: editors/gxedit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: editors/gxedit State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Tue Oct 26 23:59: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 Wed Oct 27 0: 0:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B7901545D; Wed, 27 Oct 1999 00:00:30 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA29698; Wed, 27 Oct 1999 00:00:30 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Wed, 27 Oct 1999 00:00:30 -0700 (PDT) From: Message-Id: <199910270700.AAA29698@freefall.freebsd.org> To: jedgar@fxp.org, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14485: Update port: emulators/aftp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: emulators/aftp State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Wed Oct 27 00:00:21 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 Oct 27 0: 7: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 020551536A; Wed, 27 Oct 1999 00:07:29 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA30229; Wed, 27 Oct 1999 00:07:29 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Wed, 27 Oct 1999 00:07:29 -0700 (PDT) From: Message-Id: <199910270707.AAA30229@freefall.freebsd.org> To: pfgiffun@bachue.usc.unal.edu.co, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14477: Update to the URL in the crosssco port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update to the URL in the crosssco port State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Wed Oct 27 00:07:11 PDT 1999 State-Changed-Why: changed, thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 0:16: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 D29261536F; Wed, 27 Oct 1999 00:16:00 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA31268; Wed, 27 Oct 1999 00:16:00 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Wed, 27 Oct 1999 00:16:00 -0700 (PDT) From: Message-Id: <199910270716.AAA31268@freefall.freebsd.org> To: tkato@promtomail.ne.jp, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14543: Update port: editor/elvis to 2.1.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: editor/elvis to 2.1.4 State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Wed Oct 27 00:15:54 PDT 1999 State-Changed-Why: committed, thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 0:26: 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 5281A15321; Wed, 27 Oct 1999 00:26:06 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA32417; Wed, 27 Oct 1999 00:26:06 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Wed, 27 Oct 1999 00:26:06 -0700 (PDT) From: Message-Id: <199910270726.AAA32417@freefall.freebsd.org> To: jedgar@fxp.org, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14502: Update port: textproc/code2html Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: textproc/code2html State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Wed Oct 27 00:25:58 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 Oct 27 0:35: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 D01351531F; Wed, 27 Oct 1999 00:35:29 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA33261; Wed, 27 Oct 1999 00:35:29 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Wed, 27 Oct 1999 00:35:29 -0700 (PDT) From: Message-Id: <199910270735.AAA33261@freefall.freebsd.org> To: jedgar@fxp.org, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14501: Update port: misc/rfc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: misc/rfc State-Changed-From-To: open->feedback State-Changed-By: mharo State-Changed-When: Wed Oct 27 00:33:59 PDT 1999 State-Changed-Why: I'm getting a different MD5 checksum. Could you verify that the distfile on the mastersite is correct and that the md5 changed but nothing else. Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 1:15: 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 AF4AD1536B; Wed, 27 Oct 1999 01:14:57 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA36908; Wed, 27 Oct 1999 01:14:57 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Wed, 27 Oct 1999 01:14:57 -0700 (PDT) From: Message-Id: <199910270814.BAA36908@freefall.freebsd.org> To: tkato@prontomail.ne.jp, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14405: Update port: lang/cim Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: lang/cim State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Wed Oct 27 01:14:50 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 Oct 27 1: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 187B114CD5; Wed, 27 Oct 1999 01:31:20 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA38494; Wed, 27 Oct 1999 01:31:20 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Wed, 27 Oct 1999 01:31:20 -0700 (PDT) From: Message-Id: <199910270831.BAA38494@freefall.freebsd.org> To: patrick@mindstep.com, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14508: Update OpenLDAP to version 1.2.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update OpenLDAP to version 1.2.7 State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Wed Oct 27 01:31: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 Wed Oct 27 1:47: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 40E69153DE; Wed, 27 Oct 1999 01:47:16 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA39953; Wed, 27 Oct 1999 01:47:16 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Wed, 27 Oct 1999 01:47:16 -0700 (PDT) From: Message-Id: <199910270847.BAA39953@freefall.freebsd.org> To: takamune@avrl.mei.co.jp, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14413: Update: japanese/{bookview,eb,epwutil,ndtpd} Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: japanese/{bookview,eb,epwutil,ndtpd} State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Wed Oct 27 01:47:01 PDT 1999 State-Changed-Why: committed, thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 1:51: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 E6CBD1545B; Wed, 27 Oct 1999 01:51:29 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA40367; Wed, 27 Oct 1999 01:51:29 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Wed, 27 Oct 1999 01:51:29 -0700 (PDT) From: Message-Id: <199910270851.BAA40367@freefall.freebsd.org> To: albast@xs4all.nl, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13753: Nonexisting file in PLIST Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Nonexisting file in PLIST State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Wed Oct 27 01:51:22 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 Oct 27 1:57: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 9DDDD14CE4; Wed, 27 Oct 1999 01:57:12 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA41005; Wed, 27 Oct 1999 01:57:12 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Wed, 27 Oct 1999 01:57:12 -0700 (PDT) From: Message-Id: <199910270857.BAA41005@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, wosch@FreeBSD.org Subject: Re: ports/13823: stat port not formatting device node Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: stat port not formatting device node Responsible-Changed-From-To: freebsd-ports->wosch Responsible-Changed-By: mharo Responsible-Changed-When: Wed Oct 27 01:57:04 PDT 1999 Responsible-Changed-Why: over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 2: 1: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 0FEDA1536D; Wed, 27 Oct 1999 02:01:50 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA41598; Wed, 27 Oct 1999 02:01:49 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Wed, 27 Oct 1999 02:01:49 -0700 (PDT) From: Message-Id: <199910270901.CAA41598@freefall.freebsd.org> To: elwood@mc5sys.in-berlin.de, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13701: The qtarch-site has moved Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: The qtarch-site has moved State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Wed Oct 27 02:01:13 PDT 1999 State-Changed-Why: it appears that they are now up to version 2.0.1 of this port and there is no distfile for version 1.4.4 on the website. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 2: 7:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A869153EE; Wed, 27 Oct 1999 02:07:03 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA42539; Wed, 27 Oct 1999 02:07:02 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Wed, 27 Oct 1999 02:07:02 -0700 (PDT) From: Message-Id: <199910270907.CAA42539@freefall.freebsd.org> To: james@jraynard.demon.co.uk, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13694: Y2K patch for slurp port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Y2K patch for slurp port State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Wed Oct 27 02:06:54 PDT 1999 State-Changed-Why: Committed, thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 2: 7:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C5E7415381; Wed, 27 Oct 1999 02:07:47 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA42688; Wed, 27 Oct 1999 02:07:47 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Wed, 27 Oct 1999 02:07:47 -0700 (PDT) From: Message-Id: <199910270907.CAA42688@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/14423: Build of lsof fails since 'struct namecache' moved from /sys/sys/namei.h to /sys/kern/vfs_cache.c Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Build of lsof fails since 'struct namecache' moved from /sys/sys/namei.h to /sys/kern/vfs_cache.c Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: mharo Responsible-Changed-When: Wed Oct 27 02:07:38 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 Wed Oct 27 2:11: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 B7DFD153B1; Wed, 27 Oct 1999 02:09:33 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA43030; Wed, 27 Oct 1999 02:09:33 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Wed, 27 Oct 1999 02:09:33 -0700 (PDT) From: Message-Id: <199910270909.CAA43030@freefall.freebsd.org> To: jsutton@bbcon.com.au, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14514: ports/games/yahtzee - maintainer email address change Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ports/games/yahtzee - maintainer email address change State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Wed Oct 27 02:09:20 PDT 1999 State-Changed-Why: committed, thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 2:18: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 2A00E14CEC; Wed, 27 Oct 1999 02:18:21 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA44037; Wed, 27 Oct 1999 02:18:20 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Wed, 27 Oct 1999 02:18:20 -0700 (PDT) From: Message-Id: <199910270918.CAA44037@freefall.freebsd.org> To: ob@seicom.net, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14458: modification of Makefile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: modification of Makefile State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Wed Oct 27 02:17:40 PDT 1999 State-Changed-Why: mastersites updated. next time please tell us the port you are talking about and if possible submit a diff. thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 2:30: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 E962C14FF5; Wed, 27 Oct 1999 02:30:24 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA45291; Wed, 27 Oct 1999 02:30:24 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Wed, 27 Oct 1999 02:30:24 -0700 (PDT) From: Message-Id: <199910270930.CAA45291@freefall.freebsd.org> To: rjesup@wgate.com, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14222: close to impossible to fetch xpdf decrypt patch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: close to impossible to fetch xpdf decrypt patch State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Wed Oct 27 02:29:23 PDT 1999 State-Changed-Why: chuckr will update to 0.90 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 2:32:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CF6FC15494; Wed, 27 Oct 1999 02:32:41 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA45679; Wed, 27 Oct 1999 02:32:41 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Wed, 27 Oct 1999 02:32:41 -0700 (PDT) From: Message-Id: <199910270932.CAA45679@freefall.freebsd.org> To: mwm@phone.net, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14364: the master site for port ucspi-tcp has moved. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: the master site for port ucspi-tcp has moved. State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Wed Oct 27 02:32:32 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 Oct 27 2:44: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 31BCA15511; Wed, 27 Oct 1999 02:44:17 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA47185; Wed, 27 Oct 1999 02:44:17 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Wed, 27 Oct 1999 02:44:17 -0700 (PDT) From: Message-Id: <199910270944.CAA47185@freefall.freebsd.org> To: dirk.meyer@dinoex.sub.org, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14419: news/fidogate fix for LOCALBASE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: news/fidogate fix for LOCALBASE State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Wed Oct 27 02:44:08 PDT 1999 State-Changed-Why: committed, thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 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 0AE54150FF for ; Wed, 27 Oct 1999 03:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA49360; Wed, 27 Oct 1999 03:10:00 -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 BAC7914F66 for ; Wed, 27 Oct 1999 03:03:38 -0700 (PDT) (envelope-from rover@fly.lglobus.ru) Received: (from rover@localhost) by fly.lglobus.ru (8.9.3/8.9.2) id OAA60179; Wed, 27 Oct 1999 14:04:03 +0400 (MSD) (envelope-from rover) Message-Id: <199910271004.OAA60179@fly.lglobus.ru> Date: Wed, 27 Oct 1999 14:04:03 +0400 (MSD) From: "Oleg V. Volkov" Reply-To: "Oleg V. Volkov" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14552: misc/acron portlint: /usr/bin/perl -> ${PERL} Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14552 >Category: ports >Synopsis: misc/acron portlint: /usr/bin/perl -> ${PERL} >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 27 03:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Oleg V. Volkov >Release: FreeBSD 3.2-STABLE i386 >Organization: -=/ SR 13 /=- >Environment: Fresh ports. >Description: misc/acron/Makefile uses absolute path to perl >How-To-Repeat: >Fix: --- Makefile.old Tue Aug 31 10:48:09 1999 +++ Makefile Wed Oct 27 12:25:35 1999 @@ -17,7 +17,7 @@ NO_BUILD= yes post-patch: - @/usr/bin/perl -pi -e "s|\@\@PREFIX\@\@|${PREFIX}|g;" ${WRKSRC}/whats + @${PERL} -pi -e "s|\@\@PREFIX\@\@|${PREFIX}|g;" ${WRKSRC}/whats do-install: ${INSTALL_SCRIPT} ${WRKSRC}/whats ${PREFIX}/bin >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 3: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 931CB15034; Wed, 27 Oct 1999 03:40:10 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA53142; Wed, 27 Oct 1999 03:40:10 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Date: Wed, 27 Oct 1999 03:40:10 -0700 (PDT) From: Message-Id: <199910271040.DAA53142@freefall.freebsd.org> To: nakai@FreeBSD.org, freebsd-ports@FreeBSD.org, nakai@FreeBSD.org Subject: Re: ports/14538: [PATCH] New version 0.14.12 of the wmG (window manager) port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] New version 0.14.12 of the wmG (window manager) port Responsible-Changed-From-To: freebsd-ports->nakai Responsible-Changed-By: nakai Responsible-Changed-When: Wed Oct 27 03:39:50 PDT 1999 Responsible-Changed-Why: I'll take this To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 3:55: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 D61D014EE5; Wed, 27 Oct 1999 03:55:38 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA54919; Wed, 27 Oct 1999 03:55:38 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Date: Wed, 27 Oct 1999 03:55:38 -0700 (PDT) From: Message-Id: <199910271055.DAA54919@freefall.freebsd.org> To: yinjieh@Crazyman.Dorm13.NCTU.edu.tw, nakai@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14528: New port: chinese/autoconvert Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: chinese/autoconvert State-Changed-From-To: open->closed State-Changed-By: nakai State-Changed-When: Wed Oct 27 03:54:33 PDT 1999 State-Changed-Why: Commited, thanks! You should write pkg/DESCR about the port, not the software itself... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 5: 0:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from baerenklau.de.freebsd.org (baerenklau.de.freebsd.org [195.185.195.14]) by hub.freebsd.org (Postfix) with ESMTP id D14D814FFB; Wed, 27 Oct 1999 05:00:00 -0700 (PDT) (envelope-from w@panke.de.freebsd.org) Received: (from uucp@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id NAA13117; Wed, 27 Oct 1999 13:59:59 +0200 (CEST) (envelope-from w@panke.de.freebsd.org) Received: (from w@localhost) by paula.panke.de.freebsd.org (8.9.3/8.8.8) id MAA00700; Wed, 27 Oct 1999 12:47:31 +0200 (CEST) (envelope-from w) Message-ID: <19991027124731.26389@panke.de.freebsd.org> Date: Wed, 27 Oct 1999 12:47:31 +0200 From: Wolfram Schneider To: Russ Olsen , ports@FreeBSD.ORG, www@FreeBSD.ORG Subject: Re: web based email client References: <3.0.3.32.19991020161011.01ec9c2c@pop.plains.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <3.0.3.32.19991020161011.01ec9c2c@pop.plains.net>; from Russ Olsen on Wed, Oct 20, 1999 at 04:10:11PM -0600 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 1999-10-20 16:10:11 -0600, Russ Olsen wrote: > > I have a need for reading email off of a FreeBSD server (pop3) via a web > browser, ideally running on the same server. > > Do you know of a web based email client? http://www.horde.org/imp/about/ -- Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 5: 0:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B55E615265 for ; Wed, 27 Oct 1999 05:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA61711; Wed, 27 Oct 1999 05:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from bbcon.com.au (firewall.bbcon.com.au [203.28.19.210]) by hub.freebsd.org (Postfix) with ESMTP id C97F515425 for ; Wed, 27 Oct 1999 04:54:24 -0700 (PDT) (envelope-from jsutton@firewall.bbcon.com.au) Received: from firewall.bbcon.com.au (stargate [10.0.0.1]) by bbcon.com.au (8.9.2/8.9.2) with ESMTP id VAA26603; Wed, 27 Oct 1999 21:55:10 +1000 (EST) (envelope-from jsutton@firewall.bbcon.com.au) Received: (from jsutton@localhost) by firewall.bbcon.com.au (8.9.2/8.9.2) id VAA02649; Wed, 27 Oct 1999 21:58:26 +1000 (EST) (envelope-from jsutton) Message-Id: <199910271158.VAA02649@firewall.bbcon.com.au> Date: Wed, 27 Oct 1999 21:58:26 +1000 (EST) From: jsutton@bbcon.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14553: ports/games/oonsoo - maintainer email address change Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14553 >Category: ports >Synopsis: ports/games/oonsoo - maintainer email address change >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 27 05:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Joel Sutton >Release: FreeBSD 3.1-RELEASE i386 >Organization: Busy Bee Consulting >Environment: FreeBSD stargate.home 3.1-RELEASE FreeBSD 3.1-RELEASE #1: Wed Aug 11 14:46:10 EST 1999 root@stargate.home:/usr/src/sys/compile/NFSSERV i386 >Description: My email address has changed. Can you please update with the following patch. Thanks, Joel... >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /usr/home/cvs/ports/games/oonsoo/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 1999/09/21 10:11:21 1.6 +++ Makefile 1999/10/27 11:50:16 @@ -1,7 +1,7 @@ # New ports collection makefile for: oonsoo # Version required: 1.1 # Date created: 23rd June, 1997 -# Whom: Joel Sutton +# Whom: Joel Sutton # # $FreeBSD: ports/games/oonsoo/Makefile,v 1.6 1999/09/21 10:11:21 asami Exp $ # @@ -11,7 +11,7 @@ MASTER_SITES= ftp://ftp.eos.ncsu.edu/pub/bsvc/rohan/ EXTRACT_SUFX= .tar.z -MAINTAINER= sutton@aardvark.apana.org.au +MAINTAINER= jsutton@bbcon.com.au USE_XLIB= yes Index: pkg/DESCR =================================================================== RCS file: /usr/home/cvs/ports/games/oonsoo/pkg/DESCR,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 DESCR --- DESCR 1997/06/30 11:42:18 1.1.1.1 +++ DESCR 1999/10/27 11:50:41 @@ -8,4 +8,3 @@ Share and enjoy, Joel... -sutton@aardvark.apana.org.au >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 5: 9:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail-in2.inet.tele.dk (mail-in2.inet.tele.dk [194.182.148.151]) by hub.freebsd.org (Postfix) with SMTP id 4EEF015087 for ; Wed, 27 Oct 1999 05:09:21 -0700 (PDT) (envelope-from tj@pil.dk) Received: (qmail 15726 invoked from network); 27 Oct 1999 12:09:20 -0000 Received: from dyn201.soren.dk (HELO pil-power) (193.162.142.201) by mail-in2.inet.tele.dk with SMTP; 27 Oct 1999 12:09:20 -0000 From: "Thomas Jensen" To: "Wolfram Schneider" , "Russ Olsen" , , Subject: RE: web based email client Date: Wed, 27 Oct 1999 14:09:52 +0200 Message-ID: <002201bf2074$2c7dcb80$c98ea2c1@pil-power> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 In-Reply-To: <19991027124731.26389@panke.de.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> I have a need for reading email off of a FreeBSD server (pop3) via a web >> browser, ideally running on the same server. >> >> Do you know of a web based email client? > >http://www.horde.org/imp/about/ IMP is for IMAP http://endymion.com/products/mailman/ (among many others) handles pop3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 5:11: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id C7FE315087; Wed, 27 Oct 1999 05:11:03 -0700 (PDT) (envelope-from jedgar@fxp.org) Received: from earth.fxp (oca-p1-28.hitter.net [207.192.76.28]) by pawn.primelocation.net (Postfix) with ESMTP id 1A9909B22; Wed, 27 Oct 1999 08:11:01 -0400 (EDT) Date: Wed, 27 Oct 1999 08:11:00 -0400 (EDT) From: "Chris D. Faulhaber" X-Sender: jedgar@earth.fxp To: mharo@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/14501: Update port: misc/rfc In-Reply-To: <199910270735.AAA33261@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, 27 Oct 1999 mharo@FreeBSD.org wrote: > Synopsis: Update port: misc/rfc > > State-Changed-From-To: open->feedback > State-Changed-By: mharo > State-Changed-When: Wed Oct 27 00:33:59 PDT 1999 > State-Changed-Why: > I'm getting a different MD5 checksum. Could you verify that the distfile > on the mastersite is correct and that the md5 changed but nothing else. > Yeah, it appears as though the author added a URL to the script, misspelled even. The following shar is updated for this change. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/misc/rfc/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/10/06 15:34:31 1.1.1.1 +++ Makefile 1999/10/27 12:04:06 @@ -1,5 +1,5 @@ # New ports collection makefile for: rfc -# Version required: 1.8 +# Version required: 2.0 # Date created: 05 October 1999 # Whom: Chris D. Faulhaber # @@ -7,13 +7,15 @@ # DISTNAME= rfc -PKGNAME= rfc-1.8 +PKGNAME= rfc-2.0 CATEGORIES= misc MASTER_SITES= http://www.dewn.com/rfc/ EXTRACT_SUFX= MAINTAINER= jedgar@fxp.org +RUN_DEPENDS= lynx:${PORTSDIR}/www/lynx + NO_WRKSUBDIR= yes NO_BUILD= yes @@ -23,8 +25,10 @@ do-configure: @${MV} ${WRKDIR}/${DISTNAME} ${WRKDIR}/${DISTNAME}.orig - @${SED} -e 's|/etc|${PREFIX}/etc|' \ - < ${WRKDIR}/${DISTNAME}.orig > ${WRKDIR}/${DISTNAME} + @${SED} -e 's|/etc/rfc|${PREFIX}/etc/rfc|' \ + -e 's|/etc/nmap|${PREFIX}/share/misc/nmap|' \ + -e 's|inernic|internic|' \ + < ${WRKDIR}/${DISTNAME}.orig > ${WRKDIR}/${DISTNAME} do-install: ${INSTALL_SCRIPT} ${WRKDIR}/rfc ${PREFIX}/bin/rfc Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/misc/rfc/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1999/10/06 15:34:31 1.1.1.1 +++ md5 1999/10/27 12:04:06 @@ -1 +1 @@ -MD5 (rfc) = d1e36e36295ed7ad3e08e777f29948cc +MD5 (rfc) = 9d69fb027fcd8473e7e85bf4b8bc5f1d To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 6:42:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from thelab.hub.org (nat198.58.mpoweredpc.net [142.177.198.58]) by hub.freebsd.org (Postfix) with ESMTP id C3DA314BF7 for ; Wed, 27 Oct 1999 06:42:26 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id KAA28182 for ; Wed, 27 Oct 1999 10:42:42 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Wed, 27 Oct 1999 10:42:41 -0300 (ADT) From: The Hermit Hacker To: freebsd-ports@freebsd.org Subject: qt20 requires gcc that isn't available? 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 Just tried to install qt20 on 3.3-RELEASE and it wants g++295, of which there appears to be no port...there is a port for gcc28 and gcc-devel, but not gcc29 ... Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 6:49:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 5BE8D14A01 for ; Wed, 27 Oct 1999 06:49:17 -0700 (PDT) (envelope-from cdf.lists@fxp.org) Received: by pawn.primelocation.net (Postfix, from userid 1016) id DE3D69B22; Wed, 27 Oct 1999 09:49:15 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by pawn.primelocation.net (Postfix) with ESMTP id D01C7BA1C; Wed, 27 Oct 1999 09:49:15 -0400 (EDT) Date: Wed, 27 Oct 1999 09:49:15 -0400 (EDT) From: "Chris D. Faulhaber" X-Sender: cdf.lists@pawn.primelocation.net To: The Hermit Hacker Cc: freebsd-ports@freebsd.org Subject: Re: qt20 requires gcc that isn't available? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 27 Oct 1999, The Hermit Hacker wrote: > > Just tried to install qt20 on 3.3-RELEASE and it wants g++295, of which > there appears to be no port...there is a port for gcc28 and gcc-devel, but > not gcc29 ... > /usr/ports/x11-toolkits/qt20/Makefile has: USE_NEWGCC= YES which, referencing /usr/ports/Mk/bsd.port.mk, shows: .if defined(USE_NEWGCC) && ${OSVERSION} < 400004 CC= gcc295 CXX= g++295 BUILD_DEPENDS+= gcc295:${PORTSDIR}/lang/egcs MAKE_ENV+= CC=${CC} CXX=${CXX} .endif /usr/ports/lang/egcs/Makefile has: DISTNAME= gcc-2.95.1 I'm confused as to what the problem is. When the qt20 port is used, it should automatically build g++295 from ${PORTSDIR}/lang/egcs...is it not? ----- Chris D. Faulhaber | All the true gurus I've met never System/Network Administrator, | claimed they were one, and always Reality Check Information, Inc. | pointed to someone better. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 7: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 DB61F153E9 for ; Wed, 27 Oct 1999 07:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA24834; Wed, 27 Oct 1999 07:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from tricord.system.pl (tricord.system.pl [195.205.185.10]) by hub.freebsd.org (Postfix) with ESMTP id A209815265 for ; Wed, 27 Oct 1999 07:22:56 -0700 (PDT) (envelope-from saper@saperski.system.pl) Received: from saperski.system.pl (saperski.system.pl [195.205.185.24]) by tricord.system.pl (SYSTEM Internet) with ESMTP id QAA10550 for ; Wed, 27 Oct 1999 16:22:51 +0200 (MET DST) Received: (from saper@localhost) by saperski.system.pl (8.9.3/8.9.3) id QAA52952; Wed, 27 Oct 1999 16:24:07 +0200 (CEST) (envelope-from saper) Message-Id: <199910271424.QAA52952@saperski.system.pl> Date: Wed, 27 Oct 1999 16:24:07 +0200 (CEST) From: Marcin Cie¶lak To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14556: update port gif2png: fix web2png Python script Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14556 >Category: ports >Synopsis: update port gif2png: fix web2png Python script >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 27 07:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Marcin Cie¶lak >Release: FreeBSD 3.3-STABLE i386 >Organization: SYSTEM Internet Provider >Environment: >Description: web2png script has a wrong #! line (points to /usr/bin/python) >How-To-Repeat: >Fix: diff -crN gif2png/Makefile gif2png.new/Makefile *** gif2png/Makefile Mon Oct 25 16:17:55 1999 --- gif2png.new/Makefile Wed Oct 27 15:07:10 1999 *************** *** 17,22 **** --- 17,26 ---- GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" + pre-build: + mv ${WRKSRC}/web2png ${WRKSRC}/web2png_prepatch + $(SED) -e '1s#/usr/bin/python#/usr/bin/env python#' ${WRKSRC}/web2png_prepatch > ${WRKSRC}/web2png + MAN1= gif2png.1 web2png.1 .include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 7:42: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 7CFB8153DF; Wed, 27 Oct 1999 07:42:26 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA26265; Wed, 27 Oct 1999 07:42:26 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Wed, 27 Oct 1999 07:42:26 -0700 (PDT) From: Message-Id: <199910271442.HAA26265@freefall.freebsd.org> To: steve@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14555: new port: xmixer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: xmixer Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Wed Oct 27 07:41:57 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 Oct 27 7:58: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 1FDD0153EC; Wed, 27 Oct 1999 07:58:50 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA28076; Wed, 27 Oct 1999 07:58:49 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Wed, 27 Oct 1999 07:58:49 -0700 (PDT) From: Message-Id: <199910271458.HAA28076@freefall.freebsd.org> To: steve@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: pending/14517: new port: diffstat Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: diffstat Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Wed Oct 27 07:51:36 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 Oct 27 8:41: 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 6448315027; Wed, 27 Oct 1999 08:41:05 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA33209; Wed, 27 Oct 1999 08:41:05 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Date: Wed, 27 Oct 1999 08:41:05 -0700 (PDT) From: Message-Id: <199910271541.IAA33209@freefall.freebsd.org> To: leo@florida.sarang.net, kuriyama@FreeBSD.org, freebsd-ports@FreeBSD.org, kuriyama@FreeBSD.org Subject: Re: ports/14351: cocoon port update to 1.4 from 1.3.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: cocoon port update to 1.4 from 1.3.1 State-Changed-From-To: open->closed State-Changed-By: kuriyama State-Changed-When: Wed Oct 27 08:40:22 PDT 1999 State-Changed-Why: Committed. Thanks! Responsible-Changed-From-To: freebsd-ports->kuriyama Responsible-Changed-By: kuriyama Responsible-Changed-When: Wed Oct 27 08:40:22 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 Wed Oct 27 9: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 B17201540D for ; Wed, 27 Oct 1999 09:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA35354; Wed, 27 Oct 1999 09:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from M-Relay.HcRC.edu.tw (m-relay.HcRC.edu.tw [163.28.64.11]) by hub.freebsd.org (Postfix) with ESMTP id 30A6015402 for ; Wed, 27 Oct 1999 09:00:27 -0700 (PDT) (envelope-from ijliao@Terry.Dorm8.NCTU.edu.tw) Received: from Terry.Dorm8.NCTU.edu.tw (IDENT:root@Terry.Dorm8.NCTU.edu.tw [140.113.93.99]) by M-Relay.HcRC.edu.tw (8.9.3/8.9.3) with ESMTP id AAA29837 for ; Thu, 28 Oct 1999 00:00:23 +0800 (CST) Received: (from ijliao@localhost) by Terry.Dorm8.NCTU.edu.tw (8.9.3/8.9.3) id AAA87587; Thu, 28 Oct 1999 00:00:21 +0800 (CST) (envelope-from ijliao) Message-Id: <199910271600.AAA87587@Terry.Dorm8.NCTU.edu.tw> Date: Thu, 28 Oct 1999 00:00:21 +0800 (CST) From: Ying-Chieh Liao Reply-To: ijliao@Terry.Dorm8.NCTU.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14557: Update port: x11-clocks/xdaliclock Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14557 >Category: ports >Synopsis: Update port: x11-clocks/xdaliclock >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 27 09:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 4.0-CURRENT i386 >Organization: NCTU CSIE >Environment: FreeBSD Terry.Dorm8.NCTU.edu.tw 4.0-CURRENT FreeBSD 4.0-CURRENT #6: Mon Oct 18 23:07:37 CST 1999 root@Terry.Dorm8.NCTU.edu.tw:/usr/src/sys/compile/TERRY i386 >Description: update xdaliclock from 2.13 to 2.14 >How-To-Repeat: >Fix: diff -ruN /usr/ports/x11-clocks/xdaliclock/Makefile xdaliclock/Makefile --- /usr/ports/x11-clocks/xdaliclock/Makefile Tue Aug 31 14:52:32 1999 +++ xdaliclock/Makefile Wed Oct 27 23:56:42 1999 @@ -6,7 +6,7 @@ # $FreeBSD: ports/x11-clocks/xdaliclock/Makefile,v 1.14 1999/08/31 06:52:32 mharo Exp $ # -DISTNAME= xdaliclock-2.13 +DISTNAME= xdaliclock-2.14 CATEGORIES= x11-clocks MASTER_SITES= http://www.jwz.org/xdaliclock/ \ ${MASTER_SITE_XCONTRIB} diff -ruN /usr/ports/x11-clocks/xdaliclock/files/md5 xdaliclock/files/md5 --- /usr/ports/x11-clocks/xdaliclock/files/md5 Sat Jan 2 06:43:48 1999 +++ xdaliclock/files/md5 Wed Oct 27 23:57:02 1999 @@ -1 +1 @@ -MD5 (xdaliclock-2.13.tar.gz) = 355478df0980e2e5ddc75f0cf94c6946 +MD5 (xdaliclock-2.14.tar.gz) = ec582bbf3eaff0c1cf022337eb441e64 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 10:42:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from Raccoon.ChipChat.com (Raccoon.ChipChat.com [206.2.228.130]) by hub.freebsd.org (Postfix) with ESMTP id 8F1231520E for ; Wed, 27 Oct 1999 10:42:13 -0700 (PDT) (envelope-from mrc@ChipChat.com) Received: from Piman-Orange.ChipChat.com (Piman-Orange.ChipChat.com [206.2.228.146]) by Raccoon.ChipChat.com (8.9.3/8.9.2) with ESMTP id RAA30619; Wed, 27 Oct 1999 17:41:50 GMT (envelope-from mrc@ChipChat.com) Received: from localhost (localhost.ChipChat.com [127.0.0.1]) by Piman-Orange.ChipChat.com (8.9.3/8.9.3) with ESMTP id RAA18119; Wed, 27 Oct 1999 17:41:32 GMT (envelope-from mrc@ChipChat.com) To: ports@freebsd.org Cc: einoue@chipchat.ne.jp Subject: Japanese input to Netscape X-Mailer: Mew version 1.93 on XEmacs 20.4 (Emerald) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19991027174131I.mrc@ChipChat.com> Date: Wed, 27 Oct 1999 17:41:31 GMT From: Marty Cawthon X-Dispatcher: imput version 980905(IM100) Lines: 18 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Installed Netscape (Japanese) but cannot write Japanese text in any of the forms displayed on Netscape. Have also installed XEmacs Japanese port with Canna and can type Japanese into XEmacs successfully. Also kterm and kon have been installed. Port: ja-netscape-navigator-4.5 (netscape web-surfboard with Japanese resources) It seems that some form of Japanese input must also be installed for Netscape? Any suggestions will be appreciated. Marty Cawthon ChipChat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 11:19: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ftpbox.mot.com (ftpbox.mot.com [129.188.136.101]) by hub.freebsd.org (Postfix) with ESMTP id 62D87154EC for ; Wed, 27 Oct 1999 11:18:44 -0700 (PDT) (envelope-from morishim@cig.mot.com) Received: [from mothost.mot.com (mothost.mot.com [129.188.137.101]) by ftpbox.mot.com (MOT-ftpbox 1.0) with ESMTP id NAA15433; Wed, 27 Oct 1999 13:18:33 -0500 (CDT)] Received: [from relay2.cig.mot.com (relay2.cig.mot.com [136.182.15.24]) by mothost.mot.com (MOT-mothost 2.0) with ESMTP id NAA11067; Wed, 27 Oct 1999 13:18:32 -0500 (CDT)] Received: from timbre.cig.mot.com (timbre [136.182.116.203]) by relay2.cig.mot.com (8.9.0/SCERG-RELAY-1.11b) with ESMTP id NAA27250; Wed, 27 Oct 1999 13:18:30 -0500 (CDT) Received: (morishim@localhost) by timbre.cig.mot.com (8.7.5 Motorola CIG/ITS v1.1 (Solaris 2.5)) id NAA19744; Wed, 27 Oct 1999 13:18:30 -0500 (CDT) Date: Wed, 27 Oct 1999 13:18:30 -0500 (CDT) Message-Id: <199910271818.NAA19744@timbre.cig.mot.com> From: Takeshi Morishima X-Mailer: cmail 2.60 on GNU Emacs 20.4.1 / Mule 4.0 (HANANOEN) References: <199910271743.MAA18679@timbre.cig.mot.com> To: mrc@ChipChat.com Cc: ports@FreeBSD.ORG, einoue@chipchat.ne.jp In-reply-to: Marty Cawthon's message of "Wed, 27 Oct 1999 17:41:31 GMT" <199910271743.MAA18679@timbre.cig.mot.com> Subject: Re: Japanese input to Netscape User-Agent: SEMI/1.13.3 (Komaiko) FLIM/1.12.5 (Hirahata) Emacs/20.4 (sparc-sun-solaris2.5.1) MULE/4.0 (HANANOEN) MIME-Version: 1.0 (generated by SEMI 1.13.3 - "Komaiko") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message "Japanese input to Netscape" on 99/10/27, Marty Cawthon writes: > Installed Netscape (Japanese) but cannot write Japanese > text in any of the forms displayed on Netscape. I think you can use kinput2. (It does not work nicely though.) Start canna compatible kinput2 background before launching your netscape session. Gee, I don't remember how to start japanese mode. There is a special key to type to start Japanese input. Look for kinput2 doc. Regards, Takeshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 14: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 2042014E42 for ; Wed, 27 Oct 1999 14:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA63373; Wed, 27 Oct 1999 14:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from anaconda.lovett.com (anaconda.lovett.com [216.60.121.168]) by hub.freebsd.org (Postfix) with ESMTP id 451B114DFC for ; Wed, 27 Oct 1999 14:03:09 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by anaconda.lovett.com with local (Exim 3.03 #1) id 11gaDs-000La1-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 27 Oct 1999 16:03:08 -0500 Message-Id: Date: Wed, 27 Oct 1999 16:03:08 -0500 From: Ade Lovett Reply-To: ade@lovett.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14560: Update print/ggv Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14560 >Category: ports >Synopsis: Update print/ggv >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 27 14:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ade Lovett >Release: FreeBSD 3.3-STABLE i386 >Organization: Lovett Network Consultancy >Environment: Up to date ports tree. >Description: Update print/ggv from 0.61 to 0.70 Missed this one from the recent post October-GNOME updates Fixes a bunch of bugs in version 0.61, see the ChangeLog in the source tarball for more details. >How-To-Repeat: N/A >Fix: Apply following patch: Version: 0.61 -> 0.70 Changes: Makefile files/md5 pkg/PLIST Adds: NONE Removes: NONE cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/print/ggv/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 1999/10/14 09:25:24 1.12 +++ Makefile 1999/10/27 18:37:24 @@ -1,12 +1,12 @@ # New ports collection makefile for: ggv -# Version required: 0.61 +# Version required: 0.70 # Date created: 21 August 1998 # Whom: Yukihiro Nakai # # $FreeBSD: ports/print/ggv/Makefile,v 1.12 1999/10/14 09:25:24 nakai Exp $ # -DISTNAME= ggv-0.61 +DISTNAME= ggv-0.70 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/ggv cvs diff: Diffing files Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/print/ggv/files/md5,v retrieving revision 1.6 diff -u -r1.6 md5 --- md5 1999/10/14 09:25:25 1.6 +++ md5 1999/10/27 19:04:03 @@ -1 +1 @@ -MD5 (ggv-0.61.tar.gz) = 524a5368468a6856a3ea8a7620ec807e +MD5 (ggv-0.70.tar.gz) = ea812716ea2eac092f9895b8bb57fd4e cvs diff: Diffing patches cvs diff: Diffing pkg Index: pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/print/ggv/pkg/PLIST,v retrieving revision 1.6 diff -u -r1.6 PLIST --- PLIST 1999/10/14 09:25:27 1.6 +++ PLIST 1999/10/27 19:05:39 @@ -7,6 +7,7 @@ share/locale/es/LC_MESSAGES/ggv.mo share/locale/fi/LC_MESSAGES/ggv.mo share/locale/fr/LC_MESSAGES/ggv.mo +share/locale/gl/LC_MESSAGES/ggv.mo share/locale/hu/LC_MESSAGES/ggv.mo share/locale/ja/LC_MESSAGES/ggv.mo share/locale/ko/LC_MESSAGES/ggv.mo >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 14:37:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from roma.neomorphic.com (venizia.neomorphic.com [205.217.46.68]) by hub.freebsd.org (Postfix) with ESMTP id 1D1401508C; Wed, 27 Oct 1999 14:37:00 -0700 (PDT) (envelope-from eric@neomorphic.com) Received: from neomorphic.com (genova.neomorphic.com [10.0.0.73]) by roma.neomorphic.com (8.9.0/8.9.0) with ESMTP id OAA25076; Wed, 27 Oct 1999 14:33:35 -0700 (PDT) Message-ID: <38177079.208E9275@neomorphic.com> Date: Wed, 27 Oct 1999 14:36:57 -0700 From: Eric Blossom Reply-To: elb@best.com Organization: Neomorphic Software http://neomorphic.com 510 704-1030 X-Mailer: Mozilla 4.07 [en] (X11; I; SunOS 5.6 sun4u) MIME-Version: 1.0 To: ache@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: rsaref-2.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm trying to install rsaref in order to install SSL. This was a lot of globe hopping for this file. Is the Makefile out of date? Where can I get the appropriate file? # make install >> rsaref20.1996.tar.Z doesn't seem to exist on this system. >> Attempting to fetch from ftp://utopia.hacktic.nl/pub/replay/pub/crypto/LIBS/rsa/. fetch: utopia.hacktic.nl: Not logged in >> Attempting to fetch from ftp://ftp.ntua.gr/pub/crypt/mirrors/utopia.hacktic.nl/crypto/LIBS/math/. fetch: pub/crypt/mirrors/utopia.hacktic.nl/crypto/LIBS/math/rsaref20.1996.tar.Z: cannot get remote modification time fetch: ftp://ftp.ntua.gr/pub/crypt/mirrors/utopia.hacktic.nl/crypto/LIBS/math/rsaref20.1996.tar.Z: FTP error: fetch: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://ftp.tuwien.ac.at/opsys/linux/replay.com/crypto/LIBS/math/. fetch: opsys/linux/replay.com/crypto/LIBS/math/rsaref20.1996.tar.Z: cannot get remote modification time fetch: ftp://ftp.tuwien.ac.at/opsys/linux/replay.com/crypto/LIBS/math/rsaref20.1996.tar.Z: FTP error: fetch: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://ftp.nstu.ru/pub/sources/security/crypt/. fetch: pub/sources/security/crypt/rsaref20.1996.tar.Z: cannot get remote modification time fetch: ftp://ftp.nstu.ru/pub/sources/security/crypt/rsaref20.1996.tar.Z: FTP error: fetch: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. fetch: pub/FreeBSD/ports/distfiles/rsaref20.1996.tar.Z: cannot get remote modification time fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/rsaref20.1996.tar.Z: FTP error: fetch: File unavailable (e.g., file not found, no access) >> Couldn't fetch it - please try to retrieve this >> port manually into /usr/ports/distfiles/ and try again. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. -- Eric To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 14:44:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.wolves.k12.mo.us (mail.wolves.k12.mo.us [207.160.214.1]) by hub.freebsd.org (Postfix) with ESMTP id 592E014F1E for ; Wed, 27 Oct 1999 14:44:46 -0700 (PDT) (envelope-from cdillon@wolves.k12.mo.us) Received: from mail.wolves.k12.mo.us (cdillon@mail.wolves.k12.mo.us [207.160.214.1]) by mail.wolves.k12.mo.us (8.9.3/8.9.3) with ESMTP id QAA59232; Wed, 27 Oct 1999 16:44:32 -0500 (CDT) (envelope-from cdillon@wolves.k12.mo.us) Date: Wed, 27 Oct 1999 16:44:32 -0500 (CDT) From: Chris Dillon To: Thomas Jensen Cc: Wolfram Schneider , Russ Olsen , ports@FreeBSD.ORG Subject: RE: web based email client In-Reply-To: <002201bf2074$2c7dcb80$c98ea2c1@pil-power> 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, 27 Oct 1999, Thomas Jensen wrote: > >> I have a need for reading email off of a FreeBSD server (pop3) via a web > >> browser, ideally running on the same server. > >> > >> Do you know of a web based email client? > > > >http://www.horde.org/imp/about/ > > IMP is for IMAP > > http://endymion.com/products/mailman/ (among many others) handles pop3 Actually, I saw a patch for IMP somewhere that is supposed to provide support for POP3 (on the IMP site, perhaps). Currently using both Mailman and IMP (though I'm getting rid of Mailman), I much prefer IMP from both an administrative and user standpoint. Mailman's code is purposely obfuscated, and there are a couple of purposely, and creatively, hidden fetches of some blank GIFs from the Endymion website, I suppose for a "head count" of who is using Mailman. -- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net FreeBSD: The fastest and most stable server OS on the planet. For Intel x86 and Alpha architectures (SPARC under development). ( http://www.freebsd.org ) "One should admire Windows users. It takes a great deal of courage to trust Windows with your data." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 15:10: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 5E5081551F for ; Wed, 27 Oct 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 PAA67717; Wed, 27 Oct 1999 15:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 27 Oct 1999 15:10:01 -0700 (PDT) Message-Id: <199910272210.PAA67717@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Adrian Penisoara Subject: Re: ports/14359: Update port: mail/imap-uw Reply-To: Adrian Penisoara Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/14359; it has been noted by GNATS. From: Adrian Penisoara To: freebsd-gnats-submit@freebsd.org, knu@idaemons.org Cc: Subject: Re: ports/14359: Update port: mail/imap-uw Date: Thu, 28 Oct 1999 01:03:32 +0300 Hi, I'm reviewing your suggested patches, I might bother you with some questions if you don't mind... Thanks for the help! Ady (@freebsd.ady.ro) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 16:18:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from saclink2.csus.edu (saclink2.csus.edu [130.86.82.2]) by hub.freebsd.org (Postfix) with ESMTP id 8DE7314C0D; Wed, 27 Oct 1999 16:18:40 -0700 (PDT) (envelope-from sac45828@saclink.csus.edu) Received: by saclink2.csus.edu (1.40.112.6/16.2) id AA194336318; Wed, 27 Oct 1999 16:18:39 -0700 Date: Wed, 27 Oct 1999 16:18:38 -0700 (PDT) From: Guy A Nesbitt Subject: To: billf@FreeBSD.org Cc: ports@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 Hi Bill, I am trying to find linux 6.2 driver for the connectix quickcam b/w camera. Could you please help. Thanks, Guy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 17:13:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from lunatic.oneinsane.net (lunatic.oneinsane.net [207.113.133.231]) by hub.freebsd.org (Postfix) with ESMTP id 4237414F51 for ; Wed, 27 Oct 1999 17:13:19 -0700 (PDT) (envelope-from insane@lunatic.oneinsane.net) Received: by lunatic.oneinsane.net (Postfix, from userid 1000) id 680C119C; Wed, 27 Oct 1999 17:13:17 -0700 (PDT) Date: Wed, 27 Oct 1999 17:13:17 -0700 From: Ron 'The InSaNe One' Rosson To: freebsd-ports@freebsd.org Subject: gnome-pilot Message-ID: <19991027171317.A49854@lunatic.oneinsane.net> Reply-To: Ron Rosson Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i X-Operating-System: FreeBSD lunatic.oneinsane.net 3.3-STABLE X-Opinion: What you read here is my IMHO X-Disclaimer: I am a firm believer in RTFM X-WWW: http://www.oneinsane.net X-PGP-KEY: http://www.oneinsane.net/~insane/insane2-pgp5i.txt X-Uptime: 5:12PM up 4 days, 10:30, 2 users, load averages: 0.19, 0.06, 0.01 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Has anyone taken a look at gnome-pilot to get added to the ports. I had tried to get it to compile but quickly found out I was in over my head. TIA -- ------------------------------------------------------------------- Ron Rosson ... and a UNIX user said ... The InSaNe One rm -rf * insane@oneinsane.net and all was /dev/null and *void() ------------------------------------------------------------------- I don't have an attitude problem. You have a perception problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 17:30: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 156F214FFD for ; Wed, 27 Oct 1999 17:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA78313; Wed, 27 Oct 1999 17:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kronos.alcnet.com (kronos.alcnet.com [63.69.28.22]) by hub.freebsd.org (Postfix) with ESMTP id 16C0B14E2D for ; Wed, 27 Oct 1999 17:20:06 -0700 (PDT) (envelope-from kbyanc@kronos.alcnet.com) Received: (from kbyanc@localhost) by kronos.alcnet.com (8.9.3/8.9.3/antispam) id UAA01063; Wed, 27 Oct 1999 20:20:03 -0400 (EDT) Message-Id: <199910280020.UAA01063@kronos.alcnet.com> Date: Wed, 27 Oct 1999 20:20:03 -0400 (EDT) From: kbyanc@posi.net Reply-To: kbyanc@posi.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14564: new port: www/p5-FastCGI Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14564 >Category: ports >Synopsis: new port: www/p5-FastCGI >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 27 17:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Kelly Yancey >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: Here it is (one day, I'll be able to commit these myself :) ) >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-FastCGI # p5-FastCGI/Makefile # p5-FastCGI/pkg # p5-FastCGI/pkg/PLIST # p5-FastCGI/pkg/COMMENT # p5-FastCGI/pkg/DESCR # p5-FastCGI/files # p5-FastCGI/files/md5 # p5-FastCGI/patches # p5-FastCGI/patches/patch-aa # echo c - p5-FastCGI mkdir -p p5-FastCGI > /dev/null 2>&1 echo x - p5-FastCGI/Makefile sed 's/^X//' >p5-FastCGI/Makefile << 'END-of-p5-FastCGI/Makefile' X# New ports collection makefile for: p5-FastCGI X# Version required: 0.48 X# Date created: October 27th 1999 X# Whom: Kelly Yancey X# X# $FreeBSD$ X# X XDISTNAME= FCGI-0.48 XPKGNAME= p5-FastCGI-0.48 XCATEGORIES= www perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= FCGI X XMAINTAINER= kbyanc@posi.net X XBUILD_DEPENDS= ${PREFIX}/lib/libfcgi.a:${PORTSDIR}/www/fcgi X XUSE_PERL5= YES X XMAN3= FCGI.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X Xdo-configure: X @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL X X.include END-of-p5-FastCGI/Makefile echo c - p5-FastCGI/pkg mkdir -p p5-FastCGI/pkg > /dev/null 2>&1 echo x - p5-FastCGI/pkg/PLIST sed 's/^X//' >p5-FastCGI/pkg/PLIST << 'END-of-p5-FastCGI/pkg/PLIST' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/FCGI.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/FCGI/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/FCGI/FCGI.so Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/FCGI/FCGI.bs X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/FCGI END-of-p5-FastCGI/pkg/PLIST echo x - p5-FastCGI/pkg/COMMENT sed 's/^X//' >p5-FastCGI/pkg/COMMENT << 'END-of-p5-FastCGI/pkg/COMMENT' XModules for perl5, for enabling FastCGI support in CGI scripts END-of-p5-FastCGI/pkg/COMMENT echo x - p5-FastCGI/pkg/DESCR sed 's/^X//' >p5-FastCGI/pkg/DESCR << 'END-of-p5-FastCGI/pkg/DESCR' XThis the the FCGI module for perl5 which enables CGI scripts to take Xadvantage of servers that are FastCGI-enabled. This module does not abstract Xthe writing of CGIs themselves, for that you should refer to the p5-CGI Xmodule. For more information about FastCGI, the performance enhancements it Xoffers, and how to write scripts using it, visit their web site at: X WWW: http://www.fastcgi.com/ X X -Kelly X kbyanc@posi.net END-of-p5-FastCGI/pkg/DESCR echo c - p5-FastCGI/files mkdir -p p5-FastCGI/files > /dev/null 2>&1 echo x - p5-FastCGI/files/md5 sed 's/^X//' >p5-FastCGI/files/md5 << 'END-of-p5-FastCGI/files/md5' XMD5 (FCGI-0.48.tar.gz) = 07ca386e4969d34391dc4d296b1f1b67 END-of-p5-FastCGI/files/md5 echo c - p5-FastCGI/patches mkdir -p p5-FastCGI/patches > /dev/null 2>&1 echo x - p5-FastCGI/patches/patch-aa sed 's/^X//' >p5-FastCGI/patches/patch-aa << 'END-of-p5-FastCGI/patches/patch-aa' X--- Makefile.PL.orig Wed Oct 27 19:56:24 1999 X+++ Makefile.PL Wed Oct 27 20:01:08 1999 X@@ -25,7 +25,7 @@ X # CPAN X for $dir ("/usr", "/usr/local") { X if (-d "$dir/lib/" && -f "$dir/lib/libfcgi.a" X- && -d "$dir/include" && !grep {!-f "$dir/include/$_"} (@h)) X+ && -d "$dir/include/fastcgi/" && !grep {!-f "$dir/include/fastcgi/$_"} (@h)) X { X print "Found fcgi library and include files in $dir\n"; X print "Will be using that instead of included files\n"; END-of-p5-FastCGI/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 Wed Oct 27 18:32:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from neptune.psn.net (neptune.psn.net [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id 7A7F914D6E for ; Wed, 27 Oct 1999 18:32:39 -0700 (PDT) (envelope-from andrews@technologist.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=argon) by neptune.psn.net with smtp (PSN Internet Service 2.12 #3) id 11geK4-0007UK-00; Wed, 27 Oct 1999 18:25:49 -0700 Message-Id: <3.0.6.32.19991027212544.0079f3c0@mail.psn.net> X-Sender: andrews@mail.psn.net X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Wed, 27 Oct 1999 21:25:44 -0400 To: elb@best.com From: andrews@technologist.com Subject: Re: FreeBSD Port: rsaref-2.0 Cc: ports@FreeBSD.ORG In-Reply-To: <38177079.208E9275@neomorphic.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 02:36 PM 10/27/99 -0700, you wrote: >I'm trying to install rsaref in order to install SSL. >This was a lot of globe hopping for this file. Is the Makefile out of >date? >Where can I get the appropriate file? > ># make install >>> rsaref20.1996.tar.Z doesn't seem to exist on this system. >>> Attempting to fetch from >ftp://utopia.hacktic.nl/pub/replay/pub/crypto/LIBS/rsa/. >fetch: utopia.hacktic.nl: Not logged in This site seems to me the only place you CAN actually get the rsaref libraries. I had a hell of a time getting it off there because it only lets 50 people on at once and is almost always full. Go figure. I found that it was supposed to be available also on ftp://ftp.replay.com/pub/crypto/, ftp://ftp2.replay.com/pub/crypto/, but never could get on those sites either. If I had a nice fast site in Canada, I'd get it up there one way or another. It's my belief that those libraries are export restricted and thus I can't put it on my ISP's webserver. So it'd have to go on some international server. Alas, I have access to no such thing. If someone with such access could put the rsaref libraries on their server and get the site added to the rsaref port's MASTER_SITES, that would make a world of a difference... -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 19: 1:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 7752414CC3; Wed, 27 Oct 1999 19:01:44 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 356E51C59; Wed, 27 Oct 1999 21:04:09 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by jade.chc-chimes.com (Postfix) with ESMTP id 30E6F3837; Wed, 27 Oct 1999 21:04:09 -0400 (EDT) Date: Wed, 27 Oct 1999 21:04:09 -0400 (EDT) From: Bill Fumerola To: Guy A Nesbitt Cc: billf@FreeBSD.org, ports@FreeBSD.org Subject: Re: your mail In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 27 Oct 1999, Guy A Nesbitt wrote: > I am trying to find linux 6.2 driver for the connectix quickcam b/w > camera. Could you please help. Considering you sent this to a FreeBSD mailing list and I am a FreeBSD {committer,porter} and think there is a special place in hell for Linux users, No. -- - 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 Oct 27 19:31:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from forrie.net (forrie.net [216.67.12.69]) by hub.freebsd.org (Postfix) with ESMTP id E921C14C3B; Wed, 27 Oct 1999 19:31:34 -0700 (PDT) (envelope-from forrie@forrie.com) Received: from Forrest (getbent@forrie.ne.mediaone.net [24.128.72.15]) by forrie.net (8.9.3/8.9.3) with ESMTP id WAA28657; Wed, 27 Oct 1999 22:31:33 -0400 (EDT) Message-Id: <4.2.1.19991027222820.00a69890@216.67.12.69> X-Sender: forrie@216.67.12.69 X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.1 Date: Wed, 27 Oct 1999 22:29:06 -0400 To: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org From: Forrest Aldrich Subject: Cyrus SASL Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Anyone have luck compiling the latest Cyrus SASL on FreeBSD-3.3+ ? Is someone working on an official port. Sendmail 8.10.x supports it. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 19:38: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 B239C14F98; Wed, 27 Oct 1999 19:38:22 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA87555; Wed, 27 Oct 1999 19:38:22 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Date: Wed, 27 Oct 1999 19:38:22 -0700 (PDT) From: Message-Id: <199910280238.TAA87555@freefall.freebsd.org> To: nakai@FreeBSD.org, freebsd-ports@FreeBSD.org, nakai@FreeBSD.org Subject: Re: ports/14560: Update print/ggv Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update print/ggv Responsible-Changed-From-To: freebsd-ports->nakai Responsible-Changed-By: nakai Responsible-Changed-When: Wed Oct 27 19:38:04 PDT 1999 Responsible-Changed-Why: I'll take this... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 19:45:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id 0E85F1530D for ; Wed, 27 Oct 1999 19:45:38 -0700 (PDT) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (right/backatcha) with SMTP id WAA22637; Wed, 27 Oct 1999 22:44:05 -0400 (EDT) Date: Wed, 27 Oct 1999 22:44:04 -0400 (EDT) From: Trevor Johnson To: andrews@technologist.com Cc: elb@best.com, ports@FreeBSD.ORG Subject: Re: FreeBSD Port: rsaref-2.0 In-Reply-To: <3.0.6.32.19991027212544.0079f3c0@mail.psn.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 andrews@technologist.com wrote: > ># make install > >>> rsaref20.1996.tar.Z doesn't seem to exist on this system. > >>> Attempting to fetch from > >ftp://utopia.hacktic.nl/pub/replay/pub/crypto/LIBS/rsa/. > >fetch: utopia.hacktic.nl: Not logged in > > This site seems to me the only place you CAN actually get the rsaref > libraries. I had a hell of a time getting it off there because it only > lets 50 people on at once and is almost always full. Go figure. Hi, Will. From a search on http://ftpsearch.ntnu.no I found the file on these sites (but didn't download it): ftp://ftp.internat.freebsd.org/pub/FreeBSD/distfiles/rsaref20.1996.tar.Z ftp://ftp.replay.com/pub/replay/crypto/LIBS/rsa/rsaref20.1996.tar.Z ftp://ftp.urc.ac.ru/pub/OS/FreeBSD/distfiles/rsaref20.1996.tar.Z > I found that it was supposed to be available also on > ftp://ftp.replay.com/pub/crypto/, > ftp://ftp2.replay.com/pub/crypto/, > but never could get on those sites either. One or the other of those has always worked for me, and the first site listed in the Makefile worked for me just a moment ago. If you make the following change, then "make" will try to use internat.freebsd.org--in South Africa--as a last resort. That site is mirrored at: ftp://ftp.micros.hensa.ac.uk/sites/ftp.internat.freebsd.org/pub/FreeBSD/distfiles/ . --- /usr/ports/Mk/bsd.port.mk.orig Sun Oct 10 10:19:49 1999 +++ /usr/ports/Mk/bsd.port.mk Wed Oct 27 19:18:00 1999 @@ -982,7 +982,9 @@ # The primary backup site. MASTER_SITE_BACKUP?= \ - ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ + ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ \ + ftp://internat.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/ + MASTER_SITE_BACKUP:= ${MASTER_SITE_BACKUP:S^\${DIST_SUBDIR}/^^} # Where to put distfiles that don't have any other master site __ Trevor Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 20:20: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 795EE14ED4 for ; Wed, 27 Oct 1999 20:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA90893; Wed, 27 Oct 1999 20:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 8185314C46 for ; Wed, 27 Oct 1999 20:17:50 -0700 (PDT) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id 7AD059B22; Wed, 27 Oct 1999 23:17:49 -0400 (EDT) Message-Id: <19991028031749.7AD059B22@pawn.primelocation.net> Date: Wed, 27 Oct 1999 23:17:49 -0400 (EDT) From: jedgar@fxp.org Reply-To: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14570: New port: editors/ghex Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14570 >Category: ports >Synopsis: New port: editors/ghex >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 27 20:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 4.0-CURRENT i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: FreeBSD 4.0-CURRENT i386 >Description: New port: editors/ghex GNOME hex editor >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ghex # ghex/Makefile # ghex/files # ghex/files/md5 # ghex/pkg # ghex/pkg/PLIST # ghex/pkg/COMMENT # ghex/pkg/DESCR # echo c - ghex mkdir -p ghex > /dev/null 2>&1 echo x - ghex/Makefile sed 's/^X//' >ghex/Makefile << 'END-of-ghex/Makefile' X# New ports collection makefile for: ghex X# Version required: 1.0.1.3 X# Date created: 07 August 1999 X# Whom: Chris D. Faulhaber X# X# $FreeBSD$ X# X XDISTNAME= ghex-1.0.1.3 XCATEGORIES= editors gnome XMASTER_SITES= http://pluton.ijs.si/~jaka/ X XMAINTAINER= jedgar@fxp.org X XLIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs X XGLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config XGTK_CONFIG?= ${X11BASE}/bin/gtk12-config X XUSE_X_PREFIX= yes XUSE_GMAKE= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-x XCONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \ X GLIB_CONFIG="${GLIB_CONFIG}" \ X GTK_CONFIG="${GTK_CONFIG}" \ X LIBS="-L${LOCALBASE}/lib" X X.include END-of-ghex/Makefile echo c - ghex/files mkdir -p ghex/files > /dev/null 2>&1 echo x - ghex/files/md5 sed 's/^X//' >ghex/files/md5 << 'END-of-ghex/files/md5' XMD5 (ghex-1.0.1.3.tar.gz) = 3843c14161e314abe65a54e4fec2a683 END-of-ghex/files/md5 echo c - ghex/pkg mkdir -p ghex/pkg > /dev/null 2>&1 echo x - ghex/pkg/PLIST sed 's/^X//' >ghex/pkg/PLIST << 'END-of-ghex/pkg/PLIST' Xbin/ghex Xshare/pixmaps/gnome-ghex.png Xshare/apps/Applications/ghex.desktop Xshare/gnome/help/ghex/C/index.html Xshare/gnome/help/ghex/C/topic.dat X@dirrm share/gnome/help/ghex/C X@dirrm share/gnome/help/ghex END-of-ghex/pkg/PLIST echo x - ghex/pkg/COMMENT sed 's/^X//' >ghex/pkg/COMMENT << 'END-of-ghex/pkg/COMMENT' XGNOME hex editor END-of-ghex/pkg/COMMENT echo x - ghex/pkg/DESCR sed 's/^X//' >ghex/pkg/DESCR << 'END-of-ghex/pkg/DESCR' XGHex is a simple binary editor, allowing the user to view Xand edit a binary file in both hex and ascii with multiple Xlevel undo/redo mechanism. It features find and replace Xfunctions and conversion between binary, octal, decimal Xand hexadecimal values, making use of an alternative, Xuser-configurable MDI concept to allow the user to edit Xmultiple documents with multiple views of each. X XWWW: http://pluton.ijs.si/~jaka/gnome.html X X- Chris D. Faulhaber Xjedgar@fxp.org END-of-ghex/pkg/DESCR exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 20:40:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D2F31507A for ; Wed, 27 Oct 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 UAA94660; Wed, 27 Oct 1999 20:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from spare.westbend.net (news.westbend.net [209.224.254.133]) by hub.freebsd.org (Postfix) with ESMTP id 8E69614F06 for ; Wed, 27 Oct 1999 20:38:14 -0700 (PDT) (envelope-from admin@spare.westbend.net) Received: (from root@localhost) by spare.westbend.net (8.9.3/8.9.3) id WAA42676; Wed, 27 Oct 1999 22:38:10 -0500 (CDT) (envelope-from admin) Message-Id: <199910280338.WAA42676@spare.westbend.net> Date: Wed, 27 Oct 1999 22:38:10 -0500 (CDT) From: hetzels@westbend.net Reply-To: hetzels@westbend.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14571: Apache13-FP: FP2K Ext Upgrade Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14571 >Category: ports >Synopsis: Upgrade FP Exts to FrontPage 2000 Exts. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 27 20:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Scot W. Hetzel >Release: FreeBSD 3.2-RELEASE i386 >Organization: West Bend Internet >Environment: >Description: The attached patch upgrades the FrontPage Extentions fromn FP98 to FP2000. The Apache Documents are now available thru a Virtual Host on port 8080. This was done so that the fpsrvadm.exe program doesn't create the _vti* directories in the Apache Documents tree under www/data[.default]. This also makes so that the contents of the www/data tree doesn't need to be removed on a new installation. The only file that is placed in www/data is a index.html file that points to the documentation on the Virtual Host (port 8080) [New Install Only]. I have also added logos for Apache, FreeBSD, and FrontPage 2000. The FreeBSD logo is being fetched from: http://www.freebsd.org/gifs/powerlogo.gif and is currently the 4th site listed in MASTER_SITES. Also, the suexec patches (patch-fe & patch-ff) have been corrected. login_cap was incorrectly misspelled as login_cab and the util library was not specified for suexec when trying to compile (Apparently, needed by login_cap). NOTE: Remove: patch-au This patch was used to overcome a limitation in FP98. No longer required for FP2K, as FP2K understands the use of "/dev/null" for the AccessConfig and ResourceConfig directives. New: patch-ap Patch for htdocs/index.html - Adds a link to the FP2K documentation on the virtual host (port 8080). PS. Could someone advise me on how to change the PLIST so that when version5.0 of the Frontpage Extentions comes out we don't have to replace the entire frontpage/* list in the PLIST. >How-To-Repeat: >Fix: Apply the patch: diff -ruN apache13-fp.orig/Makefile apache13-fp/Makefile --- apache13-fp.orig/Makefile Sun Sep 26 21:52:21 1999 +++ apache13-fp/Makefile Wed Oct 20 20:56:45 1999 @@ -11,6 +11,8 @@ CATEGORIES= www MASTER_SITES= http://www.apache.org/dist/ \ ftp://ftp.microsoft.com/products/frontpage/ \ + http://officeupdate.microsoft.com/frontpage/wpp/serk/ \ + http://www.freebsd.org/gifs/ \ ftp://sunsite.doc.ic.ac.uk/Mirrors/ftp.microsoft.com/Products/frontpage/ \ ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \ ftp://ftp.rge.com/pub/infosystems/apache/dist/ \ @@ -26,7 +28,7 @@ ftp://ftp.mtnranch.net/pub/apache/dist/ \ ftp://ftp.iodynamics.com/pub/mirror/apache/dist/ \ ftp://apache.nextpath.com/pub/apache/dist/ -DISTFILES= ${APACHE} ${FRONTPAGE} +DISTFILES= ${APACHE} ${FRONTPAGE} powerlogo.gif fplogo.gif MAINTAINER= hetzels@westbend.net @@ -41,7 +43,7 @@ AP_VERS= 1.3.9 APACHE= ${DISTNAME}${EXTRACT_SUFX} -FRONTPAGE= fp30.bsdi3.tar.Z +FRONTPAGE= fp40.bsdi.tar.Z EXTRACT_ONLY= ${APACHE} @@ -49,13 +51,16 @@ NO_PACKAGE= \ "The FrontPage Installer needs to create FrontPage Admin user and password" -FPINSTALL= frontpage/version3.0/fp_install.sh -CHANGESERVER= frontpage/version3.0/change_server.sh +FPINSTALL= frontpage/version4.0/fp_install.sh +CHANGESERVER= frontpage/version4.0/change_server.sh +README= frontpage/version4.0/readme.htm +SERK= frontpage/version4.0/serk +MOD_FPDOCDIR= share/doc/apache/manual/mod/mod_frontpage MOD_FP= ${FILESDIR}/mod_frontpage.c INSTALL_FILE=${INSTALL} -c -m 555 -o bin -g bin -Y2K= http://www.apache.org/docs/misc/FAQ.html#year2000 +Y2K= http://www.apache.org/foundation/Y2K.html Y2K+= http://computingcentral.msn.com/guide/year2000/msy2k/productinfo/frontpage.asp PLIST= ${WRKDIR}/PLIST @@ -101,7 +106,8 @@ .endif CONFIGURE_ENV= CFLAGS='${CFLAGS}' \ - OPTIM='${OPTIM}' + OPTIM='${OPTIM}' \ + PATH="${PREFIX}/bin:${PATH}" MAN1= dbmmanage.1 htdigest.1 htpasswd.1 MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8 @@ -131,7 +137,8 @@ @${ECHO} "===> Extracting FrontPage install scripts" @cd ${WRKSRC} && \ ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${FRONTPAGE} \ - ${EXTRACT_AFTER_ARGS} ${FPINSTALL} ${CHANGESERVER} + ${EXTRACT_AFTER_ARGS} ${FPINSTALL} ${CHANGESERVER} \ + ${README} .if !defined(PATCH_DEBUG) post-patch: @@ -158,14 +165,21 @@ > ${PREFIX}/etc/rc.d/apache.sh; \ ${CHMOD} 751 ${PREFIX}/etc/rc.d/apache.sh; \ fi + @${INSTALL} -c -m 644 ${DISTDIR}/powerlogo.gif ${PREFIX}/www/icons + @${INSTALL} -c -m 644 ${DISTDIR}/fplogo.gif ${PREFIX}/www/icons fp-install: @${CAT} ${WRKSRC}/${FPINSTALL} | \ - ${SED} -e 's;PREFIX;${PREFIX};' > ${WRKDIR}/tmp.fpinstall + ${SED} -e 's;PREFIX;${PREFIX};' \ + -e 's;MOD_FPDOCDIR;${PREFIX}/${MOD_FPDOCDIR};' \ + > ${WRKDIR}/tmp.fpinstall @${SH} ${WRKDIR}/tmp.fpinstall @${INSTALL_FILE} ${WRKDIR}/tmp.fpinstall ${PREFIX}/${FPINSTALL} @${CAT} ${WRKSRC}/${CHANGESERVER} | \ ${SED} -e 's;PREFIX;${PREFIX};' > ${WRKDIR}/tmp.changeserver @${INSTALL_FILE} ${WRKDIR}/tmp.changeserver ${PREFIX}/${CHANGESERVER} + @${MKDIR} -p ${PREFIX}/${MOD_FPDOCDIR} + @${MV} ${PREFIX}/${README} ${PREFIX}/${MOD_FPDOCDIR}/index.html + @${LN} -s ${PREFIX}/${SERK} ${PREFIX}/${MOD_FPDOCDIR}/serk .include diff -ruN apache13-fp.orig/files/apache.sh.tmpl apache13-fp/files/apache.sh.tmpl --- apache13-fp.orig/files/apache.sh.tmpl Mon Jan 25 20:27:30 1999 +++ apache13-fp/files/apache.sh.tmpl Sat Oct 16 20:33:26 1999 @@ -7,7 +7,7 @@ new_key() { - skdir=PREFIX/frontpage/currentversion/apache-fp + skdir=PREFIX/frontpage/version4.0/apache-fp PERL=PERL5 #NOTE: We need Perl 5, to generate a new key diff -ruN apache13-fp.orig/files/md5 apache13-fp/files/md5 --- apache13-fp.orig/files/md5 Sun Sep 26 21:52:24 1999 +++ apache13-fp/files/md5 Wed Oct 20 21:20:40 1999 @@ -1,2 +1,4 @@ MD5 (apache_1.3.9.tar.gz) = 880af89251943c67e3614bf2ffb89b32 -MD5 (fp30.bsdi3.tar.Z) = 344b956cca8f367099d7c33e8c7ba174 +MD5 (fp40.bsdi.tar.Z) = 2fb460f64fe1853eb791654851be208b +MD5 (powerlogo.gif) = 0f106073b3c7844cf22d4df126b27c62 +MD5 (fplogo.gif) = db0fd186b50fde14ff2ec638382a85e6 diff -ruN apache13-fp.orig/files/mod_frontpage.c apache13-fp/files/mod_frontpage.c --- apache13-fp.orig/files/mod_frontpage.c Mon Nov 9 19:55:59 1998 +++ apache13-fp/files/mod_frontpage.c Sat Oct 16 17:00:11 1999 @@ -21,8 +21,8 @@ * allow the exclusion or limitation of liability for consequential or * incidental damages, the above limitation may not apply to you. * - * $Revision: 1.3 $ - * $Date: 1997/10/15 17:23:46 $ + * $Revision: 5 $ + * $Date: 6/19/98 5:25p $ * */ @@ -69,6 +69,7 @@ #define Vlstat lstat #endif + #ifndef TRUE #define TRUE 1 #endif @@ -92,21 +93,21 @@ static int gbKeyPipeActive = FALSE;/* Pipe to fpexe stub CGI is active */ static int gbEnabled = FALSE; /* TRUE when SUID scheme is enabled */ #if !defined(SHARED_MODULE) -static int giInitializeCount = 0; /* FrontPageInit called previously */ +static int giInitializeCount =0 /* FrontPageInit called previously */ #endif static const char* FP = - "/usr/local/frontpage/currentversion"; + "/usr/local/frontpage/version4.0"; static const char* FPKEYDIR = - "/usr/local/frontpage/currentversion/apache-fp"; + "/usr/local/frontpage/version4.0/apache-fp"; static const char* KEYFILEXOR = - "/usr/local/frontpage/currentversion/apache-fp/suidkey"; + "/usr/local/frontpage/version4.0/apache-fp/suidkey"; static const char* KEYFILE = - "/usr/local/frontpage/currentversion/apache-fp/suidkey.%d"; + "/usr/local/frontpage/version4.0/apache-fp/suidkey.%d"; static const char* FPSTUBDIR = - "/usr/local/frontpage/currentversion/apache-fp/_vti_bin"; + "/usr/local/frontpage/version4.0/apache-fp/_vti_bin"; static const char* FPSTUB = - "/usr/local/frontpage/currentversion/apache-fp/_vti_bin/fpexe"; + "/usr/local/frontpage/version4.0/apache-fp/_vti_bin/fpexe"; static const char* SHTML = "/_vti_bin/shtml.exe"; static const char* SHTML2 = @@ -234,7 +235,7 @@ return (FALSE); } - if (Vlstat(FPKEYDIR, &fs) == -1 || /* We can't stat the key dir */ + if (Vlstat(FPKEYDIR, &fs) == -1 || /* We can't stat the key dir */ fs.st_uid || /* key dir not owned by root */ (fs.st_mode & (S_IRGRP | S_IROTH)) || /* key dir is readable */ (fs.st_mode & (S_IWGRP | S_IWOTH)) || /* key dir is writable */ @@ -247,12 +248,12 @@ * that non-root programs can run apache-fp/_vti_bin/fpexe (even though * non-root cannot list the directory). */ - LogFrontPageError(s, "Incorrect permissions on key directory \"%-.1024s\", needs root ownership and perms rwx--x--x", + LogFrontPageError(s, "Incorrect permissions on key directory \"%-.1024s\", needs root ownership and permissions rwx--x--x", FPKEYDIR, "FrontPageCheckup()", TRUE); return (FALSE); } - if (Vlstat(FPSTUBDIR, &fs) == -1 || /* We can't stat the stub dir */ + if (Vlstat(FPSTUBDIR, &fs) == -1 || /* We can't stat the stub dir */ fs.st_uid || /* stub dir not owned by root */ (fs.st_mode & (S_IWGRP | S_IWOTH)) || /* stub dir is writable */ (!S_ISDIR(fs.st_mode))) @@ -261,12 +262,12 @@ * User recovery: set directory to be owned by by root with permissions * r*x*-x*-x. */ - LogFrontPageError(s, "Incorrect permissions on stub directory \"%-.1024s\", needs root ownership and perms r*x*-x*-x", + LogFrontPageError(s, "Incorrect permissions on stub directory \"%-.1024s\", needs root ownership and permissions r*x*-x*-x", FPSTUBDIR, "FrontPageCheckup()", TRUE); return (FALSE); } - if (Vstat(FPSTUB, &fs) == -1 || /* We can't stat the stub */ + if (Vstat(FPSTUB, &fs) == -1 || /* We can't stat the stub */ fs.st_uid || /* stub not owned by root */ !(fs.st_mode & S_ISUID) || /* stub is not set-uid */ (fs.st_mode & S_ISGID) || /* stub is set-gid */ @@ -277,7 +278,7 @@ * User recovery: set stub to be owned by by root with permissions * r*s*-x*-x. */ - LogFrontPageError(s, "Incorrect permissions on stub \"%-.1024s\", needs root ownership and perms r*s*-x*-x", + LogFrontPageError(s, "Incorrect permissions on stub \"%-.1024s\", needs root ownership and permissions r*s*-x*-x", FPSTUB, "FrontPageCheckup()", TRUE); return (FALSE); } @@ -428,7 +429,7 @@ #ifdef LINUX #define RAND_CMD "/bin/ps laxww | /usr/bin/sum ; /bin/ps laxww | /usr/bin/sum" #else -#if defined ( bsdi ) || ( defined ( BSD ) && ( BSD >=199103 )) +#if defined ( bsdi ) || ( defined ( BSD ) && ( BSD >= 199103 )) #define RAND_CMD "/bin/ps laxww | /usr/bin/cksum -o 1 ; /bin/ps laxww | /usr/bin/cksum -o 1" #else #define RAND_CMD "/bin/ps -ea | /bin/sum ; /bin/ps -ea | /bin/sum" @@ -497,6 +498,7 @@ */ LogFrontPageError(s, "Key file \"%-.1024s\" is unreadable or is too short (must be at least 8 bytes)", KEYFILEXOR, "FrontPageInit()", TRUE); + close(fd); return; } @@ -513,6 +515,10 @@ */ for (i = 0; i < KEYLEN; i++) gszKeyVal[i] = szBuf[i % iCount] ^ szRandom[i % sizeof(iRandom)]; + + /* + * Thanks to A.Mayrhofer@Austria.EU.net 980130 + */ close(fd); } @@ -560,7 +566,7 @@ /* * Thanks to Scot Hetzel (hetzels@westbend.net) */ - ap_add_version_component("FrontPage/3.0.4.3"); + ap_add_version_component("FrontPage/4.0.4.3"); } @@ -675,7 +681,7 @@ sprintf(szBuf, "%d", gfdKeyPipe[0]); ap_table_set(r->subprocess_env, "FPFD", ap_pstrdup(r->pool, szBuf)); - r->execfilename = ap_pstrcat(r->pool, FPSTUB, szCgi + strlen(szFpexe), NULL); + r->execfilename = ap_pstrcat(r->pool, FPSTUB, szCgi+strlen(szFpexe), NULL); r->filename = ap_pstrcat(r->pool, r->filename, szCgi, NULL); if (write(gfdKeyPipe[1], gszKeyVal, 128) != 128) diff -ruN apache13-fp.orig/patches/patch-aa apache13-fp/patches/patch-aa --- apache13-fp.orig/patches/patch-aa Sun Sep 26 21:52:25 1999 +++ apache13-fp/patches/patch-aa Sat Oct 16 20:53:59 1999 @@ -1,6 +1,6 @@ --- configure.orig Sat Aug 14 03:29:05 1999 -+++ configure Mon Sep 6 12:36:24 1999 -@@ -1084,7 +1084,7 @@ ++++ configure Sat Oct 16 20:49:14 1999 +@@ -1084,10 +1084,10 @@ ## UID/GID as production oriented as a web server in NIS anyway. ## conf_user="nobody" @@ -8,17 +8,23 @@ +conf_group="nogroup" conf_port="80" conf_serveradmin="you@your.address" - conf_servername="new.host.name" -@@ -1109,6 +1109,9 @@ +-conf_servername="new.host.name" ++conf_servername="`$aux/buildinfo.sh -n %h%d`" + if [ "x$confadjust" = "x1" ]; then + if [ -f /etc/passwd ]; then + for uid in nobody www daemon demon http httpd; do +@@ -1107,7 +1107,10 @@ + conf_port="8080" + fi conf_serveradmin="`$aux/buildinfo.sh -n %u@%h%d`" - conf_servername="`$aux/buildinfo.sh -n %h%d`" - fi +- conf_servername="`$aux/buildinfo.sh -n %h%d`" ++# conf_servername="`$aux/buildinfo.sh -n %h%d`" ++fi +if [ ".$suexec" = .1 ]; then + conf_user="$suexec_caller" -+fi + fi ## - ## determine prefix-relative paths for directories @@ -1153,8 +1156,8 @@ echo " DEFAULT_PIDLOG: ${runtimedir_relative}${thetarget}.pid" echo " DEFAULT_SCOREBOARD: ${runtimedir_relative}${thetarget}.scoreboard" diff -ruN apache13-fp.orig/patches/patch-ab apache13-fp/patches/patch-ab --- apache13-fp.orig/patches/patch-ab Sun Sep 26 21:52:25 1999 +++ apache13-fp/patches/patch-ab Wed Oct 27 19:30:39 1999 @@ -1,5 +1,5 @@ --- Makefile.tmpl.orig Fri Aug 13 01:58:18 1999 -+++ Makefile.tmpl Mon Sep 6 12:58:17 1999 ++++ Makefile.tmpl Wed Oct 20 21:50:25 1999 @@ -120,6 +120,7 @@ runtimedir = @runtimedir@ logfiledir = @logfiledir@ @@ -68,7 +68,7 @@ < $(TOP)/$(SRC)/support/apachectl > $(TOP)/$(SRC)/.apaci.install.tmp && \ $(INSTALL_SCRIPT) $(TOP)/$(SRC)/.apaci.install.tmp $(root)$(sbindir)/$${apachectl}; \ echo "$(INSTALL_DATA) $(TOP)/$(SRC)/support/apachectl.8 $(root)$(mandir)/man8/$${apachectl}.8"; \ -@@ -441,25 +458,33 @@ +@@ -441,29 +458,40 @@ # icons and distributed CGI scripts. install-data: @echo "===> [data: Installing initial data files]" @@ -85,17 +85,19 @@ - find $(root)$(htdocsdir)/ -type d -exec chmod a+rx {} \; ; \ - find $(root)$(htdocsdir)/ -type f -exec chmod a+r {} \; ; \ + (cd $(root)$(doc_prefix)/ && $(TAR) -xf -); \ ++ cat $(TOP)/htdocs/index.html | \ ++ sed -e 's;@@HOSTNAME@@;$(conf_servername);' \ ++ > $(root)$(doc_prefix)/index.html ; \ + find $(root)$(doc_prefix)/ -type d -exec chmod a+rx {} \; ; \ + find $(root)$(doc_prefix)/ -type f -exec chmod a+r {} \; ; \ +# fi + if [ ! -d $(root)$(htdocsdir) ]; then \ -+ $(CP) -rp $(root)$(doc_prefix) $(root)$(htdocsdir); \ ++ $(MKDIR) $(root)$(htdocsdir); \ ++ $(CP) -rp $(root)$(doc_prefix)/index.html $(root)$(htdocsdir); \ fi - -@if [ -f $(root)$(cgidir)/printenv ]; then \ - echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(cgidir)/]"; \ - else \ -+ $(RM) $(root)$(htdocsdir).default -+ $(LN) -s $(root)$(doc_prefix) $(root)$(htdocsdir).default +# -@if [ -f $(root)$(cgidir)/printenv ]; then \ +# echo "[PRESERVING EXISTING DATA SUBDIR: $(root)$(cgidir)/]"; \ +# else \ @@ -114,12 +116,17 @@ fi @echo "Copying tree $(TOP)/icons/ -> $(root)$(iconsdir)/"; \ (cd $(TOP)/icons/ && $(TAR) $(TAROPT) - *) |\ -@@ -493,15 +517,17 @@ + (cd $(root)$(iconsdir)/ && $(TAR) -xf -); \ ++ $(CP) $(root)$(doc_prefix)/apache_pb.gif $(root)$(iconsdir); \ + find $(root)$(iconsdir)/ -type d -exec chmod a+rx {} \; ;\ + find $(root)$(iconsdir)/ -type f -exec chmod a+r {} \; + @echo "<=== [data]" +@@ -493,20 +521,24 @@ -e 's;@@ServerRoot@@/icons;$(iconsdir);' \ -e 's;@@ServerRoot@@/cgi-bin;$(cgidir);' \ -e 's;@@ServerRoot@@/proxy;$(proxycachedir);' \ -+ -e 's;@@ServerRoot@@/srm.conf;$(sysconfdir)/$(TARGET).conf;' \ -+ -e 's;@@ServerRoot@@/access.conf;$(sysconfdir)/$(TARGET).conf;' \ ++ -e 's;@@ServerRoot@@/srm.conf;/dev/null;' \ ++ -e 's;@@ServerRoot@@/access.conf;/dev/null;' \ -e 's;@@ServerRoot@@;$(prefix);g' \ -e 's;httpd\.conf;$(TARGET).conf;' \ -e 's;logs/accept\.lock;$(runtimedir)/$(TARGET).lock;' \ @@ -136,3 +143,10 @@ -e 's;conf/magic;$(sysconfdir)/magic;' \ -e 's;conf/mime\.types;$(sysconfdir)/mime.types;' \ -e 's;User nobody;User $(conf_user);' \ + -e 's;Group #-1;Group $(conf_group);' \ + -e 's;Port 80;Port $(conf_port);' \ ++ -e 's;@@MANUAL@@;$(doc_prefix);' \ ++ -e 's;@@HOSTNAME@@;$(conf_servername);' \ + -e 's;ServerAdmin you@your.address;ServerAdmin $(conf_serveradmin);' \ + -e 's;ServerName new.host.name;ServerName $(conf_servername);' \ + > $(TOP)/$(SRC)/.apaci.install.tmp && \ diff -ruN apache13-fp.orig/patches/patch-ag apache13-fp/patches/patch-ag --- apache13-fp.orig/patches/patch-ag Sun Sep 26 21:52:25 1999 +++ apache13-fp/patches/patch-ag Wed Oct 27 21:38:06 1999 @@ -1,28 +1,26 @@ --- conf/httpd.conf-dist.orig Wed May 5 15:17:59 1999 -+++ conf/httpd.conf-dist Mon Sep 6 13:01:08 1999 -@@ -97,6 +97,13 @@ ++++ conf/httpd.conf-dist Wed Oct 27 21:37:07 1999 +@@ -97,6 +97,9 @@ #ResourceConfig conf/srm.conf #AccessConfig conf/access.conf -+ -+### FrontPage needs these two directives defined, otherwise ### -+### the fpadmsrv.exe program will cause errors. ### +ResourceConfig @@ServerRoot@@/srm.conf +AccessConfig @@ServerRoot@@/access.conf -+ + # # Timeout: The number of seconds before receives and sends time out. # -@@ -246,7 +253,7 @@ - # don't use Group #-1 on these systems! - # - User nobody --Group #-1 -+Group nogroup - +@@ -176,6 +179,10 @@ + #Listen 3000 + #Listen 12.34.56.78:80 + ++Listen 80 ++# We need to Listen to port 8080, as that is were the Apache Docs can be accessed from. ++Listen 8080 ++ # - # ServerAdmin: Your address, where problems with the server should be + # BindAddress: You can support virtual hosts with this option. This directive + # is used to tell the server which IP address to listen to. It can either @@ -274,7 +281,7 @@ # documents. By default, all requests are taken from this directory, but # symbolic links and aliases may be used to point to other locations. @@ -36,6 +34,7 @@ # override. Can also be "All", or any combination of "Options", "FileInfo", # "AuthConfig", and "Limit" # +- AllowOverride None + +### These are the Minimum options need by the FrontPage Module. +### With out these options set the FrontPage Client will not be @@ -44,7 +43,7 @@ + + + - AllowOverride None ++# AllowOverride None + # @@ -83,3 +82,52 @@ # # Optionally add a line containing the server version and virtual host +@@ -852,3 +877,48 @@ + + # + # ++ ++# This virtual Host allows access to the Apache & Frontpage Docs on port 8080 ++ ++ ServerAdmin webmaster@@@HOSTNAME@@ ++ DocumentRoot @@MANUAL@@ ++ ServerName @@HOSTNAME@@ ++ ++ ++ ++ # ++ # This may also be "None", "All", or any combination of "Indexes", ++ # "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews". ++ # ++ # Note that "MultiViews" must be named *explicitly* --- "Options All" ++ # doesn't give it to you. ++ # ++ Options Indexes FollowSymLinks ++ ++ # ++ # This controls which options the .htaccess files in directories can ++ # override. Can also be "All", or any combination of "Options", "FileInfo", ++ # "AuthConfig", and "Limit" ++ # ++ AllowOverride None ++ ++ # ++ # Controls who can get stuff from this server. ++ # ++ Order allow,deny ++ Allow from all ++ ++ ++ ++ ++# This Virtual Host makes it so FrontPage will display pages from the ++# root web. Without this virtual host, Frontpage accesses the pages ++# on the default virtual host (port 8080) instead. ++# ++#NOTE: This Virtual Host Entry must be kept as the last _default_ ++# virtual host entry. ++ ++ ServerAdmin webmaster@@@HOSTNAME@@ ++ ServerName @@HOSTNAME@@ ++ ++ diff -ruN apache13-fp.orig/patches/patch-ai apache13-fp/patches/patch-ai --- apache13-fp.orig/patches/patch-ai Wed Dec 31 18:00:00 1969 +++ apache13-fp/patches/patch-ai Fri Jun 11 22:15:18 1999 @@ -0,0 +1,11 @@ +--- htdocs/manual/mod/index.html.orig Mon Mar 22 18:17:36 1999 ++++ htdocs/manual/mod/index.html Fri Jun 11 22:12:43 1999 +@@ -74,6 +74,8 @@ +
Demonstrates Apache API +
mod_expires Apache 1.2 and up +
Apply Expires: headers to resources ++
mod_frontpage Apache 1.2 and up ++
Apache mod_frontpage interface for FrontPage 2000 +
mod_headers Apache 1.2 and up +
Add arbitrary HTTP headers to resources +
mod_imap diff -ruN apache13-fp.orig/patches/patch-ap apache13-fp/patches/patch-ap --- apache13-fp.orig/patches/patch-ap Wed Dec 31 18:00:00 1969 +++ apache13-fp/patches/patch-ap Wed Oct 27 22:00:01 1999 @@ -0,0 +1,37 @@ +--- htdocs/index.html.orig Wed May 20 09:59:42 1998 ++++ htdocs/index.html Wed Oct 27 21:58:13 1999 +@@ -36,16 +36,29 @@ +

+ The Apache + documentation +- has been included with this distribution. ++ has been included with this distribution.
++ The FrontPage 20000 Extentions (mod_frontpage) has been ++ installed, read the ++ FrontPage 2000 documentation ++ carefully. +

+

+- The Webmaster of this site is free to use the image below on +- an Apache-powered Web server. Thanks for using Apache! ++ Information on the FreeBSD operating system can be found ++ on the FreeBSD Home Page. ++

++

++ The Webmaster of this site is free to use the images below on ++ an Apache-powered Web server. Thanks for using Apache on FreeBSD! +

+
+- ++ ++ Powered by Apache ++ ++ Site driven by FreeBSD - FreeBSD: The Power to Server! ++ ++ Created with Microsoft FrontPage 2000 +
+ + diff -ruN apache13-fp.orig/patches/patch-au apache13-fp/patches/patch-au --- apache13-fp.orig/patches/patch-au Sun Sep 26 21:52:25 1999 +++ apache13-fp/patches/patch-au Wed Dec 31 18:00:00 1969 @@ -1,48 +0,0 @@ ---- src/main/http_core.c.orig Mon Aug 9 02:29:29 1999 -+++ src/main/http_core.c Sun Aug 22 16:09:12 1999 -@@ -1832,6 +1832,32 @@ - return NULL; - } - -+static const char *set_resource_access_config(cmd_parms *cmd, void *dummy, -+ char *arg) -+{ -+ int offset = (int)(long)cmd->info; -+ char *struct_ptr = (char *)cmd->server; -+ -+ const char *err = ap_check_cmd_context(cmd, -+ NOT_IN_DIR_LOC_FILE|NOT_IN_LIMIT); -+ -+ if (err != NULL) { -+ return err; -+ } -+ -+ /* Prevent recursive read of SERVER_CONFIG_FILE -+ * If ResourceConfig/AccessConfig is equal to SERVER_CONFIG_FILE -+ * then set it to /dev/null -+ */ -+ if (strcmp(arg,SERVER_CONFIG_FILE)) { -+ *(char **)(struct_ptr + offset) = "/dev/null"; -+ } -+ else { -+ *(char **)(struct_ptr + offset) = arg; -+ } -+ return NULL; -+} -+ - static const char *server_type(cmd_parms *cmd, void *dummy, char *arg) - { - const char *err = ap_check_cmd_context(cmd, GLOBAL_ONLY); -@@ -2820,10 +2846,10 @@ - "A file for Apache to maintain runtime process management information"}, - { "LockFile", set_lockfile, NULL, RSRC_CONF, TAKE1, - "The lockfile used when Apache needs to lock the accept() call"}, --{ "AccessConfig", set_server_string_slot, -+{ "AccessConfig", set_resource_access_config, - (void *)XtOffsetOf (server_rec, access_confname), RSRC_CONF, TAKE1, - "The filename of the access config file" }, --{ "ResourceConfig", set_server_string_slot, -+{ "ResourceConfig", set_resource_access_config, - (void *)XtOffsetOf (server_rec, srm_confname), RSRC_CONF, TAKE1, - "The filename of the resource config file" }, - { "ServerAlias", set_server_alias, NULL, RSRC_CONF, RAW_ARGS, diff -ruN apache13-fp.orig/patches/patch-fa apache13-fp/patches/patch-fa --- apache13-fp.orig/patches/patch-fa Mon Jan 25 20:27:30 1999 +++ apache13-fp/patches/patch-fa Thu Jun 10 19:45:16 1999 @@ -1,156 +1,205 @@ ---- frontpage/version3.0/change_server.sh.orig Thu Mar 5 06:00:22 1998 -+++ frontpage/version3.0/change_server.sh Fri Jan 22 23:03:20 1999 -@@ -38,9 +38,9 @@ - { - VERSION="3.0" - PATH=".:/bin:/usr/bin:/sbin:/usr/sbin:/usr/ucb:/etc" -- NEWHTTPD="/usr/local/frontpage/currentversion/apache-fp/httpd" -+ NEWHTTPD="PREFIX/sbin/httpd" - UPGRADEVERSION=`$NEWHTTPD -v` -- DEFAULTHTTPD="/usr/local/etc/httpd/httpd" -+ DEFAULTHTTPD="PREFIX/sbin/httpd" - - case "`echo 'x\c'`" in - 'x\c') echo="echo -n" nnl= ;; #BSD -@@ -59,6 +59,9 @@ - IRIX*) machine="sgi" ;; - SunOS*5.*sun4*) machine="solaris" ;; - SunOS*4.*sun4*) machine="sunos";; -+ FreeBSD* | \ -+ NetBSD* | \ -+ OpenBSD* | \ - *BSD/OS?3.0*) machine="bsdi3" ;; - BSD/OS*) machine="bsdi" ;; - SCO_SV*) machine="sco5" ;; -@@ -366,10 +369,19 @@ - *pache*) getHttpDirective $configfile AccessConfig $port - if [ "$param" != "" ] - then -- file=`basename $param` -- accessconffile="${configfiledir}${file}" -+ if [ "$param" != "/dev/null" ] -+ then -+ file=`basename $param` -+ accessconffile="${configfiledir}${file}" -+ else -+ configError -+ fi - else -- accessconffile="${configfiledir}access.conf" -+ accessconffile="${configfiledir}conf/access.conf" -+ if [ ! -f "$accessconffile" ] -+ then -+ configError2 -+ fi - fi - - if [ ! -f "$accessconffile" ] -@@ -932,10 +944,19 @@ - getHttpDirective $configfile ResourceConfig $port - if [ "$param" != "" ] - then -- file=`basename $param` -- resconffile="${configfiledir}${file}" -+ if [ "$param" != "/dev/null" ] -+ then -+ file=`basename $param` -+ resconffile="${configfiledir}${file}" -+ else -+ configError -+ fi - else -- resconffile="${configfiledir}srm.conf" -+ resconffile="${configfiledir}conf/srm.conf" -+ if [ ! -f "$resconffile" ] -+ then -+ configError2 -+ fi - fi - echo "Getting DocumentRoot from $resconffile." - getparam DocumentRoot $resconffile -@@ -952,10 +973,19 @@ - resconffile=$param - if [ "$param" != "" ] - then -- file=`basename $param` -- resconffile="${configfiledir}${file}" -+ if [ "$param" != "/dev/null" ] -+ then -+ file=`basename $param` -+ resconffile="${configfiledir}${file}" -+ else -+ configError -+ fi - else -- resconffile="${configfiledir}srm.conf" -+ resconffile="${configfiledir}conf/srm.conf" -+ if [ ! -f "$resconffile" ] -+ then -+ configError2 -+ fi - fi - echo "Getting UserDir from $resconffile." - getparam UserDir $resconffile -@@ -979,10 +1009,19 @@ - *) getHttpDirective $configfile ResourceConfig $port - if [ "$param" != "" ] - then -- file=`basename $param` -- resconffile="${configfiledir}${file}" -+ if [ "$param" != "/dev/null" ] -+ then -+ file=`basename $param` -+ resconffile="${configfiledir}${file}" -+ else -+ configError -+ fi - else -- resconffile="${configfiledir}srm.conf" -+ resconffile="${configfiledir}conf/srm.conf" -+ if [ ! -f "$resconffile" ] -+ then -+ configError2 -+ fi - fi - - if [ ! -f "$resconffile" ] -@@ -1124,6 +1163,39 @@ - getHttpRootDirective $configfile $directive - fi - -+} -+ -+configError() -+{ -+ echo -+ echo "ERROR: ${configfile} invalid format" -+ echo "Change ${configfile} as follows:" -+ echo -+ echo " ResourceConfig ${configfile}" -+ echo " AccessConfig ${configfile}" -+ echo -+ $echo "hit enter to continue${nnl}" -+ read continue -+ echo "Ouch!!!!!!!!!!!!! Not so hard, gently please" -+ echo -+ exit 1 -+} -+ -+configError2() -+{ -+ echo -+ echo "ERROR: ${configfile} invalid" -+ echo -+ echo "Change ${configfile} as follows:" -+ echo -+ echo " ResourceConfig ${configfiledir}srm.conf" -+ echo " AccessConfig ${configfiledir}access.conf" -+ echo -+ $echo "hit enter to continue${nnl}" -+ read continue -+ echo "Ouch!!!!!!!!!!!!! Not so hard, gently please" -+ echo -+ exit 1 - } - - error() +*** frontpage/version4.0/change_server.sh.orig Mon May 24 13:27:07 1999 +--- frontpage/version4.0/change_server.sh Thu Jun 10 19:43:09 1999 +*************** +*** 38,46 **** + { + VERSION="4.0" + PATH=".:/bin:/usr/bin:/sbin:/usr/sbin:/usr/ucb:/etc:/usr/bsd" +! NEWHTTPDNEW="/usr/local/frontpage/version${VERSION}/apache-fp/httpd" +! NEWHTTPDCOMPAT="/usr/local/frontpage/version${VERSION}/apache-fp/httpd.Compat" +! DEFAULTHTTPD="/usr/local/apache/sbin/httpd" + + case "`echo 'x\c'`" in + 'x\c') echo="echo -n" nnl= ;; #BSD +--- 38,46 ---- + { + VERSION="4.0" + PATH=".:/bin:/usr/bin:/sbin:/usr/sbin:/usr/ucb:/etc:/usr/bsd" +! NEWHTTPDNEW="PREFIX/sbin/httpd" +! NEWHTTPDCOMPAT="${NEWHTTPDNEW}" +! DEFAULTHTTPD="PREFIX/sbin/httpd" + + case "`echo 'x\c'`" in + 'x\c') echo="echo -n" nnl= ;; #BSD +*************** +*** 60,65 **** +--- 60,68 ---- + IRIX*) machine="sgi" ;; + SunOS*5.*sun4*) machine="solaris" ;; + SunOS*5.*i386*) machine="solarisx86" ;; ++ FreeBSD* | \ ++ NetBSD* | \ ++ OpenBSD* | \ + BSD/OS*) machine="bsdi" ;; + SCO_SV*) machine="sco5" ;; + UnixWare\ *\ *\ 7*\ i*) machine="uware7" ;; +*************** +*** 496,505 **** + *pache*) getHttpDirective $configfile AccessConfig $port + if [ "$param" != "" ] + then +! file=`basename $param` +! accessconffile="${configfiledir}${file}" + else +! accessconffile="${configfiledir}access.conf" + fi + + if [ ! -f "$accessconffile" ] +--- 499,517 ---- + *pache*) getHttpDirective $configfile AccessConfig $port + if [ "$param" != "" ] + then +! if [ "$param" != "/dev/null" ] +! then +! file=`basename $param` +! accessconffile="${configfiledir}${file}" +! else +! configError +! fi + else +! accessconffile="${configfiledir}conf/access.conf" +! if [ ! -f "$accessconffile" ] +! then +! configError2 +! fi + fi + + if [ ! -f "$accessconffile" ] +*************** +*** 1061,1070 **** + getHttpDirective $configfile ResourceConfig $port + if [ "$param" != "" ] + then +! file=`basename $param` +! resconffile="${configfiledir}${file}" + else +! resconffile="${configfiledir}srm.conf" + fi + echo "Getting DocumentRoot from $resconffile." + getparam DocumentRoot $resconffile +--- 1073,1091 ---- + getHttpDirective $configfile ResourceConfig $port + if [ "$param" != "" ] + then +! if [ "$param" != "/dev/null" ] +! then +! file=`basename $param` +! resconffile="${configfiledir}${file}" +! else +! configError +! fi + else +! resconffile="${configfiledir}conf/srm.conf" +! if [ ! -f "$resconffile" ] +! then +! configError2 +! fi + fi + echo "Getting DocumentRoot from $resconffile." + getparam DocumentRoot $resconffile +*************** +*** 1081,1090 **** + resconffile=$param + if [ "$param" != "" ] + then +! file=`basename $param` +! resconffile="${configfiledir}${file}" + else +! resconffile="${configfiledir}srm.conf" + fi + echo "Getting UserDir from $resconffile." + getparam UserDir $resconffile +--- 1102,1120 ---- + resconffile=$param + if [ "$param" != "" ] + then +! if [ "$param" != "/dev/null" ] +! then +! file=`basename $param` +! resconffile="${configfiledir}${file}" +! else +! configError +! fi + else +! resconffile="${configfiledir}conf/srm.conf" +! if [ ! -f "$resconffile" ] +! then +! configError2 +! fi + fi + echo "Getting UserDir from $resconffile." + getparam UserDir $resconffile +*************** +*** 1108,1117 **** + *) getHttpDirective $configfile ResourceConfig $port + if [ "$param" != "" ] + then +! file=`basename $param` +! resconffile="${configfiledir}${file}" + else +! resconffile="${configfiledir}srm.conf" + fi + + if [ ! -f "$resconffile" ] +--- 1138,1156 ---- + *) getHttpDirective $configfile ResourceConfig $port + if [ "$param" != "" ] + then +! if [ "$param" != "/dev/null" ] +! then +! file=`basename $param` +! resconffile="${configfiledir}${file}" +! else +! configError +! fi + else +! resconffile="${configfiledir}conf/srm.conf" +! if [ ! -f "$resconffile" ] +! then +! configError2 +! fi + fi + + if [ ! -f "$resconffile" ] +*************** +*** 1253,1258 **** +--- 1292,1330 ---- + getHttpRootDirective $configfile $directive + fi + ++ } ++ ++ configError() ++ { ++ echo ++ echo "ERROR: ${configfile} invalid format" ++ echo "Change ${configfile} as follows:" ++ echo ++ echo " ResourceConfig ${configfile}" ++ echo " AccessConfig ${configfile}" ++ echo ++ $echo "hit enter to continue${nnl}" ++ read continue ++ echo "Ouch!!!!!!!!!!!!! Not so hard, gently please" ++ echo ++ exit 1 ++ } ++ ++ configError2() ++ { ++ echo ++ echo "ERROR: ${configfile} invalid" ++ echo ++ echo "Change ${configfile} as follows:" ++ echo ++ echo " ResourceConfig ${configfiledir}srm.conf" ++ echo " AccessConfig ${configfiledir}access.conf" ++ echo ++ $echo "hit enter to continue${nnl}" ++ read continue ++ echo "Ouch!!!!!!!!!!!!! Not so hard, gently please" ++ echo ++ exit 1 + } + + error() diff -ruN apache13-fp.orig/patches/patch-fb apache13-fp/patches/patch-fb --- apache13-fp.orig/patches/patch-fb Mon Jan 25 20:27:30 1999 +++ apache13-fp/patches/patch-fb Sat Jun 12 13:59:06 1999 @@ -1,25 +1,25 @@ ---- frontpage/version3.0/fp_install.sh.orig Thu Mar 5 06:00:21 1998 -+++ frontpage/version3.0/fp_install.sh Fri Jan 22 22:58:40 1999 -@@ -50,7 +50,7 @@ +--- frontpage/version4.0/fp_install.sh.orig Mon May 24 12:45:14 1999 ++++ frontpage/version4.0/fp_install.sh Sat Jun 12 13:56:45 1999 +@@ -48,7 +48,7 @@ { - VERSION="3.0" + VERSION="4.0" PATH=".:/bin:/usr/bin:/sbin:/usr/sbin:/usr/ucb:/etc:/usr/bsd" - INSTALLDIRDEFAULT="/usr/local/frontpage" + INSTALLDIRDEFAULT="PREFIX/frontpage" case "`echo 'x\c'`" in 'x\c') echo="echo -n" nnl= ;; #BSD -@@ -69,6 +69,9 @@ - IRIX*) machine="sgi" ;; - SunOS*5.*sun4*) machine="solaris" ;; - SunOS*4.*sun4*) machine="sunos";; -+ FreeBSD* | \ -+ NetBSD* | \ -+ OpenBSD* | \ - *BSD/OS?3.0*) machine="bsdi3" ;; - BSD/OS*) machine="bsdi" ;; - SCO_SV*) machine="sco5" ;; -@@ -325,7 +328,7 @@ +@@ -68,6 +68,9 @@ + IRIX*) machine="sgi" ;; + SunOS*5.*sun4*) machine="solaris" ;; + SunOS*5.*i386*) machine="solarisx86" ;; ++ FreeBSD* | \ ++ NetBSD* | \ ++ OpenBSD* | \ + BSD/OS*) machine="bsdi" ;; + SCO_SV*) machine="sco5" ;; + UnixWare\ *\ *\ 7*\ i*) machine="uware7" ;; +@@ -327,7 +330,7 @@ echo "link will be created from /usr/local/frontpage/ to the location that" echo "is chosen." echo @@ -28,8 +28,8 @@ read installdir if [ "$installdir" = "" ] -@@ -412,7 +415,7 @@ - vtfile="fp30.$machine.tar" +@@ -414,7 +417,7 @@ + vtfile="fp40.$machine.tar" echo "Platform is $machine." - vtfilelocation="`pwd`/" @@ -37,30 +37,35 @@ getextfilename $vtfilelocation $vtfile || return 1 -@@ -651,10 +654,19 @@ +@@ -538,7 +541,7 @@ + upgrade="no" + echo "For details on how to upgrade servers manually, please see" + echo "the Server Extension Resource Kit (SERK), located in" +- echo "/usr/local/frontpage/version${VERSION}/serk" ++ echo "MOD_FPDOCDIR/serk" + echo + return $retval + else +@@ -655,10 +658,15 @@ *pache*) getHttpDirective $configfile AccessConfig $port if [ "$param" != "" ] then - file=`basename $param` - accessconffile="${configfiledir}${file}" -+ if [ "$param" != "/dev/null" ] ++ if [ "${param}" = "/dev/null" ] + then ++ accessconffile="${configfile}" ++ else + file=`basename $param` + accessconffile="${configfiledir}${file}" -+ else -+ configError + fi else - accessconffile="${configfiledir}access.conf" + accessconffile="${configfiledir}conf/access.conf" -+ if [ ! -f "$accessconffile" ] -+ then -+ configError2 -+ fi fi if [ ! -f "$accessconffile" ] -@@ -1101,18 +1113,29 @@ +@@ -1105,18 +1113,29 @@ webname="/" @@ -93,49 +98,47 @@ done getparam Port $configfile -@@ -1124,12 +1147,37 @@ - read port - done +@@ -1131,6 +1150,39 @@ + getparam User $configfile + defwebowner=$param -- getparam User $configfile -- webowner=$param -- - weconfigfile="${installdir}/we${port}.cnf" -+ getHttpDirective ${configfile} ResourceConfig ${port} -+ if [ "$param" = "/dev/null" ] -+ then -+ configError -+ fi -+ configfiledir=`dirname $configfile`"/" -+ if [ "$param" != "" ] ++ if [ "$defwebowner" = "" ] + then -+ file=`basename $param` -+ resconffile="${configfiledir}${file}" -+ else -+ resconffile="${configfiledir}conf/srm.conf" -+ if [ ! -f "$resconffile" ] ++ getHttpDirective $configfile ResourceConfig $port ++ if [ "$param" != "" ] + then -+ configError2 ++ if [ "${param}" = "/dev/null" ] ++ then ++ resconffile="${configfile}" ++ else ++ file=`basename $param` ++ resconffile="${configfiledir}${file}" ++ fi ++ else ++ resconffile="${configfiledir}srm.conf" + fi -+ fi - -- defwebowner=`$lsg ${docroot}${service} | $awk ' { print $3}'` -+ getparam DocumentRoot $resconffile -+ docroot=$param + -+ getparam User $configfile -+ defwebowner=$param ++ if [ ! -f "$resconffile" ] ++ then ++ echo "ERROR: $resconffile does not exist!" ++ return 1 ++ fi + -+ if [ "$defwebowner" = "" ] -+ then + getparam DocumentRoot $resconffile + docroot=$param ++ if [ ! -d "$docroot" ] ++ then ++ echo "ERROR: $docroot does not exist!" ++ return 1 ++ fi ++ + defwebowner=`$lsg ${docroot}${service} | $awk ' { print $3}'` + fi ++ + weconfigfile="${installdir}/we${port}.cnf" webowner="" - until [ "$webowner" != "" ] -@@ -1144,6 +1192,12 @@ +@@ -1146,6 +1198,12 @@ getparam Group $configfile defgroup=$param @@ -148,7 +151,7 @@ webgroup="" until [ "$webgroup" != "" ] do -@@ -1155,6 +1209,8 @@ +@@ -1157,6 +1215,8 @@ webgroup=$defgroup fi done @@ -157,10 +160,10 @@ until [ "$servertype" != "" ] do -@@ -1168,9 +1224,13 @@ - echo " 7. netscape-commerce" - echo " 8. netscape-fasttrack" - echo " 9. netscape-enterprise" +@@ -1167,9 +1227,13 @@ + echo " 4. netscape-fasttrack" + echo " 5. netscape-enterprise" + echo " 6. stronghold" - $echo "What type of Server is this: ${nnl}" + $echo "What type of Server is this: [$defservertypenum] ${nnl}" read servertypenum @@ -172,17 +175,7 @@ case $servertypenum in "1") servertype="ncsa" ;; -@@ -1185,7 +1245,8 @@ - "7") servertype="netscape-commerce" ;; - "8") servertype="netscape-fasttrack" ;; - "9") servertype="netscape-enterprise" ;; -- *) echo "Invalid option! Please try again." ;; -+ *) servertypenum="" -+ echo "Invalid option! Please try again." ;; - esac - done - -@@ -1510,6 +1571,8 @@ +@@ -1545,6 +1609,8 @@ read admin done @@ -191,10 +184,10 @@ until [ "$servertype" != "" ] do echo -@@ -1522,9 +1585,13 @@ - echo " 7. netscape-commerce" - echo " 8. netscape-fasttrack" - echo " 9. netscape-enterprise" +@@ -1554,9 +1620,13 @@ + echo " 4. netscape-fasttrack" + echo " 5. netscape-enterprise" + echo " 6. stronghold" - $echo "What type of Server is this: ${nnl}" + $echo "What type of Server is this: [$defservertypenum] ${nnl}" read servertypenum @@ -206,40 +199,7 @@ case $servertypenum in "1") servertype="ncsa" ;; -@@ -1539,7 +1606,8 @@ - "7") servertype="netscape-commerce" ;; - "8") servertype="netscape-fasttrack" ;; - "9") servertype="netscape-enterprise" ;; -- *) echo "Invalid option! Please try again." ;; -+ *) servertypenum="" -+ echo "Invalid option! Please try again." ;; - esac - done - -@@ -1825,10 +1893,19 @@ - *) getHttpDirective $configfile ResourceConfig $port - if [ "$param" != "" ] - then -- file=`basename $param` -- resconffile="${configfiledir}${file}" -+ if [ "$param" != "/dev/null" ] -+ then -+ file=`basename $param` -+ resconffile="${configfiledir}${file}" -+ else -+ configError -+ fi - else -- resconffile="${configfiledir}srm.conf" -+ resconffile="${configfiledir}conf/srm.conf" -+ if [ ! -f "$resconffile" ] -+ then -+ configError2 -+ fi - fi - - if [ ! -f "$resconffile" ] -@@ -1964,7 +2041,6 @@ +@@ -2023,7 +2093,6 @@ then getHttpRootDirective $configfile $directive fi @@ -247,90 +207,3 @@ } getnetscapedocroot() -@@ -2080,10 +2156,19 @@ - getHttpDirective $configfile ResourceConfig $port - if [ "$param" != "" ] - then -- file=`basename $param` -- resconffile="${configfiledir}${file}" -+ if [ "$param" != "/dev/null" ] -+ then -+ file=`basename $param` -+ resconffile="${configfiledir}${file}" -+ else -+ configError -+ fi - else -- resconffile="${configfiledir}srm.conf" -+ resconffile="${configfiledir}conf/srm.conf" -+ if [ ! -f $resconffile ] -+ then -+ configError2 -+ fi - fi - echo "Getting DocumentRoot from $resconffile." - getparam DocumentRoot $resconffile -@@ -2099,10 +2184,19 @@ - getHttpDirective $configfile ResourceConfig $port - if [ "$param" != "" ] - then -- file=`basename $param` -- resconffile="${configfiledir}${file}" -+ if [ "$param" != "/dev/null" ] -+ then -+ file=`basename $param` -+ resconffile="${configfiledir}${file}" -+ else -+ configError -+ fi - else -- resconffile="${configfiledir}srm.conf" -+ resconffile="${configfiledir}conf/srm.conf" -+ if [ ! -f "$resconffile" ] -+ then -+ configError2 -+ fi - fi - echo "Getting UserDir from $resconffile." - getparam UserDir $resconffile -@@ -2111,6 +2205,40 @@ - ;; - esac - -+} -+ -+configError() -+{ -+ echo -+ echo "ERROR: ${configfile} invalid" -+ echo -+ echo "Change ${configfile} as follows:" -+ echo -+ echo " ResourceConfig ${configfile}" -+ echo " AccessConfig ${configfile}" -+ echo -+ $echo "hit enter to continue${nnl}" -+ read continue -+ echo "Ouch!!!!!!!!!!!!!" -+ echo -+ exit 1 -+} -+ -+configError2() -+{ -+ echo -+ echo "ERROR: ${configfile} invalid" -+ echo -+ echo "Change ${configfile} as follows:" -+ echo -+ echo " ResourceConfig ${configfiledir}srm.conf" -+ echo " AccessConfig ${configfiledir}access.conf" -+ echo -+ $echo "hit enter to continue${nnl}" -+ read continue -+ echo "Ouch!!!!!!!!!!!!!" -+ echo -+ exit 1 - } - - error() diff -ruN apache13-fp.orig/patches/patch-fe apache13-fp/patches/patch-fe --- apache13-fp.orig/patches/patch-fe Sun Sep 26 21:52:25 1999 +++ apache13-fp/patches/patch-fe Sat Oct 16 17:05:07 1999 @@ -32,7 +32,7 @@ #include #include #include -+#include ++#include #include diff -ruN apache13-fp.orig/patches/patch-ff apache13-fp/patches/patch-ff --- apache13-fp.orig/patches/patch-ff Wed Dec 31 18:00:00 1969 +++ apache13-fp/patches/patch-ff Sat Oct 16 18:41:50 1999 @@ -0,0 +1,11 @@ +--- src/support/Makefile.tmpl.orig Tue Aug 10 09:37:18 1999 ++++ src/support/Makefile.tmpl Sat Oct 16 18:41:00 1999 +@@ -39,7 +39,7 @@ + -e 's%@LIBS_SHLIB@%$(LIBS_SHLIB)%g' && chmod a+x apxs + + suexec: suexec.o +- $(CC) $(CFLAGS) suexec.o -o suexec $(LDFLAGS) $(LIBS) ++ $(CC) $(CFLAGS) suexec.o -o suexec $(LDFLAGS) $(LIBS) -lutil + + clean: + rm -f $(TARGETS) *.o diff -ruN apache13-fp.orig/patches/patch-fi apache13-fp/patches/patch-fi --- apache13-fp.orig/patches/patch-fi Sun Sep 26 21:52:25 1999 +++ apache13-fp/patches/patch-fi Sat Oct 16 18:48:23 1999 @@ -1,5 +1,5 @@ --- src/main/http_request.c.orig Fri May 21 07:16:21 1999 -+++ src/main/http_request.c Mon Sep 6 13:12:55 1999 ++++ src/main/http_request.c Sat Oct 16 18:47:04 1999 @@ -187,6 +187,8 @@ return OK; } @@ -17,3 +17,11 @@ if (res) return res; +@@ -521,6 +524,7 @@ + r->per_dir_config = per_dir_defaults; + } + } ++ if (r->execfilename) r->filename = r->execfilename; + } + + /* diff -ruN apache13-fp.orig/patches/patch-fk apache13-fp/patches/patch-fk --- apache13-fp.orig/patches/patch-fk Wed Dec 31 18:00:00 1969 +++ apache13-fp/patches/patch-fk Thu Jul 1 18:44:02 1999 @@ -0,0 +1,15 @@ +--- frontpage/version4.0/readme.htm.orig Mon May 24 12:45:14 1999 ++++ frontpage/version4.0/readme.htm Thu Jun 10 21:03:28 1999 +@@ -124,10 +124,8 @@ + +

Server Extensions Resource Kit

+ +-

The FrontPage 2000 Server Extensions include a full set of documentation: the Server +-Extensions Resource Kit. This is an HTML document installed on the server machine (by +-default) in /usr/local/frontpage/version4.0/serk. To view the Server Extensions Resource +-Kit, open /usr/local/frontpage/version4.0/serk/default.htm in your Web browser.

++

The FrontPage 2000 Server Extensions include a full set of documentation: the ++Server Extensions Resource Kit. This is an HTML document installed on the server machine (by default).

+ +

The Server Extensions Resource Kit contains detailed information about installing and + administering the FrontPage Server Extensions along with an overview of the Server diff -ruN apache13-fp.orig/pkg/COMMENT apache13-fp/pkg/COMMENT --- apache13-fp.orig/pkg/COMMENT Sat Jun 26 14:03:49 1999 +++ apache13-fp/pkg/COMMENT Sat Oct 16 19:12:02 1999 @@ -1 +1 @@ -The extremely popular Apache http server w/MS FrontPage Extentions +The Apache webserver with w/MS Frontpage 2000 Extentions. diff -ruN apache13-fp.orig/pkg/DESCR apache13-fp/pkg/DESCR --- apache13-fp.orig/pkg/DESCR Mon Nov 9 19:56:01 1998 +++ apache13-fp/pkg/DESCR Sat Oct 16 19:14:11 1999 @@ -11,12 +11,12 @@ Microsoft Frontpage Extentions allows web administrators and authors to remotely manage, create, modify, or delete web pages on the Apache server -using Microsoft FrontPage 98. +using Microsoft FrontPage 2000. Documentation ------------- All the documentation is on-line on the WWW, via the URL's: - Apache - http://www.apache.org - FrontPage - http://www.microsoft.com/frontpage/wpp/SERK + Apache - http://www.apache.org/httpd.html + FrontPage - http://officeupdate.microsoft.com/frontpage/wpp/serk/ diff -ruN apache13-fp.orig/pkg/PLIST apache13-fp/pkg/PLIST --- apache13-fp.orig/pkg/PLIST Sun Sep 26 21:52:26 1999 +++ apache13-fp/pkg/PLIST Wed Oct 20 20:57:02 1999 @@ -97,10 +97,11 @@ sbin/rotatelogs sbin/suexec share/doc/apache/apache_pb.gif -@exec mkdir -p %D/www -@exec ln -fs %B %D/www/data.default -@unexec rm -f %D/www/data.default +@exec mkdir -p %D/www/data share/doc/apache/index.html +@exec if [ ! -f %D/www/data/%f ]; then cp %D/%F %D/www/data/%f; fi +@exec if [ ! -e %D/www/data.default ]; then ln -s %B %D/www/data.default; fi +@unexec if [ -h %D/www/data.default ]; then rm -f %D/www/data.default; fi share/doc/apache/manual/LICENSE share/doc/apache/manual/bind.html share/doc/apache/manual/cgi_path.html @@ -177,6 +178,9 @@ share/doc/apache/manual/mod/mod_env.html share/doc/apache/manual/mod/mod_example.html share/doc/apache/manual/mod/mod_expires.html +share/doc/apache/manual/mod/mod_frontpage/index.html +@exec ln -fs %D/frontpage/version4.0/serk %B/serk +@unexec rm -f %B/serk share/doc/apache/manual/mod/mod_headers.html share/doc/apache/manual/mod/mod_imap.html share/doc/apache/manual/mod/mod_include.html @@ -231,6 +235,8 @@ share/doc/apache/manual/windows.html www/cgi-bin.default/printenv www/cgi-bin.default/test-cgi +www/cgi-bin/printenv +www/cgi-bin/test-cgi www/icons/README www/icons/a.gif www/icons/alert.black.gif @@ -287,6 +293,8 @@ www/icons/pie7.gif www/icons/pie8.gif www/icons/portal.gif +www/icons/powerlogo.gif +www/icons/fplogo.gif www/icons/ps.gif www/icons/quill.gif www/icons/right.gif @@ -348,138 +356,200 @@ @dirrm libexec/apache @dirrm share/doc/apache/manual/images @dirrm share/doc/apache/manual/misc +@dirrm share/doc/apache/manual/mod/mod_frontpage @dirrm share/doc/apache/manual/mod @dirrm share/doc/apache/manual/search @dirrm share/doc/apache/manual/vhosts @dirrm share/doc/apache/manual @dirrm share/doc/apache @dirrm www/cgi-bin.default +@dirrm www/cgi-bin @dirrm www/icons/small @dirrm www/icons @dirrm www -frontpage/version3.0/LICENSE.TXT -frontpage/version3.0/change_server.sh -frontpage/version3.0/fp_install.sh -frontpage/version3.0/frontpage.cnf -frontpage/version3.0/frontpage.cnf.orig -frontpage/version3.0/readme.htm -frontpage/version3.0/set_default_perms.sh -frontpage/version3.0/_vti_bin/_vti_adm/admin.exe -frontpage/version3.0/_vti_bin/_vti_aut/author.exe -frontpage/version3.0/_vti_bin/fpcount.exe -frontpage/version3.0/_vti_bin/shtml.exe -frontpage/version3.0/admin/check.htm -frontpage/version3.0/admin/contents.htm -frontpage/version3.0/admin/deletesubweb.htm -frontpage/version3.0/admin/disable.htm -frontpage/version3.0/admin/enable.htm -frontpage/version3.0/admin/footer.htm -frontpage/version3.0/admin/fpadmin.htm -frontpage/version3.0/admin/fpbanner.htm -frontpage/version3.0/admin/fpcreated.gif -frontpage/version3.0/admin/ipaddress.htm -frontpage/version3.0/admin/newserver.htm -frontpage/version3.0/admin/newsubweb.htm -frontpage/version3.0/admin/perms.htm -frontpage/version3.0/admin/recalc.htm -frontpage/version3.0/admin/renamesubweb.htm -frontpage/version3.0/admin/scripts/fpadmcgi.exe -frontpage/version3.0/admin/setdirexec.htm -frontpage/version3.0/admin/setdirnoexec.htm -frontpage/version3.0/admin/topleft.gif -frontpage/version3.0/admin/topright.gif -frontpage/version3.0/admin/uninstall.htm -frontpage/version3.0/apache-fp/_vti_bin/fpexe -frontpage/version3.0/apache-fp/fp-patch-apache_1.2.5 -frontpage/version3.0/apache-fp/fpexe.c -frontpage/version3.0/apache-fp/httpd -@unexec rm %D/frontpage/version3.0/apache-fp/suidkey* -frontpage/version3.0/bin/_vti_inf.html -frontpage/version3.0/bin/fpextde.msg -frontpage/version3.0/bin/fpextes.msg -frontpage/version3.0/bin/fpextfr.msg -frontpage/version3.0/bin/fpextit.msg -frontpage/version3.0/bin/fpextja.msg -frontpage/version3.0/bin/fpsrvadm.exe -frontpage/version3.0/bin/postinfo.html -frontpage/version3.0/exes/_vti_bin/_vti_adm/admin.exe -frontpage/version3.0/exes/_vti_bin/_vti_aut/author.exe -frontpage/version3.0/exes/_vti_bin/fpcount.exe -frontpage/version3.0/exes/_vti_bin/shtml.exe -frontpage/version3.0/nls/cp_1250.nls -frontpage/version3.0/nls/cp_1251.nls -frontpage/version3.0/nls/cp_1252.nls -frontpage/version3.0/nls/cp_1253.nls -frontpage/version3.0/nls/cp_1254.nls -frontpage/version3.0/nls/cp_1255.nls -frontpage/version3.0/nls/cp_1256.nls -frontpage/version3.0/nls/cp_1257.nls -frontpage/version3.0/nls/cp_1258.nls -frontpage/version3.0/nls/cp_28592.nls -frontpage/version3.0/nls/cp_28605.nls -frontpage/version3.0/nls/cp_437.nls -frontpage/version3.0/nls/cp_850.nls -frontpage/version3.0/nls/cp_874.nls -frontpage/version3.0/nls/cp_932.nls -frontpage/version3.0/nls/cp_936.nls -frontpage/version3.0/nls/cp_949.nls -frontpage/version3.0/nls/cp_950.nls -frontpage/version3.0/serk/images/admin.gif -frontpage/version3.0/serk/images/appendix.gif -frontpage/version3.0/serk/images/architec.gif -frontpage/version3.0/serk/images/editor.gif -frontpage/version3.0/serk/images/explorer.gif -frontpage/version3.0/serk/images/filler25.gif -frontpage/version3.0/serk/images/home.gif -frontpage/version3.0/serk/images/i_conten.gif -frontpage/version3.0/serk/images/i_fpacls.gif -frontpage/version3.0/serk/images/install.gif -frontpage/version3.0/serk/images/intro.gif -frontpage/version3.0/serk/images/mslogo.gif -frontpage/version3.0/serk/images/publish1.gif -frontpage/version3.0/serk/images/publish2.gif -frontpage/version3.0/serk/images/security.gif -frontpage/version3.0/serk/images/serkl.gif -frontpage/version3.0/serk/images/serkr.gif -frontpage/version3.0/serk/images/trouble.gif -frontpage/version3.0/serk/images/u_conten.gif -frontpage/version3.0/serk/images/u_fpaccs.gif -frontpage/version3.0/serk/a_bots.htm -frontpage/version3.0/serk/a_fpexe.htm -frontpage/version3.0/serk/a_fpini.htm -frontpage/version3.0/serk/a_iisprm.htm -frontpage/version3.0/serk/a_modfp.htm -frontpage/version3.0/serk/a_source.htm -frontpage/version3.0/serk/a_spfile.htm -frontpage/version3.0/serk/a_uncnf.htm -frontpage/version3.0/serk/a_unperm.htm -frontpage/version3.0/serk/a_vers.htm -frontpage/version3.0/serk/admin.htm -frontpage/version3.0/serk/appendix.htm -frontpage/version3.0/serk/banner.htm -frontpage/version3.0/serk/default.htm -frontpage/version3.0/serk/home.htm -frontpage/version3.0/serk/install.htm -frontpage/version3.0/serk/intro.htm -frontpage/version3.0/serk/nav.htm -frontpage/version3.0/serk/security.htm -frontpage/version3.0/serk/trouble.htm -frontpage/version3.0/srcs/fp.suid.c -@dirrm frontpage/version3.0/_vti_bin/_vti_adm -@dirrm frontpage/version3.0/_vti_bin/_vti_aut -@dirrm frontpage/version3.0/_vti_bin -@dirrm frontpage/version3.0/admin/scripts -@dirrm frontpage/version3.0/admin -@dirrm frontpage/version3.0/apache-fp/_vti_bin -@dirrm frontpage/version3.0/apache-fp -@dirrm frontpage/version3.0/bin -@dirrm frontpage/version3.0/exes/_vti_bin/_vti_adm -@dirrm frontpage/version3.0/exes/_vti_bin/_vti_aut -@dirrm frontpage/version3.0/exes/_vti_bin -@dirrm frontpage/version3.0/exes -@dirrm frontpage/version3.0/nls -@dirrm frontpage/version3.0/serk/images -@dirrm frontpage/version3.0/serk -@dirrm frontpage/version3.0/srcs -@dirrm frontpage/version3.0 -@unexec rm %D/frontpage/currentversion +frontpage/version4.0/LICENSE.TXT +frontpage/version4.0/change_server.sh +frontpage/version4.0/fp_install.sh +frontpage/version4.0/frontpage.cnf +frontpage/version4.0/frontpage.cnf.orig +frontpage/version4.0/set_default_perms.sh +frontpage/version4.0/_vti_bin/_vti_adm/admin.exe +frontpage/version4.0/_vti_bin/_vti_aut/author.exe +frontpage/version4.0/_vti_bin/fpcount.exe +frontpage/version4.0/_vti_bin/shtml.exe +frontpage/version4.0/admin/check.htm +frontpage/version4.0/admin/contents.htm +frontpage/version4.0/admin/delsbweb.htm +frontpage/version4.0/admin/direxe.htm +frontpage/version4.0/admin/dirnoexe.htm +frontpage/version4.0/admin/disable.htm +frontpage/version4.0/admin/enable.htm +frontpage/version4.0/admin/footer.htm +frontpage/version4.0/admin/fpadmin.htm +frontpage/version4.0/admin/fpbanner.htm +frontpage/version4.0/admin/fpcreate.gif +frontpage/version4.0/admin/ipaddr.htm +frontpage/version4.0/admin/newsbweb.htm +frontpage/version4.0/admin/newsrvr.htm +frontpage/version4.0/admin/perms.htm +frontpage/version4.0/admin/recalc.htm +frontpage/version4.0/admin/rensbweb.htm +frontpage/version4.0/admin/scripts/fpadmcgi.exe +frontpage/version4.0/admin/topleft.gif +frontpage/version4.0/admin/topright.gif +frontpage/version4.0/admin/uninstal.htm +frontpage/version4.0/apache-fp/_vti_bin/fpexe +frontpage/version4.0/apache-fp/fp-patch-apache_1.3.3 +frontpage/version4.0/apache-fp/fpexe.c +frontpage/version4.0/apache-fp/httpd +frontpage/version4.0/apache-fp/httpd.Compat +@unexec rm %D/frontpage/version4.0/apache-fp/suidkey* +frontpage/version4.0/bin/_vti_inf.htm +frontpage/version4.0/bin/fpsrvadm.exe +frontpage/version4.0/bin/postinfo.htm +frontpage/version4.0/exes/_vti_bin/_vti_adm/admin.exe +frontpage/version4.0/exes/_vti_bin/_vti_aut/author.exe +frontpage/version4.0/exes/_vti_bin/fpcount.exe +frontpage/version4.0/exes/_vti_bin/shtml.exe +frontpage/version4.0/nls/cp_1250.nls +frontpage/version4.0/nls/cp_1251.nls +frontpage/version4.0/nls/cp_1252.nls +frontpage/version4.0/nls/cp_1253.nls +frontpage/version4.0/nls/cp_1254.nls +frontpage/version4.0/nls/cp_1255.nls +frontpage/version4.0/nls/cp_1256.nls +frontpage/version4.0/nls/cp_1257.nls +frontpage/version4.0/nls/cp_1258.nls +frontpage/version4.0/nls/cp_28592.nls +frontpage/version4.0/nls/cp_28605.nls +frontpage/version4.0/nls/cp_437.nls +frontpage/version4.0/nls/cp_850.nls +frontpage/version4.0/nls/cp_874.nls +frontpage/version4.0/nls/cp_932.nls +frontpage/version4.0/nls/cp_936.nls +frontpage/version4.0/nls/cp_949.nls +frontpage/version4.0/nls/cp_950.nls +frontpage/version4.0/serk/001.gif +frontpage/version4.0/serk/1ptrans.gif +frontpage/version4.0/serk/SERK.css +frontpage/version4.0/serk/adadv.htm +frontpage/version4.0/serk/adadv_1.htm +frontpage/version4.0/serk/adadv_2.htm +frontpage/version4.0/serk/adadv_3.htm +frontpage/version4.0/serk/adadv_4.htm +frontpage/version4.0/serk/adadv_5.htm +frontpage/version4.0/serk/adadv_6.htm +frontpage/version4.0/serk/adadv_7.htm +frontpage/version4.0/serk/adadv_8.htm +frontpage/version4.0/serk/adadv_9.htm +frontpage/version4.0/serk/adfpre.htm +frontpage/version4.0/serk/adfpre01.gif +frontpage/version4.0/serk/adfpre02.gif +frontpage/version4.0/serk/adfpre_1.htm +frontpage/version4.0/serk/adfpre_2.htm +frontpage/version4.0/serk/adfpre_3.htm +frontpage/version4.0/serk/adfpre_4.htm +frontpage/version4.0/serk/adfpre_5.htm +frontpage/version4.0/serk/adfpre_6.htm +frontpage/version4.0/serk/adfpre_7.htm +frontpage/version4.0/serk/adfpsr.htm +frontpage/version4.0/serk/adfpsr_1.htm +frontpage/version4.0/serk/adfpsr_2.htm +frontpage/version4.0/serk/adfpsr_3.htm +frontpage/version4.0/serk/adhtm.htm +frontpage/version4.0/serk/adhtm_1.htm +frontpage/version4.0/serk/adhtm_2.htm +frontpage/version4.0/serk/admart.gif +frontpage/version4.0/serk/admmc.htm +frontpage/version4.0/serk/admmc_1.htm +frontpage/version4.0/serk/admmc_2.htm +frontpage/version4.0/serk/admmc_3.htm +frontpage/version4.0/serk/admmc_4.htm +frontpage/version4.0/serk/admmc_5.htm +frontpage/version4.0/serk/admmc_6.htm +frontpage/version4.0/serk/adoview.htm +frontpage/version4.0/serk/apndx00.htm +frontpage/version4.0/serk/apndx01.htm +frontpage/version4.0/serk/apndx02.htm +frontpage/version4.0/serk/apndx03.htm +frontpage/version4.0/serk/apndx04.htm +frontpage/version4.0/serk/apndx05.htm +frontpage/version4.0/serk/apndxtoc.htm +frontpage/version4.0/serk/axrpc.htm +frontpage/version4.0/serk/back.gif +frontpage/version4.0/serk/bullet.gif +frontpage/version4.0/serk/cnrat_1.gif +frontpage/version4.0/serk/cnrat_2.gif +frontpage/version4.0/serk/cpyright.htm +frontpage/version4.0/serk/default.htm +frontpage/version4.0/serk/dwnarrow.gif +frontpage/version4.0/serk/home.gif +frontpage/version4.0/serk/incompat.htm +frontpage/version4.0/serk/inintro.htm +frontpage/version4.0/serk/inunix.htm +frontpage/version4.0/serk/inwindow.htm +frontpage/version4.0/serk/msft.gif +frontpage/version4.0/serk/next.gif +frontpage/version4.0/serk/noterule.gif +frontpage/version4.0/serk/ovarchit.htm +frontpage/version4.0/serk/ovart.gif +frontpage/version4.0/serk/ovfeat01.gif +frontpage/version4.0/serk/ovfeat02.gif +frontpage/version4.0/serk/ovfeat03.gif +frontpage/version4.0/serk/ovfeatur.htm +frontpage/version4.0/serk/ovpublis.htm +frontpage/version4.0/serk/ovscenar.htm +frontpage/version4.0/serk/ovwhatar.htm +frontpage/version4.0/serk/ovwhatis.htm +frontpage/version4.0/serk/previous.gif +frontpage/version4.0/serk/r_ydot.gif +frontpage/version4.0/serk/scintro.htm +frontpage/version4.0/serk/scuni.htm +frontpage/version4.0/serk/scuni_1.htm +frontpage/version4.0/serk/scuni_10.htm +frontpage/version4.0/serk/scuni_2.htm +frontpage/version4.0/serk/scuni_3.htm +frontpage/version4.0/serk/scuni_4.htm +frontpage/version4.0/serk/scuni_5.htm +frontpage/version4.0/serk/scuni_6.htm +frontpage/version4.0/serk/scuni_7.htm +frontpage/version4.0/serk/scuni_8.htm +frontpage/version4.0/serk/scuni_9.htm +frontpage/version4.0/serk/scunix01.gif +frontpage/version4.0/serk/scwin.htm +frontpage/version4.0/serk/scwin_1.htm +frontpage/version4.0/serk/scwin_2.htm +frontpage/version4.0/serk/scwin_3.htm +frontpage/version4.0/serk/scwin_4.htm +frontpage/version4.0/serk/scwin_5.htm +frontpage/version4.0/serk/scwin_6.htm +frontpage/version4.0/serk/scwin_7.htm +frontpage/version4.0/serk/scwin_8.htm +frontpage/version4.0/serk/scwin_9.htm +frontpage/version4.0/serk/secart.gif +frontpage/version4.0/serk/serkindx.htm +frontpage/version4.0/serk/serktop.gif +frontpage/version4.0/serk/serktop.htm +frontpage/version4.0/serk/serkxtra.gif +frontpage/version4.0/serk/serkxtra.htm +frontpage/version4.0/serk/setart.gif +frontpage/version4.0/serk/splash.gif +frontpage/version4.0/serk/termofus.gif +frontpage/version4.0/serk/top.gif +frontpage/version4.0/srcs/fp.suid.c +@dirrm frontpage/version4.0/_vti_bin/_vti_adm +@dirrm frontpage/version4.0/_vti_bin/_vti_aut +@dirrm frontpage/version4.0/_vti_bin +@dirrm frontpage/version4.0/admin/scripts +@dirrm frontpage/version4.0/admin +@dirrm frontpage/version4.0/apache-fp/_vti_bin +@dirrm frontpage/version4.0/apache-fp +@dirrm frontpage/version4.0/bin +@dirrm frontpage/version4.0/exes/_vti_bin/_vti_adm +@dirrm frontpage/version4.0/exes/_vti_bin/_vti_aut +@dirrm frontpage/version4.0/exes/_vti_bin +@dirrm frontpage/version4.0/exes +@dirrm frontpage/version4.0/nls +@dirrm frontpage/version4.0/serk +@dirrm frontpage/version4.0/srcs +@dirrm frontpage/version4.0 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 21: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 63DFB14F79 for ; Wed, 27 Oct 1999 21:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA97001; Wed, 27 Oct 1999 21:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from narcissus.pel.sys.hiroshima-u.ac.jp (narcissus.pel.sys.hiroshima-u.ac.jp [133.41.37.161]) by hub.freebsd.org (Postfix) with ESMTP id 7B3CC14C85 for ; Wed, 27 Oct 1999 20:59:54 -0700 (PDT) (envelope-from nobutaka@narcissus.pel.sys.hiroshima-u.ac.jp) Received: (from nobutaka@localhost) by narcissus.pel.sys.hiroshima-u.ac.jp (8.9.3/8.9.3) id MAA00860; Thu, 28 Oct 1999 12:59:50 +0900 (JST) (envelope-from nobutaka) Message-Id: <199910280359.MAA00860@narcissus.pel.sys.hiroshima-u.ac.jp> Date: Thu, 28 Oct 1999 12:59:50 +0900 (JST) From: nobutaka@nobutaka.com Reply-To: nobutaka@nobutaka.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14572: Update port: graphics/gimp1-i18n Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14572 >Category: ports >Synopsis: Update port: graphics/gimp1-i18n >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 27 21:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: MANTANI Nobutaka >Release: FreeBSD 4.0-CURRENT i386 >Organization: Hiroshima University >Environment: >Description: Fixed typo in files/gimp.setfont . >How-To-Repeat: >Fix: diff -urN gimp1-i18n.old/files/gimp.setfont gimp1-i18n/files/gimp.setfont --- gimp1-i18n.old/files/gimp.setfont Thu Oct 28 12:48:44 1999 +++ gimp1-i18n/files/gimp.setfont Thu Oct 28 12:49:53 1999 @@ -46,7 +46,7 @@ if (-e "$path/gtkrc") { chmod(0644, "$path/gtkrc"); print "Renaming $path/gtkrc to ${path}/gtkrc.old...\n"; - rename($path, "${path}/gtkrc.old"); + rename("${path}/gtkrc", "${path}/gtkrc.old"); } print "Writing $path/gtkrc...\n"; @@ -217,7 +217,7 @@ } if ($lang eq "japanese") { - $fontset = "-*-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-1,-*-fixed-medium-r-normal--14-*-*-*-*-*-jisx0201.1978-0,-*-fixed-medium-r-normal--14-*-*-*-*-*-jisx0208.1983-0"; + $fontset = "-*-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-1,-*-fixed-medium-r-normal--14-*-*-*-*-*-jisx0201.1976-0,-*-fixed-medium-r-normal--14-*-*-*-*-*-jisx0208.1983-0"; print "Setting for Japanese language...\n\n"; write_gtkrc($fontset); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 27 22: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 3EE7514FFC for ; Wed, 27 Oct 1999 22:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA02875; Wed, 27 Oct 1999 22:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from narcissus.pel.sys.hiroshima-u.ac.jp (narcissus.pel.sys.hiroshima-u.ac.jp [133.41.37.161]) by hub.freebsd.org (Postfix) with ESMTP id 5657614EC1 for ; Wed, 27 Oct 1999 22:29:31 -0700 (PDT) (envelope-from nobutaka@narcissus.pel.sys.hiroshima-u.ac.jp) Received: (from nobutaka@localhost) by narcissus.pel.sys.hiroshima-u.ac.jp (8.9.3/8.9.3) id OAA02108; Thu, 28 Oct 1999 14:29:27 +0900 (JST) (envelope-from nobutaka) Message-Id: <199910280529.OAA02108@narcissus.pel.sys.hiroshima-u.ac.jp> Date: Thu, 28 Oct 1999 14:29:27 +0900 (JST) From: nobutaka@nobutaka.com Reply-To: nobutaka@nobutaka.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14573: Update port: devel/boehm-gc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14573 >Category: ports >Synopsis: Update port: devel/boehm-gc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 27 22:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: MANTANI Nobutaka >Release: FreeBSD 4.0-CURRENT i386 >Organization: Hiroshima University >Environment: >Description: Update from 4.14 to 5.0alpha3. >How-To-Repeat: >Fix: diff -urN boehm-gc.old/Makefile boehm-gc/Makefile --- boehm-gc.old/Makefile Thu Oct 28 14:19:10 1999 +++ boehm-gc/Makefile Fri Oct 15 08:42:41 1999 @@ -1,15 +1,16 @@ # New ports collection makefile for: boehm-gc -# Version required: 4.10 +# Version required: 5.0alpha3 # Date created: 15 November 1996 # Whom: Mike McGaughey # # $FreeBSD: ports/devel/boehm-gc/Makefile,v 1.7 1999/08/25 05:47:27 obrien Exp $ # -DISTNAME= gc4.14 -PKGNAME= boehm-gc-4.14 +DISTNAME= gc5.0alpha3 +PKGNAME= boehm-gc-5.0a3 CATEGORIES= devel -MASTER_SITES= http://reality.sgi.com/boehm_mti/gc_source/ +MASTER_SITES= http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/ \ + http://reality.sgi.com/boehm_mti/gc_source/ MAINTAINER= mmcg@cs.monash.edu.au diff -urN boehm-gc.old/files/md5 boehm-gc/files/md5 --- boehm-gc.old/files/md5 Thu Oct 28 14:19:10 1999 +++ boehm-gc/files/md5 Tue Oct 12 11:56:32 1999 @@ -1 +1 @@ -MD5 (gc4.14.tar.gz) = 2b852a33443116dbaa163494fd423027 +MD5 (gc5.0alpha3.tar.gz) = af5221c6ce00d7dd1c4e0662e0c87008 diff -urN boehm-gc.old/patches/patch-aa boehm-gc/patches/patch-aa --- boehm-gc.old/patches/patch-aa Thu Oct 28 14:19:10 1999 +++ boehm-gc/patches/patch-aa Fri Oct 15 08:42:41 1999 @@ -1,17 +1,27 @@ ---- Makefile.orig Tue Jul 20 02:13:46 1999 -+++ Makefile Tue Jul 20 02:17:01 1999 -@@ -16,8 +16,35 @@ +--- Makefile.orig Sat Sep 11 01:49:18 1999 ++++ Makefile Tue Oct 12 17:27:25 1999 +@@ -8,15 +8,42 @@ + # c++ interface to gc.a + # cord/de - builds dumb editor based on cords. + ABI_FLAG= +-CC=cc $(ABI_FLAG) +-CXX=CC $(ABI_FLAG) ++CC+= $(ABI_FLAG) ++CXX+= $(ABI_FLAG) + AS=as $(ABI_FLAG) + # The above doesn't work with gas, which doesn't run cpp. + # Define AS as `gcc -c -x assembler-with-cpp' instead. # Under Irix 6, you will have to specify the ABI (-o32, -n32, or -64) # if you use something other than the default ABI on your machine. -CFLAGS= -O -DATOMIC_UNCOLLECTABLE -DNO_SIGNALS -DNO_EXECUTE_PERMISSION -DALL_INTERIOR_POINTERS -DSILENT - +# We want this to be a drop-in linkable library, hence the -DREDIRECT. +# The new c++-t and c++-nt (test and notest) are because we don't want +# to fill anyone's log with leak messages! - MMCG + -+CFLAGS= -O -DNO_SIGNALS -DALL_INTERIOR_POINTERS -DATOMIC_UNCOLLECTABLE \ -+ -DNO_EXECUTE_PERMISSION -DSILENT -DREDIRECT_MALLOC=GC_malloc ++GCFLAGS= -DNO_SIGNALS -DALL_INTERIOR_POINTERS -DATOMIC_UNCOLLECTABLE \ ++ -DNO_EXECUTE_PERMISSION -DSILENT ++CFLAGS+= $(GCFLAGS) + +LEAKFLAGS=$(CFLAGS) -DFIND_LEAK + @@ -33,11 +43,19 @@ + ${INSTALL_DATA} libleak.a libgc.a ${PREFIX}/lib + ${INSTALL_DATA} gc.h gc_cpp.h ${PREFIX}/include + ${INSTALL_MAN} gc.man ${PREFIX}/man/man3/gc.3 -+ + # For dynamic library builds, it may be necessary to add flags to generate # PIC code, e.g. -fPIC on Linux. +@@ -138,7 +165,7 @@ + -DDONT_ADD_BYTE_AT_END -DALL_INTERIOR_POINTERS + # Flags for building libgc.a -- the last two are required. + +-CXXFLAGS= $(CFLAGS) ++CXXFLAGS+= $(GCFLAGS) + AR= ar + RANLIB= ranlib -@@ -183,8 +210,6 @@ +@@ -202,8 +229,6 @@ # not time-critical anyway. # Set SPECIALCFLAGS to -q nodirect_code on Encore. @@ -46,7 +64,7 @@ pcr: PCR-Makefile gc_private.h gc_hdrs.h gc.h gcconfig.h mach_dep.o $(SRCS) make -f PCR-Makefile depend make -f PCR-Makefile -@@ -222,13 +247,18 @@ +@@ -245,6 +270,12 @@ ./if_mach HP_PA "" $(CXX) $(CXXFLAGS) -o test_cpp $(srcdir)/test_cpp.cc gc_cpp.o gc.a -ldld ./if_not_there test_cpp $(CXX) $(CXXFLAGS) -o test_cpp $(srcdir)/test_cpp.cc gc_cpp.o gc.a `./threadlibs` @@ -57,11 +75,12 @@ + @echo "Use ./test_cpp 1 to test the leak library" + c++: gc_cpp.o $(srcdir)/gc_cpp.h test_cpp - rm -f on_sparc_sunos5_4 - ./if_mach SPARC SUNOS5 touch on_sparc_sunos5_4 - ./if_mach SPARC SUNOS5 $(AR) rus gc.a gc_cpp.o - ./if_not_there on_sparc_sunos5_4 $(AR) ru gc.a gc_cpp.o - ./if_not_there on_sparc_sunos5_4 $(RANLIB) gc.a || cat /dev/null + rm -f dont_ar_4 + ./if_mach SPARC SUNOS5 touch dont_ar_4 +@@ -253,7 +284,6 @@ + ./if_mach M68K AMIGA $(AR) -vrus gc.a gc_cpp.o + ./if_not_there dont_ar_4 $(AR) ru gc.a gc_cpp.o + ./if_not_there dont_ar_4 $(RANLIB) gc.a || cat /dev/null - ./test_cpp 1 echo > c++ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 28 4:56:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from malkav.snowmoon.com (machine-126-237.cdcsd.k12.ny.us [208.20.126.237]) by hub.freebsd.org (Postfix) with SMTP id B940B14F98 for ; Thu, 28 Oct 1999 04:56:24 -0700 (PDT) (envelope-from jaime@malkav.snowmoon.com) Received: (qmail 84964 invoked from network); 28 Oct 1999 11:56:23 -0000 Received: from localhost (HELO localhost.snowmoon.com) (127.0.0.1) by localhost with SMTP; 28 Oct 1999 11:56:23 -0000 Date: Thu, 28 Oct 1999 07:56:23 -0400 (EDT) From: Jaime Kikpole To: Forrest Aldrich Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Cyrus SASL In-Reply-To: <4.2.1.19991027222820.00a69890@216.67.12.69> 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, 27 Oct 1999, Forrest Aldrich wrote: > Anyone have luck compiling the latest Cyrus SASL on FreeBSD-3.3+ ? > > Is someone working on an official port. Sendmail 8.10.x supports it. Is this a varient of the Cyrus IMAP server? Last I checked, the Cyrus IMAP4/POP3 server was still in the ports. Jaime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 28 7:27: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from viper.lovett.com (viper.lovett.com [216.60.121.173]) by hub.freebsd.org (Postfix) with ESMTP id 7148414C08 for ; Thu, 28 Oct 1999 07:26:59 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by viper.lovett.com with local (Exim 3.03 #1) id 11gqVv-0007F1-00; Thu, 28 Oct 1999 09:26:51 -0500 Date: Thu, 28 Oct 1999 09:26:51 -0500 From: Ade Lovett To: Ron 'The InSaNe One' Rosson Cc: freebsd-ports@freebsd.org Subject: Re: gnome-pilot Message-ID: <19991028092651.H23722@lovett.com> References: <19991027171317.A49854@lunatic.oneinsane.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <19991027171317.A49854@lunatic.oneinsane.net>; from insane@lunatic.oneinsane.net on Wed, Oct 27, 1999 at 05:13:17PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Oct 27, 1999 at 05:13:17PM -0700, Ron 'The InSaNe One' Rosson wrote: > Has anyone taken a look at gnome-pilot to get added to the ports. I had > tried to get it to compile but quickly found out I was in over my head. Working on it.. hopefully I'll have something soon -- trying to clean up some of the tcl/tk stuff too at the moment. -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 28 7:32:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by hub.freebsd.org (Postfix) with ESMTP id E987D14D46; Thu, 28 Oct 1999 07:32:18 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from owp.csus.edu (mothra.ecs.csus.edu [130.86.76.220]) by pebkac.owp.csus.edu (8.9.3/8.9.3) with ESMTP id HAA64205; Thu, 28 Oct 1999 07:32:00 -0700 (PDT) Message-ID: <38185CCB.21359FBF@owp.csus.edu> Date: Thu, 28 Oct 1999 07:25:15 -0700 From: Joseph Scott X-Mailer: Mozilla 4.61 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Jaime Kikpole Cc: Forrest Aldrich , freebsd-questions@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: Cyrus SASL References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jaime Kikpole wrote: > > On Wed, 27 Oct 1999, Forrest Aldrich wrote: > > Anyone have luck compiling the latest Cyrus SASL on FreeBSD-3.3+ ? > > > > Is someone working on an official port. Sendmail 8.10.x supports it. > > Is this a varient of the Cyrus IMAP server? Last I checked, the > Cyrus IMAP4/POP3 server was still in the ports. > > Jaime I read through their site at one point, I believe the SASL library is what Cyrus developed to deal with authentication. The newer versions of Cyrus, ie : 1.6.x + require the SASL lib. The version of Cyrus in the ports is 1.5.x and doesn't require the SASL lib. I'd asked a couple of times about updating the port to 1.6.x, realizing that it would probably be a real pain, but 1.6.x has features that would be beneficial ( like mail filtering, with another add on program ). So far someone said they were going to look at it, but nothing ever came of that. Joseph Scott joseph.scott@owp.csus.edu Water Programs - CSU Sacramento To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 28 8:30: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 BF8C015125 for ; Thu, 28 Oct 1999 08:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA01822; Thu, 28 Oct 1999 08:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from anaconda.lovett.com (anaconda.lovett.com [216.60.121.168]) by hub.freebsd.org (Postfix) with ESMTP id 8960215086 for ; Thu, 28 Oct 1999 08:20:49 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by anaconda.lovett.com with local (Exim 3.03 #1) id 11grM8-000NyI-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 28 Oct 1999 10:20:48 -0500 Message-Id: Date: Thu, 28 Oct 1999 10:20:48 -0500 From: Ade Lovett Reply-To: ade@lovett.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14577: Update lang/expect Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14577 >Category: ports >Synopsis: Update lang/expect >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 28 08:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ade Lovett >Release: FreeBSD 3.3-STABLE i386 >Organization: Lovett Network Consultancy >Environment: Up to date ports tree. >Description: Expect has been updated to version 5.31, NIST still don't use version numbers for their tarballs. Pointed out by: bento >How-To-Repeat: cd lang/expect; make >Fix: Apply following patch to take expect to version 5.31, say goodbye to a.out/elf hackery, and depend on tcl/tk 8.2 instead of 8.0 Version: 5.30 -> 5.31 Changes: Makefile files/md5 patches/patch-aa pkg/PLIST Adds: NONE Removes: NONE cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/lang/expect/Makefile,v retrieving revision 1.40 diff -u -r1.40 Makefile --- Makefile 1999/08/25 06:34:30 1.40 +++ Makefile 1999/10/28 15:16:19 @@ -1,26 +1,26 @@ # New ports collection makefile for: expect # Date created: 20 November 1994 # Whom: pst -# Version required: 5.30 +# Version required: 5.31 # # $FreeBSD: ports/lang/expect/Makefile,v 1.40 1999/08/25 06:34:30 obrien Exp $ DISTNAME= expect -PKGNAME= expect-5.30 -CATEGORIES= lang tcl80 tk80 +PKGNAME= expect-5.31 +CATEGORIES= lang tcl82 tk82 MASTER_SITES= http://expect.nist.gov/ MAINTAINER= ports@freebsd.org -LIB_DEPENDS?= tk80.1:${PORTSDIR}/x11-toolkits/tk80 +LIB_DEPENDS?= tk82.1:${PORTSDIR}/x11-toolkits/tk82 WRKSRC= ${WRKDIR}/${PKGNAME} GNU_CONFIGURE= yes CONFIGURE_ARGS?= --enable-shared \ - --with-tclconfig=${PREFIX}/lib/tcl8.0 \ - --with-tclinclude=${PREFIX}/include/tcl8.0 \ - --with-tkconfig=${PREFIX}/lib/tk8.0 \ - --with-tkinclude=${PREFIX}/include/tk8.0 + --with-tclconfig=${PREFIX}/lib/tcl8.2 \ + --with-tclinclude=${PREFIX}/include/tcl8.2 \ + --with-tkconfig=${PREFIX}/lib/tk8.2 \ + --with-tkinclude=${PREFIX}/include/tk8.2 .if !defined(NO_MAN_INSTALL) MAN1= autoexpect.1 cryptdir.1 decryptdir.1 dislocate.1 \ expect.1 expectk.1 kibitz.1 mkpasswd.1 passmass.1 \ @@ -28,16 +28,8 @@ MAN3= libexpect.3 .endif -.include - -.if ${PORTOBJFORMAT} == "elf" -SOLIB= libexpect530.so.1 -.else -SOLIB= libexpect530.so.1.2 -.endif - post-install: - ${LN} -sf ${SOLIB} ${PREFIX}/lib/libexpect530.so + ${LN} -sf libexpect531.so.1 ${PREFIX}/lib/libexpect531.so ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib -.include +.include cvs diff: Diffing files Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/lang/expect/files/md5,v retrieving revision 1.16 diff -u -r1.16 md5 --- md5 1999/09/06 05:20:00 1.16 +++ md5 1999/10/27 23:06:07 @@ -1 +1 @@ -MD5 (expect.tar.gz) = 947ac547a40b02e7db0ecdae84b33ca7 +MD5 (expect.tar.gz) = aee409b4d3ebb4cc9a32b194006c0a51 cvs diff: Diffing patches Index: patches/patch-aa =================================================================== RCS file: /home/ncvs/ports/lang/expect/patches/patch-aa,v retrieving revision 1.9 diff -u -r1.9 patch-aa --- patch-aa 1999/08/19 03:19:02 1.9 +++ patch-aa 1999/10/27 23:10:39 @@ -1,19 +1,15 @@ ---- configure.orig Wed Aug 18 11:52:19 1999 -+++ configure Wed Aug 18 18:24:52 1999 -@@ -6076,7 +6076,11 @@ +--- configure.orig Fri Oct 22 22:48:14 1999 ++++ configure Wed Oct 27 18:10:25 1999 +@@ -6273,7 +6273,7 @@ + echo "configure:6274: checking for type of library to build" >&5 if test "$enable_shared" = "yes" && test "x${TCL_SHLIB_SUFFIX}" != "x" ; then EXP_SHLIB_CFLAGS=$TCL_SHLIB_CFLAGS - # EXP_SHARED_LIB_FILE=libexpect$EXP_LIB_VERSION$TCL_DBGX$TCL_SHLIB_SUFFIX - eval "EXP_SHARED_LIB_FILE=libexpect${TCL_SHARED_LIB_SUFFIX}" -+ if test X`objformat` = Xelf ; then -+ eval "EXP_SHARED_LIB_FILE=libexpect`echo ${VERSION} | tr -d .`.so.1" -+ else -+ eval "EXP_SHARED_LIB_FILE=libexpect`echo ${VERSION} | tr -d .`.so.1.2" -+ fi ++ eval "EXP_SHARED_LIB_FILE=libexpect`echo ${VERSION} | tr -d .`.so.1" EXP_LIB_FILE=$EXP_SHARED_LIB_FILE EXP_LIB_FILES="$EXP_SHARED_LIB_FILE $EXP_UNSHARED_LIB_FILE" echo "$ac_t""both shared and unshared" 1>&6 -@@ -6290,7 +6294,7 @@ +@@ -6504,7 +6504,7 @@ s%@TCL_SHLIB_LD@%$TCL_SHLIB_LD%g s%@SHLIB_SUFFIX@%$SHLIB_SUFFIX%g s%@TCL_LD_FLAGS@%$TCL_LD_FLAGS%g @@ -22,12 +18,12 @@ s%@TCL_LIB_SPEC@%$TCL_LIB_SPEC%g s%@TCL_SHARED_LIB_SUFFIX@%$TCL_SHARED_LIB_SUFFIX%g s%@TK_VERSION@%$TK_VERSION%g -@@ -6298,7 +6302,7 @@ +@@ -6512,7 +6512,7 @@ s%@TK_DBGX@%$TK_DBGX%g s%@TK_XINCLUDES@%$TK_XINCLUDES%g s%@TK_XLIBSW@%$TK_XLIBSW%g -s%@TK_BUILD_LIB_SPEC@%$TK_BUILD_LIB_SPEC%g +s%@TK_BUILD_LIB_SPEC@%$TK_LIB_SPEC%g s%@TK_LIB_SPEC@%$TK_LIB_SPEC%g - s%@CC@%$CC%g s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g + s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g cvs diff: Diffing pkg Index: pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/lang/expect/pkg/PLIST,v retrieving revision 1.14 diff -u -r1.14 PLIST --- PLIST 1999/08/19 03:19:03 1.14 +++ PLIST 1999/10/28 15:12:01 @@ -25,11 +25,11 @@ include/expect_tcl.h include/tclRegexp.h include/tcldbg.h -lib/expect5.30/pkgIndex.tcl -lib/expect5.30/libexpect530.a -lib/libexpect530.a -lib/libexpect530.so -lib/libexpect530.so.1 +lib/expect5.31/pkgIndex.tcl +lib/expect5.31/libexpect531.a +lib/libexpect531.a +lib/libexpect531.so +lib/libexpect531.so.1 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@dirrm lib/expect5.30 +@dirrm lib/expect5.31 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 28 9:33:11 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 0CCB814BC7 for ; Thu, 28 Oct 1999 09:33: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.3) with ESMTP id VAA89938 for ; Thu, 28 Oct 1999 21:31:44 GMT (envelope-from jcwells@u.washington.edu) X-Authentication-Warning: s8-37-26.student.washington.edu: jcw owned process doing -bs Date: Thu, 28 Oct 1999 21:31:43 +0000 (GMT) From: "Jason C. Wells" X-Sender: jcw@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: FreeBSD-ports Subject: ntp port dies in ntp_refclock.c 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 Am I the only one who gets this? ntp_refclock.c: In function `refclock_gtlin': ntp_refclock.c:654: warning: passing arg 2 of `time_pps_fetch' makes integer fro m pointer without a cast ntp_refclock.c:654: too few arguments to function `time_pps_fetch' *** Error code 1 Stop. Thank You, | http://students.washington.edu/jcwells/ Jason Wells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 28 9:40:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AE5C715076 for ; Thu, 28 Oct 1999 09:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA08204; Thu, 28 Oct 1999 09:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id DAB4414A12; Thu, 28 Oct 1999 09:36:49 -0700 (PDT) Message-Id: <19991028163649.DAB4414A12@hub.freebsd.org> Date: Thu, 28 Oct 1999 09:36:49 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/14579: Update port: misc/rpm to 2.5.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14579 >Category: ports >Synopsis: Update port: misc/rpm to 2.5.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 28 09:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE >Organization: >Environment: >Description: * Updated version 2.5.5 to 2.5.6 * Revised pkg/DESCR New file: patches/patch-ak >How-To-Repeat: >Fix: diff -urN /usr/ports/misc/rpm/Makefile misc/rpm/Makefile --- /usr/ports/misc/rpm/Makefile Tue Aug 31 21:08:51 1999 +++ misc/rpm/Makefile Thu Oct 28 12:00:00 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: rpm -# Version required: 2.5.5 +# Version required: 2.5.6 # Date created: 30 April 1999 # Whom: Thomas Gellekum # # $FreeBSD: ports/misc/rpm/Makefile,v 1.21 1999/08/31 06:48:25 mharo Exp $ # -DISTNAME= rpm-2.5.5 +DISTNAME= rpm-2.5.6 CATEGORIES= misc MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-2.5.x/ diff -urN /usr/ports/misc/rpm/files/md5 misc/rpm/files/md5 --- /usr/ports/misc/rpm/files/md5 Mon May 3 21:53:44 1999 +++ misc/rpm/files/md5 Thu Oct 28 12:00:00 1999 @@ -1 +1 @@ -MD5 (rpm-2.5.5.tar.gz) = 25a830dc96ea9de63e9d718ba8070d11 +MD5 (rpm-2.5.6.tar.gz) = 6676a957718f498d76554d5c42ff3519 diff -urN /usr/ports/misc/rpm/patches/patch-ak misc/rpm/patches/patch-ak --- /usr/ports/misc/rpm/patches/patch-ak Thu Jan 1 09:00:00 1970 +++ misc/rpm/patches/patch-ak Thu Oct 28 12:00:00 1999 @@ -0,0 +1,13 @@ +--- url.h.orig Mon Dec 14 09:24:23 1998 ++++ url.h Thu Oct 28 04:35:06 1999 +@@ -27,6 +27,10 @@ + #define IPPORT_HTTP 80 + #endif + ++#ifndef IPPORT_FTP ++#define IPPORT_FTP 21 ++#endif ++ + #ifdef __cplusplus + extern "C" { + #endif diff -urN /usr/ports/misc/rpm/pkg/DESCR misc/rpm/pkg/DESCR --- /usr/ports/misc/rpm/pkg/DESCR Mon May 3 21:53:45 1999 +++ misc/rpm/pkg/DESCR Thu Oct 28 12:00:00 1999 @@ -1,7 +1,7 @@ This is the Red Hat Package Manager. -There is also a rpm2cpio converter written in perl. You still need GNU -cpio and gzip, but at least you don't have to install the whole RPM -manager to get the files in an RPM. +Note: +There is also a rpm2cpio converter written in perl. You don't have to +install the whole RPM manager to get the files in an RPM. -WWW: http://www.eleves.ens.fr:8080/home/espel/hacks.html +WWW: http://www.rpm.org/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 28 9:40: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 D1A8B14BD2 for ; Thu, 28 Oct 1999 09:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA08167; Thu, 28 Oct 1999 09:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 2DDEE15180; Thu, 28 Oct 1999 09:33:20 -0700 (PDT) Message-Id: <19991028163320.2DDEE15180@hub.freebsd.org> Date: Thu, 28 Oct 1999 09:33:20 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/14578: Update port: mail/mbx2mbox to 0.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14578 >Category: ports >Synopsis: Update port: mail/mbx2mbox to 0.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 28 09:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE >Organization: >Environment: >Description: * Updated version 0.1 to 0.2 * Fixed MASTER_SITES >How-To-Repeat: >Fix: diff -urN /usr/ports/mail/mbx2mbox/Makefile mail/mbx2mbox/Makefile --- /usr/ports/mail/mbx2mbox/Makefile Fri Oct 22 21:06:49 1999 +++ mail/mbx2mbox/Makefile Thu Oct 28 12:00:00 1999 @@ -1,31 +1,28 @@ # New ports collection makefile for: mbx2mbox -# Version required: 0.1 +# Version required: 0.2 # Date created: 23 November 1998 # Whom: Josh Gilliam # # $FreeBSD: ports/mail/mbx2mbox/Makefile,v 1.3 1999/10/21 19:02:24 fenner Exp $ # -DISTNAME= mbx2mbox-0.1 +DISTNAME= mbx2mbox-0.2 CATEGORIES= mail -MASTER_SITES= http://www.cs.virginia.edu/~dwc3q/code/ \ - ftp://maroon.webmaster.com/pub/mbx2mbox/ -EXTRACT_SUFX= +MASTER_SITES= http://www.cs.virginia.edu/~dwc3q/code/ -EXTRACT_CMD= ${CP} -EXTRACT_BEFORE_ARGS= -EXTRACT_AFTER_ARGS= . -NO_WRKSUBDIR= yes NO_BUILD= yes USE_PERL5= yes post-patch: - - @${MV} ${WRKSRC}/${DISTNAME} ${WRKSRC}/${DISTNAME}.pre_sed + @${MV} ${WRKSRC}/mbx2mbox ${WRKSRC}/mbx2mbox.pre_sed @${SED} -e 's%/usr/bin/perl%${PERL}%' \ - ${WRKSRC}/${DISTNAME}.pre_sed > ${WRKSRC}/${DISTNAME} + ${WRKSRC}/mbx2mbox.pre_sed > ${WRKSRC}/mbx2mbox do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/mbx2mbox-0.1 ${PREFIX}/bin/mbx2mbox + ${INSTALL_SCRIPT} ${WRKSRC}/mbx2mbox ${PREFIX}/bin/mbx2mbox +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/mbx2mbox + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/mbx2mbox +.endif .include diff -urN /usr/ports/mail/mbx2mbox/files/md5 mail/mbx2mbox/files/md5 --- /usr/ports/mail/mbx2mbox/files/md5 Tue Dec 1 22:25:00 1998 +++ mail/mbx2mbox/files/md5 Thu Oct 28 12:00:00 1999 @@ -1 +1 @@ -MD5 (mbx2mbox-0.1) = 33347825943db32a7aa9c1f1de425861 +MD5 (mbx2mbox-0.2.tar.gz) = 89eec38147f13bf135032636da971568 diff -urN /usr/ports/mail/mbx2mbox/pkg/PLIST mail/mbx2mbox/pkg/PLIST --- /usr/ports/mail/mbx2mbox/pkg/PLIST Tue Dec 1 22:25:00 1998 +++ mail/mbx2mbox/pkg/PLIST Thu Oct 28 12:00:00 1999 @@ -1 +1,3 @@ bin/mbx2mbox +share/doc/mbx2mbox/README +@dirrm share/doc/mbx2mbox >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 28 9: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 96BE714C34 for ; Thu, 28 Oct 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 JAA09142; Thu, 28 Oct 1999 09:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 4915214BC7; Thu, 28 Oct 1999 09:45:10 -0700 (PDT) Message-Id: <19991028164510.4915214BC7@hub.freebsd.org> Date: Thu, 28 Oct 1999 09:45:10 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/14580: Update port: japanese/gxditview Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14580 >Category: ports >Synopsis: Update port: japanese/gxditview >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 28 09:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE >Organization: >Environment: >Description: * Updated version 1.09+mb0.98 to 1.10+mb0.99 * Moved information of manpages from pkg/PLIST to Makefile * Fixed typo at pkg/DESCR New file: patches/patch-aa >How-To-Repeat: >Fix: diff -urN /usr/ports/japanese/gxditview/Makefile japanese/gxditview/Makefile --- /usr/ports/japanese/gxditview/Makefile Tue Aug 31 21:08:04 1999 +++ japanese/gxditview/Makefile Thu Oct 28 12:00:00 1999 @@ -1,41 +1,31 @@ # New ports collection makefile for: gxditview (part of ja-groff) -# Version required: 1.09+0.98 +# Version required: 1.10+0.99 # Date created: 14 April 1995 # Whom: Nobuhiro Yasutomi # # $FreeBSD: ports/japanese/gxditview/Makefile,v 1.14 1999/08/31 06:45:33 mharo Exp $ # -DISTNAME= groff-1.09 -PKGNAME= ja-gxditview-0.98 +DISTNAME= groff-1.10 +PKGNAME= ja-gxditview-0.99 CATEGORIES= japanese print MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= groff +PATCH_SITES= ftp://ftp.ae.keio.ac.jp/pub/GNU/ \ + ftp://ftp.hipecs.hokudai.ac.jp/pub/GNU/jp/ +PATCHFILES= jgroff-0.99.diff.gz +PATCH_DIST_ARGS=? -d ${WRKSRC}/.. --forward --quiet -E -p1 + MAINTAINER= ports@FreeBSD.org -PATCH_SITES= ftp://ftp.iij.ad.jp/pub/NetNews/fj.sources/volume95/Apr/ -PATCHFILES= jgroff-0.98.diff.gz -DISTPATCHES= 950414.01.Z 950414.02.Z -PATCH_DIST_ARGS?= -d ${WRKSRC}/.. --forward --quiet -E -p1 +RUN_DEPENDS= groff:${PORTSDIR}/japanese/groff USE_IMAKE= yes -WRKSRC= ${WRKDIRPREFIX}${.CURDIR}/work/${DISTNAME}/xditview +WRKSRC= ${WRKDIR}/${DISTNAME}/xditview +MAN1= gxditview.1 -pre-fetch: - @(cd ${DISTDIR}; \ - if [ ! -f ${PATCHFILES} ]; then \ - ${ECHO_MSG} ">> ${PATCHFILES} doesn't seem to exist on this system."; \ - for file in ${DISTPATCHES} ; do \ - for site in ${PATCH_SITES} ; do \ - if ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${site}$${file} ${FETCH_AFTER_ARGS}; then \ - break; \ - fi \ - done; \ - done; \ - for file in ${DISTPATCHES} ; do zcat $${file}; done | \ - ${SED} '/^END -----/,/^BEGIN ----/d' | uudecode; \ - ${RM} -f ${DISTPATCHES};\ - fi) +post-patch: + @${PERL} -pi -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/Imakefile .include diff -urN /usr/ports/japanese/gxditview/files/md5 japanese/gxditview/files/md5 --- /usr/ports/japanese/gxditview/files/md5 Tue May 2 00:00:00 1995 +++ japanese/gxditview/files/md5 Thu Oct 28 12:00:00 1999 @@ -1,2 +1,2 @@ -MD5 (groff-1.09.tar.gz) = 759cb03fbccce45ce59478a26325480d -MD5 (jgroff-0.98.diff.gz) = 84147e01b4c3a30eb05dfe2196972d40 +MD5 (groff-1.10.tar.gz) = cc58a06abafe82ada7c02f0f2b2c8509 +MD5 (jgroff-0.99.diff.gz) = 0055c596a6cb641e3a8e844465e81623 diff -urN /usr/ports/japanese/gxditview/patches/patch-aa japanese/gxditview/patches/patch-aa --- /usr/ports/japanese/gxditview/patches/patch-aa Thu Jan 1 09:00:00 1970 +++ japanese/gxditview/patches/patch-aa Thu Oct 28 12:00:00 1999 @@ -0,0 +1,11 @@ +--- Imakefile.orig Wed Oct 28 22:19:59 1992 ++++ Imakefile Thu Oct 28 07:55:00 1999 +@@ -1,6 +1,6 @@ +-GROFF_LIBDIR = /usr/local/lib/groff ++GROFF_LIBDIR = %%LOCALBASE%%/share/groff + GROFF_FONTDIR = $(GROFF_LIBDIR)/font +-GROFF_FONTPATH = .:$(GROFF_FONTDIR):/usr/local/lib/font:/usr/lib/font ++GROFF_FONTPATH = .:$(GROFF_FONTDIR):/usr/share/groff_font + DPIS = 75 100 + + PROGRAMS = gxditview xtotroff diff -urN /usr/ports/japanese/gxditview/pkg/DESCR japanese/gxditview/pkg/DESCR --- /usr/ports/japanese/gxditview/pkg/DESCR Tue May 2 00:00:00 1995 +++ japanese/gxditview/pkg/DESCR Thu Oct 28 12:00:00 1999 @@ -1,2 +1,2 @@ This is Japanized gxditview, a X11 previewer for jgroff which -based on MIT's xditview and GNU's modication. +based on MIT's xditview and GNU's modification. diff -urN /usr/ports/japanese/gxditview/pkg/PLIST japanese/gxditview/pkg/PLIST --- /usr/ports/japanese/gxditview/pkg/PLIST Sun Nov 17 00:00:00 1996 +++ japanese/gxditview/pkg/PLIST Thu Oct 28 12:00:00 1999 @@ -1,3 +1,2 @@ bin/gxditview lib/X11/app-defaults/GXditview -man/man1/gxditview.1.gz >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 28 9:57:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from inter-trade.dn.ua (itrade.dn.ua [194.44.53.238]) by hub.freebsd.org (Postfix) with ESMTP id AC3CB155A6 for ; Thu, 28 Oct 1999 09:56:55 -0700 (PDT) (envelope-from nature@inter-trade.dn.ua) Received: from nature (nature.inter-trade.dn.ua [172.16.1.2]) by inter-trade.dn.ua (8.9.3/8.9.3) with SMTP id TAA00305; Thu, 28 Oct 1999 19:53:30 +0300 (EEST) (envelope-from nature@inter-trade.dn.ua) Message-ID: <000101bf215c$b6a15f00$020110ac@nature.inter-trade.dn.ua> From: "Alexey Lysenko" To: Cc: Subject: FreeBSD Port: upsd-2.0 Date: Thu, 28 Oct 1999 19:54:05 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear Alexis ! I'm Alexey Lysenko from Donetsk, Ukraine ! Thanks a lot 4 upsd-2.0. Today I tested it. You know, there are a lot of power-downs. But I see that there is the config file. Can I change any params and then how ? And how can I close this daemon thru "kill" signal correctly ? Thanks for attention ! With regard, Alexey Lysenko :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 28 10: 0:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2354314C8F for ; Thu, 28 Oct 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 KAA10107; Thu, 28 Oct 1999 10:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 960BC14C8F; Thu, 28 Oct 1999 09:53:13 -0700 (PDT) Message-Id: <19991028165313.960BC14C8F@hub.freebsd.org> Date: Thu, 28 Oct 1999 09:53:13 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/14581: Update port: japanese/weblint97 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14581 >Category: ports >Synopsis: Update port: japanese/weblint97 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 28 10:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE >Organization: >Environment: >Description: * Fixed MASTER_SITES * Fixed WWW: line at pkg/DESCR >How-To-Repeat: >Fix: diff -urN /usr/ports/japanese/weblint97/Makefile japanese/weblint97/Makefile --- /usr/ports/japanese/weblint97/Makefile Fri Oct 22 21:06:26 1999 +++ japanese/weblint97/Makefile Thu Oct 28 12:00:00 1999 @@ -9,16 +9,18 @@ DISTNAME= weblint-97-0.12 PKGNAME= ja-weblint97-0.12 CATEGORIES= japanese www -MASTER_SITES= ftp://ftp.win.or.jp/pub/network/www/weblint/ \ - ftp://ftp.sra.co.jp/pub/cmd/ \ +MASTER_SITES= http://www.sfc.keio.ac.jp/~mimasa/jweblint/ \ + ftp://ftp.win.ne.jp/pub/network/www/weblint/ \ ftp://ftp.hipecs.hokudai.ac.jp/pub/network/WWW/contrib/ -RUN_DEPENDS= ${PREFIX}/lib/perl/jcode.pl:${PORTSDIR}/japanese/jcode.pl +MAINTAINER= ports@FreeBSD.org -WRKSRC= ${WRKDIR}/weblint-97 +RUN_DEPENDS= ${PREFIX}/lib/perl/jcode.pl:${PORTSDIR}/japanese/jcode.pl + +WRKSRC= ${WRKDIR}/weblint-97 MANLANG= ja MAN1= jweblint.1 -MAKE_ENV= PERLLIBDIR="${PERLLIBDIR}" +MAKE_ENV= PERLLIBDIR="${PERLLIBDIR}" ALL_TARGET= euc-jp INSTALL_TARGET= jinstall diff -urN /usr/ports/japanese/weblint97/patches/patch-aa japanese/weblint97/patches/patch-aa --- /usr/ports/japanese/weblint97/patches/patch-aa Sun Aug 23 22:33:00 1998 +++ japanese/weblint97/patches/patch-aa Thu Oct 28 12:00:00 1999 @@ -1,5 +1,5 @@ --- Makefile.orig Sat Mar 8 00:12:00 1997 -+++ Makefile Sun Aug 23 23:57:27 1998 ++++ Makefile Thu Oct 28 03:41:46 1999 @@ -5,12 +5,15 @@ SHELL = /bin/sh @@ -19,11 +19,20 @@ EXTLIB = html-ext.pl I18NLIB = htmli18n.pl JCODE = jcode.pl -@@ -44,11 +47,10 @@ - -cp $(JPDIR)/$(JPROGRAM).1 $(JMANDIR) - -cp $(EXTLIB) $(LIBDIR) +@@ -39,16 +42,14 @@ -cp $(I18NLIB) $(LIBDIR) + + jinstall: $(JPROGRAM) +- -cp $(JPROGRAM) $(BINDIR) +- -chmod 755 $(BINDIR)/$(JPROGRAM) +- -cp $(JPDIR)/$(JPROGRAM).1 $(JMANDIR) +- -cp $(EXTLIB) $(LIBDIR) +- -cp $(I18NLIB) $(LIBDIR) - -cp $(JCODE) $(LIBDIR) ++ ${BSD_INSTALL_SCRIPT} $(JPROGRAM) $(BINDIR) ++ ${BSD_INSTALL_MAN} $(JPDIR)/$(JPROGRAM).1 $(JMANDIR) ++ ${BSD_INSTALL_DATA} $(EXTLIB) $(LIBDIR) ++ ${BSD_INSTALL_DATA} $(I18NLIB) $(LIBDIR) euc-jp: patch < $(JPDIR)/euc-jp.patch diff -urN /usr/ports/japanese/weblint97/pkg/DESCR japanese/weblint97/pkg/DESCR --- /usr/ports/japanese/weblint97/pkg/DESCR Fri May 7 21:13:18 1999 +++ japanese/weblint97/pkg/DESCR Thu Oct 28 12:00:00 1999 @@ -12,6 +12,6 @@ % jweblint file1.html [... fileN.html] If a file is in fact a directory, weblint will recurse, checking all files. -WWW: http://www.aichi-u.ac.jp/%7Emimasa/jweblint/victims.html +WWW: http://www.sfc.keio.ac.jp/%7Emimasa/jweblint/ -- Takayuki Ariga >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 28 10:12:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from shell11.ba.best.com (shell11.ba.best.com [206.184.139.142]) by hub.freebsd.org (Postfix) with ESMTP id A5D9114C34; Thu, 28 Oct 1999 10:12:18 -0700 (PDT) (envelope-from elb@BlossomAssociates.Com) Received: from localhost (elb@localhost) by shell11.ba.best.com (8.9.3/8.9.2/best.sh) with ESMTP id KAA28464; Thu, 28 Oct 1999 10:11:00 -0700 (PDT) X-Authentication-Warning: shell11.ba.best.com: elb owned process doing -bs Date: Thu, 28 Oct 1999 10:10:59 -0700 (PDT) From: Eric Blossom X-Sender: elb@shell11.ba.best.com To: dirk@freebsd.org, rse@engelschall.com Cc: ports@freebsd.org Subject: Apache with PHP and SSL Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm trying to build apache with both PHP and SSL. I successfully downloaded and installed rsaref and openssl. I downloaded the apache13-php3 port and typed make. I checked the ssl button and make tried to get mod_ssl-2.4.6-1.3.9.tar.gz from many different servers and failed. Is my strategy wrong or is the makefile a release behind (or ahead)? Or what? Eric Blossom mailto:Eric@BlossomAssociates.Com Blossom Associates West http://www.BlossomAssociates.Com/ 510 841-3338 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 28 11: 0:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FC4215185 for ; Thu, 28 Oct 1999 11:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA15268; Thu, 28 Oct 1999 11:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from nohow.demon.co.uk (nohow.demon.co.uk [212.228.18.189]) by hub.freebsd.org (Postfix) with ESMTP id AAE9714E26 for ; Thu, 28 Oct 1999 10:53:03 -0700 (PDT) (envelope-from noway@nohow.demon.co.uk) Received: (from noway@localhost) by nohow.demon.co.uk (8.9.3/8.9.3) id NAA10929; Thu, 28 Oct 1999 13:33:24 +0100 (BST) (envelope-from noway) Message-Id: <199910281233.NAA10929@nohow.demon.co.uk> Date: Thu, 28 Oct 1999 13:33:24 +0100 (BST) From: Jose Marques Reply-To: noway@nohow.demon.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14582: Fetchmail port "CONFIGURE_ARGS" additions Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14582 >Category: ports >Synopsis: Fetchmail port "CONFIGURE_ARGS" additions >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 28 11:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jose Marques >Release: FreeBSD 3.3-STABLE i386 >Organization: >Environment: >Description: Would it be possible to add "--enable-SDPS" to the "CONFIGURE_ARGS" for the mail/fetchmail port? This option adds support for extensions to the POP3 protocol used by my ISP. The above option does not impact POP3 downloads that do not use the "sdps" protocol and only adds 544 bytes to the size of the fetchmail binary. >How-To-Repeat: >Fix: Apply the following patch: diff -ruN fetchmail.orig/Makefile fetchmail/Makefile --- fetchmail.orig/Makefile Thu Oct 28 13:24:20 1999 +++ fetchmail/Makefile Thu Oct 28 13:19:56 1999 @@ -18,7 +18,7 @@ MAINTAINER= ve@sci.fi GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-OPIE --enable-RPA --enable-POP2 +CONFIGURE_ARGS= --enable-OPIE --enable-RPA --enable-POP2 --enable-SDPS CONFIGURE_ENV= LDFLAGS="${CFLAGS}" MAN1= fetchmail.1 MLINKS= fetchmail.1 fetchmailconf.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 Thu Oct 28 11:14:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id AFF7314EAE for ; Thu, 28 Oct 1999 11:14:30 -0700 (PDT) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (right/backatcha) with SMTP id OAA00757; Thu, 28 Oct 1999 14:14:28 -0400 (EDT) Date: Thu, 28 Oct 1999 14:14:28 -0400 (EDT) From: Trevor Johnson To: "Jason C. Wells" Cc: FreeBSD-ports Subject: Re: ntp port dies in ntp_refclock.c 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 > Am I the only one who gets this? > > ntp_refclock.c: In function `refclock_gtlin': > ntp_refclock.c:654: warning: passing arg 2 of `time_pps_fetch' makes > integer fro > m pointer without a cast > ntp_refclock.c:654: too few arguments to function `time_pps_fetch' > *** Error code 1 Jason: it compiles for me under 3.3-19990924-STABLE (19990904ish userland). The makefile I have says: # New ports collection makefile for: ntp # Version required: 4.0.72 # Date created: Di 5 Mai 1998 21:31:03 CEST # Whom: andreas # # $FreeBSD: ports/net/ntp/Makefile,v 1.9 1999/08/31 06:48:57 mharo Exp $ __ Trevor Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 28 11:44:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from bsd.studserv.ewc.edu (surf114-52-191.jacksonville.net [24.129.52.191]) by hub.freebsd.org (Postfix) with ESMTP id 3667414CF4 for ; Thu, 28 Oct 1999 11:44:53 -0700 (PDT) (envelope-from mjoyner@ewc.edu) Received: from ewc.edu (ip192-168-4-179.ip.ewc.edu [192.168.4.179]) by bsd.studserv.ewc.edu (8.9.3/8.9.3) with ESMTP id OAA53856 for ; Thu, 28 Oct 1999 14:44:46 -0400 (EDT) (envelope-from mjoyner@ewc.edu) Message-ID: <38189A38.512ED51F@ewc.edu> Date: Thu, 28 Oct 1999 14:47:20 -0400 From: Michael Joyner - Network Administrator Organization: Edward Waters College X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.3-19990905-RC i386) X-Accept-Language: en MIME-Version: 1.0 To: ports@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: xcircuit-2.0a10 Content-Type: multipart/mixed; boundary="------------2D50595F2C7B99B5B0D4FA49" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------2D50595F2C7B99B5B0D4FA49 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MD5 checksum doesn't match even though it seems to patch fine. Also, had to download the archive from their site manually, maybe add the http url for it? -Mike --------------2D50595F2C7B99B5B0D4FA49 Content-Type: text/x-vcard; charset=us-ascii; name="mjoyner.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Michael Joyner - Network Administrator Content-Disposition: attachment; filename="mjoyner.vcf" begin:vcard n:Joyner;Michael x-mozilla-html:TRUE org:Edward Waters College version:2.1 email;internet:mjoyner@ewc.edu title:PC Systems Administrator x-mozilla-cpt:;0 fn:Michael Joyner end:vcard --------------2D50595F2C7B99B5B0D4FA49-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 28 14: 7:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from p.funk.org (node1484.a2000.nl [62.108.20.132]) by hub.freebsd.org (Postfix) with ESMTP id 699B914D40 for ; Thu, 28 Oct 1999 14:07:24 -0700 (PDT) (envelope-from alexlh@p.funk.org) Received: (from alexlh@localhost) by p.funk.org (8.9.3/8.9.3) id XAA38112; Thu, 28 Oct 1999 23:06:44 +0200 (CEST) (envelope-from alexlh) Date: Thu, 28 Oct 1999 23:06:44 +0200 From: Alex Le Heux To: Kurt Seel Cc: freebsd-ports@freebsd.org Subject: Re: FreeBSD Port: sslproxy-19980614 Message-ID: <19991028230644.A33457@funk.org> References: <38106CBD.26479B44@utcorp.com> <3816006C.30B5B0E2@utcorp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3816006C.30B5B0E2@utcorp.com>; from kseel@utcorp.com on Tue, Oct 26, 1999 at 03:26:36PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I am listed as the maintainer of this port. I'm sorry I left all this sitting in my inbox so long, but I've been exceptionally busy. I should have more time again in the near future, and am prepared to continue maintaining it, although I don't use it myself anymore. If there are still problems with it, or if someone else (who actually uses it) would like to take over the maintanance, please let me know. Cheers, Alex Le Heux On Tue, Oct 26, 1999 at 03:26:36PM -0400, Kurt Seel wrote: > Kurt Seel wrote: > > > I have been kicking the tires on the sslproxy. I am running freebsd > > 2.2.7. > > It seems to work, with one exception: zombies, alot of them. Is anyone > > else using this tool? Is there a fix, or should I start hacking the > > code? > > > > -- > > "Signature file failed Preliminary Design Review. > > Feasibility of a new signature is currently being evaluated." > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-ports" in the body of the message > > I put a SIGCHLD handler in the program, to reap the exited child. > This only happens when there is (an abnormal?) a closed socket on > the 'inside' of the proxied connection. Funny thing is, I can't see how > this wouldn't happen on every platform, does linux or sys5 automate > this proccess for the programmer? > Anyway, I only follow up my own posts(s) to ask if I should somehow > get the port patched? > > -- > "Signature file failed Preliminary Design Review. > Feasibility of a new signature is currently being evaluated." > > -- "There is a disturbance in the execution of the companies mission statement" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 28 14:36:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pequannock.studby.uio.no (pequannock.studby.uio.no [129.240.214.205]) by hub.freebsd.org (Postfix) with ESMTP id 5C8B9153EF for ; Thu, 28 Oct 1999 14:36:20 -0700 (PDT) (envelope-from oka@pequannock.studby.uio.no) Received: (from oka@localhost) by pequannock.studby.uio.no (8.9.3/8.9.3) id XAA04193; Thu, 28 Oct 1999 23:35:53 +0200 To: Ray Newman Cc: gphoto@fujisaw.gr.jp, anders@fix.no, freebsd-ports@freebsd.org, gphoto-devel@gphoto.org Subject: gPhoto 0.4.0 on FreeBSD Reply-To: ole@gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit From: Ole Aamot Date: 28 Oct 1999 23:35:53 +0200 Message-ID: Lines: 31 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * Ray Newman wrote in gnu.misc.discuss > Again the question - has anyone got this working on FreeBSD V 3.0, 3.1 > or 3.2? if so, how? gPhoto 0.4.0 has been available in the FreeBSD Ports system for a while. Thanks to Toshiki Fujisawa and Anders Nordby for submitting patches and for making it available. Watch http://www.gphoto.org/download.php3 for links to new platform packages and development releases. Gary Ross has tagged the new development tree "gphoto_0_5_dev" in CVS (¹). If you plan to work on 0.5, Scott Fritzinger , the principal author of gPhoto, has posted two documents: - Description of the new gPhoto I/O library http://www.scs.unr.edu/~scottf/gphoto/IOLIBRARY - gPhoto Programmer's Manual http://www.scs.unr.edu/~scottf/gphoto/PROGRAMMERS Please submit patches to gphoto-devel@gphoto.org. Happy hacking. ¹ export CVSROOT=:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome cvs co -r gphoto_0_5_dev gphoto To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 28 14:48: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 CB3A614C49; Thu, 28 Oct 1999 14:48:38 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA37998; Thu, 28 Oct 1999 14:48:37 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 28 Oct 1999 14:48:37 -0700 (PDT) From: Message-Id: <199910282148.OAA37998@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, cpiazza@FreeBSD.org Subject: Re: ports/14582: Fetchmail port "CONFIGURE_ARGS" additions Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fetchmail port "CONFIGURE_ARGS" additions Responsible-Changed-From-To: freebsd-ports->cpiazza Responsible-Changed-By: cpiazza Responsible-Changed-When: Thu Oct 28 14:48:29 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 Thu Oct 28 15:23:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (Postfix) with ESMTP id 2C66A154D0 for ; Thu, 28 Oct 1999 15:23:01 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (silvia [209.109.233.59]) by vader.cs.berkeley.edu (8.9.3/8.9.3) with ESMTP id PAA04902 for ; Thu, 28 Oct 1999 15:21:38 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id PAA09034; Thu, 28 Oct 1999 15:21:32 -0700 (PDT) Date: Thu, 28 Oct 1999 15:21:32 -0700 (PDT) Message-Id: <199910282221.PAA09034@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: errorlogs From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi porters, I have changed the way restricted ports are handled. Before they were skipped -- now they are built and then deleted (using "make clean-restricted-list"). This way build errors for RESTRICTED ports will also show up on error logs. As always, logs are at http://bento.FreeBSD.org/errorlogs/ -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 28 15:23:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (Postfix) with ESMTP id 66E87154CE for ; Thu, 28 Oct 1999 15:23:09 -0700 (PDT) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.9.3/frmug-2.5/nospam) with UUCP id AAA02892 for freebsd-ports@FreeBSD.ORG; Fri, 29 Oct 1999 00:23:07 +0200 (CEST) (envelope-from roberto@keltia.freenix.fr) Received: by keltia.freenix.fr (Postfix, from userid 101) id 0FAA8878D; Thu, 28 Oct 1999 23:52:42 +0200 (CEST) Date: Thu, 28 Oct 1999 23:52:42 +0200 From: Ollivier Robert To: FreeBSD-ports Subject: Re: ntp port dies in ntp_refclock.c Message-ID: <19991028235242.A87684@keltia.freenix.fr> Mail-Followup-To: FreeBSD-ports References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0pre2i In-Reply-To: X-Operating-System: FreeBSD 4.0-CURRENT/ELF AMD-K6/200 & 2x PPro/200 SMP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org According to Trevor Johnson: > Jason: it compiles for me under 3.3-19990924-STABLE (19990904ish > userland). The makefile I have says: -STABLE is not conformant to the latest draft5 of the PPSAPI specs and the ntp it requires is not the latest one. The latest is 4.0.98b (I think) and is conformant to draft5. For STABLE you need something around 4.0.72 and maybe 4.0.93 (I'm not sure). All later versions require a draft5 compliant timepps.h. I just got bitten by this on my 3.3-R laptop. Maybe we should bring the upgrade to PPS into -STABLE or people will also get burnt by this. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 4.0-CURRENT #74: Thu Sep 9 00:20:51 CEST 1999 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 28 16: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 71F2114BDB for ; Thu, 28 Oct 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 QAA43664; Thu, 28 Oct 1999 16:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 3063314DA5; Thu, 28 Oct 1999 16:01:54 -0700 (PDT) Message-Id: <19991028230154.3063314DA5@hub.freebsd.org> Date: Thu, 28 Oct 1999 16:01:54 -0700 (PDT) From: rv@dsmit.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/14583: please update cons port to v1.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14583 >Category: ports >Synopsis: please update cons port to v1.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: Thu Oct 28 16:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Rajesh Vaidheeswarran >Release: 4.0-current >Organization: >Environment: >Description: Please update the cons port to 1.7. Patch is provided. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /usr2/rv/cvsroot/ports/cons/Makefile,v retrieving revision 1.5 diff -c -r1.5 Makefile *** Makefile 1999/07/31 02:54:32 1.5 --- Makefile 1999/10/28 22:59:04 *************** *** 1,12 **** # New ports collection makefile for: cons ! # Version required: 1.6b1 # Date created: May 18th 1999 # Whom: rv@fore.com # # $Id: Makefile,v 1.5 1999/07/31 02:54:32 rv Exp $ # ! DISTNAME= cons-1.6b1 PKGNAME= cons CATEGORIES= devel MASTER_SITES= http://www.dsmit.com/cons/ \ --- 1,13 ---- # New ports collection makefile for: cons ! # Version required: 1.7 # Date created: May 18th 1999 # Whom: rv@fore.com # # $Id: Makefile,v 1.5 1999/07/31 02:54:32 rv Exp $ # ! CONSVER= 1.7 ! DISTNAME= cons-${CONSVER} PKGNAME= cons CATEGORIES= devel MASTER_SITES= http://www.dsmit.com/cons/ \ *************** *** 20,26 **** USE_PERL5= yes NO_BUILD= yes ! PLIST_SUB= CONS_VER=1.6b1 MAN1= cons.1 DOCS= CHANGES COPYRIGHT INSTALL MANIFEST README RELEASE cons.html --- 21,27 ---- USE_PERL5= yes NO_BUILD= yes ! PLIST_SUB= CONS_VER=${CONSVER} MAN1= cons.1 DOCS= CHANGES COPYRIGHT INSTALL MANIFEST README RELEASE cons.html Index: files/md5 =================================================================== RCS file: /usr2/rv/cvsroot/ports/cons/files/md5,v retrieving revision 1.6 diff -c -r1.6 md5 *** files/md5 1999/07/31 02:54:32 1.6 --- files/md5 1999/10/28 22:59:04 *************** *** 1 **** ! MD5 (cons-1.6b1.tgz) = 2ce1ffbdfc01907dcdc25b3254cf4029 --- 1 ---- ! MD5 (cons-1.7.tgz) = 89bf20f4897cfe21f77f5e6341a6450b >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 28 19:40:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E83514E8A for ; Thu, 28 Oct 1999 19:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA58706; Thu, 28 Oct 1999 19:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id F06B514D96 for ; Thu, 28 Oct 1999 19:36:41 -0700 (PDT) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id 05B6D9B22; Thu, 28 Oct 1999 22:36:40 -0400 (EDT) Message-Id: <19991029023640.05B6D9B22@pawn.primelocation.net> Date: Thu, 28 Oct 1999 22:36:40 -0400 (EDT) From: jedgar@fxp.org Reply-To: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14585: New port: math/rcalc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14585 >Category: ports >Synopsis: New port: math/rcalc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 28 19:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 4.0-CURRENT i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: FreeBSD 4.0-CURRENT i386 >Description: New port: math/rcalc Symbolic calculator for GNOME >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: # # rcalc # rcalc/Makefile # rcalc/files # rcalc/files/md5 # rcalc/pkg # rcalc/pkg/PLIST # rcalc/pkg/COMMENT # rcalc/pkg/DESCR # echo c - rcalc mkdir -p rcalc > /dev/null 2>&1 echo x - rcalc/Makefile sed 's/^X//' >rcalc/Makefile << 'END-of-rcalc/Makefile' X# New ports collection makefile for: rcalc X# Version required: 0.1 X# Date created: 28 October 1999 X# Whom: Chris D. Faulhaber X# X# $FreeBSD$ X# X XDISTNAME= rCalc-0.1 XPKGNAME= rcalc-0.1 XCATEGORIES= math gnome XMASTER_SITES= http://members.xoom.com/ratsoft/download/ X XMAINTAINER= jedgar@fxp.org X XLIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs X XFETCH_BEFORE_ARGS+= -b # members.xoom.com is broken X XGTK_CONFIG?= ${X11BASE}/bin/gtk12-config X XUSE_X_PREFIX= yes XUSE_GMAKE= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-x XCONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \ X GTK_CONFIG="${GTK_CONFIG}" \ X LIBS="-L${LOCALBASE}/lib" X X.include END-of-rcalc/Makefile echo c - rcalc/files mkdir -p rcalc/files > /dev/null 2>&1 echo x - rcalc/files/md5 sed 's/^X//' >rcalc/files/md5 << 'END-of-rcalc/files/md5' XMD5 (rCalc-0.1.tar.gz) = 06bad68e9286d03a2598244458437943 END-of-rcalc/files/md5 echo c - rcalc/pkg mkdir -p rcalc/pkg > /dev/null 2>&1 echo x - rcalc/pkg/PLIST sed 's/^X//' >rcalc/pkg/PLIST << 'END-of-rcalc/pkg/PLIST' Xbin/rcalc END-of-rcalc/pkg/PLIST echo x - rcalc/pkg/COMMENT sed 's/^X//' >rcalc/pkg/COMMENT << 'END-of-rcalc/pkg/COMMENT' XSymbolic calculator for GNOME END-of-rcalc/pkg/COMMENT echo x - rcalc/pkg/DESCR sed 's/^X//' >rcalc/pkg/DESCR << 'END-of-rcalc/pkg/DESCR' XrCalc is a symbolic calculator for GNOME, featuring: X X * Standard infix expressions - you type something like X 1+3*sin(pi) and it will be evaluated for you in the X correct order. X * Variables (this is where the `symbolic' comes in). X If you enter an expression like a=1+e^2.5, then the X result is stored in a variable called a. You can X then use it in future expressions, like b=sqrt(a*5). X * Furthermore, variables are stored between sessions X unless you delete them. X XWWW: http://rat.spunge.org/rcalc/ X X- Chris D. Faulhaber Xjedgar@fxp.org END-of-rcalc/pkg/DESCR exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 29 3:11:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C34D14A0B; Fri, 29 Oct 1999 03:11:30 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA96036; Fri, 29 Oct 1999 03:11:30 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Date: Fri, 29 Oct 1999 03:11:30 -0700 (PDT) From: Message-Id: <199910291011.DAA96036@freefall.freebsd.org> To: nakai@FreeBSD.org, freebsd-ports@FreeBSD.org, nakai@FreeBSD.org Subject: Re: ports/14447: Update port: games/xpuyopuyo to 0.2.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: games/xpuyopuyo to 0.2.7 Responsible-Changed-From-To: freebsd-ports->nakai Responsible-Changed-By: nakai Responsible-Changed-When: Fri Oct 29 03:11:04 PDT 1999 Responsible-Changed-Why: I'll take this... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 29 3:40: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 33AFA1554C for ; Fri, 29 Oct 1999 03:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA98650; Fri, 29 Oct 1999 03:40: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 E198315503 for ; Fri, 29 Oct 1999 03:31:06 -0700 (PDT) (envelope-from naddy@bigeye.rhein-neckar.de) Received: from bigeye.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id MAA19080 for FreeBSD-gnats-submit@freebsd.org; Fri, 29 Oct 1999 12:31:05 +0200 (CEST) (envelope-from naddy@bigeye.rhein-neckar.de) Received: (from naddy@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id MAA26354; Fri, 29 Oct 1999 12:21:44 +0200 (CEST) (envelope-from naddy) Message-Id: <199910291021.MAA26354@bigeye.rhein-neckar.de> Date: Fri, 29 Oct 1999 12:21:44 +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/14587: misc/buffer: spelling fix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14587 >Category: ports >Synopsis: misc/buffer: spelling fix >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 Oct 29 03:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: n/a >Description: Spelling fix for the help text output by buffer (ports/misc/buffer): "writen" -> "written" >How-To-Repeat: buffer -h >Fix: diff -ur /usr/ports/misc/buffer/patches/patch-aa buffer/patches/patch-aa --- /usr/ports/misc/buffer/patches/patch-aa Tue Mar 30 04:42:20 1999 +++ buffer/patches/patch-aa Fri Oct 29 12:17:36 1999 @@ -1,5 +1,16 @@ ---- buffer.ORG/buffer.c Wed Jul 14 17:59:17 1993 -+++ buffer.c Fri Nov 17 20:23:58 1995 +--- buffer.c.orig Wed Jul 14 17:59:17 1993 ++++ buffer.c Fri Oct 29 12:17:10 1999 +@@ -339,8 +339,8 @@ + fprintf( stderr, "Usage: %s [-B] [-t] [-S size] [-m memsize] [-b blocks] [-p percent] [-s blocksize] [-u pause] [-i infile] [-o outfile] [-z size]\n", + progname ); + fprintf( stderr, "-B = blocked device - pad out last block\n" ); +- fprintf( stderr, "-t = show total amount writen at end\n" ); +- fprintf( stderr, "-S size = show amount writen every size bytes\n" ); ++ fprintf( stderr, "-t = show total amount written at end\n" ); ++ fprintf( stderr, "-S size = show amount written every size bytes\n" ); + fprintf( stderr, "-m size = size of shared mem chunk to grab\n" ); + fprintf( stderr, "-b num = number of blocks in queue\n" ); + fprintf( stderr, "-p percent = don't start writing until percent blocks filled\n" ); @@ -384,6 +384,7 @@ } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 29 6:13: 4 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 49A1C155A7 for ; Fri, 29 Oct 1999 06:12:49 -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 PAA31652; Fri, 29 Oct 1999 15:10:59 +0200 (CEST) (envelope-from ibex) Date: Fri, 29 Oct 1999 15:10:59 +0200 From: Dirk Froemberg To: Eric Blossom Cc: rse@engelschall.com, ports@freebsd.org Subject: Re: Apache with PHP and SSL Message-ID: <19991029151058.B30753@physik.TU-Berlin.DE> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Eric! The current version of mod_ssl is 2.4.6. In case of problems you should be able to get the distfile from the main site (http://www.modssl.org/) at least. But for me it works from the port, too... Regards Dirk On Thu, Oct 28, 1999 at 10:10:59AM -0700, Eric Blossom wrote: > I'm trying to build apache with both PHP and SSL. > I successfully downloaded and installed rsaref and openssl. > I downloaded the apache13-php3 port and typed make. I checked the ssl > button and make tried to get mod_ssl-2.4.6-1.3.9.tar.gz from many > different servers and failed. Is my strategy wrong or is the makefile a > release behind (or ahead)? Or what? -- Dirk Froemberg FreeBSD: The Power to Serve! http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 29 8:14: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from shell11.ba.best.com (shell11.ba.best.com [206.184.139.142]) by hub.freebsd.org (Postfix) with ESMTP id 853D314BF7; Fri, 29 Oct 1999 08:14:01 -0700 (PDT) (envelope-from elb@BlossomAssociates.Com) Received: from localhost (elb@localhost) by shell11.ba.best.com (8.9.3/8.9.2/best.sh) with ESMTP id IAA11674; Fri, 29 Oct 1999 08:14:01 -0700 (PDT) X-Authentication-Warning: shell11.ba.best.com: elb owned process doing -bs Date: Fri, 29 Oct 1999 08:14:00 -0700 (PDT) From: Eric Blossom X-Sender: elb@shell11.ba.best.com To: Dirk Froemberg Cc: rse@engelschall.com, ports@freebsd.org Subject: Re: Apache with PHP and SSL In-Reply-To: <19991029151058.B30753@physik.TU-Berlin.DE> 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 Many thanks once again for your help. I'm making progress. I managed to get the tarball through a circuitous route. The make gets pretty far. Then it warns me that "mm-config: not found" three times and then: ap_mm.c: In function `ap_mm_lib_error_get': ap_mm.c:174: warning: return makes pointer from integer without a cast *** Error code 1 Stop. Am I missing some sort of "mm" port? Or do I need to create some sort of config file? Thanks again, Eric On Fri, 29 Oct 1999, Dirk Froemberg wrote: > Hi Eric! > > The current version of mod_ssl is 2.4.6. In case of problems you should > be able to get the distfile from the main site (http://www.modssl.org/) > at least. > > But for me it works from the port, too... > > Regards Dirk > > On Thu, Oct 28, 1999 at 10:10:59AM -0700, Eric Blossom wrote: > > I'm trying to build apache with both PHP and SSL. > > I successfully downloaded and installed rsaref and openssl. > > I downloaded the apache13-php3 port and typed make. I checked the ssl > > button and make tried to get mod_ssl-2.4.6-1.3.9.tar.gz from many > > different servers and failed. Is my strategy wrong or is the makefile a > > release behind (or ahead)? Or what? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 29 8:40:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 56E6B150A6 for ; Fri, 29 Oct 1999 08:40:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA75342; Fri, 29 Oct 1999 08:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pis.toba-cmt.ac.jp (pis.toba-cmt.ac.jp [202.26.248.77]) by hub.freebsd.org (Postfix) with ESMTP id C664F14DCB for ; Fri, 29 Oct 1999 08:33:06 -0700 (PDT) (envelope-from kiri@pis.toba-cmt.ac.jp) Received: (from kiri@localhost) by pis.toba-cmt.ac.jp (8.9.3/8.9.3) id AAA52643; Sat, 30 Oct 1999 00:36:33 +0900 (JST) (envelope-from kiri) Message-Id: <199910291536.AAA52643@pis.toba-cmt.ac.jp> Date: Sat, 30 Oct 1999 00:36:33 +0900 (JST) From: KIRIYAMA Kazuhiko Reply-To: kiri@pis.toba-cmt.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14592: Update ports: xemacs-mule-sumo(meta) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14592 >Category: ports >Synopsis: Update ports: xemacs-mule-sumo(meta) >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 Oct 29 08:40:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KIRIYAMA Kazuhiko >Release: FreeBSD 4.0-CURRENT i386 >Organization: Toba National College of Maritime Technology. Department of Electronic Mechanical Engineering >Environment: >Description: Updated the xemacs-mule-sumo meta ports. I've changed following: japanese/xemacs-sumo -> editors/xemacs-mule-sumo So, please delete `japanese/xemacs-sumo' port and add newly following `editors/xemacs-mule-sumo' port. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # xemacs-mule-sumo/ # xemacs-mule-sumo/Makefile # xemacs-mule-sumo/pkg/ # xemacs-mule-sumo/pkg/COMMENT # xemacs-mule-sumo/pkg/DESCR # xemacs-mule-sumo/pkg/PLIST # echo c - xemacs-mule-sumo/ mkdir -p xemacs-mule-sumo/ > /dev/null 2>&1 echo x - xemacs-mule-sumo/Makefile sed 's/^X//' >xemacs-mule-sumo/Makefile << 'END-of-xemacs-mule-sumo/Makefile' X# New ports collection makefile for: Meta port of XEmacs mule with sumo package X# Version required: 21.1.7 X# Date created: 19 August 1999 X# Whom: KIRIYAMA Kazuhiko X# X# $FreeBSD$ X# X XDISTNAME= xemacs-${NAMEPREFIX}sumo${NAMEEXT}-${VERSION} XPKGNAME= ${LANGPREFIX}${DISTNAME} XCATEGORIES= editors XMASTER_SITES= # empty XDISTFILES= # empty X XMAINTAINER= kiri@pis.toba-cmt.ac.jp X XRUN_DEPENDS= ${PREFIX}/lib/xemacs/xemacs-packages/pkginfo/MANIFEST.zenirc:${PORTSDIR}/editors/xemacs-sumo-packages \ X ${PREFIX}/lib/xemacs/mule-packages/pkginfo/MANIFEST.skk:${PORTSDIR}/editors/xemacs-mule-sumo-packages \ X ${RUN_DEP_LIST} X XEXTRACT_ONLY= # empty XNO_BUILD= yes X XVERSION= 21.1.7 XXEMACS_DIR= xemacs-${VERSION} XARCH_SUBDIR= ${MACHINE_ARCH}--freebsd X X.if defined(LANGPREFIX) && (${LANGPREFIX} == "ja-") XRUN_DEP_LIST= ${PREFIX}/lib/${XEMACS_DIR}/${ARCH_SUBDIR}/yow:${PORTSDIR}/japanese/xemacs${NAMEEXT} X.else XRUN_DEP_LIST= ${PREFIX}/lib/${XEMACS_DIR}/${ARCH_SUBDIR}/yow:${PORTSDIR}/editors/xemacs-mule XNAMEPREFIX= mule- X.endif X Xdo-install: # empty X X.include END-of-xemacs-mule-sumo/Makefile echo c - xemacs-mule-sumo/pkg/ mkdir -p xemacs-mule-sumo/pkg/ > /dev/null 2>&1 echo x - xemacs-mule-sumo/pkg/COMMENT sed 's/^X//' >xemacs-mule-sumo/pkg/COMMENT << 'END-of-xemacs-mule-sumo/pkg/COMMENT' XThe "meta-port" for XEmacs Mule with SUMO packages. END-of-xemacs-mule-sumo/pkg/COMMENT echo x - xemacs-mule-sumo/pkg/DESCR sed 's/^X//' >xemacs-mule-sumo/pkg/DESCR << 'END-of-xemacs-mule-sumo/pkg/DESCR' XThis port is for XEmacs environment using XEmacs mule ports and XMule SUMO package. Ports using on this port are editors/xemacs-packages, Xeditors/xemacs-mule-packages, editors/xemacs-sumo, editors/xemacs-mule-sumo, Xeditors/xemacs-mule-comon and japanese/xemacs*. X X--KIRIYAMA Mazuhiko X END-of-xemacs-mule-sumo/pkg/DESCR echo x - xemacs-mule-sumo/pkg/PLIST sed 's/^X//' >xemacs-mule-sumo/pkg/PLIST << 'END-of-xemacs-mule-sumo/pkg/PLIST' X@comment this plist intentionally left empty END-of-xemacs-mule-sumo/pkg/PLIST exit Current modifications are : (1) Version up 21.1.6 -> 21.1.7 according to xemacs body update. (2) Install SUMO packages correctly. (3) Various changes for ports. I put the diff from ports-current in "Fix:". >How-To-Repeat: >Fix: diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/current/japanese/xemacs-sumo-canna/Makefile japanese/xemacs-sumo-canna/Makefile --- /usr/ports/current/japanese/xemacs-sumo-canna/Makefile Thu Sep 9 23:46:02 1999 +++ japanese/xemacs-sumo-canna/Makefile Fri Oct 29 23:09:08 1999 @@ -1,13 +1,14 @@ # New ports collection makefile for: Meta port of XEmacs mule with sumo package -# Version required: 1.0 +# Version required: 21.1.7 # Date created: 19 August 1999 # Whom: KIRIYAMA Kazuhiko # # $FreeBSD: ports/japanese/xemacs-sumo-canna/Makefile,v 1.5 1999/09/09 14:46:02 taoka Exp $ # +LANGPREFIX= ja- NAMEEXT= -canna -MASTERDIR= ${.CURDIR}/../../japanese/xemacs-sumo +MASTERDIR= ${.CURDIR}/../../editors/xemacs-mule-sumo .include "${MASTERDIR}/Makefile" diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/current/japanese/xemacs-sumo-canna+wnn4/Makefile japanese/xemacs-sumo-canna+wnn4/Makefile --- /usr/ports/current/japanese/xemacs-sumo-canna+wnn4/Makefile Thu Sep 9 23:46:01 1999 +++ japanese/xemacs-sumo-canna+wnn4/Makefile Fri Oct 29 23:10:06 1999 @@ -1,13 +1,14 @@ # New ports collection makefile for: Meta port of XEmacs mule with sumo package -# Version required: 1.0 +# Version required: 21.1.7 # Date created: 19 August 1999 # Whom: KIRIYAMA Kazuhiko # # $FreeBSD: ports/japanese/xemacs-sumo-canna+wnn4/Makefile,v 1.5 1999/09/09 14:46:01 taoka Exp $ # +LANGPREFIX= ja- NAMEEXT= -canna+wnn4 -MASTERDIR= ${.CURDIR}/../../japanese/xemacs-sumo +MASTERDIR= ${.CURDIR}/../../editors/xemacs-mule-sumo .include "${MASTERDIR}/Makefile" diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/current/japanese/xemacs-sumo-canna+wnn6/Makefile japanese/xemacs-sumo-canna+wnn6/Makefile --- /usr/ports/current/japanese/xemacs-sumo-canna+wnn6/Makefile Thu Sep 9 23:46:02 1999 +++ japanese/xemacs-sumo-canna+wnn6/Makefile Fri Oct 29 23:10:26 1999 @@ -1,13 +1,14 @@ # New ports collection makefile for: Meta port of XEmacs mule with sumo package -# Version required: 1.0 +# Version required: 21.1.7 # Date created: 19 August 1999 # Whom: KIRIYAMA Kazuhiko # # $FreeBSD: ports/japanese/xemacs-sumo-canna+wnn6/Makefile,v 1.7 1999/09/09 14:46:02 taoka Exp $ # +LANGPREFIX= ja- NAMEEXT= -canna+wnn6 -MASTERDIR= ${.CURDIR}/../../japanese/xemacs-sumo +MASTERDIR= ${.CURDIR}/../../editors/xemacs-mule-sumo .include "${MASTERDIR}/Makefile" diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/current/japanese/xemacs-sumo-wnn4/Makefile japanese/xemacs-sumo-wnn4/Makefile --- /usr/ports/current/japanese/xemacs-sumo-wnn4/Makefile Thu Sep 9 23:46:02 1999 +++ japanese/xemacs-sumo-wnn4/Makefile Fri Oct 29 23:10:46 1999 @@ -1,13 +1,14 @@ # New ports collection makefile for: Meta port of XEmacs mule with sumo package -# Version required: 1.0 +# Version required: 21.1.7 # Date created: 19 August 1999 # Whom: KIRIYAMA Kazuhiko # # $FreeBSD: ports/japanese/xemacs-sumo-wnn4/Makefile,v 1.5 1999/09/09 14:46:02 taoka Exp $ # +LANGPREFIX= ja- NAMEEXT= -wnn4 -MASTERDIR= ${.CURDIR}/../../japanese/xemacs-sumo +MASTERDIR= ${.CURDIR}/../../editors/xemacs-mule-sumo .include "${MASTERDIR}/Makefile" diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/current/japanese/xemacs-sumo-wnn6/Makefile japanese/xemacs-sumo-wnn6/Makefile --- /usr/ports/current/japanese/xemacs-sumo-wnn6/Makefile Thu Sep 9 23:46:02 1999 +++ japanese/xemacs-sumo-wnn6/Makefile Fri Oct 29 23:11:04 1999 @@ -1,13 +1,14 @@ # New ports collection makefile for: Meta port of XEmacs mule with sumo package -# Version required: 1.0 +# Version required: 21.1.7 # Date created: 19 August 1999 # Whom: KIRIYAMA Kazuhiko # # $FreeBSD: ports/japanese/xemacs-sumo-wnn6/Makefile,v 1.7 1999/09/09 14:46:02 taoka Exp $ # +LANGPREFIX= ja- NAMEEXT= -wnn6 -MASTERDIR= ${.CURDIR}/../../japanese/xemacs-sumo +MASTERDIR= ${.CURDIR}/../../editors/xemacs-mule-sumo .include "${MASTERDIR}/Makefile" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 29 8:40: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 47FBD150A4 for ; Fri, 29 Oct 1999 08:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA75333; Fri, 29 Oct 1999 08:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pis.toba-cmt.ac.jp (pis.toba-cmt.ac.jp [202.26.248.77]) by hub.freebsd.org (Postfix) with ESMTP id A406514DCB for ; Fri, 29 Oct 1999 08:32:39 -0700 (PDT) (envelope-from kiri@pis.toba-cmt.ac.jp) Received: (from kiri@localhost) by pis.toba-cmt.ac.jp (8.9.3/8.9.3) id AAA52548; Sat, 30 Oct 1999 00:35:59 +0900 (JST) (envelope-from kiri) Message-Id: <199910291535.AAA52548@pis.toba-cmt.ac.jp> Date: Sat, 30 Oct 1999 00:35:59 +0900 (JST) From: KIRIYAMA Kazuhiko Reply-To: kiri@pis.toba-cmt.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14591: Update ports: xemacs-mule(body) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14591 >Category: ports >Synopsis: Update ports: xemacs-mule(body) >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 Oct 29 08:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KIRIYAMA Kazuhiko >Release: FreeBSD 4.0-CURRENT i386 >Organization: Toba National College of Maritime Technology. Department of Electronic Mechanical Engineering >Environment: >Description: Updated the ports xemacs-mule*. I've changed following: japanese/xemacs ¢ª japanese/xemacs-canna So, please delete the port `japanese/xemacs'. Current modifications are : (1) Version up 21.1.6 -> 21.1.7 (2) Fixed Japanese code problem(Edited files changes it's code!) (3) Many other various problems has been fixed :-) Update files are respecively : [Add] : editors/xemacs-mule-common/patches/patch-aj [Delete] : japanese/xemacs-canna+wnn6/pkg/DESCR japanese/xemacs-canna+wnn4/pkg/DESCR japanese/xemacs-wnn4/pkg/DESCR japanese/xemacs-wnn6/pkg/DESCR editors/xemacs-mule-common/scripts/post-configure editors/xemacs-mule-common/pkg/INSTALL editors/xemacs-mule-common/patches/patch-ak I put the diff from ports-current in "Fix:". >How-To-Repeat: >Fix: diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/current/editors/xemacs-mule/Makefile editors/xemacs-mule/Makefile --- /usr/ports/current/editors/xemacs-mule/Makefile Wed Oct 27 04:31:28 1999 +++ editors/xemacs-mule/Makefile Thu Oct 28 22:32:12 1999 @@ -1,5 +1,5 @@ # New ports collection makefile for: XEmacs -# Version required: 21.1.6 +# Version required: 21.1.7 # Date created: 5 Dec 1997 # Whom: Kazuyuki IENAGA # @@ -21,25 +21,31 @@ MAINTAINER?= kiri@kiri.toba-cmt.ac.jp -BUILD_DEPENDS= ${BUILD_DEP_LIST} +BUILD_DEPENDS= ${PREFIX}/lib/xemacs/xemacs-packages/pkginfo/MANIFEST.xemacs-devel:${PORTSDIR}/editors/xemacs-packages \ + ${PREFIX}/lib/xemacs/mule-packages/pkginfo/MANIFEST.skk:${PORTSDIR}/editors/xemacs-mule-packages \ + ${BUILD_DEP_LIST} + LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ compface.1:${PORTSDIR}/mail/faces \ tiff.4:${PORTSDIR}/graphics/tiff \ ${LIB_INPUT_METHOD} -RUN_DEPENDS= ${RUN_DEP_LIST} +RUN_DEPENDS= ${PREFIX}/lib/${XEMACS_DIR}/lisp/x-win-xfree86.elc:${PORTSDIR}/editors/xemacs-mule-common \ + ${PREFIX}/lib/xemacs/xemacs-packages/pkginfo/MANIFEST.xemacs-devel:${PORTSDIR}/editors/xemacs-packages \ + ${PREFIX}/lib/xemacs/mule-packages/pkginfo/MANIFEST.skk:${PORTSDIR}/editors/xemacs-mule-packages EXTRACT_ONLY= xemacs-${VERSION}.tar.gz xemacs-${VERSION}-elc.tar.gz \ xemacs-${VERSION}-info.tar.gz WRKSRC= ${WRKDIR}/xemacs-${VERSION} PATCHDIR= ${.CURDIR}/../../editors/xemacs-mule-common/patches FILESDIR= ${.CURDIR}/../../editors/xemacs-mule-common/files -SCRIPTDIR= ${.CURDIR}/../../editors/xemacs-mule-common/scripts INSTALL_COOKIE= ${WRKDIR}/.install_done-${PKGNAME} PACKAGE_COOKIE= ${WRKDIR}/.package_done-${PKGNAME} GNU_CONFIGURE= yes USE_AUTOCONF= yes +MAKE_ENV= LANG=C +MAKE_ARGS= prefix=${PREFIX} CONFIGURE_TARGET=${MACHINE_ARCH}--freebsd CONFIGURE_ARGS= --with-x11 \ --with-xim=no \ @@ -67,10 +73,11 @@ STRIP= INSTALL_TARGET= install-arch-dep PLIST?= ${PKGLDIR}/PLIST -PLIST_SUB= XEMACS_DIR=${XEMACS_DIR} ARCH_SUBDIR=${ARCH_SUBDIR} +PLIST_SUB= XEMACS_DIR=${XEMACS_DIR} ARCH_SUBDIR=${ARCH_SUBDIR} EMACS_CMD=${EMACS_CMD} + MAJOR_VERSION= 21.1 -VERSION= 21.1.6 +VERSION= 21.1.7 EMACS_CMD= xemacs-${VERSION} XEMACS_DIR= xemacs-${VERSION} FTP_DIR= xemacs-${MAJOR_VERSION} @@ -80,7 +87,6 @@ SITE_INCLUDES+= ${PREFIX}/include SITE_LIBRARIES+= ${PREFIX}/lib WITH_INPUT_METHOD?= --with-canna=no --with-wnn=no --with-wnn6=no -RUN_DEP_LIST+= ${PREFIX}/lib/${XEMACS_DIR}/lisp/x-win-xfree86.elc:${PORTSDIR}/editors/xemacs-mule-common pre-build: @find ${WRKSRC} \( -name \*.orig -o -name \*~ \) -exec ${RM} -f \{} \; diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/current/editors/xemacs-mule/pkg/COMMENT editors/xemacs-mule/pkg/COMMENT --- /usr/ports/current/editors/xemacs-mule/pkg/COMMENT Fri May 29 20:58:46 1998 +++ editors/xemacs-mule/pkg/COMMENT Wed Oct 27 20:39:42 1999 @@ -1 +1 @@ -XEmacs text editor (Only the executables) +XEmacs text editor with mule(Only the executables) diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/current/editors/xemacs-mule/pkg/DESCR editors/xemacs-mule/pkg/DESCR --- /usr/ports/current/editors/xemacs-mule/pkg/DESCR Fri Sep 10 04:32:49 1999 +++ editors/xemacs-mule/pkg/DESCR Wed Oct 27 20:38:54 1999 @@ -1,16 +1,16 @@ -This is a package containing only the executables for xemacs-21.1.6, the +This is a package containing only the executables for xemacs-21.*, the next generation of Emacs. -You need to install a package, xemacs-common-21.1.6, containing emacs +You need to install a package, xemacs-common-21.*, containing emacs lisp files, info pages, and so on (except executables) for -xemacs-21.1.6. +xemacs-21.*. This package is not built with any particular language support. If you want a built-in input method, look into the xemacs ports in language- specific directories. Currently only Japanese (SKK,Canna, SJ3, Wnn4 and Wnn6) is available. -This package and the package, xemacs-common-21.1.6 are designed *not* to +This package and the package, xemacs-common-21.* are designed *not* to clobber any existing emacs installation. In particular, the executables and man pages of etags/ctags are not installed, and the info pages that come with the original emacs don't get installed too. diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/current/editors/xemacs-mule/pkg/PLIST editors/xemacs-mule/pkg/PLIST --- /usr/ports/current/editors/xemacs-mule/pkg/PLIST Fri Sep 10 04:32:50 1999 +++ editors/xemacs-mule/pkg/PLIST Wed Oct 27 19:03:11 1999 @@ -7,7 +7,7 @@ bin/ootags bin/pstogif bin/rcs-checkin -bin/xemacs-21.1.6 +bin/%%EMACS_CMD%% @exec ln -sf %D/%F %B/xemacs @unexec rm %B/xemacs lib/%%XEMACS_DIR%%/%%ARCH_SUBDIR%%/DOC diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/current/editors/xemacs-mule/pkg/PLIST-ja editors/xemacs-mule/pkg/PLIST-ja --- /usr/ports/current/editors/xemacs-mule/pkg/PLIST-ja Fri Sep 10 04:32:50 1999 +++ editors/xemacs-mule/pkg/PLIST-ja Tue Oct 26 20:03:25 1999 @@ -7,7 +7,7 @@ bin/ootags bin/pstogif bin/rcs-checkin -bin/xemacs-21.1.6 +bin/%%EMACS_CMD%% @exec ln -sf %D/%F %B/xemacs @unexec rm %B/xemacs lib/%%XEMACS_DIR%%/%%ARCH_SUBDIR%%/DOC diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/current/editors/xemacs-mule-common/Makefile editors/xemacs-mule-common/Makefile --- /usr/ports/current/editors/xemacs-mule-common/Makefile Sat Sep 11 12:31:33 1999 +++ editors/xemacs-mule-common/Makefile Thu Oct 28 22:32:12 1999 @@ -1,5 +1,5 @@ # New ports collection makefile for: files except executables for xemacs with mule -# Version required: 21.1.6 +# Version required: 21.1.7 # Date created: 5 Dec 1997 # Whom: Kazuyuki IENAGA # @@ -73,13 +73,15 @@ --x-libraries=${X11BASE}/lib MAN1= ctags.1 etags.1 gnuattach.1 gnuclient.1 gnudoit.1 \ gnuserv.1 xemacs.1 +MAKE_ARGS= prefix=${PREFIX} STRIP= INSTALL_TARGET= install-arch-indep PLIST_SUB= XEMACS_DIR=${XEMACS_DIR} +PKGINSTALL= ${WRKDIR}/INSTALL MAJOR_VERSION= 21.1 -VERSION= 21.1.6 +VERSION= 21.1.7 XEMACS_DIR= xemacs-${VERSION} FTP_DIR= xemacs-${MAJOR_VERSION} @@ -92,6 +94,16 @@ @if [ ! -f ${PREFIX}/lib/xemacs/info/dir ]; then \ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/lib/xemacs/info/dir; \ fi + ${ECHO} '#!/bin/sh' > ${WRKDIR}/INSTALL + ${ECHO} 'if [ "$$2" != "POST-INSTALL" ]; then exit 0; fi' >> ${WRKDIR}/INSTALL + ${ECHO} 'echo "############################################################"' \ + >> ${WRKDIR}/INSTALL + ${ECHO} 'echo "You must install one of packages, xemacs-mule and "' \ + >> ${WRKDIR}/INSTALL + ${ECHO} "echo \" ja-xemacs-*-${VERSION} (ja-xemacs-${VERSION}, ja-xemacs-canna-${VERSION}, etc.)\"" >> ${WRKDIR}/INSTALL + ${ECHO} "echo \", each of which contains only the executables for xemacs-${VERSION}\"" >> ${WRKDIR}/INSTALL + ${ECHO} 'echo "############################################################"' \ + >> ${WRKDIR}/INSTALL post-install: # install xemacs-mule.sh into ${PREFIX}/etc/rc.d diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/current/editors/xemacs-mule-common/files/md5 editors/xemacs-mule-common/files/md5 --- /usr/ports/current/editors/xemacs-mule-common/files/md5 Fri Sep 10 04:32:50 1999 +++ editors/xemacs-mule-common/files/md5 Thu Oct 14 14:30:20 1999 @@ -1,4 +1,4 @@ -MD5 (xemacs/xemacs-21.1.6.tar.gz) = f216ccf246d10771b65436fd45b50810 -MD5 (xemacs/xemacs-21.1.6-elc.tar.gz) = 5047ea121e8b972725bbeb2a197e4461 -MD5 (xemacs/xemacs-21.1.6-info.tar.gz) = 6d9bf4b1f51b278439fd3fbb7033c9b5 +MD5 (xemacs/xemacs-21.1.7.tar.gz) = c251da17e7aadaabaa3ffdfff56ac4a9 +MD5 (xemacs/xemacs-21.1.7-elc.tar.gz) = 13efe35dcf9d40f7b43f6783a32af88d +MD5 (xemacs/xemacs-21.1.7-info.tar.gz) = 736e211486583994fdb2bda584bf5f9c MD5 (xemacs/ps-print-jp.el.gz) = 40ed0019ccf64a917a90cf16959eee81 diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/current/editors/xemacs-mule-common/patches/patch-aj editors/xemacs-mule-common/patches/patch-aj --- /usr/ports/current/editors/xemacs-mule-common/patches/patch-aj Thu Jan 1 09:00:00 1970 +++ editors/xemacs-mule-common/patches/patch-aj Wed Oct 27 12:45:03 1999 @@ -0,0 +1,35 @@ +=================================================================== +RCS file: lisp/mule/RCS/japanese.el,v +retrieving revision 1.1 +diff -u -r1.1 lisp/mule/japanese.el +--- lisp/mule/japanese.el 1999/10/18 09:41:37 1.1 ++++ lisp/mule/japanese.el 1999/10/26 02:42:06 +@@ -218,8 +218,27 @@ + (copy-coding-system 'euc-jp 'euc-japan) ; only for w3 + (copy-coding-system 'euc-jp 'japanese-euc) + ++(defun setup-japanese-environment () ++ "Setup multilingual environment (MULE) for Japanese." ++ (interactive) ++ (setup-english-environment) ++ (set-coding-category-system 'shift-jis 'shift_jis) ++ (set-coding-category-system 'iso-8-2 'euc-jp) ++ (set-coding-category-system 'iso-7 'iso-2022-jp) ++ (set-coding-category-system 'iso-8-designate 'iso-2022-8bit-ss2) ++ ++ (set-coding-priority-list ++ '(iso-7 ++ iso-8-2 ++ shift-jis ++ iso-8-1 ++ iso-lock-shift ++ iso-8-designate ++ no-conversion ++ big5))) ++ + (set-language-info-alist +- "Japanese" '((setup-function . setup-japanese-environment-internal) ++ "Japanese" '((setup-function . setup-japanese-environment) + (tutorial . "TUTORIAL.ja") + (charset . (japanese-jisx0208 japanese-jisx0208-1978 + japanese-jisx0212 latin-jisx0201 diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/current/editors/xemacs-mule-common/patches/patch-ak editors/xemacs-mule-common/patches/patch-ak --- /usr/ports/current/editors/xemacs-mule-common/patches/patch-ak Sat Oct 16 17:51:37 1999 +++ editors/xemacs-mule-common/patches/patch-ak Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- lisp/mule/japanese.el~ Wed Feb 17 22:59:32 1999 -+++ lisp/mule/japanese.el Thu Oct 7 16:23:57 1999 -@@ -219,7 +219,7 @@ - (copy-coding-system 'euc-jp 'japanese-euc) - - (set-language-info-alist -- "Japanese" '((setup-function . setup-japanese-environment) -+ "Japanese" '((setup-function . setup-japanese-environment-internal) - (tutorial . "TUTORIAL.ja") - (charset . (japanese-jisx0208 japanese-jisx0208-1978 - japanese-jisx0212 latin-jisx0201 diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/current/editors/xemacs-mule-common/pkg/DESCR editors/xemacs-mule-common/pkg/DESCR --- /usr/ports/current/editors/xemacs-mule-common/pkg/DESCR Fri Sep 10 04:32:51 1999 +++ editors/xemacs-mule-common/pkg/DESCR Wed Oct 27 20:31:34 1999 @@ -1,9 +1,9 @@ This is XEmacs lisp files, info pages, and so on (except executables) -for XEmacs 21.1.6, the next generation of Emacs. +for XEmacs 21.*, the next generation of Emacs. -You must install one of packages, xemacs, jp-xemacs-*-21.1.6 ( -jp-xemacs-canna-21.1.6, jp-xemacs-canna+sj3-21.1.6, etc.), each of which -contains only the executables for xemacs-21.1.6. +You must install one of packages, xemacs, jp-xemacs-*-21.* ( +ja-xemacs-canna-21.*, jp-xemacs-canna+wnn4-21.*, etc.), each of which +contains only the executables for xemacs-21.*. This package and the above package of the executables *will* clobber any existing XEmacs installation. In particular, the executables and man diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/current/editors/xemacs-mule-common/pkg/INSTALL editors/xemacs-mule-common/pkg/INSTALL --- /usr/ports/current/editors/xemacs-mule-common/pkg/INSTALL Fri Sep 10 04:32:51 1999 +++ editors/xemacs-mule-common/pkg/INSTALL Thu Jan 1 09:00:00 1970 @@ -1,8 +0,0 @@ -#!/bin/sh - -if [ "$2" != "POST-INSTALL" ]; then exit 0; fi -echo "############################################################" -echo "You must install one of packages, xemacs-mule and " -echo " ja-xemacs-*-21.1.6 (ja-xemacs-21.1.6, ja-xemacs-canna-21.1.6, etc.)" -echo ", each of which contains only the executables for xemacs-21.1.6" -echo "############################################################" diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/current/editors/xemacs-mule-common/pkg/PLIST editors/xemacs-mule-common/pkg/PLIST --- /usr/ports/current/editors/xemacs-mule-common/pkg/PLIST Fri Sep 10 04:32:59 1999 +++ editors/xemacs-mule-common/pkg/PLIST Wed Oct 27 19:38:42 1999 @@ -1,9 +1,6 @@ @exec mkdir -p %D/lib/xemacs/site-packages/info @exec mkdir -p %D/lib/xemacs/mule-packages/info @exec mkdir -p %D/lib/xemacs/xemacs-packages/info -@exec [ -f %D/lib/xemacs/site-packages/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir-tmpl > %D/lib/xemacs/site-packages/info/dir -@exec [ -f %D/lib/xemacs/mule-packages/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir-tmpl > %D/lib/xemacs/mule-packages/info/dir -@exec [ -f %D/lib/xemacs/xemacs-packages/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir-tmpl > %D/lib/xemacs/xemacs-packages/info/dir @exec mkdir -p %D/lib/xemacs/site-lisp @exec mkdir -p /var/run/emacs/lock ; chmod 1777 /var/run/emacs/lock @comment @@ -392,6 +389,7 @@ lib/%%XEMACS_DIR%%/info/internals.info-5 lib/%%XEMACS_DIR%%/info/internals.info-6 lib/%%XEMACS_DIR%%/info/internals.info-7 +lib/%%XEMACS_DIR%%/info/internals.info-8 lib/%%XEMACS_DIR%%/info/lispref.info lib/%%XEMACS_DIR%%/info/lispref.info-1 lib/%%XEMACS_DIR%%/info/lispref.info-10 @@ -923,6 +921,8 @@ lib/%%XEMACS_DIR%%/lisp/x-win-sun.elc lib/%%XEMACS_DIR%%/lisp/x-win-xfree86.el lib/%%XEMACS_DIR%%/lisp/x-win-xfree86.elc +lib/%%XEMACS_DIR%%/lisp/xpm-button.el +lib/%%XEMACS_DIR%%/lisp/xpm-button.elc @comment @comment dirrm @comment diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/current/editors/xemacs-mule-common/scripts/post-configure editors/xemacs-mule-common/scripts/post-configure --- /usr/ports/current/editors/xemacs-mule-common/scripts/post-configure Sun Oct 11 00:28:22 1998 +++ editors/xemacs-mule-common/scripts/post-configure Thu Jan 1 09:00:00 1970 @@ -1,21 +0,0 @@ -#!/bin/sh - -chgdirs=". lib-src lwlib src" - -cd ${WRKSRC} - -for dir in ${chgdirs}; do - case ${dir} in - ".") - perl -p -i.bak -e ' - s@^prefix[ \t]*=.*$@prefix=\${PREFIX}@; - s@^install-arch-dep:(.*)$@install-arch-dep:#$1@; - ' ${dir}/Makefile - ;; - *) - perl -p -i.bak -e ' - s@^prefix[ \t]*=.*$@prefix=\${PREFIX}@; - ' ${dir}/Makefile - ;; - esac -done diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/current/japanese/xemacs-canna/Makefile japanese/xemacs-canna/Makefile --- /usr/ports/current/japanese/xemacs-canna/Makefile Sat Sep 11 12:32:23 1999 +++ japanese/xemacs-canna/Makefile Fri Oct 29 22:51:13 1999 @@ -1,14 +1,57 @@ -# New ports collection makefile for: XEmacs for Japanese with Canna -# Version required: 21.1.6 +# New ports collection makefile for: XEmacs for Japanese +# Version required: 21.1.7 # Date created: 5 Dec 1997 # Whom: KIRIYAMA Kazuhiko # # $FreeBSD: ports/japanese/xemacs-canna/Makefile,v 1.5 1999/09/10 21:04:23 taoka Exp $ # -CANNA= yes +CATEGORIES= japanese editors -MASTERDIR= ${.CURDIR}/../../japanese/xemacs -PKGDIR= ${.CURDIR}/pkg +MANLANG= ja +MAN1= xemacs-ja.1 +PLIST= ${PKGLDIR}/PLIST-ja -.include "${MASTERDIR}/Makefile" +LANGPREFIX= ja- +MULEPKGDIR= ${PREFIX}/lib/xemacs/mule-packages +DESCR= ${.CURDIR}/../../japanese/xemacs-canna/pkg/DESCR +.if defined(CANNA) && defined(WNN4) +PKGNAMEEXT= -canna+wnn4 +SITE_INCLUDES= ${X11BASE}/include +SITE_LIBRARIES= ${X11BASE}/lib +WITH_INPUT_METHOD= --with-canna --with-wnn --with-wnn6=no +LIB_INPUT_METHOD= canna.1:${PORTSDIR}/japanese/Canna +BUILD_DEP_LIST= ${PREFIX}/bin/Wnn4/jserver:${PORTSDIR}/japanese/Wnn +.elif defined(CANNA) && defined(WNN6) +PKGNAMEEXT= -canna+wnn6 +WITH_INPUT_METHOD= --with-canna --with-wnn6 +LIB_INPUT_METHOD= canna.1:${PORTSDIR}/japanese/Canna +BUILD_DEP_LIST= ${PREFIX}/include/wnn/jlib.h:${PORTSDIR}/japanese/Wnn6-lib +.elif defined(WNN4) +PKGNAMEEXT= -wnn4 +SITE_INCLUDES= ${X11BASE}/include +SITE_LIBRARIES= ${X11BASE}/lib +WITH_INPUT_METHOD= --with-wnn --with-canna=no --with-wnn6=no +BUILD_DEP_LIST= ${PREFIX}/bin/Wnn4/jserver:${PORTSDIR}/japanese/Wnn +.elif defined(WNN6) +PKGNAMEEXT= -wnn6 +WITH_INPUT_METHOD= --with-wnn6 --with-canna=no +BUILD_DEP_LIST= ${PREFIX}/include/wnn/jlib.h:${PORTSDIR}/japanese/Wnn6-lib +.else +PKGNAMEEXT= -canna +WITH_INPUT_METHOD= --with-canna --with-wnn=no --with-wnn6=no +LIB_INPUT_METHOD= canna.1:${PORTSDIR}/japanese/Canna +.endif + +post-install:: + @${MKDIR} ${PREFIX}/man/ja/man1 ${MULEPKGDIR}/lisp/ps-print + cd ${MULEPKGDIR}/lisp/ps-print; \ + ${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/ps-print-jp.el.gz > ps-print.el; \ + chmod 444 ps-print.el +# ${PREFIX}/bin/${EMACS_CMD} -batch -q -no-site-file -f batch-byte-compile \ +# ps-print.el; \ +# chmod 444 ps-print.el ps-print.elc + @${INSTALL_MAN} ${WRKSRC}/etc/xemacs-ja.1 ${PREFIX}/man/ja/man1 + @${LN} -sf ja ${MULEPKGDIR}/etc/app-defaults/ja_JP.EUC + +.include "${.CURDIR}/../../editors/xemacs-mule/Makefile" diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/current/japanese/xemacs-canna/pkg/COMMENT japanese/xemacs-canna/pkg/COMMENT --- /usr/ports/current/japanese/xemacs-canna/pkg/COMMENT Sun Jun 27 20:33:57 1999 +++ japanese/xemacs-canna/pkg/COMMENT Thu Oct 14 12:42:31 1999 @@ -1 +1 @@ -XEmacs text editor, with Canna, SJ3 and SKK support +XEmacs text editor, with SJ3 and SKK support diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/current/japanese/xemacs-canna/pkg/DESCR japanese/xemacs-canna/pkg/DESCR --- /usr/ports/current/japanese/xemacs-canna/pkg/DESCR Fri Sep 10 04:33:43 1999 +++ japanese/xemacs-canna/pkg/DESCR Wed Oct 27 23:27:02 1999 @@ -1,16 +1,25 @@ -This is a package containing only the executables for xemacs-21.1.6, the +This is a package containing only the executables for xemacs-21.*, the next generation of Emacs. -You need to install a package, xemacs-common-21.1.6, containing emacs +You need to install a package, xemacs-common-21.*, containing emacs lisp files, info pages, and so on (except executables) for -xemacs-21.1.6. +xemacs-21.*. -This package is built with Japanese support by using Canna or SJ3 as -an external input engine. If you use with SJ3, you should be installed -sj3serv in advance. SKK is supported as already builtin. Also it will +This package is built with Japanese support by using SKK, SJ3, Canna, +Wnn4 or Wnn6 as an external input engine. Each input method would be +supported in following ports respectively: + + japanese/xemacs-canna ........ SKK, SJ3, Canna + japanese/xemacs-canna+wnn4 ... SKK, SJ3, Canna, Wnn4 + japanese/xemacs-canna+wnn6 ... SKK, SJ3, Canna, Wnn6 + japanese/xemacs-wnn4 ......... SKK, SJ3, Wnn4 + japanese/xemacs-wnn6 ......... SKK, SJ3, Wnn6 + +If you use with SJ3 or SKK, you should be installed sj3serv or skkserv +in advance. SKK is supported as already builtin. Also it will support several input methods under leim. -This package and the package xemacs-common-21.1.6, might clobber any +This package and the package xemacs-common-21.*, might clobber any existing emacs installation. In particular, the executables and man pages of etags/ctags are installed, and the info pages that come with the original emacs will be overwritten too. diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/current/japanese/xemacs-canna+wnn4/Makefile japanese/xemacs-canna+wnn4/Makefile --- /usr/ports/current/japanese/xemacs-canna+wnn4/Makefile Fri Sep 10 04:33:44 1999 +++ japanese/xemacs-canna+wnn4/Makefile Thu Oct 28 22:32:12 1999 @@ -1,5 +1,5 @@ # New ports collection makefile for: XEmacs with Canna and Wnn4 -# Version required: 21.1.6 +# Version required: 21.1.7 # Date created: 5 Dec 1997 # Whom: KIRIYAMA Kazuhiko # @@ -9,7 +9,6 @@ CANNA= yes WNN4= yes -MASTERDIR= ${.CURDIR}/../../japanese/xemacs -PKGDIR= ${.CURDIR}/pkg +MASTERDIR= ${.CURDIR}/../../japanese/xemacs-canna .include "${MASTERDIR}/Makefile" diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/current/japanese/xemacs-canna+wnn4/pkg/DESCR japanese/xemacs-canna+wnn4/pkg/DESCR --- /usr/ports/current/japanese/xemacs-canna+wnn4/pkg/DESCR Fri Sep 10 04:33:44 1999 +++ japanese/xemacs-canna+wnn4/pkg/DESCR Thu Jan 1 09:00:00 1970 @@ -1,23 +0,0 @@ -This is a package containing only the executables for xemacs-21.1.6, the -next generation of Emacs. - -You need to install a package, xemacs-common-21.1.6, containing emacs -lisp files, info pages, and so on (except executables) for -xemacs-21.1.6. - -This package is built with Japanese support by using Canna ,Wnn4 or -SJ3 as an external input engine. If you use with SJ3, you should be -installed sj3serv in advance. SKK is supported as already -builtin. Also it will support several input methods under leim. - -This package and the package xemacs-common-21.1.6, might clobber any -existing emacs installation. In particular, the executables and man -pages of etags/ctags are installed, and the info pages that come with -the original emacs will be overwritten too. - -Although this shouldn't cause any problems to run both mule and emacs, -it may cause some confusion when one of them is pkg_delete'd. If -someone has a solution to this, please tell me. -Or to avoid this problem, you could select prefix for top install -directory. By default it is pointed to the usual place, /usr/local. - diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/current/japanese/xemacs-canna+wnn6/Makefile japanese/xemacs-canna+wnn6/Makefile --- /usr/ports/current/japanese/xemacs-canna+wnn6/Makefile Sat Sep 11 12:32:23 1999 +++ japanese/xemacs-canna+wnn6/Makefile Thu Oct 28 22:32:12 1999 @@ -1,5 +1,5 @@ # New ports collection makefile for: XEmacs with Canna and Wnn6 -# Version required: 21.1.6 +# Version required: 21.1.7 # Date created: 5 Dec 1997 # Whom: KIRIYAMA Kazuhiko # @@ -9,7 +9,6 @@ CANNA= yes WNN6= yes -MASTERDIR= ${.CURDIR}/../../japanese/xemacs -PKGDIR= ${.CURDIR}/pkg +MASTERDIR= ${.CURDIR}/../../japanese/xemacs-canna .include "${MASTERDIR}/Makefile" diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/current/japanese/xemacs-canna+wnn6/pkg/DESCR japanese/xemacs-canna+wnn6/pkg/DESCR --- /usr/ports/current/japanese/xemacs-canna+wnn6/pkg/DESCR Fri Sep 10 04:33:44 1999 +++ japanese/xemacs-canna+wnn6/pkg/DESCR Thu Jan 1 09:00:00 1970 @@ -1,23 +0,0 @@ -This is a package containing only the executables for xemacs-21.1.6, the -next generation of Emacs. - -You need to install a package, xemacs-common-21.1.6, containing emacs -lisp files, info pages, and so on (except executables) for -xemacs-21.1.6. - -This package is built with Japanese support by using Canna ,Wnn6 or -SJ3 as an external input engine. If you use with SJ3, you should be -installed sj3serv in advance. SKK is supported as already builtin. -Also it will support several input methods under leim. - -This package and the package xemacs-common-21.1.6, might clobber any -existing emacs installation. In particular, the executables and man -pages of etags/ctags are installed, and the info pages that come with -the original emacs will be overwritten too. - -Although this shouldn't cause any problems to run both mule and emacs, -it may cause some confusion when one of them is pkg_delete'd. If -someone has a solution to this, please tell me. -Or to avoid this problem, you could select prefix for top install -directory. By default it is pointed to the usual place, /usr/local. - diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/current/japanese/xemacs-wnn4/Makefile japanese/xemacs-wnn4/Makefile --- /usr/ports/current/japanese/xemacs-wnn4/Makefile Sat Sep 11 12:32:23 1999 +++ japanese/xemacs-wnn4/Makefile Thu Oct 28 22:32:12 1999 @@ -1,5 +1,5 @@ # New ports collection makefile for: XEmacs with Wnn4 -# Version required: 21.1.6 +# Version required: 21.1.7 # Date created: 25 January 1998 # Whom: KIRIYAMA Kazuhiko # @@ -8,7 +8,6 @@ WNN4= yes -MASTERDIR= ${.CURDIR}/../../japanese/xemacs -PKGDIR= ${.CURDIR}/pkg +MASTERDIR= ${.CURDIR}/../../japanese/xemacs-canna .include "${MASTERDIR}/Makefile" diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/current/japanese/xemacs-wnn4/pkg/DESCR japanese/xemacs-wnn4/pkg/DESCR --- /usr/ports/current/japanese/xemacs-wnn4/pkg/DESCR Fri Sep 10 04:33:48 1999 +++ japanese/xemacs-wnn4/pkg/DESCR Thu Jan 1 09:00:00 1970 @@ -1,23 +0,0 @@ -This is a package containing only the executables for xemacs-21.1.6, the -next generation of Emacs. - -You need to install a package, xemacs-common-21.1.6, containing emacs -lisp files, info pages, and so on (except executables) for -xemacs-21.1.6. - -This package is built with Japanese support by using Wnn4 or SJ3 as -an external input engine. If you use with SJ3, you should be installed -sj3serv in advance. SKK is supported as already builtin. Also it will -support several input methods under leim. - -This package and the package xemacs-common-21.1.6, might clobber any -existing emacs installation. In particular, the executables and man -pages of etags/ctags are installed, and the info pages that come with -the original emacs will be overwritten too. - -Although this shouldn't cause any problems to run both mule and emacs, -it may cause some confusion when one of them is pkg_delete'd. If -someone has a solution to this, please tell me. -Or to avoid this problem, you could select prefix for top install -directory. By default it is pointed to the usual place, /usr/local. - diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/current/japanese/xemacs-wnn6/Makefile japanese/xemacs-wnn6/Makefile --- /usr/ports/current/japanese/xemacs-wnn6/Makefile Sat Sep 11 12:32:24 1999 +++ japanese/xemacs-wnn6/Makefile Thu Oct 28 22:32:12 1999 @@ -1,5 +1,5 @@ # New ports collection makefile for: XEmacs with Wnn6 -# Version required: 21.1.6 +# Version required: 21.1.7 # Date created: 25 January 1998 # Whom: KIRIYAMA Kazuhiko # @@ -8,7 +8,6 @@ WNN6= yes -MASTERDIR= ${.CURDIR}/../../japanese/xemacs -PKGDIR= ${.CURDIR}/pkg +MASTERDIR= ${.CURDIR}/../../japanese/xemacs-canna .include "${MASTERDIR}/Makefile" diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# *\$FreeBSD.*$ /usr/ports/current/japanese/xemacs-wnn6/pkg/DESCR japanese/xemacs-wnn6/pkg/DESCR --- /usr/ports/current/japanese/xemacs-wnn6/pkg/DESCR Fri Sep 10 04:33:48 1999 +++ japanese/xemacs-wnn6/pkg/DESCR Thu Jan 1 09:00:00 1970 @@ -1,23 +0,0 @@ -This is a package containing only the executables for xemacs-21.1.6, the -next generation of Emacs. - -You need to install a package, xemacs-common-21.1.6, containing emacs -lisp files, info pages, and so on (except executables) for -xemacs-21.1.6. - -This package is built with Japanese support by using Wnn6 or SJ3 as -an external input engine. If you use with SJ3, you should be installed -sj3serv in advance. SKK is supported as already builtin. Also it will -support several input methods under leim. - -This package and the package xemacs-common-21.1.6 might clobber any -existing emacs installation. In particular, the executables and man -pages of etags/ctags are installed, and the info pages that come with -the original emacs will be overwritten too. - -Although this shouldn't cause any problems to run both mule and emacs, -it may cause some confusion when one of them is pkg_delete'd. If -someone has a solution to this, please tell me. -Or to avoid this problem, you could select prefix for top install -directory. By default it is pointed to the usual place, /usr/local. - >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 29 11: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 1010215705 for ; Fri, 29 Oct 1999 11:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA89767; Fri, 29 Oct 1999 11:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id BC8FC14FF2; Fri, 29 Oct 1999 11:09:37 -0700 (PDT) Message-Id: <19991029180937.BC8FC14FF2@hub.freebsd.org> Date: Fri, 29 Oct 1999 11:09:37 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/14597: Update port: cad/xcircuit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14597 >Category: ports >Synopsis: Update port: cad/xcircuit >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 29 11:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Fixed MASTER_SITES * Added USE_BZIP2 line for using bzip2 archive >How-To-Repeat: >Fix: diff -urN /usr/ports/cad/xcircuit/Makefile cad/xcircuit/Makefile --- /usr/ports/cad/xcircuit/Makefile Wed Oct 27 21:05:19 1999 +++ cad/xcircuit/Makefile Sat Oct 30 02:57:42 1999 @@ -8,14 +8,13 @@ DISTNAME= xcircuit-2.0a11 CATEGORIES= cad -MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - ftp://bach.ece.jhu.edu/pub/tim/xcircuit/ -MASTER_SITE_SUBDIR= apps/circuits +MASTER_SITES= ftp://bach.ece.jhu.edu/pub/tim/xcircuit/ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +USE_BZIP2= yes USE_IMAKE= yes XMKMF= xmkmf diff -urN /usr/ports/cad/xcircuit/files/md5 cad/xcircuit/files/md5 --- /usr/ports/cad/xcircuit/files/md5 Wed Oct 27 21:05:19 1999 +++ cad/xcircuit/files/md5 Sat Oct 30 02:52:41 1999 @@ -1 +1 @@ -MD5 (xcircuit-2.0a11.tar.gz) = dac6c9beaad5f75a70895d92b5493c19 +MD5 (xcircuit-2.0a11.tar.bz2) = c09b5cfa0f76ab121684b6cc16707af3 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 29 11:20: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 07A2515546 for ; Fri, 29 Oct 1999 11:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA90551; Fri, 29 Oct 1999 11:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 20D7814FF2; Fri, 29 Oct 1999 11:11:18 -0700 (PDT) Message-Id: <19991029181118.20D7814FF2@hub.freebsd.org> Date: Fri, 29 Oct 1999 11:11:18 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/14598: Update port: math/xspread Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14598 >Category: ports >Synopsis: Update port: math/xspread >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 29 11:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Fixed checksum error >How-To-Repeat: >Fix: diff -urN /usr/ports/math/xspread/files/md5 math/xspread/files/md5 --- /usr/ports/math/xspread/files/md5 Mon Oct 11 21:08:01 1999 +++ math/xspread/files/md5 Sat Oct 30 02:55:06 1999 @@ -1 +1 @@ -MD5 (xspread3.1.1c.tar.gz) = 140bae9ed5c727b8d901634ca3958dc4 +MD5 (xspread3.1.1c.tar.gz) = 2bb2eff5db76e5c77d3ef24199f3709d >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 29 11: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 9FB281551C for ; Fri, 29 Oct 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 LAA92581; Fri, 29 Oct 1999 11:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 531561551C; Fri, 29 Oct 1999 11:48:14 -0700 (PDT) Message-Id: <19991029184814.531561551C@hub.freebsd.org> Date: Fri, 29 Oct 1999 11:48:14 -0700 (PDT) From: ambrisko@whistle.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/14600: Add perl5 GDBM support to ports since base perl5 doesn't have it Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14600 >Category: ports >Synopsis: Add perl5 GDBM support to ports since base perl5 doesn't have it >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 Oct 29 11:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Doug Ambrisko >Release: -current >Organization: >Environment: FreeBSD 770z.whistle.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Wed Oct 27 02:28:40 PDT 1999 ambrisko@770z.whistle.com:/usr/home/ambrisko/current/usr/src/sys/compile/THINK i386 >Description: Since we build perl5 in the base system, we do not build in support for gdbm. A normal perl5 build would look for gdbm and then build in the required support automatically. I've take the GDBM code from contrib/perl and made a port of it following the lines of portlint. Suggestions appreciated on this somewhat strange matter. >How-To-Repeat: >Fix: begin 664 p5-GDBM.tgz M'XL(`!CR&#@``^Q;>7?;.)+O?\5/4;'=B92GT[;L'3E.-RW1L2:Z6I0A0)61SS4$C*Q_3+?O:M`L!#LIQDUNGLFYVP.Q990%6A"H7"#R2PJ)?>M$ZZ ME9_^P@OVJX>'=?@)8+>Z>T"_>%7EKWR`PVKUH':(__8`:K7:WOY/4/\K&Q5? MRS`R`H"?#'<:V.&U_UB]VSECSO=HT/>]%K+_P\#\RV+@:_N_?GBX5Z_O4O_C MS8_^_QY7MO_I9G)J.^P;1\*_-/YW:?SO[1W^&/_?Y=K<_W/;B\)O%@7_TO@_ MI/[?K_\8_]_G^ES_AZ9?7GP#FVLXM`_V'^]_[&Z`@\/:'D;`?AUCH58_W,7^ MKSY=]9>O__#^WP:]V8>^/JR#QY@50N2#8WO7<&M'<[R;FN70!^/*L#TJFALW M#)JO9N&]9[X&B\ULCUG*3LB<6>GUGYWVB?X)CN']BY)S94U=*#GFBP]'RO^U MD3^N1Z_-XS^Y*R__&S:'FCHJ0O5@ORIXMV&,$DD[EP!&$!BHG*OR$L&H*&Y.2].; MP_9@U.[W%.7D5:+O-=@A&.#ZUA(;=CNW313F./YM*'RU"/RKP'"YL:YQS;@E M_HQ4*^A`V[%16TC5;FR+63"]YZUZX%.`]@SN_25WO6>1N"6WP`X5J9Q*P[F_ M="P(&+;A7B1D`TQ_<2]U"J&NX2T-9V%<86F$M3P+_=[UPRBNA5JI8MF`V=(S M(]OWT,@`:]\8MF-,'5(<^,NKN6AL[`PEB8NT']5SM=U13]J=]N@28X'4D\<2 M0;/`=\'P[KG)1F#.[1N&UHY0KFN$*`Y".V+(HS1?+0*V*!MVV;6C,K.6KXLP M749D=\!;%T:![UVAW+:0>`'(>J`2_28:7C@3R.:P@RT M6_A`U.&:0^H2.PR7MG?%>\WT791CY7"B0Q*V;Q;.?EUO66K_R?@-QC"9D[$Y M=2IUI>R6RH(")AU:-.62$5,&EF\N788E5F:`:!JH';VO*)U7Q)FO%=`AG5>M M$]X7^;W"ZS)@;7,9*VKL*OVL6@/QS!CCH>]3M]M55`UH!]7-KH\:81+(Z2IY'-&HTS'# M_EV3SZ>J/I*W[9ZN#>.'GO:N=2+O,2^TM&'R,.BHS9A=9HWDJ3W"BF1\XI]C MV*J5J]4MI(7+*<0.@C]Y'G'O\SLF]G%$J:@@TDZ&@MRI2^'XOR&LE%\V&I7* MD>2&G1O#P5J5_]``VH2NGV#!4\@V?'2,%&Y.0SRJZT M/11F6Q5.I[H[:5\T&DG+,VTZ$O6N?(S`YYLJ8X5/2HXYV*]2)D5#HV$&OG&= MW[JD47F#J0K'$>92\/PHAH293.X:6!VREF&<6%L%+IQDBK^,7+%%3MY)O2P< M]&E+&"\:FFG^)T69^GZ$$6XL,AKCWL-.VX9!P!PRRP*717,?$>X5PE@64`8B MFZDP6V3,*!(G$ZW7FDR*?/1BXD%!F+]I2DL3N('SP#X,"M'2F2]=\$ M]'X)_]V%3]?Q>?R'I;O5!_AO_\?Z[[M0XK[]@7EXPK#;E"P*4U2:<:J,F-:!X MS>X+N9R0/6.1.8^)J_7U47^HR:(B)KHE*\XQ@9HO**`H_=R?H;-&@7;7VD MK[.P.P1?8<*11(=E1$L7&>GG*"7?^+8%^9>GZDCMG(Y[S4*>YF:*`]LD$*7@ MA#.A5)XWYSB&7Z)CQ+PLYZE-2)(D9#XAI112SR%]$*5RD66FQP!D'1]`]Z`Z"NEN:?PA9=&QO>5>`W7*- M$`/AV9`+*=7*=UOM4)9H;%BS[QT(!)L6NFOU9Z!Q+%; MF=*MM3XFRRA:($\=]8")BA^P<&M)#?Y0+-,O1C;]X(+NH0Q>GZ0@RK!G2>=; M_A)!MI+@)M'_8@1C8&"?7L6QP(+`\Q'UR%5A>&OC>,2HXI!-XCC30(3S0GW1 M4')3'/#71QGJR49J;J2^(2J!.L0TVF\R)VVM8M^M0H&Z,^G- M#"C.!.YJT1%Z$&%UT;49^HJ-MO/;`OIF]6 M2"5/4"J6#>LJX\7$ND)!?X(ZOC!9UR97*^O*./D)NL3"9UU9O!Q:UR;H3U+' MEU8/]2/W[1NK;C=3.1FIW([6WD=K?2!ULI/ZVD3K<2-4W4D<;J>.-U/.-U'<; MJ1<;J9<;J;^O43^M3"Q:NW>N=E9``\XU2M+)C=7:O;[6&ZW71H2!>6R,\/@X M!LTOW68::B.,N>1-3TJ"5[AZ M>OX\#C>,MX$V[*+:G,3$/1^X_P&7=JX=$J(EH,@!+;U4Y^]E,AB:%_"%B`Q7 M1,X_6T6I@.ZP[?#'UL_EE^$?6UM%U)0332GR*H0GRQ:MV,3=(@IB#7*1ASW! M$.$&`>\,6M?E/F6*L\:S4RRQNOK[#`^8'5X:'1FT2GXG% M&"*O5TDDI>NDK]O^W7]O_\?[O>USTS4:[ MB\:1[82-!O4[_0N.E'/7*Y]B>0'M^Z""]UNE3F49!A7' M-PVGXMA3$!M!MA!`EQRZ^5!4MHFEJ_;V!OV6#CGD^_-3$7+;,*!7\+>VX]#W ML.G2=B+^88Z0C>.XAB<^WE[H@V%_U%>';WA;2IZ_"!!5$^8(7Z`<%'1Q<8&S ME>O?,'",B`6_<$;Y56!R.NQW5\TH+URTI/"?N%%E\_@G9[K&XAOI^-+X/ZP_ MV/]1/3SX,?Z_Q[6M;'_%!1@9H&M-OC=B&U<=`I?D1I.6.AIW):+BA#>"TDO@ M!](&",A/_IZN.S(T?0.MOX$F/WGG5DB_K]=*%Q)(ZP_4W\8:EBA*NS<8CY2X MM;F=&R/@4!3AN7XS.,_OX,*H"(/.Q#,(G8IR_ID!5SJ(CPJ\Z$A)S,N->^WN MH*-U<3&GM93^>+2B(+PAE+:X\:3D1&%\2[(+67G(@:GX:SBDJ?'@$:H"-ILL M;B1OO)#C[V5?%HC_T=SVA?G?=ZRGQQB-__W]M7&?C/]Z;7?O4.[_/CC8K=7Y M^-^M?N?Q'_A^]+EZ_U_'/XSH(TC;TW"N3O!$W`COIX@5[V\OU?=Q04KN[&)U(!: MF?[;+8B-0J2:/F\P+Z)O+BPB894?B\PT5%,5SIAY'#$-S M:N\2FF=J[XVF(_!H:7"F#35XU^YTX$2#3E\?/>,&0:;!B"_.&Y#_^%Z\<3E. M<W9D6TXE-Y"QC\[8:L?5.6OE";X M=V9?9>I1P#`$C?RSCIWN&^-])VJ7PSGF'ML`8;H]Q=G!X%N?*O5RM5JO[E5< MPYQ7FJ+VPBU(L??@&G)+VY0Q#Q#`!8%M67A+XK+]BS'*/^!1K/#-6K1KF2GJ M$#.V$2C-)FVK,?&WV>J<=M0WV!]0:@W:32C-%C85I'106AWM@G8:A3[>ZD-B MMIR)Y="'X?)=J'1:0ERGE9$6SM%N"VD)Y9U3+&E06D1S>M&E8!B0I-@+%;F; MFN@3H:]L*)C+XP=?Z>LB$M";C$U#"PD4`TC8+U=+YC*@[X+*4.VA""0V%+TO M6JU=:%+*8SUIT'!*NE$=3O21.FHW)Q@Z)-\,%*DZ?3O8:NNC!T0B3/3+[@HQ MW2Y%NZ7B1UFM-D'2A3Y9J]3NZ:/)29N>I^2=J>T)&MH2TT(SL!>1(`N3I]*1 M@J8.FV<9.GW*%05B)^>:F.3=:3HD>6VUTVFUN9=I-V!,&@S;YT+VHV$<5TV; M\?F(C^OK[9&6K1\G!\Y1KU`K)BESEHLT?25;Q=[[KX-2'$A2AO#W3EZXHI`X MG<3'+ELM'6C#SN1+?N"5OMH+TGSM8O"U'HA-_WJ65>M1FV@B4`>2STD)+>EIFI)5:._F5RH7C/[824N&/ MKY'^#3_KDOCM0R5)6#@C*-UN1J.`#)38R#,B MSPV,:,XW61)<20&*90>8X_S@'O+L"DY]OW)B!)5^8)@.*R`:@!-5UX2$$R/D M>\AA801\2[`47L;.OJ=7$/]`;`CLX])PTB*2*J6AL&&_/Q+"6HG>-6GR(`W. M![2[.'1HPRL)J;1.6@6`9\^>08LMD)DC*#Z+=KMH,9V)P$+:P:@.<94QD9F8 M_Y!,?QDEQM#\Y_D0!8;MD)I&(S:_T4#[J:FM#E6&379;]_AHF^E&](?V2T5E M)>V`-/NG+LW,'4(=#0Y97%!6X8U+C+XABWZ3,4B0$!( M75O&2:K9[H_U,K3!XHN"@+G,G2+@N9W?$S5DS"4N&ER.4T2T:$0H,_1=)@YJ M)-O!#(%C^;M'L7&.0\MD582+/P]NZ1,8O9:TP([*<()2<:J95I]+ON[SKG`HQ["0 M0IY?)#DF%E80(J^2%,>*%5EG/.K',E9$5&A!6]G)RZ27$1FS/!#Y@$7B40ZV MUYH@A10JV9PG%P=25^L2\WV[^2B?2+.%,MVE7"5W$-+V]K>%LM0@W_+\#1B\>LNPN7 M4TQUJ6FTF7HPR&;LSP$D69U;DG`6*D*JDGT3`"NO`6(UVD!?YY7O^4'^RIIR M25B*2S>RE-9Y-QL=3GS:!9,Q6C_3.AS9$JH-YTKSK-OGR^NYZUM*D^PS%\F* MNWN.O^Z-TNOWA>6],6_-TC7":Z@B@CZ/2:\!T]=-Q5MBHMQ]_;PF7U(@ MX*3#?P2S^+E`.KO$CWS=8H*F?>KXXUXC#H72@CA\2LKRV&",3ND\("5),V`$ M^XIHO.%=B4G'GD&5Y.`OSOYO!^KH+!.\#V(75B(72MWT:UY3OAG!8':O%XB7 MA078ZCES%B&F:'YDT?9LE]X%D7(VFV$#X\-T9;'Q5T`G4.&>T>0T91$_L^<[ M2Y[U;_EYQ"E+SH<;-*'P0W#\C:)X3<.733BSV70>;2HY"1H;$-DN=I#A+DCO M/UF`\][)4K[>2[30E(B3/(K@A^;H.*%P6G+(U*1-*BORR7C"+:'0Y#L6O0+# MAH2*]MM8[;1_UR:C=A?#1.T.GNYD]I$LX3"49JM;"HG`H^-.02CF1CJ(B+ZB MHWK\'*(`%P:]W[SGGOIMN,*,FM;N22M)]'^?>>^[KO+MQY-?>^_6#BH^F8^)$5X."_JS` MA$Z@ZA7ZYN9[3!UEVRMP8N.A-QJC_70&8=6.?BH`%453ROMG=!\IDO[P=)B) MUSR=**!>0O8Q<$*1(+^BZ9BONLF74*IYVUJBR&FD8>^J#T?'\)R`.<[)$=XJ M11(R[=/C!AG/^8(&CDVCNLOG3&%-()(ZFA$=R=WMX3#N5U>(7::FW)75=7SG M?7!7W&W@!U%[7G[,!.FH&(LE+V1J?#@0-K*R?\\>#20CNM(H?@TN+26=P+D6>Y M=Q)B?P+D\P^9;?%>WB$8<`]C>>C!?;P+Z'5@S!%'"-,H24/YBEK+QMVZL;KA M;C.YJ(8G:KGWD>V0#+/'Q(+J7`3H\G`1S&!&[[;V&5H$=&!M]>!,OX7E24[( M8TY;PP$6"+?A!K<=2(36'L'-"B_0NC@7N:NU@-<,QT!L2Q5*?P@+^#H8]H,A MT.&X'Y*(`SRSC`L2Q:X?!;T<USFN-UMV"I!^,-._FDGE&O:CS_)3IU%N^@>E_2HN@G$'CINC:RV+:GXZ M=`LL_YD&Z].E3]VAUTKU?>GDH,4'B,A)P!GW*IVCOA"Z*2JP!)5(0LEV!,M@:A0Y+C5;'QHG,!!`3C%# MW)J;@::5@%DD\A>1Q055/(<_4X90+&:4O!T3)0XP6>$CDX1FWUS^7D?+30J( M"4(XQZ_4=!E7H,`]QQ4\_>!U`$;YD3#*V(_1Z+$]`6;&07'08^'3EPCF*[E2DESG014>5%BXNOI$5)E%G!0P6.D! M2J\U[D].$#EGZ\8[1GFSS)G[%>!3Q^HLY0$XR1M<3I62C'NV#T[R5#Q^E`+@ M$PXROEH6C5'VP)FS@IY@-@VH3SFC20A/B$ MR)D9R"+$J#XX*`Z"JP'A=<-.DCVXXUAG0H'Z_;"+!(B:)9/U4S"+%DA>#OAO M*S4'W+96!0/'G40*R0->7PHRA:99$5W6U,[P"U?1[6`N.2C5(\;=LVS>-Q@" MA\R6D'GL2JD47!\%QJ\M#RO42$]%OOO$>B()W^;,.M2@N&*4AH*6*1=\9TA: M(IK/.,NR(PF7A]`7J#E&38!K=-+YVKKS<<:!^19W@]6:P(@<6RH!U#0LLU+$ M#B]UR!X=,X'[I+6Y0"S7[T'BD#1-(H94U^5Z-@J(AM);T@6-`^"M)UR8A":# M?05/BLH/3*:)LD6-@Z2<9QYO6HB6R+'1[PN*=.15H?!:O.`O1PN7QL?>4[ MHT08(CNM$ZF+D4@SRURQKY:G$+AS!::H0"L&N7026NL#3)BR#+24>3Y7@BH\RK8*1BL&X``V'P).<7$K`T=BNLGJ@CAS8SCQSL4;T1(&-]:C MI,G\-64VA4KZ.YVUO'4X:D4W$DY+KM&USM:%A><>IKQV;/G:]=-7R)Q=E\V1 M6HSP#"^E!I:W[3\QSP!-7!PW,I6UDJ=-'G@XS4+T!.?3;F)_X#H>MU$0YEUU MG42!GN3`]/"/ZY5-H%*$1:@VA0N[FU!<9L=U'*\&11+=;^/4YBZ#VXB]&KAW M4I"+<8M0N0;/V>S@+IOU[W'$^4/]NL/?_,3TC)S<&=GP(0T!3WY9PQ3]1[?1 M)!CD/G_^/9O]UZ_LG][GWQ]RVL.+QH*+U1"`ORN;^*=;+*ZC.33IFC)E5!,- M3]??;$VD2B6Q-Z1MS86=24Z?JZZ[JL>J(%))Z_0515`3\'>$>;_B.,;T&6RU MI?.G6XZ/A:C"%'L!17+V&<1OS MUDB,@= MOP92%\\KN3=0:4X1M*^@8\)R+#;%C@8\PJBU>#_PJLZ231!)7"=ST63BL(!6 MM\JH2\=*333'D1U)Q%N*QLH_:T?]CKE;,%4N.0.=E$R2)$<]LJ^01-K,([=& M*Z(&S^(;58+C1)?]T=.THB&)5E2"./'0L.2QC0PN%2C1BDY)PSW?;!;F&5(' MIO[,-9GT*T.W#\FD M5H/26`E.<)H/5%\2Q2FTE/R94S]29^K.=,)*,&FG6++4ILY"H,9)5>K&.HM: MUY0^_E:C8TYJ;-V9<3^T7ZKEZ?0AF%Z:3H,A64>GHQ779'KN[OQ\?SJ%_7@A M.I(X=E0ZVP,A"M(`2/KH!XPY>:N@)9:]4S"E,`_@(_8R/&`L]E5\0-F"XLAE M3D[FY%QDQG7+*ZM,O/OE8V%;DCPB,F>SAT1)!H([71NC1-(_;%R&EUT*'*07 MW'EY9'"7>G3UC;[#RZ./SSBF]Y!`*3).^-\QC6]VOYV1I?AAF,M4;X(.FD^A MYJA<.W5&5 ME44W8HL,'CQ@;T3O=).SJ'KT^'$,1@,SF'\2_%J+HL`%^H89'3_W:5_%K?5C M%NYKGC*PPBI$VR2D[-CB MYP65MYME1$19TDW2<.OD&>@3SAW52$`G7D3F[N[BDRY^\#SE\.2Z^8[#<[0) M-5P%R%U*;?RH(6DK%[=AQ^9,T`1WZE`'[;'$ZB*7HAN MD(JF6&;'%^'P5HC*\9+@!8BS)3=5DH1)5P7/>5]OE*N%N>)KPD;>]*Y MN`JN@RO*ML`!CR#JV.#0/[2;LABX-4525I]\1FYQDFQPZ/J84@>KW*+SHM:K M%&0!W!&N$8?7ZU">]M-*VF!*O&MJATS0=C@#$I7_$L`>OT3%^G4POB73W&!\ M#00O>NF@(7N[>D=+1>3!:#+N4E M>YOOV4C@^2:[6],DZX$O@5D#U1YN42C@C9P%J7TD/CP2FTMKJ M!8-KVI(N.LMR-%\EPHR)*%-5KUSS:\C^9_H^CY56]6B^O\E5K'6ZI[AG/,G"YS#A7DX>ZI1-7$K1R'5B=27 MUDS+(A4'Q5OA8'S#WDMJ967SB7E+A._*@7]4/SHH_?8)<,EI3#[OO$LTE,M";-JQ0FF5[8BR\+2L!#V,%15UNR<+@2$&5I.GSZCD`TC+/Q,]XD>+G\^>[ MG6;]?>OXYY\HBDSQ5'\A"?:\."4A=6-U?7T5_IQF=D^']QY6/)WLM&JM@^JN MJK&SQA.,$J5]5-B66[L[:^K1S#YI?:@W,),_&%DJEF8)(XP:.9!7;\K>`KE# M\='PA%JS"Y']40M(H9-&518W(T#-UL!O`5"(F@]P-$#I6(F=M90^[:P)'&(* M&KL8BM11-V&QDA3O/.#HADD>EY*JI56B.I0 M[N[SESNHK2([N/?D`VL'Q5AQ;;O!1!.NX*HGOVHZU\TJ1.?OLZM8-,(J?K+V M>X?'_)__R?BO9*JP]CQML#?K6UMOT^,_XPN/__IF\\W6:\8V-C??;/R-O7V> M[MB___/XSW+^1Y?GSS3[?V7^-[8P_N_+_#__SYS_D/- M_]O7Z[C_M]Z]Q'__)K^6",WREN@8IC_N_KT[]O+[)C]S_U>JS7+C&=I8M/\W M-_3Y_^[M!N[_MV^V7O;_M_@U^\../`'Z0W:&`L+WP#/M-RNL.QV3F<1D)6(\ MD"'%):0/Z8I//_^5I0EEG\X[JA%?)[W?YX M/&"/`O=,)Z3<_U(8_QQM+-C_&Z_?O1;[?XL*(OV_OOFR_[_%;YD=!5\HAF7$ M.B'NOK+!>-.]Q?%C\GA![9 M8[7D@YN)L9B76045="+^94%1@C^R>F>"GZW_D8+^A@.5)7^5<'K.2F*RV(Z< MMKTO%[#34)4>#G;I^RQ90<9D\8-5,HI:D;S.\O0!BG*I5?VIWJA5FT7\T&8; M:9^(DT)47H0)I]\R^89C2/O:40O^5AO%I:2F'6?_I'900>?:ZE$%`&,\K4+V M#IU@FY5:XWY-M;1&H;:.ZG[Y0[7\<_/DD)JZ#2+GE\;/S499M)R]\\HG#:IJ M?:/)<4Z:51_/B[?%I4_5I@BP?-*HDDMG4:J\H&UZN*=P_,6E)5)SELO%3*># MR@J9O29(NHSCZ,:3NN!0V'``I(_*USQ-M+BD8>H3#]+$.8=*AGLT+LMS;?T4 M/Y&\M+3'T)[\CH_]?AL>F]56]>CC/3SIH8D$&O:];5%P9R,`FO`DE;IS%G4] 77./>X'+WA=1\^;W\Y.\_#Z?E;@"@``#I ` 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 Fri Oct 29 12: 3:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from nfs1-1.bctel.ca (nfs1-1.bctel.ca [207.194.28.68]) by hub.freebsd.org (Postfix) with ESMTP id 4D251155F0; Fri, 29 Oct 1999 12:02:57 -0700 (PDT) (envelope-from stainsby@telus.net) Received: from ws1 (vanc06m02-128.bctel.ca [207.194.18.128]) by nfs1-1.bctel.ca (8.9.1a/8.9.1) with SMTP id MAA04034; Fri, 29 Oct 1999 12:02:38 -0700 (PDT) Message-ID: <002501bf223f$cedae800$8012c2cf@ws1> From: "Erik Stainsby" To: "Jaime Kikpole" , "Forrest Aldrich" Cc: , Subject: Re: Cyrus SASL Date: Fri, 29 Oct 1999 12:00:02 -0700 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 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Cyrus IMAP has moved on from the 1.5.19 that is in the ports collection. Current Syrus (last week) was 1.6. The 1.6 series requires Cyrus SASL (Simple Authentication and Security Layer). This seems to me from my limitted experience with it (mostly frustrating) to be a re-invention of the PAM architecture: a generalized middleware for configurable authentication. I was attempting to establish Cyrus imap because it uses a directory-mailbox architecture with message-per-file rather than mbox. I've had too many mbox corruptions recently. I had no particular success installing the Cyrus IMAP/SASL couple. The documentation I'm afraid is attrocious from an implementation/administration standpoint. Another wonderful looking in-house application that is publicshed without translating the experience needed to operate it into useful doc for newcomers to the app. As a final plea if anyone has found admin level instruction (as opposed to programmer's) on how to use the server/setup accounts/maintain the environment I would very much appreciate a note of direction. Cheers, Erik stainsby@telus.net ======================================== There was no year zero. The next millenium begins January 1, 2001. ======================================== -----Original Message----- From: Jaime Kikpole To: Forrest Aldrich Cc: freebsd-questions@FreeBSD.ORG ; freebsd-ports@FreeBSD.ORG Date: Thursday, October 28, 1999 4:58 AM Subject: Re: Cyrus SASL >On Wed, 27 Oct 1999, Forrest Aldrich wrote: >> Anyone have luck compiling the latest Cyrus SASL on FreeBSD-3.3+ ? >> >> Is someone working on an official port. Sendmail 8.10.x supports it. > > Is this a varient of the Cyrus IMAP server? Last I checked, the >Cyrus IMAP4/POP3 server was still in the ports. > > Jaime > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" 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 Fri Oct 29 12:21:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from forrie.net (forrie.net [216.67.12.69]) by hub.freebsd.org (Postfix) with ESMTP id 0D65814FFF; Fri, 29 Oct 1999 12:21:19 -0700 (PDT) (envelope-from forrie@forrie.com) Received: from Forrest (getbent@forrie.ne.mediaone.net [24.128.72.15]) by forrie.net (8.9.3/8.9.3) with ESMTP id PAA45824; Fri, 29 Oct 1999 15:21:16 -0400 (EDT) Message-Id: <4.2.1.19991029151457.00a6dc60@216.67.12.69> X-Sender: forrie@216.67.12.69 X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.1 Date: Fri, 29 Oct 1999 15:18:48 -0400 To: , From: Forrest Aldrich Subject: Re: Cyrus SASL In-Reply-To: <002501bf223f$cedae800$8012c2cf@ws1> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Well, I glad I'm not alone in this view. The documentation sucks, very badly. It would be nice to see a couple of HOWTO's and such. The biggest reason why I avoided Cyrus- in the past was partly due to the complexity, and uncertainty generated by trying to make sense of it. I agree the SASL and 1.6 stuff is quirky. It probably needs a bit of time before it will become sane enough for production use. Everyone I've exchanged mail with has advised me to stick with the latest 1.5.x revision. Further, prior to posting to the info-cyrus list, I read through the documentation on their web page... only to get flamed (slightly), and realizing the info is sorely outdated. *shrug* Maybe it's time for another group to take over Cyrus :) *chortle* It does have lots of potential. _F At 12:00 PM 10/29/99 -0700, Erik Stainsby wrote: >Cyrus IMAP has moved on from the 1.5.19 that is in the ports collection. >Current Syrus (last week) was 1.6. The 1.6 series requires Cyrus SASL >(Simple Authentication and Security Layer). This seems to me from my >limitted experience with it (mostly frustrating) to be a re-invention of the >PAM architecture: a generalized middleware for configurable authentication. > >I was attempting to establish Cyrus imap because it uses a directory-mailbox >architecture with message-per-file rather than mbox. I've had too many mbox >corruptions recently. I had no particular success installing the Cyrus >IMAP/SASL couple. The documentation I'm afraid is attrocious from an >implementation/administration standpoint. >Another wonderful looking in-house application that is publicshed without >translating the experience needed to operate it into useful doc for >newcomers to the app. > >As a final plea if anyone has found admin level instruction (as opposed to >programmer's) on how to use the server/setup accounts/maintain the >environment I would very much appreciate a note of direction. > >Cheers, > Erik > stainsby@telus.net >======================================== > There was no year zero. > The next millenium begins January 1, 2001. >======================================== > >-----Original Message----- >From: Jaime Kikpole >To: Forrest Aldrich >Cc: freebsd-questions@FreeBSD.ORG ; >freebsd-ports@FreeBSD.ORG >Date: Thursday, October 28, 1999 4:58 AM >Subject: Re: Cyrus SASL > > > >On Wed, 27 Oct 1999, Forrest Aldrich wrote: > >> Anyone have luck compiling the latest Cyrus SASL on FreeBSD-3.3+ ? > >> > >> Is someone working on an official port. Sendmail 8.10.x supports it. > > > > Is this a varient of the Cyrus IMAP server? Last I checked, the > >Cyrus IMAP4/POP3 server was still in the ports. > > > > Jaime > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" 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 Fri Oct 29 18:21:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 30DB714C2F; Fri, 29 Oct 1999 18:21:19 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 200ED1CD408; Fri, 29 Oct 1999 18:21:18 -0700 (PDT) (envelope-from kris@hub.freebsd.org) Date: Fri, 29 Oct 1999 18:21:18 -0700 (PDT) From: Kris Kennaway To: Erik Stainsby Cc: Jaime Kikpole , Forrest Aldrich , freebsd-questions@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: Cyrus SASL In-Reply-To: <002501bf223f$cedae800$8012c2cf@ws1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 29 Oct 1999, Erik Stainsby wrote: > Cyrus IMAP has moved on from the 1.5.19 that is in the ports collection. > Current Syrus (last week) was 1.6. The 1.6 series requires Cyrus SASL > (Simple Authentication and Security Layer). This seems to me from my > limitted experience with it (mostly frustrating) to be a re-invention of the > PAM architecture: a generalized middleware for configurable authentication. Incorrect: it complements PAM. PAM doesn't specify how to authenticate across a network. SASL doesn't specify how to authenticate locally (i.e. against any local backend like a password database). Kris ---- "Lisa, if you don't like your job, you don't strike - you just go in every day and do it real half-assed. It's the American Way." -- Homer Simpson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 29 19: 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 3456514D45 for ; Fri, 29 Oct 1999 19:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA24383; Fri, 29 Oct 1999 19: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 5BA2E14D40 for ; Fri, 29 Oct 1999 18:50:02 -0700 (PDT) (envelope-from rover@fly.lglobus.ru) Received: (from rover@localhost) by fly.lglobus.ru (8.9.3/8.9.2) id FAA20178; Sat, 30 Oct 1999 05:55:32 +0400 (MSD) (envelope-from rover) Message-Id: <199910300155.FAA20178@fly.lglobus.ru> Date: Sat, 30 Oct 1999 05:55:32 +0400 (MSD) From: "Oleg V. Volkov" Reply-To: "Oleg V. Volkov" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14604: portlint: security/firewalk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14604 >Category: ports >Synopsis: portlint: security/firewalk >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 29 19:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Oleg V. Volkov >Release: FreeBSD 3.2-STABLE i386 >Organization: -=/ SR 13 /=- >Environment: Fresh ports. >Description: Makefile uses ${PREFIX} in *_DEPENDS. >How-To-Repeat: >Fix: --- Makefile.old Tue Aug 31 05:51:03 1999 +++ Makefile Sat Oct 30 05:42:49 1999 @@ -13,7 +13,7 @@ MAINTAINER= shipley@dis.org -BUILD_DEPENDS= ${PREFIX}/lib/libnet.a:${PORTSDIR}/net/libnet +BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet MAN1= firewalk.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 Fri Oct 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 09AE314E7C for ; Fri, 29 Oct 1999 20:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA09040; Fri, 29 Oct 1999 20:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from neptune.psn.net (neptune.psn.net [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id 336DB14E4F for ; Fri, 29 Oct 1999 19:50:28 -0700 (PDT) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by neptune.psn.net with esmtp (PSN Internet Service 2.12 #3) for FreeBSD-gnats-submit@FreeBSD.ORG id 11hOb4-0003v9-00; Fri, 29 Oct 1999 19:50:27 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id WAA53463; Fri, 29 Oct 1999 22:50:24 -0400 (EDT) (envelope-from will) Message-Id: <199910300250.WAA53463@shadow.blackdawn.com> Date: Fri, 29 Oct 1999 22:50:24 -0400 (EDT) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/14605: update port: security/xinetd to v2.1.8.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14605 >Category: ports >Synopsis: update port: security/xinetd to v2.1.8.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: Fri Oct 29 20:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.3-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.3-STABLE FreeBSD 3.3-STABLE #0: Mon Oct 4 19:40:23 EDT 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: New version of xinetd, this should be committed ASAP, since the old tarball is not available. >How-To-Repeat: Apply the diff to the current port. >Fix: diff -urN xinetd/Makefile xinetd.new/Makefile --- xinetd/Makefile Sun Oct 3 10:36:15 1999 +++ xinetd.new/Makefile Sun Oct 24 02:37:32 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: xinetd -# Version required: 2.1.8.6b7 +# Version required: 2.1.8.7 # Date created: 28 June 1996 # Whom: markm # # $FreeBSD: ports/security/xinetd/Makefile,v 1.13 1999/09/19 11:49:43 vanilla Exp $ # -DISTNAME= xinetd-2.1.8.6b7 +DISTNAME= xinetd-2.1.8.7 CATEGORIES= security MASTER_SITES= http://synack.net/xinetd/ diff -urN xinetd/files/md5 xinetd.new/files/md5 --- xinetd/files/md5 Sun Oct 3 10:36:15 1999 +++ xinetd.new/files/md5 Sun Oct 24 02:43:33 1999 @@ -1 +1 @@ -MD5 (xinetd-2.1.8.6b7.tar.gz) = 04dcd299585f386e3771557aa8862352 +MD5 (xinetd-2.1.8.7.tar.gz) = 77dd34de8ae2294dc45d502f2213f66e >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 29 20: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 EC64514EA5 for ; Fri, 29 Oct 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 UAA37969; Fri, 29 Oct 1999 20:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from neptune.psn.net (neptune.psn.net [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id AEE0214CB2 for ; Fri, 29 Oct 1999 20:23:50 -0700 (PDT) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by neptune.psn.net with esmtp (PSN Internet Service 2.12 #3) for FreeBSD-gnats-submit@FreeBSD.ORG id 11hP7M-0004g2-00; Fri, 29 Oct 1999 20:23:49 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id XAA56447; Fri, 29 Oct 1999 23:23:45 -0400 (EDT) (envelope-from will) Message-Id: <199910300323.XAA56447@shadow.blackdawn.com> Date: Fri, 29 Oct 1999 23:23:45 -0400 (EDT) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/14606: update port net/delegate to v5.9.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14606 >Category: ports >Synopsis: update port net/delegate to v5.9.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: Fri Oct 29 20:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.3-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.3-STABLE FreeBSD 3.3-STABLE #0: Mon Oct 4 19:40:23 EDT 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: New version of delegate, this should be committed ASAP, since the old tarball is not available. >How-To-Repeat: Apply the diff to the current port. >Fix: diff -urN delegate/Makefile delegate.new/Makefile --- delegate/Makefile Sun Sep 12 11:24:56 1999 +++ delegate.new/Makefile Fri Oct 29 23:07:09 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: DeleGate -# Version required: 5.9.4 +# Version required: 5.9.5 # Date created: 26 Jan 1997 # Whom: Masafumi NAKANE # # $FreeBSD: ports/net/delegate/Makefile,v 1.20 1999/09/07 20:22:05 max Exp $ # -DISTNAME= delegate5.9.4 -PKGNAME= delegate-5.9.4 +DISTNAME= delegate5.9.5 +PKGNAME= delegate-5.9.5 CATEGORIES= net www japanese MASTER_SITES= ftp://etlport.etl.go.jp/pub/DeleGate/ diff -urN delegate/files/md5 delegate.new/files/md5 --- delegate/files/md5 Sun Sep 12 11:24:56 1999 +++ delegate.new/files/md5 Fri Oct 29 23:12:15 1999 @@ -1 +1 @@ -MD5 (delegate5.9.4.tar.gz) = b844589c03b611c1806550daca4ad533 +MD5 (delegate5.9.5.tar.gz) = a87f71c3082c93e3f281a88754ec248c >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 29 21: 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 BD8D014EEB for ; Fri, 29 Oct 1999 21:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA43007; Fri, 29 Oct 1999 21:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from neptune.psn.net (neptune.psn.net [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id E4AD514D4E for ; Fri, 29 Oct 1999 20:53:39 -0700 (PDT) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by neptune.psn.net with esmtp (PSN Internet Service 2.12 #3) for FreeBSD-gnats-submit@FreeBSD.ORG id 11hPaC-0005P1-00; Fri, 29 Oct 1999 20:53:37 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id XAA58179; Fri, 29 Oct 1999 23:53:34 -0400 (EDT) (envelope-from will) Message-Id: <199910300353.XAA58179@shadow.blackdawn.com> Date: Fri, 29 Oct 1999 23:53:34 -0400 (EDT) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/14607: update port misc/xgas (new MASTER_SITE) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14607 >Category: ports >Synopsis: update port misc/xgas (new MASTER_SITE) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 29 21:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.3-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.3-STABLE FreeBSD 3.3-STABLE #0: Mon Oct 4 19:40:23 EDT 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: The xgas tarball is on sunsite, so I changed the MASTER_SITES. This should be committed ASAP, since tut.ac.jp (or whatever) doesn't have it anymore. >How-To-Repeat: Apply the diff to the current port. >Fix: diff -urN xgas/Makefile xgas.new/Makefile --- xgas/Makefile Thu Aug 26 00:24:17 1999 +++ xgas.new/Makefile Fri Oct 29 23:49:52 1999 @@ -9,7 +9,8 @@ DISTNAME= xgas PKGNAME= xgas-1.0 CATEGORIES= misc -MASTER_SITES= ftp://ftp.tut.ac.jp/.h3/X11/X11R6/contrib/programs/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= X11/demos MAINTAINER= nacai@iname.com diff -urN xgas/files/md5 xgas.new/files/md5 --- xgas/files/md5 Fri Nov 15 04:55:44 1996 +++ xgas.new/files/md5 Fri Oct 29 23:50:15 1999 @@ -1 +1 @@ -MD5 (xgas.tar.gz) = d48372429fbada32acf403105865924d +MD5 (xgas.tar.gz) = e178cfbf2cede83e95028bf3858ba4f3 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 30 0: 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 6719C14F66 for ; Sat, 30 Oct 1999 00:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA51772; Sat, 30 Oct 1999 00:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from neptune.psn.net (neptune.psn.net [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id 0C81A14C3C for ; Fri, 29 Oct 1999 23:50:15 -0700 (PDT) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by neptune.psn.net with esmtp (PSN Internet Service 2.12 #3) for FreeBSD-gnats-submit@FreeBSD.ORG id 11hSL7-0001Tt-00; Fri, 29 Oct 1999 23:50:13 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id CAA04622; Sat, 30 Oct 1999 02:50:10 -0400 (EDT) (envelope-from will) Message-Id: <199910300650.CAA04622@shadow.blackdawn.com> Date: Sat, 30 Oct 1999 02:50:10 -0400 (EDT) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/14608: update port archivers/rar (new MASTER_SITE) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14608 >Category: ports >Synopsis: update port archivers/rar (new MASTER_SITE) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 30 00:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.3-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.3-STABLE FreeBSD 3.3-STABLE #0: Mon Oct 4 19:40:23 EDT 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: rarsoft changed their FTP site. Same file, though, so no md5 checksum update. To take the load off ftp.cdrom.com, this should be committed ASAP. :) >How-To-Repeat: Apply the diff to the current port. >Fix: diff -urN rar/Makefile rar.new/Makefile --- rar/Makefile Tue Aug 31 23:28:54 1999 +++ rar.new/Makefile Sat Oct 30 02:45:31 1999 @@ -10,7 +10,7 @@ DISTNAME= rarbsd PKGNAME= rar-2.02 CATEGORIES= archivers -MASTER_SITES= ftp://ftp.rarsoft.com/pub/rar/ \ +MASTER_SITES= ftp://rarsoft.ti.sk/pub/rar/ \ ftp://ftp.cdrom.com/pub/sac/pack/ EXTRACT_SUFX= .sfx >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 30 3:13:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from baerenklau.de.freebsd.org (baerenklau.de.freebsd.org [195.185.195.14]) by hub.freebsd.org (Postfix) with ESMTP id 62BCF14CBA for ; Sat, 30 Oct 1999 03:12:37 -0700 (PDT) (envelope-from wosch@panke.de.freebsd.org) Received: (from uucp@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id MAA15513; Sat, 30 Oct 1999 12:12:34 +0200 (CEST) (envelope-from wosch@panke.de.freebsd.org) Received: (from wosch@localhost) by paula.panke.de.freebsd.org (8.9.3/8.8.8) id MAA00638; Sat, 30 Oct 1999 12:05:35 +0200 (CEST) (envelope-from wosch) Date: Sat, 30 Oct 1999 12:05:35 +0200 (CEST) Message-Id: <199910301005.MAA00638@paula.panke.de.freebsd.org> From: wosch@freebsd.org To: ports@freebsd.org Subject: New ports added/updated last two weeks Reply-To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Introduction - ------------ The FreeBSD Ports Collection offers a simple way for users and administrators to install applications. Each "port" listed here contains any patches necessary to make the original application source code compile and run on FreeBSD. Installing an application is as simple as downloading the port, unpacking it and typing make in the port directory. The Makefile automatically fetches the application source code, either from a local disk or via ftp, unpacks it on your system, applies the patches, and compiles. If all goes well, simply type make install to install the application. For more information about using ports, see the ports collection http://www.freebsd.org/handbook/ports.html and http://www.freebsd.org/ports/ There are currently 2723 ports in the FreeBSD Ports Collection. New ports added last two weeks - ------------------------------ Category audio (http://www.freebsd.org/ports/audio.html) ================================================================== mpg123.el-1.5 a front-end to mpg123 audio player for Emacsen Maintained by: taoka@FreeBSD.org Also listed in: elisp Requires: mpg123-0.59r Category chinese (http://www.freebsd.org/ports/chinese.html) ================================================================== zh-arphicttf-1.0 Four Chinese Big5/GB TrueType fonts made by Arphic Technology. Maintained by: jtjang@gcn.net.tw Also listed in: x11-fonts Requires: XFree86-3.3.5, freetype-1.2, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 Category converters (http://www.freebsd.org/ports/converters.html) ================================================================== tcs-19950325 Translate chalacer sets Maintained by: kuriyama@FreeBSD.org Also listed in: plan9 Category devel (http://www.freebsd.org/ports/devel.html) ================================================================== bonobo-0.4 The component and compound document system for GNOME Maintained by: ade@lovett.com Also listed in: gnome Requires: ORBit-0.5.0, XFree86-3.3.5, esound-0.2.15, gdk-pixbuf-0.2, gettext-0.10.35, giflib-4.1.0, glib-1.2.6, gmake-3.77, gnomelibs-1.0.53, gtk-1.2.6, imlib-1.9.7, jpeg-6b, libaudiofile-0.1.9, libtool-1.3.3, png-1.0.3, tiff-3.5.1, xpm-3.4k Category graphics (http://www.freebsd.org/ports/graphics.html) ================================================================== eog-0.1 The Eye Of Gnome image viewer Maintained by: ade@lovett.com Also listed in: gnome Requires: ORBit-0.5.0, XFree86-3.3.5, esound-0.2.15, gdk-pixbuf-0.2, gettext-0.10.35, giflib-4.1.0, glib-1.2.6, gmake-3.77, gnomelibs-1.0.53, gtk-1.2.6, imlib-1.9.7, jpeg-6b, libaudiofile-0.1.9, libtool-1.3.3, png-1.0.3, tiff-3.5.1, xpm-3.4k gdk-pixbuf-0.2 A graphic library for GNOME Maintained by: ade@lovett.com Also listed in: gnome Requires: ORBit-0.5.0, XFree86-3.3.5, esound-0.2.15, gettext-0.10.35, giflib-4.1.0, glib-1.2.6, gmake-3.77, gnomelibs-1.0.53, gtk-1.2.6, imlib-1.9.7, jpeg-6b, libaudiofile-0.1.9, libtool-1.3.3, png-1.0.3, tiff-3.5.1, xpm-3.4k py-imaging-handbook-1.0 The Python Imaging Library Handbook Maintained by: ports@FreeBSD.org Category misc (http://www.freebsd.org/ports/misc.html) ================================================================== mgp-mode.el-1.22 A mode of Emacs for editing MagicPoint files Maintained by: taoka@FreeBSD.org Also listed in: elisp Requires: XFree86-3.3.5, freetype-1.2, magicpoint-1.05a Category net (http://www.freebsd.org/ports/net.html) ================================================================== archie.el-3.0.2 A mock-interface to Archie for Emacs Maintained by: taoka@FreeBSD.org Also listed in: elisp Requires: archie-1.4.1 tac_plus-2.1 A remote authentication/authorization/accounting server Maintained by: andreas@FreeBSD.org Requires: bzip2-0.9.5d Category sysutils (http://www.freebsd.org/ports/sysutils.html) ================================================================== lavaps-1.8 lavaps -- a lava lamp of currently running processes Maintained by: johnh@isi.edu Requires: XFree86-3.3.5, gcc-2.95.1, tcl-8.0.5, tk-8.0.5 wmbattery-1.9 WindowMaker dockapp that displays info about your battery Maintained by: andrews@technologist.com Requires: XFree86-3.3.5, gmake-3.77, xpm-3.4k Category www (http://www.freebsd.org/ports/www.html) ================================================================== udmsearch-2.1.5 Full featured MySQL-based hypertext search engine Maintained by: kbyanc@posi.net Also listed in: databases Requires: gmake-3.77, mysql-client-3.22.27 Updated ports last two weeks - ----------------------------------- Category audio (http://www.freebsd.org/ports/audio.html) ================================================================== dagrab-0.3.2 Read audio tracks from a CD into wav sound files Maintained by: clkao@CirX.ORG gnomemedia-1.0.51 Multimedia applications for the GNOME desktop Maintained by: reg@shale.csir.co.za Also listed in: gnome Requires: ORBit-0.5.0, XFree86-3.3.5, esound-0.2.15, gettext-0.10.35, giflib-4.1.0, glib-1.2.6, gmake-3.77, gnomeaudio-1.0.0, gnomecore-1.0.53, gnomelibs-1.0.53, gnomeprint-0.9, gtk-1.2.6, guile-1.3, imlib-1.9.7, jpeg-6b, libaudiofile-0.1.9, libghttp-1.0.4, libgtop-1.1.0, libtool-1.3.3, libxml-1.7.3, png-1.0.3, tiff-3.5.1, xpm-3.4k libcdaudio-0.99.2 A library for playing audio CDs Maintained by: ports@FreeBSD.org Requires: libtool-1.3.3 Category chinese (http://www.freebsd.org/ports/chinese.html) ================================================================== zh-xcin-2.5.2b Chinese input method server under X Maintained by: jtjang@gcn.net.tw Also listed in: x11 Requires: XFree86-3.3.5, db-2.7.5, gettext-0.10.35, zh-libtabe-0.1b2 Category databases (http://www.freebsd.org/ports/databases.html) ================================================================== mysql-client-3.22.27 a multithreaded SQL database (client) Maintained by: dirk@FreeBSD.org Requires: libtool-1.3.3 mysql-server-3.22.27 Multithreaded SQL database (server) Maintained by: dirk@FreeBSD.org Requires: libtool-1.3.3, mysql-client-3.22.27 Category deskutils (http://www.freebsd.org/ports/deskutils.html) ================================================================== gaddr-1.1.4 A GTK (and optionally, GNOME) address book Maintained by: jim@FreeBSD.org Requires: XFree86-3.3.5, gettext-0.10.35, glib-1.2.6, gtk-1.2.6 gnomepim-1.0.50 Gnome pim package Maintained by: nakai@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.0, XFree86-3.3.5, esound-0.2.15, gettext-0.10.35, giflib-4.1.0, glib-1.2.6, gmake-3.77, gnomeaudio-1.0.0, gnomecore-1.0.53, gnomelibs-1.0.53, gnomeprint-0.9, gtk-1.2.6, guile-1.3, imlib-1.9.7, jpeg-6b, libaudiofile-0.1.9, libghttp-1.0.4, libgtop-1.1.0, libxml-1.7.3, png-1.0.3, tiff-3.5.1, xpm-3.4k wpeople-0.13 Simple address book type program based on the WINGs Maintained by: sobomax@altavista.net Also listed in: windowmaker Requires: XFree86-3.3.5, giflib-4.1.0, jpeg-6b, libproplist-0.9.1, png-1.0.3, tiff-3.5.1, windowmaker-0.61.1, xpm-3.4k Category devel (http://www.freebsd.org/ports/devel.html) ================================================================== doc++-3.3.15 Javadoc style C++ documentatation system Maintained by: Ruslan@Shevchenko.Kiev.UA Requires: XFree86-3.3.5, ghostscript-5.10, gmake-3.77, gsfonts-5.10, jpeg-6b, libwww-5.2.6, netpbm-94.3.1, png-1.0.3, teTeX-1.0.6, tiff-3.5.1 gide-0.1.5 GTK-based IDE for the C programming Language Maintained by: ports@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.0, XFree86-3.3.5, esound-0.2.15, gettext-0.10.35, giflib-4.1.0, glib-1.2.6, gmake-3.77, gnomelibs-1.0.53, gtk-1.2.6, guile-1.3, imlib-1.9.7, jpeg-6b, libaudiofile-0.1.9, libtool-1.3.3, png-1.0.3, tiff-3.5.1, xpm-3.4k glade-0.5.3 A user interface builder for GTK+ and GNOME Maintained by: dom@myrddin.demon.co.uk Requires: XFree86-3.3.5, gettext-0.10.35, glib-1.2.6, gtk-1.2.6, libtool-1.3.3 glib-1.2.6 Some useful routines of C programming Maintained by: vanilla@FreeBSD.org Requires: libtool-1.3.3 libglade-0.7 GNOME glade library Maintained by: ade@lovett.com Also listed in: gnome Requires: ORBit-0.5.0, XFree86-3.3.5, esound-0.2.15, gettext-0.10.35, giflib-4.1.0, glib-1.2.6, gmake-3.77, gnomelibs-1.0.53, gtk-1.2.6, imlib-1.9.7, jpeg-6b, libaudiofile-0.1.9, libtool-1.3.3, libxml-1.7.3, png-1.0.3, tiff-3.5.1, xpm-3.4k Category editors (http://www.freebsd.org/ports/editors.html) ================================================================== psgml-emacs-1.2.0 A major mode for editing SGML and XML documents for emacs Maintained by: shige@FreeBSD.org Also listed in: elisp Requires: XFree86-3.3.5, docbook-1.0, docbook-241, docbook-3.0, docbook-3.1, dtd-catalogs-1.0, emacs-19.34b, html-4.0b, iso12083-1993, iso8879-1986, linuxdoc-1.1 psgml-emacs20-1.2.0 A major mode for editing SGML and XML documents for emacs20 Maintained by: shige@FreeBSD.org Also listed in: elisp Requires: XFree86-3.3.5, docbook-1.0, docbook-241, docbook-3.0, docbook-3.1, dtd-catalogs-1.0, emacs-20.4, html-4.0b, iso12083-1993, iso8879-1986, linuxdoc-1.1 psgml-mule-1.2.0 PSGML: a major mode for editing SGML and XML documents for mule Maintained by: shige@FreeBSD.org Also listed in: elisp Requires: XFree86-3.3.5, docbook-1.0, docbook-241, docbook-3.0, docbook-3.1, dtd-catalogs-1.0, html-4.0b, iso12083-1993, iso8879-1986, linuxdoc-1.1, mule-2.3, mule-common-2.3 psgml-xemacs-mule-1.2.0 A major mode for editing SGML and XML documents for XEmacs with Mule Maintained by: shige@FreeBSD.org Also listed in: elisp Requires: XFree86-3.3.5, docbook-1.0, docbook-241, docbook-3.0, docbook-3.1, dtd-catalogs-1.0, faces-1.6.1, html-4.0b, iso12083-1993, iso8879-1986, jpeg-6b, linuxdoc-1.1, png-1.0.3, tiff-3.5.1, xemacs-mule-21.1.6, xemacs-mule-base-pkg-1.32, xemacs-mule-common-21.1.6, xpm-3.4k wemi-emacs-1.13.6 WEMI, Library of MIME feature for GNU Emacs (branch of SEMI kernel package) Maintained by: shige@FreeBSD.org Also listed in: elisp Requires: XFree86-3.3.5, apel-emacs-9.22, custom-emacs-1.9962, emacs-19.34b, flim-emacs-1.13.2, ja-nkf-1.62 wemi-emacs-1.13.4 WEMI, Library of MIME feature for GNU Emacs (branch of SEMI kernel package) Maintained by: shige@FreeBSD.org Also listed in: elisp Requires: XFree86-3.3.5, apel-emacs-9.22, custom-emacs-1.9962, emacs-19.34b, flim-emacs-1.12.7, ja-nkf-1.62 wemi-emacs20-1.13.6 WEMI, Library of MIME feature for GNU Emacs (branch of SEMI kernel package) Maintained by: shige@FreeBSD.org Also listed in: elisp Requires: XFree86-3.3.5, apel-emacs20-9.22, emacs-20.4, flim-emacs20-1.13.2, ja-nkf-1.62 wemi-emacs20-1.13.4 WEMI, Library of MIME feature for GNU Emacs (branch of SEMI kernel package) Maintained by: shige@FreeBSD.org Also listed in: elisp Requires: XFree86-3.3.5, apel-emacs20-9.22, emacs-20.4, flim-emacs20-1.12.7, ja-nkf-1.62 wemi-mule-1.13.6 WEMI, Library of MIME feature for GNU Emacs (branch of SEMI kernel package) Maintained by: shige@FreeBSD.org Also listed in: elisp Requires: XFree86-3.3.5, apel-mule-9.22, custom-mule-1.9962, flim-mule-1.13.2, ja-nkf-1.62, mule-2.3, mule-common-2.3 wemi-mule-1.13.4 WEMI, Library of MIME feature for GNU Emacs (branch of SEMI kernel package) Maintained by: shige@FreeBSD.org Also listed in: elisp Requires: XFree86-3.3.5, apel-mule-9.22, custom-mule-1.9962, flim-mule-1.12.7, ja-nkf-1.62, mule-2.3, mule-common-2.3 wemi-xemacs-1.13.6 WEMI, Library of MIME feature for GNU Emacs (branch of SEMI kernel package) Maintained by: shige@FreeBSD.org Also listed in: elisp Requires: XFree86-3.3.5, apel-xemacs-9.22, flim-xemacs-1.13.2, ja-nkf-1.62, jpeg-6b, png-1.0.3, xemacs-19.16, xpm-3.4k wemi-xemacs-mule-1.13.6 WEMI, Library of MIME feature for GNU Emacs (branch of SEMI kernel package) Maintained by: shige@FreeBSD.org Also listed in: elisp Requires: XFree86-3.3.5, apel-xemacs-mule-9.22, faces-1.6.1, flim-xemacs-mule-1.13.2, jpeg-6b, png-1.0.3, tiff-3.5.1, xemacs-mule-21.1.6, xemacs-mule-base-pkg-1.32, xemacs-mule-common-21.1.6, xemacs-sumo-pkg-19990713, xpm-3.4k wemi-xemacs-mule-1.13.4 WEMI, Library of MIME feature for GNU Emacs (branch of SEMI kernel package) Maintained by: shige@FreeBSD.org Also listed in: elisp Requires: XFree86-3.3.5, apel-xemacs-mule-9.22, faces-1.6.1, flim-xemacs-mule-1.12.7, jpeg-6b, png-1.0.3, tiff-3.5.1, xemacs-mule-21.1.6, xemacs-mule-base-pkg-1.32, xemacs-mule-common-21.1.6, xemacs-sumo-pkg-19990713, xpm-3.4k wemi-xemacs-1.13.4 WEMI, Library of MIME feature for GNU Emacs (branch of SEMI kernel package) Maintained by: shige@FreeBSD.org Also listed in: elisp Requires: XFree86-3.3.5, apel-xemacs-9.22, flim-xemacs-1.12.7, ja-nkf-1.62, jpeg-6b, png-1.0.3, xemacs-19.16, xpm-3.4k wemi-xemacs20-1.13.6 WEMI, Library of MIME feature for GNU Emacs (branch of SEMI kernel package) Maintained by: shige@FreeBSD.org Also listed in: elisp Requires: XFree86-3.3.5, apel-xemacs20-9.22, flim-xemacs20-1.13.2, ja-nkf-1.62, jpeg-6b, png-1.0.3, xemacs-20.4, xpm-3.4k wemi-xemacs20-1.13.4 WEMI, Library of MIME feature for GNU Emacs (branch of SEMI kernel package) Maintained by: shige@FreeBSD.org Also listed in: elisp Requires: XFree86-3.3.5, apel-xemacs20-9.22, flim-xemacs20-1.12.7, ja-nkf-1.62, jpeg-6b, png-1.0.3, xemacs-20.4, xpm-3.4k Category games (http://www.freebsd.org/ports/games.html) ================================================================== actx-0.99.2 a window sitter for X11 Maintained by: esu@yk.rim.or.jp Requires: XFree86-3.3.5, xpm-3.4k bnetd-0.4.18 A game server for StarCraft Maintained by: ijliao@csie.nctu.edu.tw Also listed in: net freeciv-1.9.0 A civilisation clone for x; multiplayer Maintained by: sheldonh@freebsd.org Requires: XFree86-3.3.5, bzip2-0.9.5d, xpm-3.4k gnomegames-1.0.51 The game applications package for the Gnome Desktop Environment Maintained by: nakai@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.0, XFree86-3.3.5, esound-0.2.15, gettext-0.10.35, giflib-4.1.0, glib-1.2.6, gmake-3.77, gnomeaudio-1.0.0, gnomecore-1.0.53, gnomelibs-1.0.53, gnomeprint-0.9, gtk-1.2.6, guile-1.3, imlib-1.9.7, jpeg-6b, libaudiofile-0.1.9, libghttp-1.0.4, libgtop-1.1.0, libtool-1.3.3, libxml-1.7.3, png-1.0.3, tiff-3.5.1, xpm-3.4k pysol-2.99 Solitaire game, written in Python Maintained by: tg@FreeBSD.org Requires: XFree86-3.3.5, python-1.5.2, tcl-8.0.5, tk-8.0.5 Category graphics (http://www.freebsd.org/ports/graphics.html) ================================================================== electriceyes-0.3.11 A graphic view base imlib & gtk Maintained by: nakai@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.0, XFree86-3.3.5, esound-0.2.15, gettext-0.10.35, giflib-4.1.0, glib-1.2.6, gmake-3.77, gnomeaudio-1.0.0, gnomecore-1.0.53, gnomelibs-1.0.53, gnomeprint-0.9, gtk-1.2.6, guile-1.3, imlib-1.9.7, jpeg-6b, libaudiofile-0.1.9, libghttp-1.0.4, libgtop-1.1.0, libxml-1.7.3, png-1.0.3, tiff-3.5.1, xpm-3.4k enfle-19991011 Simple Plugin-based Graphic Loader Enfle Maintained by: mami@whale.cc.muroran-it.ac.jp Requires: XFree86-3.3.5, bzip2-0.9.5d, gmake-3.77, jpeg-6b, png-1.0.3 gif2png-1.1.1 Converts GIF images to a PNG format Maintained by: saper@system.pl Requires: png-1.0.3 gimp-i18n-1.1.10 The GNU Image Manipulation Program with I18N extension Maintained by: nobutaka@nobutaka.com Requires: XFree86-3.3.5, aalib-1.2, bzip2-0.9.5d, gettext-0.10.35, glib-1.2.6, gmake-3.77, gtk-1.2.6, jpeg-6b, libtool-1.3.3, mpeg_lib-1.3.1, png-1.0.3, tiff-3.5.1, xpm-3.4k gphoto-0.4.0 A universal digital camera picture control tool Maintained by: anders@fix.no Requires: ImageMagick-4.2.9, XFree86-3.3.5, freetype-1.2, gettext-0.10.35, giflib-4.1.0, glib-1.2.6, gtk-1.2.6, imlib-1.9.7, jbigkit-1.0, jpeg-6b, libtool-1.3.3, netpbm-94.3.1, png-1.0.3, tiff-3.5.1 Category irc (http://www.freebsd.org/ports/irc.html) ================================================================== irssi-0.7.18 An IRC client that uses GTK+ and (optionally) GNOME Maintained by: jim@FreeBSD.org Requires: XFree86-3.3.5, bzip2-0.9.5d, gettext-0.10.35, glib-1.2.6, gmake-3.77, gtk-1.2.6, libproplist-0.9.1, libtool-1.3.3 olirc-0.0.37 A small irc client using GTK+ Maintained by: nox@jelal.kn-bremen.de Requires: XFree86-3.3.5, bzip2-0.9.5d, gettext-0.10.35, glib-1.2.6, gtk-1.2.6 Category japanese (http://www.freebsd.org/ports/japanese.html) ================================================================== ja-mh-6.8.4.3.03 Rand MH mail handling system + Japanese patches Maintained by: motoyuki@freebsd.org Also listed in: mail Requires: ja-less-332 ja-skk-elisp-emacs20-10.55 Emacs-lisp frontend for the SKK-10 Japanese Input Method Maintained by: shige@FreeBSD.org Also listed in: elisp Requires: XFree86-3.3.5, apel-emacs20-9.22, emacs-20.4, ja-skk-jisyoL-9.6 Category java (http://www.freebsd.org/ports/java.html) ================================================================== kaffe-1.0.5 Multi-platform Java virtual machine including JIT compiler and AWT package Maintained by: xaa@xaa.iae.nl Requires: XFree86-3.3.5, giflib-4.1.0, jpeg-6b, png-1.0.3 Category lang (http://www.freebsd.org/ports/lang.html) ================================================================== gnomeobjc-1.0.40 Objective C libraries for the Gnome Desktop Environment Maintained by: nakai@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.0, XFree86-3.3.5, esound-0.2.15, gettext-0.10.35, giflib-4.1.0, glib-1.2.6, gnomelibs-1.0.53, gtk-1.2.6, imlib-1.9.7, jpeg-6b, libaudiofile-0.1.9, libtool-1.3.3, png-1.0.3, tiff-3.5.1, xpm-3.4k Category mail (http://www.freebsd.org/ports/mail.html) ================================================================== pine-4.20 PINE(tm) -- a Program for Internet News & Email Maintained by: pine@freebsd.ady.ro Also listed in: news Category math (http://www.freebsd.org/ports/math.html) ================================================================== gnumeric-0.38 The GNOME spreadsheet Maintained by: nakai@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.0, XFree86-3.3.5, esound-0.2.15, gettext-0.10.35, giflib-4.1.0, glib-1.2.6, gmake-3.77, gnomeaudio-1.0.0, gnomecore-1.0.53, gnomelibs-1.0.53, gnomeprint-0.9, gtk-1.2.6, guile-1.3, imlib-1.9.7, jpeg-6b, libaudiofile-0.1.9, libghttp-1.0.4, libglade-0.7, libgtop-1.1.0, libtool-1.3.3, libxml-1.7.3, png-1.0.3, python-1.5.2, tcl-8.0.5, tiff-3.5.1, tk-8.0.5, xpm-3.4k Category misc (http://www.freebsd.org/ports/misc.html) ================================================================== bidwatcher-1.0.0b Bid monitor for eBay Maintained by: andrews@technologist.com Requires: Mesa-3.0, XFree86-3.3.5, gmake-3.77, qt-1.42 gnomeusersguide-1.0.71 GNOME users guide Maintained by: nakai@FreeBSD.org Also listed in: gnome Requires: XFree86-3.3.5, gmake-3.77 gnomeutils-1.0.50 GNOME support utilities Maintained by: nakai@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.0, XFree86-3.3.5, esound-0.2.15, gettext-0.10.35, giflib-4.1.0, glib-1.2.6, gmake-3.77, gnomeaudio-1.0.0, gnomecore-1.0.53, gnomelibs-1.0.53, gnomeobjc-1.0.40, gnomeprint-0.9, gtk-1.2.6, guile-1.3, imlib-1.9.7, jpeg-6b, libaudiofile-0.1.9, libghttp-1.0.4, libgtop-1.1.0, libtool-1.3.3, libxml-1.7.3, png-1.0.3, tiff-3.5.1, xpm-3.4k rc5des-2.7106.444 Distributed.net rc5des brute force client Maintained by: dbaker@distributed.net Category net (http://www.freebsd.org/ports/net.html) ================================================================== coda-client-5.3.2 Client programs for a replicated high-performance network file system Maintained by: rvb@cs.cmu.edu Requires: gdbm-1.8.0, gmake-3.77 coda-server-5.3.2 Server programs for a replicated high-performance network file system Maintained by: rvb@cs.cmu.edu Requires: gdbm-1.8.0, gmake-3.77 gaim-0.9.8 Gtk+ open-source 'clone' of AOL's Instant Messenger client Maintained by: jim@FreeBSD.org Requires: XFree86-3.3.5, gettext-0.10.35, glib-1.2.6, gmake-3.77, gtk-1.2.6 naim-0.9.5-recon4 Curses based AOL Instant Messager implementation Maintained by: mharo@FreeBSD.org p5-SNMP_Session-0.75 A perl5 module for providing rudimentary access to SNMPv1 agents Maintained by: ports@FreeBSD.org Also listed in: perl5 pipsecd-19991014 Simple IPSEC tunnel tool from Pierre Beyssac Maintained by: patrick@mindstep.com Also listed in: security Requires: openssl-0.9.4, rsaref-2.0 Category news (http://www.freebsd.org/ports/news.html) ================================================================== pan-0.6.1 Threaded GNOME newsreader based on Agent for Windows Maintained by: jedgar@fxp.org Also listed in: gnome Requires: ORBit-0.5.0, XFree86-3.3.5, bzip2-0.9.5d, esound-0.2.15, gdbm-1.8.0, gettext-0.10.35, giflib-4.1.0, glib-1.2.6, gmake-3.77, gnomelibs-1.0.53, gtk-1.2.6, imlib-1.9.7, jpeg-6b, libaudiofile-0.1.9, png-1.0.3, tiff-3.5.1, xpm-3.4k Category print (http://www.freebsd.org/ports/print.html) ================================================================== ggv-0.61 GNOME ghostscript viewer Maintained by: nakai@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.0, XFree86-3.3.5, esound-0.2.15, gettext-0.10.35, giflib-4.1.0, glib-1.2.6, gnomeaudio-1.0.0, gnomecore-1.0.53, gnomelibs-1.0.53, gnomeprint-0.9, gtk-1.2.6, guile-1.3, imlib-1.9.7, jpeg-6b, libaudiofile-0.1.9, libghttp-1.0.4, libgtop-1.1.0, libtool-1.3.3, libxml-1.7.3, png-1.0.3, tiff-3.5.1, xpm-3.4k gnomeprint-0.9 Gnome print support library Maintained by: nakai@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.0, XFree86-3.3.5, esound-0.2.15, gettext-0.10.35, ghostscript-5.10, giflib-4.1.0, glib-1.2.6, gmake-3.77, gnomelibs-1.0.53, gsfonts-5.10, gtk-1.2.6, imlib-1.9.7, jpeg-6b, libaudiofile-0.1.9, libtool-1.3.3, libxml-1.7.3, png-1.0.3, tiff-3.5.1, xpm-3.4k Category security (http://www.freebsd.org/ports/security.html) ================================================================== fakebo-0.4.1 A fake BackOrifice client emulator Maintained by: kris@FreeBSD.org Category sysutils (http://www.freebsd.org/ports/sysutils.html) ================================================================== cdrecord-1.8a30 Cdrecord, cdda2wav (CD-DA ripper) and mkisofs allow you to record CD-R's Maintained by: dirk@FreeBSD.org Also listed in: audio Requires: gmake-3.77 consolehm-1.2 Console based LM78/LM79 hardware monitor for FreeBSD Maintained by: mmuir@es.co.nz flexbackup-0.9.7 A perl-based, flexible tape backup system. Uses dump, cpio, or afio. Maintained by: jreynold@primenet.com Requires: afio-2.4.5, buffer-1.17 gnomecontrolcenter-1.0.51 Control center for GNOME project Maintained by: vanilla@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.0, XFree86-3.3.5, esound-0.2.15, gettext-0.10.35, giflib-4.1.0, glib-1.2.6, gmake-3.77, gnomeaudio-1.0.0, gnomecore-1.0.53, gnomelibs-1.0.53, gnomeprint-0.9, gtk-1.2.6, guile-1.3, imlib-1.9.7, jpeg-6b, libaudiofile-0.1.9, libghttp-1.0.4, libgtop-1.1.0, libtool-1.3.3, libxml-1.7.3, png-1.0.3, tiff-3.5.1, xpm-3.4k gtop-1.0.5 GNOME system moniter program Maintained by: nakai@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.0, XFree86-3.3.5, esound-0.2.15, gettext-0.10.35, giflib-4.1.0, glib-1.2.6, gnomeaudio-1.0.0, gnomecore-1.0.53, gnomelibs-1.0.53, gnomeprint-0.9, gtk-1.2.6, guile-1.3, imlib-1.9.7, jpeg-6b, libaudiofile-0.1.9, libghttp-1.0.4, libgtop-1.1.0, libtool-1.3.3, libxml-1.7.3, png-1.0.3, tiff-3.5.1, xpm-3.4k lmmon-0.55 Display information gathered from MB power management controller Maintained by: jedgar@fxp.org wmhm-1.2 WindowMaker dockable LM78/LM79 hardware monitor for FreeBSD Maintained by: mmuir@es.co.nz Also listed in: windowmaker Requires: XFree86-3.3.5, xpm-3.4k wmlmmon-0.55 WM dock app to display info from MB power management controllers Maintained by: jedgar@fxp.org Also listed in: windowmaker Requires: XFree86-3.3.5, xpm-3.4k Category textproc (http://www.freebsd.org/ports/textproc.html) ================================================================== freegrep-0.13 An implementation of grep(1) under a BSD-friendly license Maintained by: howardjp@wam.umd.edu ispell-3.1.20c An interactive spelling checker Maintained by: jmz@FreeBSD.org Also listed in: elisp libxml-1.7.3 Xml parser library for GNOME Maintained by: nakai@FreeBSD.org Also listed in: gnome Requires: libtool-1.3.3 Category x11-fm (http://www.freebsd.org/ports/x11-fm.html) ================================================================== gnomemc-4.5.40 A windows explorer work-a-like for the GNOME Desktop Environment Maintained by: reg@shale.csir.co.za Also listed in: gnome Requires: ORBit-0.5.0, XFree86-3.3.5, esound-0.2.15, gettext-0.10.35, giflib-4.1.0, glib-1.2.6, gmake-3.77, gnomeaudio-1.0.0, gnomecore-1.0.53, gnomelibs-1.0.53, gnomeprint-0.9, gtk-1.2.6, guile-1.3, imlib-1.9.7, jpeg-6b, libaudiofile-0.1.9, libghttp-1.0.4, libgtop-1.1.0, libxml-1.7.3, png-1.0.3, tiff-3.5.1, xpm-3.4k Category x11-toolkits (http://www.freebsd.org/ports/x11-toolkits.html) ================================================================== gtk---1.0.3 C++ wrapper for gtk, a x11 graphics library Maintained by: nakai@FreeBSD.org Requires: XFree86-3.3.5, gcc-2.95.1, gettext-0.10.35, glib-1.2.6, gmake-3.77, gtk-1.2.6, libtool-1.3.3, m4-1.4 gtk-1.2.6 General Toolkit for X11 GUI Maintained by: vanilla@FreeBSD.org Requires: XFree86-3.3.5, gettext-0.10.35, glib-1.2.6, libtool-1.3.3 py-gnome-1.0.50 A set of Python bindings for GNOME Maintained by: nectar@FreeBSD.org Also listed in: python gnome Requires: ORBit-0.5.0, XFree86-3.3.5, esound-0.2.15, gettext-0.10.35, giflib-4.1.0, glib-1.2.6, gmake-3.77, gnomeaudio-1.0.0, gnomecontrolcenter-1.0.51, gnomecore-1.0.53, gnomelibs-1.0.53, gnomeprint-0.9, gtk-1.2.6, guile-1.3, imlib-1.9.7, jpeg-6b, libaudiofile-0.1.9, libghttp-1.0.4, libgtop-1.1.0, libxml-1.7.3, png-1.0.3, py-gtk-0.6.3, python-1.5.2, tcl-8.0.5, tiff-3.5.1, tk-8.0.5, xpm-3.4k py-gtk-0.6.3 A set of Python bindings for GTK Maintained by: nectar@FreeBSD.org Also listed in: python Requires: XFree86-3.3.5, gettext-0.10.35, giflib-4.1.0, glib-1.2.6, gmake-3.77, gtk-1.2.6, imlib-1.9.7, jpeg-6b, png-1.0.3, python-1.5.2, tcl-8.0.5, tiff-3.5.1, tk-8.0.5 Category x11-wm (http://www.freebsd.org/ports/x11-wm.html) ================================================================== enlightenment-0.16.0 A very artistic X window manager Maintained by: vanilla@FreeBSD.org Also listed in: gnome Requires: XFree86-3.3.5, esound-0.2.15, fnlib-0.4, freetype-1.2, gettext-0.10.35, giflib-4.1.0, glib-1.2.6, gmake-3.77, gtk-1.2.6, imlib-1.9.7, jpeg-6b, libaudiofile-0.1.9, libghttp-1.0.4, png-1.0.3, tiff-3.5.1 qvwm-1.1.2 Windows 95/98/NT like window manager for X11 Maintained by: nakai@FreeBSD.org Requires: XFree86-3.3.5, gettext-0.10.35, giflib-4.1.0, glib-1.2.6, gtk-1.2.6, imlib-1.9.7, jpeg-6b, png-1.0.3, tiff-3.5.1, xpm-3.4k scwm-0.99.4 Scheme configurable window manager Maintained by: nakai@FreeBSD.org Requires: XFree86-3.3.5, esound-0.2.15, gettext-0.10.35, giflib-4.1.0, glib-1.2.6, gmake-3.77, gtk-1.2.6, guile-1.3, imlib-1.9.7, jpeg-6b, libaudiofile-0.1.9, png-1.0.3, scwm-icons-0.99.2, tiff-3.5.1, xpm-3.4k Category x11 (http://www.freebsd.org/ports/x11.html) ================================================================== gnome-1.0.53 The "meta-port" for the GNOME integrated X11 desktop Maintained by: nakai@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.0, XFree86-3.3.5, electriceyes-0.3.11, esound-0.2.15, gettext-0.10.35, ggv-0.61, giflib-4.1.0, glib-1.2.6, gnomeadmin-1.0.3, gnomeaudio-1.0.0, gnomecontrolcenter-1.0.51, gnomecore-1.0.53, gnomegames-1.0.51, gnomelibs-1.0.53, gnomemc-4.5.40, gnomemedia-1.0.51, gnomenetwork-1.0.2, gnomeobjc-1.0.40, gnomepim-1.0.50, gnomeprint-0.9, gnomeutils-1.0.50, gnumeric-0.38, gtk-1.2.6, gtop-1.0.5, guile-1.3, imlib-1.9.7, jpeg-6b, libaudiofile-0.1.9, libghttp-1.0.4, libglade-0.7, libgtop-1.1.0, libxml-1.7.3, png-1.0.3, python-1.5.2, tcl-8.0.5, tiff-3.5.1, tk-8.0.5, xpm-3.4k gnomecore-1.0.53 Core component for the Gnome Desktop Environment Maintained by: nakai@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.0, XFree86-3.3.5, esound-0.2.15, gettext-0.10.35, giflib-4.1.0, glib-1.2.6, gmake-3.77, gnomeaudio-1.0.0, gnomelibs-1.0.53, gnomeprint-0.9, gtk-1.2.6, guile-1.3, imlib-1.9.7, jpeg-6b, libaudiofile-0.1.9, libghttp-1.0.4, libgtop-1.1.0, libtool-1.3.3, libxml-1.7.3, png-1.0.3, tiff-3.5.1, xpm-3.4k gnomelibs-1.0.53 Libaries for GNOME, a GNU desktop environment Maintained by: nakai@FreeBSD.org Also listed in: gnome Requires: ORBit-0.5.0, XFree86-3.3.5, esound-0.2.15, gettext-0.10.35, giflib-4.1.0, glib-1.2.6, gmake-3.77, gtk-1.2.6, imlib-1.9.7, jpeg-6b, libaudiofile-0.1.9, libtool-1.3.3, png-1.0.3, tiff-3.5.1, xpm-3.4k _________________________________________________________________ © 1996-1999 by Wolfram Schneider. All rights reserved. Please direct questions about this service to www@FreeBSD.org General questions about FreeBSD ports should be sent to ports@FreeBSD.org Last database update: 1999-10-24 06:46:02 UTC; based on revision 1.246 _________________________________________________________________ This information was produced by http://www.freebsd.org/cgi/ports.cgi -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQCVAwUBOBrCsTmN/mkrcYGtAQEXzQP/VZ5+beCiZcwKEWgjQGj64NdcBdr+cwTe a2/mFARPxyJqa2ftOY2It9VHPUeymquwxNjuI045OEVL3B+ICFAWHlsDXyW6MByA PKTrBu1Yhe1OJVILuvWRvYGSoBWEncbIw6N9lLx3dNUsDD0dm6XJGKnvyb44WVdt 6wYhKNzAmC4= =wvBl -----END PGP SIGNATURE----- -- Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 30 5: 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 6C37915089 for ; Sat, 30 Oct 1999 05:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA70376; Sat, 30 Oct 1999 05:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 30 Oct 1999 05:00:04 -0700 (PDT) Message-Id: <199910301200.FAA70376@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Chris D. Faulhaber" Subject: Re: ports/14608: update port archivers/rar (new MASTER_SITE) Reply-To: "Chris D. Faulhaber" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/14608; it has been noted by GNATS. From: "Chris D. Faulhaber" To: Will Andrews Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/14608: update port archivers/rar (new MASTER_SITE) Date: Sat, 30 Oct 1999 07:58:09 -0400 (EDT) Please see PR: ports/14483 ----- Chris D. Faulhaber | All the true gurus I've met never System/Network Administrator, | claimed they were one and always Reality Check Information, Inc. | pointed to someone better. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 30 9:20: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 C568315068 for ; Sat, 30 Oct 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 JAA38241; Sat, 30 Oct 1999 09:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 56C2B14C01 for ; Sat, 30 Oct 1999 09:15:52 -0700 (PDT) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id 63DFF9B22; Sat, 30 Oct 1999 12:15:51 -0400 (EDT) Message-Id: <19991030161551.63DFF9B22@pawn.primelocation.net> Date: Sat, 30 Oct 1999 12:15:51 -0400 (EDT) From: jedgar@fxp.org Reply-To: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14610: New port: graphics/kplot3d Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14610 >Category: ports >Synopsis: New port: graphics/kplot3d >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 30 09:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 4.0-CURRENT i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: FreeBSD 4.0-CURRENT i386 >Description: New port: graphics/kplot3d Kplot3d is KDE version of tool for plotting 3d surface of function z = f(x,y). It supports shaded and grid (with erasing of invisible lines) modes, fast realtime surface rotation, printing result image, save images to local files. >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: # # kplot3d # kplot3d/Makefile # kplot3d/files # kplot3d/files/md5 # kplot3d/pkg # kplot3d/pkg/PLIST # kplot3d/pkg/COMMENT # kplot3d/pkg/DESCR # echo c - kplot3d mkdir -p kplot3d > /dev/null 2>&1 echo x - kplot3d/Makefile sed 's/^X//' >kplot3d/Makefile << 'END-of-kplot3d/Makefile' X# New ports collection makefile for: kplot3d X# Version required: 0.69 X# Date created: 30 October 1999 X# Whom: Chris D. Faulhaber X# X# $FreeBSD$ X# X XDISTNAME= kplot3d-0.69 XCATEGORIES= graphics kde XMASTER_SITES= http://members.xoom.com/kplot3d/ X XMAINTAINER= jedgar@fxp.org X XLIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 X XFETCH_BEFORE_ARGS= -b # members.xoom.com is broken XUSE_QT= yes XGNU_CONFIGURE= yes X X.include END-of-kplot3d/Makefile echo c - kplot3d/files mkdir -p kplot3d/files > /dev/null 2>&1 echo x - kplot3d/files/md5 sed 's/^X//' >kplot3d/files/md5 << 'END-of-kplot3d/files/md5' XMD5 (kplot3d-0.69.tar.gz) = b282bdca123d015c88dbbda2ef0dfc7e END-of-kplot3d/files/md5 echo c - kplot3d/pkg mkdir -p kplot3d/pkg > /dev/null 2>&1 echo x - kplot3d/pkg/PLIST sed 's/^X//' >kplot3d/pkg/PLIST << 'END-of-kplot3d/pkg/PLIST' Xbin/kplot3d Xshare/doc/HTML/en/kplot3d/index-1.html Xshare/doc/HTML/en/kplot3d/index-2.html Xshare/doc/HTML/en/kplot3d/index-3.html Xshare/doc/HTML/en/kplot3d/index-4.html Xshare/doc/HTML/en/kplot3d/index-5.html Xshare/doc/HTML/en/kplot3d/index-6.html Xshare/doc/HTML/en/kplot3d/index.html Xshare/applnk/Applications/kplot3d.kdelnk Xshare/icons/kplot3d.xpm Xshare/icons/mini/kplot3d.xpm Xshare/locale/ru/LC_MESSAGES/kplot3d.mo X@dirrm share/doc/HTML/en/kplot3d END-of-kplot3d/pkg/PLIST echo x - kplot3d/pkg/COMMENT sed 's/^X//' >kplot3d/pkg/COMMENT << 'END-of-kplot3d/pkg/COMMENT' XKDE 3d surface plotting tool END-of-kplot3d/pkg/COMMENT echo x - kplot3d/pkg/DESCR sed 's/^X//' >kplot3d/pkg/DESCR << 'END-of-kplot3d/pkg/DESCR' XKplot3d is KDE version of tool for plotting 3d surface Xof function z = f(x,y). It supports shaded and grid X(with erasing of invisible lines) modes, fast realtime Xsurface rotation, printing result image, save images to Xlocal files. X X- Chris D. Faulhaber Xjedgar@fxp.org END-of-kplot3d/pkg/DESCR exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 30 10:41: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rr.iij4u.or.jp (h043.p105.iij4u.or.jp [210.130.105.43]) by hub.freebsd.org (Postfix) with SMTP id 1020B151EB for ; Sat, 30 Oct 1999 10:40:47 -0700 (PDT) (envelope-from sada@rr.iij4u.or.jp) Received: (qmail 61344 invoked by uid 1000); 31 Oct 1999 02:40:45 +0900 Date: 31 Oct 1999 02:40:45 +0900 Message-ID: <19991030174045.61343.sada@rr.iij4u.or.jp> To: ports@FreeBSD.org, users-jp@jp.FreeBSD.org Cc: rfg@monkeys.com, mistral@imasy.or.jp, sada@FreeBSD.org From: sada@FreeBSD.org Subject: Re: Netscape communicator/navigator 4.61 fix In-Reply-To: Your message of "Thu, 28 Oct 1999 03:05:52 JST". <62346.941047552@segfault.monkeys.com> 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 Maintainer of ports/{www,japanese}/netscape* . I've got a mail from rfg@monkeys.com; >> I just wanted to report to you that in order to successfully run >> Netscape Navigator 4.61 under FreeBSD 3.3 (without getting a ton >> of warnings upon startup) I found that I needed to add the following >> line to the /usr/local/bin/communicator-4.61 script file: : >> export XKEYSYMDB; XKEYSYMDB=/usr/local/lib/netscape/XKeysymDB : >> I hope this information is helpful. I'm using netscape browser for FreeBSD with Japanize resource and it works fine with either XKEYSYMDB setting. Netscape ports users, please test the environment, and tell me if it makes your browser more stable or not. # And I want your suggestion as usual, Sarumaru-san :) Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 30 10:59: 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 DE4F514DA1; Sat, 30 Oct 1999 10:59:02 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA45625; Sat, 30 Oct 1999 10:59:02 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Sat, 30 Oct 1999 10:59:02 -0700 (PDT) From: Message-Id: <199910301759.KAA45625@freefall.freebsd.org> To: rover@lglobus.ru, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14604: portlint: security/firewalk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: portlint: security/firewalk State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Sat Oct 30 10:58:54 PDT 1999 State-Changed-Why: committed, thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 30 11: 2: 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 E67DE14A26; Sat, 30 Oct 1999 11:02:03 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA45847; Sat, 30 Oct 1999 11:02:03 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Sat, 30 Oct 1999 11:02:03 -0700 (PDT) From: Message-Id: <199910301802.LAA45847@freefall.freebsd.org> To: andrews@technologist.com, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14608: update port archivers/rar (new MASTER_SITE) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port archivers/rar (new MASTER_SITE) State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Sat Oct 30 11:01:52 PDT 1999 State-Changed-Why: duplicate of PR 14483 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 30 11: 6:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from neptune.psn.net (neptune.psn.net [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id 98BAD14A26; Sat, 30 Oct 1999 11:06:41 -0700 (PDT) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by neptune.psn.net with esmtp (PSN Internet Service 2.12 #3) id 11hctk-00055h-00; Sat, 30 Oct 1999 11:06:41 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id OAA16764; Sat, 30 Oct 1999 14:06:26 -0400 (EDT) (envelope-from will) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199910301200.FAA70376@freefall.freebsd.org> Date: Sat, 30 Oct 1999 14:06:26 -0400 (EDT) Reply-To: Will Andrews From: Will Andrews To: "Chris D. Faulhaber" Subject: Re: ports/14608: update port archivers/rar (new MASTER_SITE) Cc: freebsd-ports@FreeBSD.ORG, ache@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 30-Oct-99 Chris D. Faulhaber wrote: > Please see PR: ports/14483 Yes, sorry. Could someone please close ports/14608, since I've just duplicated Chris's work. (I didn't see any reference to a PR on fenner's portsurvey, sorry about that, Chris.) Is there any reason why ache hasn't committed this fix yet? Nothing has changed but the MASTER_SITE, not even the md5 checksum. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 30 11: 7: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 AEB2C152CB; Sat, 30 Oct 1999 11:07:13 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA46377; Sat, 30 Oct 1999 11:07:13 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Sat, 30 Oct 1999 11:07:13 -0700 (PDT) From: Message-Id: <199910301807.LAA46377@freefall.freebsd.org> To: andrews@technologist.com, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14607: update port misc/xgas (new MASTER_SITE) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port misc/xgas (new MASTER_SITE) State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Sat Oct 30 11:07:04 PDT 1999 State-Changed-Why: committed, thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 30 12:20: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 25D5F15136 for ; Sat, 30 Oct 1999 12:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA52823; Sat, 30 Oct 1999 12:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from neptune.psn.net (neptune.psn.net [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id 0235714E9D for ; Sat, 30 Oct 1999 12:16:18 -0700 (PDT) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by neptune.psn.net with esmtp (PSN Internet Service 2.12 #3) for FreeBSD-gnats-submit@FreeBSD.ORG id 11hdET-0005Ym-00; Sat, 30 Oct 1999 11:28:05 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id OAA27074; Sat, 30 Oct 1999 14:27:54 -0400 (EDT) (envelope-from will) Message-Id: <199910301827.OAA27074@shadow.blackdawn.com> Date: Sat, 30 Oct 1999 14:27:54 -0400 (EDT) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/14611: update port audio/libmikmod, to v3.1.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14611 >Category: ports >Synopsis: update port audio/libmikmod, to v3.1.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: Sat Oct 30 12:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.3-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.3-STABLE FreeBSD 3.3-STABLE #0: Mon Oct 4 19:40:23 EDT 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: New version of libmikmod, requires only a new md5 checksum, compiled and installed (and deinstalled) perfectly fine. mharo, I'll leave it up to you to determine if the fix is appropriate (since I didn't really know of a quick way to test whether it's working properly or not.) >How-To-Repeat: Apply the diff to the current port. >Fix: diff -urN libmikmod/Makefile libmikmod.new/Makefile --- libmikmod/Makefile Fri Oct 8 19:15:15 1999 +++ libmikmod.new/Makefile Sat Oct 30 14:19:57 1999 @@ -1,12 +1,12 @@ # ports collection makefile for: libmikmod -# Version required: 3.1.7 +# Version required: 3.1.8 # Date created: Sun Apr 11 13:06:01 PDT 1999 # Whom: Michael Haro # # $FreeBSD: ports/audio/libmikmod/Makefile,v 1.8 1999/10/08 02:41:20 nakai Exp $ # -DISTNAME= libmikmod-3.1.7 +DISTNAME= libmikmod-3.1.8 CATEGORIES= audio # The files at multimania.com seem to be corrupted MASTER_SITES= http://mikmod.darkorb.net/libmikmod/ diff -urN libmikmod/files/md5 libmikmod.new/files/md5 --- libmikmod/files/md5 Fri Jul 23 04:47:08 1999 +++ libmikmod.new/files/md5 Sat Oct 30 14:22:53 1999 @@ -1 +1 @@ -MD5 (libmikmod-3.1.7.tar.gz) = fc799491d514dd78154d34b3364a6f21 +MD5 (libmikmod-3.1.8.tar.gz) = 79ff9b3eebf4e0cae663d44039f50d04 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 30 13:10: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ADC0214C1B for ; Sat, 30 Oct 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 NAA71261; Sat, 30 Oct 1999 13:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from rzpool01.rz.tu-bs.de (rzpool01.rz.tu-bs.de [134.169.9.216]) by hub.freebsd.org (Postfix) with ESMTP id 25D6F14BF1 for ; Sat, 30 Oct 1999 13:03:52 -0700 (PDT) (envelope-from y0001415@rzpool01.rz.tu-bs.de) Received: (from y0001415@localhost) by rzpool01.rz.tu-bs.de (8.8.6 (PHNE_17135)/8.8.6) id WAA04909 for FreeBSD-gnats-submit@freebsd.org; Sat, 30 Oct 1999 22:03:50 +0200 (METDST) Message-Id: <199910302003.WAA04909@rzpool01.rz.tu-bs.de> Date: Sat, 30 Oct 1999 22:03:48 +0100 (METDST) From: Martin Butkus To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14612: submission of new port misc/rboot Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14612 >Category: ports >Synopsis: submission of new port misc/rboot >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 30 13:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Martin Butkus >Release: FreeBSD 3.3-STABLE i386 >Organization: TU Braunschweig, Germany >Environment: >Description: Hi! This is the FreeBSD port of RBoot which I'd like to submit to the FreeBSD ports collection. RBoot is a means of having a bunch of PCs (e.g. in a computer lab) automagically download their operating system (Win 95/98) from a central Unix server on every reboot. Provides a pseudo-remoteboot facility for Windows. Shell archive follows. Greetings, Martin # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./files # ./files/md5 # ./patches # ./patches/patch-aa # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # ./Makefile # echo c - . mkdir -p . > /dev/null 2>&1 echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (rboot-3.0.1.tar.gz) = 48014e81df166af58209a2e8b10b5b07 END-of-./files/md5 echo c - ./patches mkdir -p ./patches > /dev/null 2>&1 echo x - ./patches/patch-aa sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa' X*** Makefile.orig Sun Oct 10 14:30:03 1999 X--- Makefile Sun Oct 10 14:26:58 1999 X*************** X*** 1,4 **** X! INSTALL_PREFIX=/exports/rboot X! MANDIR=/usr/local/man X SUBDIRS= boot dev etc mnt stand X X--- 1,4 ---- X! INSTALL_PREFIX=$(PREFIX)/rboot X! MANDIR=$(PREFIX)/man X SUBDIRS= boot dev etc mnt stand X END-of-./patches/patch-aa echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' Xa remote-boot solution for M$ operating systems END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XRBoot is a remote boot facility for PC operating systems. XMore specifically, it allows you to set up several PCs so that they fetch Xtheir operating system from a central UNIX server on boot time. X XBy having all the clients use the same boot image, and by storing Xdifferences in the clients' configuration in separate files, RBoot allows Xthe sysadmin to reduce his/her administration efforts from factor N to Xfactor 1. X XRBoot requires a UNIX server that is capable of exporting a directory via XNFS, and that has a bootpd server (for BOOTP). Any recent UNIX should meet Xthese criteria. At the moment, RBoot supports only booting the XWindows 95/98 operating systems, but support for Windows NT 4, Win 3.11 Xand DOS/LanManager eventually be added. X X XRBoot is freely redistributable under a BSD-style license. X XFor more information, see the RBoot homepage at: Xhttp://www.bs.ni.schule.de/support/rboot/ END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xrboot/boot/files.win95 Xrboot/boot/files.win98 Xrboot/dev/MAKEDEV Xrboot/dev/MAKEDEV.local Xrboot/etc/master.passwd Xrboot/etc/passwd Xrboot/etc/pwd.db Xrboot/etc/rboot.conf Xrboot/etc/rc Xrboot/etc/spwd.db Xrboot/etc/ttys Xrboot/etc/disktab Xrboot/stand/win95_hooks.sh Xrboot/stand/win98_hooks.sh Xrboot/stand/winnt_hooks.sh Xrboot/stand/[ Xrboot/stand/cmos Xrboot/stand/dd Xrboot/stand/devfs Xrboot/stand/echo Xrboot/stand/gzip Xrboot/stand/hostname Xrboot/stand/init Xrboot/stand/md5 Xrboot/stand/meter Xrboot/stand/minigzip Xrboot/stand/mount Xrboot/stand/mount_devfs Xrboot/stand/mount_nfs Xrboot/stand/mount_msdos Xrboot/stand/mount_ntfs Xrboot/stand/mount_std Xrboot/stand/msdos Xrboot/stand/reboot Xrboot/stand/setcookie Xrboot/stand/sh Xrboot/stand/sysctl Xrboot/stand/test Xrboot/stand/umount Xrboot/stand/head Xrboot/stand/tr Xrboot/stand/cat Xrboot/stand/pax Xrboot/stand/mount_mfs Xrboot/stand/cp Xrboot/kernel X@unexec rm -f %D/rboot/bin X@unexec rm -f %D/rboot/sbin X@unexec rm -f %D/rboot/dev/fd/* X@dirrm ./rboot/dev/fd X@unexec rm -f %D/rboot/dev/* X@dirrm ./rboot/boot X@dirrm ./rboot/dev X@dirrm ./rboot/etc X@dirrm ./rboot/mnt X@dirrm ./rboot/stand X@dirrm ./rboot/var/tmp X@dirrm ./rboot/var X@dirrm ./rboot END-of-./pkg/PLIST echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: rboot X# Version required: 3.0 X# Date created: 25 Jun 1999 X# Whom: m.butkus@tu-bs.de X# X# $Id: Makefile,v 1.3 1999/10/10 14:14:49 mb Exp $ X# X XDISTNAME= rboot-3.0.1 XCATEGORIES= misc XMASTER_SITES= http://www.bs.ni.schule.de/support/rboot/download/ X XMAINTAINER= m.butkus@tu-bs.de X XNO_PACKAGE= "this port creates devices" X Xpost-install: X @echo "" X @echo "==========================================================================" X @echo "This port performs only a basic RBoot installation." X @echo "Please see the file ${WRKDIR}/${DISTNAME}/INSTALL" X @echo "for additional instructions on setting up RBoot." X @echo "Note that RBoot has been installed in ${PREFIX}/rboot." X @echo "==========================================================================" X @echo "" X X.include END-of-./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 Sat Oct 30 13:38: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 0DACB14D6D; Sat, 30 Oct 1999 13:38:14 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA01556; Sat, 30 Oct 1999 13:38:09 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Sat, 30 Oct 1999 13:38:09 -0700 (PDT) From: Message-Id: <199910302038.NAA01556@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, mharo@FreeBSD.org Subject: Re: ports/14611: update port audio/libmikmod, to v3.1.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port audio/libmikmod, to v3.1.8 Responsible-Changed-From-To: freebsd-ports->mharo Responsible-Changed-By: mharo Responsible-Changed-When: Sat Oct 30 13:38:00 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 Sat Oct 30 15: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 97D5415198 for ; Sat, 30 Oct 1999 15:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA08275; Sat, 30 Oct 1999 15:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from byzantine.student.umd.edu (byzantine.student.umd.edu [129.2.244.158]) by hub.freebsd.org (Postfix) with ESMTP id 5F91915195 for ; Sat, 30 Oct 1999 15:19:26 -0700 (PDT) (envelope-from howardjp@byzantine.student.umd.edu) Received: (from root@localhost) by byzantine.student.umd.edu (8.9.3/8.9.3) id SAA04474; Sat, 30 Oct 1999 18:20:46 -0400 (EDT) (envelope-from howardjp) Message-Id: <199910302220.SAA04474@byzantine.student.umd.edu> Date: Sat, 30 Oct 1999 18:20:46 -0400 (EDT) From: howardjp@wam.umd.edu Reply-To: howardjp@wam.umd.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14613: New port: freelibiberty Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14613 >Category: ports >Synopsis: New port: freelibiberty >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 30 15:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: James Howard >Release: FreeBSD 4.0-CURRENT i386 >Organization: University of Maryland >Environment: FreeBSD byzantine.student.umd.edu 4.0-CURRENT FreeBSD 4.0-CURRENT #55: Wed Oct 27 19:59:09 EDT 1999 howardjp@byzantine.student.umd.edu:/usr/src/sys/compile/BYZANTINE i386 >Description: I needed getopt_long() from GNU libiberty. However, being GNU, it has the usual load of afflictions including a worse than NDA license. So I stole the getopt_long() from NetBSD, the PD parts of libiberty from egcs, and rewrote some of the other parts of libiberty. It is not done yet, but it does a lot of what libiberty does. Below is a shar archive which contains a port/package of it for FreeBSD. >How-To-Repeat: N/A >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # freelibiberty # freelibiberty/files # freelibiberty/files/md5 # freelibiberty/pkg # freelibiberty/pkg/COMMENT # freelibiberty/pkg/DESCR # freelibiberty/pkg/PLIST # freelibiberty/Makefile # echo c - freelibiberty mkdir -p freelibiberty > /dev/null 2>&1 echo c - freelibiberty/files mkdir -p freelibiberty/files > /dev/null 2>&1 echo x - freelibiberty/files/md5 sed 's/^X//' >freelibiberty/files/md5 << 'END-of-freelibiberty/files/md5' XMD5 (libiberty-0.1.tar.gz) = 757eb8df7c271ecf764ca45165645fef END-of-freelibiberty/files/md5 echo c - freelibiberty/pkg mkdir -p freelibiberty/pkg > /dev/null 2>&1 echo x - freelibiberty/pkg/COMMENT sed 's/^X//' >freelibiberty/pkg/COMMENT << 'END-of-freelibiberty/pkg/COMMENT' XA freely-redistributable libiberty clone. END-of-freelibiberty/pkg/COMMENT echo x - freelibiberty/pkg/DESCR sed 's/^X//' >freelibiberty/pkg/DESCR << 'END-of-freelibiberty/pkg/DESCR' XThis is my freely-redistributable libiberty clone. I wrote this because I Xneeded getopt_long(). Anything else is in here because I got bored and Xadded it. None of it is guarenteed to work. X XJames Howard END-of-freelibiberty/pkg/DESCR echo x - freelibiberty/pkg/PLIST sed 's/^X//' >freelibiberty/pkg/PLIST << 'END-of-freelibiberty/pkg/PLIST' Xlib/libiberty.a Xlib/libiberty_p.a Xlib/libiberty.so.1 Xlib/libiberty.so Xinclude/libiberty.h Xinclude/getopt.h END-of-freelibiberty/pkg/PLIST echo x - freelibiberty/Makefile sed 's/^X//' >freelibiberty/Makefile << 'END-of-freelibiberty/Makefile' X# New ports collection makefile for: free-libiberty X# Version required: 0.1 X# Date created: 30 October 1999 X# X# $Id$ X XDISTNAME= libiberty-0.1 XPKGNAME= freelibiberty-0.1 XCATEGORIES= devel XMASTER_SITES= ftp://ftp.wam.umd.edu/pub/howardjp/software/libiberty/ \ X http://www.wam.umd.edu/~howardjp/software/libiberty \ X ftp://dragon.ham.muohio.edu/pub/howardjp/software/libiberty X XMAINTAINER= howardjp@wam.umd.edu X XNOMAN= none yet X Xdo-install: X ${INSTALL_DATA} ${WRKSRC}/libiberty.a ${PREFIX}/lib X ${INSTALL_DATA} ${WRKSRC}/libiberty_p.a ${PREFIX}/lib X ${INSTALL_DATA} ${WRKSRC}/libiberty.so.1 ${PREFIX}/lib X ${LN} ${PREFIX}/lib/libiberty.so.1 ${PREFIX}/lib/libiberty.so X ${INSTALL_DATA} ${WRKSRC}/libiberty.h ${PREFIX}/include X ${INSTALL_DATA} ${WRKSRC}/getopt.h ${PREFIX}/include X X.include END-of-freelibiberty/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 30 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 E6FD314DE5 for ; Sat, 30 Oct 1999 16:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA11744; Sat, 30 Oct 1999 16:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.rdc2.on.home.com (ha1.rdc2.on.home.com [24.9.0.15]) by hub.freebsd.org (Postfix) with ESMTP id B89BC14D2B for ; Sat, 30 Oct 1999 16:27:54 -0700 (PDT) (envelope-from street@iname.com) Received: from mired.eh.local ([24.64.136.188]) by mail.rdc2.on.home.com (InterMail v4.01.01.07 201-229-111-110) with ESMTP id <19991030232751.LSTI3040.mail.rdc2.on.home.com@mired.eh.local> for ; Sat, 30 Oct 1999 16:27:51 -0700 Received: (from kws@localhost) by mired.eh.local (8.9.3/8.9.3) id TAA28785; Sat, 30 Oct 1999 19:27:51 -0400 (EDT) (envelope-from kws) Message-Id: <199910302327.TAA28785@mired.eh.local> Date: Sat, 30 Oct 1999 19:27:51 -0400 (EDT) From: Kevin Street To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14615: Emacs scrambles the screen on the console Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14615 >Category: ports >Synopsis: Emacs scrambles the screen on the console >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Oct 30 16:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Kevin Street >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: 4.0-current as of Oct 23 1999 Emacs 20.4.1 built from ports/editors/emacs20 >Description: Emacs run on the console is unusable because it scrambles the screen. Problem caused by the late August (?) changes to -current which replaced libtermcap with a symlink to libncurses. Emacs tries to decode the string returned from tgetstr itself. Since the change in current the string is now in terminfo format rather than termcap format. The following patch forces Emacs to use the library versions of tparm and tgoto to do the decoding rather than rolling its own. It works by using the module intended for Emacs running on terminfo machines (ie. it uses terminfo.c rather than tparam.c). I tried this (briefly) on -current and -stable and it seems to work ok. See also pr bin/14202 from Peter S. Housel. >How-To-Repeat: Build the emacs port on current after the libtermcap changes. Run emacs on a text console. Move the cursor. >Fix: Install the following as ports/editors/emacs20/patches/patch-ce or merge this patch with patch-ca since they both affect src/Makefile.in Note: similar patches are likely needed for the other emacs ports. --- src/Makefile.in.orig Sat Oct 30 15:52:15 1999 +++ src/Makefile.in Sat Oct 30 15:55:28 1999 @@ -546,7 +546,7 @@ #define LIBS_TERMCAP termcapobj = termcap.o tparam.o #else /* LIBS_TERMCAP */ -termcapobj = tparam.o +termcapobj = terminfo.o #endif /* LIBS_TERMCAP */ #endif /* ! defined (TERMINFO) */ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 30 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 A6CFA14D7A for ; Sat, 30 Oct 1999 16:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA12753; Sat, 30 Oct 1999 16:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from lambic.physics.montana.edu (lambic.physics.montana.edu [153.90.192.128]) by hub.freebsd.org (Postfix) with ESMTP id 58C4C14D7A for ; Sat, 30 Oct 1999 16:47:14 -0700 (PDT) (envelope-from handy@lambic.physics.montana.edu) Received: (from handy@localhost) by lambic.physics.montana.edu (8.9.3/8.9.3) id RAA02145; Sat, 30 Oct 1999 17:47:10 -0600 (MDT) (envelope-from handy) Message-Id: <199910302347.RAA02145@lambic.physics.montana.edu> Date: Sat, 30 Oct 1999 17:47:10 -0600 (MDT) From: handy@physics.montana.edu Reply-To: handy@physics.montana.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14616: vfghostscript55 MASTER_SITE change Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14616 >Category: ports >Synopsis: vfghostscript MASTER_SITE change >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 30 16:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Brian Handy >Release: FreeBSD 4.0-CURRENT i386 >Organization: MSU - Physics >Environment: >Description: The vfghostscript55 build fails when it can't find the file dmprt-2.01.tar.gz. I hunted around, and finally noted that one of the MASTER_SITES has changed, and that was where this file moved to. (When you go to the old site, it directs you to the new one.) >How-To-Repeat: >Fix: --- vfghostscript55/Makefile.orig Sat Oct 30 17:38:05 1999 +++ vfghostscript55/Makefile Sat Oct 30 17:38:18 1999 @@ -18,7 +18,7 @@ ${MASTER_SITE_LOCAL} \ ${MASTER_SITE_PORTS_JP} \ http://www.ldl.jaist.ac.jp/~akr/nonresearch/free-software/ghostscript/ \ - http://www.jaist.ac.jp/~daisuke/Linux/gs/gs5/Original-sources/OLD/ \ + http://www.flatout.org/~daisuke/Linux/gs/gs5/Original-sources/OLD/ \ http://www.rd.nacsis.ac.jp/~katayama/homepage/ghostscript/jpdf/ \ http://itohws03.ee.noda.sut.ac.jp/~matsuda/VFlib-FT/ \ http://www.ceres.dti.ne.jp/~owatanab/gdevnpdl/ \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 30 18: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 7176414DAA for ; Sat, 30 Oct 1999 18:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA15844; Sat, 30 Oct 1999 18:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from neptune.psn.net (neptune.psn.net [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id F34C814C10 for ; Sat, 30 Oct 1999 18:00:22 -0700 (PDT) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by neptune.psn.net with esmtp (PSN Internet Service 2.12 #3) for FreeBSD-gnats-submit@FreeBSD.ORG id 11hjM3-0006MP-00; Sat, 30 Oct 1999 18:00:20 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id VAA56348; Sat, 30 Oct 1999 21:00:16 -0400 (EDT) (envelope-from will) Message-Id: <199910310100.VAA56348@shadow.blackdawn.com> Date: Sat, 30 Oct 1999 21:00:16 -0400 (EDT) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/14617: update port textproc/mswordview to v0.5.14-bw6 (0.5.14.6) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14617 >Category: ports >Synopsis: update port textproc/mswordview to v0.5.14-bw6 (0.5.14.6) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 30 18:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.3-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.3-STABLE FreeBSD 3.3-STABLE #0: Mon Oct 4 19:40:23 EDT 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: New version of mswordview, which I'm updating in sync with my upcoming editors/AbiWord update. AbiWord has, needless to say, been a pain to upgrade, what with its extensive directory structure. Anyway, here it comes. >How-To-Repeat: Apply the diff to the current port. >Fix: diff -urN mswordview/Makefile mswordview.new/Makefile --- mswordview/Makefile Tue Aug 31 23:31:24 1999 +++ mswordview.new/Makefile Sat Oct 30 20:40:24 1999 @@ -6,8 +6,8 @@ # $FreeBSD: ports/textproc/mswordview/Makefile,v 1.7 1999/08/31 02:09:35 peter Exp $ # -DISTNAME= mswordview-0.5.14-bw2 -PKGNAME= mswordview-0.5.14.2 +DISTNAME= mswordview-0.5.14-bw6 +PKGNAME= mswordview-0.5.14.6 CATEGORIES= textproc MASTER_SITES= http://www.csn.ul.ie/~caolan/publink/mswordview/ diff -urN mswordview/files/md5 mswordview.new/files/md5 --- mswordview/files/md5 Fri Jul 23 17:34:31 1999 +++ mswordview.new/files/md5 Sat Oct 30 20:53:31 1999 @@ -1 +1 @@ -MD5 (mswordview-0.5.14-bw2.tar.gz) = 8eec85af1f3326569b4a7cf44ff99484 +MD5 (mswordview-0.5.14-bw6.tar.gz) = e2f32426c4bf20f351fa64f148c84202 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 30 18: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 D364714DE5 for ; Sat, 30 Oct 1999 18:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA16873; Sat, 30 Oct 1999 18:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from spare.westbend.net (news.westbend.net [209.224.254.133]) by hub.freebsd.org (Postfix) with ESMTP id C915414DAA for ; Sat, 30 Oct 1999 18:20:54 -0700 (PDT) (envelope-from admin@spare.westbend.net) Received: (from root@localhost) by spare.westbend.net (8.9.3/8.9.3) id UAA22508; Sat, 30 Oct 1999 20:20:54 -0500 (CDT) (envelope-from admin) Message-Id: <199910310120.UAA22508@spare.westbend.net> Date: Sat, 30 Oct 1999 20:20:54 -0500 (CDT) From: hetzels@westbend.net Reply-To: hetzels@westbend.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14618: New port of librc4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14618 >Category: ports >Synopsis: New port: librc4 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 30 18:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Scot W. Hetzel >Release: FreeBSD 3.2-RELEASE i386 >Organization: West Bend Internet >Environment: >Description: RC4 is an encryption library specifically for use with the SASL library. It it may be export controlled, whereas the rest of SASL is not. If your in the US or CANADA, you can build the SASL library (Cyrus) with RC4 encryption by defining USA_RESIDENT=YES. This port is an optional dependancey of the Cyrus SASL library port (libsasl). >How-To-Repeat: >Fix: ./librc4/Makefile ./librc4/files/md5 ./librc4/pkg/COMMENT ./librc4/pkg/DESCR ./librc4/pkg/PLIST Import the attached diff to the ports collection. diff -ruN librc4.orig/Makefile librc4/Makefile --- librc4.orig/Makefile Wed Dec 31 18:00:00 1969 +++ librc4/Makefile Sat Oct 30 18:30:42 1999 @@ -0,0 +1,64 @@ +# New ports collection makefile for: rc4 +# Version required: 1.1 +# +# Date created: Nov 1, 1999 +# Whom: hetzels@westbend.net +# +# $FreeBSD$ +# + +DISTNAME= librc4-1.1 +PKGNAME= librc4-1.1 +CATEGORIES= security +MASTER_SITES= http://andrew2.andrew.cmu.edu/cgi-bin + +MAINTAINER= hetzels@westbend.net + +RESTRICTED= "Crypto" + +DIST_REQUEST= http://andrew2.andrew.cmu.edu/dist/rc4.html + +USE_LIBTOOL= YES +CONFIGURE_ARGS= --with-prefix=${PREFIX} + + +# Need to define USA_RESIDENT to YES or NO +.if !defined(USA_RESIDENT) || (${USA_RESIDENT} != YES && ${USA_RESIDENT} != yes && ${USA_RESIDENT} != NO && ${USA_RESIDENT} != no) +pre-fetch: + @${ECHO} + @${ECHO} You must set variable USA_RESIDENT to YES, if you are USA or + @${ECHO} Canadian resident, in order to build this package. + @${ECHO} There is no version of this port for NON-USA and NON-Canadian users. + @${ECHO} + @${FALSE} +# +.elif defined(USA_RESIDENT) +.if ${USA_RESIDENT} == YES || ${USA_RESIDENT} == yes +# +.if !exists(${DISTDIR}/${DISTFILES}) +IGNORE="You must manually obtain ${DISTFILES} from '${DIST_REQUEST}' and place it in ${DISTDIR}" +.endif + +.else +pre-fetch: + @${ECHO} + @${ECHO} There is no version of this port for NON-USA and NON-Canadian users. + @${ECHO} + @${FALSE} +.endif +.endif + +DOCS= AUTHORS ChangeLog INSTALL NEWS README + +post-install: + @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/RC4 +.for file in ${DOCS} + ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/RC4 + @${ECHO} share/doc/RC4/${file} >> ${TMPPLIST} +.endfor + @${ECHO} "@dirrm share/doc/RC4" >>${TMPPLIST} +.endif + +.include diff -ruN librc4.orig/files/md5 librc4/files/md5 --- librc4.orig/files/md5 Wed Dec 31 18:00:00 1969 +++ librc4/files/md5 Sat Oct 30 16:58:59 1999 @@ -0,0 +1 @@ +MD5 (librc4-1.1.tar.gz) = 4517f2c82ffd5d8e11b564609509f30e diff -ruN librc4.orig/pkg/COMMENT librc4/pkg/COMMENT --- librc4.orig/pkg/COMMENT Wed Dec 31 18:00:00 1969 +++ librc4/pkg/COMMENT Sat Oct 30 16:58:38 1999 @@ -0,0 +1 @@ +RC4 library for use with the Cyrus SASL library (Export Controled) diff -ruN librc4.orig/pkg/DESCR librc4/pkg/DESCR --- librc4.orig/pkg/DESCR Wed Dec 31 18:00:00 1969 +++ librc4/pkg/DESCR Sat Oct 30 16:56:21 1999 @@ -0,0 +1,7 @@ +This is an RC4 encryption library specifically for use with the SASL library; +It it may be export controlled, whereas the rest of SASL is not. +----------------------------------------------------------------------------- +Export of this software from the United States of America may require a +specific license from the United States Government. + +WWW: http://andrew2.andrew.cmu.edu/dist/rc4.html diff -ruN librc4.orig/pkg/PLIST librc4/pkg/PLIST --- librc4.orig/pkg/PLIST Wed Dec 31 18:00:00 1969 +++ librc4/pkg/PLIST Sat Oct 30 17:43:17 1999 @@ -0,0 +1,4 @@ +include/rc4.h +lib/librc4.so.0 +lib/librc4.so +lib/librc4.a >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 30 18:48:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by hub.freebsd.org (Postfix) with ESMTP id 522B014D92; Sat, 30 Oct 1999 18:48:43 -0700 (PDT) (envelope-from mistral@imasy.or.jp) Received: from mistral.wind.prv (isdn17.imasy.or.jp [202.227.24.209]) by tasogare.imasy.or.jp (8.9.3+3.2W/3.7W-tasogare/smtpfeed 1.01) with ESMTP id KAA05879; Sun, 31 Oct 1999 10:48:36 +0900 (JST) (envelope-from mistral@imasy.or.jp) Message-Id: <199910310148.KAA05879@tasogare.imasy.or.jp> Received: (from yohta@localhost) by mistral.wind.prv (8.9.3/3.7Wpl2-990626) id KAA06580; Sun, 31 Oct 1999 10:14:21 +0900 (JST) Date: Sun, 31 Oct 1999 10:14:21 +0900 (JST) From: mistral@imasy.or.jp (Yoshihiko SARUMARU) To: sada@FreeBSD.org Cc: ports@FreeBSD.org, rfg@monkeys.com, mistral@imasy.or.jp Subject: Re: Netscape communicator/navigator 4.61 fix In-Reply-To: Your message of "31 Oct 1999 02:40:45 +0900". <19991030174045.61343.sada@rr.iij4u.or.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Mailer: mnews [version 1.21PL5] 1999-04/04(Sun) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org sada@FreeBSD.org wrote: > >> I just wanted to report to you that in order to successfully run > >> Netscape Navigator 4.61 under FreeBSD 3.3 (without getting a ton > >> of warnings upon startup) I found that I needed to add the following > >> line to the /usr/local/bin/communicator-4.61 script file: > : > >> export XKEYSYMDB; XKEYSYMDB=/usr/local/lib/netscape/XKeysymDB > : > >> I hope this information is helpful. > > I'm using netscape browser for FreeBSD with Japanize resource > and it works fine with either XKEYSYMDB setting. > Netscape ports users, please test the environment, > and tell me if it makes your browser more stable or not. > > # And I want your suggestion as usual, Sarumaru-san :) XKeysymDB distributed by Netscape is almost the same as /usr/X11R6/lib/X11/XKeysymDB (distributed by XFree86), and netscape's one is a little bit older than XFree86's. I think netscape's XKeysymDB is remained for X11R5 user (such as SunOS 4.x + old OpenWindows) who don't have XKeysymDB. # README of Netscape Browsers have some description about it. If you have installed XFree86, extra XKEYSYMDB environmental variable may not be required. Do you have /usr/X11R6/lib/X11/XKeysymDB or can you read it? -- Yoshihiko Sarumaru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 30 19: 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 AB07B1505E for ; Sat, 30 Oct 1999 19:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA19452; Sat, 30 Oct 1999 19:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 30 Oct 1999 19:00:01 -0700 (PDT) Message-Id: <199910310200.TAA19452@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Scot W. Hetzel" Subject: Re: ports/14618: New port of librc4 Reply-To: "Scot W. Hetzel" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/14618; it has been noted by GNATS. From: "Scot W. Hetzel" To: Cc: Subject: Re: ports/14618: New port of librc4 Date: Sat, 30 Oct 1999 20:59:41 -0500 I forgot to mention that this is a new port for the security category. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 30 19: 0:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 257E214DE0 for ; Sat, 30 Oct 1999 19:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA19447; Sat, 30 Oct 1999 19:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from spare.westbend.net (news.westbend.net [209.224.254.133]) by hub.freebsd.org (Postfix) with ESMTP id 59F9714D92 for ; Sat, 30 Oct 1999 18:56:39 -0700 (PDT) (envelope-from admin@spare.westbend.net) Received: (from root@localhost) by spare.westbend.net (8.9.3/8.9.3) id UAA22662; Sat, 30 Oct 1999 20:56:38 -0500 (CDT) (envelope-from admin) Message-Id: <199910310156.UAA22662@spare.westbend.net> Date: Sat, 30 Oct 1999 20:56:38 -0500 (CDT) From: hetzels@westbend.net Reply-To: hetzels@westbend.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14619: New port of libsasl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14619 >Category: ports >Synopsis: New port: security/libsasl >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 30 19:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Scot W. Hetzel >Release: FreeBSD 3.2-RELEASE i386 >Organization: West Bend Internet >Environment: >Description: This is the Cyrus-SASL library from Carnegie Mellon University. SASL is the Simple Authentication and Security Layer, a method for adding authentication support to connection-based protocols. To use SASL, a protocol includes a command for identifying and authenticating a user to a server and for optionally negotiating protection of subsequent protocol interactions. If its use is negotiated, a security layer is inserted between the protocol and the connection. The SASL port has an optional dependancy on the recently submitted security/librc4 port (see PR ports/14618) (US & CANADA only). As long as USA_RESIDENT=NO, this port will not use librc4, and will not be subject to export restrictions. Sendmail 8.10 and Cyrus-IMAPd 1.6.x depend on this library for their SASL implementation. Quirks: As long as librc4 is installed into the /usr/local tree, the Cyrus SASL configure script will be able to properly detect the RC4 library. Cyrus SASL can be installed into any ${PREFIX}. Cyrus SASL does come with a pwcheck program, but I was unable to get it to compile. The port currentlyn doesn't compile it. According to the release notice for Cyrus SASL v1.5.10: preliminary support for pwcheck has been added, it hasn't been tested and is probably not working. >How-To-Repeat: >Fix: This port contains the following files: ./libsasl/Makefile ./libsasl/files/md5 ./libsasl/files/pwcheck.sh ./libsasl/pkg/COMMENT ./libsasl/pkg/DESCR ./libsasl/pkg/PLIST ./libsasl/patches/patch-aa ./libsasl/patches/patch-ab ./libsasl/patches/patch-ac ./libsasl/patches/patch-ad ./libsasl/patches/patch-ae Import the attached diff to the ports collection. diff -ruN libsasl.orig/Makefile libsasl/Makefile --- libsasl.orig/Makefile Wed Dec 31 18:00:00 1969 +++ libsasl/Makefile Sat Oct 30 19:07:58 1999 @@ -0,0 +1,97 @@ +# New ports collection makefile for: cyrus-sasl +# Version required: 1.5.11 +# Date created: Nov 1 1999 +# Whom: hetzels@westbend.net +# +# $FreeBSD$ +# +SASL_VER= 1.5.11 + +DISTNAME= cyrus-sasl-${SASL_VER} +PKGNAME= libsasl-${SASL_VER} +CATEGORIES= mail +MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ + http://www.freebsd.org/~stb/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \ + ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ + +MAINTAINER= hetzels@westbend.net + +Y2K= http://asg.web.cmu.edu/cyrus/imapd/y2k.html + +MAN1= sasl_client.1 sasl_server.1 +MAN8= saslpasswd.8 + +USE_LIBTOOL= YES +CONFIGURE_ARGS= \ + --prefix=${PREFIX} \ + --sysconfdir=${PREFIX}/etc \ + --with-plugindir=${PREFIX}/lib/sasl \ + --with-dbpath=${PREFIX}/etc/sasldb \ + --with-sample \ + --with-rc4 + +# --disable-cram + +# Currently, pwcheck doesn't compile +#CONFIGURE_ARGS+= \ +# --with-pwcheck=/var/pwcheck + +# --with-dbpath=PATH set the DB path to use [/etc/sasldb] +# --with-pam=DIR use PAM (rooted in DIR) [yes] +# --with-pwcheck=DIR enable use of the pwcheck daemonusing statedir DIR +# --enable-cram enable CRAM-MD5 authentication [yes] +# --enable-scram enable SCRAM-MD5 authentication [no] +# --enable-digest enable DIGEST-MD5 authentication [yes] +# --enable-krb4 enable KERBEROS_V4 authentication [yes] +# --enable-gssapi enable GSSAPI authentication [yes] +# --enable-anon enable ANONYMOUS authentication [yes] +# --enable-plain enable PLAIN authentication [yes] +# --with-rc4=DIR use rc4 (look in DIR) [yes] + +# Sample SASL Client/Server +SAMPLES= sample-client sample-server +INSTALL_PROG= ${INSTALL} -c -o root -g wheel -m 555 + +DOCS= README README.Y2K TODO INSTALL ChangeLog NEWS + +DOC2= draft-newman-auth-scram-03.txt \ + draft-newman-sasl-anon-00.txt \ + draft-leach-digest-sasl-03.txt \ + rfc1321.txt rfc2095.txt rfc2104.txt rfc2222.txt + +HTDOCS= index programming sysadmin + +# Build the SASL library with RC4 support +.if defined(USA_RESIDENT) +.if ${USA_RESIDENT} == YES +LIB_DEPENDS= rc4.0:${PORTSDIR}/security/librc4 +CONFIGURE_ARGS+= --with-rc4 +#CONFIGURE_ARGS+= --with-rc4=${PREFIX} +.endif +.endif + +post-install: +.for file in ${SAMPLES} + ${INSTALL_PROG} ${WRKSRC}/sample/${file} ${PREFIX}/sbin +.endfor + @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib +# ${INSTALL} -d -m 700 -o cyrus -g cyrus /var/pwcheck +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/SASL/html +.for file in ${DOCS} + @${ECHO} share/doc/SASL/${file} >>${TMPPLIST} + @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/SASL +.endfor +.for file in ${DOC2} + @${ECHO} share/doc/SASL/${file} >>${TMPPLIST} + @${INSTALL_DATA} ${WRKSRC}/doc/${file} ${PREFIX}/share/doc/SASL +.endfor +.for file in ${HTDOCS} + ${INSTALL_DATA} ${WRKSRC}/doc/${file}.html ${PREFIX}/share/doc/SASL/html + @${ECHO} share/doc/SASL/html/${file}.html >>${TMPPLIST} +.endfor + @${ECHO} "@dirrm share/doc/SASL/html" >>${TMPPLIST} + @${ECHO} "@dirrm share/doc/SASL" >>${TMPPLIST} +.endif + +.include diff -ruN libsasl.orig/files/md5 libsasl/files/md5 --- libsasl.orig/files/md5 Wed Dec 31 18:00:00 1969 +++ libsasl/files/md5 Fri Oct 29 20:01:36 1999 @@ -0,0 +1 @@ +MD5 (cyrus-sasl-1.5.11.tar.gz) = 86d9d6b70d2f2e893ab1ef67ed7314c2 diff -ruN libsasl.orig/files/pwcheck.sh libsasl/files/pwcheck.sh --- libsasl.orig/files/pwcheck.sh Wed Dec 31 18:00:00 1969 +++ libsasl/files/pwcheck.sh Fri Oct 29 20:48:42 1999 @@ -0,0 +1,28 @@ +#!/bin/sh +# + +PREFIX=/usr/local + +case "$1" in + +start) + if [ -x ${PREFIX}/sbin/pwcheck ] + then + ${PREFIX}/sbin/pwcheck & && echo -n " pwcheck" + fi + ;; + +stop) + if [ -r /var/run/pwcheck.pid ] + then + kill `cat /var/run/pwcheck.pid` && echo -n " pwcheck" + fi + ;; + +*) + echo "usage: $0 {start|stop}" 1>&2 + exit 64 + ;; + +esac + diff -ruN libsasl.orig/patches/patch-aa libsasl/patches/patch-aa --- libsasl.orig/patches/patch-aa Wed Dec 31 18:00:00 1969 +++ libsasl/patches/patch-aa Fri Oct 29 22:29:54 1999 @@ -0,0 +1,36 @@ +--- configure.orig Sat Oct 16 19:25:04 1999 ++++ configure Fri Oct 29 20:19:40 1999 +@@ -682,6 +682,7 @@ + + test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + ++test -z "$INSTALL_LIB" && INSTALL_LIB='${INSTALL} -m 755' + + test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' + +@@ -1254,7 +1255,7 @@ + + test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +- ++test -z "$INSTALL_LIB" && INSTALL_LIB='${INSTALL} -m 755' + + # CMU GUESS RUNPATH SWITCH + echo $ac_n "checking for runpath switch""... $ac_c" 1>&6 +@@ -2912,7 +2912,7 @@ + EOF + + cat >> confdefs.h < + #include + #include ++ ++#include ++#include ++ + #ifdef HAVE_UNISTD_H + #include + #endif diff -ruN libsasl.orig/patches/patch-ad libsasl/patches/patch-ad --- libsasl.orig/patches/patch-ad Wed Dec 31 18:00:00 1969 +++ libsasl/patches/patch-ad Fri Oct 29 20:22:09 1999 @@ -0,0 +1,21 @@ +--- plugins/Makefile.in.orig Sat Oct 16 19:25:06 1999 ++++ plugins/Makefile.in Fri Oct 29 20:19:40 1999 +@@ -76,6 +76,7 @@ + INSTALL = @INSTALL@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ + INSTALL_DATA = @INSTALL_DATA@ ++INSTALL_LIB= @INSTALL_LIB@ + INSTALL_SCRIPT = @INSTALL_SCRIPT@ + transform = @program_transform_name@ + +@@ -229,8 +230,8 @@ + $(mkinstalldirs) $(DESTDIR)$(sasldir) + @list='$(sasl_LTLIBRARIES)'; for p in $$list; do \ + if test -f $$p; then \ +- echo "$(LIBTOOL) --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(sasldir)/$$p"; \ +- $(LIBTOOL) --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(sasldir)/$$p; \ ++ echo "$(LIBTOOL) --mode=install $(INSTALL_LIB) $$p $(DESTDIR)$(sasldir)/$$p"; \ ++ $(LIBTOOL) --mode=install $(INSTALL_LIB) $$p $(DESTDIR)$(sasldir)/$$p; \ + else :; fi; \ + done + diff -ruN libsasl.orig/patches/patch-ae libsasl/patches/patch-ae --- libsasl.orig/patches/patch-ae Wed Dec 31 18:00:00 1969 +++ libsasl/patches/patch-ae Fri Oct 29 21:43:37 1999 @@ -0,0 +1,39 @@ +--- pwcheck/pwcheck.c.orig Thu Aug 26 11:22:43 1999 ++++ pwcheck/pwcheck.c Fri Oct 29 21:41:17 1999 +@@ -29,6 +29,14 @@ + #include + #include + #include ++#include ++#include ++#include ++#include "../config.h" ++ ++#if !defined(_PATH_PWCHECKPID) ++# define _PATH_PWCHECKPID _PATH_VARRUN "pwcheck.pid" ++#endif + + #include + +@@ -49,6 +57,21 @@ + int r; + int len; + mode_t oldumask; ++ char *pid_file = _PATH_PWCHECKPID; ++ FILE *fp; ++ pid_t pid; ++ ++ /* ++ * Record process ID - shamelessly stolen from inetd (I.V.) ++ */ ++ pid = getpid(); ++ fp = fopen(pid_file, "w"); ++ if (fp) { ++ fprintf(fp, "%ld\n", (long)pid); ++ fclose(fp); ++ } else { ++ syslog(LOG_WARNING, "%s: %m", pid_file); ++ } + + s = socket(AF_UNIX, SOCK_STREAM, 0); + if (s == -1) { diff -ruN libsasl.orig/pkg/COMMENT libsasl/pkg/COMMENT --- libsasl.orig/pkg/COMMENT Wed Dec 31 18:00:00 1969 +++ libsasl/pkg/COMMENT Fri Oct 29 19:50:30 1999 @@ -0,0 +1 @@ +RFC 2222 SASL (Simple Authentication and Security Layer) diff -ruN libsasl.orig/pkg/DESCR libsasl/pkg/DESCR --- libsasl.orig/pkg/DESCR Wed Dec 31 18:00:00 1969 +++ libsasl/pkg/DESCR Fri Oct 29 19:54:58 1999 @@ -0,0 +1,11 @@ +The Cyrus SASL (Simple Authentication and Security Layer) + +SASL is the Simple Authentication and Security Layer, a method +for adding authentication support to connection-based protocols. +To use SASL, a protocol includes a command for identifying and +authenticating a user to a server and for optionally negotiating +protection of subsequent protocol interactions. If its use is +negotiated, a security layer is inserted between the protocol +and the connection. + +WWW: http://asg.web.cmu.edu/sasl/ diff -ruN libsasl.orig/pkg/PLIST libsasl/pkg/PLIST --- libsasl.orig/pkg/PLIST Wed Dec 31 18:00:00 1969 +++ libsasl/pkg/PLIST Sat Oct 30 19:14:29 1999 @@ -0,0 +1,22 @@ +include/hmac-md5.h +include/md5.h +include/md5global.h +include/sasl.h +include/saslplug.h +include/saslutil.h +lib/libsasl.so.7 +lib/libsasl.so +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +lib/sasl/libcrammd5.so.1 +lib/sasl/libcrammd5.so +lib/sasl/libdigestmd5.so.0 +lib/sasl/libdigestmd5.so +lib/sasl/libanonymous.so.1 +lib/sasl/libanonymous.so +lib/sasl/libplain.so.1 +lib/sasl/libplain.so +@dirrm lib/sasl +sbin/saslpasswd +sbin/sample-client +sbin/sample-server >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 30 19: 8: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 9C9E414DE0; Sat, 30 Oct 1999 19:08:40 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA19974; Sat, 30 Oct 1999 19:08:40 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 30 Oct 1999 19:08:40 -0700 (PDT) From: Message-Id: <199910310208.TAA19974@freefall.freebsd.org> To: andrews@technologist.com, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14617: update port textproc/mswordview to v0.5.14-bw6 (0.5.14.6) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port textproc/mswordview to v0.5.14-bw6 (0.5.14.6) State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Oct 30 19:08:31 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 30 19:20: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 AF28714DE1 for ; Sat, 30 Oct 1999 19:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA20839; Sat, 30 Oct 1999 19:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 30 Oct 1999 19:20:01 -0700 (PDT) Message-Id: <199910310220.TAA20839@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Scot W. Hetzel" Subject: Re: ports/14619: New port of libsasl Reply-To: "Scot W. Hetzel" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/14619; it has been noted by GNATS. From: "Scot W. Hetzel" To: Cc: Subject: Re: ports/14619: New port of libsasl Date: Sat, 30 Oct 1999 21:13:26 -0500 > --- libsasl.orig/Makefile Wed Dec 31 18:00:00 1969 > +++ libsasl/Makefile Sat Oct 30 19:07:58 1999 : > +DISTNAME= cyrus-sasl-${SASL_VER} > +PKGNAME= libsasl-${SASL_VER} > +CATEGORIES= mail When this gets imported, please change it to security. Thanks, Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 30 21:12:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.rdc1.pa.home.com (ha1.rdc1.pa.home.com [24.2.5.66]) by hub.freebsd.org (Postfix) with ESMTP id E133114DFE for ; Sat, 30 Oct 1999 21:12:28 -0700 (PDT) (envelope-from earnoth@home.com) Received: from plato.arnoth.net ([24.40.46.21]) by mail.rdc1.pa.home.com (InterMail v4.01.01.00 201-229-111) with ESMTP id <19991031041227.FORX23579.mail.rdc1.pa.home.com@plato.arnoth.net> for ; Sat, 30 Oct 1999 21:12:27 -0700 Date: Sun, 31 Oct 1999 00:21:28 -0400 (EDT) From: "Eric I. Arnoth" X-Sender: earnoth@plato.arnoth.net To: ports@FreeBSD.org Subject: WSoundPrefs 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 To whom it may concern, I have installed WSoundPrefs from the ports tree without difficulty on my FBSD 3.2S system running WM6.0, but cannot use it. It commits a core-dump whenever I try to do anything. Is there a problem with the port? I would not trouble you with this, but that I am at a loss as to what could be the problem. The port compiled and installed properly, and Windowmaker works just fine on my system, as do all the dockapps I use. Thank you for your time, I look forward to your reply. Regards, Eric To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message